.sss-page {
  background:
    linear-gradient(180deg, rgba(232, 93, 31, .035), transparent 420px),
    var(--blk);
}

.sss-hero {
  padding: 132px 48px 72px;
  min-height: 0;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  background:
    linear-gradient(135deg, rgba(232, 93, 31, .09), transparent 34%),
    #080808;
}

.sss-hero-inner,
.sss-control-section,
.faq-main,
.sss-cta {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.sss-breadcrumb {
  margin-bottom: 28px;
}

.sss-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .42fr);
  gap: 42px;
  align-items: start;
}

.sss-hero-copy {
  min-width: 0;
}

.sss-hero .sec-h2 {
  max-width: 780px;
  margin: 0 0 24px;
  font-size: clamp(48px, 7vw, 86px);
  letter-spacing: 0;
  line-height: .88;
}

.sss-lead {
  max-width: 800px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, .72);
  font-size: 17px;
  line-height: 1.85;
}

.sss-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sss-primary-action,
.sss-secondary-action,
.faq-cat-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  text-decoration: none;
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.sss-primary-action {
  border: 1px solid rgba(232, 93, 31, .82);
  background: linear-gradient(135deg, var(--or), #b44213);
  color: var(--white);
}

.sss-secondary-action,
.faq-cat-link--ghost {
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .025);
  color: var(--white);
}

.sss-primary-action:hover,
.sss-secondary-action:hover,
.faq-cat-link:hover {
  transform: translateY(-2px);
  border-color: var(--or);
  color: var(--white);
}

.sss-insight-panel {
  min-height: 280px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, .1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .018)),
    var(--blk2);
}

.sss-insight-top span,
.sss-section-head span {
  display: block;
  color: var(--or);
  font-family: var(--font-head);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.sss-insight-top strong {
  display: block;
  margin-top: 10px;
  color: var(--white);
  font-family: var(--font-head);
  font-size: 28px;
  font-weight: 900;
  line-height: .95;
  text-transform: uppercase;
}

.sss-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  margin: 22px 0;
  border: 1px solid rgba(255, 255, 255, .08);
  background: rgba(255, 255, 255, .08);
}

.sss-stat {
  min-height: 74px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #101010;
}

.sss-stat-num {
  color: var(--white);
  font-family: var(--font-head);
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
}

.sss-stat-lbl {
  max-width: 112px;
  color: rgba(255, 255, 255, .5);
  font-family: var(--font-head);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1.25;
  text-align: right;
  text-transform: uppercase;
}

.sss-insight-panel p {
  margin: 0;
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
  line-height: 1.75;
}

.sss-control-section {
  padding: 28px 48px 0;
}

.sss-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 16px;
}

.sss-section-head h2 {
  margin: 6px 0 0;
  color: var(--white);
  font-family: var(--font-head);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 900;
  line-height: .95;
  text-transform: uppercase;
}

.sss-control-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
  padding-bottom: 26px;
}

.sss-jump-section {
  padding-top: 34px;
}

.sss-jump-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.sss-jump-link {
  min-height: 82px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .025);
  color: rgba(255, 255, 255, .72);
  text-decoration: none;
  font-family: var(--font-head);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.05;
  text-transform: uppercase;
  transition: border-color .25s ease, background .25s ease, color .25s ease;
}

.sss-jump-link span {
  color: var(--or);
  font-size: 11px;
  letter-spacing: .18em;
}

.sss-jump-link:hover,
.sss-jump-link:focus-visible {
  border-color: rgba(232, 93, 31, .72);
  background: rgba(232, 93, 31, .10);
  color: var(--white);
  outline: none;
}

.sss-jump-link.is-priority {
  border-color: rgba(232, 93, 31, .42);
  background:
    linear-gradient(145deg, rgba(232, 93, 31, .13), transparent 62%),
    rgba(255, 255, 255, .035);
}

.faq-main {
  padding: 0 48px 76px;
}

.faq-category {
  margin: 0 0 34px;
  scroll-margin-top: 118px;
}

.faq-cat-header {
  padding: 30px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-bottom: 0;
  background:
    linear-gradient(135deg, rgba(232, 93, 31, .11), transparent 42%),
    var(--blk2);
}

