/* Ana sayfa stilleri. Her iki dil de bunu paylaşır — iki kopya tutulmaz.
   Token'lar, temel öğeler, başlık ve altbilgi: assets/chrome.css (önce yüklenir).
   Blog ve hukuki sayfalar: assets/blog.css */

:root {
  --maxw: 1180px;   /* ana sayfa içerik genişliği */
}

body { line-height: 1.6; }
a { color: inherit; }
/* sabit başlık kotva hedefini örtmesin */
section[id] { scroll-margin-top: 5.5rem; }

/* Ana sayfada başlık kahraman görselin üstüne biner. */
#nav { position: fixed; inset: 0 0 auto 0; z-index: var(--z-nav); }

/* ── SHARED ── */
.container { max-width: var(--maxw); margin: 0 auto; width: 100%; }
.s { padding: clamp(4.5rem, 8vw, 7.5rem) var(--pad); }
.s--surface { background: var(--surface); }
.kicker { display: inline-flex; align-items: center; gap: .55rem; font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--amber-dark); margin-bottom: 1rem; }
.kicker::before { content: ''; width: 24px; height: 2px; background: var(--amber); }
.s-title { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; letter-spacing: -.035em; line-height: 1.1; color: var(--ink); text-wrap: balance; }
.s-sub { color: var(--ink-2); font-size: 1.05rem; line-height: 1.7; margin-top: 1rem; max-width: 52ch; text-wrap: pretty; }

/* ── HERO ── */
.hero { display: grid; grid-template-columns: 1.02fr 1fr; min-height: min(94vh, 860px); border-bottom: 1px solid var(--border); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(7rem, 12vh, 9rem) var(--pad) clamp(3rem, 6vh, 5rem); }
.hero-copy-inner { max-width: 580px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: .55rem; background: var(--surface);
  border: 1px solid var(--border-2); color: var(--ink-2);
  padding: .42rem .95rem; border-radius: 999px; font-size: .78rem; font-weight: 700; margin-bottom: 1.7rem; width: fit-content;
}
.badge-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--amber); }
h1 { font-size: clamp(2.7rem, 5.2vw, 4.6rem); font-weight: 800; line-height: 1.02; letter-spacing: -.04em; color: var(--ink); text-wrap: balance; }
.h1-accent { color: var(--navy); position: relative; }
.h1-accent::after { content: ''; position: absolute; left: 0; right: 0; bottom: -.1em; height: .1em; background: var(--amber); }
.hero-sub { font-size: clamp(1.02rem, 1.4vw, 1.18rem); color: var(--ink-2); line-height: 1.68; max-width: 46ch; margin: 1.6rem 0 2.3rem; text-wrap: pretty; }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; }
.btn-store { display: flex; align-items: center; gap: .7rem; background: var(--ink); border-radius: var(--r-field); padding: .78rem 1.3rem; text-decoration: none; color: #fff; transition: transform .18s, background .18s; }
.btn-store:hover { background: #000; transform: translateY(-2px); }
.btn-store svg { width: 23px; height: 23px; fill: #fff; flex-shrink: 0; }
.btn-store-sub { font-size: .66rem; color: #B9BCC4; font-weight: 500; line-height: 1; margin-bottom: .2rem; }
.btn-store-name { font-size: .95rem; font-weight: 700; line-height: 1; }

.hero-media { position: relative; overflow: hidden; background: var(--surface); }
.hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 60%; }

/* ── BRAND TRUST STRIP ── */
.trust { border-bottom: 1px solid var(--border); background: var(--bg); }
.trust-inner { max-width: var(--maxw); margin: 0 auto; padding: 1.9rem var(--pad); display: flex; align-items: center; gap: 1.5rem 2.4rem; flex-wrap: wrap; }
.trust-label { font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); white-space: nowrap; }
.trust-brands { display: flex; align-items: center; gap: 1rem 2rem; flex-wrap: wrap; }
.trust-brands span { font-size: 1.02rem; font-weight: 700; letter-spacing: -.01em; color: var(--ink); opacity: .55; transition: opacity .2s; }
.trust-brands span:hover { opacity: 1; }
.trust-brands .trust-more { font-weight: 600; font-style: italic; color: var(--ink-3); opacity: 1; font-size: .95rem; }

/* ── STATS ── */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--border); border-radius: var(--r); overflow: hidden; margin-top: 3rem; background: var(--bg); }
.stat { padding: 2.1rem 1.7rem; border-right: 1px solid var(--border); }
.stat:last-child { border-right: none; }
.stat-num { font-size: clamp(2.3rem, 4vw, 3.1rem); font-weight: 800; letter-spacing: -.04em; line-height: 1.04; color: var(--navy); font-variant-numeric: tabular-nums; }
.stat-num.word { font-size: clamp(1.55rem, 2.6vw, 2.1rem); letter-spacing: -.03em; }
.stat-num .u { color: var(--amber); }
.stat-num .u-sm { font-size: .52em; white-space: nowrap; }
.stat-label { color: var(--ink-2); font-size: .9rem; line-height: 1.45; margin-top: .8rem; }
.stats-src { margin-top: 1rem; font-size: .74rem; color: var(--ink-3); line-height: 1.6; }

