:root {
    --ink: #07111f;
    --ink-soft: #0d1d31;
    --blue: #1476ff;
    --blue-soft: #8fc1ff;
    --coral: #ff674d;
    --paper: #f4f6f1;
    --white: #fff;
    --muted: #a6b0bd;
    --line: rgba(7, 17, 31, .14);
    --radius: 28px;
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; text-rendering: optimizeLegibility; }
body, a, button, summary { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 126px 0; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; transform: translateY(-150%); background: var(--white); color: var(--ink); padding: 10px 16px; border-radius: 8px; font-weight: 750; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; border-bottom: 1px solid rgba(255,255,255,.16); color: var(--white); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.wordmark, .footer-wordmark { display: flex; align-items: center; gap: 12px; font-size: 17px; letter-spacing: -.025em; line-height: 1.05; }
.wordmark strong, .footer-wordmark strong { font-weight: 850; }
.ball-mark { width: 34px; aspect-ratio: 1; position: relative; flex: 0 0 auto; border: 2px solid currentColor; border-radius: 50%; overflow: hidden; transform: rotate(-12deg); }
.ball-mark::before, .ball-mark::after { content: ""; position: absolute; border: 2px solid currentColor; border-radius: 50%; }
.ball-mark::before { width: 33px; height: 20px; left: -17px; top: 3px; transform: rotate(32deg); }
.ball-mark::after { width: 30px; height: 38px; right: -17px; bottom: -10px; transform: rotate(20deg); }
nav { display: flex; gap: 34px; font-size: 13px; font-weight: 720; letter-spacing: .02em; }
nav a, .header-cta { transition: color .2s ease, opacity .2s ease; }
nav a:hover, nav a:focus-visible { color: var(--blue-soft); }
.header-cta { border: 1px solid rgba(255,255,255,.35); padding: 10px 14px; border-radius: 999px; font-size: 12px; font-weight: 780; }
.header-cta:hover, .header-cta:focus-visible { background: var(--white); color: var(--ink); }

.hero { min-height: min(920px, 100svh); position: relative; display: flex; align-items: flex-end; overflow: hidden; background: var(--ink); color: var(--white); isolation: isolate; }
.hero-media, .hero-media img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { z-index: -3; }
.hero-media img { object-fit: cover; object-position: 62% center; }
.hero-shade { z-index: -2; background: linear-gradient(90deg, rgba(2,10,21,.96) 0%, rgba(2,10,21,.84) 30%, rgba(2,10,21,.24) 68%, rgba(2,10,21,.32) 100%), linear-gradient(0deg, rgba(2,10,21,.8) 0%, transparent 40%); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 86px 86px; mask-image: linear-gradient(90deg, #000, transparent 78%); }
.hero-inner { padding-top: 170px; padding-bottom: 64px; }
.eyebrow, .kicker { font-size: 11px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 25px; color: rgba(255,255,255,.75); }
.eyebrow span { display: inline-block; width: 28px; height: 2px; background: var(--coral); }
h1 { max-width: 840px; margin-bottom: 27px; font-size: clamp(58px, 8.2vw, 126px); line-height: .84; letter-spacing: -.07em; font-weight: 880; text-transform: uppercase; }
h1 em, h2 span, .manifesto h2 em { color: var(--blue); font-style: normal; font-weight: inherit; }
h1 em { color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.9); }
.hero-copy { max-width: 590px; margin-bottom: 32px; color: rgba(255,255,255,.78); font-size: clamp(17px, 2vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border-radius: 999px; padding: 0 22px; font-size: 13px; font-weight: 820; transition: transform .2s ease, background-color .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: var(--white); }
.button-primary:hover, .button-primary:focus-visible { background: #2c84ff; }
.button-ghost { border: 1px solid rgba(255,255,255,.38); background: rgba(7,17,31,.15); backdrop-filter: blur(10px); }
.button-ghost:hover, .button-ghost:focus-visible { background: rgba(255,255,255,.12); }
.hero-points { max-width: 740px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 70px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.hero-points li { display: flex; gap: 14px; padding: 24px 28px 0 0; font-size: 12px; color: rgba(255,255,255,.68); line-height: 1.4; }
.hero-points li + li { border-left: 1px solid rgba(255,255,255,.18); padding-left: 28px; }
.hero-points b { color: var(--coral); font-size: 10px; letter-spacing: .12em; }
.hero-rail { position: absolute; right: 25px; bottom: 50%; margin: 0; writing-mode: vertical-rl; transform: translateY(50%); font-size: 9px; font-weight: 800; letter-spacing: .25em; color: rgba(255,255,255,.55); }

.kicker { color: var(--blue); margin-bottom: 20px; }
.intro-grid, .section-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 9vw; align-items: start; }
h2 { margin-bottom: 0; font-size: clamp(46px, 5.5vw, 78px); line-height: .97; letter-spacing: -.06em; font-weight: 840; }
.intro-copy { padding-top: 38px; }
.intro-copy p, .section-head > p, .journey-sticky > p, .faq-intro { color: #4e5b69; }
.intro-copy p:first-child { color: var(--ink); font-size: 21px; line-height: 1.55; }
.text-link { display: inline-flex; gap: 25px; align-items: center; margin-top: 14px; border-bottom: 1px solid var(--ink); padding-bottom: 4px; font-size: 13px; font-weight: 850; }

.training { background: var(--ink); color: var(--white); }
.section-head { margin-bottom: 60px; align-items: end; }
.section-head .kicker { color: var(--coral); }
.section-head h2 span { color: var(--blue-soft); }
.section-head > p { max-width: 430px; margin-bottom: 4px; color: var(--muted); }
.training-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: repeat(2, minmax(285px, 1fr)); gap: 16px; }
.feature { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; min-height: 300px; padding: 34px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); background: var(--ink-soft); }
.feature-large { grid-row: 1 / 3; min-height: 616px; background: var(--blue); }
.feature-coral { color: var(--ink); background: var(--coral); border-color: transparent; }
.feature-no { position: absolute; top: 27px; left: 30px; z-index: 2; font-size: 10px; font-weight: 850; letter-spacing: .2em; opacity: .72; }
.feature-content { position: relative; z-index: 2; }
.feature-label { margin-bottom: 12px; font-size: 10px; font-weight: 850; letter-spacing: .18em; opacity: .7; }
.feature h3 { margin-bottom: 14px; font-size: clamp(27px, 3vw, 43px); line-height: 1.02; letter-spacing: -.045em; }
.feature:not(.feature-large) h3 { font-size: 28px; }
.feature p:last-child { max-width: 480px; margin-bottom: 0; opacity: .74; font-size: 14px; }
.court-lines { position: absolute; inset: 0; opacity: .5; }
.court-lines::before, .court-lines::after, .court-lines i { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.45); }
.court-lines::before { width: 64%; height: 35%; right: -8%; top: 13%; transform: skewY(-18deg); }
.court-lines::after { width: 52%; height: 47%; left: 12%; top: -18%; border-radius: 50%; }
.court-lines i:nth-child(1) { width: 1px; height: 110%; left: 48%; top: -5%; transform: rotate(25deg); }
.court-lines i:nth-child(2) { width: 250px; height: 250px; right: 12%; top: 15%; border-radius: 50%; }
.court-lines i:nth-child(3) { width: 90px; height: 90px; right: 28%; top: 30%; border-radius: 50%; background: rgba(255,255,255,.12); }
.feature-icon { position: absolute; right: 38px; top: 32px; width: 110px; height: 110px; }
.orbit { border: 1px solid rgba(255,255,255,.24); border-radius: 50%; }
.orbit::before, .orbit::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.orbit::after { inset: 39px; background: var(--blue); border: 0; }
.orbit i { position: absolute; width: 9px; height: 9px; top: 7px; left: 48px; border-radius: 50%; background: var(--coral); box-shadow: 0 87px 0 var(--blue-soft); }
.nodes i { position: absolute; width: 22px; height: 22px; border: 2px solid var(--ink); border-radius: 50%; }
.nodes i:nth-child(1) { top: 5px; left: 45px; }
.nodes i:nth-child(2) { bottom: 8px; left: 5px; }
.nodes i:nth-child(3) { bottom: 8px; right: 5px; }
.nodes::before { content: ""; position: absolute; left: 21px; top: 27px; width: 71px; height: 62px; border: solid var(--ink); border-width: 0 2px 2px; clip-path: polygon(50% 0,100% 100%,0 100%); }

.districts { overflow: hidden; }
.districts-title-wrap { margin-bottom: 58px; text-align: center; }
.district-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.district-card { min-height: 570px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; padding: 38px; border-radius: var(--radius); color: var(--white); background: var(--ink); isolation: isolate; }
.district-muratpasa { background: #e1e7ec; color: var(--ink); }
.district-card::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .42; background-image: linear-gradient(32deg, transparent 47%, currentColor 48%, transparent 49%), linear-gradient(147deg, transparent 47%, currentColor 48%, transparent 49%); background-size: 84px 84px; }
.district-map { min-height: 255px; position: relative; }
.ring { position: absolute; border: 1px solid currentColor; border-radius: 50%; opacity: .2; }
.ring-one { width: 190px; height: 190px; top: 0; right: 10%; }
.ring-two { width: 310px; height: 310px; top: -60px; right: -3%; }
.pin { position: absolute; z-index: 2; width: 27px; height: 27px; top: 78px; right: calc(10% + 82px); border: 6px solid var(--coral); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--white); }
.district-muratpasa .pin { border-color: var(--blue); }
.district-content > p:first-child { margin-bottom: 12px; font-size: 10px; font-weight: 820; letter-spacing: .17em; opacity: .58; }
.district-content h3 { margin-bottom: 20px; font-size: clamp(38px, 4.2vw, 59px); line-height: .9; letter-spacing: -.055em; }
.district-content > p:not(:first-child) { max-width: 480px; margin-bottom: 25px; opacity: .72; font-size: 14px; }
.card-link { display: inline-flex; align-items: center; gap: 22px; font-size: 12px; font-weight: 850; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.district-note { max-width: 700px; margin: 36px auto 0; text-align: center; color: #596471; font-size: 13px; }

.journey { background: #e7ebee; }
.journey-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10vw; align-items: start; }
.journey-sticky { position: sticky; top: 126px; }
.journey-sticky > p:last-child { max-width: 450px; margin-top: 28px; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 72px 1fr; gap: 16px; padding: 36px 0; border-bottom: 1px solid var(--line); }
.step-no { color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .16em; }
.steps h3 { margin-bottom: 10px; font-size: 25px; letter-spacing: -.035em; }
.steps p { max-width: 570px; margin-bottom: 0; color: #5b6571; }

.manifesto { min-height: 650px; position: relative; overflow: hidden; display: flex; align-items: center; background: var(--coral); color: var(--ink); }
.manifesto::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 20%, rgba(255,255,255,.3), transparent 28%), linear-gradient(125deg, transparent 65%, rgba(7,17,31,.09) 65%); }
.manifesto-track { position: absolute; top: 38px; left: -2%; display: flex; gap: 30px; white-space: nowrap; opacity: .16; font-size: clamp(55px, 9vw, 140px); font-weight: 900; line-height: 1; letter-spacing: -.07em; }
.manifesto-track i { font-style: normal; }
.manifesto-inner { position: relative; z-index: 2; padding-top: 160px; text-align: center; }
.manifesto-inner > p { margin-bottom: 12px; font-size: 11px; font-weight: 850; letter-spacing: .19em; }
.manifesto h2 { font-size: clamp(63px, 9vw, 128px); line-height: .83; text-transform: uppercase; }
.manifesto h2 em { color: transparent; -webkit-text-stroke: 1.5px var(--ink); }
.button-light { margin-top: 40px; background: var(--ink); color: var(--white); }

.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; align-items: start; }
.faq-intro { max-width: 400px; margin-top: 30px; }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: grid; grid-template-columns: 1fr 24px; gap: 24px; align-items: center; padding: 27px 0; cursor: pointer; list-style: none; font-weight: 760; line-height: 1.35; }
summary::-webkit-details-marker { display: none; }
summary i { width: 20px; height: 20px; position: relative; }
summary i::before, summary i::after { content: ""; position: absolute; left: 2px; top: 9px; width: 16px; height: 2px; background: var(--blue); transition: transform .2s ease; }
summary i::after { transform: rotate(90deg); }
details[open] summary i::after { transform: rotate(0); }
details p { max-width: 650px; padding: 0 48px 27px 0; margin: 0; color: #56616d; font-size: 15px; }

footer { padding: 70px 0 24px; background: var(--ink); color: var(--white); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; gap: 30px; padding-bottom: 58px; }
.footer-wordmark { font-size: 20px; }
.footer-top > p { margin: 0; color: var(--blue-soft); font-size: 29px; font-weight: 760; line-height: 1.05; letter-spacing: -.04em; }
.footer-top > a { font-size: 12px; font-weight: 800; border-bottom: 1px solid rgba(255,255,255,.5); padding-bottom: 5px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: var(--muted); font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.footer-bottom p { margin: 0; }

:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
@media (max-width: 900px) {
    .section { padding: 94px 0; }
    nav { display: none; }
    .hero { min-height: 880px; }
    .hero-media img { object-position: 67% center; }
    .hero-shade { background: linear-gradient(90deg, rgba(2,10,21,.94) 0%, rgba(2,10,21,.72) 55%, rgba(2,10,21,.2) 100%), linear-gradient(0deg, rgba(2,10,21,.88) 0%, transparent 56%); }
    .intro-grid, .section-head, .journey-grid, .faq-grid { grid-template-columns: 1fr; gap: 45px; }
    .intro-copy { padding-top: 0; }
    .training-grid { grid-template-columns: 1fr; grid-template-rows: none; }
    .feature-large { grid-row: auto; min-height: 520px; }
    .feature { min-height: 330px; }
    .journey-sticky { position: static; }
    .footer-top { grid-template-columns: 1fr 1fr; }
    .footer-top > a { justify-self: start; }
}
@media (max-width: 680px) {
    .container { width: min(calc(100% - 32px), var(--container)); }
    .header-inner { min-height: 72px; }
    .header-cta { display: none; }
    .wordmark { font-size: 15px; }
    .ball-mark { width: 30px; }
    .hero { min-height: 820px; }
    .hero-shade { background: linear-gradient(90deg, rgba(2,10,21,.86) 0%, rgba(2,10,21,.48) 100%), linear-gradient(0deg, rgba(2,10,21,.98) 0%, rgba(2,10,21,.78) 43%, rgba(2,10,21,.22) 100%); }
    .hero-inner { padding-top: 145px; padding-bottom: 40px; }
    h1 { font-size: clamp(50px, 15.6vw, 76px); line-height: .88; }
    .hero-copy { max-width: 100%; font-size: 15.5px; }
    .hero-actions { align-items: stretch; }
    .button { min-height: 49px; }
    .hero-points { grid-template-columns: 1fr; margin-top: 45px; }
    .hero-points li { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
    .hero-points li + li { padding-left: 0; border-left: 0; }
    .hero-points br { display: none; }
    .hero-rail { display: none; }
    h2 { font-size: clamp(41px, 12.8vw, 59px); }
    .intro-copy p:first-child { font-size: 18px; }
    .training-grid { gap: 12px; }
    .feature, .district-card { border-radius: 22px; padding: 27px; }
    .feature-large { min-height: 470px; }
    .feature:not(.feature-large) h3 { font-size: 25px; }
    .district-grid { grid-template-columns: 1fr; }
    .district-card { min-height: 520px; }
    .district-map { min-height: 225px; }
    .steps li { grid-template-columns: 44px 1fr; padding: 29px 0; }
    .steps h3 { font-size: 21px; }
    .manifesto { min-height: 570px; }
    .manifesto-inner { padding-top: 120px; }
    .manifesto h2 { font-size: clamp(53px, 17vw, 85px); }
    .button-light { padding-inline: 18px; font-size: 12px; }
    .faq-grid { gap: 55px; }
    summary { font-size: 15px; }
    .footer-top { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
@media (forced-colors: active) {
    .ball-mark, .ring, .feature { border: 1px solid CanvasText; }
}
