*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Segoe UI Variable","Segoe UI",system-ui,sans-serif;color:var(--text-primary);background:var(--surface-page);line-height:1.55}a{color:var(--brand-blue-600);text-decoration:none}a:hover{text-decoration:underline}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.skip-link{position:absolute;left:-9999px;top:0}.skip-link:focus{left:1rem;top:1rem;z-index:1000;background:#fff;padding:.75rem 1rem;border-radius:.5rem}.shell{width:min(calc(100% - 2rem),var(--shell));margin-inline:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid var(--surface-border);backdrop-filter:blur(14px)}.nav-shell{min-height:72px;display:flex;align-items:center;gap:2rem}.brand{display:inline-flex;align-items:center;gap:.65rem;color:var(--brand-text-blue);line-height:1.05;font-size:.95rem}.brand:hover{text-decoration:none}.brand-mark{display:grid;place-items:center;width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,var(--brand-blue-600),var(--brand-navy-900));color:#fff;font-size:1.5rem}.main-nav{display:flex;gap:1.5rem;margin-right:auto}.main-nav a{color:var(--brand-navy-900);font-size:.95rem}.nav-actions{display:flex;gap:.65rem}.mobile-nav{display:none;position:relative}.mobile-nav summary{list-style:none;cursor:pointer;min-height:44px;display:flex;align-items:center;padding:.55rem .8rem;border:1px solid var(--surface-border);border-radius:var(--radius-control);font-weight:800;color:var(--brand-text-blue)}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav nav{position:absolute;right:0;top:calc(100% + .5rem);min-width:220px;padding:.6rem;background:#fff;border:1px solid var(--surface-border);border-radius:var(--radius-card);box-shadow:var(--shadow-soft)}.mobile-nav nav a{display:block;padding:.7rem .8rem;border-radius:8px;color:var(--text-primary)}.mobile-nav nav a:hover{background:var(--surface-subtle);text-decoration:none}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.65rem 1rem;border-radius:var(--radius-control);border:1px solid transparent;font-weight:700;cursor:pointer}.btn:hover{text-decoration:none}.btn-primary{background:var(--brand-blue-600);color:#fff}.btn-primary:hover{background:var(--brand-blue-800)}.btn-ghost{border-color:var(--surface-border);color:var(--brand-text-blue);background:#fff}.btn-inverse{border-color:rgba(255,255,255,.72);color:#fff;background:transparent}.btn-light{background:#fff;color:var(--brand-text-blue)}.btn-large{padding:.85rem 1.25rem}.btn-small{min-height:36px;padding:.45rem .7rem}.btn-full{width:100%}.btn:disabled{opacity:.55;cursor:not-allowed}.hero{background:linear-gradient(135deg,var(--brand-navy-900) 0%,var(--brand-blue-800) 55%,var(--brand-blue-600) 100%);color:#fff;padding:4.5rem 0}.hero-compact{padding:3.5rem 0}.hero-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:3.5rem;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.11em;font-size:.78rem;font-weight:800;color:#5aaeff;margin:0 0 .65rem}.centered{text-align:center}.hero h1,.page-hero h1,.portal-heading h1{font-size:clamp(2.6rem,5vw,4.5rem);line-height:.98;letter-spacing:-.045em;margin:.4rem 0 1.2rem}.hero h1 span{color:#55b8ff}.lead{font-size:1.15rem;max-width:58ch;color:rgba(255,255,255,.9)}.button-row{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.5rem}.inline-trust{display:flex;gap:1.3rem;flex-wrap:wrap;list-style:none;padding:0;margin:1.5rem 0 0;color:rgba(255,255,255,.86);font-size:.9rem}.app-window{background:#f9fbfe;border-radius:20px;box-shadow:0 30px 70px rgba(0,0,0,.28);overflow:hidden;color:var(--text-primary);transform:rotate(-1.5deg);border:1px solid rgba(255,255,255,.25)}.window-bar{background:var(--brand-blue-800);color:#fff;display:flex;justify-content:space-between;padding:.65rem 1rem;font-size:.85rem}.window-body{display:grid;grid-template-columns:165px 1fr;min-height:330px}.mock-sidebar{background:#eef5ff;padding:1rem;display:flex;flex-direction:column;gap:.65rem;font-size:.85rem}.mock-sidebar .active{background:#d8e9ff;color:var(--brand-text-blue);padding:.5rem;border-radius:8px}.mock-content{padding:1.25rem}.mock-content h2{margin-top:0;color:var(--brand-navy-900)}.status-card{display:flex;flex-direction:column;gap:.2rem;padding:1rem;background:#fff;border:1px solid var(--surface-border);border-radius:12px;box-shadow:0 8px 18px rgba(8,29,76,.06)}.status-card strong{color:var(--success)}.thumb-row{display:grid;grid-template-columns:repeat(4,1fr);gap:.45rem;margin:1rem 0}.thumb-row span{aspect-ratio:1.35;border-radius:8px;background:linear-gradient(160deg,#bfe5ff 0 48%,#4d8d62 49% 67%,#173f69 68%)}.stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.stat-row div{display:flex;flex-direction:column}.stat-row strong{font-size:1.25rem;color:var(--brand-navy-900)}.stat-row span{font-size:.75rem;color:var(--text-secondary)}.trust-strip{background:#fff;border-bottom:1px solid var(--surface-border)}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);padding:1.5rem 0}.trust-grid article{display:flex;align-items:center;gap:1rem;padding:0 2rem;border-right:1px solid var(--surface-border)}.trust-grid article:first-child{padding-left:0}.trust-grid article:last-child{border-right:0}.trust-grid h2,.feature-grid h2{font-size:1.15rem;margin:0}.trust-grid p,.feature-grid p{margin:.2rem 0 0;color:var(--text-secondary)}.icon-circle{display:grid;place-items:center;flex:0 0 auto;width:48px;height:48px;border-radius:50%;background:#e7f2ff;color:var(--brand-blue-600);font-size:1.35rem;font-weight:900}.section{padding:4.5rem 0}.surface-subtle,.privacy-section{background:var(--surface-subtle)}.section-title{font-size:clamp(2rem,3.5vw,3rem);text-align:center;color:var(--brand-navy-900);margin:.25rem 0}.section-lead{text-align:center;color:var(--text-secondary);max-width:720px;margin:.5rem auto 2rem}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.product-card{padding:1.4rem;border-radius:var(--radius-card);border:1px solid var(--surface-border);min-height:360px;display:flex;flex-direction:column}.product-card.photo{background:#eef7ff}.product-card.clean{background:#effaf1}.product-card.find{background:#fff7e5}.product-card.suite{background:#f3f6fb}.product-card h3{font-size:1.25rem;color:var(--brand-navy-900);margin:.75rem 0 .2rem}.product-card ul{padding-left:1.15rem}.product-card a,.product-card .muted{margin-top:auto}.product-icon{font-size:1.8rem;color:var(--brand-blue-600)}.muted{color:var(--brand-gray-500)}.split-panel{display:grid;grid-template-columns:.8fr 1.2fr 1fr;gap:2rem;align-items:center}.privacy-visual{display:grid;place-items:center;min-height:220px;border-radius:var(--radius-large);background:linear-gradient(145deg,var(--brand-navy-900),var(--brand-blue-600));font-size:5rem}.privacy-list{list-style:"✓  ";padding-left:1.4rem}.privacy-list li{margin:.7rem 0}.cta-band{background:linear-gradient(135deg,var(--brand-navy-900),var(--brand-blue-600));border-radius:var(--radius-large);padding:2rem 2.5rem;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:2rem}.cta-band h2{margin:.2rem 0}.site-footer{background:var(--brand-navy-900);color:#fff;padding:3rem 0 1rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem}.footer-grid h2{font-size:1rem}.footer-grid a,.footer-grid span{display:block;color:rgba(255,255,255,.78);margin:.3rem 0}.footer-bottom{margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.14);font-size:.82rem;color:rgba(255,255,255,.64)}.footer-brand{color:#fff}.page-hero{padding:4rem 0 2rem;background:linear-gradient(#f4f8fe,#fff)}.page-hero h1{color:var(--brand-navy-900);font-size:clamp(2.4rem,4vw,3.8rem)}.feature-checks{list-style:"✓  ";padding-left:1.3rem}.feature-checks li{margin:.35rem 0}.prototype-note{font-size:.88rem;color:var(--brand-gray-500)}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.3rem}.feature-grid article{padding:1rem}.compare-visual{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.compare-visual span{display:grid;place-items:end center;aspect-ratio:1.2;border-radius:20px;padding:1rem;background:linear-gradient(160deg,#d4edff 0 50%,#719c6f 51%);color:#fff;font-weight:800;box-shadow:var(--shadow-soft)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.steps article{padding:1.5rem;border-radius:var(--radius-card);background:var(--surface-subtle);border:1px solid var(--surface-border)}.steps article>strong{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--brand-blue-600);color:#fff}.pricing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,420px));justify-content:center;gap:1.5rem}.pricing-card{position:relative;padding:2rem;border:1px solid var(--surface-border);border-radius:var(--radius-card);box-shadow:var(--shadow-soft)}.pricing-card.featured{border:2px solid var(--brand-blue-600)}.badge{position:absolute;right:1rem;top:-.8rem;background:var(--brand-blue-600);color:#fff;padding:.35rem .65rem;border-radius:999px;font-size:.78rem;font-weight:800}.mock-price{font-size:2rem;font-weight:900;color:var(--brand-navy-900)}.support-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.info-card{padding:1.5rem;border:1px solid var(--surface-border);border-radius:var(--radius-card);background:#fff;box-shadow:0 8px 24px rgba(8,29,76,.04)}.download-product,.secure-card{display:flex;align-items:center;gap:1rem}.windows-tile{display:grid;place-items:center;width:52px;height:52px;background:#e8f3ff;color:var(--brand-blue-600);font-size:2rem;border-radius:12px}.link-list{list-style:none;padding:0}.link-list li{padding:.8rem 0;border-bottom:1px solid var(--surface-border)}.portal-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.portal-heading h1{font-size:2.6rem;margin:.2rem 0}.avatar{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--brand-blue-600);color:#fff;font-weight:800}.portal-layout{display:grid;grid-template-columns:220px 1fr;gap:1.5rem}.portal-nav{display:flex;flex-direction:column;gap:.35rem}.portal-nav a{padding:.7rem .85rem;border-radius:8px;color:var(--text-primary)}.portal-nav a.active{background:#eaf4ff;color:var(--brand-text-blue);font-weight:800}.portal-main{display:grid;gap:1rem}.portal-product{display:grid;grid-template-columns:auto 1fr auto auto;gap:1rem;align-items:center;padding:1rem 0;border-bottom:1px solid var(--surface-border)}.portal-product small{display:block;color:var(--text-secondary)}.status-ok{background:#e8f8ed;color:var(--success);padding:.3rem .6rem;border-radius:999px;font-size:.8rem;font-weight:800}.quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.checkout-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:2rem;color:var(--brand-gray-500)}.checkout-steps strong{color:var(--brand-blue-600)}.checkout-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:1.5rem}.order-line{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem}.order-line small{display:block;color:var(--text-secondary)}.order-total{display:flex;justify-content:space-between;gap:1rem}.payment-list{border:0;padding:0;margin:1rem 0}.payment-list label{display:block;padding:.7rem;border:1px solid var(--surface-border);border-bottom:0}.payment-list label:last-child{border-bottom:1px solid var(--surface-border)}@media(max-width:980px){.main-nav{display:none}.mobile-nav{display:block;margin-left:auto}.nav-actions{margin-left:0}.hero-grid,.split-panel,.checkout-grid{grid-template-columns:1fr}.product-grid,.feature-grid{grid-template-columns:repeat(2,1fr)}.trust-grid{grid-template-columns:1fr}.trust-grid article{border-right:0;border-bottom:1px solid var(--surface-border);padding:1rem 0}.support-grid{grid-template-columns:1fr}.portal-layout{grid-template-columns:1fr}.portal-nav{display:grid;grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.nav-shell{min-height:64px;gap:.5rem}.nav-actions .btn-ghost{display:none}.nav-actions .btn-primary{font-size:.8rem;padding:.5rem .65rem}.brand{font-size:.82rem}.hero{padding:3rem 0}.hero h1{font-size:2.8rem}.window-body{grid-template-columns:1fr}.mock-sidebar{display:none}.product-grid,.feature-grid,.steps,.pricing-grid,.quick-grid,.footer-grid{grid-template-columns:1fr}.cta-band{align-items:flex-start;flex-direction:column}.portal-nav{grid-template-columns:1fr 1fr}.portal-product{grid-template-columns:auto 1fr}.portal-product .status-ok,.portal-product .btn{grid-column:2}.checkout-steps{grid-template-columns:1fr 1fr}.inline-trust{display:grid;gap:.4rem}.button-row .btn{width:100%}}
