@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #0a1530;
  --muted: #586881;
  --blue: #075cff;
  --blue-dark: #0348cf;
  --mint: #06c98c;
  --orange: #f97316;
  --paper: #f4f7fb;
  --white: #fff;
  --line: #dce5f0;
  --soft: #eaf1fb;
  --radius: 28px;
  --shadow: 0 30px 80px rgba(21, 48, 91, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: 'Manrope', sans-serif; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 12px 16px; border-radius: 10px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
a:focus-visible, button:focus-visible { outline: 3px solid #8eb5ff; outline-offset: 4px; }

.topbar { width: min(1240px, calc(100% - 40px)); height: 78px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; gap: 10px; color: var(--ink); font-size: 21px; font-weight: 800; letter-spacing: -.055em; }
.logo b { color: var(--orange); }
.logo-mark { width: 36px; height: 36px; display: block; object-fit: contain; }
nav { display: flex; align-items: center; gap: 28px; color: #42506a; font-size: 13px; font-weight: 700; }
nav a { min-height: 44px; display: inline-flex; align-items: center; transition: color .18s ease, background .18s ease; }
nav a:hover { color: var(--blue); }

.hero { width: min(1520px, calc(100% - 40px)); min-height: calc(100svh - 78px); margin: auto; padding: 3vh 24px 12vh; display: flex; flex-direction: column; align-items: center; gap: 34px; position: relative; text-align: center; }
.hero-copy { max-width: 900px; position: relative; z-index: 3; display: flex; flex-direction: column; align-items: center; }
.hero h1 { max-width: none; margin: 14px 0 10px; font-size: clamp(38px, 4.2vw, 60px); line-height: .95; }
.hero .lead { max-width: 680px; font-size: clamp(15px, 1.15vw, 16px); line-height: 1.5; }
.hero-tailored { margin: 18px 0 0; padding: 8px 16px 8px 8px; display: inline-flex; align-items: center; gap: 12px; border: 1px solid #ffd8bd; border-radius: 999px; background: #fff6ee; color: #4a3a2c; font-size: 14px; font-weight: 600; box-shadow: 0 10px 28px rgba(249, 115, 22, .12); }.hero-tailored b { color: var(--ink); font-weight: 800; }
.hero-actions { justify-content: center; margin-top: 18px; }.hero-actions .button { min-height: 44px; font-size: 13px; }
.hero-stage { width: min(1280px, 100%); }
.note-c { top: 38%; left: -34px; animation-delay: -1.2s; }
.overline { margin: 0; display: flex; align-items: center; gap: 9px; color: var(--blue); font-family: 'DM Mono', monospace; font-size: 10px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.overline > span { width: 19px; height: 2px; background: currentColor; }
.overline.center { justify-content: center; }.overline.light { color: #bcd2ff; }
h1, h2, h3, p { text-wrap: balance; }
h1 { max-width: 650px; margin: 24px 0 25px; font-size: clamp(56px, 6.4vw, 94px); line-height: .91; letter-spacing: -.078em; font-weight: 800; }
h1 em, h2 em { color: var(--blue); font-style: normal; }
.lead { max-width: 580px; margin: 0; color: var(--muted); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.65; }
.hero-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 11px; }
.button { min-height: 50px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 13px; font-size: 14px; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }.button:active { transform: translateY(0); }
.button.primary { background: var(--blue); color: white; box-shadow: 0 14px 32px rgba(7, 92, 255, .25); }
.button.primary:hover { background: var(--blue-dark); box-shadow: 0 18px 38px rgba(7, 92, 255, .32); }
.button.secondary { border: 1px solid #cad6e6; background: rgba(255, 255, 255, .7); }
.hero-badges { margin: 28px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 17px; list-style: none; color: #465673; font-size: 12px; font-weight: 700; }
.hero-badges li { display: flex; align-items: center; gap: 7px; }.hero-badges span { color: #009f70; }
.hero-stage { min-width: 0; position: relative; perspective: 1400px; animation: hero-in .9s cubic-bezier(.2, .8, .2, 1) both; }
.ambient { position: absolute; border-radius: 50%; filter: blur(38px); pointer-events: none; }.ambient-one { inset: 8% -5% -12%; background: rgba(7, 92, 255, .19); }.ambient-two { width: 42%; height: 55%; top: -16%; right: 0; background: rgba(47, 219, 255, .16); }
.browser-frame { overflow: hidden; position: relative; z-index: 2; border: 1px solid rgba(255, 255, 255, .95); border-radius: 23px; background: white; box-shadow: 0 50px 120px rgba(21, 48, 91, .26), 0 0 0 1px rgba(7, 92, 255, .06); transform: rotateX(4deg); transform-origin: 50% 100%; }
img[data-zoom] { cursor: zoom-in; }
.browser-frame img { width: 100%; }
.floating-note { position: absolute; z-index: 4; padding: 13px 15px; display: flex; flex-direction: column; gap: 3px; border: 1px solid white; border-radius: 14px; background: rgba(255, 255, 255, .9); backdrop-filter: blur(15px); box-shadow: 0 16px 38px rgba(21, 48, 91, .14); animation: float 5s ease-in-out infinite; }
.floating-note strong { color: var(--blue); font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: .08em; }.floating-note span { color: #4d5c74; font-size: 11px; font-weight: 700; }.note-a { top: -25px; right: -18px; }.note-b { bottom: -25px; left: -28px; animation-delay: -2.5s; }
.scroll-cue { position: absolute; bottom: 24px; left: 50%; display: flex; align-items: center; gap: 10px; color: #7b899d; font-family: 'DM Mono', monospace; font-size: 8px; letter-spacing: .13em; transform: translateX(-50%); }.scroll-cue span { width: 20px; height: 30px; border: 1px solid #acb8c7; border-radius: 999px; position: relative; }.scroll-cue span::after { content: ''; position: absolute; width: 3px; height: 6px; left: 8px; top: 6px; border-radius: 2px; background: var(--blue); animation: scroll-dot 1.8s ease-in-out infinite; }

.manifesto { width: min(1120px, calc(100% - 40px)); min-height: 900px; margin: auto; padding: 180px 20px; display: flex; flex-direction: column; justify-content: center; text-align: center; }
.manifesto h2, .story-copy h2, .connected h2, .ai-copy h2, .launch h2 { margin: 22px 0 26px; font-size: clamp(45px, 5.7vw, 78px); line-height: .98; letter-spacing: -.064em; }
.manifesto > p:not(.overline) { max-width: 710px; margin: 0 auto; color: var(--muted); font-size: 18px; line-height: 1.75; }
.tailored-note { max-width: 720px; margin: 44px auto 0; padding: 22px 26px; display: flex; align-items: center; gap: 18px; border: 1px solid #ffd8bd; border-left: 4px solid var(--orange); border-radius: 18px; background: #fff6ee; text-align: left; }.tailored-badge { flex: none; padding: 7px 11px; border-radius: 999px; background: var(--orange); color: white; font-family: 'DM Mono', monospace; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }.tailored-note p { margin: 0; color: #4a3a2c; font-size: 15px; line-height: 1.55; }.tailored-note b { color: var(--ink); }
.metric-line { max-width: 810px; width: 100%; margin: 60px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); }
.metric-line div { padding: 20px; border-right: 1px solid var(--line); }.metric-line div:last-child { border: 0; }.metric-line strong, .metric-line span { display: block; }.metric-line strong { color: var(--blue); font-family: 'DM Mono', monospace; font-size: 25px; }.metric-line span { margin-top: 7px; color: #687891; font-size: 12px; font-weight: 700; }

.gallery { width: min(1520px, calc(100% - 40px)); margin: 40px auto 0; padding: 0 0 40px; }
.gallery-head { text-align: center; }.gallery-head h2 { margin-bottom: 48px; }
.carousel { position: relative; }
.carousel-track { display: flex; gap: 28px; padding: 24px 6px 36px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; -webkit-overflow-scrolling: touch; }.carousel-track::-webkit-scrollbar { display: none; }.carousel-track:focus-visible { outline: 3px solid #8eb5ff; outline-offset: 4px; border-radius: 24px; }
.carousel-slide { flex: 0 0 min(1040px, 82%); margin: 0; scroll-snap-align: center; scroll-snap-stop: always; }
.carousel-slide img { width: 100%; aspect-ratio: 16 / 9.4; object-fit: cover; object-position: top; border: 1px solid rgba(255, 255, 255, .95); border-radius: 24px; background: white; box-shadow: 0 34px 80px rgba(21, 48, 91, .2); transition: transform .5s cubic-bezier(.2, .8, .2, 1), box-shadow .5s ease, opacity .5s ease; transform: scale(.94); opacity: .55; }
.carousel-slide.is-current img { transform: scale(1); opacity: 1; box-shadow: 0 50px 120px rgba(21, 48, 91, .28); }
.slide-portrait img { object-fit: contain; background: linear-gradient(160deg, #eaf1fb, #fff); }
.carousel-slide figcaption { margin-top: 20px; text-align: center; opacity: 0; transform: translateY(6px); transition: opacity .4s ease, transform .4s ease; }.carousel-slide.is-current figcaption { opacity: 1; transform: none; }.carousel-slide figcaption b, .carousel-slide figcaption span { display: block; }.carousel-slide figcaption b { font-size: 17px; letter-spacing: -.03em; }.carousel-slide figcaption span { margin-top: 5px; color: var(--muted); font-size: 13px; }
.carousel-arrow { width: 52px; height: 52px; position: absolute; top: calc(50% - 60px); z-index: 5; display: grid; place-items: center; border: 1px solid white; border-radius: 50%; background: rgba(255, 255, 255, .92); color: var(--ink); box-shadow: 0 14px 34px rgba(21, 48, 91, .16); font-size: 18px; cursor: pointer; transition: background .18s ease, color .18s ease, transform .18s ease; }.carousel-arrow:hover { background: var(--blue); color: white; transform: scale(1.05); }.carousel-arrow.prev { left: 12px; }.carousel-arrow.next { right: 12px; }
.carousel-dots { display: flex; justify-content: center; gap: 8px; }.carousel-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 999px; background: #c4d1e3; cursor: pointer; transition: width .3s ease, background .3s ease; }.carousel-dots button[aria-selected="true"] { width: 26px; background: var(--blue); }
.gallery-hint { margin: 22px 0 0; text-align: center; color: #7b899d; font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

.lightbox { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 24px; background: rgba(6, 14, 32, .9); backdrop-filter: blur(14px); animation: lightbox-in .25s ease both; }.lightbox[hidden] { display: none; }
.lightbox-figure { max-width: min(1500px, 100%); max-height: 100%; margin: 0; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.lightbox-figure img { max-width: 100%; max-height: calc(100vh - 130px); width: auto; height: auto; border-radius: 18px; box-shadow: 0 50px 120px rgba(0, 0, 0, .5); animation: lightbox-img .3s cubic-bezier(.2, .8, .2, 1) both; }
.lightbox-figure figcaption { color: #c8d4e8; font-size: 13px; text-align: center; }.lightbox-figure figcaption:empty { display: none; }
.lightbox-close, .lightbox-arrow { position: absolute; z-index: 2; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .2); border-radius: 50%; background: rgba(255, 255, 255, .1); color: white; cursor: pointer; transition: background .18s ease; }.lightbox-close:hover, .lightbox-arrow:hover { background: var(--blue); }
.lightbox-close { top: 20px; right: 20px; width: 46px; height: 46px; font-size: 16px; }
.lightbox-arrow { top: 50%; width: 52px; height: 52px; font-size: 18px; transform: translateY(-50%); }.lightbox-arrow.prev { left: 20px; }.lightbox-arrow.next { right: 20px; }
body.lightbox-open { overflow: hidden; }
@keyframes lightbox-in { from { opacity: 0; } }
@keyframes lightbox-img { from { opacity: 0; transform: scale(.94); } }

.story-scene { --progress: 0; --visibility: 0; height: 145vh; min-height: 950px; position: relative; }
.story-sticky { width: min(1520px, calc(100% - 40px)); height: 100svh; min-height: 680px; margin: auto; display: grid; grid-template-columns: .42fr 1.58fr; align-items: center; gap: 48px; position: sticky; top: 0; opacity: calc(.18 + var(--visibility) * .82); }
.story-reverse { grid-template-columns: 1.58fr .42fr; }.story-reverse .story-copy { grid-column: 2; grid-row: 1; }.story-reverse .story-visual { grid-column: 1; grid-row: 1; }
.story-copy { position: relative; z-index: 5; transform: translateY(calc((.5 - var(--progress)) * 46px)); }
.scene-number { margin: 0 0 35px; color: #96a3b5; font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: .13em; }
.story-copy h2 { font-size: clamp(32px, 3vw, 44px); }
.story-copy > p:not(.scene-number, .overline) { max-width: 340px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.feature-list { margin: 25px 0 0; padding: 0; display: grid; gap: 11px; list-style: none; color: #41516c; font-size: 12px; font-weight: 700; }.feature-list li { display: flex; align-items: center; gap: 9px; }.feature-list i { color: var(--mint); font-style: normal; }
.story-visual { min-width: 0; position: relative; transform: translateY(calc((.5 - var(--progress)) * 90px)) scale(calc(.96 + var(--visibility) * .1)); }
.landscape-visual { perspective: 1600px; }.landscape-visual::before { content: ''; position: absolute; inset: 10% -4% -10%; border-radius: 50%; background: radial-gradient(closest-side, rgba(7, 92, 255, .16), transparent); filter: blur(30px); pointer-events: none; }.image-window { overflow: hidden; position: relative; border: 1px solid rgba(255, 255, 255, .95); border-radius: 23px; background: white; box-shadow: 0 50px 120px rgba(21, 48, 91, .26), 0 0 0 1px rgba(7, 92, 255, .06); transform: rotateY(calc((.5 - var(--progress)) * 6deg)) rotateX(calc((.5 - var(--progress)) * -2deg)); }.image-window img { width: 100%; }
.phone-visual { height: 78vh; max-height: 800px; aspect-ratio: 2 / 3; margin: 0 auto; display: flex; align-items: center; justify-content: center; }.phone-visual img { height: 100%; position: relative; z-index: 2; object-fit: contain; filter: drop-shadow(0 40px 40px rgba(22, 47, 86, .24)); transform: rotate(calc((.5 - var(--progress)) * 6deg)); }.orbit { width: min(38vw, 560px); height: min(38vw, 560px); position: absolute; border: 1px solid rgba(7, 92, 255, .2); border-radius: 50%; transform: rotate(calc(var(--progress) * 90deg)); }.phone-visual::before { content: ''; width: 70%; height: 70%; position: absolute; border-radius: 50%; background: radial-gradient(closest-side, rgba(7, 92, 255, .18), transparent); filter: blur(30px); }.orbit::before, .orbit::after { content: ''; width: 9px; height: 9px; position: absolute; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 7px rgba(7, 92, 255, .12); }.orbit::before { left: 12%; top: 15%; }.orbit::after { right: 6%; bottom: 26%; }
.tag { position: absolute; z-index: 3; padding: 8px 11px; border-radius: 8px; background: white; color: var(--blue); box-shadow: 0 10px 24px rgba(21, 48, 91, .13); font-family: 'DM Mono', monospace; font-size: 8px; font-weight: 500; letter-spacing: .13em; }.tag-one { left: 8%; top: 25%; }.tag-two { right: 4%; bottom: 28%; }
.speed-chip, .sync-line, .promo-counter { position: absolute; z-index: 4; border: 1px solid white; background: rgba(255, 255, 255, .9); backdrop-filter: blur(12px); box-shadow: 0 14px 34px rgba(21, 48, 91, .13); }
.speed-chip { right: -22px; bottom: -25px; min-width: 170px; padding: 14px 16px; border-radius: 14px; }.speed-chip span, .speed-chip b { display: block; }.speed-chip span { color: var(--blue); font-family: 'DM Mono', monospace; font-size: 8px; letter-spacing: .11em; }.speed-chip b { margin-top: 4px; font-size: 18px; }
.micro-stats { margin-top: 30px; display: grid; gap: 9px; }.micro-stats span { color: #728198; font-size: 11px; }.micro-stats b { min-width: 52px; display: inline-block; color: var(--blue); font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: .09em; }
.offline-status { margin-top: 30px; display: inline-flex; align-items: center; gap: 13px; padding: 12px 15px; border: 1px solid #ccecdf; border-radius: 14px; background: #e5fbf4; }.offline-status > i { width: 9px; height: 9px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 6px rgba(6, 201, 140, .13); }.offline-status b, .offline-status span { display: block; }.offline-status b { font-size: 12px; }.offline-status span { margin-top: 2px; color: #628378; font-size: 9px; }
.sync-line { left: -20px; right: 35px; bottom: -22px; min-height: 54px; padding: 0 15px; display: flex; align-items: center; gap: 10px; border-radius: 14px; }.sync-line i { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); }.sync-line span { flex: 1; color: #607089; font-size: 10px; }.sync-line b { color: #008b63; font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: .1em; }
.data-points { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }.data-points span { padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px; color: #718097; font-size: 9px; }.data-points b { display: block; margin-bottom: 2px; color: var(--ink); font-size: 13px; }
.dashboard-visual { transform: translateY(calc((.5 - var(--progress)) * 120px)) scale(calc(.94 + var(--visibility) * .12)); }
.promo-counter { right: 22px; bottom: -18px; padding: 12px 14px; border-radius: 12px; color: var(--blue); font-family: 'DM Mono', monospace; font-size: 8px; letter-spacing: .1em; }
.integration-route { margin-top: 35px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; color: var(--blue); font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: .11em; }.integration-route i { height: 1px; background: repeating-linear-gradient(90deg, var(--blue) 0 5px, transparent 5px 10px); }
.dual-visual { min-height: 620px; }.dual-visual .image-window { width: 87%; position: absolute; }
.terminals-visual .image-window { border-radius: 28px; }
.pay-chip { position: absolute; z-index: 4; left: -22px; bottom: -24px; min-width: 200px; padding: 14px 16px 14px 14px; display: grid; grid-template-columns: auto 1fr; column-gap: 11px; align-items: center; border: 1px solid white; border-radius: 14px; background: rgba(255, 255, 255, .92); backdrop-filter: blur(12px); box-shadow: 0 16px 38px rgba(21, 48, 91, .14); }.pay-chip i { grid-row: 1 / 3; width: 10px; height: 10px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 6px rgba(6, 201, 140, .14); }.pay-chip span { color: #008b63; font-family: 'DM Mono', monospace; font-size: 8px; letter-spacing: .11em; }.pay-chip b { margin-top: 3px; font-size: 18px; }
.delivery-chip { position: absolute; z-index: 4; right: -22px; bottom: -24px; padding: 13px 16px 13px 14px; display: flex; align-items: center; gap: 11px; border: 1px solid white; border-radius: 14px; background: rgba(255, 255, 255, .92); backdrop-filter: blur(12px); box-shadow: 0 16px 38px rgba(21, 48, 91, .14); }.delivery-chip > i { width: 34px; height: 34px; flex: none; border-radius: 10px; background: var(--blue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 7h11v9H3z M14 10h4l3 3v3h-7z'/%3E%3Ccircle cx='6.5' cy='17.5' r='1.5'/%3E%3Ccircle cx='17.5' cy='17.5' r='1.5'/%3E%3C/svg%3E") center / 20px no-repeat; }.delivery-chip span, .delivery-chip b { display: block; }.delivery-chip span { color: var(--blue); font-family: 'DM Mono', monospace; font-size: 8px; letter-spacing: .11em; }.delivery-chip b { margin-top: 3px; font-size: 13px; }
.terminal-brands { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 8px; }.terminal-brands span { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: white; color: #33425e; font-size: 11px; font-weight: 800; letter-spacing: -.01em; }.image-back { top: 3%; right: 0; transform: translate(calc(var(--progress) * -20px), calc(var(--progress) * 24px)) rotate(2deg); }.image-front { left: 0; bottom: 3%; transform: translate(calc(var(--progress) * 24px), calc(var(--progress) * -20px)) rotate(-2deg); }

.connected { width: min(1200px, calc(100% - 40px)); margin: 140px auto 0; }.connected-head { text-align: center; }.connected h2 { margin-bottom: 65px; }.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: white; }.capability-grid article { min-height: 320px; padding: 30px; border-right: 1px solid var(--line); display: flex; flex-direction: column; }.capability-grid article:last-child { border: 0; }.capability-grid span { color: var(--blue); font-family: 'DM Mono', monospace; font-size: 10px; }.capability-grid h3 { margin: auto 0 12px; font-size: 22px; line-height: 1.1; letter-spacing: -.04em; }.capability-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.ai-section { width: min(1200px, calc(100% - 40px)); min-height: 680px; margin: 160px auto 0; padding: 75px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; overflow: hidden; position: relative; border-radius: 34px; background: var(--ink); color: white; }.ai-section::before { content: ''; width: 500px; height: 500px; position: absolute; left: -300px; top: -250px; border-radius: 50%; background: var(--blue); filter: blur(90px); opacity: .35; }.ai-copy { position: relative; z-index: 2; }.ai-copy h2 { font-size: clamp(48px, 5.2vw, 72px); }.ai-copy p:last-child { max-width: 460px; color: #aeb9ca; font-size: 15px; line-height: 1.7; }
.ai-panel { padding: 25px; position: relative; border: 1px solid rgba(255, 255, 255, .14); border-radius: 24px; background: rgba(255, 255, 255, .07); backdrop-filter: blur(16px); box-shadow: 0 30px 70px rgba(0, 0, 0, .24); }.ai-panel header { padding-bottom: 20px; display: flex; align-items: center; gap: 11px; border-bottom: 1px solid rgba(255, 255, 255, .1); }.ai-avatar { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: var(--blue); font-family: 'DM Mono', monospace; font-size: 10px; }.ai-panel header b, .ai-panel header span { display: block; }.ai-panel header b { font-size: 13px; }.ai-panel header span { margin-top: 3px; display: flex; align-items: center; gap: 7px; color: #95a3b8; font-size: 9px; }.ai-panel header i { width: 6px; height: 6px; border-radius: 50%; background: var(--mint); }.user-message { width: 76%; margin: 20px 0 0 auto; padding: 13px 15px; border-radius: 15px 15px 4px 15px; background: var(--blue); font-size: 12px; line-height: 1.5; }.ai-message { width: 90%; margin-top: 16px; padding: 14px 15px; display: flex; gap: 10px; border-radius: 15px 15px 15px 4px; background: rgba(255, 255, 255, .09); }.ai-message > span { color: #82adff; }.ai-message p { margin: 0; color: #dce5f3; font-size: 12px; line-height: 1.55; }.fake-input { min-height: 50px; margin-top: 22px; padding: 7px 7px 7px 15px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255, 255, 255, .14); border-radius: 13px; color: #7c899d; font-size: 10px; }.fake-input b { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 9px; background: white; color: var(--ink); }

.launch { width: min(1200px, calc(100% - 40px)); margin: 160px auto 0; padding: 90px; display: grid; grid-template-columns: 240px 1fr; align-items: center; gap: 85px; border-radius: 34px; background: var(--blue); color: white; }.launch-date { width: 230px; height: 280px; padding: 25px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255, 255, 255, .25); border-radius: 23px; background: rgba(255, 255, 255, .11); transform: rotate(-3deg); }.launch-date span, .launch-date small { font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: .14em; }.launch-date b { font-size: 125px; line-height: .75; letter-spacing: -.09em; }.launch h2 em { color: white; }.launch-copy > p:not(.overline) { color: rgba(255, 255, 255, .76); font-size: 15px; }.button.white { background: white; color: var(--blue); box-shadow: 0 13px 30px rgba(0, 0, 0, .12); }
.button.ghost { border: 1px solid rgba(255, 255, 255, .45); background: rgba(255, 255, 255, .1); color: white; }.button.ghost:hover { background: rgba(255, 255, 255, .2); }
.contact-actions { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 12px; }.contact-actions .button { gap: 9px; }
footer { width: min(1200px, calc(100% - 40px)); min-height: 150px; margin: 55px auto 0; padding: 35px 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); color: #78869a; font-size: 11px; } footer p { margin: 0; }
.footer-brands { display: flex; align-items: center; gap: 22px; }.footer-divider { width: 1px; height: 30px; background: var(--line); }
.company-logo { display: flex; align-items: center; gap: 10px; color: #56657f; font-size: 12px; }.company-logo img { width: 40px; height: 40px; object-fit: contain; }.company-logo b { color: var(--ink); }
.footer-contact { margin: 0; padding: 0; display: flex; gap: 22px; list-style: none; font-weight: 700; }.footer-contact a { color: #42506a; transition: color .18s ease; }.footer-contact a:hover { color: var(--blue); }

[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2, .75, .2, 1); }[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
@keyframes hero-in { from { opacity: 0; transform: translateY(22px) scale(.97); } }
@keyframes float { 50% { transform: translateY(-8px); } }
@keyframes scroll-dot { 0% { opacity: 0; transform: translateY(0); } 35% { opacity: 1; } 100% { opacity: 0; transform: translateY(10px); } }

@media (max-width: 980px) {
  .hero { padding-top: 50px; padding-bottom: 130px; gap: 56px; }.overline { justify-content: center; }.lead, h1 { margin-left: auto; margin-right: auto; }.hero-stage { width: min(780px, 96%); margin: auto; }.note-c { left: -8px; }
  .carousel-slide { flex-basis: 88%; }.carousel-arrow { top: auto; bottom: 84px; width: 44px; height: 44px; }
  .story-scene { height: auto; min-height: 0; padding: 120px 0; }.story-sticky, .story-reverse { height: auto; min-height: 0; position: relative; grid-template-columns: 1fr; gap: 60px; opacity: 1; }.story-reverse .story-copy, .story-reverse .story-visual { grid-column: 1; }.story-reverse .story-copy { grid-row: 1; }.story-reverse .story-visual { grid-row: 2; }.story-copy { max-width: 700px; margin: auto; text-align: center; transform: none; }.story-copy > p:not(.scene-number, .overline) { margin-left: auto; margin-right: auto; }.feature-list { display: inline-grid; text-align: left; }.story-visual { width: min(900px, 96%); margin: auto; transform: none; }.phone-visual { width: auto; height: 780px; max-height: none; }.orbit { width: 560px; height: 560px; }.dual-visual { min-height: 600px; }.pay-chip { left: 4px; }.integration-route { max-width: 350px; margin-left: auto; margin-right: auto; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }.capability-grid article { min-height: 260px; border-bottom: 1px solid var(--line); }.capability-grid article:nth-child(2) { border-right: 0; }.capability-grid article:nth-child(3), .capability-grid article:nth-child(4) { border-bottom: 0; }
  .ai-section { grid-template-columns: 1fr; text-align: center; }.ai-copy p:last-child { margin-left: auto; margin-right: auto; }.ai-panel { max-width: 650px; width: 100%; margin: auto; text-align: left; }
}

@media (max-width: 720px) {
  .topbar { width: calc(100% - 28px); }.topbar nav { display: none; }
  .hero { width: calc(100% - 28px); padding-left: 0; padding-right: 0; }.hero h1 { font-size: clamp(40px, 12vw, 60px); }.hero-actions { width: 100%; }.hero-actions .button { width: 100%; }.hero-tailored { flex-direction: column; gap: 8px; padding: 12px 16px; border-radius: 16px; font-size: 13px; }.floating-note { padding: 10px 11px; }.note-a { right: -5px; }.note-b { left: -5px; }.note-c { display: none; }.scroll-cue { bottom: 18px; }
  .gallery { width: calc(100% - 28px); }.carousel-track { gap: 16px; padding-bottom: 28px; }.carousel-slide { flex-basis: 92%; }.carousel-arrow { bottom: 70px; }.carousel-arrow.prev { left: 4px; }.carousel-arrow.next { right: 4px; }
  .lightbox { padding: 12px; }.lightbox-figure img { max-height: calc(100vh - 150px); border-radius: 12px; }.lightbox-arrow { top: auto; bottom: 16px; transform: none; width: 44px; height: 44px; }.lightbox-arrow.prev { left: calc(50% - 56px); }.lightbox-arrow.next { right: calc(50% - 56px); }.lightbox-close { top: 12px; right: 12px; }
  .manifesto { min-height: 780px; padding: 120px 6px; }.manifesto h2, .story-copy h2, .connected h2, .ai-copy h2, .launch h2 { font-size: clamp(42px, 12vw, 60px); }.tailored-note { flex-direction: column; align-items: flex-start; gap: 12px; padding: 18px; }.metric-line { margin-top: 45px; }.metric-line div { padding: 13px 6px; }.metric-line strong { font-size: 19px; }.metric-line span { font-size: 9px; }
  .story-scene { padding: 90px 0; }.story-sticky { width: calc(100% - 28px); }.phone-visual { width: 100%; height: auto; aspect-ratio: 2 / 3; max-width: 380px; }.phone-visual img { height: auto; width: 100%; }.orbit { width: 85%; height: auto; aspect-ratio: 1; }.speed-chip { right: 4px; }.pay-chip { min-width: 0; bottom: -18px; }.delivery-chip { right: 4px; bottom: -18px; }.terminal-brands { justify-content: center; }.sync-line { left: 4px; right: 15px; }.dual-visual { min-height: 440px; }
  .connected { width: calc(100% - 28px); margin-top: 120px; }.capability-grid { grid-template-columns: 1fr; }.capability-grid article { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--line) !important; }.capability-grid article:last-child { border-bottom: 0 !important; }
  .ai-section, .launch { width: calc(100% - 28px); margin-top: 110px; padding: 60px 22px; }.ai-section { gap: 45px; }.launch { grid-template-columns: 1fr; gap: 55px; text-align: center; }.launch-date { margin: auto; }.contact-actions { justify-content: center; }.contact-actions .button { width: 100%; }
  footer { width: calc(100% - 28px); flex-direction: column; text-align: center; }.footer-brands { flex-direction: column; gap: 14px; }.footer-divider { display: none; }.footer-contact { flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .story-sticky { opacity: 1; }.story-copy, .story-visual, .phone-visual img, .image-window, .image-back, .image-front, .orbit { transform: none; }
}
