.landing-body {
  background:
    radial-gradient(circle at 78% 5%, rgba(201, 164, 92, .2), transparent 24%),
    linear-gradient(180deg, #071626 0 650px, #f7f1e8 651px, #eef3ef 100%);
}

.premium-landing-top {
  padding: 8px 0 18px;
  color: #fffdf8;
}

.premium-landing-top .landing-nav {
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .18), inset 0 0 0 1px rgba(255, 255, 255, .06);
  backdrop-filter: blur(14px);
}

.premium-landing-top .landing-nav a:not(.nav-login):not(.primary):not(.secondary) {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: rgba(255, 253, 248, .82);
  transition: color .18s ease, background .18s ease;
}

.premium-landing-top .landing-nav a:not(.nav-login):not(.primary):not(.secondary):hover {
  background: rgba(255, 255, 255, .12);
  color: #fffdf8;
}

.premium-landing-top .nav-login:not(.primary) {
  min-height: 42px;
  padding: 0 18px;
  border-color: rgba(201, 164, 92, .74);
  background: #d79b2b;
  color: #071626;
  box-shadow: 0 14px 30px rgba(215, 155, 43, .28);
}

.premium-landing-top .brand {
  min-width: 132px;
  min-height: 48px;
}

.premium-landing-top .brand img {
  width: 104px;
  height: auto;
}

.premium-hero {
  min-height: calc(100vh - 104px);
  grid-template-columns: minmax(0, .88fr) minmax(470px, 1fr);
  gap: 58px;
  align-items: center;
  padding: 20px 0 54px;
  color: #fffdf8;
}

.premium-hero > *,
.premium-hero-copy,
.hero-product,
.premium-report-mock,
.premium-mock-grid,
.analysis-map-preview,
.seo-section > *,
.seo-detail-hero > *,
.seo-card-grid > *,
.landing-pricing-grid > * {
  min-width: 0;
}

.premium-hero-copy h1 {
  max-width: 720px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(50px, 5vw, 76px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: .98;
  color: #fffdf8;
  text-wrap: balance;
}

.premium-hero-copy h1 span {
  display: block;
}

.premium-hero-copy .lead {
  max-width: 640px;
  color: rgba(255, 253, 248, .78);
  font-size: 19px;
  line-height: 1.58;
}

.premium-hero-actions {
  align-items: center;
  gap: 14px;
  margin-top: 26px;
}

.hero-insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 680px;
  margin-top: 24px;
}

.hero-insight-grid article {
  min-height: 122px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 14px;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 18px 36px rgba(0, 0, 0, .12), inset 0 0 0 1px rgba(255, 255, 255, .04);
}

.hero-insight-grid strong,
.hero-insight-grid span {
  display: block;
}

.hero-insight-grid strong {
  color: #fffdf8;
  font-size: 15px;
  line-height: 1.22;
}

.hero-insight-grid span {
  margin-top: 8px;
  color: rgba(255, 253, 248, .66);
  font-size: 13px;
  line-height: 1.45;
}

.hero-assurance-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.hero-assurance-row span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(201, 164, 92, .28);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 253, 248, .76);
  font-size: 12px;
  font-weight: 900;
}

.hero-price-badge {
  width: fit-content;
  display: grid;
  grid-template-columns: auto auto;
  gap: 12px;
  align-items: center;
  margin-top: 22px;
  padding: 12px 16px;
  border: 1px solid rgba(201, 164, 92, .48);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 253, 248, .96), rgba(234, 215, 173, .34));
  box-shadow: 0 18px 38px rgba(7, 22, 38, .09), inset 0 0 0 1px rgba(255,255,255,.72);
}

.hero-price-badge span {
  color: rgba(7, 22, 38, .7);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-price-badge strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  line-height: .9;
}

.premium-primary-cta,
.premium-secondary-cta {
  min-height: 52px;
  min-width: 166px;
  padding: 0 24px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.premium-primary-cta.primary,
a.primary.premium-primary-cta {
  border: none;
  border-radius: 9999px;
  background: transparent;
  box-shadow: none;
  color: #fffdf8;
}

.premium-primary-cta.primary:hover,
a.primary.premium-primary-cta:hover {
  transform: none;
}

.premium-secondary-cta.secondary,
a.secondary.premium-secondary-cta {
  border: none;
  border-radius: 9999px;
  background: transparent;
  box-shadow: none;
}

.premium-secondary-cta.secondary:hover,
a.secondary.premium-secondary-cta:hover {
  transform: none;
}

.hero-actions .primary + .secondary,
.hero-actions .secondary + .primary {
  gap: 0;
}

.premium-primary-cta:focus-visible,
.premium-secondary-cta:focus-visible,
.premium-landing-top a:focus-visible {
  outline: 3px solid rgba(201, 164, 92, .36);
  outline-offset: 3px;
}

.hero-trust-note {
  max-width: 650px;
  margin: 14px 0 0;
  color: rgba(255, 253, 248, .7);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
}

.hero-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.hero-proof-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(201, 164, 92, .34);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 253, 248, .78);
  font-size: 12px;
  font-weight: 850;
}

.hero-proof-row strong {
  color: #f2c46b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.hero-trust {
  max-width: 590px;
  margin: 14px 0 0;
  color: rgba(22, 32, 43, .58);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

.hero-trust::before {
  content: none;
}

.hero-upload-cta {
  min-width: 210px;
  min-height: 58px;
  border-color: rgba(7, 22, 38, .94);
  background: linear-gradient(135deg, #071626, #163b3a);
  box-shadow: 0 20px 40px rgba(7, 22, 38, .24);
  font-size: 16px;
}

.hero-afterpay {
  margin: 10px 0 0;
  color: rgba(7, 22, 38, .74);
  font-size: 13px;
  font-weight: 900;
}

.hero-risk-note {
  max-width: 620px;
  margin: 10px 0 0;
  color: rgba(22, 32, 43, .62);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.hero-social-proof {
  margin: 10px 0 0;
  color: rgba(7, 22, 38, .72);
  font-size: 14px;
  font-weight: 850;
}

.hero-social-proof strong {
  color: #7b123e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}

.hero-offer-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}

.hero-offer-row span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(201, 164, 92, .32);
  border-radius: 999px;
  background: rgba(255, 253, 248, .72);
  color: rgba(7, 22, 38, .72);
  font-size: 12px;
  font-weight: 900;
}

.premium-report-mock {
  width: min(600px, 100%);
  padding: 26px;
  border-color: rgba(201, 164, 92, .34);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 253, 248, .99), rgba(240, 235, 224, .98));
  box-shadow: 0 34px 92px rgba(0, 0, 0, .38), 0 0 0 1px rgba(201, 164, 92, .18), inset 0 0 0 1px rgba(255, 255, 255, .72);
}

.premium-mock-head {
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 18px;
}

