:root {
  --bg-page: #ffffff;
  --bg-soft: #ffffff;
  --bg-panel: rgba(255, 255, 255, 0.92);
  --bg-card: rgba(255, 255, 255, 0.98);
  --bg-card-strong: #ffffff;
  --bg-dark: #ffffff;

  --text-strong: #172235;
  --text-main: #3f4d63;
  --text-soft: #66748a;
  --text-inverse: #eef3fb;

  --brand-700: #1b6fc4;
  --brand-600: #2d68c4;
  --brand-500: #4f82ef;
  --brand-100: #dbe8ff;

  --mint-600: #1f8b70;
  --mint-100: #d9f2e9;

  --amber-600: #6b7280;
  --amber-100: #f3f5f8;

  --border-soft: rgba(23, 34, 53, 0.09);
  --border-strong: rgba(23, 34, 53, 0.14);
  --shadow-soft: 0 8px 22px rgba(40, 57, 86, 0.05);
  --shadow-card: 0 12px 30px rgba(27, 41, 64, 0.07);

  --radius-sm: 14px;
  --radius-md: 20px;
  --radius-lg: 28px;
  --radius-xl: 32px;

  --nav-reserve: 84px;
  --nav-reserve-scrolled: 72px;
  --hero-next-peek: 54px;

  --transition: 220ms ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  background: #ffffff !important;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text-main);
  background: #ffffff !important;
  background-color: #ffffff !important;
  line-height: 1.65;
  overflow-x: hidden;
}

body,
main,
#hero,
.hero-section,
.section-block,
.section-soft,
#footer {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

.section-dark {
  background:
    radial-gradient(circle at top right, rgba(79, 130, 239, 0.28), transparent 24%),
    radial-gradient(circle at bottom left, rgba(31, 139, 112, 0.18), transparent 26%),
    linear-gradient(180deg, #182437 0%, #131d2c 100%) !important;
  background-color: #182437 !important;
}

p,
li,
h1,
h2,
h3 {
  text-wrap: balance;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

img {
  max-width: 100%;
  display: block;
}

main,
section,
footer {
  position: relative;
  z-index: 1;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.page-glow {
  position: fixed;
  inset: auto;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(120px);
  opacity: 0;
  z-index: 0;
}

.page-glow-top {
  width: 340px;
  height: 340px;
  top: 110px;
  right: -80px;
  background: rgba(79, 130, 239, 0.18);
}

.page-glow-bottom {
  width: 280px;
  height: 280px;
  bottom: 120px;
  left: -60px;
  background: rgba(31, 139, 112, 0.16);
}

.section-block {
  padding: 104px 0;
}

.section-soft {
  background: #ffffff;
}

.section-dark {
  color: rgba(238, 243, 251, 0.84);
}

.section-dark .section-title,
.section-dark .pull-quote,
.section-dark strong,
.section-dark h3 {
  color: var(--text-inverse);
}

.section-dark .eyebrow,
.section-dark .section-note,
.section-dark .proof-footnote,
.section-dark .panel-label,
.section-dark .proof-caption,
.section-dark .proof-stat span {
  color: rgba(238, 243, 251, 0.72);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand-700);
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
  opacity: 0.45;
}

.section-intro {
  max-width: 860px;
  margin-bottom: 52px;
}

.section-center {
  text-align: center;
  margin-inline: auto;
}

.section-center .section-title {
  margin-inline: auto;
}

.section-title,
.hero-title {
  margin: 0;
  color: var(--text-strong);
  font-family: "Fraunces", serif;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.hero-title {
  font-size: clamp(3.3rem, 8vw, 6.8rem);
  max-width: 18ch;
}

.hero-title-accent {
  color: inherit;
}

.section-title {
  font-size: clamp(2.4rem, 4.6vw, 4.4rem);
  max-width: 17ch;
}

.hero-subtitle,
.section-copy,
.section-note,
.proof-footnote,
.micro-copy,
.trust-copy {
  font-size: 1.05rem;
  color: var(--text-main);
}

.section-copy p,
.hero-subtitle,
.hero-meta p,
.proof-footnote,
.proof-caption,
.founder-note,
.founder-highlight {
  margin: 0;
}

.section-copy {
  display: grid;
  gap: 14px;
  max-width: 760px;
}

.pull-quote {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1.15;
  font-family: "Fraunces", serif;
  color: var(--text-strong);
}

.inline-accent {
  color: var(--brand-700);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.98rem;
  font-weight: 800;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition), background var(--transition);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #ffffff;
  background: var(--brand-700);
  box-shadow: 0 10px 20px rgba(45, 104, 196, 0.16);
}

.btn-primary:hover {
  box-shadow: 0 14px 24px rgba(45, 104, 196, 0.18);
}

.btn-secondary {
  background: #ffffff;
  border-color: rgba(23, 34, 53, 0.1);
  color: var(--text-strong);
}

.btn-large {
  min-height: 62px;
  padding-inline: 28px;
}

#navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  padding: 18px 0;
  background: #ffffff !important;
  transition: padding var(--transition), background var(--transition), box-shadow var(--transition);
}

#navbar.scrolled {
  padding: 12px 0;
  background: #ffffff !important;
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 30px rgba(35, 47, 71, 0.08);
}

#navbar + main {
  padding-top: var(--nav-reserve);
}

#navbar.scrolled + main {
  padding-top: var(--nav-reserve-scrolled);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.nav-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text-strong);
  min-width: 0;
}

.logo-mark-image {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
}

.logo-text-group {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  min-width: 0;
}

.logo-text {
  font-size: 1.22rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.logo-tagline {
  font-size: 0.62rem;
  font-weight: 500;
  color: var(--text-muted);
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.logo-tagline.cue {
  color: var(--text-soft);
  opacity: 1;
}

.logo-tagline.cue-settle {
  color: var(--text-muted);
  opacity: 1;
  transition-duration: 1.2s;
}

.nav-links {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  color: var(--text-soft);
  font-size: 0.95rem;
  font-weight: 700;
}

.nav-links a {
  transition: color var(--transition);
}

.nav-links a:hover {
  color: var(--text-strong);
}

.nav-cta {
  min-height: 48px;
  padding-inline: 20px;
  white-space: nowrap;
  flex-shrink: 0;
}

.hero-section {
  display: grid;
  align-items: center;
  min-height: calc(100svh - var(--nav-reserve) - var(--hero-next-peek));
  padding: clamp(28px, 5.5svh, 44px) 0 clamp(24px, 5svh, 48px);
}

.hero-section + .section-block {
  padding-top: 24px;
}

@supports (height: 100dvh) {
  .hero-section {
    min-height: calc(100dvh - var(--nav-reserve) - var(--hero-next-peek));
  }
}

@media (max-height: 760px) and (min-width: 761px) {
  .hero-section {
    padding: 28px 0 30px;
  }

  .hero-copy {
    gap: 18px;
  }

  .hero-title {
    max-width: 22ch;
    font-size: clamp(3rem, 7svh, 5.7rem);
  }

  .hero-actions {
    padding-top: 0;
  }

  .btn-large {
    min-height: 56px;
  }
}

@media (max-height: 620px) {
  :root {
    --hero-next-peek: 48px;
  }

  .hero-section {
    padding: 18px 0;
  }

  .hero-copy {
    gap: 14px;
  }

  .hero-copy .eyebrow {
    margin-bottom: 8px;
  }

  .hero-title {
    max-width: 22ch;
    font-size: clamp(2.25rem, 7.5svh, 4.7rem);
    line-height: 1;
  }

  .hero-subtitle {
    font-size: 1rem;
    line-height: 1.35;
  }

  .hero-actions {
    padding-top: 0;
  }

  .btn-large {
    min-height: 48px;
    padding-inline: 22px;
  }
}

.hero-layout {
  display: grid;
  gap: 24px;
  justify-items: center;
}

.hero-copy {
  display: grid;
  gap: 22px;
  text-align: center;
  justify-items: center;
}

.hero-subtitle {
  max-width: 540px;
  font-size: 1.16rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 8px;
  justify-content: center;
}

.hero-meta {
  display: grid;
  gap: 8px;
}

.micro-copy {
  font-weight: 800;
  color: var(--text-strong);
}

.trust-copy {
  color: var(--text-soft);
}

.hero-visual {
  position: relative;
}

.hero-stage-label {
  display: block;
  margin-bottom: 12px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-soft);
}

.hero-summary-card {
  display: grid;
  gap: 22px;
  padding: 24px;
  border-radius: var(--radius-xl);
  background: #ffffff;
  border: 1px solid rgba(23, 34, 53, 0.06);
  box-shadow: var(--shadow-card);
}

.hero-summary-card-placeholder {
  visibility: hidden;
  pointer-events: none;
}

.hero-summary-head p,
.hero-summary-note {
  margin: 0;
  font-size: 0.95rem;
  color: var(--text-soft);
}

.hero-summary-head strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.2;
  color: var(--text-strong);
}

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

