:root {
  color-scheme: dark;
  --ink: #f6f6f3;
  --muted: #a5a6a8;
  --line: rgba(255, 255, 255, 0.13);
  --surface: #111214;
  --surface-2: #191a1d;
  --paper: #ececea;
  --paper-ink: #17181a;
  --green: #2bd166;
  --blue: #3a8dff;
  --coral: #ff5a52;
  --font-display: "Manrope", sans-serif;
  --font-body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #090a0b; }
body {
  margin: 0;
  background: #090a0b;
  color: var(--ink);
  font-family: var(--font-body);
  letter-spacing: 0;
}
button, a { font: inherit; }
button { letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  height: 68px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 clamp(20px, 4vw, 64px);
  border-bottom: 1px solid transparent;
  transition: background 250ms ease, border-color 250ms ease;
}
.site-header.is-scrolled {
  background: rgba(9, 10, 11, 0.82);
  backdrop-filter: blur(18px);
  border-color: var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; width: fit-content; }
.brand-mark { position: relative; width: 22px; height: 22px; display: inline-block; }
.brand-mark i { position: absolute; width: 12px; height: 18px; border: 2px solid currentColor; border-radius: 999px; transform: rotate(-26deg); }
.brand-mark i:last-child { right: 0; transform: rotate(26deg); }
.brand-group { display: flex; align-items: center; gap: 14px; }
.back-studio {
  font-size: 13px; font-weight: 500; color: rgba(255,255,255,.55);
  padding: 6px 12px; border-radius: 999px; border: 1px solid rgba(255,255,255,.14);
  white-space: nowrap; transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}
.back-studio:hover { color: #fff; border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.07); }
.site-header nav { display: flex; gap: 28px; color: rgba(255,255,255,.68); }
.site-header nav a { transition: color 180ms ease; }
.site-header nav a:hover { color: #fff; }
.header-action, .primary-action {
  border: 0;
  border-radius: 6px;
  background: var(--ink);
  color: #111;
  padding: 11px 16px;
  font-weight: 600;
  cursor: pointer;
}
.header-action { justify-self: end; }

.hero-scroll { height: 300vh; }
.hero-sticky { position: sticky; top: 0; height: 100vh; min-height: 620px; max-width: 1760px; margin: 0 auto; overflow: hidden; background: #050607; }
html, body { background: #050607; }
.hero-media, .hero-video, .film-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-video { object-fit: cover; opacity: 1; }
.film-shade { z-index: 2; background: linear-gradient(90deg, rgba(3,4,5,.48), transparent 55%), linear-gradient(0deg, rgba(3,4,5,.35), transparent 45%); pointer-events: none; }
.hero-copy { position: absolute; z-index: 4; left: clamp(24px, 7vw, 112px); top: 50%; width: min(520px, 42vw); transform: translateY(-50%); will-change: opacity, transform; }

/* hero-stage: [sol metin][laptop][sağ metin] TEK bir flex satırı.
   Metinler mutlak konumlu DEĞİL — kendi flex sütunlarını işgal ederler, laptop ise
   kalan alanı alır. Bu yüzden metnin laptop'a değmesi/üstüne binmesi hiçbir ekran
   genişliğinde MÜMKÜN DEĞİL (yüzde/viewport hesabına bağlı olmadığı için).
   Metinler laptop kenarına yaslanır (sol sağa-hizalı, sağ sola-hizalı) → "dayalı" durur. */
.hero-stage {
  position: absolute; inset: 0; z-index: 1; opacity: 0; will-change: opacity;
  display: flex; align-items: center; justify-content: center;
  gap: clamp(14px, 2.4vw, 56px); padding-inline: clamp(14px, 2.4vw, 56px);
  color: #fff; pointer-events: none;
}
.hero-frame {
  position: relative; flex: 0 1 calc(100vh * 1672 / 941); min-width: 0;
  aspect-ratio: 1672 / 941;
}
.hero-handoff { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.hero-side { flex: 0 0 clamp(116px, 14vw, 250px); margin: 0; }
.hero-side-lead { text-align: right; color: rgba(255,255,255,.62); font-size: clamp(13px, 1.4vw, 23px); line-height: 1.4; }
.hero-side-title { text-align: left; font-family: var(--font-display); font-size: clamp(17px, 2.15vw, 37px); font-weight: 500; line-height: 1.14; }
.eyebrow { margin: 0 0 18px; color: var(--green); text-transform: uppercase; font-size: 12px; font-weight: 600; }
.hero-copy h1 { margin: 0; font-family: var(--font-display); font-size: clamp(70px, 10vw, 150px); line-height: .92; font-weight: 500; }
.hero-lead { max-width: 470px; margin: 28px 0 0; color: rgba(255,255,255,.76); font-size: clamp(20px, 2.1vw, 31px); line-height: 1.28; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 18px; }
.hero-actions span { max-width: 170px; color: rgba(255,255,255,.5); font-size: 13px; }
.scroll-cue { position: absolute; z-index: 4; right: clamp(24px, 4vw, 64px); bottom: 28px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.52); font-size: 12px; }
.scroll-cue i { display: block; width: 44px; height: 1px; background: currentColor; transform-origin: left; animation: cue 1.8s ease-in-out infinite; }
@keyframes cue { 0%,100% { transform: scaleX(.35); opacity: .35; } 50% { transform: scaleX(1); opacity: 1; } }

.chapter-heading { max-width: 1200px; margin: 0 auto; padding: 130px clamp(24px, 6vw, 88px) 64px; }
.chapter-heading h2, .android-copy h2, .privacy-copy h2, .availability h2 { margin: 0; font-family: var(--font-display); font-weight: 500; font-size: clamp(42px, 6vw, 84px); line-height: 1.03; }
.chapter-lead { max-width: 670px; margin: 26px 0 0; color: rgba(20,20,20,.62); font-size: 19px; line-height: 1.6; }
.mac-story { background: var(--paper); color: var(--paper-ink); min-height: 240vh; }
.mac-story .eyebrow { color: #168c42; }
.product-narrative { max-width: 1180px; min-height: 175vh; margin: 0 auto; padding: 0 clamp(24px, 6vw, 88px) 160px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, .72fr); gap: clamp(48px, 9vw, 140px); align-items: start; }
.narrative-copy { padding-top: 7vh; }
.story-step { min-height: 52vh; padding: 54px 0; border-top: 1px solid rgba(20,20,20,.15); opacity: .32; transition: opacity 250ms ease; }
.story-step.is-active { opacity: 1; }
.step-index { color: #168c42; font-size: 12px; font-weight: 600; }
.story-step h3 { margin: 22px 0 14px; font-family: var(--font-display); font-size: clamp(32px, 4vw, 54px); font-weight: 500; }
.story-step p { max-width: 500px; color: rgba(20,20,20,.64); font-size: 18px; line-height: 1.55; }
.mac-stage-wrap { position: sticky; top: 12vh; height: 76vh; display: grid; place-items: center; }
.mac-stage { position: relative; width: min(100%, 390px); height: min(76vh, 820px); }
.mac-window { position: absolute; inset: 0; overflow: visible; border: 0; border-radius: 12px; background: transparent; box-shadow: none; opacity: 0; transform: translateY(20px) scale(.985); transition: opacity 320ms ease, transform 320ms ease; pointer-events: none; }
.mac-window.is-visible { opacity: 1; transform: none; }
.mac-window.real-screen img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 32px 48px rgba(19,20,21,.18)); }
.window-chrome { height: 54px; display: flex; align-items: center; gap: 7px; padding: 0 18px; border-bottom: 1px solid rgba(0,0,0,.09); font-size: 12px; }
.window-chrome i { width: 11px; height: 11px; border-radius: 50%; background: #c8c8c8; }
.window-chrome i:first-child { background: #ff5f57; }.window-chrome i:nth-child(2) { background: #febc2e; }.window-chrome i:nth-child(3) { background: #28c840; }
.window-chrome b { margin-left: auto; }.window-chrome span { margin-left: auto; }
.demo-title { padding: 32px 24px 18px; font-family: var(--font-display); font-size: 30px; font-weight: 600; }
.call-row, .message-row { min-height: 76px; margin: 0 22px; display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 12px; border-bottom: 1px solid rgba(0,0,0,.1); }
.call-row > i { width: 12px; height: 12px; border: 2px solid #30c85a; border-radius: 50%; }
.call-row div, .message-row div { display: grid; gap: 5px; }.call-row small, .message-row small, .call-row time, .message-row time { color: #777; font-size: 12px; }
.message-row > span { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: #d6d7da; color: #555; font-size: 12px; }
.fake-tabbar { position: absolute; left: 16px; right: 16px; bottom: 16px; height: 64px; display: flex; align-items: center; justify-content: space-around; border: 1px solid rgba(0,0,0,.1); border-radius: 22px; background: rgba(250,250,250,.82); }
.fake-tabbar span { color: #8b8d90; }.fake-tabbar .active { color: #1684ff; }

.android-story { position: relative; overflow: hidden; background: #0b0d0e; min-height: 1100px; padding: 150px clamp(24px, 6vw, 88px); }
.android-layout { position: relative; z-index: 2; max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: minmax(300px,.8fr) minmax(0,1fr); gap: clamp(70px, 10vw, 150px); align-items: center; }
.android-glow { position: absolute; width: 55vw; height: 55vw; left: -24vw; top: 20%; border-radius: 50%; background: radial-gradient(circle, rgba(43,209,102,.1), transparent 62%); }
.phone-stage { display: grid; place-items: center; }
.phone-shell { position: relative; width: min(352px, 72vw); aspect-ratio: 1080 / 2340; padding: 7px; border: 1px solid rgba(255,255,255,.34); border-radius: 42px; background: #202225; box-shadow: 0 50px 100px rgba(0,0,0,.48); }
.phone-speaker { position: absolute; z-index: 3; top: 16px; left: 50%; transform: translateX(-50%); width: 64px; height: 7px; border-radius: 999px; background: #151617; }
.phone-screen { position: relative; height: 100%; overflow: hidden; border-radius: 33px; background: #111315; color: #f4f4f4; }
.real-android-screen { width: 100%; height: 100%; object-fit: cover; }
.real-android-screen[hidden] { display: none; }
.android-status { height: 38px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; color: rgba(255,255,255,.65); font-size: 11px; }
.android-appbar { height: 64px; display: flex; align-items: center; gap: 12px; padding: 0 20px; border-bottom: 1px solid var(--line); }
.mini-mark { position: relative; width: 20px; height: 20px; }.mini-mark i { position: absolute; width: 11px; height: 17px; border: 2px solid #fff; border-radius: 999px; transform: rotate(-26deg); }.mini-mark i:last-child { right: 0; transform: rotate(26deg); }
.connected-dot { margin-left: auto; width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 16px rgba(43,209,102,.7); }
.android-panel { height: calc(100% - 178px); padding: 20px; }.android-panel > p { margin: 0 0 18px; color: var(--green); font-size: 13px; }
.touchpad-surface { position: relative; height: 68%; border: 1px solid var(--line); border-radius: 12px; background: #17191b; display: grid; place-items: center; color: rgba(255,255,255,.4); }
.touchpad-surface i { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 18px rgba(43,209,102,.7); }
.mouse-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 12px; }.mouse-buttons button, .send-file { height: 44px; border: 1px solid var(--line); border-radius: 6px; background: #1b1d20; color: #fff; }
.keyboard-field { height: 88px; padding: 14px; border: 1px solid var(--line); border-radius: 8px; color: rgba(255,255,255,.36); }
.key-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 7px; margin-top: 12px; }.key-grid i { height: 48px; display: grid; place-items: center; border-radius: 6px; background: #1d2023; font-style: normal; font-size: 12px; }
.album-art { width: 72%; aspect-ratio: 1; margin: 14px auto 20px; border-radius: 8px; background: linear-gradient(135deg, #3a8dff, #ff5a52); }.android-panel[data-android-panel="media"] { text-align: center; }.media-controls { margin-top: 30px; display: flex; align-items: center; justify-content: space-around; }.media-controls strong { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: #f3f3f3; color: #111; }
.send-file { width: 100%; background: var(--green); color: #08130b; border: 0; font-weight: 600; }.file-row { min-height: 68px; display: flex; gap: 12px; align-items: center; border-bottom: 1px solid var(--line); }.file-row > span { color: var(--green); }.file-row div { display: grid; gap: 4px; }.file-row small { color: var(--muted); }
.android-nav { position: absolute; left: 0; right: 0; bottom: 0; height: 76px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); background: rgba(16,18,20,.92); }
.android-nav button { border: 0; background: transparent; color: #74777b; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }.android-nav button.is-active { color: var(--green); }.android-nav svg { width: 18px; }.android-nav small { font-size: 10px; }
.android-copy > p:not(.eyebrow) { max-width: 560px; color: rgba(255,255,255,.58); font-size: 20px; line-height: 1.5; }
.android-feature-list { margin-top: 42px; border-top: 1px solid var(--line); }
.android-feature-list button { width: 100%; min-height: 86px; display: grid; grid-template-columns: 30px 1fr; gap: 15px; align-items: center; text-align: left; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: rgba(255,255,255,.4); cursor: pointer; transition: color 180ms ease, padding 180ms ease; }.android-feature-list button:hover, .android-feature-list button.is-active { color: #fff; padding-left: 8px; }.android-feature-list svg { width: 21px; }.android-feature-list span { display: grid; gap: 4px; }.android-feature-list b { font-size: 17px; }.android-feature-list small { color: inherit; opacity: .62; font-size: 13px; }

.mirror-story { position: relative; overflow: hidden; min-height: 1100px; padding: 140px clamp(24px,6vw,88px); background: #e6e7e3; color: #151719; }
.mirror-heading { max-width: 1160px; margin: 0 auto 80px; }.mirror-heading .eyebrow { color: #167a3a; }.mirror-heading h2 { margin: 0; font-family: var(--font-display); font-weight: 500; font-size: clamp(42px,6vw,84px); line-height: 1.03; }.mirror-heading > p:last-child { max-width: 600px; margin: 28px 0 0 auto; color: rgba(20,22,24,.62); font-size: 18px; line-height: 1.55; }
.mirror-stage { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: minmax(0,1fr) 270px; gap: 28px; align-items: center; }
.mirror-canvas { position: relative; height: 660px; overflow: hidden; background: #070809; }.mirror-canvas img { position: absolute; inset: 3% 0; width: auto; height: 94%; max-width: 90%; margin: auto; object-fit: contain; border-radius: 6px; box-shadow: 0 24px 60px rgba(0,0,0,.38); }.mirror-cursor { position: absolute; left: 55%; top: 58%; color: #fff; filter: drop-shadow(0 2px 3px rgba(0,0,0,.8)); animation: cursorMove 4s ease-in-out infinite; }.mirror-cursor svg { width: 22px; height: 22px; fill: #fff; stroke: #111; }@keyframes cursorMove{0%,100%{transform:translate(-40px,34px)}50%{transform:translate(42px,-26px)}}
.mirror-notes { display: grid; border-top: 1px solid rgba(0,0,0,.14); }.mirror-notes article { min-height: 118px; display: grid; grid-template-columns: 28px 1fr; gap: 14px; align-items: center; border-bottom: 1px solid rgba(0,0,0,.14); }.mirror-notes svg { width: 21px; }.mirror-notes span { display: grid; gap: 6px; }.mirror-notes b { font-size: 16px; }.mirror-notes small { color: rgba(20,22,24,.58); line-height: 1.4; }

.mac-story { min-height: auto; padding-bottom: 150px; }
.feature-carousel { max-width: 1280px; margin: 0 auto; padding: 0 clamp(24px,6vw,88px); }
.carousel-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; padding-top: 22px; border-top: 1px solid currentColor; }
.carousel-heading > p { margin: 0; font-size: 13px; font-weight: 600; }
.carousel-controls { display: flex; gap: 8px; }
.carousel-controls button { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; background: transparent; color: inherit; cursor: pointer; }
.carousel-controls button:hover { background: currentColor; }
.mac-carousel .carousel-controls button:hover { color: var(--paper); }
.android-carousel .carousel-controls button:hover { color: #0b0d0e; }
.carousel-controls svg { width: 18px; }
.carousel-track { display: grid; grid-auto-flow: column; grid-auto-columns: 46%; gap: 20px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scroll-behavior: smooth; scrollbar-width: none; }
.carousel-track::-webkit-scrollbar { display: none; }
.feature-slide { scroll-snap-align: start; min-width: 0; padding-bottom: 26px; border-bottom: 1px solid currentColor; }
.feature-slide > span { display: block; margin-top: 24px; color: #168c42; font-size: 12px; font-weight: 600; }
.feature-slide h3 { margin: 12px 0 9px; font-family: var(--font-display); font-size: clamp(25px,2.7vw,38px); font-weight: 500; line-height: 1.15; }
.feature-slide p { max-width: 390px; margin: 0; color: rgba(20,20,20,.62); line-height: 1.5; }
.capture-frame { position: relative; width: auto; max-width: 100%; height: min(82vh,760px); aspect-ratio: 380 / 856; margin-inline: auto; overflow: hidden; background: #dfe0dd; border-radius: 2.5%; filter: drop-shadow(0 22px 34px rgba(19,20,21,.16)); }
.capture-frame img { width: 100%; height: 100%; object-fit: fill; }
.keypad-capture { position: relative; }

.android-story { min-height: auto; padding: 140px 0 150px; }
.android-heading { max-width: 1160px; margin: 0 auto 80px; padding: 0 clamp(24px,6vw,88px); }
.android-heading h2 { margin: 0; font-family: var(--font-display); font-weight: 500; font-size: clamp(42px,6vw,84px); line-height: 1.03; }
.android-heading > p:last-child { max-width: 600px; margin: 28px 0 0 auto; color: rgba(255,255,255,.58); font-size: 18px; line-height: 1.55; }
.android-carousel { position: relative; z-index: 2; color: #f5f5f5; }
.android-carousel .carousel-heading { border-color: rgba(255,255,255,.18); }
.android-carousel .carousel-track { grid-auto-columns: 42%; }
.android-carousel .feature-slide { border-color: rgba(255,255,255,.18); }
.android-carousel .feature-slide p { color: rgba(255,255,255,.58); }
.phone-capture { position: relative; width: auto; max-width: 100%; height: min(70vh,720px); aspect-ratio: 1080 / 2340; margin-inline: auto; overflow: hidden; background: #111417; border-radius: 3%; filter: drop-shadow(0 26px 50px rgba(0,0,0,.5)); }
.phone-capture img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: fill; }

.mirror-stage { grid-template-columns: minmax(0,1fr) 250px; }
.mirror-demo { display: flex; align-items: center; justify-content: center; gap: clamp(20px,4vw,58px); padding: 34px 30px; background: #d9dad6; border: 1px solid rgba(0,0,0,.12); }
.mirror-phone { flex: 0 0 min(22vw,190px); aspect-ratio: 1080 / 2340; padding: 6px; border: 2px solid #1d2023; border-radius: 30px; background: #111315; box-shadow: 0 24px 48px rgba(0,0,0,.22); }
.synced-screen { position: relative; width: 100%; height: 100%; overflow: hidden; display: grid; place-items: center; background: #070809; }
.mirror-phone .synced-screen { border-radius: 23px; }
.sync-content { position: relative; height: 100%; aspect-ratio: 841 / 1870; overflow: hidden; }
.mirror-laptop { flex: 1 1 auto; max-width: 650px; }
.mirror-laptop-screen { position: relative; overflow: hidden; aspect-ratio: 16 / 10; padding: 10px 10px 12px; border-radius: 14px 14px 7px 7px; background: #101820 url("assets/mac-desktop-handoff-v1.png") center / cover no-repeat; box-shadow: 0 32px 70px rgba(0,0,0,.25); }
.mirror-screen-copy { position: absolute; z-index: 2; height: 76%; aspect-ratio: 841 / 1870; right: 5%; top: 5%; overflow: hidden; box-shadow: 0 16px 32px rgba(0,0,0,.36); }
.mirror-screen-copy .synced-screen { width: 100%; height: 100%; }
.mirror-laptop-base { width: 112%; height: 13px; margin-left: -6%; border-radius: 2px 2px 12px 12px; background: linear-gradient(#c5c7c8,#85888b); box-shadow: 0 9px 18px rgba(0,0,0,.17); }
.sync-home, .sync-open-app { position: absolute; inset: 0; overflow: hidden; }
.sync-home { padding: 23% 10% 9%; background: radial-gradient(circle at 28% 14%,rgba(56,203,139,.32),transparent 27%), radial-gradient(circle at 82% 38%,rgba(68,124,255,.32),transparent 31%), #111824; }
.sync-icon-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 8% 7%; }
.sync-icon-grid i, .sync-home-dock i { position: relative; aspect-ratio: 1; border-radius: 25%; background: #48a9ff; box-shadow: inset 0 0 0 1px rgba(255,255,255,.22); }
.sync-icon-grid i:nth-child(4n+2) { background: #62d393; }
.sync-icon-grid i:nth-child(4n+3) { background: #8b75ef; }
.sync-icon-grid i:nth-child(4n) { background: #f2bd58; }
.sync-icon-grid i:nth-child(5n) { background: #ef6f72; }
.sync-icon-grid i::before, .sync-home-dock i::before { content: ""; position: absolute; left: 50%; top: 50%; width: 38%; aspect-ratio: 1; border: 2px solid rgba(255,255,255,.9); border-radius: 50%; transform: translate(-50%,-50%); }
.sync-icon-grid i:nth-child(3n+2)::before { width: 45%; aspect-ratio: 1.25; border-radius: 18%; }
.sync-icon-grid i:nth-child(3n)::before { width: 0; height: 0; aspect-ratio: auto; border: 0; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 11px solid rgba(255,255,255,.92); border-radius: 0; }
.sync-icon-grid i:nth-child(4n)::after { content: ""; position: absolute; left: 28%; right: 28%; bottom: 24%; height: 2px; border-radius: 2px; background: rgba(255,255,255,.9); transform: rotate(-28deg); }
.sync-home-dock i::before { width: 34%; border-width: 2px; }
.sync-home-dock { position: absolute; left: 8%; right: 8%; bottom: 5%; display: grid; grid-template-columns: repeat(4,1fr); gap: 9%; padding: 5%; border-radius: 18px; background: rgba(245,247,250,.16); backdrop-filter: blur(12px); }
.sync-home-two .sync-icon-grid i { filter: hue-rotate(32deg) saturate(.9); }
.sync-home-one { animation: syncHomeOne 7.2s ease-in-out infinite; }
.sync-home-two { animation: syncHomeTwo 7.2s ease-in-out infinite; }
.sync-open-app { padding: 8%; background: #0e1116; opacity: 0; transform: scale(.88); animation: syncOpenApp 7.2s ease-in-out infinite; }
.sync-media-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 3%; animation: syncMediaScroll 7.2s ease-in-out infinite; }
.sync-media-grid i { aspect-ratio: .78; border-radius: 9%; background: radial-gradient(circle at 70% 25%,rgba(255,255,255,.72) 0 8%,transparent 9%), linear-gradient(155deg,transparent 48%,rgba(10,78,112,.46) 49%), linear-gradient(145deg,#4ca8ff,#7fe0ba); }
.sync-media-grid i:nth-child(3n+2) { background: radial-gradient(circle at 30% 28%,rgba(255,255,255,.7) 0 7%,transparent 8%), linear-gradient(35deg,transparent 48%,rgba(120,38,52,.4) 49%), linear-gradient(145deg,#ffca5e,#ef6e77); }
.sync-media-grid i:nth-child(3n) { background: radial-gradient(circle at 68% 32%,rgba(255,255,255,.68) 0 8%,transparent 9%), linear-gradient(145deg,transparent 48%,rgba(45,36,126,.44) 49%), linear-gradient(145deg,#9574ef,#526eea); }
.sync-touch { position: absolute; width: 13%; aspect-ratio: 1; left: 76%; top: 52%; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 7px rgba(255,255,255,.18); animation: syncTouch 7.2s ease-in-out infinite; }
.sync-cursor { position: absolute; width: 8%; height: auto; left: 76%; top: 52%; color: #fff; fill: #fff; stroke: #111; filter: drop-shadow(0 2px 2px rgba(0,0,0,.7)); animation: syncCursor 7.2s ease-in-out infinite; }
@keyframes syncHomeOne { 0%,20% { opacity:1; transform:translateX(0); } 28%,100% { opacity:0; transform:translateX(-100%); } }
@keyframes syncHomeTwo { 0%,20% { opacity:1; transform:translateX(100%); } 28%,49% { opacity:1; transform:translateX(0) scale(1); } 56%,100% { opacity:0; transform:translateX(0) scale(.88); } }
@keyframes syncOpenApp { 0%,49% { opacity:0; transform:scale(.88); } 56%,92% { opacity:1; transform:scale(1); } 100% { opacity:0; transform:scale(.96); } }
@keyframes syncMediaScroll { 0%,60% { transform:translateY(0); } 86%,100% { transform:translateY(-42%); } }
@keyframes syncTouch { 0%,18%,23%,47%,52%,89%,94%,100% { opacity:0; transform:scale(.7); } 20%,50%,92% { opacity:1; transform:scale(1); } 20% { left:76%; top:52%; } 50% { left:62%; top:41%; } 92% { left:52%; top:78%; } }
@keyframes syncCursor { 0%,18%,23%,47%,52%,89%,94%,100% { opacity:0; transform:translate(-8px,8px); } 20%,50%,92% { opacity:1; transform:translate(0,0); } 20% { left:76%; top:52%; } 50% { left:62%; top:41%; } 92% { left:52%; top:78%; } }

.together { background: #131518; padding-bottom: 150px; }.together .chapter-heading { margin: 0; max-width: none; }.pair-grid { padding: 0 clamp(24px,6vw,88px); display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; }.pair-card { min-height: 430px; padding: 34px; display: flex; flex-direction: column; justify-content: space-between; background: #1a1c1f; border-top: 1px solid var(--line); }.pair-number { color: var(--muted); font-size: 12px; }.pair-icons { display: flex; align-items: center; gap: 14px; }.pair-icons svg { width: 28px; }.pair-icons span { height: 1px; flex: 1; background: linear-gradient(90deg,var(--green),var(--blue)); }.pair-card h3 { margin: 0; font-family: var(--font-display); font-size: clamp(24px,2.5vw,38px); font-weight: 500; line-height: 1.22; }
.pair-card p { margin: 10px 0 0; color: rgba(255,255,255,.56); font-size: 15px; line-height: 1.5; }
.android-grid { max-width: 1160px; margin: 0 auto; padding: 0 clamp(24px,6vw,88px); }
.android-grid .anim-stage { margin-bottom: 24px; }
.android-grid .pair-icons { display: none; }
.privacy-band { min-height: 720px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 80px; padding: 120px clamp(24px,6vw,88px); background: #e6e7e3; color: #151719; }.privacy-copy .eyebrow { color: #167a3a; }.connection-diagram { display: flex; align-items: center; justify-content: center; gap: 24px; }.connection-diagram > div { width: 120px; height: 140px; border: 1px solid rgba(0,0,0,.14); border-radius: 8px; display: grid; place-items: center; align-content: center; gap: 14px; }.connection-diagram svg { width: 36px; height: 36px; }.signal { display: flex; gap: 8px; }.signal i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); animation: signal 1.5s infinite; }.signal i:nth-child(2){animation-delay:.2s}.signal i:nth-child(3){animation-delay:.4s}@keyframes signal{0%,100%{opacity:.2;transform:scale(.75)}50%{opacity:1;transform:scale(1)}}
.availability { min-height: 860px; display: grid; place-items: center; padding: 120px 24px; background: #090a0b; text-align: center; }.availability-inner { max-width: 760px; }.availability-inner > p:not(.eyebrow) { max-width: 620px; margin: 24px auto 0; color: var(--muted); font-size: 18px; line-height: 1.55; }.platform-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 42px; }.platform-actions button { min-height: 76px; display: flex; align-items: center; gap: 14px; padding: 0 22px; text-align: left; border: 1px solid var(--line); border-radius: 7px; background: #16181a; color: #f3f3f3; opacity: .62; }.platform-actions svg { width: 23px; }.platform-actions span { display: grid; gap: 4px; font-weight: 600; }.platform-actions small { color: var(--muted); font-weight: 400; }
footer { min-height: 110px; display: grid; grid-template-columns: 1fr auto auto auto; align-items: center; gap: 28px; padding: 0 clamp(24px,6vw,88px); border-top: 1px solid var(--line); color: var(--muted); }footer .brand{color:#fff}footer p{margin:0;font-size:13px}
.legal-links { display: flex; flex-wrap: wrap; gap: 20px; font-size: 13px; }
.legal-links a { color: var(--muted); transition: color 180ms ease; }
.legal-links a:hover { color: #fff; }


.reveal { opacity: 0; transform: translateY(28px); transition: opacity 700ms ease, transform 700ms ease; }.reveal.is-visible { opacity: 1; transform: none; }

.feature-lines { max-width: 1200px; margin: 0 auto; padding: 0 clamp(24px,6vw,88px) 150px; list-style: none; display: grid; }
.feature-lines li { display: grid; grid-template-columns: 44px 1fr; gap: 16px; align-items: start; padding: 30px 0; border-top: 1px solid rgba(20,20,20,.15); }
.feature-lines li:last-child { border-bottom: 1px solid rgba(20,20,20,.15); }
.feature-lines i { display: grid; place-items: center; width: 40px; height: 40px; margin-top: 4px; border-radius: 50%; background: rgba(22,140,66,.1); color: #168c42; }
.feature-lines i svg { width: 19px; height: 19px; }
.feature-lines h3 { margin: 0; font-family: var(--font-display); font-size: clamp(22px,2.4vw,32px); font-weight: 500; }
.feature-lines p { margin: 8px 0 0; max-width: 520px; color: rgba(20,20,20,.62); font-size: 16px; line-height: 1.5; }
.feature-lines.dark { padding: 0 clamp(24px,6vw,88px) 150px; }
.feature-lines.dark li { border-color: rgba(255,255,255,.16); }
.feature-lines.dark span { color: var(--green); }
.feature-lines.dark p { color: rgba(255,255,255,.56); }
.android-story .feature-lines { position: relative; z-index: 2; }

.anim-stage { position: relative; height: 210px; margin-bottom: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: #101214; }

/* Ortak mini cihaz sahnesi: MacBook + Android yan yana */
.duo { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: 36px; }
.d-mac { position: relative; width: 158px; }
.d-mac .d-screen { position: relative; height: 100px; overflow: hidden; padding: 10px; border: 2px solid #2e3237; border-bottom: 0; border-radius: 8px 8px 0 0; background: #17191c; }
.d-base { display: block; height: 7px; margin: 0 -12px; border-radius: 0 0 7px 7px; background: linear-gradient(#43484e, #2c3034); }
.d-phone { position: relative; width: 54px; }
.d-phone .d-screen { position: relative; height: 106px; overflow: hidden; padding: 8px 6px; border: 2px solid #2e3237; border-radius: 10px; background: #17191c; }

/* 01 — Mac'te tuşla, telefon arasın */
.dial-out { display: flex; justify-content: center; gap: 3px; height: 16px; font-family: var(--font-display); font-size: 12px; color: #fff; }
.dial-out span { opacity: 0; animation: dialDigit 6s linear infinite; }
.dial-out span:nth-child(1) { animation-delay: .35s; }
.dial-out span:nth-child(2) { animation-delay: .7s; }
.dial-out span:nth-child(3) { animation-delay: 1.05s; }
.dial-out span:nth-child(4) { animation-delay: 1.4s; }
.dial-out span:nth-child(5) { animation-delay: 1.75s; }
.dial-out span:nth-child(6) { animation-delay: 2.1s; }
.dial-out span:nth-child(7) { animation-delay: 2.45s; }
@keyframes dialDigit { 0%, 3% { opacity: 0; } 5%, 88% { opacity: 1; } 93%, 100% { opacity: 0; } }
.dial-pad { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; margin-top: 8px; padding: 0 18px; }
.dial-pad i { height: 22px; display: grid; place-items: center; border-radius: 5px; background: #22262a; color: rgba(255,255,255,.6); font-style: normal; font-size: 10px; }
.dial-pad i:nth-child(2) { animation: padPress 6s linear infinite .3s; }
.dial-pad i:nth-child(5) { animation: padPress 6s linear infinite 1s; }
.dial-pad i:nth-child(3) { animation: padPress 6s linear infinite 1.7s; }
@keyframes padPress { 0%, 2% { background: #22262a; } 4%, 7% { background: var(--green); color: #06130a; } 9%, 100% { background: #22262a; } }
.p-call { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; background: #0e1a12; opacity: 0; animation: pCall 6s ease-in-out infinite; }
.p-call svg { width: 16px; height: 16px; color: var(--green); animation: pRing 6s ease-in-out infinite; }
.p-call em { font-style: normal; font-size: 8px; color: var(--green); }
@keyframes pCall { 0%, 50% { opacity: 0; } 58%, 92% { opacity: 1; } 97%, 100% { opacity: 0; } }
@keyframes pRing { 58%, 92% { transform: rotate(0); } 62%, 70%, 78% { transform: rotate(-14deg); } 66%, 74%, 82% { transform: rotate(14deg); } }

/* 02 — Mac'te sağ tık kopyala, telefonda yapıştır */
.m-line { display: block; height: 7px; margin: 8px 6px 0; border-radius: 4px; background: rgba(255,255,255,.16); }
.m-line.short { width: 60%; }
.m-sel { position: relative; overflow: hidden; }
.m-sel::after { content: ""; position: absolute; inset: 0; border-radius: 4px; background: rgba(43,209,102,.6); transform: scaleX(0); transform-origin: left; animation: mSelect 6s ease-in-out infinite; }
@keyframes mSelect { 0%, 14% { transform: scaleX(0); } 22%, 74% { transform: scaleX(1); } 80%, 100% { transform: scaleX(0); } }
.cur { position: absolute; left: 24%; top: 68%; z-index: 3; color: #fff; animation: curMove 6s ease-in-out infinite; }
.cur svg { width: 13px; height: 13px; fill: #fff; stroke: #111; }
@keyframes curMove { 0% { left: 24%; top: 68%; } 14%, 100% { left: 46%; top: 34%; } }
.ctx { position: absolute; left: 50%; top: 38%; z-index: 2; display: grid; gap: 4px; width: 62px; padding: 5px; border-radius: 6px; background: #26292e; box-shadow: 0 8px 18px rgba(0,0,0,.5); transform: scale(0); transform-origin: top left; animation: ctxPop 6s ease-in-out infinite; }
.ctx i { display: block; height: 9px; border-radius: 3px; background: rgba(255,255,255,.14); font-style: normal; font-size: 0; }
.ctx i:first-child { height: 12px; background: var(--green); color: #06130a; font-size: 8px; line-height: 12px; padding-left: 4px; animation: ctxPick 6s ease-in-out infinite; }
@keyframes ctxPop { 0%, 24% { transform: scale(0); } 30%, 52% { transform: scale(1); } 56%, 100% { transform: scale(0); } }
@keyframes ctxPick { 0%, 40% { opacity: .75; } 44%, 48% { opacity: 1; } 52%, 100% { opacity: .75; } }
.p-line { display: block; height: 6px; margin: 9px 2px 0; border-radius: 3px; background: rgba(255,255,255,.16); }
.p-line.short { width: 62%; }
.p-paste { background: rgba(43,209,102,.6); transform: scaleX(0); transform-origin: left; animation: pPaste 6s ease-in-out infinite; }
@keyframes pPaste { 0%, 60% { transform: scaleX(0); } 70%, 92% { transform: scaleX(1); } 97%, 100% { transform: scaleX(0); } }

/* 03 — dosya Mac ekranından çıkar, telefon ekranına iner */
.f-grid { position: absolute; inset: 10px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; align-content: start; }
.f-grid i { height: 26px; border-radius: 5px; background: #22262a; }
.f-grid .f-src { display: grid; place-items: center; color: rgba(255,255,255,.8); background: #2a2e33; animation: fSrc 5.5s ease-in-out infinite; }
.f-grid .f-src svg { width: 13px; height: 13px; }
@keyframes fSrc { 0%, 10% { opacity: 1; } 16%, 86% { opacity: .25; } 92%, 100% { opacity: 1; } }
.duo-file .fly { position: absolute; z-index: 3; left: calc(50% - 118px); top: 52px; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 6px; background: #f6f6f3; color: #111; opacity: 0; animation: flyGo 5.5s ease-in-out infinite; }
.duo-file .fly svg { width: 14px; height: 14px; }
@keyframes flyGo {
  0%, 8% { left: calc(50% - 118px); top: 52px; opacity: 0; transform: scale(.6); }
  14% { opacity: 1; transform: scale(1); }
  40% { left: calc(50% - 20px); top: 34px; }
  62% { left: calc(50% + 84px); top: 78px; opacity: 1; transform: scale(.55); }
  68%, 100% { left: calc(50% + 84px); top: 78px; opacity: 0; transform: scale(.3); }
}
.p-check { position: absolute; left: 50%; top: 50%; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: #06130a; transform: translate(-50%,-50%) scale(0); animation: pCheck 5.5s ease-in-out infinite; }
.p-check svg { width: 12px; height: 12px; }
@keyframes pCheck { 0%, 64% { transform: translate(-50%,-50%) scale(0); } 72%, 90% { transform: translate(-50%,-50%) scale(1); } 96%, 100% { transform: translate(-50%,-50%) scale(0); } }

/* Android: telefon soldaki d-phone, Mac sağdaki d-mac */
.android-grid .duo { flex-direction: row; }

/* fare — telefonda dokunma noktası kayar, Mac'te imleç aynı yönde kayar */
.touch-surface { position: relative; display: block; width: 100%; height: 100%; border-radius: 4px; background: #1c2024; }
.touch-dot { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px rgba(43,209,102,.8); animation: touchDot 5s ease-in-out infinite; }
@keyframes touchDot {
  0%, 8% { left: 18%; top: 70%; opacity: 0; }
  14% { opacity: 1; }
  50% { left: 78%; top: 24%; opacity: 1; }
  86%, 100% { left: 78%; top: 24%; opacity: 0; }
}
.mac-cur { position: absolute; color: #fff; animation: macCur 5s ease-in-out infinite; }
.mac-cur svg { width: 15px; height: 15px; fill: #fff; stroke: #111; }
@keyframes macCur {
  0%, 8% { left: 22%; top: 74%; opacity: 0; }
  14% { opacity: 1; }
  50% { left: 70%; top: 30%; opacity: 1; }
  86%, 100% { left: 70%; top: 30%; opacity: 0; }
}

/* klavye — telefonda yazılan metin, Mac'te aynı anda yazılır */
.key-row { position: absolute; left: 8px; right: 8px; bottom: 10px; display: grid; grid-template-columns: repeat(4,1fr); gap: 4px; height: 16px; }
.key-row i { border-radius: 3px; background: #22262a; font-style: normal; }
.key-hit { animation: keyHit .72s steps(1) infinite; }
@keyframes keyHit { 0% { background: #22262a; } 50% { background: #3a3f45; } 100% { background: #22262a; } }
.type-text { display: block; overflow: hidden; white-space: nowrap; color: #fff; font-family: var(--font-display); width: 0; animation: typeText 6s steps(17, end) infinite; }
.t-phone { font-size: 8px; margin-top: 24px; }
.t-mac { font-size: 14px; margin-top: 40px; }
@keyframes typeText { 0%, 6% { width: 0; } 64%, 90% { width: 101%; } 95%, 100% { width: 0; } }

/* kumanda — telefonda play/pause + ses, Mac'te dalga ve ses senkron */
.pp { position: absolute; left: 50%; top: 36%; width: 20px; height: 20px; transform: translate(-50%,-50%); color: var(--green); }
.pp i { position: absolute; inset: 0; }
.pp svg { width: 20px; height: 20px; }
.pp-pause { animation: ppPause 6s steps(1) infinite; }
.pp-play { opacity: 0; animation: ppPlay 6s steps(1) infinite; }
@keyframes ppPause { 0%, 47% { opacity: 1; } 50%, 96% { opacity: 0; } 100% { opacity: 1; } }
@keyframes ppPlay { 0%, 47% { opacity: 0; } 50%, 96% { opacity: 1; } 100% { opacity: 0; } }
.vol { position: absolute; left: 18%; right: 18%; bottom: 16%; height: 4px; border-radius: 2px; background: rgba(255,255,255,.16); }
.vol i { display: block; height: 100%; border-radius: 2px; background: var(--green); width: 35%; animation: volUp 6s ease-in-out infinite; }
@keyframes volUp { 0%, 14% { width: 35%; } 32%, 46% { width: 80%; } 50%, 94% { width: 80%; opacity: .45; } 100% { width: 35%; } }
.wave { position: absolute; left: 0; right: 0; top: 12%; height: 55%; display: flex; align-items: center; justify-content: center; gap: 4px; }
.wave i { width: 4px; height: 30%; border-radius: 2px; background: var(--green); animation: waveBar 1s ease-in-out infinite; }
.wave i:nth-child(1) { animation-delay: 0s; }
.wave i:nth-child(2) { animation-delay: .12s; }
.wave i:nth-child(3) { animation-delay: .24s; }
.wave i:nth-child(4) { animation-delay: .36s; }
.wave i:nth-child(5) { animation-delay: .48s; }
@keyframes waveBar { 0%, 100% { height: 20%; } 50% { height: 75%; } }
.duo-media .wave { animation: wavePause 6s steps(1) infinite; }
@keyframes wavePause { 0%, 47% { opacity: 1; } 50%, 96% { opacity: .22; } 100% { opacity: 1; } }

.gallery { background: var(--paper); color: var(--paper-ink); padding-bottom: 150px; }
.gallery .chapter-heading { padding-bottom: 60px; }
.gallery-carousel .carousel-heading { border-color: rgba(20,20,20,.3); }
/* Galeri = TEK-kare carousel: her seferinde bir görsel, tam boy ve okunur çözünürlükte.
   grid-auto-columns:100% → bir slide tam genişlik; scroll-snap ile tam ortalanır. */
.gallery-track { grid-auto-columns: 100%; gap: 0; align-items: center; }
.shot { margin: 0; scroll-snap-align: center; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; }
/* Tek kare gösterildiği için görsel olabildiğince büyük — ama kaynağın DOĞAL
   çözünürlüğünü aşmaz (Mac kareleri 380×856 native; üstüne çıkmak yumuşatırdı).
   Android kareleri 1080×2112 native → bol çözünürlük, daha yükseğe çıkabilir. */
.shot .capture-frame { height: min(76vh, 856px); }
.shot .phone-capture { height: min(76vh, 900px); }
.shot figcaption { margin-top: 24px; font-family: var(--font-display); font-size: clamp(17px,1.9vw,24px); font-weight: 500; color: rgba(20,20,20,.82); text-align: center; }
.carousel-nav { display: flex; align-items: center; gap: clamp(12px, 1.8vw, 26px); }
.carousel-counter { font-size: 13px; font-weight: 600; font-variant-numeric: tabular-nums; letter-spacing: .05em; opacity: .55; }
.carousel-dots { display: flex; justify-content: center; align-items: center; gap: 9px; margin-top: 34px; }
.carousel-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: currentColor; opacity: .2; cursor: pointer; transition: opacity .3s cubic-bezier(.22,.61,.36,1), width .3s cubic-bezier(.22,.61,.36,1), border-radius .3s; }
.carousel-dots button:hover { opacity: .5; }
.carousel-dots button[aria-current="true"] { opacity: .95; width: 28px; border-radius: 4px; }
.carousel-controls button[disabled] { opacity: .28; cursor: default; }
.carousel-controls button[disabled]:hover { background: transparent; color: inherit; }

@media (max-width: 860px) {
  .site-header { grid-template-columns: 1fr auto; }.site-header nav { display: none; }.back-studio { display: none; }
  .hero-copy { width: calc(100% - 48px); left: 24px; top: auto; bottom: 88px; transform: none; }.hero-copy h1 { font-size: clamp(68px,20vw,110px); }.hero-lead { font-size: 20px; }.hero-actions span { display: none; }
  .film-shade { background: linear-gradient(0deg,rgba(3,4,5,.76),transparent 72%); }
  .product-narrative { grid-template-columns: 1fr; min-height: auto; }.narrative-copy { order: 2; }.mac-stage-wrap { position: relative; top: auto; height: min(78vh,760px); }.story-step { min-height: auto; opacity: 1; }
  .android-layout { grid-template-columns: 1fr; }.phone-stage { order: 2; }.android-story { padding-top: 110px; }
  .mirror-stage { grid-template-columns: 1fr; }.mirror-notes { grid-template-columns: repeat(3,1fr); }.mirror-notes article { padding: 16px; grid-template-columns: 1fr; align-content: start; }.mirror-canvas { height: 600px; }
  .pair-grid { grid-template-columns: 1fr; }.pair-card { min-height: 280px; }
  .privacy-band { grid-template-columns: 1fr; gap: 60px; }
  .carousel-track { grid-auto-columns: minmax(290px,58%); }
  .android-carousel .carousel-track { grid-auto-columns: minmax(270px,54%); }
  .gallery-track { grid-auto-columns: 100%; }
  /* Dar ekranda yan metinler laptop'un altına iner — yine çakışma yok. */
  .hero-stage { flex-direction: column; gap: 14px; justify-content: center; }
  .hero-side { flex: 0 0 auto; max-width: min(88%, 420px); text-align: center; }
  .hero-side-lead, .hero-side-title { text-align: center; }
  .hero-side-lead { order: 3; font-size: 15px; }
  .hero-side-title { order: 2; font-size: 26px; }
  .hero-frame { order: 1; flex: 0 1 auto; width: 100%; }
  .mirror-demo { min-height: 520px; padding-inline: 18px; }
  .mirror-phone { flex-basis: 145px; }
}

@media (max-width: 540px) {
  .site-header { height: 60px; padding: 0 16px; }.header-action { padding: 9px 11px; font-size: 12px; }
  .hero-sticky { min-height: 560px; }.hero-media { transform: scale(1.15); }.hero-copy { bottom: 72px; }.hero-lead { max-width: 330px; }
  .hero-actions { margin-top: 24px; }.scroll-cue { display: none; }
  .chapter-heading { padding: 100px 20px 64px; }.product-narrative { padding: 0 20px 100px; }
  .mac-stage { width: min(92vw,360px); height: min(74vh,700px); }
  .android-story { padding: 100px 20px; }.android-copy h2, .chapter-heading h2, .privacy-copy h2, .availability h2 { font-size: 40px; }
  .mirror-story { padding: 100px 20px; }.mirror-heading h2 { font-size: 40px; }.mirror-heading > p:last-child { margin-left: 0; }.mirror-canvas { height: 500px; }.mirror-notes { grid-template-columns: 1fr; }
  .pair-grid { padding: 0 20px; }.privacy-band { padding: 100px 20px; }.connection-diagram { gap: 12px; }.connection-diagram > div { width: 96px; height: 116px; }
  .platform-actions { grid-template-columns: 1fr; }footer { grid-template-columns: 1fr; gap: 14px; padding: 26px 20px; text-align: left; }footer p:first-of-type { display: none; }.legal-links { gap: 14px; }
  .feature-carousel { padding: 0 20px; }
  .carousel-track, .android-carousel .carousel-track { grid-auto-columns: 84%; }
  .gallery-track { grid-auto-columns: 100%; }
  .capture-frame, .phone-capture { height: 560px; }
  .shot .capture-frame, .shot .phone-capture { height: min(58vh, 480px); }
  .android-heading { padding: 0 20px; }
  .android-heading h2 { font-size: 40px; }
  .mirror-demo { min-height: 390px; gap: 10px; padding: 30px 10px 24px; }
  .mirror-phone { flex-basis: 92px; border-radius: 18px; padding: 3px; }
  .mirror-phone .synced-screen { border-radius: 14px; }
  .mirror-laptop-screen { padding: 5px 5px 7px; border-radius: 8px 8px 4px 4px; }
  .mirror-screen-copy { height: 74%; right: 4%; top: 5%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: 0.01ms !important; }
}