.premium-mock-head::after {
  content: "Örnek rapor kesiti";
  margin-left: auto;
  color: rgba(7, 22, 38, .48);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

.premium-mock-grid {
  grid-template-columns: minmax(185px, 220px) minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
}

.analysis-map-preview {
  min-height: 264px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(16, 36, 58, .1);
  border-radius: 20px;
  background: linear-gradient(180deg, #fffdf8, #f3eadb);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.72);
}

.analysis-map-title {
  color: rgba(7, 22, 38, .72);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.analysis-map-body {
  position: relative;
  min-height: 184px;
  display: grid;
  place-items: center;
}

.analysis-map-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.analysis-map-metrics span {
  min-height: 24px;
  display: grid;
  place-items: center;
  padding: 0 8px;
  border: 1px solid rgba(201, 164, 92, .34);
  border-radius: 999px;
  background: rgba(255, 253, 248, .72);
  color: rgba(7, 22, 38, .68);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 8px 16px rgba(7, 22, 38, .04);
}

.seo-page-body .landing-top {
  position: static;
}

.seo-detail-hero {
  width: min(1040px, calc(100% - 40px));
  margin: 34px auto 12px;
  padding: 58px 0 28px;
}

.seo-detail-hero h1 {
  max-width: 820px;
  margin: 12px 0 18px;
  color: var(--navy);
  font-size: clamp(40px, 6vw, 70px);
  line-height: 1;
  letter-spacing: 0;
}

.seo-detail-hero p {
  max-width: 780px;
  color: rgba(22, 32, 43, .72);
  font-size: 18px;
  line-height: 1.7;
}

.seo-guide-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.seo-guide-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border: 1px solid rgba(201, 164, 92, .36);
  border-radius: 12px;
  background: rgba(255, 253, 248, .82);
  color: var(--navy);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(7, 22, 38, .05);
}

.seo-guide-links a:hover {
  border-color: rgba(201, 164, 92, .72);
  background: #fffdf8;
}

.premium-report-lines {
  align-content: center;
  gap: 11px;
}

.premium-report-lines strong {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  font-size: 13px;
  letter-spacing: 0;
}

.premium-report-lines strong::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
}

.report-preview-panel {
  display: grid;
  align-content: center;
  gap: 12px;
  min-height: 264px;
  padding: 20px;
  border: 1px solid rgba(16, 36, 58, .1);
  border-radius: 20px;
  background: rgba(255, 253, 248, .76);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .64);
}

.report-preview-kicker {
  color: rgba(201, 164, 92, .96);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.report-preview-panel > strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.08;
}

.report-preview-panel p {
  margin: 0;
  color: rgba(22, 32, 43, .68);
  font-size: 14px;
  line-height: 1.55;
}

.report-preview-list {
  display: grid;
  gap: 8px;
  margin-top: 4px;
}

.report-preview-list span {
  display: grid;
  gap: 2px;
  padding: 10px 12px;
  border: 1px solid rgba(16, 36, 58, .08);
  border-radius: 12px;
  background: rgba(255, 255, 255, .52);
  color: rgba(22, 32, 43, .62);
  font-size: 12px;
  line-height: 1.35;
}

.report-preview-list b {
  color: var(--navy);
  font-size: 13px;
}

.premium-score-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.seo-section,
.seo-final-cta,
.conversion-strip {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.conversion-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 0;
}

.conversion-strip article,
.landing-price-card,
.proof-card,
.proof-video-card {
  border: 1px solid rgba(16, 36, 58, .09);
  background: rgba(255, 253, 248, .78);
  box-shadow: 0 18px 40px rgba(7, 22, 38, .06), inset 0 0 0 1px rgba(255,255,255,.62);
}

.conversion-strip article {
  min-height: 104px;
  padding: 20px;
  border-radius: 18px;
}

.conversion-strip strong {
  display: block;
  color: var(--navy);
  font-size: 18px;
}

.conversion-strip span {
  display: block;
  margin-top: 8px;
  color: rgba(22, 32, 43, .64);
  font-size: 14px;
  line-height: 1.45;
}

.seo-section {
  padding: 76px 0 0;
}

.seo-section-head {
  max-width: 820px;
  margin-bottom: 26px;
}

.seo-section-head h2,
.seo-final-cta h2 {
  margin: 8px 0 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: 0;
}

.seo-section-head p,
.seo-final-cta p {
  margin: 14px 0 0;
  color: rgba(22, 32, 43, .66);
  font-size: 16px;
  line-height: 1.65;
}

.seo-card-grid {
  display: grid;
  gap: 18px;
}

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

.region-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.report-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow-x: auto;
  padding-bottom: 6px;
}

.seo-card,
.seo-step,
.faq-list details {
  border: 1px solid rgba(16, 36, 58, .09);
  border-radius: 24px;
  background: rgba(255, 253, 248, .74);
  box-shadow: 0 18px 40px rgba(7, 22, 38, .06), inset 0 0 0 1px rgba(255,255,255,.62);
}

.seo-card {
  padding: 24px;
}

.seo-card h3,
.seo-step h3,
.faq-list h3 {
  margin: 0;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
}

.seo-card p,
.seo-step p,
.faq-list p {
  margin: 12px 0 0;
  color: rgba(22, 32, 43, .66);
  font-size: 14px;
  line-height: 1.58;
}

.compact-card {
  min-height: 206px;
  padding: 20px;
}

.report-card {
  min-height: 190px;
}

.locked-preview-strip,
.proof-metrics {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.locked-preview-strip {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.locked-preview-strip span,
.proof-metrics article {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(201, 164, 92, .28);
  border-radius: 16px;
  background: rgba(255,253,248,.72);
  box-shadow: 0 12px 26px rgba(7, 22, 38, .045);
}

.locked-preview-strip span {
  display: grid;
  gap: 8px;
  color: rgba(7, 22, 38, .76);
  font-size: 13px;
  font-weight: 900;
}

.locked-preview-strip b {
  color: #7a123e;
  font-size: 12px;
}

.seo-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.seo-step {
  position: relative;
  padding: 26px;
}

.seo-step span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--navy);
  color: #fffdf8;
  font-weight: 900;
  box-shadow: 0 12px 22px rgba(7, 22, 38, .16);
}

.section-cta-row {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.landing-pricing-grid,
.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.landing-pricing-grid-special {
  grid-template-columns: minmax(0, 1fr);
  margin-top: 18px;
}

.landing-price-card-manual {
  border-color: rgba(217, 150, 47, 0.42);
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.98), rgba(255, 244, 224, 0.96));
}

.landing-price-card-manual .plan-warning {
  margin: 14px 0 0;
}

.landing-price-card-manual .link-button {
  width: 100%;
  justify-content: center;
  margin-top: 16px;
}

.proof-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 18px;
}

.proof-metrics strong {
  display: block;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  line-height: 1;
}

.proof-metrics span {
  display: block;
  margin-top: 8px;
  color: rgba(22, 32, 43, .62);
  font-size: 13px;
  font-weight: 900;
}

.landing-price-card,
.proof-card,
.proof-video-card {
  min-width: 0;
  padding: 26px;
  border-radius: 24px;
}