.faq-cat-header .sec-tag {
  margin-bottom: 14px;
}

.faq-cat-header h2 {
  margin: 0 0 10px;
  color: var(--white);
  font-family: var(--font-head);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 900;
  line-height: .95;
  text-transform: uppercase;
}

.faq-cat-header p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 14px;
  line-height: 1.72;
}

.sss-legal-note {
  margin-top: 14px;
  max-width: 780px;
  padding: 12px 14px;
  border-left: 2px solid rgba(232, 93, 31, .8);
  background: rgba(232, 93, 31, .07);
  color: rgba(255, 255, 255, .68);
  font-size: 12px;
  line-height: 1.7;
}

.faq-cat-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  flex-shrink: 0;
}

.faq-cat-link {
  border: 1px solid rgba(232, 93, 31, .54);
  color: var(--or);
}

/* ── Quiet Luxury Index — SSS akordeon finalizasyonu ───── */
.service-faq-list {
  counter-reset: faq;
  border-color: rgba(255, 255, 255, .08);
  background: rgba(255, 255, 255, .08);
}

.service-faq-item {
  position: relative;
  background: #101010;
  transition: background .35s ease;
}

/* turuncu→altın dikey ışık çubuğu */
.service-faq-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--or), #D9B779);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .38s ease;
  z-index: 2;
}

.service-faq-item[open]::before {
  transform: scaleY(1);
}

.service-faq-item summary {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 66px;
  padding: 21px 26px;
  color: rgba(255, 255, 255, .88);
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: .02em;
  transition: padding-left .22s ease, color .22s ease;
}

/* ghost numara — her kategoride 01'den başlar */
.service-faq-item summary::before {
  counter-increment: faq;
  content: counter(faq, decimal-leading-zero);
  flex: 0 0 auto;
  min-width: 38px;
  font-family: var(--font-head);
  font-size: 27px;
  font-weight: 900;
  line-height: 1;
  color: rgba(255, 255, 255, .17);
}

.service-faq-item[open] summary::before {
  color: var(--or);
}

.service-faq-item summary:hover {
  color: var(--white);
  padding-left: 34px;
}

.service-faq-item summary:focus-visible {
  outline: 2px solid rgba(232, 93, 31, .78);
  outline-offset: -6px;
  color: var(--white);
}

