:root{--navy:#07162f;--deep:#020814;--blue:#0b2a55;--white:#f8fafc;--gold:#ffc928;--gold-deep:#e7b10a;--line:rgba(231,177,10,.35);--page:clamp(1.25rem,4vw,4.5rem);--sans:"DM Sans",Arial,sans-serif;--mono:"DM Mono",monospace;--display:"Oxanium","DM Sans",sans-serif}*{box-sizing:border-box}html{background:var(--navy);scroll-behavior:smooth}body{margin:0;color:var(--white);background:var(--navy);font-family:var(--sans);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}::selection{color:var(--navy);background:var(--gold)}.product-nav{position:fixed;z-index:20;top:0;left:0;display:flex;align-items:center;justify-content:space-between;width:100%;height:4.5rem;padding:0 var(--page);border-bottom:1px solid transparent;transition:background .25s,border-color .25s}.product-nav.is-scrolled{background:#020814f5;border-bottom-color:var(--line)}.product-nav__brand{position:relative;width:15rem;height:2.7rem;overflow:hidden}.product-nav__brand img{position:absolute;top:50%;left:0;width:100%;height:auto;transform:translateY(-50%)}.product-nav nav{display:flex;align-items:center;gap:1rem;font-family:var(--mono);font-size:.62rem;text-transform:uppercase}.product-nav nav>a:first-child{padding:.85rem 1rem;border:1px solid rgba(248,250,252,.16)}.product-nav__cta{display:flex;justify-content:space-between;gap:2rem;min-width:10.5rem;padding:.9rem 1.1rem;color:var(--navy);background:var(--gold);clip-path:polygon(.65rem 0,100% 0,100% calc(100% - .65rem),calc(100% - .65rem) 100%,0 100%,0 .65rem)}.product-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(24rem,.8fr);min-height:48rem;padding:9rem var(--page) 5rem;overflow:hidden;background:radial-gradient(circle at 74% 46%,rgba(11,42,85,.84),transparent 33%),linear-gradient(145deg,var(--deep),var(--navy))}.product-hero__grid{position:absolute;inset:0;opacity:.24;background-image:linear-gradient(rgba(231,177,10,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(231,177,10,.16) 1px,transparent 1px);background-size:6rem 6rem;-webkit-mask-image:linear-gradient(to bottom,transparent,#000 18%,#000 88%,transparent);mask-image:linear-gradient(to bottom,transparent,#000 18%,#000 88%,transparent)}.product-hero__copy{position:relative;z-index:2;align-self:center;max-width:57rem}.product-breadcrumb{display:inline-block;margin-bottom:3.5rem;color:#f8fafc8c;font-family:var(--mono);font-size:.58rem;letter-spacing:.08em}.product-kicker{display:flex;align-items:center;gap:.7rem;margin:0;color:var(--gold);font-family:var(--mono);font-size:.62rem;letter-spacing:.09em;text-transform:uppercase}.product-kicker i{width:.45rem;height:.45rem;background:currentColor;transform:rotate(45deg)}.product-kicker--dark{color:var(--navy)}.product-hero h1{max-width:55rem;margin:1.4rem 0 1.7rem;font-family:var(--display);font-size:clamp(3.4rem,6.1vw,6.6rem);font-weight:400;line-height:.95;letter-spacing:-.05em;text-wrap:balance}.product-lead{max-width:43rem;margin:0;color:#f8fafcb8;font-size:1.08rem;line-height:1.68}.product-button{display:flex;align-items:center;justify-content:space-between;width:min(19rem,100%);margin-top:2.5rem;padding:1.15rem 1.3rem 1.15rem 1.6rem;color:var(--navy);background:var(--gold);font-size:.8rem;font-weight:600;clip-path:polygon(.8rem 0,100% 0,100% calc(100% - .8rem),calc(100% - .8rem) 100%,0 100%,0 .8rem)}.product-button b{font-size:1.2rem;font-weight:400}.product-hero__visual{position:relative;z-index:2;display:grid;place-items:center;align-self:center;min-height:29rem}.product-orbit{position:relative;display:grid;place-items:center;width:min(27rem,34vw);aspect-ratio:1;border:1px solid rgba(255,201,40,.75);border-radius:50%;box-shadow:0 0 1rem #ffc92859,inset 0 0 3rem #e7b10a14}.product-orbit:before,.product-orbit:after{content:"";position:absolute;border-radius:50%}.product-orbit:before{inset:9%;border:1px dashed rgba(248,250,252,.18)}.product-orbit:after{inset:-7%;border:1px dotted rgba(231,177,10,.22);animation:orbit-spin 22s linear infinite}.product-orbit span{max-width:72%;text-align:center;font-family:var(--display);font-size:clamp(1.35rem,2.2vw,2.4rem);line-height:1.05;text-transform:uppercase}.product-orbit i{position:absolute;width:.65rem;height:.65rem;border:2px solid var(--deep);border-radius:50%;background:var(--gold);box-shadow:0 0 .8rem var(--gold)}.product-orbit i:nth-of-type(1){top:-.35rem}.product-orbit i:nth-of-type(2){right:-.35rem}.product-orbit i:nth-of-type(3){bottom:-.35rem}.product-orbit i:nth-of-type(4){left:-.35rem}.product-hero__visual small{position:absolute;right:0;bottom:0;color:#f8fafc7a;font-family:var(--mono);font-size:.52rem;text-transform:uppercase}@keyframes orbit-spin{to{transform:rotate(360deg)}}.product-overview{display:grid;grid-template-columns:minmax(18rem,.8fr) minmax(0,1.2fr);gap:clamp(3rem,8vw,9rem);padding:7rem var(--page);color:var(--navy);background:var(--white)}.product-overview h2,.product-facts h2,.product-faq h2{max-width:38rem;margin:1.2rem 0 0;font-size:clamp(2.7rem,4.5vw,5rem);font-weight:400;line-height:.98;letter-spacing:-.055em}.product-benefits{border-top:1px solid rgba(7,22,47,.24)}.product-benefits article{display:grid;grid-template-columns:4rem 1fr;align-items:center;gap:1rem;min-height:7rem;border-bottom:1px solid rgba(7,22,47,.24)}.product-benefits span{color:var(--gold-deep);font-family:var(--mono);font-size:.65rem}.product-benefits p{margin:0;font-size:1.25rem;line-height:1.35}.product-facts{display:grid;grid-template-columns:minmax(18rem,.65fr) minmax(0,1.35fr);gap:clamp(3rem,8vw,9rem);padding:7rem var(--page);background:linear-gradient(145deg,var(--navy),var(--deep))}.product-table{border-top:1px solid var(--line)}.product-table>div{display:grid;grid-template-columns:minmax(9rem,.38fr) 1fr;gap:2rem;padding:1.45rem 0;border-bottom:1px solid var(--line)}.product-table strong{color:var(--gold);font-family:var(--mono);font-size:.62rem;font-weight:500;text-transform:uppercase}.product-table span{color:#f8fafcc7;font-size:.96rem;line-height:1.5}.product-faq{display:grid;grid-template-columns:minmax(18rem,.65fr) minmax(0,1.35fr);gap:clamp(3rem,8vw,9rem);padding:7rem var(--page);color:var(--navy);background:#eef3fa}.product-faq>div:last-child{border-top:1px solid rgba(7,22,47,.24)}.product-faq article{padding:1.7rem 0;border-bottom:1px solid rgba(7,22,47,.24)}.product-faq h3{margin:0 0 .7rem;font-size:1.2rem;font-weight:500}.product-faq article p{max-width:46rem;margin:0;color:#07162fb3;font-size:.94rem;line-height:1.6}.product-contact{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:4rem var(--page);color:var(--navy);background:var(--gold)}.product-contact p{margin:0;font-size:clamp(1.7rem,3vw,3.2rem);letter-spacing:-.04em}.product-contact a{display:flex;justify-content:space-between;gap:3rem;min-width:19rem;padding:1.2rem 1.5rem;color:var(--white);background:var(--navy);font-size:.78rem}.product-footer{display:grid;grid-template-columns:1.2fr 1fr auto;align-items:end;gap:2rem;padding:4rem var(--page) 2rem;background:var(--deep);font-family:var(--mono);font-size:.58rem}.product-footer>a{position:relative;width:min(21rem,100%);height:3.5rem;overflow:hidden}.product-footer img{position:absolute;top:50%;left:0;width:100%;height:auto;transform:translateY(-50%)}.product-footer p{margin:0;color:#f8fafc99}.product-footer>span{color:#f8fafc73}@media(max-width:800px){:root{--page:1.2rem}.product-nav{height:3.7rem}.product-nav__brand{width:10.5rem;height:2.2rem}.product-nav nav>a:first-child{display:none}.product-nav__cta{min-width:7.8rem;padding:.75rem .9rem}.product-hero{grid-template-columns:1fr;min-height:0;padding-top:7rem}.product-breadcrumb{margin-bottom:2.5rem}.product-hero h1{font-size:clamp(3rem,13vw,4.2rem)}.product-lead{font-size:.95rem}.product-hero__visual{min-height:23rem;margin-top:2.5rem}.product-orbit{width:min(21rem,78vw)}.product-hero__visual small{right:auto;bottom:.5rem}.product-overview,.product-facts,.product-faq{grid-template-columns:1fr;gap:3rem;padding-top:5rem;padding-bottom:5rem}.product-overview h2,.product-facts h2,.product-faq h2{font-size:clamp(2.5rem,11vw,3.6rem)}.product-benefits article{grid-template-columns:2.5rem 1fr;min-height:6rem}.product-benefits p{font-size:1.05rem}.product-table>div{grid-template-columns:1fr;gap:.55rem}.product-contact{align-items:flex-start;flex-direction:column}.product-contact a{min-width:0;width:100%}.product-footer{grid-template-columns:1fr;align-items:start}.product-footer>a{width:18rem}}.product-hero h1,.product-overview h2,.product-facts h2,.product-faq h2,.product-orbit span{font-family:var(--display);font-weight:400;letter-spacing:-.045em}.product-faq h3,.product-button,.product-contact a{font-family:var(--sans)}.product-button,.product-contact a{font-weight:500}.product-nav nav,.product-breadcrumb,.product-kicker,.product-hero__visual small,.product-benefits span,.product-table strong,.product-footer{font-family:var(--mono);line-height:1.45;letter-spacing:.075em}.product-breadcrumb,.product-hero__visual small,.product-footer{font-size:.625rem}@media(max-width:800px){.product-nav nav,.product-breadcrumb,.product-kicker,.product-hero__visual small,.product-table strong,.product-footer{font-size:.625rem}.product-hero__visual small{max-width:16rem;text-align:center}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.product-orbit:after{animation:none}}
