:root{--navy:#0D2137;--navy-2:#153A5D;--navy-3:#081A2C;--slate:#4A7FA5;--slate-light:#DCEBF5;--gold:#F5B731;--gold-dark:#D99B11;--gold-light:#FFF2C8;--cream:#FAF6ED;--cream-2:#F2EBDD;--white:#FFFFFF;--text:#17283A;--text-mid:#3D5A73;--text-light:#6B8298;--green:#2D8A5A;--green-light:#E5F4EC;--purple:#5B45B0;--purple-light:#EEEAFB;--border:#DDD3C2;--border-cool:rgba(13,33,55,.12);--danger:#C43D3D;--container:1180px;--section-y:104px;--radius-xs:8px;--radius-sm:12px;--radius-md:18px;--radius-lg:26px;--shadow-sm:0 8px 24px rgba(13,33,55,.07);--shadow-md:0 18px 48px rgba(13,33,55,.11);--shadow-lg:0 30px 80px rgba(13,33,55,.16)}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:86px}body{min-width:320px;overflow-x:hidden;background:var(--cream);color:var(--text);font-family:"Inter",sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body,button,input{font-family:"Inter",sans-serif}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}ul{list-style:none}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}h1,h2,h3,.hero-title,.section-title,.product-card-name,.email-title,.footer-brand-name,.audience-title{font-family:"Sora",sans-serif;letter-spacing:-.035em}::selection{background:var(--gold);color:var(--navy)}:focus-visible{outline:3px solid var(--gold);outline-offset:3px}.container,.section-inner,.nav-inner,.hero-inner,.trust-bar-inner,.stats-inner,.footer-inner{width:min(var(--container),calc(100% - 40px));margin-inline:auto}.section{padding:var(--section-y) 0}.section-header{max-width:760px;margin-bottom:46px}.section-eyebrow{margin-bottom:11px;color:var(--slate);font-family:"Sora",sans-serif;font-size:12px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.section-title{margin-bottom:16px;color:var(--navy);font-size:clamp(34px,4.2vw,52px);font-weight:800;line-height:1.08}.section-sub{max-width:650px;color:var(--text-mid);font-size:17px}.btn{display:inline-flex;min-height:52px;align-items:center;justify-content:center;gap:9px;padding:0 24px;border:0;border-radius:var(--radius-sm);cursor:pointer;font-family:"Sora",sans-serif;font-size:14px;font-weight:750;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,#FFC843,var(--gold));color:var(--navy);box-shadow:0 12px 28px rgba(245,183,49,.28)}.btn-primary:hover{background:#FFCA4F;box-shadow:0 16px 38px rgba(245,183,49,.38)}.btn-secondary{border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.04);color:rgba(255,255,255,.92)}.btn-secondary:hover{border-color:rgba(255,255,255,.5);background:rgba(255,255,255,.09)}.btn-product,.btn-notify{min-height:40px;padding:0 15px;font-size:12.5px}.btn-product{background:var(--navy);color:var(--white)}.btn-notify{background:var(--slate);color:var(--white)}.btn-email{min-height:52px;padding:0 24px;border:0;border-radius:var(--radius-sm);background:var(--navy);color:var(--white);cursor:pointer;font-family:"Sora",sans-serif;font-size:14px;font-weight:800}.nav{position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(245,183,49,.18);background:rgba(13,33,55,.92);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.nav-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.nav-logo{display:inline-flex;min-width:0;align-items:center;gap:11px}.nav-logo-icon{width:40px;height:40px;flex:0 0 40px;filter:drop-shadow(0 6px 12px rgba(0,0,0,.16))}.nav-brand-copy{display:flex;min-width:0;flex-direction:column;line-height:1}.nav-brand{color:var(--white);font-family:"Sora",sans-serif;font-size:16px;font-weight:800;line-height:1.08;white-space:nowrap}.nav-brand>span{color:var(--gold)}.nav-tagline{margin-top:5px;color:rgba(255,255,255,.56);font-size:10.5px;font-weight:500;white-space:nowrap}.nav-links{display:flex;align-items:center;gap:27px}.nav-links a{color:rgba(255,255,255,.75);font-size:13px;font-weight:650;transition:color .18s ease}.nav-links a:hover{color:var(--gold)}.nav-cta{padding:10px 17px;border-radius:10px;background:var(--gold);color:var(--navy) !important;font-weight:800 !important;box-shadow:0 8px 20px rgba(245,183,49,.2)}.nav-toggle{display:none;width:44px;height:44px;padding:10px;flex-direction:column;justify-content:center;gap:5px;border:0;background:transparent;cursor:pointer}.nav-toggle span{width:24px;height:2px;border-radius:99px;background:rgba(255,255,255,.86)}.hero{position:relative;min-height:760px;display:flex;align-items:center;overflow:hidden;padding:104px 0 92px;background:radial-gradient(circle at 82% 42%,rgba(74,127,165,.22),transparent 30%),linear-gradient(145deg,var(--navy-3),var(--navy) 55%,#173F67)}.hero::before{content:"";position:absolute;inset:0;opacity:.55;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:42px 42px;pointer-events:none}.hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) 420px;align-items:center;gap:72px}.hero-content{max-width:690px}.hero-eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:26px;padding:7px 14px 7px 9px;border:1px solid rgba(245,183,49,.3);border-radius:999px;background:rgba(245,183,49,.1)}.hero-eyebrow-dot{width:9px;height:9px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 5px rgba(245,183,49,.1);animation:pulse 2.4s ease-in-out infinite}.hero-eyebrow-text{color:var(--gold);font-family:"Sora",sans-serif;font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.hero-title{margin-bottom:24px;color:var(--white);font-size:clamp(50px,6.8vw,82px);font-weight:800;line-height:.98;letter-spacing:-.065em}.hero-title .gold{color:var(--gold)}.hero-sub{max-width:650px;margin-bottom:32px;color:rgba(255,255,255,.74);font-size:clamp(18px,2vw,21px);line-height:1.6}.hero-ctas{display:flex;flex-wrap:wrap;align-items:center;gap:13px;margin-bottom:40px}.micro{width:100%;color:rgba(255,255,255,.52);font-size:12.5px}.hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.hero-stat-item{min-width:0;padding:15px 16px;border:1px solid rgba(255,255,255,.09);border-radius:14px;background:rgba(255,255,255,.045)}.hero-stat-num{color:var(--gold);font-family:"Sora",sans-serif;font-size:20px;font-weight:800}.hero-stat-label{margin-top:3px;color:rgba(255,255,255,.5);font-size:11.5px;line-height:1.35}.hero-visual{display:flex;align-items:center;justify-content:center}.shield-wrap{position:relative;width:380px;height:380px;isolation:isolate}.shield-wrap::before{content:"";position:absolute;inset:42px;z-index:0;border-radius:50%;background:radial-gradient( circle at 50% 50%,rgba(245,183,49,0.38) 0%,rgba(245,183,49,0.24) 24%,rgba(245,183,49,0.12) 48%,rgba(245,183,49,0.04) 66%,transparent 82% );filter:blur(18px);pointer-events:none;animation:gold-core-glow 4.8s ease-in-out infinite}.shield-glow{position:absolute;inset:-34px;z-index:0;border-radius:50%;background:radial-gradient( circle at 50% 50%,rgba(245,183,49,0.24) 0%,rgba(245,183,49,0.14) 30%,rgba(245,183,49,0.07) 52%,transparent 74% ),radial-gradient( circle at 50% 50%,rgba(74,127,165,0.18) 0%,rgba(74,127,165,0.10) 46%,transparent 78% );filter:blur(16px);pointer-events:none;animation:shield-breathe 5s ease-in-out infinite}.shield-scan{position:absolute;top:72px;left:50%;z-index:2;width:128px;height:190px;transform:translateX(-50%);clip-path:polygon(18% 0,82% 0,100% 22%,100% 78%,50% 100%,0 78%,0 22%);background:linear-gradient( 180deg,transparent 0%,rgba(74,127,165,.02) 34%,rgba(245,183,49,.14) 50%,rgba(74,127,165,.02) 66%,transparent 100% );mix-blend-mode:screen;opacity:.7;pointer-events:none;animation:shield-scan 4.8s ease-in-out infinite}.shield-svg{position:relative;z-index:3;width:100%;height:100%;filter:drop-shadow(0 18px 42px rgba(0,0,0,.28)) drop-shadow(0 0 24px rgba(245,183,49,.20))}.shield-ring{fill:none;stroke-width:1;transform-origin:160px 160px}.shield-ring-outer{stroke:rgba(74,127,165,.2);stroke-dasharray:5 8;animation:ring-rotate 28s linear infinite}.shield-ring-inner{stroke:rgba(74,127,165,.12);stroke-dasharray:2 9;animation:ring-rotate-reverse 22s linear infinite}.shield-path-outer{stroke-dasharray:600;stroke-dashoffset:600;animation:draw-shield 1.8s cubic-bezier(.4,0,.2,1) .3s forwards}.shield-path-inner{stroke-dasharray:330;stroke-dashoffset:330;animation:draw-shield 1.35s cubic-bezier(.4,0,.2,1) 1s forwards}.shield-check{opacity:0;transform-origin:160px 160px;animation:check-pop .6s ease 1.9s forwards}.shield-node{position:absolute;z-index:4;width:8px;height:8px;border-radius:50%;background:var(--slate);box-shadow:0 0 0 5px rgba(74,127,165,.08);animation:node-pulse 3.4s ease-in-out infinite}.shield-node-1{top:96px;left:48px;background:rgba(245,183,49,.72)}.shield-node-2{top:120px;right:44px;animation-delay:.7s}.shield-node-3{left:64px;bottom:88px;animation-delay:1.2s}.floating-cover{position:absolute;right:-4%;bottom:-6px;z-index:5;width:150px;border:1px solid rgba(255,255,255,.16);border-radius:18px;box-shadow:0 28px 70px rgba(0,0,0,.35);animation:cover-float-subtle 5.8s ease-in-out infinite}@keyframes shield-breathe{0%,100%{opacity:0.82;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}@keyframes gold-core-glow{0%,100%{opacity:0.88;transform:scale(0.98)}50%{opacity:1;transform:scale(1.09)}}@keyframes shield-scan{0%,100%{opacity:.12;transform:translateX(-50%) translateY(-10px)}50%{opacity:.72;transform:translateX(-50%) translateY(14px)}}@keyframes draw-shield{to{stroke-dashoffset:0}}@keyframes check-pop{0%{opacity:0;transform:scale(.82)}100%{opacity:1;transform:scale(1)}}@keyframes ring-rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes ring-rotate-reverse{from{transform:rotate(360deg)}to{transform:rotate(0deg)}}@keyframes node-pulse{0%,100%{opacity:.5;transform:scale(.9)}50%{opacity:1;transform:scale(1.15)}}@keyframes cover-float-subtle{0%,100%{transform:rotate(9deg) translateY(0)}50%{transform:rotate(8deg) translateY(-7px)}}.trust-bar{border-top:3px solid var(--gold);border-bottom:1px solid var(--border);background:var(--white)}.trust-bar-inner{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{display:flex;align-items:center;gap:13px;padding:26px 22px}.trust-item+.trust-item{border-left:1px solid var(--border)}.trust-icon{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:12px}.trust-icon--navy{background:var(--navy)}.trust-icon--gold{background:var(--gold-light)}.trust-icon--green{background:var(--green-light)}.trust-icon--slate{background:var(--slate-light)}.trust-title{color:var(--navy);font-family:"Sora",sans-serif;font-size:13px;font-weight:800;line-height:1.25}.trust-sub{margin-top:3px;color:var(--text-light);font-size:11.5px;line-height:1.35}.guide-feature{position:relative;overflow:hidden;background:radial-gradient(circle at 10% 18%,rgba(74,127,165,.08),transparent 30%),var(--cream)}.feature-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:center;gap:70px}.preview-panel{min-width:0}.preview{position:relative;min-height:610px;max-width:560px;margin-inline:auto}.preview img{position:absolute;width:58%;border:1px solid rgba(13,33,55,.08);border-radius:16px;box-shadow:var(--shadow-lg);transition:transform .24s ease,box-shadow .24s ease}.preview .front{top:0;left:50%;z-index:3;transform:translateX(-50%)}.preview .back.left{top:88px;left:0;z-index:1;transform:rotate(-8deg)}.preview .back.right{top:88px;right:0;z-index:2;transform:rotate(8deg)}.preview-panel:hover .preview .front{transform:translateX(-50%) translateY(-6px)}.preview-caption{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:-15px}.preview-caption span{padding:7px 11px;border:1px solid var(--border-cool);border-radius:999px;background:rgba(255,255,255,.74);color:var(--text-mid);font-size:11px;font-weight:700;box-shadow:var(--shadow-sm)}.guide-content-card{padding:40px;border:1px solid var(--border-cool);border-radius:28px;background:rgba(255,255,255,.72);box-shadow:var(--shadow-md);backdrop-filter:blur(8px)}.guide-heading-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:22px}.eyebrow{display:inline-flex;align-items:center;padding:9px 14px;border-radius:999px;background:rgba(245,183,49,.14);color:var(--gold-dark);font-family:"Sora",sans-serif;font-size:11px;font-weight:800;letter-spacing:.1em}.eyebrow.dark{background:rgba(13,33,55,.07);color:var(--navy)}.available-badge{position:relative;display:inline-flex;align-items:center;gap:8px;padding:9px 13px 9px 12px;border:1px solid rgba(45,138,90,.26);border-radius:999px;background:linear-gradient(135deg,var(--green-light),#F2FBF6);color:#1F774B;font-size:11.5px;font-weight:800;white-space:nowrap;box-shadow:0 8px 20px rgba(45,138,90,.11)}.available-badge::before{content:"";width:9px;height:9px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px rgba(45,138,90,.11)}.guide-content-card h2{margin-bottom:10px;color:var(--navy);font-size:clamp(44px,5vw,68px);font-weight:800;line-height:1.02}.guide-audience{margin-bottom:18px;color:var(--slate);font-size:14px;font-weight:750}.section-lead{margin-bottom:28px;color:var(--text-mid);font-size:18px;line-height:1.65}.guide-learning{padding-top:25px;border-top:1px solid var(--border-cool)}.guide-learning h3{margin-bottom:15px;color:var(--navy);font-size:20px;font-weight:800}.checks{display:grid;gap:9px}.checks li{position:relative;display:flex;min-height:50px;align-items:center;padding:11px 15px 11px 52px;border:1px solid rgba(74,127,165,.1);border-radius:13px;background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(250,246,237,.68));color:var(--text-mid);font-size:14.5px;box-shadow:0 5px 14px rgba(13,33,55,.04);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.checks li:hover{transform:translateX(4px);border-color:rgba(74,127,165,.24);box-shadow:0 8px 20px rgba(13,33,55,.07)}.checks li::before{content:"✓";position:absolute;left:14px;top:50%;width:27px;height:27px;display:grid;place-items:center;transform:translateY(-50%);border:1px solid rgba(74,127,165,.24);border-radius:8px;background:linear-gradient(145deg,#DCEBF5,#F4F9FC);color:var(--slate);font-family:"Sora",sans-serif;font-size:14px;font-weight:800;box-shadow:0 5px 12px rgba(74,127,165,.12)}.checks li::after{content:"";position:absolute;inset:11px auto 11px 0;width:3px;border-radius:0 999px 999px 0;background:var(--slate)}.purchase-box{margin-top:28px;padding:22px;border:1px solid rgba(245,183,49,.4);border-radius:20px;background:linear-gradient(135deg,rgba(245,183,49,.15),rgba(255,255,255,.82))}.purchase-top{display:flex;align-items:center;justify-content:space-between;gap:22px}.price-label{display:block;margin-bottom:4px;color:var(--slate);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.price-row{display:flex;align-items:baseline;gap:9px}.price-row strong{color:var(--navy);font-family:"Sora",sans-serif;font-size:42px;font-weight:800;line-height:1}.price-note{color:var(--text-light);font-size:12px}.guide-buy-button{min-width:180px}.purchase-trust{display:flex;flex-wrap:wrap;gap:16px;margin-top:17px;padding-top:16px;border-top:1px solid var(--border-cool)}.purchase-trust span{position:relative;padding-left:16px;color:var(--text-mid);font-size:12px;font-weight:650}.purchase-trust span::before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:900}.products-section{background:var(--white)}.product-grid,.product-grid-bottom{display:grid;gap:22px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:22px}.product-grid-bottom{grid-template-columns:repeat(2,minmax(0,1fr));max-width:760px}.product-card{position:relative;display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--border);border-radius:20px;background:var(--white);box-shadow:0 8px 24px rgba(13,33,55,.045);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-5px);border-color:rgba(245,183,49,.75);box-shadow:var(--shadow-md)}.product-card__top{flex:1;padding:27px 25px 24px}.product-series-label{margin-bottom:9px;color:var(--text-light);font-size:10.5px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.product-num-badge{width:39px;height:39px;display:grid;place-items:center;margin-bottom:15px;border-radius:11px;font-family:"Sora",sans-serif;font-weight:800}.card--1 .product-num-badge{background:var(--navy);color:var(--gold)}.card--2 .product-num-badge{background:var(--slate-light);color:var(--navy)}.card--3 .product-num-badge{background:var(--gold-light);color:var(--gold-dark)}.card--4 .product-num-badge{background:var(--green-light);color:var(--green)}.card--5 .product-num-badge{background:var(--purple-light);color:var(--purple)}.product-card-name{margin-bottom:9px;color:var(--navy);font-size:19px;font-weight:800;line-height:1.22}.product-card-desc{margin-bottom:17px;color:var(--text-mid);font-size:13.5px}.product-card-bullets{display:grid;gap:6px}.product-card-bullets li{position:relative;padding-left:15px;color:var(--text-mid);font-size:12.5px}.product-card-bullets li::before{content:"";position:absolute;left:0;top:.65em;width:5px;height:5px;border-radius:50%;background:var(--gold)}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 24px;border-top:1px solid var(--cream-2);background:var(--cream)}.product-price{color:var(--navy);font-family:"Sora",sans-serif;font-size:19px;font-weight:800}.product-price sub{color:var(--text-light);font-family:"Inter",sans-serif;font-size:10.5px;font-weight:500}.product-badge{position:absolute;top:16px;right:16px;z-index:2;padding:5px 9px;border-radius:999px;font-size:9.5px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.product-badge--new{background:var(--green);color:var(--white)}.product-badge--coming{border:1px solid rgba(245,183,49,.65);background:var(--gold-light);color:var(--gold-dark)}.stats-section{padding:88px 0;background:linear-gradient(135deg,var(--navy-3),var(--navy));color:var(--white)}.stats-heading{width:min(760px,calc(100% - 40px));margin:0 auto 40px;text-align:center}.stats-heading .section-eyebrow{color:var(--gold)}.stats-heading h2{color:var(--white);font-size:clamp(32px,4.5vw,50px);line-height:1.1}.stats-inner{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.stat-card{position:relative;padding:28px 30px;text-align:center}.stat-card+.stat-card::before{content:"";position:absolute;left:0;top:18%;width:1px;height:64%;background:rgba(255,255,255,.1)}.stat-num{color:var(--gold);font-family:"Sora",sans-serif;font-size:clamp(35px,4vw,50px);font-weight:800}.stat-label{max-width:260px;margin:8px auto 0;color:rgba(255,255,255,.72);font-size:14px}.stat-source{margin-top:9px;color:rgba(255,255,255,.34);font-size:10.5px}.audience-section{background:var(--cream)}.audience-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.audience-card{padding:28px;border:1px solid var(--border);border-radius:20px;background:rgba(255,255,255,.7);box-shadow:0 8px 22px rgba(13,33,55,.035);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.audience-card:hover{transform:translateY(-4px);border-color:rgba(245,183,49,.72);box-shadow:var(--shadow-sm)}.audience-icon{width:52px;height:52px;display:grid;place-items:center;margin-bottom:16px;border-radius:14px}.audience-icon--navy{background:var(--navy)}.audience-icon--slate{background:var(--slate-light)}.audience-icon--gold{background:var(--gold-light)}.audience-icon--green{background:var(--green-light)}.audience-icon--purple{background:var(--purple-light)}.audience-icon--cream{background:var(--cream-2)}.audience-title{margin-bottom:7px;color:var(--navy);font-size:16px;font-weight:800}.audience-desc{color:var(--text-mid);font-size:13.5px}.steps{position:relative;overflow:hidden;padding:108px 0;background:radial-gradient(circle at 90% 8%,rgba(74,127,165,.18),transparent 32%),var(--navy);color:var(--white)}.steps::before{content:"";position:absolute;inset:0;opacity:.2;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:48px 48px}.steps .container{position:relative;z-index:1}.heading{max-width:820px;margin:0 auto 48px;text-align:center}.heading.light h2{margin:18px 0;color:var(--white);font-size:clamp(40px,5vw,60px);line-height:1.08}.heading p{color:rgba(255,255,255,.7);font-size:18px}.steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.steps-grid article{position:relative;min-width:0;min-height:310px;overflow:hidden;padding:32px 30px;border:1px solid rgba(255,255,255,.11);border-radius:24px;background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.035));box-shadow:0 16px 40px rgba(0,0,0,.16);transition:transform .2s ease,box-shadow .2s ease}.steps-grid article:hover{transform:translateY(-6px);box-shadow:0 24px 54px rgba(0,0,0,.22)}.steps-grid article::before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:var(--gold)}.steps-grid article:nth-child(2)::before{background:var(--slate)}.steps-grid article:nth-child(3)::before{background:var(--green)}.steps-grid article::after{content:"";position:absolute;top:-54px;right:-54px;width:155px;height:155px;border-radius:50%;background:rgba(245,183,49,.08)}.steps-grid article:nth-child(2)::after{background:rgba(74,127,165,.14)}.steps-grid article:nth-child(3)::after{background:rgba(45,138,90,.14)}.steps-grid b{position:relative;z-index:1;width:58px;height:58px;display:grid;place-items:center;margin-bottom:27px;border:1px solid rgba(245,183,49,.24);border-radius:18px;background:rgba(8,26,45,.84);color:var(--gold);font-family:"Sora",sans-serif;font-size:18px;font-weight:800}.steps-grid article:nth-child(2) b{color:#8FC0E0;border-color:rgba(74,127,165,.4)}.steps-grid article:nth-child(3) b{color:#68D39A;border-color:rgba(45,138,90,.4)}.steps-grid h3{position:relative;z-index:1;margin-bottom:11px;color:var(--white);font-size:24px;font-weight:800}.steps-grid p{position:relative;z-index:1;color:rgba(255,255,255,.68);font-size:15.5px}.email-section{padding:94px 20px;background:radial-gradient(circle at 50% 0,rgba(245,183,49,.14),transparent 35%),var(--cream-2)}.email-section-inner{max-width:710px;margin-inline:auto;text-align:center}.email-icon{width:64px;height:64px;display:grid;place-items:center;margin:0 auto 20px;border-radius:50%;background:var(--navy);box-shadow:var(--shadow-sm)}.email-title{margin-bottom:13px;color:var(--navy);font-size:clamp(30px,4vw,42px);font-weight:800;line-height:1.12}.email-sub{margin-bottom:27px;color:var(--text-mid);font-size:16px}.email-freebies{display:flex;justify-content:center;flex-wrap:wrap;gap:12px 20px;margin-bottom:26px}.email-freebie-item{display:inline-flex;align-items:center;gap:7px;color:var(--text-mid);font-size:13px;font-weight:600}.freebie-check{width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:var(--green)}.email-form{display:flex;max-width:530px;margin:0 auto 12px;gap:10px}.email-input{min-width:0;flex:1;min-height:52px;padding:0 17px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);color:var(--text);outline:none}.email-input:focus{border-color:var(--slate);box-shadow:0 0 0 4px rgba(74,127,165,.12)}.email-privacy{color:var(--text-light);font-size:11.5px}.email-status{min-height:20px;margin-bottom:8px;font-size:13px;font-weight:650}.email-status--success{color:var(--green)}.email-status--error{color:var(--danger)}.email-status--loading{color:var(--slate)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.footer{padding:64px 0 0;background:var(--navy-3);color:var(--white)}.footer-top{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:42px;padding-bottom:46px;border-bottom:1px solid rgba(255,255,255,.08)}.footer-brand-name{margin-bottom:6px;color:var(--white);font-size:17px;font-weight:800}.footer-brand-name span{color:var(--gold)}.footer-brand-tagline{margin-bottom:16px;color:rgba(255,255,255,.48);font-size:13px}.footer-email-tag{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border:1px solid rgba(255,255,255,.09);border-radius:8px;color:rgba(255,255,255,.48);font-size:12px}.footer-col-title{margin-bottom:15px;color:var(--gold);font-family:"Sora",sans-serif;font-size:10.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.footer-links{display:grid;gap:9px}.footer-links a{display:flex;align-items:center;gap:6px;color:rgba(255,255,255,.52);font-size:13px;transition:color .18s ease}.footer-links a:hover{color:var(--gold)}.series-num{width:18px;height:18px;display:grid;place-items:center;border-radius:5px;background:rgba(255,255,255,.07);color:rgba(255,255,255,.4);font-size:9px;font-weight:800}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 0}.footer-copy,.footer-legal a{color:rgba(255,255,255,.3);font-size:11.5px}.footer-legal{display:flex;gap:18px}.footer-disclaimer{padding:15px 0 22px;border-top:1px solid rgba(255,255,255,.05);color:rgba(255,255,255,.22);font-size:10.5px}.mobile-purchase-bar{display:none}[data-reveal]{opacity:1;transform:none}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.88)}}@keyframes shield-breathe{0%,100%{opacity:.65;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@keyframes draw-shield{to{stroke-dashoffset:0}}@keyframes fade-in{to{opacity:1}}@media (max-width:1050px){.shield-wrap{width:330px;height:330px}.floating-cover{width:132px}.hero-inner{grid-template-columns:minmax(0,1fr) 330px;gap:44px}.shield-wrap{width:320px;height:320px}.feature-grid{gap:44px}.guide-content-card{padding:32px}}@media (max-width:900px){.shield-wrap{width:275px;height:275px}.floating-cover{width:108px;right:-2%}:root{--section-y:84px}.nav-links{position:absolute;top:72px;left:20px;right:20px;display:none;padding:18px;flex-direction:column;align-items:stretch;gap:6px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:rgba(13,33,55,.98);box-shadow:var(--shadow-lg)}.nav-links.is-open{display:flex}.nav-links a{display:block;padding:11px 12px;border-radius:9px}.nav-toggle{display:flex}.hero{min-height:auto;padding:86px 0 80px}.hero-inner,.feature-grid{grid-template-columns:1fr}.hero-visual{order:-1}.shield-wrap{width:260px;height:260px}.floating-cover{width:110px}.hero-content{max-width:760px;text-align:center;margin-inline:auto}.hero-eyebrow,.hero-ctas{justify-content:center}.hero-sub{margin-inline:auto}.trust-bar-inner{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(3){border-left:0}.trust-item:nth-child(n+3){border-top:1px solid var(--border)}.preview{max-width:520px}.guide-content-card{max-width:760px;margin-inline:auto}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid-bottom{max-width:none}.stats-inner,.audience-grid,.steps-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stat-card:nth-child(3),.steps-grid article:nth-child(3){grid-column:1 / -1}.steps-grid article:nth-child(3){width:calc(50% - 11px);justify-self:center}.footer-top{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.shield-wrap{width:235px;height:235px}.floating-cover{width:92px;right:-4%}.shield-node{width:7px;height:7px}:root{--section-y:68px}body{padding-bottom:76px}.container,.section-inner,.nav-inner,.hero-inner,.trust-bar-inner,.stats-inner,.footer-inner{width:min(100% - 28px,var(--container))}.nav-inner{min-height:66px}.nav-links{top:66px;left:14px;right:14px}.nav-logo-icon{width:35px;height:35px;flex-basis:35px}.nav-brand{font-size:14px}.nav-tagline{font-size:8.5px}.hero{padding:70px 0 64px}.hero-title{font-size:clamp(44px,14vw,62px)}.hero-sub{font-size:17px}.hero-ctas{flex-direction:column;align-items:stretch}.hero-ctas .btn{width:100%}.micro{text-align:center}.hero-stats{grid-template-columns:1fr}.hero-stat-item{text-align:left}.trust-bar-inner{grid-template-columns:1fr}.trust-item,.trust-item:nth-child(3){border-left:0}.trust-item+.trust-item,.trust-item:nth-child(n+3){border-top:1px solid var(--border)}.feature-grid{gap:30px}.preview{min-height:410px;max-width:360px}.preview .back.left,.preview .back.right{top:64px}.preview-caption{margin-top:-8px}.guide-content-card{padding:25px 20px;border-radius:22px}.guide-heading-row{flex-direction:column;align-items:flex-start;margin-bottom:18px}.guide-content-card h2{font-size:clamp(38px,12vw,50px)}.section-lead{font-size:16.5px}.checks li{font-size:14px}.purchase-top{flex-direction:column;align-items:stretch}.guide-buy-button{width:100%}.product-grid,.product-grid-bottom,.stats-inner,.audience-grid,.steps-grid{grid-template-columns:1fr}.stat-card:nth-child(3),.steps-grid article:nth-child(3){grid-column:auto;width:100%}.stat-card+.stat-card::before{top:0;left:18%;width:64%;height:1px}.steps{padding:78px 0}.steps-grid article{min-height:0;padding:26px 24px 28px 28px}.steps-grid article:hover,.checks li:hover,.product-card:hover,.audience-card:hover{transform:none}.email-section{padding:76px 14px}.email-form{flex-direction:column}.footer-top{grid-template-columns:1fr;gap:28px}.footer-bottom{flex-direction:column;align-items:flex-start}.mobile-purchase-bar{position:fixed;left:10px;right:10px;bottom:10px;z-index:120;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 10px 10px 15px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:rgba(13,33,55,.97);color:var(--white);box-shadow:0 18px 50px rgba(0,0,0,.28);backdrop-filter:blur(16px)}.mobile-purchase-bar div{min-width:0}.mobile-purchase-bar strong,.mobile-purchase-bar span{display:block}.mobile-purchase-bar strong{overflow:hidden;font-family:"Sora",sans-serif;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.mobile-purchase-bar span{color:rgba(255,255,255,.55);font-size:10px}.mobile-purchase-bar a{flex:0 0 auto;padding:10px 13px;border-radius:10px;background:var(--gold);color:var(--navy);font-size:11px;font-weight:800}}@media (max-width:390px){.nav-tagline{display:none}.hero-title{font-size:42px}.preview{min-height:370px;max-width:325px}.guide-content-card{padding:23px 17px}.price-row{flex-wrap:wrap}.product-card__footer{align-items:flex-start;flex-direction:column}.btn-product,.btn-notify{width:100%}}@media (prefers-reduced-motion:reduce){.shield-wrap::before,.shield-glow,.shield-scan,.shield-ring,.shield-node,.floating-cover{animation:none !important}.shield-path-outer,.shield-path-inner{stroke-dashoffset:0}.shield-check{opacity:1}html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important}.shield-path-outer,.shield-path-inner{stroke-dashoffset:0}.shield-check,.shield-dots{opacity:1}}.need-section{position:relative;background:var(--white);border-bottom:1px solid var(--border)}.need-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:64px;align-items:center}.need-copy .section-title{max-width:600px}.need-link{display:inline-flex;align-items:center;gap:9px;margin-top:24px;color:var(--navy);font-family:"Sora",sans-serif;font-size:14px;font-weight:800}.need-link span{color:var(--gold-dark);transition:transform .18s ease}.need-link:hover span{transform:translateX(4px)}.need-grid{display:grid;gap:14px}.need-card{position:relative;padding:22px 24px 22px 76px;border:1px solid var(--border-cool);border-radius:18px;background:linear-gradient(135deg,rgba(250,246,237,.85),rgba(255,255,255,.95));box-shadow:0 8px 24px rgba(13,33,55,.045)}.need-number{position:absolute;top:22px;left:22px;width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:var(--navy);color:var(--gold);font-family:"Sora",sans-serif;font-size:11px;font-weight:800}.need-card h3{margin-bottom:5px;color:var(--navy);font-size:17px;font-weight:800}.need-card p{color:var(--text-mid);font-size:13.5px}.faq-section{background:var(--white)}.faq-inner{max-width:900px}.faq-list{border-top:1px solid var(--border)}.faq-list details{border-bottom:1px solid var(--border)}.faq-list summary{position:relative;padding:22px 48px 22px 0;cursor:pointer;color:var(--navy);font-family:"Sora",sans-serif;font-size:17px;font-weight:750;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary::after{content:"+";position:absolute;top:50%;right:4px;width:30px;height:30px;display:grid;place-items:center;transform:translateY(-50%);border-radius:50%;background:var(--cream);color:var(--navy);font-size:20px;font-weight:500;transition:transform .2s ease,background .2s ease}.faq-list details[open] summary::after{transform:translateY(-50%) rotate(45deg);background:var(--gold-light)}.faq-list details p{max-width:760px;padding:0 46px 22px 0;color:var(--text-mid);font-size:15px}.hp-field{position:absolute !important;left:-9999px !important;width:1px !important;height:1px !important;opacity:0 !important;pointer-events:none !important}.email-form.is-loading .btn-email{opacity:.72;cursor:wait}.email-form.is-success .email-input{border-color:var(--green)}.email-form.is-error .email-input{border-color:var(--danger)}@media (max-width:900px){.need-layout{grid-template-columns:1fr;gap:40px}}@media (max-width:700px){.need-card{padding:20px 18px 20px 68px}.need-number{top:20px;left:18px}.faq-list summary{font-size:15.5px}}.reveal-ready{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}.reveal-ready.is-visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.reveal-ready{opacity:1;transform:none}}.legal-page{width:min(760px,calc(100% - 40px));margin:0 auto;padding:72px 0}.legal-page h1{margin:22px 0;color:var(--navy);font-size:clamp(36px,6vw,56px)}.legal-page p{margin-bottom:18px;color:var(--text-mid)}.legal-back{color:var(--slate);font-weight:700}.card--2 .product-card__footer,.card--3 .product-card__footer,.card--4 .product-card__footer,.card--5 .product-card__footer{justify-content:flex-end}.card--2 .btn-notify,.card--3 .btn-notify,.card--4 .btn-notify,.card--5 .btn-notify{min-width:132px}.stats-heading .section-eyebrow{display:inline-flex;align-items:center;justify-content:center;margin-bottom:22px;padding:10px 18px;border:1px solid rgba(245,183,49,0.42);border-radius:999px;background:linear-gradient( 135deg,rgba(245,183,49,0.18),rgba(245,183,49,0.10) );color:#FFC843;box-shadow:0 8px 24px rgba(245,183,49,0.10),inset 0 1px 0 rgba(255,255,255,0.05);font-family:"Sora",sans-serif;font-size:12px;font-weight:800;line-height:1;letter-spacing:0.12em;text-transform:uppercase}.stats-heading .section-eyebrow::before{content:"";width:7px;height:7px;margin-right:9px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 5px rgba(245,183,49,0.10)}.steps .heading .eyebrow{box-shadow:0 8px 24px rgba(245,183,49,0.10),inset 0 1px 0 rgba(255,255,255,0.05)}@media (max-width:700px){.card--2 .product-card__footer,.card--3 .product-card__footer,.card--4 .product-card__footer,.card--5 .product-card__footer{align-items:stretch}.card--2 .btn-notify,.card--3 .btn-notify,.card--4 .btn-notify,.card--5 .btn-notify{width:100%}}.trust-section{position:relative;padding-top:0;background:linear-gradient( 180deg,var(--white) 0%,var(--cream) 100% )}.trust-card{position:relative;display:grid;grid-template-columns:84px 1fr;gap:28px;align-items:start;padding:34px;overflow:hidden;border:1px solid rgba(74,127,165,0.24);border-radius:26px;background:radial-gradient(circle at 6% 10%,rgba(245,183,49,0.16),transparent 28%),linear-gradient(135deg,rgba(255,255,255,0.94),rgba(250,246,237,0.88));box-shadow:0 22px 60px rgba(13,33,55,0.10),inset 0 1px 0 rgba(255,255,255,0.72)}.trust-card::before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient( 90deg,var(--gold),rgba(74,127,165,0.82),transparent )}.trust-card::after{content:"";position:absolute;right:-110px;bottom:-120px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(74,127,165,0.12),transparent 70%);pointer-events:none}.trust-card__mark{position:relative;z-index:1;width:72px;height:72px;filter:drop-shadow(0 12px 24px rgba(13,33,55,0.18)) drop-shadow(0 0 16px rgba(245,183,49,0.14))}.trust-card__mark svg{width:100%;height:100%}.trust-card__copy{position:relative;z-index:1}.trust-card__copy .section-eyebrow{display:inline-flex;align-items:center;width:fit-content;margin-bottom:14px;padding:9px 14px;border:1px solid rgba(245,183,49,0.34);border-radius:999px;background:rgba(245,183,49,0.11);color:var(--navy);font-size:11px;font-weight:850;letter-spacing:0.11em}.trust-card__copy .section-eyebrow::before{content:"";width:7px;height:7px;margin-right:9px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 5px rgba(245,183,49,0.12)}.trust-card__title{max-width:780px;margin:0 0 12px;color:var(--navy);font-family:"Sora",sans-serif;font-size:clamp(26px,4vw,42px);line-height:1.12;letter-spacing:-0.035em}.trust-card__text{max-width:860px;margin:0;color:var(--text-mid);font-size:16px;line-height:1.75}.trust-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.trust-points span{display:inline-flex;align-items:center;min-height:40px;padding:10px 14px;border:1px solid rgba(74,127,165,0.22);border-radius:999px;background:rgba(255,255,255,0.72);color:var(--navy);font-family:"Sora",sans-serif;font-size:12px;font-weight:800;box-shadow:0 8px 18px rgba(13,33,55,0.05)}.trust-points span::before{content:"";width:7px;height:7px;margin-right:8px;border-radius:50%;background:var(--slate)}@media (max-width:900px){.trust-card{grid-template-columns:1fr;gap:20px}.trust-card__mark{width:64px;height:64px}}@media (max-width:700px){.trust-card{padding:28px 22px;border-radius:22px}.trust-card__copy .section-eyebrow{align-items:flex-start;line-height:1.45}.trust-points{display:grid;grid-template-columns:1fr}.trust-points span{width:100%;justify-content:flex-start}}.trust-inline-brand{display:inline-flex;align-items:baseline;flex-wrap:wrap;gap:0;font-family:"Sora",sans-serif;font-size:1.02em;font-weight:800;letter-spacing:-0.02em;white-space:nowrap}.trust-inline-brand__main{color:var(--navy)}.trust-inline-brand__accent{color:var(--gold)}@media (max-width:700px){.trust-inline-brand{white-space:normal}}.brand-inline{display:inline;font-family:"Sora",sans-serif;font-weight:850;letter-spacing:-0.02em;text-transform:none !important}.brand-inline__main{color:var(--navy)}.brand-inline__accent{color:var(--gold)}.brand-inline--compact{display:inline-flex;align-items:baseline;gap:0;white-space:nowrap}.product-series-label,.product-series-label .brand-inline,.product-series-label .brand-inline__main,.product-series-label .brand-inline__accent{text-transform:none !important;font-variant:normal}.product-series-label{letter-spacing:0 !important;font-size:12px;font-weight:800}.product-series-label .brand-inline{font-size:inherit;font-weight:inherit;line-height:1.2;letter-spacing:0 !important}.product-series-label .brand-inline__main{color:var(--slate)}.product-series-label .brand-inline__accent{color:var(--gold)}@media (max-width:700px){.product-series-label{font-size:11px}.brand-inline--compact{white-space:normal}}.footer .brand-inline,.site-footer .brand-inline,.footer-brand .brand-inline,.legal-logo .brand-inline{font-family:"Sora",sans-serif;font-weight:850;letter-spacing:-0.04em}.footer .brand-inline__main,.site-footer .brand-inline__main,.footer-brand .brand-inline__main{color:var(--white)}.footer .brand-inline__accent,.site-footer .brand-inline__accent,.footer-brand .brand-inline__accent{color:var(--gold)}.email-section .brand-inline,.free-section .brand-inline,.email-card .brand-inline,.email-inner .brand-inline{font-weight:850}.email-section .brand-inline__main,.free-section .brand-inline__main,.email-card .brand-inline__main,.email-inner .brand-inline__main{color:var(--navy)}.email-section .brand-inline__accent,.free-section .brand-inline__accent,.email-card .brand-inline__accent,.email-inner .brand-inline__accent{color:var(--gold)}.legal-brand-header{display:flex;flex-direction:column;gap:10px;margin-bottom:34px;padding:24px;border:1px solid rgba(74,127,165,0.22);border-radius:22px;background:radial-gradient(circle at 10% 0%,rgba(245,183,49,0.14),transparent 34%),linear-gradient(135deg,rgba(13,33,55,0.98),rgba(24,55,86,0.98));box-shadow:0 18px 46px rgba(13,33,55,0.16)}.legal-logo{display:inline-flex;align-items:center;gap:12px;width:fit-content;color:var(--white);text-decoration:none}.legal-logo .brand-inline{font-size:clamp(24px,4vw,34px);line-height:1}.legal-logo .brand-inline__main{color:var(--white)}.legal-logo .brand-inline__accent{color:var(--gold)}.legal-logo__shield{width:42px;height:42px;flex:0 0 auto;filter:drop-shadow(0 8px 16px rgba(0,0,0,.18))}.legal-logo__shield svg{width:100%;height:100%}.legal-brand-header p{margin:0;color:rgba(255,255,255,0.72);font-family:"Sora",sans-serif;font-size:13px;font-weight:700}.legal-page .legal-back{display:inline-flex;margin-bottom:18px}@media (max-width:700px){.legal-brand-header{padding:20px}.legal-logo{gap:10px}.legal-logo__shield{width:38px;height:38px}}.footer-copy .brand-inline,.footer-copy .brand-domain{font-family:"Sora",sans-serif;font-weight:850}.footer-copy .brand-inline__main{color:rgba(255,255,255,0.86)}.footer-copy .brand-inline__accent{color:var(--gold)}.footer-copy .brand-domain{color:rgba(255,255,255,0.72);letter-spacing:-0.02em}.product-card .btn-product{background:linear-gradient(135deg,#FFC843,var(--gold));color:var(--navy);box-shadow:0 12px 28px rgba(245,183,49,.28)}.product-card .btn-product:hover{background:#FFCA4F;color:var(--navy);box-shadow:0 16px 38px rgba(245,183,49,.38)}.product-card .btn-product svg{color:var(--navy)}.nav-brand>span{margin-left:-0.06em}.brand-inline__accent{margin-left:-0.06em}.email-status{min-height:24px;margin-top:14px;color:var(--navy);font-size:14px;font-weight:750}.email-form.is-success+.email-status{color:var(--green)}.email-form.is-error+.email-status{color:var(--danger)}.btn-email:disabled{opacity:.72;cursor:wait}
