.Header-module__ldgnoG__header{height:var(--header-height);z-index:1000;background:0 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.Header-module__ldgnoG__scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#02040af2}.Header-module__ldgnoG__inner{max-width:var(--max-width);justify-content:space-between;align-items:center;height:100%;margin:0 auto;padding:0 2rem;display:flex}.Header-module__ldgnoG__logo{font-family:var(--font-heading);color:var(--text-primary);z-index:10001;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:800;display:flex}.Header-module__ldgnoG__flashIcon{color:var(--accent);text-shadow:0 0 10px var(--accent)}.Header-module__ldgnoG__desktopNav{gap:2rem;display:flex}@media (max-width:768px){.Header-module__ldgnoG__desktopNav{display:none}}.Header-module__ldgnoG__navLink{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.875rem;font-weight:700;transition:color .2s}.Header-module__ldgnoG__navLink:hover,.Header-module__ldgnoG__active{color:var(--accent)}.Header-module__ldgnoG__terminalToggle{z-index:10001;flex-direction:column;gap:6px;display:none}@media (max-width:768px){.Header-module__ldgnoG__terminalToggle{display:flex}}.Header-module__ldgnoG__bar{background:var(--accent);width:24px;height:2px;box-shadow:0 0 5px var(--accent);transition:all .3s cubic-bezier(.8,0,.2,1)}.Header-module__ldgnoG__toggleActive .Header-module__ldgnoG__bar:first-child{transform:translateY(8px)rotate(45deg)}.Header-module__ldgnoG__toggleActive .Header-module__ldgnoG__bar:nth-child(2){opacity:0}.Header-module__ldgnoG__toggleActive .Header-module__ldgnoG__bar:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.Header-module__ldgnoG__terminalMenu{z-index:10000;background:#05070c;flex-direction:column;width:100%;height:100vh;transition:right .4s cubic-bezier(.8,0,.2,1);display:flex;position:fixed;top:0;right:-100%}.Header-module__ldgnoG__menuOpen{right:0}.Header-module__ldgnoG__menuHeader{border-bottom:1px solid var(--border);background:#0a0d14;justify-content:space-between;align-items:center;padding:4rem 2rem 1rem;display:flex}.Header-module__ldgnoG__dots{gap:.5rem;display:flex}.Header-module__ldgnoG__dots span{background:#333;border-radius:50%;width:8px;height:8px}.Header-module__ldgnoG__dots span:first-child{background:#ff5f56}.Header-module__ldgnoG__dots span:nth-child(2){background:#ffbd2e}.Header-module__ldgnoG__dots span:nth-child(3){background:#27c93f}.Header-module__ldgnoG__headerTitle{color:var(--text-muted);font-family:Courier New,monospace;font-size:.75rem}.Header-module__ldgnoG__menuBody{flex-grow:1;justify-content:center;align-items:center;padding:2rem;display:flex}.Header-module__ldgnoG__menuGrid{flex-direction:column;gap:1.5rem;width:100%;max-width:400px;display:flex}.Header-module__ldgnoG__menuItem{border:1px solid var(--border);border-radius:var(--radius-md);background:#ffffff05;align-items:center;gap:1.5rem;padding:1.5rem;transition:all .2s;display:flex}.Header-module__ldgnoG__menuItem:hover{border-color:var(--accent);background:#00f2ff0d}.Header-module__ldgnoG__index{color:var(--accent);opacity:.5;font-family:Courier New,monospace}.Header-module__ldgnoG__label{color:var(--text-primary);flex-grow:1;font-size:1.25rem;font-weight:800}.Header-module__ldgnoG__status{color:var(--accent);font-family:Courier New,monospace;font-size:.65rem}.Header-module__ldgnoG__menuFooter{border-top:1px solid var(--border);background:#080a0f;align-items:center;gap:1rem;padding:2rem;display:flex}.Header-module__ldgnoG__footerText{color:var(--text-muted);font-family:Courier New,monospace;font-size:.75rem}.Header-module__ldgnoG__cursor{background:var(--accent);width:8px;height:15px;animation:1s infinite Header-module__ldgnoG__blink}@keyframes Header-module__ldgnoG__blink{0%,to{opacity:1}50%{opacity:0}}
.Footer-module__Grjkva__footer{background:var(--bg-secondary);border-top:1px solid var(--border);color:var(--text-muted);padding:6rem 2rem 2rem}.Footer-module__Grjkva__container{max-width:var(--max-width);margin:0 auto}.Footer-module__Grjkva__mainGrid{grid-template-columns:1.5fr 1fr 1.5fr;gap:4rem;margin-bottom:6rem;display:grid}.Footer-module__Grjkva__brandCol{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__Grjkva__logo{align-items:center;gap:.75rem;display:flex}.Footer-module__Grjkva__flashIcon{color:var(--accent);text-shadow:0 0 10px var(--accent);font-size:1.5rem}.Footer-module__Grjkva__brandName{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:1px;font-size:1.75rem;font-weight:800}.Footer-module__Grjkva__brandDesc{font-size:1rem;line-height:1.6}.Footer-module__Grjkva__colTitle{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:2px;margin-bottom:2rem;font-size:1rem}.Footer-module__Grjkva__nav{flex-direction:column;gap:1rem;display:flex}.Footer-module__Grjkva__footerLink{color:var(--text-muted);text-transform:uppercase;font-size:.875rem;font-weight:600;transition:all .2s}.Footer-module__Grjkva__footerLink:hover{color:var(--accent);transform:translate(5px)}.Footer-module__Grjkva__logoGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.Footer-module__Grjkva__safetyLogo{border-radius:var(--radius-md);background:#ffffff08;border:1px solid #ffffff0d;justify-content:center;align-items:center;padding:1rem;transition:all .2s;display:flex}.Footer-module__Grjkva__safetyLogo:hover{border-color:var(--border-accent);background:#ffffff0f}.Footer-module__Grjkva__legalSection{border-radius:var(--radius-lg);border:1px solid var(--border);background:#0003;margin-bottom:4rem;padding:3rem}.Footer-module__Grjkva__legalHeader{align-items:center;gap:1.5rem;margin-bottom:2.5rem;display:flex}.Footer-module__Grjkva__badge18{color:#fff;border-radius:var(--radius-sm);background:#ff3c3c;padding:.25rem .75rem;font-size:1rem;font-weight:900}.Footer-module__Grjkva__legalTag{color:var(--text-primary);letter-spacing:2px;font-size:.875rem;font-weight:700}.Footer-module__Grjkva__legalGrid{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.Footer-module__Grjkva__legalItem h5{color:var(--text-primary);letter-spacing:1px;margin-bottom:1rem;font-size:.75rem}.Footer-module__Grjkva__legalItem p{opacity:.7;font-size:.8125rem;line-height:1.7}.Footer-module__Grjkva__bottomBar{border-top:1px solid var(--border);letter-spacing:1px;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.75rem;font-weight:600;display:flex}.Footer-module__Grjkva__bottomLinks{gap:2rem;display:flex}.Footer-module__Grjkva__bottomLinks a:hover{color:var(--accent)}@media (max-width:1024px){.Footer-module__Grjkva__mainGrid{grid-template-columns:1fr;gap:3rem}.Footer-module__Grjkva__legalGrid{grid-template-columns:1fr;gap:2rem}}@media (max-width:768px){.Footer-module__Grjkva__footer{padding:4rem 1.5rem 2rem}.Footer-module__Grjkva__legalSection{padding:2rem 1.5rem}.Footer-module__Grjkva__bottomBar{text-align:center;flex-direction:column;gap:1.5rem}}
.CookieConsent-module__ORNcuG__bar{z-index:9999;background:var(--bg-card);border-top:1px solid var(--border-accent);padding:16px 24px;animation:.4s cubic-bezier(.4,0,.2,1) CookieConsent-module__ORNcuG__slideUp;position:fixed;bottom:0;left:0;right:0}@keyframes CookieConsent-module__ORNcuG__slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.CookieConsent-module__ORNcuG__inner{max-width:var(--max-width);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;margin:0 auto;display:flex}.CookieConsent-module__ORNcuG__content{flex:1;align-items:center;gap:12px;min-width:220px;display:flex}.CookieConsent-module__ORNcuG__icon{flex-shrink:0;font-size:1.4rem}.CookieConsent-module__ORNcuG__text{color:var(--text-muted);font-size:.875rem;line-height:1.5}.CookieConsent-module__ORNcuG__link{color:var(--accent);text-decoration:underline}.CookieConsent-module__ORNcuG__btns{flex-shrink:0;gap:10px;display:flex}.CookieConsent-module__ORNcuG__decline,.CookieConsent-module__ORNcuG__accept{border-radius:var(--radius-full);cursor:pointer;padding:9px 22px;font-size:.875rem;font-weight:600;transition:opacity .2s,transform .2s}.CookieConsent-module__ORNcuG__decline{color:var(--text-muted);border:1px solid var(--border);background:#ffffff0f}.CookieConsent-module__ORNcuG__decline:hover{opacity:.8}.CookieConsent-module__ORNcuG__accept{background:var(--gradient-accent);color:#fff;box-shadow:var(--shadow-accent)}.CookieConsent-module__ORNcuG__accept:hover{opacity:.88;transform:translateY(-1px)}@media (max-width:480px){.CookieConsent-module__ORNcuG__btns{width:100%}.CookieConsent-module__ORNcuG__decline,.CookieConsent-module__ORNcuG__accept{text-align:center;flex:1}}
.IntroOverlay-module__CSdmTa__overlay{z-index:10000;pointer-events:none;background:#000;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.8s ease-out forwards IntroOverlay-module__CSdmTa__overlay-fade;display:flex;position:fixed;top:0;left:0;overflow:hidden}@keyframes IntroOverlay-module__CSdmTa__overlay-fade{0%,70%{opacity:1}to{opacity:0}}.IntroOverlay-module__CSdmTa__boltWrapper{will-change:transform, opacity;justify-content:center;align-items:center;width:200px;height:200px;animation:.8s cubic-bezier(.4,0,.2,1) forwards IntroOverlay-module__CSdmTa__bolt-zoom;display:flex}.IntroOverlay-module__CSdmTa__mainBolt{width:100%;height:100%;filter:drop-shadow(0 0 15px var(--accent))}@keyframes IntroOverlay-module__CSdmTa__bolt-zoom{0%{opacity:0;transform:scale(.2)}20%{opacity:1}to{opacity:1;transform:scale(15)}}
.FloatingEnergy-module__mNaYTW__container{pointer-events:none;z-index:1;position:fixed;inset:0;overflow:hidden}.FloatingEnergy-module__mNaYTW__spark{left:var(--left);top:var(--top);opacity:0;will-change:transform, opacity;animation:FloatingEnergy-module__mNaYTW__spark-entry .3s ease-out var(--delay) forwards, FloatingEnergy-module__mNaYTW__spark-float 15s linear calc(var(--delay) + .3s) infinite;position:absolute}.FloatingEnergy-module__mNaYTW__material{background:var(--accent);width:40px;height:1px;box-shadow:0 0 10px var(--accent)}@keyframes FloatingEnergy-module__mNaYTW__spark-entry{0%{opacity:0;transform:scale(2)}to{opacity:.3;transform:scale(1)}}@keyframes FloatingEnergy-module__mNaYTW__spark-float{0%{transform:translate(0)}to{transform:translate(var(--dest-x), var(--dest-y))}}
.FAQSection-module__XrVDtW__section{background:var(--bg-primary);padding:8rem 2rem}.FAQSection-module__XrVDtW__container{border:1px solid var(--border);border-radius:var(--radius-md);background:#05070c;max-width:1000px;margin:0 auto;overflow:hidden;box-shadow:0 30px 60px #00000080}.FAQSection-module__XrVDtW__consoleHeader{border-bottom:1px solid var(--border);background:#0a0d14;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;display:flex}.FAQSection-module__XrVDtW__dots{gap:.5rem;display:flex}.FAQSection-module__XrVDtW__dots span{background:#ffffff1a;border-radius:50%;width:10px;height:10px}.FAQSection-module__XrVDtW__dots span:first-child{background:#ff5f56}.FAQSection-module__XrVDtW__dots span:nth-child(2){background:#ffbd2e}.FAQSection-module__XrVDtW__dots span:nth-child(3){background:#27c93f}.FAQSection-module__XrVDtW__consoleTitle{color:var(--text-muted);letter-spacing:2px;font-family:Courier New,Courier,monospace;font-size:.75rem}.FAQSection-module__XrVDtW__terminalBody{grid-template-columns:300px 1fr;min-height:400px;display:grid}.FAQSection-module__XrVDtW__sidebar{border-right:1px solid var(--border);background:#080a0f;padding:1rem 0}.FAQSection-module__XrVDtW__navItem{text-align:left;width:100%;color:var(--text-muted);border-left:2px solid #0000;align-items:center;gap:1rem;padding:1rem 1.5rem;font-size:.8125rem;transition:all .2s;display:flex}.FAQSection-module__XrVDtW__navItem:hover{color:var(--text-primary);background:#ffffff05}.FAQSection-module__XrVDtW__navActive{color:var(--accent);border-left-color:var(--accent);background:#00f2ff0d}.FAQSection-module__XrVDtW__lineNum{opacity:.3;font-family:Courier New,Courier,monospace}.FAQSection-module__XrVDtW__qShort{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.FAQSection-module__XrVDtW__mainOutput{background:#05070c;padding:3rem;position:relative}.FAQSection-module__XrVDtW__commandLine{color:var(--text-primary);margin-bottom:2rem;font-family:Courier New,Courier,monospace;font-size:1.125rem}.FAQSection-module__XrVDtW__prompt{color:var(--accent);margin-right:1rem}.FAQSection-module__XrVDtW__response{color:var(--text-muted);font-size:1rem;line-height:1.8;animation:.5s FAQSection-module__XrVDtW__typing-fade}@keyframes FAQSection-module__XrVDtW__typing-fade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.FAQSection-module__XrVDtW__cursor{background:var(--accent);width:10px;height:20px;margin-top:2rem;animation:1s infinite FAQSection-module__XrVDtW__blink}@keyframes FAQSection-module__XrVDtW__blink{0%,to{opacity:1}50%{opacity:0}}@media (max-width:768px){.FAQSection-module__XrVDtW__terminalBody{grid-template-columns:1fr}.FAQSection-module__XrVDtW__sidebar{border-right:none;border-bottom:1px solid var(--border);max-height:200px;overflow-y:auto}.FAQSection-module__XrVDtW__mainOutput{padding:1.5rem}}
.Hero-module__JgYmMq__hero{padding:var(--header-height) 1rem .5rem;background:var(--bg-primary);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__container{z-index:10;text-align:center;width:100%;max-width:800px;position:relative}.Hero-module__JgYmMq__topRow{justify-content:center;align-items:center;gap:1.5rem;margin-bottom:1rem;display:flex}.Hero-module__JgYmMq__badge{font-family:var(--font-heading);color:var(--accent);border:1px solid var(--accent);letter-spacing:1px;background:#00f2ff1a;border-radius:4px;padding:.2rem .75rem;font-size:.75rem}.Hero-module__JgYmMq__statusLine{color:var(--text-muted);letter-spacing:1px;align-items:center;gap:.5rem;font-size:.65rem;font-weight:700;display:flex}.Hero-module__JgYmMq__dot{background:#27c93f;border-radius:50%;width:6px;height:6px;animation:1s infinite Hero-module__JgYmMq__pulse-dot;box-shadow:0 0 8px #27c93f}@keyframes Hero-module__JgYmMq__pulse-dot{0%,to{opacity:1}50%{opacity:.5}}.Hero-module__JgYmMq__heading{font-family:var(--font-heading);color:var(--text-primary);text-transform:uppercase;margin-bottom:1rem;font-size:clamp(1.75rem,6vw,3.5rem);font-weight:800;line-height:1.1}.Hero-module__JgYmMq__flashText{color:var(--accent);text-shadow:0 0 20px #00f2ff80;transition:transform .3s,opacity .3s;animation:4s infinite Hero-module__JgYmMq__text-flash;display:inline-block}.Hero-module__JgYmMq__flipping{opacity:0;transform:translateY(10px)rotateX(90deg)}.Hero-module__JgYmMq__sub{color:var(--text-muted);max-width:400px;margin:0 auto;font-size:.875rem;line-height:1.5}.Hero-module__JgYmMq__glitchBox{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__JgYmMq__glitchLine{background:linear-gradient(90deg, transparent, var(--accent), transparent);opacity:.1;width:100%;height:1px;position:absolute}.Hero-module__JgYmMq__glitchLine:first-child{animation:3s linear infinite Hero-module__JgYmMq__glitch-move;top:20%}.Hero-module__JgYmMq__glitchLine:nth-child(2){animation:5s linear infinite reverse Hero-module__JgYmMq__glitch-move;top:80%}@keyframes Hero-module__JgYmMq__glitch-move{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media (max-width:768px){.Hero-module__JgYmMq__hero{padding-top:var(--header-height)}.Hero-module__JgYmMq__heading{font-size:2.25rem}.Hero-module__JgYmMq__topRow{gap:.75rem}}
.OfferCard-module__IE_x8G__card{border:1px solid var(--border);border-radius:var(--radius-md);background:#ffffff08;flex-direction:column;gap:1.5rem;width:100%;padding:1.5rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.OfferCard-module__IE_x8G__logoRow{justify-content:space-between;align-items:flex-start;display:flex}.OfferCard-module__IE_x8G__logoWrap{justify-content:center;align-items:center;width:120px;height:50px;display:flex}.OfferCard-module__IE_x8G__rank{font-family:var(--font-heading);color:var(--accent);opacity:.4;font-size:.875rem;font-weight:700}.OfferCard-module__IE_x8G__mainInfo{text-align:center;flex-direction:column;gap:.5rem;display:flex}.OfferCard-module__IE_x8G__name{color:var(--text-primary);font-size:1.125rem;font-weight:700}.OfferCard-module__IE_x8G__bonus{font-family:var(--font-heading);color:var(--accent);text-transform:uppercase;font-size:1.5rem;font-weight:800;line-height:1}.OfferCard-module__IE_x8G__rating{color:var(--text-muted);justify-content:center;align-items:center;gap:.25rem;font-size:.875rem;display:flex}.OfferCard-module__IE_x8G__star{color:var(--flash-yellow)}.OfferCard-module__IE_x8G__actions{width:100%}.OfferCard-module__IE_x8G__cta{background:var(--accent);color:#000;text-transform:uppercase;letter-spacing:2px;border-radius:var(--radius-sm);width:100%;padding:1rem;font-size:1rem;font-weight:900;transition:all .2s}.OfferCard-module__IE_x8G__cta:hover{filter:brightness(1.1);box-shadow:0 0 20px #00f2ff66}.OfferCard-module__IE_x8G__surging{animation:.1s infinite OfferCard-module__IE_x8G__electrical-shake;border-color:var(--flash-red)!important}@media (max-width:480px){.OfferCard-module__IE_x8G__card{gap:1rem;padding:1rem}.OfferCard-module__IE_x8G__logoWrap{width:100px}.OfferCard-module__IE_x8G__bonus{font-size:1.25rem}}
.OffersSection-module__VgS_TW__section{background:var(--bg-primary);padding:1rem 0 4rem;position:relative}.OffersSection-module__VgS_TW__carousel{flex-direction:column;gap:1.5rem;max-width:900px;margin:0 auto;padding:0 1.5rem;display:flex}.OffersSection-module__VgS_TW__slide{width:100%}@media (max-width:768px){.OffersSection-module__VgS_TW__section{padding:.5rem 0 3rem}.OffersSection-module__VgS_TW__carousel{gap:1rem;padding:0 1rem}.OffersSection-module__VgS_TW__slide{width:100%;min-width:unset}}.OffersSection-module__VgS_TW__legal{text-align:center;color:var(--text-muted);margin-top:2rem;padding:0 1.5rem;font-size:.7rem;line-height:1.5}.OffersSection-module__VgS_TW__legal a{color:var(--accent);text-decoration:underline}
.WhySection-module__NMD-qW__section{background:var(--bg-section);perspective:1000px;padding:8rem 2rem}.WhySection-module__NMD-qW__container{max-width:var(--max-width);grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin:0 auto;display:grid}.WhySection-module__NMD-qW__visualSide{justify-content:center;align-items:center;display:flex}.WhySection-module__NMD-qW__phoneFrame{background:#111;border:4px solid #333;border-radius:40px;width:280px;height:540px;padding:10px;transition:transform .5s cubic-bezier(.175,.885,.32,1.275);position:relative;transform:rotateY(-20deg)rotateX(10deg);box-shadow:20px 20px 60px #00000080,-5px -5px 20px #ffffff0d}.WhySection-module__NMD-qW__phoneFrame:hover{transform:rotateY(0)rotateX(0)scale(1.05)}.WhySection-module__NMD-qW__phoneScreen{background:#05070c;border:1px solid #ffffff0d;border-radius:30px;width:100%;height:100%;position:relative;overflow:hidden}.WhySection-module__NMD-qW__phoneContent{text-align:center;background:linear-gradient(#00f2ff0d 0%,#0000 100%);flex-direction:column;align-items:center;gap:2rem;height:100%;padding:3rem 2rem;display:flex}.WhySection-module__NMD-qW__phoneIcon{color:var(--accent);filter:drop-shadow(0 0 10px var(--accent));font-size:3rem}.WhySection-module__NMD-qW__phoneContent h3{font-family:var(--font-heading);color:var(--text-primary);font-size:1.5rem}.WhySection-module__NMD-qW__phoneContent p{color:var(--text-muted);font-size:.875rem;line-height:1.6}.WhySection-module__NMD-qW__phoneBadge{background:var(--accent);color:#000;border-radius:var(--radius-full);margin-top:auto;padding:.5rem 1.5rem;font-size:.75rem;font-weight:800}.WhySection-module__NMD-qW__phoneButton{border:1px solid #333;border-radius:50%;width:40px;height:40px;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.WhySection-module__NMD-qW__contentSide{flex-direction:column;gap:3rem;display:flex}.WhySection-module__NMD-qW__title{font-family:var(--font-heading);color:var(--text-primary);font-size:3rem;font-weight:800}.WhySection-module__NMD-qW__tabList{flex-direction:column;gap:1.5rem;display:flex}.WhySection-module__NMD-qW__tab{border:1px solid var(--border);border-radius:var(--radius-md);text-align:left;background:#ffffff05;align-items:center;gap:2rem;padding:1.5rem 2rem;transition:all .3s;display:flex}.WhySection-module__NMD-qW__activeTab{border-color:var(--accent);background:#00f2ff0d;transform:translate(1rem)}.WhySection-module__NMD-qW__tabNum{font-family:var(--font-heading);color:var(--accent);font-size:1.25rem;font-weight:700}.WhySection-module__NMD-qW__tabTitle{color:var(--text-primary);font-weight:700}@media (max-width:1024px){.WhySection-module__NMD-qW__container{grid-template-columns:1fr;gap:2rem}.WhySection-module__NMD-qW__visualSide{order:2}.WhySection-module__NMD-qW__phoneFrame{width:240px;height:460px;transform:rotateY(0)rotateX(0)}.WhySection-module__NMD-qW__activeTab{transform:none}.WhySection-module__NMD-qW__title{text-align:center;font-size:2rem}}
.StaticPage-module__BfFF1G__hero{background:var(--bg-secondary);border-bottom:1px solid var(--border);text-align:center;padding:80px 0 64px}.StaticPage-module__BfFF1G__container{max-width:820px;margin:0 auto;padding:0 24px}.StaticPage-module__BfFF1G__heading{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(2rem,5vw,3.2rem);font-weight:900}.StaticPage-module__BfFF1G__lead{color:var(--text-muted);font-size:1.1rem;line-height:1.65}.StaticPage-module__BfFF1G__body{padding:72px 0 100px}.StaticPage-module__BfFF1G__section{margin-bottom:48px}.StaticPage-module__BfFF1G__sectionTitle{font-family:var(--font-heading);color:var(--accent);border-bottom:1px solid var(--border);margin-bottom:16px;padding-bottom:10px;font-size:1.2rem;font-weight:700}.StaticPage-module__BfFF1G__section p{color:var(--text-muted);margin-bottom:14px;font-size:.95rem;line-height:1.75}.StaticPage-module__BfFF1G__section p:last-child{margin-bottom:0}.StaticPage-module__BfFF1G__list{flex-direction:column;gap:10px;margin-top:8px;display:flex}.StaticPage-module__BfFF1G__list li{color:var(--text-muted);padding-left:12px;font-size:.95rem;line-height:1.6}.StaticPage-module__BfFF1G__link{color:var(--accent);text-decoration:underline}.StaticPage-module__BfFF1G__link:hover{opacity:.8}.StaticPage-module__BfFF1G__highlight{color:var(--accent);font-weight:600}.StaticPage-module__BfFF1G__updated{color:var(--text-muted);border-top:1px solid var(--border);margin-top:48px;padding-top:24px;font-size:.8rem;font-style:italic}