/* ── PERSONAS (roster) ── */
.roster { margin-top: clamp(2.5rem, 5vw, 3.5rem); border-top: 1px solid var(--border); }
.rrow { display: grid; grid-template-columns: 64px minmax(180px, 260px) 1fr; gap: clamp(1.25rem, 3vw, 2.75rem); align-items: start; padding: clamp(1.7rem, 3.2vw, 2.5rem) clamp(.4rem, 1.4vw, 1.1rem); border-bottom: 1px solid var(--border); transition: background .2s; }
.rrow:hover { background: var(--bg); }
.s--surface .rrow:hover { background: #fff; }
.rnum { font-size: clamp(1.5rem, 2.4vw, 2rem); font-weight: 800; color: var(--amber); font-variant-numeric: tabular-nums; line-height: 1.15; letter-spacing: -.02em; }
.rrole .rtag { display: block; font-size: .76rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--ink-3); margin-bottom: .55rem; }
.rrole h3 { font-size: clamp(1.3rem, 2.1vw, 1.75rem); font-weight: 800; letter-spacing: -.03em; line-height: 1.15; color: var(--ink); text-wrap: balance; }
.rdesc { color: var(--ink-2); font-size: 1.02rem; line-height: 1.7; max-width: 48ch; text-wrap: pretty; }

/* ── HOW IT WORKS ── */
/* İş modeli diyagramı: doğası gereği geniş (3 kolon + akan bağlantılar), bu yüzden
   tam genişlikte duruyor. SVG kendi iç boşluğunu taşıyor. */
