:root{--bg: #0b0d10;--bg-alt: #111418;--surface: #16191f;--border: rgba(244, 244, 245, .1);--text: #f4f4f5;--text-muted: #9ca3af;--orange: #f97316;--orange-dark: #ea580c;--orange-light: #fb923c;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--bg);color:var(--text);font-family:var(--font);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit}ul{padding-left:1.25rem}h1,h2,h3{font-weight:800;line-height:1.15;margin:0 0 .6em}p{margin:0 0 1em;color:var(--text-muted)}.section-inner{max-width:1080px;margin:0 auto;padding:0 24px}.topbar{position:sticky;top:0;z-index:50;background:#0b0d10d1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}.topbar-inner{max-width:1080px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none}.brand-logo{width:36px;height:36px;display:block;border-radius:9px}.brand-name{font-weight:800;font-size:1.05rem;letter-spacing:-.01em}.nav-links{display:flex;align-items:center;gap:28px}.nav-links a{text-decoration:none;color:var(--text-muted);font-weight:600;font-size:.94rem;transition:color .15s ease}.nav-links a:hover{color:var(--text)}.lang-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;padding:5px 12px;border-radius:999px;border:1px solid rgba(249,115,22,.4);background:#f973161a;color:var(--orange-light);font-weight:700;font-size:.82rem;letter-spacing:.02em}.lang-toggle:hover{background:#f9731633}.menu-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:38px;height:38px;background:none;border:1px solid var(--border);border-radius:8px;cursor:pointer}.menu-toggle span{display:block;height:2px;margin:0 8px;background:var(--text);border-radius:2px}@media (max-width: 760px){.menu-toggle{display:flex}.nav-links{position:fixed;inset:62px 0 auto 0;flex-direction:column;align-items:flex-start;gap:4px;padding:10px 24px 18px;background:var(--bg);border-bottom:1px solid var(--border);transform:translateY(-8px);opacity:0;pointer-events:none;transition:opacity .16s ease,transform .16s ease}.nav-links.is-open{transform:translateY(0);opacity:1;pointer-events:auto}.nav-links a{padding:10px 0;width:100%;border-bottom:1px solid var(--border)}.nav-links .lang-toggle{margin-top:10px}}.hex-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;color:var(--orange);opacity:.16;pointer-events:none;z-index:0}.route-trace{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.hex-cell{fill:none;stroke:#f4f4f512;stroke-width:1}.hex-cell-lit{animation-name:hex-light;animation-duration:1.3s;animation-timing-function:ease-out;animation-fill-mode:forwards}@keyframes hex-light{0%{fill:#f9731600;stroke:#f9731640;stroke-width:1}35%{fill:#f973168c;stroke:var(--orange-light);stroke-width:2.2;filter:drop-shadow(0 0 9px rgba(249,115,22,.75))}to{fill:#f9731624;stroke:#f9731680;stroke-width:1.3;filter:drop-shadow(0 0 3px rgba(249,115,22,.3))}}.route-trace-path{stroke:var(--orange);stroke-width:3;stroke-linecap:round;opacity:.5;filter:drop-shadow(0 0 10px rgba(249,115,22,.45));stroke-dasharray:2400;stroke-dashoffset:2400;animation-name:draw-route;animation-timing-function:cubic-bezier(.65,0,.35,1);animation-fill-mode:forwards}.route-trace-dot{fill:var(--orange-light);filter:drop-shadow(0 0 6px rgba(249,115,22,.85));offset-distance:0%;animation-name:run-dot;animation-timing-function:cubic-bezier(.65,0,.35,1);animation-fill-mode:forwards}@keyframes draw-route{to{stroke-dashoffset:0}}@keyframes run-dot{to{offset-distance:100%}}@media (prefers-reduced-motion: reduce){.route-trace-path{animation:none;stroke-dashoffset:0}.route-trace-dot{animation:none;offset-distance:100%}.hex-cell-lit{animation:none;fill:#f9731624;stroke:#f9731680;stroke-width:1.3}}.hero{position:relative;overflow:hidden;padding:110px 24px 90px;text-align:center;background:radial-gradient(circle at 50% 0%,rgba(249,115,22,.16),transparent 55%),var(--bg)}.hero-inner{position:relative;z-index:1;max-width:720px;margin:0 auto}.kicker{display:inline-block;padding:6px 14px;border-radius:999px;border:1px solid rgba(249,115,22,.35);background:#f973161a;color:var(--orange-light);font-weight:700;font-size:.85rem;letter-spacing:.02em;margin-bottom:22px}.hero h1{font-size:clamp(2.4rem,6vw,4rem);letter-spacing:-.02em;background:linear-gradient(135deg,#fff 30%,var(--orange-light));-webkit-background-clip:text;background-clip:text;color:transparent}.hero-text{font-size:1.15rem;max-width:560px;margin:0 auto 30px}.coming-soon-pill{display:inline-flex;align-items:center;gap:10px;padding:10px 20px;border-radius:999px;border:1px solid var(--border);background:var(--surface);font-weight:700;font-size:.92rem}.pulse-dot{width:8px;height:8px;border-radius:50%;background:var(--orange);box-shadow:0 0 #f9731699;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #f9731680}70%{box-shadow:0 0 0 10px #f9731600}to{box-shadow:0 0 #f9731600}}.section-head{max-width:620px;margin:0 auto 48px;text-align:center}.eyebrow{display:block;color:var(--orange);font-weight:700;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px}.section-head h2{font-size:clamp(1.7rem,3.4vw,2.4rem)}.features{padding:90px 0;background:var(--bg-alt)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media (max-width: 860px){.feature-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.feature-grid{grid-template-columns:1fr}}.feature-card{padding:28px 24px;border-radius:16px;background:var(--surface);border:1px solid var(--border);transition:transform .18s ease,border-color .18s ease}.feature-card:hover{transform:translateY(-4px);border-color:#f9731666}.feature-card h3{font-size:1.1rem;margin-bottom:8px}.feature-card p{margin:0;font-size:.95rem}.hex-icon{width:52px;height:52px;display:grid;place-items:center;margin-bottom:18px;clip-path:polygon(25% 3%,75% 3%,100% 50%,75% 97%,25% 97%,0% 50%);background:linear-gradient(135deg,var(--orange),var(--orange-dark));color:#0b0d10}.hex-icon svg{width:26px;height:26px}.how-it-works{position:relative;overflow:hidden;padding:90px 0}.how-photo{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background-size:cover;background-position:center 32%}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;position:relative;z-index:1}@media (max-width: 860px){.steps{grid-template-columns:repeat(2,1fr)}}@media (max-width: 520px){.steps{grid-template-columns:1fr}}.step{text-align:center}.step-number{width:40px;height:40px;margin:0 auto 14px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(249,115,22,.4);color:var(--orange-light);font-weight:800}.step h3{font-size:1.02rem;margin-bottom:6px}.step p{font-size:.92rem;margin:0}.cta{padding:90px 0;background:linear-gradient(180deg,var(--bg-alt),var(--bg));text-align:center}.cta-inner{max-width:560px}.cta h2{font-size:clamp(1.7rem,3.4vw,2.3rem)}.site-footer{border-top:1px solid var(--border);background:var(--bg)}.footer-inner{max-width:1080px;margin:0 auto;padding:40px 24px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px}.footer-brand{display:flex;align-items:center;gap:12px}.footer-logo{width:34px;height:34px;border-radius:8px}.footer-tagline{color:var(--text-muted);font-size:.85rem}.footer-legal{display:flex;gap:20px}.footer-legal a{color:var(--text-muted);text-decoration:none;font-size:.9rem;font-weight:600}.footer-legal a:hover{color:var(--text)}.footer-copy{color:var(--text-muted);font-size:.85rem}.legal-page{padding:60px 0 100px}.legal-inner{max-width:720px}.legal-back{display:inline-block;margin-bottom:24px;color:var(--orange-light);text-decoration:none;font-weight:600;font-size:.92rem}.legal-page h1{font-size:clamp(1.8rem,4vw,2.4rem);margin-bottom:6px}.legal-updated{color:var(--text-muted);font-size:.85rem;margin-bottom:36px}.legal-body h2{font-size:1.15rem;margin-top:2em}.legal-body h3{font-size:1.02rem;margin-top:1.6em;color:var(--text)}.legal-body h4{font-size:.96rem;margin-top:1.4em;margin-bottom:.5em;color:var(--text);font-weight:700}.legal-body strong{color:var(--text)}.legal-body p,.legal-body li{color:var(--text-muted);font-size:.96rem}.legal-body a{color:var(--orange-light)}.legal-body table{width:100%;border-collapse:collapse;margin:1.4em 0;font-size:.9rem}.legal-body th,.legal-body td{text-align:left;padding:10px 14px;border-bottom:1px solid var(--border);vertical-align:top}.legal-body th{color:var(--text);font-weight:700;white-space:nowrap}.legal-body td:first-child{color:var(--text);font-weight:600;white-space:nowrap}.legal-body td{color:var(--text-muted)}@media (max-width: 560px){.legal-body table,.legal-body thead,.legal-body tbody,.legal-body th,.legal-body td,.legal-body tr{display:block}.legal-body thead{display:none}.legal-body tr{margin-bottom:14px;border:1px solid var(--border);border-radius:10px;padding:10px 14px}.legal-body td{border:none;padding:4px 0}.legal-body td:first-child{padding-top:2px}}.legal-note{margin-top:2.2em;padding:14px 16px;border-radius:10px;background:var(--surface);border:1px solid var(--border);font-size:.88rem;font-style:italic}