.landing-price-card.featured {
  position: relative;
  transform: translateY(-10px);
  border-color: rgba(201, 164, 92, .72);
  background: linear-gradient(160deg, #071626, #132f33);
  box-shadow: 0 30px 72px rgba(7, 22, 38, .22);
  color: #fffdf8;
}

.landing-price-card.featured::before {
  content: "En cok tercih edilen";
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  margin-bottom: 14px;
  padding: 0 11px;
  border-radius: 999px;
  background: #d79b2b;
  color: #071626;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.landing-price-card h3,
.proof-card strong {
  margin: 8px 0 0;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.15;
}

.landing-price-card.featured h3,
.landing-price-card.featured > strong {
  color: #fffdf8;
}

.landing-price-card.featured .card-kicker {
  color: #f2c46b;
}

.landing-price-card.featured p {
  color: rgba(255, 253, 248, .78);
}

.landing-price-card > strong {
  display: block;
  margin-top: 18px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  line-height: 1;
}

.landing-price-card p,
.proof-card p,
.proof-video-card p {
  min-height: 68px;
  margin: 16px 0 22px;
  color: rgba(22, 32, 43, .66);
  font-size: 14px;
  line-height: 1.58;
}

.landing-price-card .link-button {
  width: 100%;
}

.proof-card span,
.proof-video-card span {
  color: rgba(201, 164, 92, .96);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.proof-video-card {
  display: grid;
  align-content: center;
  min-height: 220px;
  background: linear-gradient(135deg, rgba(7,22,38,.95), rgba(24,49,77,.92));
  color: #fffdf8;
}

.proof-video-card p {
  min-height: auto;
  color: rgba(255,253,248,.82);
}

.proof-video-card a {
  color: #fffdf8;
  font-weight: 900;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.testimonial-grid article {
  padding: 22px;
  border: 1px solid rgba(16, 36, 58, .11);
  border-radius: 22px;
  background: rgba(255, 253, 248, .82);
  box-shadow: 0 18px 42px rgba(7, 22, 38, .06);
}

.testimonial-grid p {
  margin: 0;
  color: rgba(22, 32, 43, .76);
  font-size: 15px;
  line-height: 1.58;
}

.testimonial-grid span {
  display: block;
  margin-top: 14px;
  color: rgba(201, 164, 92, .96);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 0;
  overflow: hidden;
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(201, 164, 92, .42);
  color: var(--gold);
  font-size: 18px;
  font-weight: 900;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  padding: 0 22px 22px;
  margin-top: 0;
}

.seo-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 78px;
  margin-bottom: 54px;
  padding: 34px;
  border: 1px solid rgba(201, 164, 92, .22);
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(255, 253, 248, .94), rgba(243, 234, 219, .92));
  box-shadow: 0 26px 62px rgba(7, 22, 38, .1), inset 0 0 0 1px rgba(255,255,255,.66);
}

.seo-final-cta div {
  max-width: 760px;
}

@media (max-width: 1080px) {
  .premium-hero {
    grid-template-columns: 1fr;
    gap: 36px;
    min-height: auto;
  }

  .premium-report-mock {
    justify-self: start;
  }

  .intro-card-grid,
  .seo-steps-grid,
  .conversion-strip,
  .landing-pricing-grid,
  .proof-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .landing-price-card.featured {
    transform: none;
  }

  .region-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .landing-body {
    padding: 10px 12px 38px;
    background:
      radial-gradient(circle at 82% 0%, rgba(201, 164, 92, .22), transparent 28%),
      linear-gradient(180deg, #071626 0 760px, #f7f1e8 761px, #eef3ef 100%);
  }

  .premium-landing-top {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding-bottom: 8px;
  }

  .premium-landing-top .brand {
    width: auto;
    flex: 0 0 auto;
    align-self: flex-start;
    min-height: 44px;
    padding: 0 14px;
  }

  .premium-landing-top .landing-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    flex: 1 1 100%;
    gap: 6px;
    width: 100%;
  }

  .premium-landing-top .landing-nav a {
    min-width: 0;
    min-height: 44px;
    justify-content: center;
    padding: 0 10px;
    font-size: 14px;
  }

  .premium-landing-top .landing-nav .nav-login {
    min-width: 0;
    min-height: 44px;
    grid-column: 1 / -1;
    padding: 0 12px;
    font-size: 14px;
  }

  .premium-hero {
    width: 100%;
    gap: 22px;
    padding: 12px 0 28px;
  }

  .premium-hero > *,
  .premium-hero-copy,
  .hero-product,
  .premium-report-mock {
    width: 100%;
    max-width: 100%;
  }

  .premium-hero-copy h1 {
    font-size: clamp(38px, 12vw, 48px);
    line-height: 1;
  }

  .premium-hero-copy .lead {
    font-size: 16px;
    line-height: 1.5;
  }

  .premium-hero-actions {
    gap: 10px;
    margin-top: 20px;
  }

  .hero-insight-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(166px, 1fr));
    gap: 10px;
    margin: 18px -12px 0 0;
    padding: 0 12px 4px 0;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .hero-trust-note {
    font-size: 13px;
  }

  .hero-proof-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .hero-proof-row span {
    width: 100%;
    justify-content: center;
  }

  .hero-insight-grid::-webkit-scrollbar {
    display: none;
  }

  .hero-insight-grid article {
    min-height: 116px;
    padding: 14px;
    border-radius: 16px;
  }

  .hero-assurance-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 12px;
  }

  .hero-assurance-row span {
    justify-content: center;
    text-align: center;
  }

  .hero-offer-row span {
    flex: 1 1 100%;
    justify-content: center;
  }

  .hero-price-badge {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .hero-price-badge strong {
    font-size: 30px;
  }

  .premium-primary-cta,
  .premium-secondary-cta {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    height: auto;
    padding: 13px 16px;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
  }

  .premium-mock-grid,
  .premium-score-grid,
  .region-card-grid,
  .report-card-grid,
  .locked-preview-strip,
  .proof-metrics {
    grid-template-columns: 1fr;
  }

  .premium-report-mock {
    padding: 18px;
    border-radius: 18px;
  }

  .hero-upload-cta {
    font-size: 15px;
  }

  .cookie-consent {
    gap: 12px;
    padding: 12px;
    border-radius: 16px;
  }

  .cookie-copy {
    gap: 2px;
  }

  .cookie-copy strong {
    font-size: 14px;
  }

  .cookie-copy p {
    font-size: 12px;
    line-height: 1.35;
  }

  .cookie-actions button {
    min-height: 42px;
    border-radius: 13px;
    font-size: 13px;
  }

  .analysis-map-preview {
    min-height: 250px;
  }

  .premium-mock-head::after {
    font-size: 10px;
  }

  .seo-section,
  .seo-final-cta,
  .conversion-strip {
    width: min(100% - 28px, 1180px);
  }

  .conversion-strip {
    margin-top: 0;
  }

  .seo-section {
    padding-top: 56px;
  }

  .seo-card,
  .seo-step {
    padding: 20px;
  }

  .compact-card,
  .report-card {
    min-height: auto;
  }

  .report-card-grid {
    grid-template-columns: 1fr;
    overflow-x: visible;
  }

  .faq-list summary {
    padding: 18px;
  }

  .faq-list p {
    padding: 0 18px 18px;
  }

  .seo-final-cta {
    display: grid;
    padding: 24px;
  }

  .landing-price-card,
  .proof-card,
  .proof-video-card {
    padding: 22px;
  }
}

/* FZM365 basic conversion refresh */
.landing-body {
  --fzm-bg: #f8faf9;
  --fzm-bg2: #eef6f3;
  --fzm-surface: #ffffff;
  --fzm-ink: #18181a;
  --fzm-ink2: #3a3a3c;
  --fzm-muted: #747478;
  --fzm-teal: #0d9488;
  --fzm-teal-dark: #0a7870;
  --fzm-teal-soft: rgba(13, 148, 136, .10);
  --fzm-teal-line: rgba(13, 148, 136, .22);
  background: transparent;
  color: var(--fzm-ink);
}

.landing-body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(0, 0, 0, .028) 1px, transparent 1px),
    radial-gradient(125% 125% at 50% 92%, #ffffff 38%, rgba(16, 185, 129, 0.18) 70%, rgba(13, 148, 136, 0.1) 100%);
  background-size: 28px 28px, 100% 100%;
}

.landing-body > main,
.landing-body > footer {
  position: relative;
  z-index: 0;
}

.landing-body > header.landing-top,
.landing-body > .premium-landing-top {
  z-index: 100;
}

.landing-home #report,
.landing-home #pricing,
.landing-home #proof,
.landing-home #regions,
.landing-home #faq {
  display: none;
}

.landing-home .hero-trust-note,
.landing-home .hero-proof-row,
.landing-home .hero-insight-grid,
.landing-home .hero-assurance-row,
.landing-home .conversion-strip {
  display: none;
}

.landing-home #guide,
.landing-home #how {
  display: none;
}

.landing-section-page .landing-hero,
.landing-section-page .conversion-strip,
.landing-section-page #guide,
.landing-section-page #how,
.landing-section-page #regions,
.landing-section-page #seo-guides {
  display: none;
}

.landing-section-page #report,
.landing-section-page #pricing,
.landing-section-page #proof,
.landing-section-page #faq {
  display: none;
}

.landing-page-report #report,
.landing-page-pricing #pricing,
.landing-page-value #proof,
.landing-page-faq #faq {
  display: block;
}

.landing-section-page main {
  padding-top: 32px;
}

.landing-section-page .seo-section {
  min-height: calc(100vh - 240px);
  padding-top: clamp(70px, 9vw, 118px);
}

.landing-section-page .seo-section-head {
  max-width: 900px;
}

.landing-section-page .seo-final-cta {
  margin-top: 24px;
}

