:root {
  --ink: #12263a;
  --muted: #58697b;
  --paper: #fbfaf6;
  --surface: #ffffff;
  --navy: #0b2942;
  --teal: #0a7f72;
  --teal-dark: #075f57;
  --aqua: #dff5ef;
  --gold: #e5a93d;
  --line: #dce4e8;
  --shadow: 0 18px 50px rgb(11 41 66 / 10%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); line-height: 1.65; }
a { color: inherit; }
img { max-width: 100%; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 1rem; top: 1rem; z-index: 20; background: white; padding: .7rem; }
.shell { width: min(1160px, calc(100% - 2rem)); margin-inline: auto; }
.topbar { background: var(--navy); color: #d9ebf2; font-size: .86rem; text-align: center; padding: .48rem; }
header { background: rgb(251 250 246 / 92%); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 10; }
.nav { display: flex; min-height: 74px; align-items: center; gap: 1.5rem; }
.logo { display: block; width: 196px; height: 64px; flex: 0 0 auto; text-decoration: none; }
.logo picture, .logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.nav nav { display: flex; gap: 1.15rem; margin-left: auto; align-items: center; }
.nav nav a { text-decoration: none; font-weight: 650; font-size: .92rem; }
.button, button { display: inline-flex; border: 0; border-radius: 999px; background: var(--teal); color: white; padding: .78rem 1.18rem; font-weight: 750; text-decoration: none; cursor: pointer; align-items: center; justify-content: center; }
.button:hover, button:hover { background: var(--teal-dark); }
.button.secondary { background: transparent; color: var(--navy); border: 1px solid #9cb1bd; }
.hero { padding: clamp(4.4rem, 9vw, 8rem) 0; overflow: hidden; background: radial-gradient(circle at 83% 20%, #c9f0e7 0, transparent 31%), linear-gradient(145deg, #fbfaf6 45%, #eef8f5); }
.hero-grid { display: grid; grid-template-columns: 1.13fr .87fr; gap: clamp(2rem, 7vw, 6rem); align-items: center; }
.eyebrow { color: var(--teal-dark); font-size: .78rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { color: var(--navy); line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(2.65rem, 6vw, 5.25rem); margin: .7rem 0 1.4rem; }
h2 { font-size: clamp(2rem, 4vw, 3.3rem); margin: 0 0 1rem; }
h3 { font-size: 1.25rem; }
.lead { color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.3rem); max-width: 720px; }
.actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.8rem; }
.proof { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.proof article { background: rgb(255 255 255 / 82%); border: 1px solid #d7e7e3; padding: 1.35rem; border-radius: 22px; box-shadow: var(--shadow); }
.proof strong { display: block; color: var(--teal-dark); font-size: 1.55rem; }
.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section.alt { background: #f0f6f4; }
.section-head { max-width: 760px; margin-bottom: 2.5rem; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.15rem; }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: 1.55rem; box-shadow: 0 10px 30px rgb(11 41 66 / 5%); }
.card p { color: var(--muted); }
.card a { color: var(--teal-dark); font-weight: 750; }
.card a.button { color: white; justify-self: start; }
.pricing-toggle { display: flex; gap: .65rem; margin-bottom: 1.4rem; }
.pricing-toggle .secondary { color: var(--navy); background: white; border: 1px solid #9cb1bd; }
.pricing-amount { display: block; color: var(--teal-dark); font-size: 1.5rem; margin: 1rem 0 .35rem; }
.pricing-grid { margin-bottom: 2rem; }
.badge { display: inline-flex; border-radius: 999px; padding: .32rem .7rem; font-size: .74rem; font-weight: 800; background: #eef2f5; color: #35495b; }
.badge[data-status="DESTEKLENIYOR"] { background: #d9f6e8; color: #12623f; }
.badge[data-status="GECIS_HAZIRLIGI"] { background: #fff0cb; color: #80540b; }
.badge[data-status="ERKEN_ERISIM"] { background: #e9e5ff; color: #4d3d96; }
.steps { counter-reset: step; display: grid; gap: 1rem; }
.step { counter-increment: step; display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; background: white; border: 1px solid var(--line); border-radius: 18px; padding: 1.2rem; }
.step::before { content: counter(step); display: grid; place-items: center; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: var(--aqua); color: var(--teal-dark); font-weight: 850; }
.step h3, .step p { margin: 0 0 .35rem; }
.notice { border-left: 4px solid var(--gold); background: #fff8e8; padding: 1rem 1.2rem; border-radius: 0 12px 12px 0; }
.form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; max-width: 850px; }
label { display: grid; gap: .35rem; font-weight: 700; }
label.full, .form .full { grid-column: 1 / -1; }
input, select, textarea { width: 100%; border: 1px solid #aab9c2; border-radius: 11px; background: white; color: var(--ink); padding: .8rem; font: inherit; }
textarea { min-height: 120px; resize: vertical; }
.checkbox { grid-template-columns: 1.2rem 1fr; align-items: start; font-weight: 500; }
.checkbox input { margin-top: .35rem; }
.honeypot { position: absolute; left: -9999px; }
.form-status { min-height: 1.6rem; font-weight: 700; }
.assessment-layout, .assessment-result { display: grid; gap: 2rem; }
.assessment-result { scroll-margin-top: 2rem; }
.assessment-result .card { border-left: 4px solid var(--teal); }
.checkbox-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: .7rem; }
fieldset.full { border: 1px solid #c8d8d6; border-radius: 8px; padding: 1rem; }
form[hidden] { display: none; }
footer { background: var(--navy); color: #d8e5eb; padding: 3.5rem 0 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2rem; }
footer a { color: #d8e5eb; display: block; margin: .35rem 0; }
footer .logo { display: block; }
.logo-footer { width: 210px; padding: 5px 8px; background: #f7f9fb; }
.legal { max-width: 840px; }
.legal h2 { font-size: 1.7rem; margin-top: 2.4rem; }

@media (max-width: 850px) {
  .nav nav a:not(.button) { display: none; }
  .hero-grid, .grid, .footer-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 4rem; }
}
@media (max-width: 560px) {
  .form, .proof { grid-template-columns: 1fr; }
  label.full, .form .full { grid-column: auto; }
  .topbar { display: none; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