.priority-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(23, 34, 53, 0.06);
}

.priority-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #f5f7fb;
  color: var(--text-soft);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.priority-copy {
  display: grid;
  gap: 6px;
}

.priority-copy strong {
  font-size: 1.02rem;
  color: var(--text-strong);
}

.priority-copy span {
  font-size: 0.95rem;
  color: var(--text-main);
}

.focus-card-kicker {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.priority-row-primary .focus-card-kicker {
  color: var(--brand-700);
}

.priority-row-primary .priority-rank {
  background: #eef4ff;
  color: var(--brand-700);
}

.priority-row-secondary .focus-card-kicker {
  color: var(--mint-600);
}

.priority-row-secondary .priority-rank {
  background: #eef8f4;
  color: var(--mint-600);
}

.priority-row-muted .focus-card-kicker {
  color: var(--amber-600);
}

.priority-row-muted .priority-rank {
  background: #f5f7fb;
  color: var(--amber-600);
}

.questions-stack {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}

.question-item {
  margin: 0;
  font-family: "Fraunces", serif;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--text-strong);
  width: fit-content;
}

/* secondary — left, medium */
.q-1 {
  font-size: clamp(1.35rem, 2.6vw, 1.75rem);
  align-self: flex-start;
  margin-left: 2%;
  margin-bottom: 22px;
  opacity: 0.8;
  transform: translateY(34px) rotate(-1.4deg);
}
.q-1.visible { transform: rotate(-1.4deg); }

/* background — far right, small */
.q-2 {
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  align-self: flex-end;
  margin-right: 0;
  margin-bottom: 32px;
  opacity: 0.6;
  transform: translateY(34px) rotate(1deg);
}
.q-2.visible { transform: rotate(1deg); }

/* DOMINANT — large, left-of-center */
.q-3 {
  font-size: clamp(2.4rem, 5.6vw, 4rem);
  align-self: flex-start;
  margin-left: 6%;
  margin-bottom: 18px;
  opacity: 1;
  transform: translateY(34px) rotate(-0.6deg);
}
.q-3.visible { transform: rotate(-0.6deg); }

/* background — flung left, small */
.q-4 {
  font-size: clamp(0.95rem, 1.6vw, 1.15rem);
  align-self: flex-start;
  margin-left: -2%;
  margin-bottom: 26px;
  opacity: 0.55;
  transform: translateY(34px) rotate(1.8deg);
}
.q-4.visible { transform: rotate(1.8deg); }

/* secondary — right, medium */
.q-5 {
  font-size: clamp(1.25rem, 2.4vw, 1.6rem);
  align-self: flex-end;
  margin-right: 6%;
  opacity: 0.8;
  transform: translateY(34px) rotate(-0.9deg);
}
.q-5.visible { transform: rotate(-0.9deg); }

.question-item.reveal-up {
  filter: blur(6px);
  transition:
    opacity 0.82s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.82s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.82s cubic-bezier(0.22, 1, 0.36, 1);
}

.question-item.reveal-up.visible {
  filter: blur(0);
}

.questions-closer {
  margin: 48px 0 0;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-soft);
  letter-spacing: -0.01em;
}

.proof-grid,
.objection-list {
  display: grid;
  gap: 18px;
}

.proof-card {
  padding: 28px;
  border-radius: 28px;
  border: 1px solid var(--border-soft);
  background: var(--bg-card);
  box-shadow: var(--shadow-soft);
}

.proof-card h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  line-height: 1.2;
  color: var(--text-strong);
}

.proof-card p {
  margin: 0;
}

/* ── Steps grid ── */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 780px;
  margin: 0 auto;
  position: relative;
}

.step-card {
  text-align: center;
  padding: 36px 24px 32px;
  background: #ffffff;
  border: 1px solid rgba(23, 34, 53, 0.08);
  border-radius: 20px;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(79, 130, 239, 0.10);
}

.step-card:nth-child(1) { margin-right: 12px; }
.step-card:nth-child(2) { margin: 0 6px; }
.step-card:nth-child(3) { margin-left: 12px; }

.step-card strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--text-strong);
  line-height: 1.35;
  margin-bottom: 8px;
}

.step-card p {
  margin: 0;
}

.step-desc {
  font-size: 13px;
  color: var(--text-soft);
  line-height: 1.5;
}

.step-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(79, 130, 239, 0.10) 0%, rgba(79, 130, 239, 0.05) 100%);
  color: var(--brand-700);
  margin-bottom: 18px;
  font-size: 1.4rem;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--brand-600);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  position: absolute;
  top: 16px;
  right: 16px;
}

.step-connector {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  max-width: 780px;
  margin: -6px auto -6px;
  padding: 0 80px;
  position: relative;
  z-index: 2;
}

.step-connector-segment {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, rgba(79, 130, 239, 0.15), rgba(79, 130, 239, 0.30));
}

.step-connector-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand-600);
  opacity: 0.4;
  flex-shrink: 0;
}

.micro-copy {
  text-align: center;
  margin-top: 28px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-soft);
}

/* ── Section closing ── */
.section-closing {
  text-align: center;
  max-width: 760px;
  margin: 40px auto 0;
  font-size: clamp(30px, 5.3vw, 52px);
  font-weight: 900;
  color: var(--text-strong);
  letter-spacing: -0.05em;
  line-height: 0.98;
  text-wrap: balance;
}

.section-closing-lead {
  display: block;
  color: var(--text-strong);
}

.section-closing-emphasis {
  display: block;
  margin-top: 8px;
  color: var(--text-strong);
}

.panel-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-soft);
}

.section-note {
  margin: 24px 0 0;
  color: var(--text-soft);
}

/* ── Performance chart (used on kurumsal.html) ── */
.perf-chart {
  max-width: 720px;
  margin: 0 auto;
  padding: 32px 20px 20px;
  background: var(--bg-card);
  border: 1px solid var(--border-soft);
  border-radius: 20px;
  margin-top: 32px;
  overflow: hidden;
}

