*{box-sizing:border-box}:root{--color-bg:#100e0b;--color-bg-alt:#1c1916;--color-text:#f2f0f7;--color-text-muted:#a8a3bd;--color-primary:#f2a71b;--color-primary-dark:#ffc656;--color-accent:#2dd4bf;--color-border:#2e2a24;--shadow-card:0 1px 2px #0000004d, 0 8px 24px #00000059}body{color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;line-height:1.6}section{max-width:1240px;margin:0 auto;padding:88px 24px}h1,h2,h3{letter-spacing:-.02em;color:var(--color-text);margin:0 0 16px;line-height:1.15}p{color:var(--color-text-muted);margin:0 0 12px}a{color:var(--color-primary-dark);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}.legal-page{max-width:760px;margin:0 auto;padding:64px 24px}.reveal{opacity:0;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transform:translateY(28px)}.reveal-visible{opacity:1;transform:translateY(0)}.site-header{z-index:50;border-bottom:1px solid var(--color-border);-webkit-backdrop-filter:blur(12px);background:#100e0bcc;justify-content:space-between;align-items:center;gap:24px;padding:14px clamp(20px,5vw,64px);display:flex;position:sticky;top:0}.brand{align-items:center;gap:10px;display:flex}.brand-mark{background:var(--color-primary);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.brand-name{letter-spacing:-.02em;color:var(--color-text);font-size:1.125rem;font-weight:700}.site-nav{flex-wrap:wrap;align-items:center;gap:clamp(14px,3vw,28px);display:flex}.site-nav>a{color:var(--color-text-muted);font-size:.875rem}.site-nav>a:hover{color:var(--color-text);text-decoration:none}.btn-primary{background:var(--color-text);color:var(--color-bg);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:13px 26px;font-size:.95rem;font-weight:600;transition:background .15s;display:inline-flex}.btn-primary:hover{background:var(--color-primary-dark);text-decoration:none}.btn-primary.btn-small{border-radius:6px;padding:9px 18px;font-size:.85rem}.btn-secondary{color:var(--color-text);border:1px solid var(--color-border);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;padding:13px 26px;font-size:.95rem;font-weight:600;transition:border-color .15s;display:inline-flex}.btn-secondary:hover{border-color:var(--color-text-muted);text-decoration:none}#hero{flex-wrap:wrap;align-items:center;gap:clamp(40px,6vw,88px);padding-top:clamp(56px,8vw,104px);padding-bottom:clamp(64px,8vw,104px);display:flex}.hero-copy{text-align:left;flex:320px;min-width:280px}.eyebrow{letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-muted);align-items:center;gap:8px;margin-bottom:18px;font-size:.75rem;font-weight:600;display:flex}.eyebrow-dot{background:#4ade80;border-radius:50%;flex-shrink:0;width:6px;height:6px}#hero h1{font-size:clamp(2.6rem,5.5vw,3.9rem);font-weight:700}#hero h1 .brand-accent{color:var(--color-primary-dark)}#hero .hero-copy p{max-width:500px;font-size:1.0625rem;line-height:1.65}.hero-actions{flex-wrap:wrap;gap:12px;margin:6px 0 30px;display:flex}.hero-checklist{flex-direction:column;gap:11px;margin:0;padding:0;list-style:none;display:flex}.hero-checklist li{color:var(--color-text-muted);align-items:center;gap:10px;font-size:.875rem;display:flex}.hero-mockup{background:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:20px;flex:340px;min-width:280px;position:relative;overflow:hidden;box-shadow:0 24px 70px #00000080}.hero-mockup-glow{display:none}.hero-mockup-svg{width:100%;display:block;position:relative}.hero-mockup-traveler{filter:drop-shadow(0 0 6px #f2f0f7cc)}.hero-info-card{border:1px solid var(--color-border);background:#1c1916f0;border-radius:12px;align-items:center;gap:12px;padding:12px 16px;display:flex;position:absolute;box-shadow:0 8px 24px #0006}.hero-info-card-top{top:18px;left:18px}.hero-info-card-bottom{bottom:18px;right:18px}.hero-info-icon{border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.hero-info-icon-blue,.hero-info-icon-purple{background:#221e18}.hero-info-title{color:var(--color-text);font-size:.9rem;font-weight:700;line-height:1.2}.hero-info-subtitle{color:var(--color-text-muted);font-size:.75rem}@media (width<=860px){.hero-copy{text-align:center}#hero .hero-copy p{margin-left:auto;margin-right:auto}.hero-actions,.hero-checklist{justify-content:center;align-items:center}.hero-info-card{display:none}}.section-heading{text-align:center;margin-bottom:52px}.section-heading h2{margin-bottom:12px;font-size:clamp(1.75rem,3.6vw,2.5rem)}.section-heading p{margin:0}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;display:grid}.feature-card{background:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:12px;padding:20px 20px 24px;transition:border-color .25s,opacity .7s cubic-bezier(.16,1,.3,1)}.feature-card:hover{border-color:#3a3428}.feature-card h3{margin-bottom:8px;font-size:1.0625rem}.feature-card p{margin:0;font-size:.875rem}.feature-mockup{background:var(--color-bg);border:1px solid #221e18;border-radius:12px;height:150px;margin-bottom:18px;overflow:hidden}.feature-mockup-svg{width:100%;height:100%;display:block}.mockup-pulse-ring{transform-box:fill-box;transform-origin:50%;animation:2.6s cubic-bezier(.2,.6,.4,1) infinite pulse-ring}@keyframes pulse-ring{0%{opacity:.7;transform:scale(1)}70%,to{opacity:0;transform:scale(2.6)}}.stacked-rows-mockup{flex-direction:column;justify-content:center;gap:10px;height:100%;padding:0 22px;display:flex}.power-row,.battery-row{background:var(--color-bg-alt);border:1px solid #221e18;border-radius:10px;align-items:center;gap:12px;padding:10px 12px;display:flex}.power-row-dim{opacity:.55}.power-row-icon,.battery-row-icon{background:#221e18;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.power-row-bars{flex:1;min-width:0}.power-row-line{background:var(--color-border);border-radius:4px;height:7px;margin-bottom:6px}.power-row-track{background:#221e18;border-radius:3px;height:5px;overflow:hidden}.power-row-fill{background:linear-gradient(90deg,#16a34a,#4ade80);border-radius:3px;height:100%}.power-row-label{color:var(--color-text-muted);flex-shrink:0;font-size:.6875rem;font-weight:700}.power-row-label-active{color:#4ade80}.ratings-mockup{justify-content:center;align-items:center;gap:22px;height:100%;padding:0 24px;display:flex}.ratings-score{text-align:center}.ratings-score-value{letter-spacing:-.02em;color:var(--color-text);font-size:2.125rem;font-weight:800;line-height:1}.ratings-stars{justify-content:center;gap:2px;margin-top:8px;display:flex}.ratings-count{color:var(--color-text-muted);margin-top:6px;font-size:.6875rem}.ratings-histogram{flex-direction:column;flex:1;gap:5px;max-width:130px;display:flex}.rating-bar-track{background:#221e18;border-radius:3px;height:6px;overflow:hidden}.rating-bar-fill{background:#f2a71b;border-radius:3px;height:100%}.community-mockup{flex-direction:column;justify-content:center;align-items:center;gap:14px;height:100%;display:flex}.community-avatars{display:flex}.community-avatar{border:3px solid var(--color-bg);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;margin-left:-10px;font-size:.8125rem;font-weight:700;display:flex}.community-avatar:first-child{margin-left:0}.community-avatar-more{color:var(--color-text-muted);background:#221e18;font-size:.6875rem}.community-bubble{background:var(--color-bg-alt);border:1px solid #221e18;border-radius:3px 12px 12px;width:100%;max-width:200px;padding:9px 14px}.community-bubble-line{background:var(--color-border);border-radius:3px;height:6px}.community-bubble-line-1{width:130px;margin-bottom:5px}.community-bubble-line-2{background:#221e18;width:90px}.marketplace-mockup{justify-content:center;align-items:center;gap:12px;height:100%;padding:0 20px;display:flex}.product-card{background:var(--color-bg-alt);border:1px solid #221e18;border-radius:10px;flex:1;max-width:82px;padding:8px}.product-card-thumb{background:linear-gradient(135deg, #221e18, var(--color-border));border-radius:6px;justify-content:center;align-items:center;height:38px;margin-bottom:8px;display:flex}.product-card-line{background:var(--color-border);border-radius:3px;height:5px;margin-bottom:5px}.product-card-line-2{width:50%;margin-bottom:0}.product-card-line-1{width:80%}footer{border-top:1px solid var(--color-border)}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;max-width:1240px;margin:0 auto;padding:36px 24px;display:flex}.footer-brand{align-items:center;gap:12px;display:flex}.footer-brand .brand-mark{width:30px;height:30px}.footer-brand strong{color:var(--color-text);font-size:.9375rem;display:block}.footer-brand p{margin:0;font-size:.78rem}footer nav{flex-wrap:wrap;gap:24px;font-size:.8125rem;display:flex}footer a{color:var(--color-text-muted)}footer a:hover{color:var(--color-primary-dark)}