.model { margin: clamp(2.25rem, 5vw, 3.5rem) 0 clamp(3rem, 6vw, 4.5rem); }
.model img { width: 100%; height: auto; }
.how-title { font-size: clamp(1.35rem, 2.2vw, 1.75rem); font-weight: 800; letter-spacing: -.025em; color: var(--ink); }
.how { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 2.25rem; }
.step { border: 1px solid var(--border); border-radius: var(--r); padding: 1.8rem 1.6rem; background: var(--bg); }
.step-num { width: 38px; height: 38px; border-radius: 10px; background: var(--navy); color: #fff; font-weight: 800; font-size: 1.05rem; display: flex; align-items: center; justify-content: center; margin-bottom: 1.1rem; }
.step h3 { font-size: 1.12rem; font-weight: 800; letter-spacing: -.02em; color: var(--ink); margin-bottom: .5rem; text-wrap: balance; }
.step p { color: var(--ink-2); font-size: .92rem; line-height: 1.6; }
.pay-box { margin-top: 1rem; background: var(--navy); border-radius: var(--r); padding: clamp(1.9rem, 3.5vw, 2.6rem); display: grid; grid-template-columns: auto 1fr; gap: 1.4rem; align-items: start; }
.pay-box .pay-ic { width: 46px; height: 46px; border-radius: 12px; background: var(--amber); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.pay-box .pay-ic svg { width: 24px; height: 24px; stroke: var(--ink); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.pay-box h3 { color: #fff; font-size: 1.3rem; font-weight: 800; letter-spacing: -.02em; margin-bottom: .45rem; }
.pay-box p { color: #C6D2E4; font-size: .98rem; line-height: 1.68; max-width: 72ch; }

/* ── ACTION BAND (photo) ── */
.band { position: relative; padding: clamp(5rem, 10vw, 8rem) var(--pad); overflow: hidden; isolation: isolate; }
/* Kök-mutlak yol ZORUNLU: bu dosya /assets/ altında, göreli bir yol
   /assets/assets/... olarak çözülür. Renk, görsel yüklenmezse metnin koyu
   zeminde kalmasını garanti eder. */
.band::before { content: ''; position: absolute; inset: 0; z-index: -2; background-color: var(--navy-dark); background-image: url('/assets/band-dozer.jpg'); background-size: cover; background-position: 50% 55%; }
.band::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(21,44,73,.94) 0%, rgba(21,44,73,.82) 45%, rgba(21,44,73,.55) 100%); }
.band-inner { max-width: var(--maxw); margin: 0 auto; }
.band .kicker { color: #F5A461; }
.band .kicker::before { background: var(--amber); }
.band h2 { font-size: clamp(2rem, 4vw, 3.1rem); font-weight: 800; letter-spacing: -.035em; line-height: 1.12; color: #fff; max-width: 20ch; text-wrap: balance; }
.band h2 em { font-style: normal; color: #F5A461; }
.band p { color: #C6D2E4; font-size: 1.08rem; line-height: 1.7; margin-top: 1.2rem; max-width: 48ch; }
.band .cta { display: inline-block; margin-top: 2rem; background: var(--amber); color: var(--ink); font-weight: 700; padding: .85rem 1.7rem; border-radius: var(--r-field); text-decoration: none; transition: background .18s, transform .12s; }
.band .cta:hover { background: #fff; transform: translateY(-2px); }

/* ── APPS ── */
.apps { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 3rem; }
.a-card { border-radius: var(--r); padding: clamp(1.9rem, 4vw, 2.8rem); border: 1px solid var(--border); background: var(--bg); transition: transform .25s, border-color .2s, box-shadow .25s; }
.a-card:hover { transform: translateY(-4px); box-shadow: 0 18px 48px rgba(27,31,43,.09); }
.a-renter:hover { border-color: var(--navy); }
.a-ops:hover { border-color: var(--amber); }
.a-tile { width: 60px; height: 60px; border-radius: 15px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; }
.a-renter .a-tile { background: var(--navy); }
.a-ops .a-tile { background: var(--amber); }
.a-tag { font-size: .74rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; padding: .28rem .7rem; border-radius: 999px; display: inline-block; margin-bottom: .85rem; }
.a-renter .a-tag { background: #EBF0F7; color: var(--navy); }
.a-ops .a-tag { background: var(--amber-tint); color: var(--amber-dark); }
.a-card h3 { font-size: 1.55rem; font-weight: 800; letter-spacing: -.03em; margin-bottom: .65rem; color: var(--ink); }
.a-card > p { color: var(--ink-2); font-size: .98rem; line-height: 1.65; }
.a-feats { list-style: none; margin-top: 1.4rem; display: flex; flex-direction: column; gap: .65rem; }
.a-feats li { display: flex; align-items: flex-start; gap: .6rem; color: var(--ink-2); font-size: .95rem; }
.a-feats svg { width: 18px; height: 18px; flex-shrink: 0; margin-top: 3px; stroke: var(--amber); fill: none; stroke-width: 2.4; }

/* ── WAITLIST (campaign) ── */
.wl-box { max-width: 780px; margin: 0 auto; background: var(--navy); border-radius: var(--r); padding: clamp(2.5rem, 5vw, 3.75rem); text-align: center; position: relative; overflow: hidden; }
.wl-box::after { content: ''; position: absolute; inset: 0 0 auto 0; height: 3px; background: var(--amber); }
.wl-badge { display: inline-block; background: rgba(222,96,22,.16); border: 1px solid rgba(222,96,22,.45); color: #F5A461; font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: .42rem .95rem; border-radius: 999px; margin-bottom: 1.4rem; }
.wl-title { font-size: clamp(2.2rem, 5vw, 3.3rem); font-weight: 800; letter-spacing: -.04em; line-height: 1.05; margin-bottom: 1rem; color: #fff; text-wrap: balance; }
.wl-amber { color: var(--amber); }
.wl-sub { color: #C6D2E4; font-size: 1.02rem; line-height: 1.68; margin-bottom: 2rem; text-wrap: pretty; max-width: 46ch; margin-inline: auto; }
.form-row { display: flex; gap: .7rem; flex-wrap: wrap; justify-content: center; }
.f-input { flex: 1; min-width: 240px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.2); border-radius: var(--r-field); padding: .95rem 1.3rem; color: #fff; font-size: .98rem; font-family: inherit; outline: none; transition: border-color .18s; }
.f-input:focus { border-color: var(--amber); }
.f-input::placeholder { color: #8FA0B8; }
.btn-cta { background: var(--amber); color: var(--ink); border: none; border-radius: var(--r-field); padding: .95rem 1.9rem; font-size: .98rem; font-weight: 700; font-family: inherit; cursor: pointer; white-space: nowrap; transition: background .18s, transform .12s; }
.btn-cta:hover { background: #fff; }
.btn-cta[disabled] { opacity: .6; cursor: progress; }
.consent { display: flex; align-items: flex-start; gap: .6rem; margin: 1.15rem auto 0; max-width: 46ch; text-align: left; cursor: pointer; }
.consent input { flex-shrink: 0; width: 17px; height: 17px; margin-top: .12rem; accent-color: var(--amber); cursor: pointer; }
.consent span { color: #C6D2E4; font-size: .84rem; line-height: 1.55; }
.f-note { margin-top: .95rem; font-size: .8rem; color: #8FA0B8; }
.success-msg { display: none; margin-top: 1.4rem; color: #6EE7A0; font-weight: 700; font-size: 1.02rem; }
.error-msg { display: none; margin-top: 1.1rem; color: #FCA5A5; font-weight: 600; font-size: .95rem; }

/* ── FOOTER ── */

/* ── REVEAL ── */
html.motion .reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .7s cubic-bezier(.16,1,.3,1); }
html.motion .reveal-l { opacity: 0; transform: translateX(-30px); transition: opacity .6s ease, transform .8s cubic-bezier(.16,1,.3,1); }
html.motion .reveal-r { opacity: 0; transform: translateX(30px); transition: opacity .6s ease, transform .8s cubic-bezier(.16,1,.3,1); }
html.motion .reveal.in, html.motion .reveal-l.in, html.motion .reveal-r.in { opacity: 1; transform: none; }
html.motion .d1 { transition-delay: .1s; } html.motion .d2 { transition-delay: .2s; }
html.motion .hero-copy > * { opacity: 0; animation: fadeUp .7s cubic-bezier(.16,1,.3,1) both; }
html.motion .hero-badge { animation-delay: .05s; }
html.motion h1 { animation-delay: .14s; }
html.motion .hero-sub { animation-delay: .3s; }
html.motion .hero-actions { animation-delay: .42s; }
html.motion .hero-media img { animation: heroImg 1.1s cubic-bezier(.16,1,.3,1) both; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
@keyframes heroImg { from { opacity: 0; transform: scale(1.06); } to { opacity: 1; transform: none; } }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  /* `#nav ul li.hide-sm` buradan chrome.css'e taşındı: burada durduğu sürece
     yalnızca ana sayfada geçerliydi ve blog.css yükleyen sayfalarda başlık
     telefonda taşıyordu. */
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { order: 2; padding: 2.5rem var(--pad) 3.5rem; }
  .hero-media { order: 1; height: 46vh; min-height: 300px; }
  .hero-media img { position: static; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2) { border-right: none; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .rrow { grid-template-columns: auto 1fr; gap: .55rem 1.4rem; }
  .rdesc { grid-column: 2 / -1; margin-top: .7rem; }
  .how { grid-template-columns: 1fr 1fr; }
  .pay-box { grid-template-columns: 1fr; }
  .apps { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  /* İş modeli şeması 1180 birim genişliğinde çizilmiş üç sütunlu bir kurgu.
     `width: 100%` ile telefonda 335 px'e inince İÇİNDEKİ YAZI da aynı oranda
     küçülüyor: 23 birimlik etiket ~6,5 px'e düşüyor, yani şema duruyor ama
     okunmuyor. Kendi kutusunda yatay kaydırılsın — sayfa gövdesi değil, yalnız
     şema kayar — ve okunur bir taban genişliği korusun. */
  .model { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .model img { min-width: 660px; }
}
@media (max-width: 480px) {
  .stats { grid-template-columns: 1fr; }
  .stat { border-right: none; border-bottom: 1px solid var(--border); }
  .stat:last-child { border-bottom: none; }
  .how { grid-template-columns: 1fr; }
  .trust-inner { flex-direction: column; align-items: flex-start; gap: 1rem; }
  /* Etiket masaüstünde markaların yanında tek satırda dursun diye `nowrap`.
     Telefonda satır zaten alta iniyor ve "Platformda bulabileceğiniz makine
     markaları" 320–360 px'e sığmıyor: nowrap onu kırpılana kadar uzatıyor, tüm
     gövdeyi 368 px'e itiyordu. Sütuna dönen bir satırda tek satır kalma şartı
     zaten anlamsız. */
  .trust-label { white-space: normal; }
}
