.hero{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center;min-height:calc(100vh - 280px);width:min(1120px,100%);margin:0 auto}.hero-content{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:24px}.hero h1{font-size:clamp(2.5rem,4vw,3.5rem);line-height:1.05;letter-spacing:-.035em}.hero-subtitle{font-size:1.05rem;line-height:1.7;color:var(--text-strong);max-width:72ch}.hero-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.hero-meta{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.hero-note{font-size:.95rem;color:var(--text-muted);margin-top:8px}.hero-platform-list{display:flex;align-items:center;justify-content:flex-start;gap:14px;flex-wrap:wrap}.hero-platform-badge{display:inline-flex;align-items:center;justify-content:center;color:var(--text-muted)}.hero-platform-icon{display:inline-block;width:24px;height:24px;background-color:currentColor;mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;color:var(--text-muted)}.hero-more-link{font-size:.9rem;font-weight:500;color:var(--text-muted);text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}.hero-graphic{position:relative;width:100%;min-height:400px;overflow:visible}.hero-graphic .hero-svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200vw;height:200vh;pointer-events:none}.hero-graphic .hero-wave-path{stroke:rgba(255,255,255,1);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.hero-graphic .hero-path-text{font-size:14px;font-weight:500;font-family:system-ui,-apple-system,sans-serif;fill:rgba(255,255,255,.7)}.hero-graphic .hero-icon-glow{fill:rgba(255,255,255,.08);filter:blur(8px)}.hero-graphic .hero-icon-circle{fill:#2a2a2a;stroke:rgba(255,255,255,.12);stroke-width:1}.hero-graphic .hero-icon-logo{filter:brightness(0) invert(1)}.hero-graphic .hero-spark{fill:rgba(255,255,255,.6)}@media (max-width:960px){.hero{grid-template-columns:1fr;min-height:auto;padding:20px 0}.hero-content{align-items:center;text-align:center}.hero-actions{justify-content:center}.hero-meta{align-items:center}.hero-platform-list{justify-content:center}.hero-graphic{display:none}}@media (max-width:520px){.hero h1{font-size:clamp(2.2rem,8vw,2.8rem)}.hero-platform-icon{width:22px;height:22px}}.offline-section{display:grid;grid-template-columns:1fr 1fr;grid-gap:56px;gap:56px;align-items:center;max-width:min(1120px,100%);margin:120px auto 0}.offline-content{display:flex;flex-direction:column;gap:18px;max-width:58ch}.offline-content h2{font-size:clamp(1.8rem,2.5vw,2.2rem);line-height:1.2;letter-spacing:-.02em}.offline-content p{font-size:1.05rem;line-height:1.75;color:var(--text-muted)}.badge{align-self:flex-start}.offline-media{min-height:420px}.offline-media,.offline-wrapper{display:flex;align-items:center;justify-content:center}.offline-wrapper{position:relative;width:100%;height:100%;min-height:280px}.icon-container{position:relative;animation:float 6s ease-in-out infinite;filter:drop-shadow(0 24px 48px rgba(0,0,0,.2))}@media (prefers-color-scheme:dark){.icon-container{filter:drop-shadow(0 24px 48px rgba(0,0,0,.5))}}.wifi-svg{width:180px;height:180px}.arc-light{stop-color:#5c6370}.arc-mid{stop-color:#3a3f4a}.arc-dark{stop-color:#1e2128}.strike-knockout{stroke:#ffffff}@media (prefers-color-scheme:dark){.strike-knockout{stroke:#121212}}.dot-light{stop-color:#484d58}.dot-dark{stop-color:#1a1d22}@media (prefers-color-scheme:dark){.arc-light{stop-color:#f5f7fb}.arc-mid{stop-color:#d8dce6}.arc-dark{stop-color:#c0c5d0}.dot-light{stop-color:#f8f9fc}.dot-dark{stop-color:#d0d4de}}@media (max-width:960px){.offline-section{grid-template-columns:1fr}.offline-media{min-height:360px}}@media (max-width:720px){.wifi-svg{width:150px;height:150px}}@media (max-width:520px){.offline-media{min-height:300px}}.pricing-section{padding:80px 0}.pricing-content,.pricing-section{position:relative;display:flex;flex-direction:column;align-items:center;gap:48px}.pricing-content{z-index:1;width:100%;max-width:1120px;padding:0 24px}.pricing-header{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;max-width:600px}.badge{align-self:center;padding:6px 18px;border-radius:999px;border:1px solid var(--border);background:var(--level1);font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-strong)}@media (prefers-color-scheme:dark){.badge{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.24);color:rgba(255,255,255,.92)}}.pricing-header h2{font-size:clamp(2rem,3.5vw,2.8rem);line-height:1.15;letter-spacing:-.03em}.pricing-header p{font-size:1.05rem;line-height:1.7;color:var(--text-muted)}.cards-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px;width:100%}.card{position:relative;display:flex;flex-direction:column;padding:28px;border-radius:24px;background:var(--level0);border:1px solid var(--border);box-shadow:var(--shadow-soft);transition:transform .3s ease,box-shadow .3s ease}.card.popular,.card:hover{box-shadow:var(--shadow)}.card.popular{background:var(--level1);border-color:var(--border);transform:scale(1.01)}.popular-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);padding:6px 16px;border-radius:999px;background:#3b82f6;color:white;font-size:.75rem;font-weight:600;letter-spacing:.02em;white-space:nowrap}.card-header{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.plan-name{font-size:1.25rem;font-weight:700;letter-spacing:-.02em;color:var(--text-strong)}.plan-description{font-size:.9rem;line-height:1.5;color:var(--text-muted)}.price-container{margin-bottom:24px;display:flex;flex-direction:column}.price-row{display:flex;align-items:baseline}.price{font-size:2.5rem;font-weight:700;letter-spacing:-.03em;color:var(--text-strong)}.price--tier{font-size:clamp(1.75rem,4vw,2.25rem);line-height:1.1}.price-period{font-size:1rem;font-weight:400;color:var(--text-muted);margin-left:4px}.billing-note{margin-top:4px;font-size:.85rem;color:var(--text-muted)}.card .cta-button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 24px;border-radius:999px;font-size:.95rem;font-weight:600;border:none;cursor:pointer;transition:background .2s ease,transform .2s ease;text-decoration:none;background:var(--primary-button-bg);color:var(--primary-button-fg)}.card .cta-button:hover{background:var(--primary-button-hover);transform:translateY(-1px)}.card .cta-button:active{transform:translateY(1px)}.card .cta-button-outline,.cta-button-outline{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 24px;border-radius:999px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease,border-color .2s ease;text-decoration:none;background:transparent;color:var(--text-strong);border:1px solid var(--border);box-shadow:none}.card .cta-button-outline:hover,.cta-button-outline:hover{background:var(--level1);border-color:var(--text-muted);transform:translateY(-1px)}.card .cta-button-outline:active,.cta-button-outline:active{transform:translateY(1px)}.features-section{margin-top:24px}.features-title{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:16px}.features-list{display:flex;flex-direction:column;gap:12px;list-style:none;padding:0;margin:0}.feature-item{display:flex;align-items:flex-start;gap:12px;font-size:.9rem;line-height:1.5;color:var(--text-muted)}.check-icon{flex-shrink:0;width:18px;height:18px;color:#3b82f6}.feature-item.deemphasized{opacity:.5}.feature-item.deemphasized .check-icon{color:var(--text-muted)}.trust-signal{display:flex;align-items:center;gap:12px;padding:16px 24px;border-radius:999px;background:var(--level0);border:1px solid var(--border);box-shadow:var(--shadow-soft)}.shield-icon{width:24px;height:24px;color:#22c55e}@media (prefers-color-scheme:dark){.shield-icon{color:#4ade80}}.trust-text{font-size:.95rem;color:var(--text-muted)}.trust-text strong{color:var(--text-strong)}@media (max-width:960px){.cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.card.popular{transform:scale(1)}}@media (max-width:720px){.pricing-section{padding:56px 0}.cards-grid{grid-template-columns:1fr}.card{padding:24px}}.privacy-section{display:grid;grid-template-columns:1fr 1fr;grid-gap:56px;gap:56px;align-items:center;max-width:min(1120px,100%);margin:120px auto 0}.privacy-content{display:flex;flex-direction:column;gap:18px;max-width:58ch}.privacy-content h2{font-size:clamp(1.8rem,2.5vw,2.2rem);line-height:1.2;letter-spacing:-.02em;color:var(--text-strong)}.privacy-content p{font-size:1.05rem;line-height:1.75;color:var(--text-muted)}.privacy-content .inline-link{color:#a5b4fc;font-weight:600;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px;transition:color .15s ease}.privacy-content .inline-link:hover{color:#c7d2fe}.privacy-section .badge{align-self:flex-start;padding:6px 18px;border-radius:999px;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.12);font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.92)}.privacy-media{position:relative;display:flex;align-items:center;justify-content:center;min-height:420px}.halo{position:absolute;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(168,191,255,.16),transparent 70%);animation:pulse 8s ease-in-out infinite}.lock-container{position:relative;animation:float 6s ease-in-out infinite;filter:drop-shadow(0 24px 48px rgba(0,0,0,.5))}.lock-svg{width:160px;height:200px}.shackle-light{stop-color:#f5f7fb}.shackle-mid{stop-color:#d8dce6}.shackle-dark{stop-color:#c0c5d0}.body-light{stop-color:#f8f9fc}.body-mid{stop-color:#e8ebf2}.body-dark{stop-color:#d0d4de}.keyhole-light{stop-color:#2a2e38}.keyhole-dark{stop-color:#15171c}.sr-only{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes pulse{0%,to{transform:scale(.95);opacity:.7}50%{transform:scale(1.05);opacity:1}}@media (max-width:960px){.privacy-section{grid-template-columns:1fr}.privacy-media{min-height:360px}}@media (max-width:520px){.privacy-media{min-height:300px}}