.premium-landing-top {
  position: sticky;
  top: 0;
  z-index: 20;
  width: calc(100% + 68px);
  max-width: none;
  margin: -22px -34px 0;
  padding: 14px 34px;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  background: rgba(240, 240, 239, .92);
  color: var(--fzm-ink);
  backdrop-filter: blur(14px);
}

.premium-landing-top .brand {
  min-height: 42px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.premium-landing-top .brand img {
  width: 110px;
}

.premium-landing-top .landing-nav {
  gap: 8px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.premium-landing-top .landing-nav a:not(.nav-login):not(.primary):not(.secondary) {
  min-height: 34px;
  padding: 0 11px;
  color: var(--fzm-muted);
  font-size: 13px;
  font-weight: 800;
}

.premium-landing-top .landing-nav a:not(.nav-login):not(.primary):not(.secondary):hover {
  background: var(--fzm-teal-soft);
  color: var(--fzm-ink);
}

.premium-landing-top .nav-login:not(.primary):not(.secondary) {
  min-height: 38px;
  padding: 0 16px;
  border: 0;
  border-radius: 9999px;
  background: #071626;
  color: #fffdf8;
  box-shadow: 0 10px 24px rgba(7, 22, 38, .18);
}

.premium-hero {
  width: calc(100% + 68px);
  max-width: none;
  min-height: calc(100vh - 72px);
  grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
  gap: 0;
  margin: 0 -34px;
  padding: 0;
  color: var(--fzm-ink);
}

.landing-home .premium-hero {
  min-height: calc(100svh - 72px);
  background:
    radial-gradient(circle at 84% 16%, rgba(201, 164, 92, .12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, .45), rgba(255, 255, 255, .18));
}

.premium-hero-copy {
  display: flex;
  min-height: calc(100vh - 72px);
  flex-direction: column;
  justify-content: center;
  padding: 70px clamp(28px, 5vw, 74px) 58px;
}

.landing-home .premium-hero-copy {
  min-height: calc(100svh - 72px);
  max-width: 760px;
}

.premium-hero .eyebrow {
  width: fit-content;
  padding: 7px 13px;
  border: 1px solid rgba(201, 164, 92, .34);
  border-radius: 999px;
  background: rgba(255, 253, 248, .82);
  color: #9a7130;
  font-size: 11px;
  letter-spacing: .14em;
}

.premium-hero-copy h1 {
  max-width: 700px;
  margin: 0;
  color: var(--fzm-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 6vw, 84px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: .96;
}

.premium-hero-copy h1 span:nth-child(2) {
  color: #071626;
  font-style: italic;
}

.premium-hero-copy .lead {
  max-width: 600px;
  margin-top: 22px;
  color: var(--fzm-muted);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
}

.premium-primary-cta,
.premium-secondary-cta {
  min-height: 52px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
}

.premium-primary-cta.primary,
a.primary.premium-primary-cta {
  border: none;
  border-radius: 9999px;
  background: transparent;
  box-shadow: none;
  color: #fffdf8;
}

.premium-primary-cta.primary:hover,
a.primary.premium-primary-cta:hover {
  border-color: transparent;
  background: transparent;
}

.premium-secondary-cta.secondary,
a.secondary.premium-secondary-cta {
  border: none;
  border-radius: 9999px;
  background: transparent;
  box-shadow: none;
}

.premium-secondary-cta.secondary:hover,
a.secondary.premium-secondary-cta:hover {
  border-color: transparent;
  background: transparent;
  color: #fff;
}

.hero-trust-note {
  max-width: 640px;
  color: var(--fzm-muted);
}

.hero-proof-row,
.hero-assurance-row {
  gap: 10px;
}

.hero-proof-row span,
.hero-assurance-row span {
  border: 1px solid var(--fzm-teal-line);
  background: rgba(255, 255, 255, .62);
  color: var(--fzm-ink2);
}

.hero-proof-row strong {
  color: var(--fzm-teal);
}

.hero-insight-grid article {
  min-height: 116px;
  border: 1px solid rgba(0, 0, 0, .07);
  border-radius: 10px;
  background: rgba(255, 255, 255, .7);
  box-shadow: none;
}

.hero-insight-grid strong {
  color: var(--fzm-ink);
}

.hero-insight-grid span {
  color: var(--fzm-muted);
}

.hero-product {
  position: relative;
  min-height: calc(100vh - 72px);
  padding: 82px clamp(24px, 4vw, 54px) 70px;
  border-left: 1px solid rgba(0, 0, 0, .06);
  background: rgba(232, 232, 230, .62);
  overflow: hidden;
}

.landing-home .hero-product {
  display: flex;
  min-height: calc(100svh - 72px);
  align-items: center;
  justify-content: center;
}

.hero-product::before,
.hero-product::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(13, 148, 136, .13), transparent 70%);
}

.hero-product::before {
  top: -50px;
  right: -50px;
}

.hero-product::after {
  bottom: -70px;
  left: -70px;
  opacity: .72;
}

.premium-report-mock {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  padding: 22px;
  border: 1px solid rgba(0, 0, 0, .09);
  border-radius: 16px;
  background: var(--fzm-surface);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .11);
  animation: fzmFloat 4.8s ease-in-out infinite;
}

.hero-yuz-haritasi-mock {
  width: min(680px, 100%);
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: 0 28px 80px rgba(7, 22, 38, .16);
}

.hero-yuz-haritasi-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.hero-mock-hybrid {
  width: min(960px, 100%);
  max-width: 100%;
  padding: 20px;
}

.hero-hybrid-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(260px, 0.72fr);
  gap: 16px;
  align-items: stretch;
}

.hero-hybrid-map {
  min-height: 0;
  padding: 6px;
  border-radius: 16px;
  background: #fffdf8;
  box-shadow: inset 0 0 0 1px rgba(201, 164, 92, .16);
}

.hero-hybrid-map picture {
  display: block;
  width: 100%;
}

.hero-hybrid-map .hero-yuz-haritasi-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(7, 22, 38, .08);
}

.landing-home .premium-report-mock.hero-mock-hybrid,
.landing-home .hero-mock-hybrid.premium-report-mock {
  width: 100%;
  max-width: none;
}

.landing-home .premium-mock-grid.hero-hybrid-grid,
.landing-home .hero-hybrid-grid.premium-mock-grid {
  grid-template-columns: minmax(0, 1.32fr) minmax(250px, 0.68fr);
  gap: 14px;
}

.landing-home .hero-hybrid-map {
  min-height: auto;
}

.landing-home .hero-hybrid-map .hero-yuz-haritasi-image {
  width: 100%;
  min-width: 0;
}

@media (min-width: 992px) {
  .landing-home .premium-hero {
    grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1.18fr);
  }

  .landing-home .hero-product {
    padding-left: clamp(18px, 2.4vw, 36px);
    padding-right: clamp(18px, 2.4vw, 36px);
  }

  .landing-home .premium-mock-grid.hero-hybrid-grid,
  .landing-home .hero-hybrid-grid.premium-mock-grid {
    grid-template-columns: minmax(0, 1.38fr) minmax(270px, 0.62fr);
  }
}

@media (min-width: 1200px) {
  .landing-home .premium-hero {
    grid-template-columns: minmax(0, 0.78fr) minmax(540px, 1.22fr);
  }

  .landing-home .premium-mock-grid.hero-hybrid-grid,
  .landing-home .hero-hybrid-grid.premium-mock-grid {
    grid-template-columns: minmax(380px, 1.42fr) minmax(280px, 0.58fr);
  }
}

/* Portrait-first: narrow viewports (typical phone held upright) stack vertically. */
@media (max-width: 991px) {
  .hero-hybrid-grid,
  .landing-home .premium-mock-grid.hero-hybrid-grid,
  .landing-home .hero-hybrid-grid.premium-mock-grid {
    grid-template-columns: 1fr;
  }

  .hero-hybrid-map,
  .landing-home .hero-hybrid-map {
    max-width: none;
    width: 100%;
    margin: 0;
  }

  .landing-home .hero-hybrid-map .hero-yuz-haritasi-image {
    max-height: min(72vw, 360px);
    object-fit: contain;
  }
}