.perf-chart-title {
  max-width: 640px;
  margin: 0 auto 24px;
  text-align: center;
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 800;
  color: var(--text-strong);
  letter-spacing: -0.04em;
  line-height: 1.12;
  text-wrap: balance;
}

.perf-bars {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 16px;
  padding: 0 12px;
  position: relative;
}

.perf-bar-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.perf-bar-col.visible {
  opacity: 1;
  transform: translateY(0);
}

.perf-bar-net {
  font-size: 12px;
  font-weight: 700;
  color: var(--text-strong);
  white-space: nowrap;
  min-height: 18px;
}

.perf-bar-shaft {
  width: 44px;
  height: 180px;
  border-radius: 8px 8px 4px 4px;
  position: relative;
  background: rgba(23, 34, 53, 0.05);
}

.perf-bar-fill {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 6px 6px 3px 3px;
  transition: height 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  height: 0;
}

.perf-bar-fill.base {
  background: linear-gradient(180deg, #3B82F6 0%, #2563EB 100%);
  z-index: 2;
}

.perf-bar-fill.increase {
  background: linear-gradient(180deg, #38BDF8 0%, #0EA5E9 100%);
  z-index: 1;
  box-shadow: 0 0 0 rgba(56, 189, 248, 0);
  transition: height 0.8s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}

.perf-bar-fill.increase.glow {
  box-shadow: 0 0 12px rgba(56, 189, 248, 0.35);
}

.perf-bar-fill.exam-base {
  background: linear-gradient(180deg, #34D399 0%, #10B981 100%);
  z-index: 2;
}

.perf-bar-fill.exam-increase {
  background: linear-gradient(180deg, #6EE7B7 0%, #34D399 100%);
  z-index: 1;
  box-shadow: 0 0 0 rgba(52, 211, 153, 0);
  transition: height 0.8s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}

.perf-bar-fill.exam-increase.glow {
  box-shadow: 0 0 14px rgba(52, 211, 153, 0.35);
}

.perf-bar-badge {
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.perf-bar-badge.visible {
  opacity: 1;
  transform: scale(1);
}

.perf-bar-badge.deneme-badge {
  background: rgba(56, 189, 248, 0.12);
  color: #0284C7;
}

.perf-bar-badge.exam-badge {
  background: rgba(52, 211, 153, 0.14);
  color: #059669;
}

.perf-bar-date {
  font-size: 11px;
  font-weight: 500;
  color: var(--text-soft);
  white-space: nowrap;
}

.perf-divider {
  width: 1px;
  align-self: stretch;
  background: linear-gradient(180deg, transparent, var(--border-soft), transparent);
  margin: 0 12px;
  flex-shrink: 0;
}

.perf-exam .perf-bar-shaft {
  width: 52px;
}

.perf-exam .perf-bar-date {
  font-weight: 600;
  color: var(--text-main);
}

.perf-legend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--border-soft);
}

.perf-legend span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  color: var(--text-soft);
}

.perf-legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

@media (min-width: 1025px) {
  .perf-bars {
    justify-content: space-evenly;
    padding: 0;
  }
}

.proof-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding-left: 20px;
}

.proof-grid {
  grid-template-columns: minmax(0, 1fr);
}

.proof-card {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(238, 243, 251, 0.1);
  box-shadow: none;
}

.proof-card-single {
  padding: 34px;
  max-width: 920px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
}

.proof-copy {
  display: grid;
  gap: 16px;
  max-width: 62ch;
}

.proof-card-founder {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
}

.proof-card strong {
  color: var(--text-inverse);
}

.founder-note,
.founder-highlight {
  margin-top: 18px;
}

.founder-highlight {
  font-weight: 800;
  color: #d8ebff;
}

.proof-stats {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.proof-stat {
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(238, 243, 251, 0.08);
}

.proof-stat strong,
.proof-stat span {
  display: block;
}

.proof-stat strong {
  margin-bottom: 4px;
}

.proof-caption {
  margin-top: 18px;
  font-weight: 700;
}

.proof-footnote {
  margin-top: 24px;
  max-width: 720px;
}

.guven-section {
  position: relative;
  overflow: hidden;
}

.guven-inner {
  position: relative;
  z-index: 2;
}

.guven-portrait {
  position: absolute;
  top: 50%;
  right: -40px;
  width: clamp(420px, 40vw, 600px);
  height: auto;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
  opacity: 0.95;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.6) 30%, #000 55%, #000 100%);
          mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.6) 30%, #000 55%, #000 100%);
}

.guven-section .proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 620px) minmax(240px, 320px);
  gap: 48px;
  align-items: center;
}

.founder-proof {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.founder-proof-photo {
  display: none;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 22%;
  margin-bottom: 18px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}

.founder-proof-quote {
  margin: 0 0 14px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: #d8def0;
  font-weight: 500;
  font-style: italic;
}

.founder-proof-accent {
  color: #4A84D6;
  font-weight: 700;
  font-style: normal;
}

.founder-proof-sig {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.founder-proof-meta {
  margin: 2px 0 0;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(238, 243, 251, 0.6);
}

.cta-shell {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  justify-items: center;
  text-align: center;
  padding: 34px;
  border-radius: 36px;
  background: #ffffff;
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-card);
}

.cta-copy {
  display: grid;
  gap: 18px;
  justify-items: center;
}

.cta-actions {
  display: grid;
  gap: 10px;
  justify-items: center;
}

.faq-shell {
  max-width: 860px;
  margin: 42px auto 0;
}

.objection-list {
  grid-template-columns: 1fr;
}

.objection-item {
  border: 1px solid rgba(23, 34, 53, 0.08);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.objection-item summary {
  position: relative;
  display: block;
  padding: 28px 76px 28px 28px;
  cursor: pointer;
  list-style: none;
  font-size: 1.18rem;
  font-weight: 800;
  color: var(--text-strong);
}

.objection-item summary::-webkit-details-marker {
  display: none;
}

.objection-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  color: var(--text-soft);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.objection-item[open] summary::after {
  content: "−";
}

.objection-answer {
  padding: 0 28px 28px;
}

.objection-answer p {
  margin: 0;
  font-size: 1rem;
  color: var(--text-main);
  text-wrap: pretty;
}

.objection-answer p + p,
.objection-answer p + ul,
.objection-answer ul + p {
  margin-top: 12px;
}

.objection-answer ul {
  margin: 0;
  padding-left: 1.2em;
  font-size: 1rem;
  color: var(--text-main);
}

.objection-answer ul li + li {
  margin-top: 4px;
}

/* ============================================================
   CHECKOUT
   ============================================================ */
.checkout-page {
  padding: 160px 0 100px;
  min-height: 100vh;
  background: var(--bg-surface);
}

.checkout-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 40px;
  align-items: start;
}

.checkout-section {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 40px;
  box-shadow: var(--shadow-md);
}

.checkout-heading {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 24px;
  color: var(--text-primary);
}

.checkout-main-heading {
  margin-bottom: 12px;
}

.checkout-kicker {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  color: var(--accent-primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.checkout-description {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-secondary);
}

.checkout-steps {
  display: flex;
  gap: 10px;
  margin: 24px 0 28px;
  flex-wrap: wrap;
}

.checkout-step {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--bg-surface);
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 700;
}

.checkout-step.is-active {
  border-color: rgba(37, 99, 235, 0.28);
  background: rgba(37, 99, 235, 0.08);
  color: var(--text-primary);
}

.checkout-step.is-complete {
  border-color: rgba(16, 185, 129, 0.24);
  background: rgba(16, 185, 129, 0.08);
  color: #059669;
}

.checkout-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-secondary);
}

