: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: #234f8d;
  --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;

  --transition: 220ms ease;
}

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

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

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-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: sticky;
  top: 0;
  z-index: 10;
  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);
}

.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);
}

.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;
}

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

.logo-tagline {
  font-size: 0.62rem;
  font-weight: 500;
  color: var(--text-muted);
  letter-spacing: 0.02em;
  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;
}

.hero-section {
  padding: 44px 0 48px;
}

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

.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 ── */
.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;
}

.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;
}

.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;
  max-width: 720px;
}

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

/* ============================================================
   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;
}

.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);
}

.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-section {
    padding: 28px 20px;
  }

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

  .checkout-page {
    padding: 120px 0 72px;
  }

  .checkout-payment-shell {
    padding: 18px;
    border-radius: 24px;
  }

  .checkout-payment-surface {
    padding: 12px;
    border-radius: 20px;
  }
}

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

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 24px;
  align-items: center;
  padding-top: 28px;
  border-top: 1px solid rgba(23, 34, 53, 0.08);
}

.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;
}

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

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

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

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

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

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

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

  #navbar {
    padding: 14px 0;
  }

  .nav-inner {
    gap: 12px;
  }

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

  .hero-section {
    padding: 28px 0 36px;
  }

  .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;
  }
}

@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;
  }
}