@media (max-width: 991px) and (orientation: landscape) {
  .landing-home .hero-hybrid-map .hero-yuz-haritasi-image {
    max-height: min(42vh, 280px);
  }

  .landing-home .premium-hero {
    padding-bottom: 12px;
  }
}

@keyframes fzmFloat {
  0%, 100% { transform: translateY(0) rotate(-.35deg); }
  50% { transform: translateY(-10px) rotate(.35deg); }
}

.premium-mock-head::after {
  color: var(--fzm-muted);
}

.analysis-map-preview {
  border-color: var(--fzm-teal-line);
  border-radius: 12px;
  background: var(--fzm-teal-soft);
}

.analysis-map-title,
.report-preview-kicker {
  color: var(--fzm-teal);
}

.analysis-map-metrics span,
.report-preview-list span {
  border-color: rgba(0, 0, 0, .07);
  background: var(--fzm-bg);
}

.landing-price-card {
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
}

.landing-price-card.featured {
  transform: translateY(-8px);
  border: 2px solid var(--fzm-teal);
  background: #fff;
  color: var(--fzm-ink);
  box-shadow: 0 18px 44px rgba(13, 148, 136, .10);
}

.landing-price-card.featured::before {
  background: var(--fzm-teal);
  color: #fff;
}

.landing-price-card.featured h3,
.landing-price-card.featured > strong {
  color: var(--fzm-ink);
}

.landing-price-card.featured .card-kicker,
.landing-price-card.featured p {
  color: var(--fzm-muted);
}

.proof-metrics strong,
.landing-price-card > strong,
.seo-section h2,
.seo-final-cta h2 {
  color: var(--fzm-ink);
}

.proof-card span,
.proof-video-card span,
.testimonial-grid span,
.card-kicker,
.eyebrow {
  color: var(--fzm-teal);
}