.form-group input {
  padding: 14px 16px;
  background: var(--bg-base);
  border: 1px solid var(--border);
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: var(--text-primary);
  transition: var(--transition);
}

.form-group input:focus {
  border-color: var(--accent-primary);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
  outline: none;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.coupon-row {
  display: flex;
  gap: 10px;
  align-items: stretch;
}

.coupon-row input {
  flex: 1;
  min-width: 0;
  padding: 14px 16px;
  background: #ffffff;
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: var(--text-strong);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: var(--transition);
}

.coupon-row input:focus {
  border-color: var(--brand-600);
  box-shadow: 0 0 0 3px rgba(45, 104, 196, 0.2);
  outline: none;
}

.coupon-row input:disabled {
  background: #f3f6fb;
  color: var(--text-soft);
  cursor: not-allowed;
}

.coupon-apply-btn {
  flex-shrink: 0;
  padding: 0 22px;
  min-height: 48px;
  background: var(--brand-600);
  color: #ffffff;
  border: 0;
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
}

@media (max-width: 600px) {
  .coupon-row {
    flex-direction: column;
  }
  .coupon-apply-btn {
    width: 100%;
    padding: 14px 20px;
  }
}

.coupon-apply-btn:hover:not(:disabled) {
  background: var(--brand-700);
}

.coupon-apply-btn:disabled {
  background: #10b981;
  color: #fff;
  cursor: default;
}

.coupon-message {
  font-size: 13px;
  font-weight: 500;
  min-height: 0;
}

.coupon-message.is-error {
  color: #dc2626;
}

.coupon-message.is-success {
  color: #10b981;
}

.summary-card {
  background: var(--bg-elevated);
  border: 1px solid var(--border-accent);
  border-radius: var(--radius-xl);
  padding: 32px;
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}

.summary-label {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--accent-primary);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.summary-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  font-size: 15px;
  color: var(--text-secondary);
}

.summary-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  font-size: 20px;
  font-weight: 800;
  color: var(--text-primary);
}

.summary-total-prices {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
}

.summary-total-old {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  color: var(--text-secondary);
  opacity: 0.75;
  padding: 0 2px;
}

.summary-total-old::after {
  content: '';
  position: absolute;
  left: -2px;
  right: -2px;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, rgba(239, 68, 68, 0.15), #ef4444 45%, #ef4444 55%, rgba(239, 68, 68, 0.15));
  transform: translateY(-50%) rotate(-6deg);
  border-radius: 2px;
}

.checkout-payment-shell {
  position: relative;
  padding: 24px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(14, 165, 233, 0.18), transparent 42%),
    linear-gradient(145deg, rgba(15, 23, 42, 0.04), rgba(37, 99, 235, 0.07));
  border: 1px solid rgba(37, 99, 235, 0.14);
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.1);
  overflow: hidden;
}

.checkout-payment-glow {
  position: absolute;
  inset: auto -80px -120px auto;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.18) 0%, rgba(37, 99, 235, 0) 72%);
  pointer-events: none;
}

.checkout-payment-surface {
  position: relative;
  z-index: 1;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(14px);
}

#iyzipay-checkout-form {
  width: 100%;
  min-height: 560px;
}

#iyzipay-checkout-form iframe {
  width: 100%;
  min-height: 620px;
  border: 0;
  border-radius: 22px;
}

.checkout-agreements {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 4px;
}

.checkout-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: var(--text-secondary);
  cursor: pointer;
  line-height: 1.5;
}

.checkout-checkbox input[type="checkbox"] {
  margin-top: 3px;
  flex-shrink: 0;
  accent-color: var(--accent-primary);
}

.checkout-checkbox a {
  color: var(--text-secondary);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 500;
  transition: color 0.15s ease;
}

.checkout-checkbox a:hover {
  color: var(--text-primary);
}

.checkout-trust-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}

.checkout-iyzico-logo {
  height: 40px;
  width: auto;
}

.checkout-cards {
  display: flex;
  align-items: center;
  gap: 8px;
}

.checkout-alert {
  display: none;
  background: rgba(234, 179, 8, 0.1);
  border: 1px solid rgba(234, 179, 8, 0.3);
  color: #ca8a04;
  padding: 16px;
  border-radius: 12px;
  margin-top: 24px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.checkout-microcopy {
  margin-top: -2px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-muted);
}

.checkout-inline-link {
  margin-top: 18px;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--accent-primary);
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.checkout-inline-link:hover {
  color: var(--text-primary);
}

@media (max-width: 900px) {
  .checkout-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .checkout-page {
    padding: 80px 0 72px;
    overflow-x: hidden;
  }

  .checkout-section {
    padding: 24px 14px;
    overflow: hidden;
  }

  .summary-card {
    padding: 24px 20px;
  }

  /* Pull payment form out to section edges so iyzico gets max width */
  .checkout-payment-shell {
    margin-left: -14px;
    margin-right: -14px;
    padding: 0;
    border-radius: 0;
    background: none;
    border: none;
    box-shadow: none;
    overflow: hidden;
  }

  .checkout-payment-glow {
    display: none;
  }

  .checkout-payment-surface {
    padding: 0;
    border-radius: 0;
    background: none;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
  }

  #iyzipay-checkout-form {
    max-width: 100%;
    overflow: hidden;
  }

  #iyzipay-checkout-form iframe {
    max-width: 100%;
    border-radius: 0;
  }
}

/* ============================================================
   FOOTER
   ============================================================ */
#footer {
  padding: 36px 0 54px;
}

.footer-inner {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-areas:
    "brand trust"
    "links links";
  column-gap: 24px;
  row-gap: 28px;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
  border-top: 1px solid rgba(23, 34, 53, 0.08);
}

.footer-brand { grid-area: brand; }
.footer-links { grid-area: links; }
.footer-trust { grid-area: trust; justify-self: end; }

.footer-brand {
  display: grid;
  gap: 10px;
  color: var(--text-soft);
}

.footer-logo {
  width: fit-content;
}

.footer-logo .logo-mark-image {
  width: 34px;
  height: 34px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  font-size: 0.93rem;
  font-weight: 700;
  color: var(--text-soft);
}

.footer-links a:hover {
  color: var(--text-strong);
}

.footer-trust {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-trust-img {
  height: 26px;
  width: auto;
  object-fit: contain;
}

.footer-tech-logo {
  height: 38px;
}

.reveal-up,
.reveal-right,
.reveal-left,
.reveal-scale {
  opacity: 0;
  filter: blur(8px);
  transition:
    opacity 0.82s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.82s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.82s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-up {
  transform: translateY(34px);
}

.reveal-right {
  transform: translateX(34px);
}

.reveal-left {
  transform: translateX(-34px);
}

.reveal-scale {
  transform: scale(0.96);
}

.reveal-up.visible,
.reveal-right.visible,
.reveal-left.visible,
.reveal-scale.visible {
  opacity: 1;
  filter: blur(0);
  transform: translate(0) scale(1);
}

.delay-1 {
  transition-delay: 0.1s;
}

.delay-2 {
  transition-delay: 0.2s;
}

.delay-3 {
  transition-delay: 0.3s;
}

.delay-4 {
  transition-delay: 0.4s;
}

/* ============================================================
   Kişisel net artış sistemi — 3-phase stages
   ============================================================ */

#nasil-calisir {
  padding-top: 18px !important;
  padding-bottom: 0 !important;
  /* Whole section shares the stages' pale bg — no seam between intro and stages */
  background: #f7faff !important;
  background-color: #f7faff !important;
}
#nasil-calisir .section-intro { margin-bottom: 28px; }
/* Scoped mobile size — global section-title floor (2.4rem) overflows this 24-char title on narrow screens */
#nasil-calisir .section-title {
  font-size: clamp(1.85rem, 7.2vw, 4.4rem);
  text-wrap: balance;
}