/* yuvarlak + ikonu — açılınca net bir X'e dönüşür */
.service-faq-item summary::after {
  content: "" !important;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  margin-left: auto;
  display: block;
  border: 1px solid rgba(232, 93, 31, .4);
  border-radius: 50%;
  background:
    linear-gradient(var(--or), var(--or)) center / 12px 2px no-repeat,
    transparent;
  box-shadow: inset 0 0 0 15px transparent, inset 0 0 0 0 var(--or);
  position: relative;
  transition: transform .35s ease, background-color .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.service-faq-item summary::after {
  background-color: transparent;
}

.service-faq-item summary::after {
  --faq-icon-line: var(--or);
}

.service-faq-item summary::after {
  background-image:
    linear-gradient(var(--faq-icon-line), var(--faq-icon-line)),
    linear-gradient(var(--faq-icon-line), var(--faq-icon-line));
  background-position: center, center;
  background-size: 12px 2px, 2px 12px;
  background-repeat: no-repeat;
}

.service-faq-item[open] summary::after {
  --faq-icon-line: var(--white);
  transform: rotate(45deg);
  background-color: var(--or);
  border-color: var(--or);
}

.service-faq-item[open] {
  background:
    linear-gradient(100deg, rgba(232, 93, 31, .07), transparent 55%),
    #121212;
}

.service-faq-item[open] summary {
  color: var(--white);
}

.service-faq-item p {
  max-width: 820px;
  padding: 0 26px 26px 84px;
  color: rgba(255, 255, 255, .64);
  font-size: 15px;
  line-height: 1.9;
}

.service-faq-item p a {
  color: var(--or);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(232, 93, 31, .42);
}

.service-faq-item p a:hover {
  color: var(--white);
  border-bottom-color: var(--or);
}

/* açılışta yumuşak akış */
.service-faq-item[open] p {
  animation: faqReveal .4s ease;
}

@keyframes faqReveal {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .service-faq-item[open] p { animation: none; }
  .service-faq-item::before,
  .service-faq-item summary,
  .service-faq-item summary::after { transition: none; }
}

@media (max-width: 1024px) {
  .service-faq-item summary { gap: 14px; }
  .service-faq-item summary::before { min-width: 30px; font-size: 22px; }
  .service-faq-item p { padding-left: 60px; }
}

.faq-no-results {
  padding: 34px;
  border: 1px solid rgba(232, 93, 31, .34);
  background: rgba(232, 93, 31, .07);
  color: var(--white);
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sss-cta {
  max-width: none;
  margin: 0;
  padding: clamp(72px, 9vw, 128px) clamp(24px, 5vw, 80px) clamp(80px, 10vw, 140px);
  border-top: 1px solid rgba(255, 255, 255, .08);
  border-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  border-left: 0;
  background: #080808;
  text-align: center;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sss-cta h2 {
  margin: 0 0 12px;
  color: var(--white);
  font-family: var(--font-head);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 900;
  line-height: .95;
  text-transform: uppercase;
}

.sss-cta h2 em {
  color: var(--or);
  font-style: normal;
}

.sss-cta p {
  max-width: 720px;
  margin: 0 auto 22px;
  color: rgba(255, 255, 255, .62);
  font-size: 15px;
  line-height: 1.8;
}

.sss-cta-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.sss-cta-btns a {
  min-width: 152px;
  min-height: 54px;
  margin-top: 0;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: .16em;
  text-align: center;
  text-transform: uppercase;
}

.sss-page footer {
  margin-top: 0;
  border-top: 0;
  background:
    linear-gradient(180deg, #101010, #080808 72%),
    var(--blk);
}

.sss-page footer .footer-top {
  border-top: 0;
}

.hidden,
.hidden-item {
  display: none !important;
}

.sss-page .wa-float {
  display: none;
}

@media (max-width: 1024px) {
  .sss-hero {
    min-height: 0;
    padding: 112px 20px 44px;
  }

    .sss-control-section,
  .faq-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sss-hero-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sss-insight-panel {
    min-height: auto;
    padding: 18px;
  }

  .sss-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 14px 0 0;
  }

  .sss-stat {
    min-height: 64px;
    padding: 10px;
    display: block;
  }

  .sss-stat-lbl {
    margin-top: 5px;
    max-width: none;
    text-align: left;
  }

  .faq-cat-header {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px 20px;
  }

  .faq-cat-actions {
    justify-content: flex-start;
  }

  .sss-jump-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .sss-hero {
    padding-top: 98px;
    padding-bottom: 36px;
  }

  .sss-hero .sec-h2 {
    font-size: clamp(34px, 9.4vw, 44px);
    line-height: .92;
    margin-bottom: 14px;
  }

  .sss-lead {
    margin-bottom: 18px;
    font-size: 13.5px;
    line-height: 1.6;
  }

  .sss-cta-btns {
    flex-direction: column;
  }

  .sss-hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .sss-jump-grid {
    grid-template-columns: 1fr;
  }

  .sss-jump-link {
    min-height: 64px;
  }

  .sss-insight-top {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
  }

  .sss-insight-top strong {
    max-width: 210px;
    font-size: 18px;
    text-align: right;
  }

  .sss-insight-panel p {
    display: none;
  }

  .sss-insight-panel .sss-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 12px 0 0;
  }

  .sss-insight-panel .sss-stat {
    min-height: 58px;
    padding: 9px 8px;
  }

  .sss-insight-panel .sss-stat-num {
    font-size: 28px;
  }

  .sss-insight-panel .sss-stat-lbl {
    font-size: 9px;
    letter-spacing: .12em;
  }

  .sss-primary-action,
  .sss-secondary-action,
  .sss-cta-btns a,
  .faq-cat-link {
    width: 100%;
    min-height: 42px;
    padding: 10px 12px;
    font-size: 10.5px;
    letter-spacing: .12em;
  }

}

@media (max-width: 420px) {
  .sss-hero-actions {
    grid-template-columns: 1fr;
  }
}

/* === mobil-rotus (auto) === */
@media (max-width: 1024px) {
  .sss-cta { min-height: auto; }
}
