:root{--bg:#0b0a0e;--bg-elevated:#131119;--bg-card:#1a1722;--bg-hover:#221e2c;--border:#2a2633;--border-subtle:#201d28;--text-primary:#f4f1ec;--text-secondary:#aba4b2;--text-tertiary:#756e7e;--text-muted:#574f60;--accent:#6e56f0;--accent-hover:#5a43d9;--accent-2:#9b6df0;--accent-warm:#e4b988;--accent-subtle:#6e56f014;--accent-glow:#6e56f026;--gradient-signature:linear-gradient(120deg,var(--accent)0%,var(--accent-2)55%,var(--accent-warm)100%);--green:#22c55e;--blue:#3b82f6;--section-padding:88px 0;--container-width:1200px;--container-padding:0 24px;--font-display:-apple-system,BlinkMacSystemFont,"Segoe UI","Inter",Roboto,sans-serif;--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI","Inter",Roboto,sans-serif;--font-mono:"SF Mono","Fira Code","Consolas",monospace;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--ease:cubic-bezier(.16,1,.3,1)}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:clip}body{font-family:var(--font-sans);background:var(--bg);color:var(--text-primary);text-wrap:pretty;max-width:100vw;font-size:16px;line-height:1.6;overflow-x:clip}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-optical-sizing:auto}.skip-to-content{z-index:10000;background:var(--accent);color:#fff;border-radius:var(--radius-sm);padding:10px 16px;font-size:14px;font-weight:600;transition:top .15s;position:absolute;top:-100px;left:8px}.skip-to-content:focus{outline-offset:2px;outline:2px solid #fff;top:8px}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}img{max-width:100%;display:block}.container{max-width:var(--container-width);padding:var(--container-padding);margin:0 auto}.container--narrow{max-width:800px}.container--wide{max-width:1400px}.section{padding:var(--section-padding);position:relative}.section--sm{padding:80px 0}.section--flush{padding:0}.heading-xl{font-family:var(--font-display);font-optical-sizing:auto;letter-spacing:-.015em;text-wrap:balance;font-size:clamp(40px,6vw,72px);font-weight:600;line-height:1.05}.heading-lg{font-family:var(--font-display);font-optical-sizing:auto;letter-spacing:-.012em;text-wrap:balance;font-size:clamp(32px,4vw,48px);font-weight:600;line-height:1.1}.text-faded{color:var(--text-muted)}.heading-md{font-family:var(--font-display);font-optical-sizing:auto;letter-spacing:-.01em;text-wrap:balance;font-size:clamp(24px,3vw,32px);font-weight:600;line-height:1.2}.heading-sm{font-family:var(--font-display);font-optical-sizing:auto;text-wrap:balance;font-size:20px;font-weight:600;line-height:1.3}.text-lg{color:var(--text-secondary);text-wrap:pretty;font-size:18px;line-height:1.6}.text-xl{color:var(--text-secondary);text-wrap:pretty;font-size:clamp(20px,2.5vw,24px);line-height:1.5}.text-md{color:var(--text-secondary);text-wrap:pretty;font-size:16px;line-height:1.6}.text-sm{color:var(--text-tertiary);font-size:14px;line-height:1.5}.text-mono{font-family:var(--font-mono)}.text-gradient{background:linear-gradient(135deg,#fff 0%,var(--text-secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-accent{color:var(--accent)}.btn{border-radius:var(--radius-sm);cursor:pointer;transition:all .2s var(--ease);white-space:nowrap;border:none;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:15px;font-weight:500;display:inline-flex}.btn--primary{color:#fff;isolation:isolate;position:relative;overflow:hidden}.btn--primary:before{content:"";background:var(--accent);z-index:-1;position:absolute;inset:0}.btn--primary:hover{transform:translateY(-1px);box-shadow:0 8px 28px #6e56f059}.btn--primary:hover:before{background:var(--accent-hover)}.btn--cta{color:#fff;isolation:isolate;background:#ffffff0f;border:1px solid #ffffff1a;transition:background .4s,border-color .4s,transform .2s,box-shadow .2s;position:relative;overflow:hidden}.btn--cta:before{content:"";background:var(--gradient-signature);z-index:-1;opacity:0;transition:opacity .5s;position:absolute;inset:0}.btn--cta:hover{background:#ffffff1f;transform:translateY(-1px)}.btn--cta:hover:before{opacity:.45}.btn--cta.btn--cta-active{background:0 0;border-color:#0000}.btn--cta.btn--cta-active:before{opacity:1}.btn--cta.btn--cta-active:hover{background:0 0;box-shadow:0 8px 28px #6e56f059}.btn--secondary{color:var(--text-primary);border:1px solid var(--border);background:0 0}.btn--secondary:hover{background:var(--bg-hover);border-color:var(--text-muted)}.btn--ghost{color:#fff;background:#ffffff1a;border:1px solid #ffffff2e;transition:background .2s,transform .2s}.btn--ghost:hover{background:#fff3;transform:translateY(-1px)}.btn--lg{border-radius:var(--radius-md);padding:16px 32px;font-size:16px}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:all .3s var(--ease);padding:32px}.card:hover{border-color:var(--text-muted);transform:translateY(-2px);box-shadow:0 8px 32px #0000004d}.pill{background:var(--accent-subtle);color:var(--accent);border:1px solid #7c3aed26;border-radius:100px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:500;display:inline-flex}.divider{background:var(--border);border:none;height:1px;margin:0}.grid-2{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}@media (max-width:1024px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section{padding:56px 0}.section--sm{padding:40px 0}.btn--lg{padding:14px 24px;font-size:15px}.card{padding:24px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s var(--ease)both}.fade-in-delay-1{animation-delay:.1s}.fade-in-delay-2{animation-delay:.2s}.fade-in-delay-3{animation-delay:.3s}.fade-in-delay-4{animation-delay:.4s}
.Header-module__34ke9W__header{z-index:100;position:fixed;top:0;left:0;right:0}.Header-module__34ke9W__navBar{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-bottom:1px solid var(--border-subtle);z-index:2;background:#09090b4d;position:relative}.Header-module__34ke9W__inner{max-width:var(--container-width);justify-content:space-between;align-items:center;height:64px;margin:0 auto;padding:0 24px;display:flex}.Header-module__34ke9W__logo{z-index:10;flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.Header-module__34ke9W__logoText{color:var(--text-primary);letter-spacing:-.02em;font-size:18px;font-weight:600}.Header-module__34ke9W__desktopNav{align-items:center;gap:4px;display:flex}.Header-module__34ke9W__navItem{position:relative}.Header-module__34ke9W__navLink{color:var(--text-secondary);border-radius:var(--radius-sm);align-items:center;gap:4px;padding:8px 14px;font-size:14px;font-weight:450;text-decoration:none;transition:color .2s;display:flex;position:relative}.Header-module__34ke9W__navLink:after{content:"";background:var(--gradient-signature);transform-origin:0;border-radius:1px;height:2px;transition:transform .15s cubic-bezier(.4,0,.2,1);position:absolute;bottom:4px;left:14px;right:14px;transform:scaleX(0)}.Header-module__34ke9W__navLink:hover,.Header-module__34ke9W__navLinkActive{color:#fff}.Header-module__34ke9W__navLink:hover:after,.Header-module__34ke9W__navLinkActive:after{transition:transform .5s cubic-bezier(.22,1,.36,1);transform:scaleX(1)}.Header-module__34ke9W__megaMenu{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-bottom:1px solid var(--border);animation:Header-module__34ke9W__megaIn .2s var(--ease);z-index:1;background:#09090bb3;position:fixed;top:64px;left:0;right:0;box-shadow:0 12px 40px #00000080}.Header-module__34ke9W__megaInner{max-width:var(--container-width);margin:0 auto;padding:24px}.Header-module__34ke9W__appleInner{max-width:var(--container-width);gap:80px;margin:0 auto;padding:40px 24px 48px;display:flex}.Header-module__34ke9W__appleColumn{min-width:0}.Header-module__34ke9W__appleColumnLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);margin-bottom:20px;font-size:12px;font-weight:600}.Header-module__34ke9W__appleList{flex-direction:column;display:flex}.Header-module__34ke9W__applePrimaryLink{color:var(--text-primary);transition:opacity .15s var(--ease);padding:4px 0;font-size:28px;font-weight:600;line-height:1.25;text-decoration:none}.Header-module__34ke9W__applePrimaryLink:hover{opacity:.6}.Header-module__34ke9W__appleSupportLink{color:var(--text-secondary);transition:color .15s var(--ease);padding:6px 0;font-size:15px;font-weight:500;line-height:1.5;text-decoration:none}.Header-module__34ke9W__appleSupportLink:hover{color:var(--text-primary)}.Header-module__34ke9W__megaGrid{grid-template-columns:repeat(3,1fr);gap:4px;display:grid}.Header-module__34ke9W__megaColumns{gap:32px;display:flex}.Header-module__34ke9W__megaColumn{flex:1;min-width:0}.Header-module__34ke9W__megaCategoryLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);border-bottom:1px solid var(--border-subtle);align-items:center;gap:6px;margin-bottom:4px;padding:0 16px 10px;font-size:12px;font-weight:700;display:flex}.Header-module__34ke9W__megaItem{border-radius:var(--radius-sm);align-self:start;align-items:flex-start;gap:12px;padding:10px 16px;text-decoration:none;transition:background .15s;display:flex}.Header-module__34ke9W__megaItem:hover{background:#ffffff0a}.Header-module__34ke9W__megaIcon{border-radius:var(--radius-sm);background:var(--accent-subtle);width:36px;height:36px;transition:transform .2s var(--ease),filter .2s;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:flex}.Header-module__34ke9W__megaItem:hover .Header-module__34ke9W__megaIcon{filter:brightness(1.15);transform:scale(1.08)}.Header-module__34ke9W__megaLabel{color:var(--text-primary);font-size:14px;font-weight:500;line-height:1.3}.Header-module__34ke9W__megaDesc{color:var(--text-tertiary);margin-top:2px;font-size:13px;line-height:1.4}.Header-module__34ke9W__megaItem:hover .Header-module__34ke9W__megaDesc{color:var(--text-secondary)}.Header-module__34ke9W__megaItemHighlighted{background:#ef44440a;border:1px solid #ef44441f;margin:-1px}.Header-module__34ke9W__megaItemHighlighted:hover{background:#ef444414;border-color:#ef444433}.Header-module__34ke9W__megaBadge{text-transform:uppercase;letter-spacing:.04em;color:#ef4444;vertical-align:middle;background:#ef44441f;border-radius:100px;margin-left:8px;padding:1px 6px;font-size:10px;font-weight:700;display:inline-block}.Header-module__34ke9W__megaSplit{align-items:stretch;gap:16px;display:flex}.Header-module__34ke9W__megaFeatured{border-radius:var(--radius-md);color:inherit;background:#ef44440a;border:1px solid #ef44441a;flex-direction:column;gap:10px;min-width:280px;max-width:320px;padding:20px;text-decoration:none;transition:background .15s,border-color .15s;display:flex}.Header-module__34ke9W__megaFeatured:hover{background:#ef444414;border-color:#ef444433}.Header-module__34ke9W__megaFeaturedIcon{border-radius:var(--radius-sm);justify-content:center;align-items:center;width:44px;height:44px;display:flex}.Header-module__34ke9W__megaGrid2x2{flex:1;grid-template-columns:repeat(2,1fr);gap:4px;display:grid}.Header-module__34ke9W__megaFooter{border-top:1px solid var(--border-subtle);text-align:center;margin-top:16px;padding-top:16px}.Header-module__34ke9W__megaFooterLink{color:var(--accent);align-items:center;gap:6px;font-size:14px;font-weight:500;text-decoration:none;transition:gap .2s;display:inline-flex}.Header-module__34ke9W__megaFooterLink:hover{gap:10px}.Header-module__34ke9W__actions{align-items:center;gap:12px;display:flex}.Header-module__34ke9W__signIn{color:var(--text-secondary);padding:8px 16px;font-size:14px;font-weight:450;text-decoration:none;transition:color .2s}.Header-module__34ke9W__signIn:hover{color:var(--text-primary)}.Header-module__34ke9W__cta{padding:8px 20px;font-size:14px;transition:all .4s}.Header-module__34ke9W__mobileToggle{color:var(--text-primary);cursor:pointer;z-index:10;background:0 0;border:none;padding:4px;display:none}.Header-module__34ke9W__mobileNav{display:none}@keyframes Header-module__34ke9W__megaIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.Header-module__34ke9W__desktopNav,.Header-module__34ke9W__actions{display:none}.Header-module__34ke9W__mobileToggle{display:block}.Header-module__34ke9W__mobileNav{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);z-index:99;background:#09090b99;flex-direction:column;padding:8px 0;display:flex;position:fixed;inset:64px 0 0;overflow-y:auto}@keyframes Header-module__34ke9W__mobileSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.Header-module__34ke9W__mobileSection{border-bottom:1px solid var(--border-subtle)}.Header-module__34ke9W__mobileLink{width:100%;color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:16px 24px;font-family:inherit;font-size:16px;font-weight:500;text-decoration:none;display:flex}.Header-module__34ke9W__mobileLink:hover{background:var(--bg-hover)}.Header-module__34ke9W__mobileSubmenu{flex-direction:column;gap:2px;padding:0 12px 12px;display:flex}.Header-module__34ke9W__mobileCategoryLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);padding:12px 16px 6px;font-size:11px;font-weight:600}.Header-module__34ke9W__mobileIcon{flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.Header-module__34ke9W__mobileSubmenuLink{border-radius:var(--radius-sm);align-items:flex-start;gap:12px;padding:12px 16px;text-decoration:none;transition:background .15s;display:flex}.Header-module__34ke9W__mobileSubmenuLink:hover{background:var(--bg-hover)}.Header-module__34ke9W__mobileSubmenuLabel{color:var(--text-primary);font-size:15px;font-weight:450}.Header-module__34ke9W__mobileSubmenuDesc{display:none}.Header-module__34ke9W__mobileActions{flex-direction:column;gap:12px;margin-top:auto;padding:20px 24px;display:flex}.Header-module__34ke9W__mobileSignIn{text-align:center;color:var(--text-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);padding:12px;font-size:15px;font-weight:500;text-decoration:none;transition:all .15s;display:block}.Header-module__34ke9W__mobileSignIn:hover{color:var(--text-primary);border-color:var(--text-muted)}.Header-module__34ke9W__mobileCta{text-align:center;width:100%;padding:12px;font-size:15px;display:block}}
.NewsletterForm-module__p2DKHG__wrap{max-width:480px}.NewsletterForm-module__p2DKHG__heading{letter-spacing:-.01em;color:var(--text-primary);margin-bottom:6px;font-size:18px;font-weight:700}.NewsletterForm-module__p2DKHG__sub{color:var(--text-tertiary);margin-bottom:14px;font-size:14px;line-height:1.5}.NewsletterForm-module__p2DKHG__form{flex-wrap:wrap;gap:8px;display:flex}.NewsletterForm-module__p2DKHG__input{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-elevated);min-width:180px;color:var(--text-primary);flex:1;padding:10px 14px;font-size:14px;transition:border-color .15s}.NewsletterForm-module__p2DKHG__input:focus{border-color:var(--accent);outline:none}.NewsletterForm-module__p2DKHG__button{border-radius:var(--radius-sm);background:var(--text-primary);color:#0a0a0a;cursor:pointer;border:none;padding:10px 18px;font-size:14px;font-weight:600;transition:opacity .15s}.NewsletterForm-module__p2DKHG__button:hover{opacity:.9}.NewsletterForm-module__p2DKHG__button:disabled{opacity:.6;cursor:not-allowed}.NewsletterForm-module__p2DKHG__success{color:#22c55e;border-radius:var(--radius-sm);background:#22c55e14;border:1px solid #22c55e4d;padding:10px 14px;font-size:14px}.NewsletterForm-module__p2DKHG__error{color:#ef4444;margin-top:10px;font-size:13px}.NewsletterForm-module__p2DKHG__light .NewsletterForm-module__p2DKHG__input{background:#ffffff0f;border-color:#ffffff1f}.NewsletterForm-module__p2DKHG__light .NewsletterForm-module__p2DKHG__button{background:#fafafa}
.Footer-module__234PyW__footer{border-top:none;padding:64px 0 32px;position:relative}.Footer-module__234PyW__footer:before{content:"";background:linear-gradient(90deg,transparent,var(--accent),var(--accent-2),var(--accent-warm),transparent);opacity:.5;height:1px;position:absolute;top:0;left:0;right:0}.Footer-module__234PyW__inner{flex-direction:column;gap:40px;display:flex}.Footer-module__234PyW__brandRow{border-bottom:1px solid var(--border-subtle);grid-template-columns:1fr minmax(280px,420px);align-items:center;gap:40px;margin-bottom:40px;padding-bottom:40px;display:grid}.Footer-module__234PyW__brandIntro{flex-direction:column;gap:8px;display:flex}.Footer-module__234PyW__brandNewsletter{justify-self:end;width:100%;max-width:420px}.Footer-module__234PyW__logo{color:var(--text-primary);align-items:center;gap:8px;font-size:16px;font-weight:600;display:flex}.Footer-module__234PyW__tagline{color:var(--text-tertiary);font-size:14px;line-height:1.5}@media (max-width:720px){.Footer-module__234PyW__brandRow{text-align:center;grid-template-columns:1fr;gap:24px}.Footer-module__234PyW__brandIntro{align-items:center}.Footer-module__234PyW__tagline{text-align:center}.Footer-module__234PyW__brandNewsletter{justify-self:stretch;max-width:none}}.Footer-module__234PyW__linkGroups{flex-wrap:wrap;flex:1;justify-content:space-between;gap:48px;display:flex}.Footer-module__234PyW__linkGroup{flex:1;min-width:140px}.Footer-module__234PyW__groupTitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px;font-size:14px;font-weight:600}.Footer-module__234PyW__linkList{flex-direction:column;gap:2px;margin:-6px -12px;list-style:none;display:flex}.Footer-module__234PyW__link{color:var(--text-tertiary);border-radius:var(--radius-sm);-webkit-tap-highlight-color:transparent;padding:8px 12px;font-size:15px;transition:color .15s,background .15s;display:block}.Footer-module__234PyW__link:hover{color:var(--text-primary);background:var(--bg-hover)}.Footer-module__234PyW__linkIcon{vertical-align:middle;opacity:.85;align-items:center;margin-right:10px;display:inline-flex}.Footer-module__234PyW__trustRow{flex-wrap:wrap;align-items:center;gap:10px 14px;padding:8px 0 22px;display:flex}.Footer-module__234PyW__trustChip{color:var(--text-tertiary);border:1px solid var(--border-subtle);white-space:nowrap;border-radius:999px;align-items:center;gap:7px;padding:6px 13px;font-size:12.5px;display:inline-flex}.Footer-module__234PyW__trustChip svg{opacity:.75;flex-shrink:0}.Footer-module__234PyW__trustLink{color:var(--text-secondary);transition:gap .25s var(--ease);align-items:center;gap:6px;margin-left:auto;font-size:13px;font-weight:600;display:inline-flex}.Footer-module__234PyW__trustLink:hover{color:var(--text-primary);gap:10px}.Footer-module__234PyW__bottom{justify-content:space-between;align-items:center;gap:16px;padding-top:24px;display:flex}.Footer-module__234PyW__copyright{color:var(--text-muted);font-size:14px}.Footer-module__234PyW__legalLinks{gap:20px;display:flex}.Footer-module__234PyW__legalLink{color:var(--text-muted);font-size:14px;text-decoration:none;transition:color .15s}.Footer-module__234PyW__legalLink:hover{color:var(--text-secondary)}@media (max-width:768px){.Footer-module__234PyW__brandRow{flex-direction:column;align-items:flex-start;gap:8px}.Footer-module__234PyW__linkGroups{gap:32px}.Footer-module__234PyW__bottom{flex-direction:column;align-items:flex-start;gap:12px}.Footer-module__234PyW__legalLinks{flex-wrap:wrap;gap:12px}}