#nasil-calisir .section-intro .eyebrow.reveal-up {
  opacity: 1;
  filter: none;
  transform: none;
}

.system-stages {
  /* Locked phone-frame primitive — consumed by all 3 mockups */
  --phone-radius: 28px;
  --phone-padding: 14px;
  --phone-border-light: 1px solid rgba(15, 23, 42, 0.08);
  --phone-border-dark: 1px solid rgba(255, 255, 255, 0.06);
  --phone-shadow-default:
    0 30px 60px -25px rgba(15, 23, 42, 0.45),
    0 14px 28px -10px rgba(15, 23, 42, 0.20);
  --phone-shadow-on-dark:
    0 30px 80px -25px rgba(79, 130, 239, 0.30),
    0 0 0 1px rgba(255, 255, 255, 0.08);
  --phone-type-xxs: 10px;
  --phone-type-xs:  11px;
  --phone-type-sm:  13px;
  --phone-type-md:  15px;
  --phone-type-lg:  18px;
  --phone-type-xl:  22px;
  --phone-bg-soft-dark:   #2d3d58;
  --phone-bg-dark:        #1d2638;
  --phone-bg-light:       #ffffff;
  --phone-card-soft-dark: #3a4a66;
  --phone-card-dark:      #29344a;
  --phone-card-light:     #f4f7fc;
  --phone-accent-teal:    #4fd1c5;
  --phone-accent-blue:    #4f82ef;
  --phone-accent-green:   #34c794;
  --phone-text-on-dark:   #f1f5fb;
  --phone-text-on-light:  #172235;
  --phone-text-muted-on-dark:  rgba(241, 245, 251, 0.55);
  --phone-text-muted-on-light: rgba(23, 34, 53, 0.55);

  display: block;
  width: 100%;
  margin-top: 32px;
}

.system-roadmap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: max-content;
  max-width: calc(100% - 24px);
  margin: 0 auto;
  padding: 0;
  font-family: 'Manrope', system-ui, sans-serif;
}

.roadmap-step {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 14px 32px 14px 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  text-decoration: none;
  color: rgba(23, 34, 53, 0.55);
  transition: color 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}
.roadmap-step:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.09);
}

.roadmap-step__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  color: var(--brand-700);
}

.roadmap-step__arc {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  color: rgba(37, 99, 235, 0.28);
  transition: color 240ms ease;
}

.roadmap-step__glyph {
  position: relative;
  width: 30px;
  height: 30px;
  color: rgba(37, 99, 235, 0.85);
  transition: color 240ms ease;
}

.roadmap-step__num {
  position: absolute;
  top: -2px;
  right: -4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: var(--brand-700);
  color: #ffffff;
  box-shadow: 0 2px 6px rgba(37, 99, 235, 0.35);
  transition: transform 240ms ease;
}

.roadmap-step__label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  color: rgba(23, 34, 53, 0.7);
  transition: color 240ms ease;
}

.roadmap-step.is-current {
  color: var(--text-strong);
  box-shadow: 0 14px 34px rgba(37, 99, 235, 0.18);
}
.roadmap-step.is-current .roadmap-step__arc { color: var(--brand-700); }
.roadmap-step.is-current .roadmap-step__glyph { color: var(--brand-700); }
.roadmap-step.is-current .roadmap-step__num { transform: scale(1.08); }
.roadmap-step.is-current .roadmap-step__label { color: var(--text-strong); }

.roadmap-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 18px;
  color: rgba(15, 23, 42, 0.35);
  flex-shrink: 0;
}
.roadmap-arrow svg { width: 100%; height: 100%; }

.roadmap-line { display: none; }

@media (max-width: 720px) {
  .system-roadmap { gap: 8px; }
  .roadmap-step { gap: 12px; padding: 10px 20px 10px 10px; }
  .roadmap-step__icon { width: 46px; height: 46px; }
  .roadmap-step__glyph { width: 24px; height: 24px; }
  .roadmap-step__num { width: 18px; height: 18px; font-size: 9px; top: -1px; right: -2px; }
  .roadmap-step__label { font-size: 11px; letter-spacing: 0.1em; }
  .roadmap-arrow { width: 10px; height: 14px; }
}

@media (max-width: 640px) {
  .system-roadmap {
    display: grid;
    grid-template-columns: minmax(54px, 1fr) 12px minmax(106px, 1.38fr) 12px minmax(58px, 1fr);
    align-items: start;
    gap: 0;
    width: min(calc(100% - 24px), 430px);
    max-width: none;
  }

  .roadmap-step {
    display: grid;
    justify-items: center;
    align-content: start;
    gap: 7px;
    min-width: 0;
    width: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
  }

  .roadmap-step:hover,
  .roadmap-step.is-current {
    transform: none;
    box-shadow: none;
  }

  .roadmap-step__icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
  }

  .roadmap-step__glyph {
    width: 23px;
    height: 23px;
  }

  .roadmap-step__num {
    width: 17px;
    height: 17px;
    font-size: 8px;
    top: -2px;
    right: -3px;
  }

  .roadmap-step__label {
    display: block;
    width: 100%;
    min-width: 0;
    font-size: 10px;
    line-height: 1.15;
    letter-spacing: 0.07em;
    text-align: center;
    overflow-wrap: normal;
  }

  .roadmap-arrow {
    align-self: start;
    width: 12px;
    height: 16px;
    margin-top: 14px;
    transform: none;
  }
}

@media (max-width: 360px) {
  .system-roadmap {
    grid-template-columns: minmax(48px, 1fr) 10px minmax(96px, 1.35fr) 10px minmax(52px, 1fr);
    width: min(calc(100% - 18px), 430px);
  }

  .roadmap-step__icon {
    width: 40px;
    height: 40px;
  }

  .roadmap-step__glyph {
    width: 21px;
    height: 21px;
  }

  .roadmap-step__label {
    font-size: 9px;
    letter-spacing: 0.045em;
  }

  .roadmap-arrow {
    width: 10px;
    height: 14px;
    margin-top: 13px;
  }
}

