/* ============================================
   FAQ SAYFASI
   ============================================ */

/* SECTION 2: FAQ Content */
.faq-content {
  background-color: #F5F5F5;
  padding: 80px 0;
}

.faq-content__header {
  display: grid;
  grid-template-columns: calc(var(--layout-kicker-col) * 2) minmax(0, 1fr);
  column-gap: var(--layout-kicker-gap);
  margin-bottom: 52px;
  align-items: start;
}

.faq-content__label {
  font-size: 11px;
  font-weight: 700;
  color: rgba(31, 31, 31, 0.46);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding-top: 6px;
}

.faq-content__title {
  font-size: 60px;
  font-weight: 700;
  color: #1F1F1F;
  margin: 0;
  line-height: 1.06;
  letter-spacing: -1.2px;
  max-width: 960px;
}

.faq-content__main {
  display: grid;
  grid-template-columns: calc(var(--layout-kicker-col) * 2) minmax(0, 1fr);
  gap: 0;
  border-top: 1px solid var(--border-dark-soft);
  padding-top: 0;
}

/* Sol Sidebar */
.faq-sidebar {
  position: sticky;
  top: 120px;
  border-right: 1px solid var(--border-dark-soft);
  min-height: 610px;
  padding: 38px 30px 0 0;
}

.faq-sidebar__text {
  font-size: 15px;
  font-weight: 500;
  color: #1F1F1F;
  line-height: 1.5;
  margin: 0 0 46px 0;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.faq-sidebar__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Mont', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #EC852F;
  text-decoration: none;
  text-align: right;
  letter-spacing: 0.28px;
  line-height: normal;
  text-transform: uppercase;
  transition: opacity 0.3s ease;
}

.faq-sidebar__link-prefix,
.faq-sidebar__link-arrow {
  font-size: 14px;
  line-height: 1;
  color: #EC852F;
  transform: none;
}

.faq-sidebar__link-text {
  font-size: 14px;
  line-height: 1;
  color: #EC852F;
}

.faq-sidebar__link:hover {
  opacity: 0.82;
}

/* FAQ Accordion List */
.faq-list {
  display: flex;
  flex-direction: column;
  border-left: 1px solid transparent;
}

.faq-list__group-title {
  margin: 34px 0 14px;
  padding: 0 30px;
  font-family: 'Mont', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(31, 31, 31, 0.6);
}

.faq-item {
  border-right: 1px solid var(--border-dark-soft);
  border-bottom: 1px solid var(--border-dark-soft);
  transition: all 0.3s ease;
  background: transparent;
  border-radius: 0;
  overflow: hidden;
}

.faq-item:not(.active):hover {
  background: #FFFFFF;
}

.faq-item__question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 30px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  color: #1F1F1F;
  transition: all 0.3s ease;
  line-height: 1.3;
}

.faq-item__question:hover {
  opacity: 0.7;
}

.faq-item__icon {
  font-size: 60px;
  font-weight: 300;
  color: #1F1F1F;
  flex-shrink: 0;
  margin-left: 22px;
  transition: transform 0.3s ease, color 0.3s ease;
  line-height: 1;
  display: inline-block;
}

.faq-item__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-item__answer p {
  font-size: 17px;
  font-weight: 400;
  color: #666666;
  line-height: 1.65;
  margin: 0 0 18px 0;
  padding: 0 30px 28px;
}

.faq-item__answer p:last-child {
  margin-bottom: 0;
}

/* Aktif FAQ Item - TEAL GRADIENT */
.faq-item.active {
  background: linear-gradient(135deg, #0F798C 0%, #0A5E6E 100%);
  border-radius: 0;
  border: 1px solid transparent;
  margin: 0;
}

.faq-item.active .faq-item__question {
  color: #FFFFFF;
  font-weight: 700;
}

.faq-item.active .faq-item__icon {
  color: #FFFFFF;
  transform: rotate(45deg);
}

.faq-item.active .faq-item__answer {
  max-height: 600px;
}

.faq-item.active .faq-item__answer p {
  color: rgba(255, 255, 255, 0.88);
}

/* SECTION 3: Want to know more CTA */
.cta-dark {
  background-color: #003A44;
  background-image: url('../images/bg-more.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 425px;
  padding: 54px 0 58px;
  position: relative;
  overflow: hidden;
}

.cta-dark .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  text-align: left;
  gap: 22px;
}

.cta-dark__title {
  font-size: 64px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
  line-height: 1;
  letter-spacing: -0.8px;
}

.cta-dark__button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 38px;
  background-color: #0D84A0;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  letter-spacing: 0.8px;
  line-height: 1;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.cta-dark__dot {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
}

.cta-dark__button:hover {
  background-color: #0B7088;
}

