:root { --bg:#09090b; --surface:#111115; --surface-warm:#171214; --text:#e7d4ce; --heading:#f8e3db; --muted:#aa9a96; --accent:#ff6b00; --accent-light:#ff9a56; --line:rgba(248,227,219,.10); --maxw:1160px; }
* { box-sizing:border-box; }
html { overflow-x:hidden; -webkit-text-size-adjust:100%; scroll-behavior:smooth; }
html.lang-tr [lang="en"], html.lang-en [lang="tr"] { display:none; }
body { position:relative; width:100%; min-height:100vh; margin:0; overflow-x:hidden; color:var(--text); font:16px/1.7 -apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",sans-serif; background:radial-gradient(760px 600px at 77% 9%,rgba(255,101,0,.12),transparent 64%),radial-gradient(600px 600px at 9% 74%,rgba(109,44,17,.10),transparent 66%),var(--bg); }
header { position:sticky; top:0; z-index:20; padding:14px 24px 12px; border-bottom:1px solid rgba(248,227,219,.075); background:rgba(9,9,11,.80); backdrop-filter:blur(24px) saturate(135%); }
.bar { max-width:1200px; margin:0 auto; display:flex; align-items:center; justify-content:space-between; gap:18px; }
.brand { display:inline-flex; align-items:center; text-decoration:none; }
.brand .logo { width:122px; height:36px; display:block; border-radius:8px; object-fit:cover; object-position:center 43%; }
.lang-switch { display:flex; gap:3px; padding:3px; border:1px solid var(--line); border-radius:11px; background:rgba(255,255,255,.045); }
.lang-switch button { min-width:35px; padding:4px 8px; border:0; border-radius:8px; color:var(--muted); background:transparent; font:700 11px/1 inherit; letter-spacing:.06em; cursor:pointer; }
.lang-switch button.active { color:#251209; background:linear-gradient(135deg,var(--accent-light),var(--accent)); box-shadow:0 4px 14px rgba(255,107,36,.38); }
nav { max-width:1200px; margin:10px auto 0; display:flex; gap:5px; overflow-x:auto; scrollbar-width:none; }
nav::-webkit-scrollbar { display:none; }
nav a { flex:0 0 auto; padding:6px 10px; border-radius:9px; color:#918784; font-size:12px; font-weight:600; text-decoration:none; }
nav a:hover { color:var(--heading); background:rgba(255,255,255,.04); }
main { width:min(100%,var(--maxw)); margin:0 auto; padding:62px 24px 104px; }
h1,h2,h3,p { text-wrap:pretty; }
h1 { margin:0; color:var(--heading); font-size:clamp(34px,5vw,54px); line-height:1.08; letter-spacing:-.055em; }
h2 { color:var(--heading); font-size:23px; line-height:1.22; letter-spacing:-.025em; }
p,li { color:var(--text); }
a { color:var(--accent-light); text-underline-offset:3px; }
strong { color:var(--heading); }
.muted,.updated { color:var(--muted); font-size:14px; }
.updated { margin-bottom:30px; }
ul { padding-left:20px; }
li { margin:7px 0; }

.home { width:min(100%,1200px); padding-top:76px; }
.hero { position:relative; isolation:isolate; display:grid; grid-template-columns:minmax(0,1fr) minmax(370px,.72fr); min-height:610px; align-items:center; gap:clamp(36px,9vw,144px); }
.hero::before { content:""; position:absolute; z-index:-1; top:-200px; right:-150px; width:720px; height:720px; border-radius:50%; background:radial-gradient(ellipse,rgba(255,119,43,.18),rgba(255,119,43,.04) 42%,transparent 70%); filter:blur(12px); }
.hero-copy { max-width:610px; }
.eyebrow { margin:0 0 20px; color:#e87835; font-size:10px; font-weight:760; letter-spacing:.16em; line-height:1.2; text-transform:uppercase; }
.hero h1 { max-width:640px; font-size:clamp(49px,6vw,78px); line-height:.98; letter-spacing:-.078em; }
.hero .lede { max-width:475px; margin:26px 0 0; color:#b9a7a1; font-size:17px; line-height:1.64; }
.hero-actions { margin-top:34px; }
.cta { display:inline-flex; align-items:center; gap:12px; min-height:50px; padding:13px 19px; border-radius:13px; color:#241008; background:#ff6b00; box-shadow:0 12px 30px rgba(255,91,0,.20); font-weight:750; text-decoration:none; }
.cta:hover { color:#241008; background:#ff7920; }
.hero-stage { position:relative; min-height:610px; display:flex; align-items:flex-end; justify-content:center; }
.hero-stage::before { display:none; }
.device { position:relative; overflow:hidden; border:1px solid rgba(248,227,219,.17); background:#040405; box-shadow:inset 0 0 0 5px #0b0b0d,0 40px 110px rgba(0,0,0,.52),0 0 65px rgba(255,95,0,.10); }
.device::after { content:""; position:absolute; inset:0; pointer-events:none; border-radius:inherit; box-shadow:inset 0 0 0 1px rgba(255,255,255,.06); }
.device img { display:block; width:100%; height:100%; object-fit:cover; }
.hero-device { z-index:1; width:min(288px,72vw); aspect-ratio:1206/2622; border-radius:41px; transform:rotate(3deg) translateY(-4px); }

.stories { display:grid; gap:18px; margin:118px 0 80px; }
.story { position:relative; isolation:isolate; display:grid; grid-template-columns:minmax(0,1fr) minmax(240px,.6fr); min-height:510px; align-items:center; padding:58px 68px; overflow:hidden; border:1px solid var(--line); border-radius:30px; background:linear-gradient(110deg,#161316,#0e0e11 66%); }
.story::before { content:""; position:absolute; z-index:-1; right:-70px; bottom:-150px; width:570px; height:570px; border-radius:50%; background:radial-gradient(circle,rgba(255,100,14,.16),rgba(255,76,0,.035) 43%,transparent 69%); }
.story:nth-child(2) { grid-template-columns:minmax(240px,.6fr) minmax(0,1fr); background:linear-gradient(250deg,#151115,#0d0e11 66%); }
.story:nth-child(2)::before { right:auto; left:-110px; }
.story:nth-child(2) .story-copy { order:2; margin-left:auto; }
.story-copy { position:relative; z-index:1; max-width:430px; }
.story-copy .eyebrow { margin-bottom:17px; }
.story-copy h2 { margin:0; color:#f4ddd5; font-size:clamp(35px,4vw,52px); line-height:1.04; letter-spacing:-.06em; }
.story-copy p:not(.eyebrow) { max-width:360px; margin:22px 0 0; color:#aa9a96; font-size:16px; line-height:1.62; }
.story-device { position:relative; z-index:1; justify-self:center; align-self:end; width:224px; margin:0; aspect-ratio:1206/2622; border-radius:32px; transform:translateY(122px) rotate(-4deg); }
.story:nth-child(2) .story-device { transform:translateY(122px) rotate(4deg); }

.card { padding:28px 30px; margin:16px 0; overflow:hidden; border:1px solid var(--line); border-radius:22px; background:linear-gradient(145deg,rgba(40,38,43,.9),rgba(20,20,24,.88)); }
.card h2 { margin-top:0; }
.legal-page { max-width:820px; }
.legal-page h2 { margin-top:48px; padding-top:24px; border-top:1px solid var(--line); }
footer { padding:32px 24px 42px; border-top:1px solid var(--line); color:var(--muted); font-size:13px; text-align:center; }
footer a { margin:0 8px; color:var(--muted); text-decoration:none; }
footer a:hover { color:var(--heading); }

@media (max-width:760px) { header{padding:12px 16px 10px;} main{padding:38px 16px 72px;} .home{padding-top:42px;} .hero{grid-template-columns:1fr;min-height:0;gap:44px;} .hero h1{font-size:clamp(46px,13.5vw,62px);} .hero-stage{min-height:470px;} .hero-device{width:min(260px,69vw);border-radius:37px;} .stories{gap:12px;margin:74px 0 48px;} .story,.story:nth-child(2){grid-template-columns:1fr;min-height:620px;padding:36px 28px;} .story:nth-child(2) .story-copy{order:0;margin-left:0;} .story-copy h2{font-size:38px;} .story-device,.story:nth-child(2) .story-device{width:206px;transform:translateY(110px) rotate(-3deg);} .story:nth-child(2) .story-device{transform:translateY(110px) rotate(3deg);} }

/* One-row navigation */
header { padding:13px 24px; }
.bar { min-width:0; justify-content:flex-start; }
.bar nav { min-width:0; max-width:none; flex:1; margin:0 0 0 18px; gap:3px; overflow:visible; }
.bar nav a { padding:6px 9px; white-space:nowrap; }
.bar .lang-switch { margin-left:auto; flex:0 0 auto; }

@media (max-width:760px) {
  header { padding:10px 16px; }
  .bar { gap:5px; }
  .brand .logo { width:78px; height:24px; object-position:center 43%; }
  .bar nav { margin-left:2px; gap:0; overflow:visible; }
  .bar nav a { padding:4px 4px; font-size:9px; }
  .lang-switch { gap:1px; padding:2px; }
  .lang-switch button { min-width:24px; padding:4px 3px; font-size:9px; }
}

@media (max-width:360px) {
  header { padding-right:10px; padding-left:10px; }
  .brand .logo { width:70px; height:22px; }
  .bar nav a { padding:4px 3px; font-size:8.5px; }
}

@supports (overflow:clip) {
  html, body { overflow-x:clip; }
}