.stage {
  position: relative;
  overflow: hidden;
  padding: clamp(44px, 5vw, 60px) 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* All 3 stages share one editorial light bg. The dark proof section that follows
   is the page's actual color event — no need to dance color through the stages. */
.stage--analiz,
.stage--oncel,
.stage--aksiyon {
  background-color: #f7faff;
  color: var(--text-strong);
}

.stage--oncel {
  padding: clamp(48px, 5.5vw, 64px) 24px;
}

.stage-inner {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  position: relative;
  z-index: 1;
}

.stage-text {
  position: relative;
  text-align: center;
  max-width: 520px;
}

.stage-numeral {
  position: absolute;
  top: -54px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Fraunces', serif;
  font-weight: 600;
  font-size: 120px;
  line-height: 1;
  letter-spacing: -0.04em;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.stage--analiz  .stage-numeral,
.stage--oncel   .stage-numeral,
.stage--aksiyon .stage-numeral { color: rgba(23, 34, 53, 0.09); }

.stage-eyebrow {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 14px;
}

.stage--analiz  .stage-eyebrow,
.stage--oncel   .stage-eyebrow,
.stage--aksiyon .stage-eyebrow { color: var(--brand-700); }

.stage-title {
  position: relative;
  z-index: 1;
  font-family: 'Fraunces', serif;
  font-weight: 600;
  font-size: clamp(1.55rem, 5.2vw, 2.15rem);
  line-height: 1.18;
  letter-spacing: -0.015em;
  margin: 0 0 14px;
  text-wrap: balance;
}

.stage--analiz  .stage-title,
.stage--oncel   .stage-title,
.stage--aksiyon .stage-title { color: var(--text-strong); }

.stage-subtitle {
  position: relative;
  z-index: 1;
  font-size: clamp(0.95rem, 2.6vw, 1.05rem);
  line-height: 1.55;
  margin: 0;
  max-width: 44ch;
  margin-inline: auto;
}

.stage--analiz  .stage-subtitle,
.stage--oncel   .stage-subtitle,
.stage--aksiyon .stage-subtitle { color: var(--text-main); }

.stage-phone {
  width: 240px;
  position: relative;
  z-index: 1;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.stage--oncel .stage-phone { width: 260px; }

@media (min-width: 760px) {
  .stage { padding: 56px 40px; }
  .stage--oncel { padding: 60px 40px; }

  .stage-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 64px;
  }

  .stage-text {
    text-align: left;
    max-width: 480px;
    flex: 1;
  }
  .stage-text .stage-subtitle { margin-inline: 0; }

  .stage-numeral {
    top: -72px;
    left: -10px;
    transform: none;
    font-size: 160px;
  }

  .stage-phone { width: 300px; flex-shrink: 0; }
  .stage--oncel .stage-phone { width: 340px; }
  .stage--oncel .stage-title { margin-top: 22px; } /* visual pause above the punchline title */
}

/* ===== phone-analiz ===== */
.phone-analiz {
  border-radius: var(--phone-radius);
  padding: var(--phone-padding);
  border: var(--phone-border-dark);
  box-shadow: var(--phone-shadow-default);
  background: var(--phone-bg-soft-dark);
  color: var(--phone-text-on-dark);
  font-family: 'Manrope', system-ui, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 12px; /* tight stack between the two diagnostic cards */
  box-sizing: border-box;
}

.phone-analiz *,
.phone-analiz *::before,
.phone-analiz *::after { box-sizing: border-box; }

.phone-analiz__card {
  background: var(--phone-card-soft-dark);
  border-radius: 18px; /* inner card radius, smaller than outer phone radius */
  padding: 12px 13px;
  border: var(--phone-border-dark);
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  transform: translateY(8px);
  will-change: transform, opacity;
}

.phone-analiz.is-active .phone-analiz__card--one {
  animation: phone-analiz-rise 300ms ease-out 100ms forwards;
}
.phone-analiz.is-active .phone-analiz__card--two {
  animation: phone-analiz-rise 300ms ease-out 220ms forwards;
}

.phone-analiz__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.phone-analiz__title {
  font-size: var(--phone-type-sm);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--phone-text-on-dark);
}

.phone-analiz__counters {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: var(--phone-type-xs);
  color: var(--phone-text-muted-on-dark);
}

.phone-analiz__counter {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.phone-analiz__check,
.phone-analiz__x,
.phone-analiz__dash {
  display: inline-flex;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  border: 1px solid rgba(241, 245, 251, 0.35);
  color: var(--phone-text-muted-on-dark);
}

.phone-analiz__check {
  color: #5fd29c;
  border-color: rgba(95, 210, 156, 0.55);
}
.phone-analiz__x {
  color: #ef5a6f;
  border-color: rgba(239, 90, 111, 0.55);
}

.phone-analiz__body {
  margin: 0;
  font-size: var(--phone-type-sm);
  line-height: 1.45;
  color: var(--phone-text-on-dark);
}

.phone-analiz__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: var(--phone-border-dark);
  border-radius: 12px;
  padding: 7px 10px;
  font-size: var(--phone-type-xs);
}

.phone-analiz__toggle-label {
  color: var(--phone-text-on-dark);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.phone-analiz__toggle-label::before {
  content: "";
  width: 14px;
  height: 11px;
  border-radius: 2px;
  background: var(--phone-text-on-dark);
  box-shadow: -3px 0 0 rgba(241, 245, 251, 0.5);
  display: inline-block;
}

.phone-analiz__toggle-cta {
  color: var(--phone-text-muted-on-dark);
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.phone-analiz__foot {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
  padding-top: 10px;
  border-top: 1px solid rgba(241, 245, 251, 0.08);
}

.phone-analiz__pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: var(--phone-type-xs);
  color: var(--phone-text-muted-on-dark);
}

.phone-analiz__dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 2px;
}
.phone-analiz__dot--warn {
  background: #f6a609;
}
.phone-analiz__dot--crit {
  background: #ef5a6f;
}

@keyframes phone-analiz-rise {
  to { opacity: 1; transform: translateY(0); }
}

/* ===== phone-oncel ===== */
.phone-oncel {
  box-sizing: border-box;
  border-radius: var(--phone-radius);
  padding: var(--phone-padding);
  border: var(--phone-border-dark);
  box-shadow: var(--phone-shadow-default);
  background: var(--phone-bg-dark);
  color: var(--phone-text-on-dark);
  font-family: 'Manrope', system-ui, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.phone-oncel *,
.phone-oncel *::before,
.phone-oncel *::after { box-sizing: border-box; }

.phone-oncel__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.phone-oncel__row {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: var(--phone-card-dark);
  border-radius: 12px;
  border: var(--phone-border-dark);
  opacity: 0;
  transform: translateY(10px);
  will-change: transform, opacity;
}

.phone-oncel__num {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--phone-accent-teal);
  color: #0b1322; /* dark text on teal disc for contrast */
  font-size: var(--phone-type-xs);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.phone-oncel__title {
  font-size: var(--phone-type-sm);
  font-weight: 600;
  line-height: 1.25;
  color: var(--phone-text-on-dark);
}

.phone-oncel__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}

.phone-oncel__net {
  font-size: var(--phone-type-xs);
  font-weight: 700;
  color: var(--phone-accent-teal);
}

.phone-oncel__time {
  font-size: var(--phone-type-xxs);
  color: var(--phone-text-muted-on-dark);
}

.phone-oncel__summary {
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 12px;
  border-top: var(--phone-border-dark);
  opacity: 0;
  transform: translateY(12px);
  will-change: transform, opacity;
}

.phone-oncel__sum-left,
.phone-oncel__sum-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.phone-oncel__clock {
  width: 22px;
  height: 22px;
  color: var(--phone-text-on-dark);
  flex-shrink: 0;
}

.phone-oncel__sum-arrow {
  font-size: var(--phone-type-md);
  color: var(--phone-accent-green);
  line-height: 1;
}

.phone-oncel__sum-text { display: flex; flex-direction: column; gap: 2px; }

.phone-oncel__sum-value {
  font-size: var(--phone-type-md);
  font-weight: 700;
  color: var(--phone-text-on-dark);
  line-height: 1.1;
}

.phone-oncel__sum-label {
  font-size: var(--phone-type-xs);
  color: var(--phone-text-muted-on-dark);
}

.phone-oncel__sum-label--green { color: var(--phone-accent-green); }

.phone-oncel__sum-pop {
  font-size: var(--phone-type-lg);
  font-weight: 800;
  color: var(--phone-accent-green);
  line-height: 1.1;
  transform: scale(1);
  transform-origin: left center;
  will-change: transform, opacity;
}

.phone-oncel.is-active .phone-oncel__row {
  animation: phone-oncel-row-in 280ms ease-out forwards;
}
.phone-oncel.is-active .phone-oncel__row:nth-child(1) { animation-delay: 100ms; }
.phone-oncel.is-active .phone-oncel__row:nth-child(2) { animation-delay: 160ms; }
.phone-oncel.is-active .phone-oncel__row:nth-child(3) { animation-delay: 220ms; }
.phone-oncel.is-active .phone-oncel__row:nth-child(4) { animation-delay: 280ms; }
.phone-oncel.is-active .phone-oncel__row:nth-child(5) { animation-delay: 340ms; }

.phone-oncel.is-active .phone-oncel__summary {
  animation: phone-oncel-summary-in 320ms ease-out 540ms forwards;
}

.phone-oncel.is-active .phone-oncel__sum-pop {
  animation: phone-oncel-pop 400ms ease-out 900ms;
}

@keyframes phone-oncel-row-in {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes phone-oncel-summary-in {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes phone-oncel-pop {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.08); }
  100% { transform: scale(1); }
}

/* ===== phone-aksiyon ===== */
.phone-aksiyon {
  box-sizing: border-box;
  border-radius: var(--phone-radius);
  padding: var(--phone-padding);
  border: var(--phone-border-light);
  box-shadow: var(--phone-shadow-default);
  background: var(--phone-bg-light);
  color: var(--phone-text-on-light);
  font-family: 'Manrope', system-ui, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.phone-aksiyon *,
.phone-aksiyon *::before,
.phone-aksiyon *::after { box-sizing: border-box; }

.phone-aksiyon__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding: 4px 4px 0;
}

.phone-aksiyon__eyebrow {
  font-size: var(--phone-type-xs);
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--phone-accent-teal);
  margin-bottom: 4px;
}

