:root{--ink:#161615;--muted:#5c625f;--line:#d9dedb;--paper:#f7f5ef;--panel:#ffffff;--accent:#0f766e;--accent-strong:#115e59;--gold:#d59c2a;--blue:#315f9b;--shadow:0 24px 80px rgba(22,22,21,0.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}a,button{-webkit-tap-highlight-color:transparent}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;display:grid;grid-template-columns:auto 1fr auto;grid-gap:24px;gap:24px;align-items:center;min-height:72px;padding:0 clamp(20px,5vw,72px);background:rgba(247,245,239,.86);border-bottom:1px solid rgba(217,222,219,.9);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand,.contact-panel,.feature-row,.icon-link,.primary-action,.secondary-action{display:inline-flex;align-items:center}.brand{gap:10px;font-weight:800}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:8px;color:#fff;background:linear-gradient(135deg,var(--accent),var(--blue))}.nav-links{display:flex;justify-content:center;gap:clamp(12px,2vw,28px);color:var(--muted);font-size:.94rem}.nav-links a:hover,.site-footer a:hover{color:var(--accent-strong)}.icon-link,.primary-action,.secondary-action{gap:9px;min-height:44px;padding:0 18px;border-radius:8px;font-weight:700;white-space:nowrap}.icon-link,.secondary-action{border:1px solid var(--line);background:rgba(255,255,255,.76)}.primary-action{color:#fff;background:var(--accent);border:1px solid var(--accent);box-shadow:0 12px 28px rgba(15,118,110,.24)}.primary-action:disabled{cursor:not-allowed;opacity:.72}.hero{position:relative;min-height:clamp(560px,74vh,700px);overflow:hidden;display:flex;align-items:center;padding:clamp(48px,7vw,92px) clamp(20px,5vw,72px);isolation:isolate}.hero-image{object-fit:cover;object-position:62% center;z-index:-2}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,15,18,.92),rgba(8,15,18,.68) 38%,rgba(8,15,18,.16) 72%),linear-gradient(0deg,rgba(8,15,18,.42),rgba(8,15,18,.02) 44%);z-index:-1}.hero-content{position:relative;width:min(650px,100%);color:#fff;padding-top:24px}.eyebrow{margin:0 0 14px;color:var(--gold);font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.hero h1{margin:0;font-size:clamp(4rem,10vw,8.5rem);line-height:.88;letter-spacing:0}.hero-copy{width:min(590px,100%);margin:28px 0 0;color:rgba(255,255,255,.86);font-size:clamp(1.1rem,2.4vw,1.45rem);line-height:1.5}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.hero .secondary-action{color:#fff;background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.34)}.legal-page,.page-shell,.section,.split-section,.status-band{width:min(1120px,calc(100% - 40px));margin:0 auto}.section,.split-section,.status-band{padding:clamp(58px,7vw,92px) 0}.section.compact{padding-top:24px}.section-heading{width:min(710px,100%);margin-bottom:28px}h1,h2,h3,p{overflow-wrap:anywhere}h1,h2,h3{letter-spacing:0}.legal-page h1,.page-header h1,.section-heading h2,.split-section h2{margin:0;font-size:clamp(2.1rem,5vw,4.25rem);line-height:1.08}.legal-page p,.page-header p,.pricing-card p,.section-heading p:last-child,.split-section p,.step-card p,.timeline p{color:var(--muted);line-height:1.7}.help-grid,.step-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.contact-panel,.download-panel,.pricing-card,.step-card,.timeline article{border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.84);box-shadow:0 10px 28px rgba(22,22,21,.05)}.step-card{padding:24px}.step-number{display:grid;place-items:center;width:36px;height:36px;border-radius:8px;color:#fff;background:var(--blue);font-weight:800}.step-card h2,.step-card h3{margin:20px 0 8px;font-size:1.2rem}.split-section{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);grid-gap:clamp(28px,5vw,72px);gap:clamp(28px,5vw,72px);align-items:center}.feature-list{display:grid;grid-gap:12px;gap:12px}.feature-row{gap:12px;min-height:48px;color:var(--ink)}.feature-row svg{flex:0 0 auto;color:var(--accent)}.status-band{display:grid;grid-template-columns:auto 1fr auto;grid-gap:20px;gap:20px;align-items:center;margin-bottom:42px;padding:28px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.status-band h2{margin:0 0 6px}.status-band p{margin:0;color:var(--muted);line-height:1.6}.legal-page,.page-shell{padding:clamp(48px,7vw,84px) 0}.page-header{width:min(760px,100%);margin-bottom:32px}.contact-panel,.download-panel,.pricing-card{padding:clamp(24px,4vw,36px)}.download-panel{display:flex;justify-content:space-between;gap:24px;align-items:center}.release-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;margin:20px 0 0}.release-meta div{padding-top:12px;border-top:1px solid var(--line)}.release-meta dt{color:var(--muted);font-size:.88rem}.release-meta dd{margin:5px 0 0;font-weight:800}.pricing-card{display:grid;grid-template-columns:1.1fr 1fr auto;grid-gap:28px;gap:28px;align-items:center}.pricing-card ul{margin:0;padding-left:18px;color:var(--muted);line-height:1.8}.price{margin:8px 0;color:var(--ink)!important;font-size:clamp(3rem,7vw,5.5rem);font-weight:900;line-height:.95}.timeline{display:grid;grid-gap:16px;gap:16px}.timeline article{padding:24px}.timeline time{color:var(--accent-strong);font-weight:800}.contact-panel{gap:18px}.checkout-action{display:grid;grid-gap:10px;gap:10px}.checkout-action .primary-action{justify-content:center}.inline-error{max-width:240px;margin:0;color:#a73525;font-size:.9rem;line-height:1.4}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.contact-panel h2{margin:0 0 6px}.contact-panel a{color:var(--accent-strong);font-weight:800}.legal-page{width:min(860px,calc(100% - 40px))}.legal-page h2{margin-top:32px}.site-footer{display:flex;justify-content:space-between;gap:24px;padding:32px clamp(20px,5vw,72px);border-top:1px solid var(--line);color:var(--muted)}.site-footer p{margin:8px 0 0}.site-footer nav{display:flex;flex-wrap:wrap;gap:16px}@media (max-width:820px){.site-header{grid-template-columns:1fr auto}.nav-links{display:none}.hero{min-height:620px;align-items:flex-end}.hero-overlay{background:linear-gradient(0deg,rgba(8,15,18,.9),rgba(8,15,18,.48) 62%,rgba(8,15,18,.2)),linear-gradient(90deg,rgba(8,15,18,.42),rgba(8,15,18,.08))}.download-panel,.help-grid,.pricing-card,.release-meta,.split-section,.status-band,.step-grid{grid-template-columns:1fr}.download-panel,.site-footer{align-items:flex-start;flex-direction:column}.download-panel .primary-action,.pricing-card .primary-action{width:100%;justify-content:center}}@media (max-width:520px){.site-header{min-height:64px;padding-inline:16px}.icon-link span{display:none}.icon-link{width:44px;justify-content:center;padding:0}.hero,.legal-page,.page-shell{width:100%}.hero{padding-inline:18px;min-height:590px}.legal-page,.page-shell,.section,.split-section,.status-band{width:calc(100% - 32px)}.hero-actions .primary-action,.hero-actions .secondary-action{width:100%;justify-content:center}}