@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap");:root{--bg:#07080a;--bg-elevated:#0f1115;--surface:#15181e;--surface-hover:#1a1e26;--border:rgba(255,255,255,0.08);--border-strong:rgba(255,255,255,0.14);--text:#f4f4f5;--text-secondary:#a1a1aa;--text-tertiary:#71717a;--accent:#34d399;--accent-dim:#059669;--accent-glow:rgba(52,211,153,0.15);--warn:#fbbf24;--danger:#f87171;--radius:14px;--radius-sm:10px;--shadow:0 24px 80px rgba(0,0,0,0.45);--font:"Plus Jakarta Sans",system-ui,sans-serif;--max:1120px;--header-h:72px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.container{width:min(100% - 2.5rem,var(--max));margin-inline:auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;height:var(--header-h);border-bottom:1px solid var(--border);background:rgba(7,8,10,.82);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between}.logo{display:inline-flex;align-items:center;gap:.65rem;font-weight:700;font-size:1.125rem;letter-spacing:-.02em}.logo-mark{width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,var(--accent) 0,#10b981 100%);box-shadow:0 0 24px var(--accent-glow);position:relative}.logo-mark:after{content:"";position:absolute;inset:7px 9px 9px 7px;border-right:2.5px solid var(--bg);border-bottom:2.5px solid var(--bg);transform:skewX(-8deg)}.header-nav{display:flex;align-items:center;gap:1.75rem;font-size:.9rem;color:var(--text-secondary)}.header-nav a.is-active,.header-nav a:hover{color:var(--text)}.header-contact{padding:.5rem 1rem;border-radius:999px;border:1px solid var(--border-strong);color:var(--text)!important;transition:background .2s,border-color .2s}.header-contact:hover{background:var(--surface);border-color:var(--border-strong)}.hero{position:relative;padding:5.5rem 0 4rem;overflow:hidden}.hero-glow{pointer-events:none;position:absolute;inset:-40% auto auto 50%;width:900px;height:500px;transform:translateX(-50%);background:radial-gradient(ellipse,var(--accent-glow) 0,transparent 68%);opacity:.9}.hero-grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;grid-gap:3.5rem;gap:3.5rem;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .85rem;border-radius:999px;border:1px solid var(--border);background:var(--surface);font-size:.8rem;font-weight:600;color:var(--text-secondary);margin-bottom:1.5rem}.eyebrow-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 10px var(--accent)}.hero h1{font-size:clamp(2.4rem,4.8vw,3.75rem);font-weight:800;line-height:1.08;letter-spacing:-.035em;margin-bottom:1.25rem}.hero h1 .accent{color:var(--accent)}.hero-lead{font-size:1.125rem;color:var(--text-secondary);max-width:34rem;margin-bottom:2rem;line-height:1.7}.hero-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-bottom:2.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.35rem;border-radius:var(--radius-sm);font-weight:600;font-size:.95rem;border:1px solid transparent;transition:transform .15s,background .2s,border-color .2s}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--accent);color:#042f1a}.btn-primary:hover{background:#4ade80}.btn-secondary{background:var(--surface);border-color:var(--border-strong);color:var(--text)}.btn-secondary:hover{background:var(--surface-hover)}.btn-ghost{color:var(--text-secondary);border-color:var(--border)}.hero-stats{display:flex;flex-wrap:wrap;gap:1.5rem 2.5rem}.stat strong{display:block;font-size:1.35rem;font-weight:700;letter-spacing:-.02em}.stat span{font-size:.85rem;color:var(--text-tertiary)}.preview-panel{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:1.25rem;box-shadow:var(--shadow)}.preview-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding:0 .25rem}.preview-top span{font-size:.8rem;color:var(--text-tertiary);font-weight:600;text-transform:uppercase;letter-spacing:.06em}.preview-sort{font-size:.8rem;color:var(--accent);font-weight:600}.station-list{list-style:none;display:flex;flex-direction:column;gap:.65rem}.station-item{display:grid;grid-template-columns:1fr auto;grid-gap:.25rem 1rem;gap:.25rem 1rem;align-items:center;padding:.9rem 1rem;border-radius:var(--radius-sm);background:var(--bg-elevated);border:1px solid var(--border)}.station-item.is-best{border-color:rgba(52,211,153,.35);background:linear-gradient(135deg,rgba(52,211,153,.08),transparent)}.station-name{font-weight:600;font-size:.95rem}.station-meta{grid-column:1;font-size:.8rem;color:var(--text-tertiary)}.station-price{grid-row:1/span 2;grid-column:2;text-align:right;font-weight:700;font-size:1.1rem;color:var(--accent)}.station-price.dim{color:var(--text-secondary)}.station-price small{display:block;font-size:.7rem;font-weight:500;color:var(--text-tertiary)}.section{padding:5rem 0}.section-head{max-width:36rem;margin-bottom:3rem}.section-head.centered{margin-inline:auto;text-align:center}.section-label{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:.75rem}.section-head h2{font-size:clamp(1.75rem,3vw,2.35rem);font-weight:800;letter-spacing:-.03em;margin-bottom:.75rem}.section-head p{color:var(--text-secondary);font-size:1.05rem}.feature-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}.feature-card{padding:1.75rem;border-radius:var(--radius);background:var(--surface);border:1px solid var(--border)}.feature-num{font-size:.75rem;font-weight:700;color:var(--accent);margin-bottom:1rem}.feature-card h3{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;letter-spacing:-.02em}.feature-card p{font-size:.92rem;color:var(--text-secondary);line-height:1.65}.operators-band{border-block:1px solid var(--border);background:var(--bg-elevated);padding:2.5rem 0}.operator-chips{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:center}.chip{padding:.45rem .9rem;border-radius:999px;border:1px solid var(--border);background:var(--surface);font-size:.85rem;font-weight:500;color:var(--text-secondary)}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.step h3{font-size:1rem;font-weight:700;margin:1rem 0 .5rem}.step p{font-size:.92rem;color:var(--text-secondary)}.step-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:var(--accent-glow);border:1px solid rgba(52,211,153,.25);color:var(--accent);font-weight:800;font-size:.9rem}.cta-band{margin:0 1.25rem 5rem;border-radius:24px;padding:3.5rem 2rem;text-align:center;background:linear-gradient(160deg,var(--surface) 0,var(--bg-elevated) 100%);border:1px solid var(--border)}.cta-band h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;letter-spacing:-.03em;margin-bottom:.75rem}.cta-band p{color:var(--text-secondary);margin-bottom:1.75rem}.cta-band .hero-actions{justify-content:center;margin-bottom:0}.store-badges{display:flex;flex-wrap:wrap;align-items:center;gap:.85rem 1rem}.hero-store-badges{margin-bottom:2.5rem}.cta-store-badges{justify-content:center;margin-bottom:1.75rem}.store-badge{display:inline-flex;line-height:0}.store-badge img{display:block;height:40px;width:auto}.store-badge:last-child img{height:60px}.store-badge-soon{opacity:.72;cursor:default;filter:grayscale(.15)}.cta-actions{margin-top:.25rem}.coming-soon{display:inline-block;margin-top:.75rem;font-size:.8rem;color:var(--text-tertiary)}.site-footer{border-top:1px solid var(--border);padding:3.5rem 0 0;background:var(--bg-elevated)}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;grid-gap:2.5rem;gap:2.5rem;padding-bottom:2.5rem}.footer-logo{margin-bottom:1rem}.footer-tagline{font-size:.9rem;color:var(--text-secondary);max-width:22rem;line-height:1.65}.footer-col h3{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-tertiary);margin-bottom:1rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.55rem}.footer-col a{color:var(--text-secondary);font-size:.92rem;transition:color .15s}.footer-col a:hover{color:var(--text)}.footer-legal{margin-top:1.25rem;line-height:1.6}.footer-bottom,.footer-legal{font-size:.82rem;color:var(--text-tertiary)}.footer-bottom{display:flex;justify-content:space-between;padding:1.25rem 0 1.75rem;border-top:1px solid var(--border)}.legal-page{padding:3.5rem 0 5rem}.legal-wrap{max-width:42rem}.legal-page h1{font-size:clamp(1.85rem,3vw,2.35rem);font-weight:800;letter-spacing:-.03em;margin-bottom:.5rem}.legal-updated{font-size:.9rem;color:var(--text-tertiary);margin-bottom:2.5rem}.legal-page h2{font-size:1.1rem;font-weight:700;margin:2.25rem 0 .75rem;color:var(--text)}.legal-page h3{font-weight:600;margin:1.25rem 0 .5rem}.legal-page h3,.legal-page li,.legal-page p{font-size:.95rem;color:var(--text-secondary)}.legal-page li,.legal-page p{margin-bottom:.75rem;line-height:1.7}.legal-page ul{padding-left:1.25rem;margin-bottom:.75rem}.legal-page a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.legal-box{margin:1.5rem 0;padding:1.25rem 1.35rem;border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--border);font-size:.92rem;color:var(--text-secondary);line-height:1.65}.legal-box strong{color:var(--text)}@media (max-width:900px){.hero-grid{grid-template-columns:1fr;gap:2.5rem}.preview-panel{max-width:420px;margin-inline:auto}.feature-row,.footer-grid,.steps{grid-template-columns:1fr}}@media (max-width:640px){.header-nav a:not(.header-contact){display:none}.hero{padding-top:3.5rem}.cta-band{margin-inline:0;border-radius:var(--radius)}}