.phone-aksiyon__heading {
  font-family: 'Fraunces', serif;
  font-size: var(--phone-type-xl);
  font-weight: 600;
  line-height: 1.15;
  margin: 0;
  color: var(--phone-text-on-light);
}

.phone-aksiyon__total {
  font-size: var(--phone-type-xs);
  font-weight: 600;
  color: var(--phone-text-on-light);
  background: var(--phone-card-light);
  border-radius: 999px;
  padding: 5px 10px;
  white-space: nowrap;
  flex-shrink: 0;
}

.phone-aksiyon__list {
  list-style: none;
  margin: 0;
  padding: 4px 4px 6px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.phone-aksiyon__row {
  display: grid;
  grid-template-columns: 18px 1fr auto;
  align-items: start;
  column-gap: 10px;
  row-gap: 0;
  opacity: 0;
  transform: translateY(8px);
  will-change: transform, opacity;
}

.phone-aksiyon__check {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1.5px solid rgba(23, 34, 53, 0.2);
  margin-top: 2px;
  flex-shrink: 0;
  display: inline-block;
}

.phone-aksiyon__row--done .phone-aksiyon__check {
  border-color: var(--phone-accent-blue);
}

.phone-aksiyon__check-fill {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--phone-accent-blue);
  opacity: 0;
  will-change: opacity;
}

.phone-aksiyon__check-mark {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0.6);
  will-change: transform, opacity;
}

.phone-aksiyon__task {
  font-size: var(--phone-type-sm);
  line-height: 1.35;
  color: var(--phone-text-on-light);
  font-weight: 500;
}

.phone-aksiyon__row:not(.phone-aksiyon__row--done) .phone-aksiyon__task {
  color: var(--phone-text-muted-on-light);
  font-weight: 500;
}

.phone-aksiyon__row--done {
  grid-template-columns: 18px 1fr auto auto;
}

.phone-aksiyon__now {
  font-size: var(--phone-type-xxs);
  font-weight: 700;
  color: var(--phone-text-on-light);
  background: var(--phone-accent-teal);
  border-radius: 999px;
  padding: 3px 8px;
  align-self: start;
  margin-top: 1px;
  white-space: nowrap;
}

.phone-aksiyon__time {
  font-size: var(--phone-type-xs);
  font-weight: 600;
  color: var(--phone-text-muted-on-light);
  align-self: start;
  margin-top: 2px;
  white-space: nowrap;
}

.phone-aksiyon.is-active .phone-aksiyon__row {
  animation: phone-aksiyon-row-in 280ms ease-out forwards;
}
.phone-aksiyon.is-active .phone-aksiyon__row:nth-child(1) { animation-delay: 100ms; }
.phone-aksiyon.is-active .phone-aksiyon__row:nth-child(2) { animation-delay: 170ms; }
.phone-aksiyon.is-active .phone-aksiyon__row:nth-child(3) { animation-delay: 240ms; }
.phone-aksiyon.is-active .phone-aksiyon__row:nth-child(4) { animation-delay: 310ms; }

.phone-aksiyon.is-active .phone-aksiyon__check-fill {
  animation: phone-aksiyon-fill-in 200ms ease-out 600ms forwards;
}
.phone-aksiyon.is-active .phone-aksiyon__check-mark {
  animation: phone-aksiyon-tick-in 350ms cubic-bezier(0.34, 1.56, 0.64, 1) 600ms forwards;
}