.proof-video-card {
  background: linear-gradient(135deg, #0d9488, #0a7870);
}

.testimonial-grid article {
  border-radius: 10px;
  background: #fff;
}

.seo-final-cta {
  border-radius: 14px;
  background: linear-gradient(135deg, #ffffff, #e8f4f2);
}

@media (max-width: 1080px) {
  .premium-hero {
    width: min(1180px, 100%);
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .premium-hero-copy {
    min-height: auto;
    padding: 44px 0 12px;
  }

  .hero-product {
    min-height: auto;
    padding: 34px;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 18px;
  }

  .premium-report-mock {
    justify-self: center;
    animation: none;
  }
}

@media (max-width: 680px) {
  .landing-home #guide,
  .landing-home #how {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .landing-section-page main {
    padding-top: 0;
  }

  .landing-section-page .seo-section {
    min-height: auto;
    padding-top: 34px;
    padding-bottom: 44px;
  }

  .landing-section-page .seo-section-head {
    gap: 10px;
    margin-bottom: 22px;
  }

  .landing-section-page .seo-section-head h2 {
    font-size: clamp(28px, 9vw, 38px);
    line-height: 1.08;
  }

  .landing-section-page .seo-section-head p {
    font-size: 15px;
    line-height: 1.65;
  }

  .landing-body {
    background: var(--fzm-bg);
  }

  .landing-body > .premium-landing-top {
    width: 100% !important;
    margin: 0 !important;
    padding: calc(10px + env(safe-area-inset-top, 0px)) 12px 8px;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
  }

  .premium-landing-top .brand {
    min-height: 44px;
    width: fit-content;
    align-self: flex-start;
  }

  .premium-landing-top .landing-nav {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 6px;
  }

  .premium-landing-top .landing-nav a:not(.nav-login):not(.primary):not(.secondary) {
    display: inline-flex;
    min-height: 44px;
    width: 100%;
    justify-content: center;
    padding: 0 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .56);
    color: var(--fzm-ink2, #3a3a3c);
    font-size: 14px;
  }

  .premium-landing-top .landing-nav .nav-login {
    min-height: 44px;
    grid-column: auto;
    width: 100%;
    justify-content: center;
    padding: 0 14px;
    white-space: nowrap;
    font-size: 14px;
  }

  .premium-hero-copy h1 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .premium-hero-copy .lead {
    font-size: 15px;
  }

  .hero-product {
    display: none;
  }

  .hero-trust-note,
  .hero-proof-row,
  .hero-insight-grid,
  .hero-assurance-row {
    display: none;
  }

  .premium-hero-actions {
    align-items: stretch;
    flex-direction: column;
    margin-top: 18px;
  }

  .premium-hero-actions .link-button {
    width: 100%;
    justify-content: center;
  }

  .premium-report-mock {
    padding: 14px;
  }

  .landing-price-card.featured {
    transform: none;
  }

  .landing-section-page .landing-pricing-grid,
  .landing-section-page .proof-grid,
  .landing-section-page .proof-metrics,
  .landing-section-page .testimonial-grid,
  .landing-section-page .report-card-grid,
  .landing-section-page .seo-card-grid,
  .landing-section-page .seo-steps-grid,
  .landing-section-page .region-card-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .landing-section-page .landing-price-card,
  .landing-section-page .proof-card,
  .landing-section-page .testimonial-grid article,
  .landing-section-page .seo-card {
    padding: 18px;
  }

  .landing-section-page .seo-final-cta {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 8px;
    padding: 28px 18px;
    text-align: left;
  }

  .landing-section-page .seo-final-cta .link-button {
    width: 100%;
    justify-content: center;
  }
}

/* Landing polish demo: score bars, testimonials, final CTA */
.premium-landing-top .nav-login.primary {
  min-height: 42px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 900;
  box-shadow: none !important;
}

.premium-landing-top .nav-login-link:not(.primary):not(.secondary) {
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(13, 148, 136, .22);
  background: rgba(255, 255, 255, .76);
  color: var(--fzm-ink, #18181a) !important;
  font-weight: 900;
}

.premium-landing-top .nav-login-link:not(.primary):not(.secondary):hover {
  background: #fff;
  color: var(--fzm-teal, #0d9488) !important;
}

.seo-guide-link {
  max-width: 1180px;
  margin: 0 auto 34px;
  padding: 0 18px;
}

.seo-guide-link a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid var(--fzm-teal-line, rgba(13, 148, 136, .22));
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: var(--fzm-teal, #0d9488);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.seo-guide-link a:hover {
  border-color: rgba(13, 148, 136, .38);
  background: var(--fzm-teal-soft, rgba(13, 148, 136, .10));
}

.report-visual-demo {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(360px, 1fr);
  gap: 28px;
  align-items: stretch;
  margin: 34px 0 24px;
  padding: 28px;
  border: 1px solid rgba(13, 148, 136, .22);
  border-radius: 22px;
  background:
    radial-gradient(circle at 86% 12%, rgba(13, 148, 136, .16), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, .9), rgba(232, 244, 242, .74));
  box-shadow: 0 22px 54px rgba(7, 22, 38, .08);
}

.report-visual-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
}

.report-visual-copy h3 {
  margin: 10px 0 0;
  color: var(--fzm-ink, #18181a);
  font-family: var(--fzm-serif, Georgia, serif);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.04;
  letter-spacing: 0;
}

.report-visual-copy p {
  max-width: 58ch;
  margin: 16px 0 0;
  color: var(--fzm-muted, #747478);
  font-size: 15px;
  line-height: 1.7;
}

.report-visual-card {
  display: grid;
  gap: 18px;
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(7, 22, 38, .10);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(7, 22, 38, .10);
}

.report-visual-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.report-visual-head span {
  color: var(--fzm-teal, #0d9488);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.report-visual-head b {
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--fzm-teal-soft, rgba(13, 148, 136, .10));
  color: var(--fzm-teal, #0d9488);
  font-size: 12px;
}

.report-visual-bars {
  display: grid;
  gap: 13px;
}

.report-visual-card .score-item {
  display: grid;
  gap: 7px;
  padding: 12px;
  border: 1px solid rgba(7, 22, 38, .07);
  border-radius: 12px;
  background: rgba(240, 240, 239, .72);
}

.report-visual-card .score-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.report-visual-card .score-meta span {
  color: var(--fzm-ink2, #3a3a3c);
  font-size: 13px;
  font-weight: 850;
}

.report-visual-card .score-meta b {
  color: var(--fzm-teal, #0d9488);
  font-size: 13px;
  font-weight: 950;
}

.report-visual-card .score-track {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #e8e8e6;
}

.report-visual-card .score-track i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--fzm-teal, #0d9488), #14b8aa);
  animation: scoreGrow .9s cubic-bezier(.16, 1, .3, 1) both;
}

.report-visual-note {
  padding: 14px 16px;
  border-left: 4px solid var(--fzm-teal, #0d9488);
  border-radius: 12px;
  background: rgba(13, 148, 136, .08);
}

.report-visual-note strong {
  display: block;
  color: var(--fzm-ink, #18181a);
  font-size: 14px;
}

.report-visual-note p {
  margin: 6px 0 0;
  color: var(--fzm-muted, #747478);
  font-size: 13px;
  line-height: 1.55;
}

.premium-score-grid {
  gap: 10px;
}

.premium-score-grid .score-item {
  display: grid;
  gap: 6px;
  padding: 10px 12px;
  border-radius: 8px;
  background: var(--fzm-bg, #f0f0ef);
}

.premium-score-grid .score-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.premium-score-grid .score-meta span {
  display: inline;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--fzm-ink2, #3a3a3c);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.premium-score-grid .score-meta b {
  color: var(--fzm-teal, #0d9488);
  font-family: inherit;
  font-size: 15px;
  font-weight: 950;
  line-height: 1;
}

.premium-score-grid .score-track {
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--fzm-bg2, #e8e8e6);
}

.premium-score-grid .score-track i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--fzm-teal, #0d9488);
  animation: scoreGrow .9s cubic-bezier(.16, 1, .3, 1) both;
}

@keyframes scoreGrow {
  from { width: 0 !important; }
}

.testimonial-grid article {
  position: relative;
  overflow: hidden;
}

.testimonial-grid article::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 14px;
  color: rgba(13, 148, 136, .07);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 82px;
  line-height: 1;
  pointer-events: none;
}

.testimonial-stars {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  color: var(--fzm-teal, #0d9488);
  font-size: 13px;
  letter-spacing: .1em;
}

.testimonial-author {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
}

.testimonial-avatar {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid var(--fzm-teal-line, rgba(13, 148, 136, .22));
  border-radius: 999px;
  background: var(--fzm-teal-soft, rgba(13, 148, 136, .10));
  color: var(--fzm-teal, #0d9488);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.testimonial-author b,
.testimonial-author small {
  display: block;
}

.testimonial-author b {
  color: var(--fzm-ink, #18181a);
  font-size: 13px;
}

.testimonial-author small {
  margin-top: 2px;
  color: var(--fzm-muted, #747478);
  font-size: 12px;
  font-weight: 700;
}

.seo-final-cta {
  overflow: hidden;
  border: 0;
  background: var(--fzm-teal, #0d9488);
  color: #fff;
}

.seo-final-cta::before,
.seo-final-cta::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
}

.seo-final-cta::before {
  top: -70px;
  right: -60px;
  width: 240px;
  height: 240px;
}

.seo-final-cta::after {
  bottom: -50px;
  left: 18%;
  width: 150px;
  height: 150px;
}

.seo-final-cta > * {
  position: relative;
  z-index: 1;
}

.seo-final-cta h2 {
  color: #fff;
}

.seo-final-cta p {
  color: rgba(255, 255, 255, .72);
}

.seo-final-cta .eyebrow {
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .10);
  color: rgba(255, 255, 255, .72);
}

.seo-final-cta .premium-primary-cta:not(.primary) {
  border-color: #fff;
  background: #fff;
  color: var(--fzm-teal, #0d9488);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .10);
}

.seo-final-cta .premium-primary-cta:not(.primary):hover {
  background: rgba(255, 255, 255, .92);
  color: var(--fzm-teal-dark, #0a7870);
}

@media (max-width: 680px) {
  .premium-landing-top .nav-login {
    padding: 0 14px;
    font-size: 13px;
  }

  .premium-landing-top .nav-login-link {
    display: none;
  }

  .premium-landing-top .landing-nav a:not(.nav-login):not(.primary):not(.secondary) {
    display: inline-flex;
  }

  .report-visual-demo {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .report-visual-card {
    padding: 16px;
  }
}

@media (max-width: 680px) {
  .landing-body .premium-landing-top,
  .landing-body .premium-landing-top .landing-nav,
  .landing-body .premium-hero-actions,
  .landing-body .payment-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .landing-body .premium-landing-top {
    align-items: stretch;
  }

  .landing-body .premium-landing-top .brand {
    justify-self: start;
  }

  .landing-body .landing-nav a,
  .landing-body .premium-hero-actions .link-button,
  .landing-body .seo-final-cta .link-button {
    width: 100%;
    justify-content: center;
  }

  .landing-body .landing-pricing-grid,
  .landing-body .landing-pricing-grid-special,
  .landing-body .report-card-grid,
  .landing-body .proof-grid,
  .landing-body .proof-metrics,
  .landing-body .testimonial-grid,
  .landing-body .seo-card-grid,
  .landing-body .seo-steps-grid,
  .landing-body .region-card-grid,
  .landing-body .report-visual-demo,
  .landing-body .locked-preview-strip {
    display: grid;
    grid-template-columns: 1fr;
  }

  .landing-body .seo-final-cta {
    display: grid;
    grid-template-columns: 1fr;
    text-align: left;
  }

  .landing-home .hero-product {
    display: none;
  }
}

.hero-guide-link,
.hero-testimonial-strip,
.desktop-hero-testimonials {
  display: none;
}

@media (min-width: 681px) {
  .landing-home .premium-hero {
    min-height: auto;
    align-items: start;
  }

  .landing-home .premium-hero-copy {
    min-height: 560px;
    padding-top: 54px;
    padding-bottom: 34px;
  }

  .landing-home .premium-hero-copy h1 {
    max-width: 640px;
    font-size: clamp(44px, 5.1vw, 72px);
  }

  .landing-home .premium-hero-copy .lead {
    max-width: 560px;
    margin-top: 18px;
    font-size: 16px;
  }

  .landing-home .premium-hero-actions {
    margin-top: 22px;
  }

  .landing-home .hero-product {
    min-height: 560px;
    padding-top: 54px;
    padding-bottom: 34px;
  }

  .landing-home .premium-report-mock:not(.hero-mock-hybrid) {
    width: min(430px, 100%);
    padding: 16px;
  }

  .landing-home .premium-report-mock.hero-mock-hybrid,
  .landing-home .hero-mock-hybrid.premium-report-mock {
    width: 100%;
    padding: 16px;
  }

  .landing-home .premium-mock-head {
    padding-bottom: 12px;
  }

  .landing-home .premium-mock-head::after {
    font-size: 10px;
  }

  .landing-home .premium-mock-grid:not(.hero-hybrid-grid) {
    grid-template-columns: minmax(168px, 190px) minmax(0, 1fr);
    gap: 12px;
    align-items: start;
  }

  .landing-home .premium-mock-grid.hero-hybrid-grid,
  .landing-home .hero-hybrid-grid.premium-mock-grid {
    grid-template-columns: minmax(0, 1.22fr) minmax(220px, 0.78fr);
    gap: 12px;
  }

  .landing-home .hero-hybrid-map.analysis-map-preview,
  .landing-home .analysis-map-preview.hero-hybrid-map {
    min-height: 0;
    padding: 6px;
  }

  .landing-home .analysis-map-preview:not(.hero-hybrid-map) {
    min-height: 230px;
    gap: 8px;
    padding: 12px;
  }

  .landing-home .analysis-map-body {
    min-height: 150px;
  }

  .landing-home .analysis-map-metrics span {
    min-height: 22px;
  }

  .landing-home .report-preview-panel {
    min-height: 230px;
    gap: 8px;
    padding: 14px;
  }

  .landing-home .report-preview-panel > strong {
    font-size: 22px;
    line-height: 1.02;
  }

  .landing-home .report-preview-panel p {
    font-size: 12.5px;
    line-height: 1.42;
  }

  .landing-home .report-preview-list {
    gap: 6px;
  }

  .landing-home .report-preview-list span {
    padding: 7px 9px;
    font-size: 10.5px;
  }

  .landing-home .report-preview-list b {
    font-size: 11.5px;
  }

  .landing-home .premium-score-grid {
    gap: 8px;
    margin-top: 12px;
  }

  .landing-home .premium-score-grid .score-item {
    gap: 5px;
    padding: 8px 10px;
  }

  .desktop-hero-testimonials {
    display: block;
    grid-column: 1 / -1;
    width: auto;
    margin: -6px clamp(28px, 5vw, 74px) 30px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 93%, transparent);
    mask-image: linear-gradient(90deg, #000 0%, #000 93%, transparent);
  }

  .desktop-hero-testimonial-track {
    display: flex;
    width: max-content;
    gap: 14px;
    animation: heroReviews 34s linear infinite;
  }

  .desktop-hero-testimonial-track article {
    width: 370px;
    padding: 16px 18px;
    border: 1px solid rgba(7, 22, 38, .08);
    border-radius: 14px;
    background: rgba(255, 253, 248, .9);
    box-shadow: 0 14px 34px rgba(7, 22, 38, .08);
  }

  .desktop-hero-testimonial-track div {
    margin-bottom: 7px;
    color: #b98223;
    font-size: 11px;
    letter-spacing: .09em;
  }

  .desktop-hero-testimonial-track p {
    margin: 0;
    color: #24313f;
    font-size: 13px;
    line-height: 1.55;
  }

  .desktop-hero-testimonial-track article > div > span:not(.hero-testimonial-avatar) {
    display: block;
    margin-top: 10px;
    color: #7b6d59;
    font-size: 11.5px;
    font-weight: 800;
  }

  .desktop-hero-testimonials:hover .desktop-hero-testimonial-track {
    animation-play-state: paused;
  }
}

@media (max-width: 680px) {
  .landing-home main {
    display: flex;
    flex-direction: column;
  }

  .landing-home .seo-final-cta {
    order: 98;
  }

  .landing-home #seo-guides {
    order: 99;
  }

  .landing-body.landing-home,
  .landing-body.landing-section-page,
  .landing-body.seo-page-body {
    padding-top: calc(var(--mobile-header-height, 220px) + 4px);
  }

  .landing-body > .premium-landing-top,
  .seo-page-body > .premium-landing-top {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 100 !important;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100% !important;
    max-width: 100vw !important;
    margin: 0 !important;
    padding: calc(10px + env(safe-area-inset-top, 0px)) 12px 8px;
    box-sizing: border-box;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    background: rgba(7, 22, 38, .98);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .landing-body.landing-section-page > .premium-landing-top,
  .seo-page-body > .premium-landing-top {
    background: rgba(240, 240, 239, .98);
    border-bottom: 1px solid rgba(7, 22, 38, .06);
  }

  .landing-home .premium-landing-top .brand {
    min-height: 44px;
  }

  .landing-home .premium-landing-top .landing-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
    padding: 6px;
    border-radius: 14px;
    overflow: visible;
  }

  .landing-home .premium-landing-top .landing-nav a,
  .landing-home .premium-landing-top .landing-nav a:not(.nav-login):not(.primary):not(.secondary) {
    width: 100%;
    min-height: 44px;
    justify-content: center;
    padding: 0 10px;
    border-radius: 9999px;
    font-size: 14px;
    line-height: 1.15;
    white-space: nowrap;
    border: none !important;
    background: transparent !important;
  }

  .landing-home .premium-landing-top .landing-nav .nav-login.primary {
    grid-column: 1 / -1;
    min-height: 44px;
    padding: 0 12px;
    border: none !important;
    background: transparent !important;
    color: #fffdf8 !important;
    font-size: 14px;
    font-weight: 900;
    box-shadow: none !important;
  }

  .landing-home .premium-landing-top .landing-nav .nav-login:not(.primary) {
    grid-column: 1 / -1;
    min-height: 44px;
    padding: 0 12px;
    border: 1px solid rgba(201, 164, 92, .75);
    background: #071626;
    color: #fffdf8;
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(7, 22, 38, .22);
  }

  .landing-home .premium-hero {
    width: auto;
    min-height: auto;
    margin: 0;
    padding: 0 12px 18px;
    grid-template-columns: 1fr;
    gap: 0;
    background:
      radial-gradient(circle at 84% 0%, rgba(201, 164, 92, .2), transparent 34%),
      linear-gradient(180deg, rgba(255, 255, 255, .66), rgba(240, 240, 239, .95));
  }

  .landing-home .premium-hero-copy {
    min-height: auto;
    max-width: none;
    padding: 20px 0 14px;
  }

  .landing-home .premium-hero .eyebrow {
    padding: 6px 10px;
    font-size: 12px;
  }

  .landing-home .premium-hero-copy h1 {
    margin-top: 12px;
    font-size: clamp(34px, 10vw, 44px);
    line-height: .98;
  }

  .landing-home .premium-hero-copy .lead {
    max-width: 34ch;
    margin-top: 14px;
    font-size: 14.5px;
    line-height: 1.55;
  }

  .landing-home .premium-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 16px;
  }

  .landing-home .premium-hero-actions .link-button {
    width: 100%;
    min-height: 48px;
    justify-content: center;
    padding: 0 18px;
    border-radius: 9999px;
    font-size: 15px;
  }

  .hero-guide-link {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 44px;
    margin-top: 10px;
    padding: 8px 0;
    color: #8b672a;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
  }

  .hero-guide-link::after {
    content: "→";
    margin-left: 6px;
  }

  .hero-testimonial-strip {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 14px;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 88%, transparent);
    mask-image: linear-gradient(90deg, #000 0%, #000 88%, transparent);
  }

  .hero-testimonial-track {
    display: flex;
    width: max-content;
    gap: 10px;
    animation: heroReviews 30s linear infinite;
  }

  .hero-testimonial-card {
    width: min(282px, 78vw);
    padding: 12px 13px;
    border: 1px solid rgba(7, 22, 38, .08);
    border-radius: 12px;
    background: rgba(255, 253, 248, .9);
    box-shadow: 0 12px 28px rgba(7, 22, 38, .08);
  }

  .hero-testimonial-stars {
    margin-bottom: 5px;
    color: #b98223;
    font-size: 10px;
    letter-spacing: .08em;
  }

  .hero-testimonial-card p {
    margin: 0;
    color: #24313f;
    font-size: 14px;
    line-height: 1.5;
  }

  .hero-testimonial-card > span {
    display: block;
    margin-top: 8px;
    color: #7b6d59;
    font-size: 14px;
    font-weight: 800;
  }


  .landing-home .hero-product {
    display: block;
    min-height: auto;
    padding: 4px 0 16px;
    border-left: 0;
    background: transparent;
  }

  .landing-home .hero-product::before,
  .landing-home .hero-product::after {
    display: none;
  }

  .landing-home .premium-report-mock {
    width: 100%;
    padding: 14px;
    border-radius: 14px;
    box-shadow: 0 16px 42px rgba(7, 22, 38, .11);
    animation: none;
  }

  .landing-home .premium-mock-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .landing-home .analysis-map-preview {
    min-height: 0;
    padding: 8px;
  }

  .landing-home .hero-hybrid-map .hero-yuz-haritasi-image {
    width: 100%;
    max-height: none;
    height: auto;
    object-fit: contain;
  }

  .landing-home .report-preview-panel {
    padding: 12px;
  }

  .landing-home .report-preview-panel > strong {
    font-size: 17px;
  }

  .landing-home .report-preview-panel p {
    font-size: 12px;
    line-height: 1.45;
  }

  .landing-home .report-preview-list span {
    padding: 8px 10px;
    font-size: 11px;
  }

  .landing-home .premium-score-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 12px;
  }

  .landing-home .premium-score-grid .score-item {
    gap: 4px;
    padding: 8px 6px;
  }

  .landing-home .premium-score-grid .score-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  .landing-home .premium-score-grid .score-meta span {
    font-size: 9.5px;
    line-height: 1.15;
  }

  .landing-home .premium-score-grid .score-meta b {
    font-size: 15px;
  }

  .landing-home .premium-score-grid .score-track {
    height: 4px;
  }

  .landing-body.landing-home > main {
    overflow-x: clip;
    max-width: 100%;
  }
}

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

  .landing-home .premium-hero-actions .link-button {
    min-height: 48px;
    font-size: 13px;
  }
}

@keyframes heroReviews {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 5px)); }
}

@media (max-width: 680px) and (prefers-reduced-motion: reduce) {
  .hero-testimonial-track {
    animation: none;
  }
}

@media (max-width: 680px) {
  .landing-section-page {
    background:
      radial-gradient(circle at 84% 0%, rgba(201, 164, 92, .16), transparent 30%),
      linear-gradient(180deg, #f3efe6 0%, #eef3ef 100%);
  }

  .landing-section-page .premium-landing-top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100% !important;
    margin: 0 !important;
    padding: calc(10px + env(safe-area-inset-top, 0px)) 12px 8px;
    background: rgba(240, 240, 239, .96);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(7, 22, 38, .06);
  }

  .landing-section-page .premium-landing-top .landing-nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(94px, 1.24fr);
    gap: 5px;
    width: 100%;
    padding: 5px;
    border: 1px solid rgba(7, 22, 38, .06);
    border-radius: 14px;
    background: rgba(255, 253, 248, .78);
    box-shadow: 0 12px 26px rgba(7, 22, 38, .07);
    overflow: hidden;
  }

  .landing-section-page .premium-landing-top .landing-nav a,
  .landing-section-page .premium-landing-top .landing-nav a:not(.nav-login):not(.primary):not(.secondary) {
    width: 100%;
    min-height: 34px;
    justify-content: center;
    padding: 0 4px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .64);
    color: #34404d;
    font-size: 10.5px;
    line-height: 1;
    white-space: nowrap;
  }

  .landing-section-page .premium-landing-top .landing-nav .nav-login {
    min-height: 38px;
    padding: 0 8px;
    border: 1px solid rgba(201, 164, 92, .75);
    background: #071626;
    color: #fffdf8;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(7, 22, 38, .22);
  }

  .landing-section-page main {
    padding: 14px 12px 0;
  }

  .landing-section-page .seo-guide-link {
    display: none;
  }

  .landing-section-page .seo-section {
    margin: 0;
    padding: 18px 0 34px;
  }

  .landing-section-page .seo-section-head {
    gap: 9px;
    margin: 0 0 16px;
    padding: 18px;
    border: 1px solid rgba(7, 22, 38, .08);
    border-radius: 16px;
    background: rgba(255, 253, 248, .9);
    box-shadow: 0 14px 34px rgba(7, 22, 38, .08);
  }

  .landing-section-page .seo-section-head .eyebrow {
    width: fit-content;
    padding: 6px 10px;
    border: 1px solid rgba(201, 164, 92, .34);
    border-radius: 999px;
    background: rgba(201, 164, 92, .1);
    color: #8b672a;
    font-size: 9.5px;
  }

  .landing-section-page .seo-section-head h2 {
    color: #071626;
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1.02;
    letter-spacing: 0;
  }

  .landing-section-page .seo-section-head p {
    color: #69727c;
    font-size: 14.5px;
    line-height: 1.58;
  }

  .landing-section-page .landing-price-card,
  .landing-section-page .proof-card,
  .landing-section-page .testimonial-grid article,
  .landing-section-page .seo-card,
  .landing-section-page .report-preview-panel,
  .landing-section-page .analysis-map-preview {
    border-radius: 14px;
    border-color: rgba(7, 22, 38, .08);
    background: rgba(255, 253, 248, .92);
    box-shadow: 0 12px 30px rgba(7, 22, 38, .07);
  }

  .landing-section-page .landing-price-card.featured {
    border-color: rgba(201, 164, 92, .72);
    background: #071626;
    color: #fffdf8;
    box-shadow: 0 18px 40px rgba(7, 22, 38, .18);
  }

  .landing-section-page .landing-price-card.featured h3,
  .landing-section-page .landing-price-card.featured > strong {
    color: #fffdf8;
  }

  .landing-section-page .landing-price-card.featured p,
  .landing-section-page .landing-price-card.featured li,
  .landing-section-page .landing-price-card.featured .card-kicker {
    color: rgba(255, 253, 248, .76);
  }

  .landing-section-page .landing-price-card .premium-primary-cta:not(.primary),
  .landing-section-page .section-cta-row .premium-primary-cta:not(.primary),
  .landing-section-page .seo-final-cta .premium-primary-cta:not(.primary) {
    border-color: #071626;
    background: #071626;
    color: #fffdf8;
    box-shadow: 0 12px 28px rgba(7, 22, 38, .18);
  }

  .landing-section-page .landing-price-card.featured .premium-primary-cta:not(.primary) {
    border-color: #fffdf8;
    background: #fffdf8;
    color: #071626;
    box-shadow: 0 12px 26px rgba(0, 0, 0, .16);
  }

  .landing-section-page .testimonial-grid article::before {
    color: rgba(201, 164, 92, .16);
  }

  .landing-section-page .proof-metrics {
    gap: 10px;
  }

  .landing-section-page .proof-metrics span {
    min-height: 78px;
    border-radius: 14px;
    background: #fffdf8;
    box-shadow: 0 10px 24px rgba(7, 22, 38, .06);
  }

  .landing-section-page .faq-list details {
    border-radius: 14px;
    background: rgba(255, 253, 248, .94);
    box-shadow: 0 10px 24px rgba(7, 22, 38, .06);
  }

  .landing-section-page .seo-final-cta {
    margin: 8px 0 0;
    border-radius: 16px;
    background: #071626;
    color: #fffdf8;
    box-shadow: 0 18px 44px rgba(7, 22, 38, .18);
  }

  .landing-section-page .seo-final-cta h2,
  .landing-section-page .seo-final-cta p {
    color: #fffdf8;
  }

  .landing-section-page .seo-final-cta .eyebrow {
    color: rgba(255, 253, 248, .68);
  }
}

.hero-testimonial-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding-top: 9px;
  border-top: 1px solid rgba(7, 22, 38, .07);
  font-size: 12px;
  color: #7b6d59;
}

.hero-testimonial-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.hero-testimonial-name {
  color: #24313f;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.hero-testimonial-tags {
  color: #7b6d59;
  font-size: 11px;
  line-height: 1.35;
}

.hero-testimonial-avatar {
  width: 26px !important;
  height: 26px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  color: #fff !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: 0 !important;
}

/* Glow button system — legacy nav/CTA kurallarının üstünde */
.premium-landing-top .nav-login.primary,
.landing-home .premium-landing-top .landing-nav .nav-login.primary,
a.primary.nav-login.link-button {
  border: none !important;
  border-radius: 9999px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #fffdf8 !important;
}

.premium-primary-cta.primary,
a.primary.premium-primary-cta,
.premium-secondary-cta.secondary,
a.secondary.premium-secondary-cta {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.landing-price-card .secondary.premium-secondary-cta {
  color: #fffdf8;
}