@keyframes phone-aksiyon-row-in {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes phone-aksiyon-fill-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes phone-aksiyon-tick-in {
  0%   { opacity: 0; transform: scale(0.6); }
  60%  { opacity: 1; transform: scale(1.15); }
  100% { opacity: 1; transform: scale(1); }
}

@media (max-width: 1120px) {
  .nav-links {
    display: none;
  }

  .hero-layout,
  .cta-shell {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "links"
      "trust";
    justify-content: stretch;
  }

  .footer-trust { justify-self: start; }

  .guven-section .proof-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .founder-proof {
    align-items: flex-start;
    text-align: left;
  }

  .founder-proof-photo {
    display: block;
  }

  .guven-portrait {
    display: none;
  }

  .hero-title {
    max-width: 11ch;
  }

  .proof-grid {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  :root {
    --nav-reserve: 70px;
    --nav-reserve-scrolled: 70px;
    --hero-next-peek: 50px;
  }

  .container {
    width: min(100% - 28px, 1180px);
  }

  .section-block {
    padding: 82px 0;
  }

  .guven-section {
    padding-bottom: 0;
  }

  .guven-section .founder-proof {
    position: relative;
    width: 100vw;
    min-height: clamp(360px, 100vw, 460px);
    margin-left: calc((100vw - 100%) / -2);
    margin-right: calc((100vw - 100%) / -2);
    padding-left: calc((100vw - 100%) / 2);
    padding-right: calc((100vw - 100%) / 2);
    justify-content: flex-start;
    padding-top: clamp(104px, 22vw, 128px);
    padding-bottom: 32px;
    overflow: hidden;
  }

  .guven-section .founder-proof-photo {
    position: absolute;
    top: clamp(-116px, -20vw, -78px);
    right: -24px;
    width: clamp(260px, 72vw, 340px);
    height: auto;
    max-width: none;
    border-radius: 0;
    object-fit: contain;
    object-position: 50% 50%;
    margin: 0;
    box-shadow: none;
    mix-blend-mode: lighten;
    -webkit-mask-image:
      linear-gradient(to bottom, transparent 0%, #000 22%, #000 72%, transparent 100%),
      linear-gradient(to right, transparent 0%, #000 62%, #000 100%);
    -webkit-mask-composite: source-in;
            mask-image:
      linear-gradient(to bottom, transparent 0%, #000 22%, #000 72%, transparent 100%),
      linear-gradient(to right, transparent 0%, #000 62%, #000 100%);
            mask-composite: intersect;
    z-index: 1;
    pointer-events: none;
  }

  .guven-section .founder-proof-quote,
  .guven-section .founder-proof-sig,
  .guven-section .founder-proof-meta {
    position: relative;
    z-index: 2;
  }

  .guven-section .founder-proof-quote,
  .guven-section .founder-proof-sig {
    max-width: min(58%, 280px);
  }

  .guven-section .founder-proof-quote {
    margin-bottom: 22px;
  }

  .guven-section .founder-proof-meta {
    max-width: 72%;
    margin-top: 6px;
  }

  #navbar {
    padding: 14px 0;
  }

  .nav-inner {
    gap: 12px;
  }

  .nav-cta {
    min-height: 42px;
    padding-inline: 14px;
    font-size: 0.82rem;
  }

  .hero-section {
    padding: 24px 0 30px;
  }

  .hero-title {
    max-width: 100%;
    font-size: clamp(2.7rem, 12vw, 4.4rem);
  }

  .hero-actions,
  .cta-actions {
    align-items: stretch;
  }

  .hero-actions .btn,
  .cta-actions .btn {
    width: 100%;
  }

  .proof-grid,
  .objection-list {
    grid-template-columns: 1fr;
  }

  .questions-stack {
    padding: 0 2px;
  }

  .q-1 { margin-left: 4%; margin-bottom: 10px; }
  .q-2 { margin-bottom: 28px; }
  .q-3 { align-self: stretch; margin-left: 0; margin-bottom: 14px; text-align: center; }
  .q-4 { margin-left: 0; margin-bottom: 24px; }
  .q-5 { margin-right: 0; }

  .cta-shell,
  .proof-card {
    padding: 22px;
  }

  .steps-grid {
    grid-template-columns: 1fr;
    max-width: 360px;
    gap: 16px;
    margin: 0 auto;
  }

  .step-card {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    text-align: left;
    gap: 16px;
    padding: 20px;
  }

  .step-card:nth-child(1),
  .step-card:nth-child(2),
  .step-card:nth-child(3) { margin: 0; }
  .step-card:hover { transform: none; }
  .step-icon { margin-bottom: 0; }
  .step-number {
    top: 10px;
    right: 12px;
  }

  .step-connector { display: none; }

  .section-closing {
    font-size: clamp(24px, 7vw, 38px);
    margin-top: 32px;
  }

  .proof-card-single {
    max-width: none;
  }

  .objection-item summary {
    padding: 22px 64px 22px 22px;
    font-size: 1.05rem;
  }

  .objection-item summary::after {
    right: 22px;
  }

  .objection-answer {
    padding: 0 22px 22px;
  }

  .perf-chart { padding: 20px 8px 12px; }
  .perf-chart-title {
    max-width: 320px;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .perf-bars { gap: 10px; padding: 0 4px; }
  .perf-bar-col { min-width: 0; }
  .perf-bar-shaft { width: 32px; height: 140px; }
  .perf-bar-net { font-size: 11px; }
  .perf-bar-date { font-size: 10px; }
  .perf-bar-badge { font-size: 9px; padding: 2px 5px; }
  .perf-divider { margin: 0 6px; }
  .perf-exam .perf-bar-shaft { width: 38px; }
  .perf-legend { gap: 12px; margin-top: 16px; flex-wrap: wrap; }
  .perf-legend span { font-size: 10px; }

  .footer-trust {
    flex-wrap: wrap;
  }
}

/* Store modal */
.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(23, 34, 53, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 260ms ease, visibility 260ms ease;
}

.modal-backdrop.open {
  opacity: 1;
  visibility: visible;
}

.modal-card {
  position: relative;
  width: min(420px, calc(100% - 32px));
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 44px 36px 40px;
  box-shadow: 0 24px 64px rgba(23, 34, 53, 0.18);
  text-align: center;
  transform: translateY(16px) scale(0.97);
  transition: transform 260ms ease;
}

.modal-backdrop.open .modal-card {
  transform: translateY(0) scale(1);
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  font-size: 24px;
  color: var(--text-soft);
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition), color var(--transition);
}

.modal-close:hover {
  background: rgba(23, 34, 53, 0.06);
  color: var(--text-strong);
}

.modal-title {
  font-family: "Fraunces", serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-strong);
  margin: 0 0 8px;
}

.modal-subtitle {
  font-size: 0.95rem;
  color: var(--text-soft);
  margin: 0 0 28px;
}

.modal-store-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.store-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  border-radius: 14px;
  background: var(--text-strong);
  color: #ffffff;
  text-decoration: none;
  transition: transform var(--transition), box-shadow var(--transition);
}

.store-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(23, 34, 53, 0.18);
}

.store-badge-text {
  display: flex;
  flex-direction: column;
  text-align: left;
  line-height: 1.2;
  font-size: 1.1rem;
  font-weight: 700;
}

.store-badge-text small {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  opacity: 0.8;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }

  .reveal-up,
  .reveal-right,
  .reveal-left,
  .reveal-scale {
    opacity: 1;
    filter: none;
    transform: none;
  }
}

@media (max-width: 380px) {
  .nav-cta {
    padding-inline: 12px;
    font-size: 0.78rem;
  }

  .logo-tagline {
    display: none;
  }
}

@media (max-width: 340px) {
  .logo-text {
    font-size: 1.05rem;
  }

  .nav-inner {
    gap: 8px;
  }
}

@media (max-width: 760px) and (max-height: 620px) {
  :root {
    --hero-next-peek: 48px;
  }

  .hero-section {
    padding: 16px 0;
  }

  .hero-copy {
    gap: 12px;
  }

  .hero-copy .eyebrow {
    margin-bottom: 6px;
    font-size: 11px;
  }

  .hero-title {
    max-width: 100%;
    font-size: clamp(2rem, 6.8svh, 2.8rem);
    line-height: 1;
  }

  .hero-subtitle {
    font-size: 0.98rem;
    line-height: 1.32;
  }

  .hero-actions {
    padding-top: 0;
  }

  .btn-large {
    min-height: 46px;
    padding-inline: 18px;
  }
}

@media (max-height: 430px) {
  :root {
    --hero-next-peek: 48px;
  }

  .hero-section {
    padding: 12px 0;
  }

  .hero-copy {
    gap: 12px;
  }

  .hero-copy .eyebrow,
  .hero-subtitle {
    display: none;
  }

  .hero-title {
    max-width: 24ch;
    font-size: clamp(1.9rem, 8.2svh, 3rem);
    line-height: 1;
  }

  .btn-large {
    min-height: 42px;
    padding-inline: 18px;
  }
}
