.Header-module__pfdPhG__inner{justify-content:space-between;align-items:center;gap:var(--space-6);width:100%;max-width:var(--container-max);margin:0 auto;display:flex}.Header-module__pfdPhG__logo{font-family:var(--font-display);font-size:var(--text-xl);letter-spacing:-.03em;transition:opacity var(--duration-fast);flex-shrink:0;font-weight:800;text-decoration:none}.Header-module__pfdPhG__logo:hover{opacity:.85}.Header-module__pfdPhG__menu{align-items:center;gap:var(--space-1);margin:0;list-style:none;display:flex}.Header-module__pfdPhG__menuItem{position:relative}.Header-module__pfdPhG__trigger{padding:10px var(--space-3);cursor:pointer;font-family:var(--font-body);font-size:var(--text-sm);letter-spacing:-.01em;color:var(--fg-secondary);transition:color var(--duration-normal) var(--ease-out-quart);background:0 0;border:none;align-items:center;gap:6px;font-weight:500;text-decoration:none;display:inline-flex;position:relative}.Header-module__pfdPhG__trigger:after{content:"";left:var(--space-3);right:var(--space-3);background:var(--gradient-gold);transform-origin:0;height:1.5px;transition:transform var(--duration-normal) var(--ease-out-expo);border-radius:2px;position:absolute;bottom:2px;transform:scaleX(0)}.Header-module__pfdPhG__menuItem:hover .Header-module__pfdPhG__trigger,.Header-module__pfdPhG__menuItem:focus-within .Header-module__pfdPhG__trigger{color:var(--fg-primary)}.Header-module__pfdPhG__menuItem:hover .Header-module__pfdPhG__trigger:after,.Header-module__pfdPhG__menuItem:focus-within .Header-module__pfdPhG__trigger:after,.Header-module__pfdPhG__trigger:hover:after{transform:scaleX(1)}.Header-module__pfdPhG__chev{opacity:.55;transition:transform var(--duration-normal) var(--ease-out-expo), opacity var(--duration-normal);font-size:9px}.Header-module__pfdPhG__menuItem:hover .Header-module__pfdPhG__chev,.Header-module__pfdPhG__menuItem:focus-within .Header-module__pfdPhG__chev{opacity:1;color:var(--brand-gold);transform:rotate(180deg)}.Header-module__pfdPhG__panelWrap{opacity:0;visibility:hidden;transform-origin:top;pointer-events:none;transition:opacity var(--duration-normal) var(--ease-premium), transform var(--duration-slow) var(--ease-premium), visibility var(--duration-normal);z-index:var(--z-dropdown);padding-top:14px;position:absolute;top:100%;left:0;transform:translateY(10px)scale(.985)}.Header-module__pfdPhG__menu .Header-module__pfdPhG__menuItem:last-child .Header-module__pfdPhG__panelWrap{left:auto;right:0}.Header-module__pfdPhG__menuItem:hover .Header-module__pfdPhG__panelWrap,.Header-module__pfdPhG__menuItem:focus-within .Header-module__pfdPhG__panelWrap{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)scale(1)}.Header-module__pfdPhG__panel{border:1px solid var(--border-default);border-radius:var(--radius-xl);background:color-mix(in srgb, var(--bg-elevated) 82%, transparent);-webkit-backdrop-filter:blur(28px);box-shadow:var(--shadow-premium), 0 1px 0 0 #ffffff0a inset, 0 0 0 1px #0000002e;padding:var(--space-5);max-width:calc(100vw - 2 * var(--gutter));position:relative;overflow:hidden}.Header-module__pfdPhG__panel:before{content:"";background:linear-gradient(90deg, transparent, color-mix(in srgb, var(--brand-gold) 65%, transparent) 50%, transparent);opacity:.8;pointer-events:none;height:1px;position:absolute;top:0;left:10%;right:10%}.Header-module__pfdPhG__panelLabel{font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--fg-muted);padding:0 var(--space-3);margin-bottom:var(--space-3);font-size:10px;font-weight:600;display:block}.Header-module__pfdPhG__panelMega{gap:var(--space-4);grid-template-columns:1.12fr .88fr;align-items:stretch;width:820px;display:grid}.Header-module__pfdPhG__megaList{flex-direction:column;gap:2px;min-width:0;display:flex}.Header-module__pfdPhG__prodItem{align-items:center;gap:var(--space-3);padding:10px var(--space-3);border-radius:var(--radius-md);transition:background var(--duration-fast) var(--ease-out-quart), border-color var(--duration-fast), transform var(--duration-fast) var(--ease-out-quart);border:1px solid #0000;text-decoration:none;display:flex}.Header-module__pfdPhG__prodItem:hover{background:var(--bg-surface);border-color:var(--border-subtle)}.Header-module__pfdPhG__prodIcon{background:linear-gradient(145deg, var(--brand-gold-glow), transparent 80%);border:1px solid var(--border-subtle);width:42px;height:42px;color:var(--brand-gold);font-size:var(--text-base);transition:border-color var(--duration-normal) var(--ease-premium), background var(--duration-normal) var(--ease-premium), transform var(--duration-normal) var(--ease-premium);border-radius:12px;flex-shrink:0;place-items:center;display:grid}.Header-module__pfdPhG__prodItem:hover .Header-module__pfdPhG__prodIcon{border-color:color-mix(in srgb, var(--brand-gold) 42%, transparent);background:linear-gradient(145deg, color-mix(in srgb, var(--brand-gold) 20%, transparent), transparent 80%);transform:translateY(-1px)}.Header-module__pfdPhG__prodText{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.Header-module__pfdPhG__prodTop{justify-content:space-between;align-items:baseline;gap:var(--space-3);display:flex}.Header-module__pfdPhG__prodName{font-family:var(--font-display);font-size:var(--text-base);letter-spacing:-.015em;color:var(--fg-primary);transition:color var(--duration-fast);font-weight:600}.Header-module__pfdPhG__prodItem:hover .Header-module__pfdPhG__prodName{color:var(--brand-gold)}.Header-module__pfdPhG__prodDesc{font-size:var(--text-xs);color:var(--fg-tertiary);white-space:nowrap;text-overflow:ellipsis;max-width:100%;line-height:1.4;overflow:hidden}.Header-module__pfdPhG__prodMeta{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--fg-secondary);white-space:nowrap;transition:color var(--duration-fast);flex-shrink:0}.Header-module__pfdPhG__prodItem:hover .Header-module__pfdPhG__prodMeta{color:var(--brand-gold-light)}.Header-module__pfdPhG__feature{isolation:isolate;justify-content:space-between;gap:var(--space-3);min-width:0;padding:var(--space-5);border-radius:var(--radius-lg);background:radial-gradient(130% 90% at 100% 0%, color-mix(in srgb, var(--brand-gold) 16%, transparent), transparent 58%), var(--gradient-card), var(--bg-secondary);border:1px solid var(--border-subtle);transition:border-color var(--duration-slow) var(--ease-premium), transform var(--duration-slow) var(--ease-premium);flex-direction:column;text-decoration:none;display:flex;position:relative;overflow:hidden}.Header-module__pfdPhG__feature:before{content:"";z-index:-1;transition:transform var(--duration-slower) var(--ease-premium);background:linear-gradient(115deg,#0000 35%,#ffffff12 50%,#0000 65%);position:absolute;inset:-1px;transform:translate(-130%)}.Header-module__pfdPhG__feature:hover{border-color:color-mix(in srgb, var(--brand-gold) 48%, transparent);transform:translateY(-2px)}.Header-module__pfdPhG__feature:hover:before{transform:translate(130%)}.Header-module__pfdPhG__featureTop{gap:var(--space-2);flex-direction:column;display:flex}.Header-module__pfdPhG__featureKicker{align-items:center;gap:var(--space-2);font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--brand-gold);font-size:10px;font-weight:600;display:inline-flex}.Header-module__pfdPhG__featureKicker:before{content:"";background:var(--brand-gold);opacity:.6;width:14px;height:1px}.Header-module__pfdPhG__featureTitle{font-family:var(--font-display);font-size:var(--text-lg);letter-spacing:-.02em;color:var(--fg-primary);text-wrap:balance;font-weight:700;line-height:1.12}.Header-module__pfdPhG__featureText{font-size:var(--text-sm);color:var(--fg-secondary);line-height:1.5}.Header-module__pfdPhG__featureCta{align-items:center;gap:var(--space-2);margin-top:var(--space-1);font-size:var(--text-sm);color:var(--brand-gold);transition:gap var(--duration-normal) var(--ease-premium);font-weight:600;display:inline-flex}.Header-module__pfdPhG__feature:hover .Header-module__pfdPhG__featureCta{gap:var(--space-3)}.Header-module__pfdPhG__panel:not(.Header-module__pfdPhG__panelMega):not(.Header-module__pfdPhG__panelMini){min-width:340px}.Header-module__pfdPhG__linkList{flex-direction:column;gap:2px;display:flex}.Header-module__pfdPhG__linkItem{align-items:center;gap:var(--space-3);padding:var(--space-3);border-radius:var(--radius-md);transition:background var(--duration-fast), border-color var(--duration-fast);border:1px solid #0000;text-decoration:none;display:flex}.Header-module__pfdPhG__linkItem:hover{background:var(--bg-surface);border-color:var(--border-subtle)}.Header-module__pfdPhG__linkIcon{background:linear-gradient(145deg, var(--brand-gold-glow), transparent 80%);border:1px solid var(--border-subtle);width:36px;height:36px;color:var(--brand-gold);font-size:var(--text-sm);transition:border-color var(--duration-normal) var(--ease-premium), background var(--duration-normal) var(--ease-premium);border-radius:10px;flex-shrink:0;place-items:center;display:grid}.Header-module__pfdPhG__linkItem:hover .Header-module__pfdPhG__linkIcon{border-color:color-mix(in srgb, var(--brand-gold) 42%, transparent);background:linear-gradient(145deg, color-mix(in srgb, var(--brand-gold) 18%, transparent), transparent 80%)}.Header-module__pfdPhG__linkText{flex-direction:column;gap:1px;display:flex}.Header-module__pfdPhG__linkName{font-size:var(--text-base);color:var(--fg-primary);transition:color var(--duration-fast);font-weight:600}.Header-module__pfdPhG__linkItem:hover .Header-module__pfdPhG__linkName{color:var(--brand-gold)}.Header-module__pfdPhG__linkDesc{font-size:var(--text-xs);color:var(--fg-tertiary)}.Header-module__pfdPhG__panelFooter{align-items:center;gap:var(--space-2);margin-top:var(--space-3);padding:var(--space-3) var(--space-3) 0;border-top:1px solid var(--border-subtle);font-size:var(--text-sm);color:var(--brand-gold);transition:gap var(--duration-normal) var(--ease-premium);font-weight:600;text-decoration:none;display:flex}.Header-module__pfdPhG__panelFooter:hover{gap:var(--space-3)}.Header-module__pfdPhG__panelMini{min-width:280px}.Header-module__pfdPhG__miniGrid{grid-template-columns:1fr 1fr;gap:2px;display:grid}.Header-module__pfdPhG__miniLink{padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);font-size:var(--text-sm);color:var(--fg-secondary);transition:background var(--duration-fast), color var(--duration-fast), border-color var(--duration-fast);border:1px solid #0000;text-decoration:none}.Header-module__pfdPhG__miniLink:hover{background:var(--bg-surface);border-color:var(--border-subtle);color:var(--fg-primary)}.Header-module__pfdPhG__actions{align-items:center;gap:var(--space-3);flex-shrink:0;display:flex}.Header-module__pfdPhG__langSwitch{border-radius:var(--radius-full);border:1px solid var(--border-subtle);font-size:var(--text-xs);letter-spacing:.04em;align-items:center;gap:2px;padding:3px;font-weight:600;display:inline-flex}.Header-module__pfdPhG__langLink{border-radius:var(--radius-full);min-width:30px;color:var(--fg-tertiary);text-transform:uppercase;transition:color var(--duration-fast), background var(--duration-fast);justify-content:center;align-items:center;padding:4px 8px;text-decoration:none;display:inline-flex}.Header-module__pfdPhG__langLink:hover{color:var(--fg-primary)}.Header-module__pfdPhG__langActive{color:var(--brand-gold);background:var(--brand-gold-glow)}.Header-module__pfdPhG__langSep{display:none}@media (max-width:600px){.Header-module__pfdPhG__langSwitch{display:none}}.Header-module__pfdPhG__themeToggle{border:1px solid var(--border-default);border-radius:var(--radius-full);cursor:pointer;width:38px;height:38px;color:var(--fg-secondary);transition:border-color var(--duration-fast), color var(--duration-fast), background var(--duration-fast);background:0 0;justify-content:center;align-items:center;font-size:14px;display:flex}.Header-module__pfdPhG__themeToggle:hover{border-color:var(--brand-gold);color:var(--brand-gold);background:var(--brand-gold-glow)}.Header-module__pfdPhG__hamburger{border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;width:40px;height:40px;color:var(--fg-secondary);transition:border-color var(--duration-fast), color var(--duration-fast), background var(--duration-fast);background:0 0;justify-content:center;align-items:center;font-size:18px;display:none}.Header-module__pfdPhG__hamburger:hover{border-color:var(--brand-gold);color:var(--brand-gold);background:var(--brand-gold-glow)}@media (max-width:1024px){.Header-module__pfdPhG__menu{display:none}.Header-module__pfdPhG__hamburger{display:flex}}@media (max-width:768px){.Header-module__pfdPhG__cta{display:none}}.Header-module__pfdPhG__mobileOverlay{z-index:9998;-webkit-backdrop-filter:blur(8px);animation:Header-module__pfdPhG__overlayIn .3s var(--ease-out-quart);background:#0000009e;position:fixed;inset:0}@keyframes Header-module__pfdPhG__overlayIn{0%{opacity:0}to{opacity:1}}.Header-module__pfdPhG__mobileDrawer{z-index:9999;background:radial-gradient(120% 42% at 100% 0%, color-mix(in srgb, var(--brand-gold) 12%, transparent), transparent 56%), color-mix(in srgb, var(--bg-secondary) 94%, transparent);-webkit-backdrop-filter:blur(32px);border-left:1px solid var(--border-default);width:min(400px,92vw);animation:Header-module__pfdPhG__drawerSlide .42s var(--ease-premium);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-28px 0 70px -24px #000000b3}@keyframes Header-module__pfdPhG__drawerSlide{0%{transform:translate(100%)}to{transform:translate(0)}}.Header-module__pfdPhG__mobileHeader{padding:var(--space-5) var(--space-6);border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;display:flex;position:relative}.Header-module__pfdPhG__mobileHeader:after{content:"";left:var(--space-6);right:var(--space-6);background:linear-gradient(90deg, color-mix(in srgb, var(--brand-gold) 50%, transparent), transparent 70%);opacity:.6;height:1px;position:absolute;bottom:-1px}.Header-module__pfdPhG__mobileClose{border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;width:40px;height:40px;color:var(--fg-secondary);background:0 0;place-items:center;font-size:18px;transition:border-color .2s,color .2s,background .2s;display:grid}.Header-module__pfdPhG__mobileClose:hover{border-color:var(--brand-gold);color:var(--brand-gold);background:var(--brand-gold-glow)}.Header-module__pfdPhG__mobileNav{padding:var(--space-3) var(--space-4);flex:1;overflow-y:auto}.Header-module__pfdPhG__mLink,.Header-module__pfdPhG__mSection{animation:Header-module__pfdPhG__mRowIn var(--duration-slow) var(--ease-premium) both}@keyframes Header-module__pfdPhG__mRowIn{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:translate(0)}}.Header-module__pfdPhG__mLink,.Header-module__pfdPhG__mSectionBtn{width:100%;padding:var(--space-4) var(--space-3);border:none;border-bottom:1px solid var(--border-subtle);font-family:var(--font-display);font-size:var(--text-lg);letter-spacing:-.01em;color:var(--fg-primary);cursor:pointer;text-align:left;transition:color var(--duration-fast);background:0 0;justify-content:space-between;align-items:center;font-weight:600;text-decoration:none;display:flex}.Header-module__pfdPhG__mLink:hover,.Header-module__pfdPhG__mSectionBtn:hover{color:var(--brand-gold)}.Header-module__pfdPhG__mChev{color:var(--fg-tertiary);transition:transform var(--duration-normal) var(--ease-out-expo), color var(--duration-normal);font-size:13px}.Header-module__pfdPhG__mSectionOpen .Header-module__pfdPhG__mSectionBtn{color:var(--brand-gold)}.Header-module__pfdPhG__mSectionOpen .Header-module__pfdPhG__mChev{color:var(--brand-gold);transform:rotate(180deg)}.Header-module__pfdPhG__mSub{padding:var(--space-2) 0 var(--space-4);border-bottom:1px solid var(--border-subtle);animation:Header-module__pfdPhG__mSubIn .28s var(--ease-out-quart);flex-direction:column;gap:2px;display:flex}@keyframes Header-module__pfdPhG__mSubIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.Header-module__pfdPhG__mSubLink{align-items:center;gap:var(--space-3);padding:var(--space-3);border-radius:var(--radius-md);color:var(--fg-secondary);transition:background var(--duration-fast), border-color var(--duration-fast);border:1px solid #0000;text-decoration:none;display:flex}.Header-module__pfdPhG__mSubLink:hover,.Header-module__pfdPhG__mSubLink:active{background:var(--bg-surface);border-color:var(--border-subtle)}.Header-module__pfdPhG__mSubIcon{background:linear-gradient(145deg, var(--brand-gold-glow), transparent 80%);border:1px solid var(--border-subtle);width:34px;height:34px;color:var(--brand-gold);font-size:var(--text-sm);border-radius:10px;flex-shrink:0;place-items:center;display:grid}.Header-module__pfdPhG__mSubName{font-size:var(--text-base);color:var(--fg-primary);font-weight:500}.Header-module__pfdPhG__mSubMeta{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--brand-gold);margin-left:auto}.Header-module__pfdPhG__mFeature{justify-content:space-between;align-items:center;gap:var(--space-3);margin-top:var(--space-2);padding:var(--space-4);border-radius:var(--radius-md);background:radial-gradient(120% 100% at 100% 0%, color-mix(in srgb, var(--brand-gold) 16%, transparent), transparent 60%), var(--bg-secondary);border:1px solid color-mix(in srgb, var(--brand-gold) 28%, transparent);font-family:var(--font-display);font-size:var(--text-base);color:var(--fg-primary);font-weight:600;text-decoration:none;display:flex;position:relative}.Header-module__pfdPhG__mFeature svg{color:var(--brand-gold);flex-shrink:0}.Header-module__pfdPhG__mSubFooter{align-items:center;gap:var(--space-2);margin-top:var(--space-2);padding:var(--space-3);font-size:var(--text-sm);color:var(--brand-gold);font-weight:600;text-decoration:none;display:inline-flex}.Header-module__pfdPhG__mobileFooter{gap:var(--space-3);padding:var(--space-5) var(--space-6);border-top:1px solid var(--border-subtle);flex-direction:column;display:flex}.Header-module__pfdPhG__mLang{border-radius:var(--radius-md);border:1px solid var(--border-default);background:color-mix(in srgb, var(--bg-elevated) 60%, transparent);grid-template-columns:1fr 1fr;gap:4px;padding:4px;display:grid}.Header-module__pfdPhG__mLangLink{border-radius:var(--radius-sm);font-family:var(--font-mono);font-size:var(--text-sm);letter-spacing:.08em;color:var(--fg-tertiary);transition:color var(--duration-fast), background var(--duration-fast), box-shadow var(--duration-fast);justify-content:center;align-items:center;padding:10px;font-weight:600;text-decoration:none;display:flex}.Header-module__pfdPhG__mLangLink:hover{color:var(--fg-primary)}.Header-module__pfdPhG__mLangActive{color:var(--brand-gold);background:color-mix(in srgb, var(--brand-gold) 14%, transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--brand-gold) 40%, transparent)}.Header-module__pfdPhG__mThemeToggle{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--fg-secondary);font-family:var(--font-body);font-size:var(--text-sm);cursor:pointer;transition:border-color var(--duration-fast), color var(--duration-fast), background var(--duration-fast);background:0 0;display:flex}.Header-module__pfdPhG__mThemeToggle:hover{border-color:var(--brand-gold);color:var(--brand-gold);background:var(--brand-gold-glow)}@media (prefers-reduced-motion:reduce){.Header-module__pfdPhG__mLink,.Header-module__pfdPhG__mSection,.Header-module__pfdPhG__mSub,.Header-module__pfdPhG__mobileDrawer,.Header-module__pfdPhG__mobileOverlay{animation:none}.Header-module__pfdPhG__feature:before{display:none}.Header-module__pfdPhG__panelWrap{transition:opacity var(--duration-normal), visibility var(--duration-normal);transform:none}}
.Footer-module__8M8bqa__footer{isolation:isolate;background:radial-gradient(70% 60% at 50% 0,#c8a44e0f,#0000 60%),linear-gradient(#08080e 0%,#040406 55%,#020203 100%);padding:clamp(3.5rem,7vw,6rem) 0 clamp(2rem,4vw,3rem);position:relative;overflow:hidden}.Footer-module__8M8bqa__footer>.Footer-module__8M8bqa__container{z-index:2;position:relative}.Footer-module__8M8bqa__topBorder{background:linear-gradient(90deg, transparent, #c8a44e4d 25%, var(--brand-gold) 50%, #c8a44e4d 75%, transparent);z-index:3;height:1px;position:absolute;top:0;left:0;right:0}.Footer-module__8M8bqa__glow{filter:blur(50px);pointer-events:none;z-index:1;background:radial-gradient(#c8a44e14,#0000 65%);width:800px;height:500px;position:absolute;top:-30%;left:50%;transform:translate(-50%)}.Footer-module__8M8bqa__watermark{font-family:var(--font-display);letter-spacing:-.05em;white-space:nowrap;color:#0000;-webkit-text-stroke:1.5px #c8a44e14;background:linear-gradient(#c8a44e0d,#0000 70%);pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0;-webkit-background-clip:text;background-clip:text;font-size:clamp(7rem,28vw,26rem);font-weight:800;line-height:.78;position:absolute;bottom:-.2em;left:50%;transform:translate(-50%)}.Footer-module__8M8bqa__grid{grid-template-columns:1.7fr 1fr 1fr 1fr 1.5fr;gap:clamp(2rem,4vw,3.5rem);display:grid}.Footer-module__8M8bqa__wordmark{font-family:var(--font-display);letter-spacing:-.03em;background:var(--gradient-accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(2.4rem,5vw,3.4rem);font-weight:800;line-height:1;display:inline-block}.Footer-module__8M8bqa__tagline{margin-top:var(--space-4);max-width:32ch;font-size:var(--text-sm);color:#ffffff80;line-height:1.65}.Footer-module__8M8bqa__socials{gap:var(--space-3);margin-top:var(--space-6);display:flex}.Footer-module__8M8bqa__socialLink{color:#fff9;background:#ffffff05;border:1px solid #ffffff1f;border-radius:50%;place-items:center;width:44px;height:44px;font-size:16px;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:grid}.Footer-module__8M8bqa__socialLink:hover{border-color:var(--brand-gold);color:#0a0a0c;background:var(--gradient-accent);transform:translateY(-3px);box-shadow:0 10px 24px -8px #c8a44e80}.Footer-module__8M8bqa__linkGroup{flex-direction:column;display:flex}.Footer-module__8M8bqa__heading{font-family:var(--font-mono);color:#ffffffd9;margin:0 0 var(--space-4);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:8px;font-size:11px;font-weight:700;display:inline-flex}.Footer-module__8M8bqa__heading:before{content:"";background:var(--brand-gold);border-radius:50%;width:6px;height:6px}.Footer-module__8M8bqa__linkGroup a{color:#ffffff8c;width:fit-content;font-size:var(--text-sm);align-items:center;padding:5px 0;text-decoration:none;transition:color .25s,transform .25s;display:inline-flex}.Footer-module__8M8bqa__linkGroup a:hover{color:var(--brand-gold);transform:translate(4px)}.Footer-module__8M8bqa__newsletter{flex-direction:column;align-items:flex-start;display:flex}.Footer-module__8M8bqa__newsletterDesc{margin-bottom:var(--space-4);max-width:30ch;font-size:var(--text-sm);color:#ffffff80;line-height:1.6}.Footer-module__8M8bqa__inputRow{background:#ffffff08;border:1px solid #ffffff24;border-radius:999px;padding:5px;transition:border-color .25s,box-shadow .25s;display:flex}.Footer-module__8M8bqa__inputRow:focus-within{border-color:var(--brand-gold);box-shadow:0 0 0 3px #c8a44e1f}.Footer-module__8M8bqa__emailInput{min-width:0;font-family:var(--font-body,inherit);font-size:var(--text-sm);color:#fff;background:0 0;border:none;outline:none;flex:1;padding:9px 16px}.Footer-module__8M8bqa__emailInput::placeholder{color:#ffffff59}.Footer-module__8M8bqa__submitBtn{background:var(--gradient-accent);color:#0a0a0c;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;place-items:center;width:40px;height:40px;font-size:14px;transition:transform .25s,box-shadow .25s;display:grid}.Footer-module__8M8bqa__submitBtn:hover{transform:scale(1.06);box-shadow:0 8px 20px -6px #c8a44e99}.Footer-module__8M8bqa__trust{margin-top:var(--space-4);font-size:var(--text-xs);color:#fff6;align-items:center;gap:7px;display:inline-flex}.Footer-module__8M8bqa__trust svg{color:var(--brand-gold);font-size:11px}.Footer-module__8M8bqa__bottom{justify-content:space-between;align-items:center;gap:var(--space-4);padding-top:var(--space-5);font-size:var(--text-xs);border-top:1px solid #ffffff14;flex-wrap:wrap;margin-top:clamp(3rem,6vw,5rem);display:flex}.Footer-module__8M8bqa__copy{color:#fff6}.Footer-module__8M8bqa__legal{gap:var(--space-5);flex-wrap:wrap;display:flex}.Footer-module__8M8bqa__legal a{color:#ffffff73;text-decoration:none;transition:color .25s}.Footer-module__8M8bqa__legal a:hover{color:var(--brand-gold)}@media (max-width:980px){.Footer-module__8M8bqa__grid{grid-template-columns:1fr 1fr 1fr}.Footer-module__8M8bqa__brand{grid-column:1/-1}.Footer-module__8M8bqa__newsletter{grid-column:1/-1;max-width:460px}}@media (max-width:600px){.Footer-module__8M8bqa__grid{gap:var(--space-7) var(--space-5);grid-template-columns:1fr 1fr}.Footer-module__8M8bqa__bottom{flex-direction:column;align-items:flex-start}}@media (max-width:400px){.Footer-module__8M8bqa__grid{grid-template-columns:1fr}}
.MedicalDisclaimer-module__BUOvHW__note{align-items:center;gap:var(--space-4);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);background:linear-gradient(120deg, #d9a23b12, transparent 58%), var(--bg-elevated);max-width:780px;margin:0 auto clamp(2rem,4vw,3.5rem);padding:clamp(1.1rem,2vw,1.5rem) clamp(1.25rem,2.5vw,1.75rem);display:flex;box-shadow:0 1px 2px #0000000a,0 16px 36px -28px #00000052}.MedicalDisclaimer-module__BUOvHW__icon{color:#d9a23b;background:#d9a23b1f;border:1px solid #d9a23b4d;border-radius:13px;flex-shrink:0;place-items:center;width:46px;height:46px;font-size:20px;display:grid}.MedicalDisclaimer-module__BUOvHW__body{flex-direction:column;gap:4px;display:flex}.MedicalDisclaimer-module__BUOvHW__title{font-family:var(--font-display);font-weight:700;font-size:var(--text-base);letter-spacing:-.01em;color:var(--fg-primary)}.MedicalDisclaimer-module__BUOvHW__text{font-size:var(--text-sm);color:var(--fg-tertiary);max-width:64ch;line-height:1.55}@media (max-width:560px){.MedicalDisclaimer-module__BUOvHW__note{flex-direction:column;align-items:flex-start}}
.HeroSection-module__4ZRuQG__hero{background:var(--bg-primary);width:100%;height:260vh;position:relative}.HeroSection-module__4ZRuQG__stickyFrame{width:100%;height:100dvh;position:sticky;top:0;overflow:clip visible}.HeroSection-module__4ZRuQG__scene{z-index:1;will-change:transform;transform-origin:50%;width:120%;height:120%;position:absolute;top:-10%;left:-10%}.HeroSection-module__4ZRuQG__matPicker{z-index:5;opacity:0;flex-direction:column;gap:16px;animation:.8s 1.8s forwards HeroSection-module__4ZRuQG__fadeIn;display:flex;position:absolute;top:50%;right:clamp(16px,3vw,40px);transform:translateY(-50%)}.HeroSection-module__4ZRuQG__matDot{-webkit-backdrop-filter:blur(8px);cursor:pointer;background:#0006;border:1.5px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.HeroSection-module__4ZRuQG__matDot:hover{background:#0009;border-color:#fff3;transform:scale(1.12)}.HeroSection-module__4ZRuQG__matActive{border-color:var(--dot-color);box-shadow:0 0 24px color-mix(in srgb, var(--dot-color) 25%, transparent), inset 0 0 8px color-mix(in srgb, var(--dot-color) 10%, transparent)}.HeroSection-module__4ZRuQG__matDotInner{background:var(--dot-color);border-radius:50%;width:18px;height:18px;transition:transform .35s cubic-bezier(.16,1,.3,1);box-shadow:0 2px 8px #0006}.HeroSection-module__4ZRuQG__matActive .HeroSection-module__4ZRuQG__matDotInner{transform:scale(1.15)}.HeroSection-module__4ZRuQG__matLabel{font-family:var(--font-mono);letter-spacing:.12em;color:#ffffff40;white-space:nowrap;opacity:0;font-size:9px;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);position:absolute;right:calc(100% + 12px);transform:translate(6px)}.HeroSection-module__4ZRuQG__matDot:hover .HeroSection-module__4ZRuQG__matLabel,.HeroSection-module__4ZRuQG__matActive .HeroSection-module__4ZRuQG__matLabel{opacity:1;transform:translate(0)}.HeroSection-module__4ZRuQG__heroCenter{z-index:3;text-align:center;will-change:transform, opacity, filter;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.HeroSection-module__4ZRuQG__heroCenter>*{pointer-events:auto}.HeroSection-module__4ZRuQG__title{flex-direction:column;align-items:center;margin:0;display:flex}.HeroSection-module__4ZRuQG__titleBrand{font-family:var(--font-display);letter-spacing:-.055em;background:linear-gradient(135deg,#c8a44e 0%,#ead088 50%,#c8a44e 100%) 0 0/200% 200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(4rem,10vw,8rem);font-weight:800;line-height:.88;animation:6s ease-in-out infinite HeroSection-module__4ZRuQG__shimmer}.HeroSection-module__4ZRuQG__titleSub{font-family:var(--font-body);font-size:var(--text-sm);color:var(--fg-secondary);letter-spacing:.06em;margin-top:var(--space-2);font-weight:400}@keyframes HeroSection-module__4ZRuQG__shimmer{0%,to{background-position:0%}50%{background-position:100%}}.HeroSection-module__4ZRuQG__ctaRow{align-items:center;gap:var(--space-3);margin-top:var(--space-5);flex-wrap:wrap;justify-content:center;display:flex}.HeroSection-module__4ZRuQG__ctaBtn{color:#0a0a0c;font-family:var(--font-sans);font-weight:600;font-size:var(--text-sm);letter-spacing:-.01em;cursor:pointer;will-change:transform;white-space:nowrap;background:linear-gradient(135deg,#c8a44e 0%,#b8923e 100%);border:none;border-radius:100px;align-items:center;gap:12px;padding:14px 14px 14px 28px;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.HeroSection-module__4ZRuQG__ctaGhost{font-family:var(--font-sans);font-weight:500;font-size:var(--text-sm);letter-spacing:-.01em;color:var(--fg-primary);border:1px solid var(--border-default);-webkit-backdrop-filter:blur(8px);white-space:nowrap;background:#ffffff0a;border-radius:100px;align-items:center;gap:9px;padding:13px 22px;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.HeroSection-module__4ZRuQG__ctaGhost svg{opacity:.85}.HeroSection-module__4ZRuQG__ctaGhost:hover{border-color:var(--brand-gold);background:var(--brand-gold-glow);color:var(--brand-gold);transform:translateY(-1px)}.HeroSection-module__4ZRuQG__ctaBtn:hover{transform:translateY(-2px)scale(1.03);box-shadow:0 0 50px #c8a44e33,0 16px 40px #00000080}.HeroSection-module__4ZRuQG__ctaArrow{background:#00000026;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.HeroSection-module__4ZRuQG__stats{margin-top:var(--space-5);justify-content:center;align-items:center;display:flex}.HeroSection-module__4ZRuQG__stat{flex-direction:column;align-items:center;gap:2px;padding:0 clamp(16px,3vw,40px);display:flex}.HeroSection-module__4ZRuQG__statDiv{background:#ffffff14;flex-shrink:0;width:1px;height:28px}.HeroSection-module__4ZRuQG__statValue{font-family:var(--font-display);font-size:var(--text-lg);letter-spacing:-.025em;color:var(--fg-primary);font-weight:700}.HeroSection-module__4ZRuQG__statLabel{font-family:var(--font-mono);letter-spacing:.14em;color:var(--fg-tertiary);font-size:9px;font-weight:700}.HeroSection-module__4ZRuQG__statement{z-index:4;pointer-events:none;opacity:0;will-change:opacity;align-items:center;width:60%;height:100%;display:flex;position:absolute;top:0;left:0}.HeroSection-module__4ZRuQG__statementInner{padding-left:max(clamp(2rem,5vw,4rem),50vw - 640px + clamp(1rem,3vw,2rem));padding-right:var(--space-8)}.HeroSection-module__4ZRuQG__statementEyebrow{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--brand-gold);margin-bottom:var(--space-5);opacity:0;will-change:transform, opacity, filter;background:#c8a44e14;border:1px solid #c8a44e26;border-radius:100px;padding:5px 14px;font-size:9px;font-weight:700;display:inline-block}.HeroSection-module__4ZRuQG__statementHeading{margin:0 0 var(--space-6);flex-direction:column;display:flex}.HeroSection-module__4ZRuQG__stmtWord{font-family:var(--font-display);letter-spacing:-.035em;color:var(--fg-primary);overflow-wrap:break-word;opacity:0;will-change:transform, opacity, filter;font-size:clamp(1.7rem,3.3vw,3.1rem);font-weight:700;line-height:1.08;display:block}.HeroSection-module__4ZRuQG__statementAccent{background:linear-gradient(135deg,#c8a44e 0%,#ead088 40%,#c8a44e 80%) 0 0/200% 200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:6s ease-in-out infinite HeroSection-module__4ZRuQG__shimmer}.HeroSection-module__4ZRuQG__statementContext{gap:var(--space-4);opacity:0;will-change:transform, opacity, filter;display:flex}.HeroSection-module__4ZRuQG__statementDivider{background:linear-gradient(to bottom, var(--brand-gold), transparent 80%);border-radius:1px;flex-shrink:0;width:2px;min-height:80px}.HeroSection-module__4ZRuQG__statementMeta{gap:var(--space-4);flex-direction:column;display:flex}.HeroSection-module__4ZRuQG__statementDesc{font-family:var(--font-body);font-size:var(--text-sm);color:var(--fg-secondary);max-width:36ch;margin:0;line-height:1.7}.HeroSection-module__4ZRuQG__statementBadges{gap:var(--space-2);flex-wrap:wrap;display:flex}.HeroSection-module__4ZRuQG__badge{font-family:var(--font-mono);letter-spacing:.06em;color:var(--fg-tertiary);border:1px solid var(--border-default);background:#ffffff08;border-radius:100px;padding:4px 12px;font-size:9px;font-weight:700}.HeroSection-module__4ZRuQG__scrollHint{z-index:5;opacity:0;flex-direction:column;align-items:center;gap:6px;animation:.6s 2.5s forwards HeroSection-module__4ZRuQG__fadeIn;display:flex;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.HeroSection-module__4ZRuQG__scrollLabel{font-family:var(--font-mono);letter-spacing:.3em;color:#c8a44e8c;font-size:8px;font-weight:700}.HeroSection-module__4ZRuQG__scrollLine{background:linear-gradient(#c8a44e4d,#0000);width:1px;height:36px;animation:2.5s ease-in-out infinite HeroSection-module__4ZRuQG__scrollPulse}@keyframes HeroSection-module__4ZRuQG__scrollPulse{0%,to{opacity:.2;transform:scaleY(.5)}50%{opacity:1;transform:scaleY(1)}}@keyframes HeroSection-module__4ZRuQG__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:1100px){.HeroSection-module__4ZRuQG__statement{background:linear-gradient(to right, var(--bg-overlay) 0%, color-mix(in srgb, var(--bg-primary) 55%, transparent) 76%, transparent 100%);width:100%}.HeroSection-module__4ZRuQG__statementInner{padding-right:var(--space-6)}.HeroSection-module__4ZRuQG__stmtWord{font-size:clamp(1.55rem,4.6vw,2.7rem)}}@media (max-width:768px){.HeroSection-module__4ZRuQG__hero{height:220vh}.HeroSection-module__4ZRuQG__stickyFrame:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(140% 50% at 50% 36%,#c8a44e42,#0000 70%),radial-gradient(90% 40% at 50% 72%,#c8a44e1f,#0000 72%);position:absolute;inset:0}.HeroSection-module__4ZRuQG__titleBrand{font-size:clamp(3rem,14vw,5rem)}.HeroSection-module__4ZRuQG__titleSub{font-size:var(--text-base);color:var(--fg-secondary)}.HeroSection-module__4ZRuQG__stats{gap:var(--space-2);flex-wrap:wrap}.HeroSection-module__4ZRuQG__statDiv{display:none}.HeroSection-module__4ZRuQG__stat{padding:0 var(--space-3)}.HeroSection-module__4ZRuQG__statLabel{color:var(--fg-secondary);font-size:10px}.HeroSection-module__4ZRuQG__matPicker{top:auto;bottom:calc(env(safe-area-inset-bottom,0px) + 18px);flex-direction:row;gap:14px;right:50%;transform:translate(50%)}.HeroSection-module__4ZRuQG__matLabel,.HeroSection-module__4ZRuQG__scrollHint,.HeroSection-module__4ZRuQG__statementBadges{display:none}}@media (max-height:500px){.HeroSection-module__4ZRuQG__hero{height:200vh}.HeroSection-module__4ZRuQG__titleBrand{font-size:clamp(2.2rem,9vh,4rem);line-height:.9}.HeroSection-module__4ZRuQG__titleSub{font-size:var(--text-xs);margin-top:4px}.HeroSection-module__4ZRuQG__ctaRow{margin-top:var(--space-4);gap:var(--space-2)}.HeroSection-module__4ZRuQG__ctaBtn{font-size:var(--text-xs);padding:10px 10px 10px 20px}.HeroSection-module__4ZRuQG__ctaArrow{width:26px;height:26px}.HeroSection-module__4ZRuQG__ctaGhost{font-size:var(--text-xs);padding:10px 18px}.HeroSection-module__4ZRuQG__stats{margin-top:var(--space-4)}.HeroSection-module__4ZRuQG__statValue{font-size:var(--text-base)}.HeroSection-module__4ZRuQG__statDiv{height:20px}.HeroSection-module__4ZRuQG__statement{width:72%}.HeroSection-module__4ZRuQG__statementInner{padding-right:var(--space-5)}.HeroSection-module__4ZRuQG__statementEyebrow{margin-bottom:var(--space-3)}.HeroSection-module__4ZRuQG__stmtWord{font-size:clamp(1.25rem,6.5vh,2.1rem);line-height:1.06}.HeroSection-module__4ZRuQG__statementHeading{margin-bottom:0}.HeroSection-module__4ZRuQG__statementContext,.HeroSection-module__4ZRuQG__scrollHint{display:none}.HeroSection-module__4ZRuQG__matPicker{gap:10px}.HeroSection-module__4ZRuQG__matDot{width:32px;height:32px}.HeroSection-module__4ZRuQG__matDotInner{width:14px;height:14px}}
.WhySection-module__LOBWpW__section{background:var(--bg-primary);padding:clamp(4rem,8vw,7rem) 0;position:relative;overflow:hidden}.WhySection-module__LOBWpW__glow{filter:blur(50px);pointer-events:none;z-index:0;background:radial-gradient(#c8a44e12 0%,#0000 70%);width:70vw;max-width:800px;height:400px;position:absolute;top:-10%;left:50%;transform:translate(-50%)}.WhySection-module__LOBWpW__section>.WhySection-module__LOBWpW__container{z-index:1;position:relative}.WhySection-module__LOBWpW__header{gap:var(--space-3);flex-direction:column;max-width:56ch;margin-bottom:clamp(2.5rem,5vw,4rem);display:flex}.WhySection-module__LOBWpW__eyebrow{font-family:var(--font-mono);letter-spacing:.22em;text-transform:uppercase;color:var(--brand-gold);border:1px solid var(--border-gold);background:var(--brand-gold-glow);border-radius:100px;align-self:flex-start;align-items:center;gap:8px;padding:6px 14px;font-size:10px;font-weight:600;display:inline-flex}.WhySection-module__LOBWpW__eyebrowDot{background:var(--brand-gold);width:5px;height:5px;box-shadow:0 0 8px var(--brand-gold);border-radius:50%}.WhySection-module__LOBWpW__heading{font-family:var(--font-display);letter-spacing:-.035em;color:var(--fg-primary);margin:0;font-size:clamp(2.2rem,4.6vw,3.8rem);font-weight:700;line-height:1.04}.WhySection-module__LOBWpW__headingAccent{background:var(--gradient-accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.WhySection-module__LOBWpW__subhead{font-family:var(--font-body);font-size:var(--text-base);color:var(--fg-secondary);max-width:52ch;margin:0;line-height:1.6}.WhySection-module__LOBWpW__grid{gap:var(--space-4);grid-template-columns:repeat(3,1fr);display:grid}.WhySection-module__LOBWpW__cardWrap{display:flex}.WhySection-module__LOBWpW__card{gap:var(--space-3);border-radius:var(--radius-2xl);background:linear-gradient(160deg, #ffffff06 0%, #ffffff01 70%), var(--bg-secondary);border:1px solid var(--border-subtle);isolation:isolate;flex-direction:column;width:100%;padding:clamp(1.5rem,2.4vw,2.2rem);transition:border-color .45s cubic-bezier(.16,1,.3,1),transform .45s cubic-bezier(.16,1,.3,1),box-shadow .45s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}[data-theme=light] .WhySection-module__LOBWpW__card{background:linear-gradient(160deg, #00000004 0%, #00000001 70%), var(--bg-elevated)}.WhySection-module__LOBWpW__card:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#c8a44e80,#0000);height:1px;transition:opacity .5s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0;right:0}.WhySection-module__LOBWpW__card:hover{border-color:#c8a44e33;transform:translateY(-4px);box-shadow:0 24px 50px #0006,0 0 40px #c8a44e0d}[data-theme=light] .WhySection-module__LOBWpW__card:hover{box-shadow:0 24px 50px #00000014,0 0 40px #9a7b300f}.WhySection-module__LOBWpW__card:hover:before{opacity:1}.WhySection-module__LOBWpW__cardTop{justify-content:space-between;align-items:center;display:flex}.WhySection-module__LOBWpW__iconBox{border-radius:var(--radius-lg);border:1px solid var(--border-gold);background:var(--brand-gold-glow);width:48px;height:48px;color:var(--brand-gold);justify-content:center;align-items:center;font-size:1.3rem;display:inline-flex}.WhySection-module__LOBWpW__tag{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--brand-gold);border:1px solid var(--border-gold);border-radius:100px;padding:4px 10px;font-size:9px;font-weight:600}.WhySection-module__LOBWpW__statRow{margin-top:var(--space-2);align-items:baseline;gap:10px;display:flex}.WhySection-module__LOBWpW__stat{font-family:var(--font-display);letter-spacing:-.04em;background:linear-gradient(180deg, var(--fg-primary) 0%, var(--brand-gold) 130%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(2.4rem,4vw,3.2rem);font-weight:700;line-height:1}.WhySection-module__LOBWpW__statLabel{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--fg-muted);font-size:10px;font-weight:600}.WhySection-module__LOBWpW__cardTitle{font-family:var(--font-display);font-size:var(--text-xl);letter-spacing:-.02em;color:var(--fg-primary);margin:0;font-weight:600}.WhySection-module__LOBWpW__cardDesc{font-family:var(--font-body);font-size:var(--text-sm);color:var(--fg-secondary);margin:0;line-height:1.6}.WhySection-module__LOBWpW__cardIndex{font-family:var(--font-mono);letter-spacing:.18em;color:var(--brand-gold-dim);font-size:11px;font-weight:600;position:absolute;bottom:clamp(1.2rem,2vw,1.8rem);right:clamp(1.4rem,2.2vw,2rem)}@media (max-width:900px){.WhySection-module__LOBWpW__grid{grid-template-columns:1fr}}
.AppShowcaseSection-module__9FTmaG__section{background:radial-gradient(ellipse 80% 50% at 50% 0%, #c8a44e17 0%, transparent 55%), linear-gradient(180deg, var(--bg-primary) 0%, var(--bg-secondary) 50%, var(--bg-primary) 100%);isolation:isolate;padding:clamp(2.5rem,5vw,4rem) 0 clamp(5rem,10vw,9rem);position:relative;overflow:hidden}.AppShowcaseSection-module__9FTmaG__glow{aspect-ratio:1;filter:blur(60px);pointer-events:none;z-index:0;background:radial-gradient(circle,#c8a44e1a 0%,#0000 65%);width:70vw;max-width:900px;position:absolute;top:30%;left:50%;transform:translate(-50%,-50%)}.AppShowcaseSection-module__9FTmaG__mesh{filter:blur(20px);opacity:.7;pointer-events:none;z-index:0;background-color:#0000;background-image:radial-gradient(at 25% 30%,#c8a44e1a 0%,#0000 45%),radial-gradient(at 75% 65%,#a8863a14 0%,#0000 45%),radial-gradient(at 55%,#ead0880d 0%,#0000 55%);background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:180% 180%;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;animation:26s ease-in-out infinite AppShowcaseSection-module__9FTmaG__appMeshShift;position:absolute;inset:-20%}@keyframes AppShowcaseSection-module__9FTmaG__appMeshShift{0%,to{background-position:0 0,100% 100%,50%}33%{background-position:30% 60%,70% 30%,20% 80%}66%{background-position:70% 30%,30% 60%,80% 20%}}.AppShowcaseSection-module__9FTmaG__vignette{background:radial-gradient(ellipse 100% 80% at 50% 45%, transparent 50%, color-mix(in srgb, var(--bg-primary) 70%, transparent) 100%);pointer-events:none;z-index:0;position:absolute;inset:0}.AppShowcaseSection-module__9FTmaG__watermark{font-family:var(--font-display);letter-spacing:-.06em;color:#0000;-webkit-text-stroke:1.5px #c8a44e12;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0;will-change:transform;font-size:clamp(12rem,26vw,26rem);font-weight:700;line-height:.8;position:absolute;top:8%;right:-2vw}[data-theme=light] .AppShowcaseSection-module__9FTmaG__watermark{-webkit-text-stroke:1.5px #9a7b301a}.AppShowcaseSection-module__9FTmaG__section>.AppShowcaseSection-module__9FTmaG__container{z-index:1;position:relative}.AppShowcaseSection-module__9FTmaG__header{gap:var(--space-3);will-change:transform, opacity;flex-direction:column;max-width:56ch;margin-bottom:clamp(1.5rem,3vw,2.5rem);display:flex}.AppShowcaseSection-module__9FTmaG__eyebrow{font-family:var(--font-mono);letter-spacing:.22em;text-transform:uppercase;color:var(--brand-gold);border:1px solid var(--border-gold);background:var(--brand-gold-glow);border-radius:100px;align-self:flex-start;align-items:center;gap:8px;padding:6px 14px;font-size:10px;font-weight:600;display:inline-flex}.AppShowcaseSection-module__9FTmaG__eyebrowDot{background:var(--brand-gold);width:5px;height:5px;box-shadow:0 0 8px var(--brand-gold);border-radius:50%}.AppShowcaseSection-module__9FTmaG__heading{font-family:var(--font-display);letter-spacing:-.035em;color:var(--fg-primary);margin:0;font-size:clamp(2.2rem,4.6vw,3.8rem);font-weight:700;line-height:1.02}.AppShowcaseSection-module__9FTmaG__headingAccent{background:var(--gradient-accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.AppShowcaseSection-module__9FTmaG__subhead{font-family:var(--font-body);font-size:var(--text-base);color:var(--fg-secondary);max-width:50ch;margin:0;line-height:1.6}.AppShowcaseSection-module__9FTmaG__layout{grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);align-items:center;gap:clamp(2rem,5vw,5rem);display:grid}.AppShowcaseSection-module__9FTmaG__switcher{gap:var(--space-2);flex-direction:column;display:flex}.AppShowcaseSection-module__9FTmaG__feature{gap:var(--space-4);text-align:left;width:100%;padding:var(--space-5) var(--space-5) var(--space-5) 0;border:none;border-top:1px solid var(--border-subtle);cursor:pointer;color:inherit;opacity:.55;background:0 0;grid-template-columns:48px 1fr;font-family:inherit;transition:opacity .5s cubic-bezier(.16,1,.3,1);display:grid;position:relative}.AppShowcaseSection-module__9FTmaG__feature:first-child{border-top:none}.AppShowcaseSection-module__9FTmaG__feature:hover{opacity:.85}.AppShowcaseSection-module__9FTmaG__featureActive{opacity:1}.AppShowcaseSection-module__9FTmaG__featureNum{font-family:var(--font-mono);letter-spacing:.1em;color:var(--fg-muted);padding-top:4px;font-size:12px;font-weight:600;transition:color .4s}.AppShowcaseSection-module__9FTmaG__featureActive .AppShowcaseSection-module__9FTmaG__featureNum{color:var(--brand-gold)}.AppShowcaseSection-module__9FTmaG__featureMain{flex-direction:column;gap:0;min-width:0;display:flex}.AppShowcaseSection-module__9FTmaG__featureLabel{font-family:var(--font-mono);letter-spacing:.2em;text-transform:uppercase;color:var(--fg-muted);margin-bottom:8px;font-size:10px;font-weight:600}.AppShowcaseSection-module__9FTmaG__featureActive .AppShowcaseSection-module__9FTmaG__featureLabel{color:var(--brand-gold)}.AppShowcaseSection-module__9FTmaG__featureHeadline{font-family:var(--font-display);letter-spacing:-.025em;color:var(--fg-primary);font-size:clamp(1.3rem,2.2vw,1.9rem);font-weight:600;line-height:1.1}.AppShowcaseSection-module__9FTmaG__featureBody,.AppShowcaseSection-module__9FTmaG__featureList{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .55s cubic-bezier(.16,1,.3,1),opacity .45s cubic-bezier(.16,1,.3,1),margin .55s cubic-bezier(.16,1,.3,1);display:grid}.AppShowcaseSection-module__9FTmaG__featureBodyInner,.AppShowcaseSection-module__9FTmaG__featureListInner{min-height:0;overflow:hidden}.AppShowcaseSection-module__9FTmaG__featureBodyInner{font-family:var(--font-body);font-size:var(--text-sm);color:var(--fg-secondary);max-width:42ch;line-height:1.6;display:block}.AppShowcaseSection-module__9FTmaG__featureActive .AppShowcaseSection-module__9FTmaG__featureBody{opacity:1;grid-template-rows:1fr;margin-top:12px}.AppShowcaseSection-module__9FTmaG__featureActive .AppShowcaseSection-module__9FTmaG__featureList{opacity:1;grid-template-rows:1fr;margin-top:14px}.AppShowcaseSection-module__9FTmaG__featureListInner{flex-direction:column;display:flex}.AppShowcaseSection-module__9FTmaG__featureItem{font-family:var(--font-sans);font-size:var(--text-sm);color:var(--fg-secondary);align-items:center;gap:10px;min-height:0;padding:5px 0;font-weight:500;display:flex}.AppShowcaseSection-module__9FTmaG__featureCheck{background:var(--brand-gold-glow);border:1px solid var(--border-gold);width:18px;height:18px;color:var(--brand-gold);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.AppShowcaseSection-module__9FTmaG__featureProgress{background:var(--border-subtle);border-radius:2px;width:100%;height:2px;position:absolute;bottom:-1px;left:0;overflow:hidden}.AppShowcaseSection-module__9FTmaG__featureProgressBar{transform-origin:0;background:linear-gradient(90deg,#ead088,#c8a44e);width:100%;height:100%;animation-name:AppShowcaseSection-module__9FTmaG__progressFill;animation-timing-function:linear;animation-fill-mode:forwards;display:block}@keyframes AppShowcaseSection-module__9FTmaG__progressFill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.AppShowcaseSection-module__9FTmaG__playToggle{margin-top:var(--space-3);border:1px solid var(--border-default);color:var(--fg-secondary);font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;cursor:pointer;background:0 0;border-radius:100px;align-self:flex-start;align-items:center;gap:8px;padding:8px 14px;font-size:10px;font-weight:600;transition:color .3s,border-color .3s,background .3s;display:inline-flex}.AppShowcaseSection-module__9FTmaG__playToggle:hover{color:var(--brand-gold);border-color:var(--border-gold);background:var(--brand-gold-glow)}.AppShowcaseSection-module__9FTmaG__playToggleIcon{color:var(--brand-gold);justify-content:center;align-items:center;display:inline-flex}.AppShowcaseSection-module__9FTmaG__playToggleLabel{line-height:1}.AppShowcaseSection-module__9FTmaG__stage{perspective:1500px;justify-content:center;align-items:center;min-height:600px;display:flex;position:relative}.AppShowcaseSection-module__9FTmaG__stageGlow{filter:blur(50px);pointer-events:none;z-index:0;background:radial-gradient(circle,#c8a44e2e 0%,#0000 70%);width:380px;height:380px;position:absolute;top:46%;left:50%;transform:translate(-50%,-50%)}.AppShowcaseSection-module__9FTmaG__stageRing{aspect-ratio:1;pointer-events:none;z-index:0;border:1px solid #c8a44e1a;border-radius:50%;width:min(560px,90%);position:absolute;top:46%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 40px #c8a44e05,inset 0 0 120px #c8a44e0a;-webkit-mask-image:radial-gradient(circle,#0000 55%,#000 70%,#0000 100%);mask-image:radial-gradient(circle,#0000 55%,#000 70%,#0000 100%)}.AppShowcaseSection-module__9FTmaG__phoneWrap{z-index:2;will-change:transform;transform-style:preserve-3d;position:relative}.AppShowcaseSection-module__9FTmaG__phoneTilt{transform-style:preserve-3d;will-change:transform;transition:transform .12s linear;position:relative}.AppShowcaseSection-module__9FTmaG__phone{aspect-ratio:9/19.3;background:linear-gradient(155deg,#2a2a30 0%,#0c0c10 45%,#1a1a20 100%);border-radius:52px;width:clamp(280px,24vw,348px);padding:12px;position:relative;transform:translateZ(0);box-shadow:0 50px 120px #0009,0 0 0 1px #ffffff0f,inset 0 1px 1px #ffffff1f,inset 0 0 0 2px #00000080}.AppShowcaseSection-module__9FTmaG__phone:after{content:"";border-radius:inherit;pointer-events:none;z-index:5;mix-blend-mode:screen;background:linear-gradient(135deg,#0000 30%,#ffffff29 48%,#0000 60%) 0 0/250% 250%;animation:7s ease-in-out infinite AppShowcaseSection-module__9FTmaG__frameGleam;position:absolute;inset:0}@keyframes AppShowcaseSection-module__9FTmaG__frameGleam{0%,to{background-position:130% 130%}50%{background-position:-30% -30%}}[data-theme=light] .AppShowcaseSection-module__9FTmaG__phone{box-shadow:0 50px 120px #00000038,0 0 0 1px #00000014,inset 0 1px 1px #fff3}.AppShowcaseSection-module__9FTmaG__phoneIsland{z-index:4;background:#050505;border-radius:16px;width:92px;height:26px;position:absolute;top:22px;left:50%;transform:translate(-50%);box-shadow:inset 0 0 0 1px #ffffff0a}.AppShowcaseSection-module__9FTmaG__phoneBtnPower,.AppShowcaseSection-module__9FTmaG__phoneBtnVolUp,.AppShowcaseSection-module__9FTmaG__phoneBtnVolDn{z-index:1;background:linear-gradient(#34343a,#18181c);border-radius:2px;position:absolute}.AppShowcaseSection-module__9FTmaG__phoneBtnPower{width:3px;height:64px;top:150px;right:-3px}.AppShowcaseSection-module__9FTmaG__phoneBtnVolUp{width:3px;height:44px;top:120px;left:-3px}.AppShowcaseSection-module__9FTmaG__phoneBtnVolDn{width:3px;height:44px;top:176px;left:-3px}.AppShowcaseSection-module__9FTmaG__screens{background:#050507;border-radius:42px;width:100%;height:100%;position:relative;overflow:hidden}.AppShowcaseSection-module__9FTmaG__screen{object-fit:cover;opacity:0;filter:blur(14px)saturate(1.1);will-change:opacity, transform, filter;width:100%;height:100%;transition:opacity .8s cubic-bezier(.22,1,.36,1),transform 1.05s cubic-bezier(.22,1,.36,1),filter .8s cubic-bezier(.22,1,.36,1);position:absolute;inset:0;transform:scale(1.08)translateY(3%)}.AppShowcaseSection-module__9FTmaG__screenActive{opacity:1;filter:blur()saturate();transform:scale(1)translateY(0)}.AppShowcaseSection-module__9FTmaG__screenFlash{z-index:4;pointer-events:none;mix-blend-mode:screen;opacity:0;background:linear-gradient(118deg,#0000 42%,#ffffff38 50%,#0000 58%) 0 0/240% 240%;animation:.95s cubic-bezier(.22,1,.36,1) AppShowcaseSection-module__9FTmaG__screenFlash;position:absolute;inset:-20%}@keyframes AppShowcaseSection-module__9FTmaG__screenFlash{0%{opacity:0;background-position:135% 135%}35%{opacity:1}to{opacity:0;background-position:-35% -35%}}.AppShowcaseSection-module__9FTmaG__screenSheen{z-index:3;pointer-events:none;mix-blend-mode:overlay;background:linear-gradient(125deg,#ffffff1a 0%,#0000 30% 70%,#ffffff0a 100%);position:absolute;inset:0}.AppShowcaseSection-module__9FTmaG__screenSweep{z-index:4;pointer-events:none;mix-blend-mode:screen;background:linear-gradient(115deg,#0000 42%,#ffffff24 50%,#0000 58%) 0 0/220% 220%;animation:7s ease-in-out infinite AppShowcaseSection-module__9FTmaG__screenSweep;position:absolute;inset:-20%}@keyframes AppShowcaseSection-module__9FTmaG__screenSweep{0%,to{background-position:120% 120%}50%{background-position:-20% -20%}}.AppShowcaseSection-module__9FTmaG__reflection{opacity:.14;filter:blur(2.5px);pointer-events:none;width:clamp(280px,24vw,348px);height:200px;position:absolute;top:calc(100% + 8px);left:50%;overflow:hidden;transform:translate(-50%)scaleY(-1);-webkit-mask-image:linear-gradient(#0000 22%,#00000073 62%,#000 100%);mask-image:linear-gradient(#0000 22%,#00000073 62%,#000 100%)}.AppShowcaseSection-module__9FTmaG__reflectionPhone{aspect-ratio:9/19.3;background:linear-gradient(155deg,#2a2a30 0%,#0c0c10 45%,#1a1a20 100%);border-radius:52px;width:100%;padding:12px;position:absolute;bottom:0;left:0}.AppShowcaseSection-module__9FTmaG__reflectionIsland{background:#050505;border-radius:16px;width:92px;height:26px;position:absolute;top:22px;left:50%;transform:translate(-50%)}.AppShowcaseSection-module__9FTmaG__reflectionScreen{background:#050507;border-radius:42px;width:100%;height:100%;position:relative;overflow:hidden}.AppShowcaseSection-module__9FTmaG__reflectionScreen img{object-fit:cover;object-position:top;width:100%;height:100%}.AppShowcaseSection-module__9FTmaG__cardsLayer{z-index:3;pointer-events:none;will-change:transform;position:absolute;inset:0}.AppShowcaseSection-module__9FTmaG__floatCard{background:color-mix(in srgb, var(--bg-elevated) 78%, transparent);-webkit-backdrop-filter:blur(18px)saturate(140%);border:1px solid var(--border-default);opacity:0;min-width:130px;animation:.7s cubic-bezier(.16,1,.3,1) forwards AppShowcaseSection-module__9FTmaG__cardIn,6s ease-in-out infinite AppShowcaseSection-module__9FTmaG__cardFloat;animation-delay:calc(var(--i) * .13s), calc(var(--i) * .4s + .7s);border-radius:16px;flex-direction:column;gap:6px;padding:14px 16px;display:flex;position:absolute;box-shadow:0 18px 50px #00000073,inset 0 1px #ffffff0f}[data-theme=light] .AppShowcaseSection-module__9FTmaG__floatCard{background:color-mix(in srgb, var(--bg-elevated) 88%, transparent);box-shadow:0 18px 50px #0000001f,inset 0 1px #fff9}@keyframes AppShowcaseSection-module__9FTmaG__cardIn{0%{opacity:0;filter:blur(6px);transform:translateY(22px)scale(.92)}60%{filter:blur()}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@keyframes AppShowcaseSection-module__9FTmaG__cardFloat{0%,to{translate:0}50%{translate:0 -10px}}.AppShowcaseSection-module__9FTmaG__floatCard0{top:8%;left:-4%}.AppShowcaseSection-module__9FTmaG__floatCard1{top:44%;right:0%}.AppShowcaseSection-module__9FTmaG__floatCard2{bottom:10%;left:0%}.AppShowcaseSection-module__9FTmaG__connector{background-image:linear-gradient(to right, var(--brand-gold) 50%, transparent 50%);opacity:.5;pointer-events:none;background-size:5px 1px;width:38px;height:1px;position:absolute;top:50%}.AppShowcaseSection-module__9FTmaG__connectorR{right:-40px}.AppShowcaseSection-module__9FTmaG__connectorL{left:-40px}.AppShowcaseSection-module__9FTmaG__connectorDot{background:var(--brand-gold);width:7px;height:7px;box-shadow:0 0 10px var(--brand-gold);border-radius:50%;animation:2.6s ease-in-out infinite AppShowcaseSection-module__9FTmaG__calloutPulse;position:absolute;top:50%;transform:translateY(-50%)}.AppShowcaseSection-module__9FTmaG__connectorR .AppShowcaseSection-module__9FTmaG__connectorDot{right:-3px}.AppShowcaseSection-module__9FTmaG__connectorL .AppShowcaseSection-module__9FTmaG__connectorDot{left:-3px}@keyframes AppShowcaseSection-module__9FTmaG__calloutPulse{0%,to{opacity:.55;transform:translateY(-50%)scale(.8)}50%{opacity:1;transform:translateY(-50%)scale(1.15)}}.AppShowcaseSection-module__9FTmaG__floatTop{justify-content:space-between;align-items:center;gap:12px;display:flex}.AppShowcaseSection-module__9FTmaG__floatLabel{font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--fg-tertiary);font-size:9px;font-weight:600}.AppShowcaseSection-module__9FTmaG__floatSparkWrap{color:var(--brand-gold);flex-shrink:0;width:56px;height:18px}.AppShowcaseSection-module__9FTmaG__spark{width:100%;height:100%;display:block}.AppShowcaseSection-module__9FTmaG__sparkArea{fill:#c8a44e24;stroke:none}.AppShowcaseSection-module__9FTmaG__floatValueRow{align-items:baseline;gap:4px;display:flex}.AppShowcaseSection-module__9FTmaG__floatValue{font-family:var(--font-display);letter-spacing:-.03em;color:var(--fg-primary);font-size:1.9rem;font-weight:700;line-height:1}.AppShowcaseSection-module__9FTmaG__floatUnit{font-family:var(--font-mono);color:var(--fg-tertiary);font-size:11px;font-weight:600}.AppShowcaseSection-module__9FTmaG__floatTrend{font-family:var(--font-mono);letter-spacing:.04em;color:var(--fg-secondary);align-items:center;gap:5px;font-size:10px;font-weight:600;display:flex}.AppShowcaseSection-module__9FTmaG__trendUp{color:var(--brand-gold-light);font-weight:700}.AppShowcaseSection-module__9FTmaG__trendDown{color:var(--brand-gold);font-weight:700}.AppShowcaseSection-module__9FTmaG__trendFlat{color:var(--fg-tertiary)}.AppShowcaseSection-module__9FTmaG__storeCta{justify-content:space-between;align-items:center;gap:var(--space-5);padding-top:var(--space-6);border-top:1px solid var(--border-subtle);flex-wrap:wrap;margin-top:clamp(3rem,6vw,5rem);display:flex}.AppShowcaseSection-module__9FTmaG__storeBadges{gap:var(--space-3);flex-wrap:wrap;display:flex}.AppShowcaseSection-module__9FTmaG__storeBtn{background:var(--fg-primary);color:var(--bg-primary);border-radius:14px;align-items:center;gap:12px;padding:12px 22px;text-decoration:none;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.AppShowcaseSection-module__9FTmaG__storeBtn:hover{transform:translateY(-2px);box-shadow:0 12px 30px #00000059}.AppShowcaseSection-module__9FTmaG__storeText{font-family:var(--font-sans);font-size:var(--text-base);letter-spacing:-.01em;flex-direction:column;font-weight:600;line-height:1.05;display:flex}.AppShowcaseSection-module__9FTmaG__storeText small{letter-spacing:.08em;text-transform:uppercase;opacity:.7;font-size:9px;font-weight:500}.AppShowcaseSection-module__9FTmaG__storeMeta{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--fg-tertiary);align-items:center;gap:12px;font-size:11px;font-weight:600;display:flex}.AppShowcaseSection-module__9FTmaG__storeRating{color:var(--brand-gold);font-weight:700}.AppShowcaseSection-module__9FTmaG__storeMetaDivider{background:var(--border-default);width:1px;height:14px}@media (max-width:960px){.AppShowcaseSection-module__9FTmaG__layout{grid-template-columns:1fr;gap:clamp(3rem,8vw,5rem)}.AppShowcaseSection-module__9FTmaG__stage{order:-1;min-height:560px}.AppShowcaseSection-module__9FTmaG__feature{opacity:1}}@media (max-width:560px){.AppShowcaseSection-module__9FTmaG__stage{min-height:500px}.AppShowcaseSection-module__9FTmaG__phone{width:clamp(240px,70vw,300px)}.AppShowcaseSection-module__9FTmaG__floatCard{min-width:104px;padding:10px 12px}.AppShowcaseSection-module__9FTmaG__floatCard0{top:4%;left:0%}.AppShowcaseSection-module__9FTmaG__floatCard1{right:0%}.AppShowcaseSection-module__9FTmaG__floatCard2{left:2%}.AppShowcaseSection-module__9FTmaG__floatValue{font-size:1.4rem}.AppShowcaseSection-module__9FTmaG__connector{display:none}.AppShowcaseSection-module__9FTmaG__storeCta{flex-direction:column;align-items:stretch}.AppShowcaseSection-module__9FTmaG__storeBadges,.AppShowcaseSection-module__9FTmaG__storeMeta{justify-content:center}}
.ProductsSection-module___SIFcG__section{background:var(--bg-primary);z-index:1;padding:clamp(2.5rem,5vw,4.5rem) 0 clamp(5rem,10vw,8rem);position:relative;overflow:hidden}.ProductsSection-module___SIFcG__sectionGrain{pointer-events:none;z-index:0;background:radial-gradient(90% 60% at 80% 10%,#c8a44e0d 0%,#0000 60%),radial-gradient(60% 50% at 10% 85%,#c8a44e0a 0%,#0000 60%);position:absolute;inset:0}.ProductsSection-module___SIFcG__section>.ProductsSection-module___SIFcG__container{z-index:1;position:relative}.ProductsSection-module___SIFcG__header{padding-bottom:var(--space-5);border-bottom:1px solid var(--border-subtle);grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);align-items:end;gap:clamp(2rem,5vw,5rem);margin-bottom:clamp(4rem,8vw,7rem);display:grid}.ProductsSection-module___SIFcG__headerLeft{gap:var(--space-4);flex-direction:column;display:flex}.ProductsSection-module___SIFcG__headerRight{gap:var(--space-4);flex-direction:column;padding-bottom:8px;display:flex}.ProductsSection-module___SIFcG__eyebrow{font-family:var(--font-mono);letter-spacing:.22em;text-transform:uppercase;color:var(--brand-gold);border:1px solid var(--border-gold);background:var(--brand-gold-glow);border-radius:100px;align-self:flex-start;align-items:center;gap:8px;padding:6px 14px;font-size:10px;font-weight:600;display:inline-flex}.ProductsSection-module___SIFcG__eyebrowDot{background:var(--brand-gold);width:5px;height:5px;box-shadow:0 0 8px var(--brand-gold);border-radius:50%}.ProductsSection-module___SIFcG__heading{font-family:var(--font-display);letter-spacing:-.04em;color:var(--fg-primary);flex-direction:column;margin:0;font-size:clamp(2.8rem,7vw,6rem);font-weight:700;line-height:.96;display:flex}.ProductsSection-module___SIFcG__headingLine{display:block}.ProductsSection-module___SIFcG__headingAccent{background:var(--gradient-accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.ProductsSection-module___SIFcG__subhead{font-family:var(--font-body);font-size:var(--text-base);color:var(--fg-secondary);max-width:42ch;margin:0;line-height:1.6}.ProductsSection-module___SIFcG__headerMeta{grid-template-columns:repeat(3,minmax(0,auto));gap:clamp(1rem,2vw,2rem);margin:0;padding:0;list-style:none;display:grid}.ProductsSection-module___SIFcG__headerMeta li{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--fg-muted);flex-direction:column;gap:2px;font-size:10px;font-weight:600;display:flex}.ProductsSection-module___SIFcG__headerMeta li span{font-family:var(--font-display);letter-spacing:-.02em;text-transform:none;color:var(--brand-gold);font-size:clamp(1.3rem,2vw,1.65rem);font-weight:700}.ProductsSection-module___SIFcG__rows{flex-direction:column;display:flex}.ProductsSection-module___SIFcG__row{border-top:1px solid var(--border-subtle);grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);align-items:center;gap:clamp(2.5rem,6vw,6rem);padding:clamp(5rem,10vw,9rem) 0;display:grid;position:relative}.ProductsSection-module___SIFcG__row:first-child{border-top:none}.ProductsSection-module___SIFcG__rowReverse .ProductsSection-module___SIFcG__visual{order:2}.ProductsSection-module___SIFcG__rowReverse .ProductsSection-module___SIFcG__text{order:1}.ProductsSection-module___SIFcG__bigIndex{font-family:var(--font-display);letter-spacing:-.07em;color:#0000;-webkit-text-stroke:1.5px #c8a44e1a;pointer-events:none;z-index:0;-webkit-user-select:none;user-select:none;will-change:transform;white-space:nowrap;font-size:clamp(18rem,36vw,32rem);font-weight:700;line-height:.85;position:absolute;top:50%;transform:translateY(-50%)}.ProductsSection-module___SIFcG__row:not(.ProductsSection-module___SIFcG__rowReverse) .ProductsSection-module___SIFcG__bigIndex{transform-origin:0;left:-2vw}.ProductsSection-module___SIFcG__rowReverse .ProductsSection-module___SIFcG__bigIndex{transform-origin:100%;right:-2vw}[data-theme=light] .ProductsSection-module___SIFcG__bigIndex{-webkit-text-stroke:1.5px #9a7b3024}.ProductsSection-module___SIFcG__visual{z-index:2;position:relative}.ProductsSection-module___SIFcG__visualInner{will-change:transform;position:relative}.ProductsSection-module___SIFcG__imageWrap{aspect-ratio:5/4.2;border-radius:var(--radius-2xl);background:radial-gradient(ellipse 80% 70% at 50% 60%, #c8a44e0f 0%, transparent 70%), var(--bg-secondary);border:1px solid var(--border-subtle);width:100%;transition:border-color .6s cubic-bezier(.16,1,.3,1),box-shadow .6s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.ProductsSection-module___SIFcG__imageWrap:hover{border-color:#c8a44e38;box-shadow:0 24px 60px #00000073,0 0 60px #c8a44e14}[data-theme=light] .ProductsSection-module___SIFcG__imageWrap:hover{box-shadow:0 24px 60px #00000014,0 0 60px #9a7b3014}.ProductsSection-module___SIFcG__imageGlow{aspect-ratio:1;filter:blur(45px);pointer-events:none;z-index:0;background:radial-gradient(circle,#c8a44e38 0%,#0000 70%);width:70%;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);position:absolute;top:55%;left:50%;transform:translate(-50%,-50%)}.ProductsSection-module___SIFcG__imageWrap:hover .ProductsSection-module___SIFcG__imageGlow{transform:translate(-50%,-50%)scale(1.18)}.ProductsSection-module___SIFcG__imageGrid{pointer-events:none;z-index:0;background-image:linear-gradient(#c8a44e0b 1px,#0000 1px),linear-gradient(90deg,#c8a44e0b 1px,#0000 1px);background-position:50%;background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 80%,#000 0%,#0000 75%);mask-image:radial-gradient(80% 80%,#000 0%,#0000 75%)}.ProductsSection-module___SIFcG__imageScanline{opacity:.4;pointer-events:none;z-index:0;mix-blend-mode:overlay;background:linear-gradient(#0000 0% 49.5%,#c8a44e0f 50%,#0000 50.5% 100%) 0 0/100% 12px;animation:18s linear infinite ProductsSection-module___SIFcG__scanlineSlide;position:absolute;inset:0}@keyframes ProductsSection-module___SIFcG__scanlineSlide{0%{background-position:0 0}to{background-position:0 -240px}}.ProductsSection-module___SIFcG__image{z-index:1;object-fit:cover;width:100%;height:100%;transition:transform .9s cubic-bezier(.16,1,.3,1);position:relative}.ProductsSection-module___SIFcG__imageWrap:hover .ProductsSection-module___SIFcG__image{transform:scale(1.025)}.ProductsSection-module___SIFcG__imageWrapApp{justify-content:center;align-items:center;padding:clamp(2rem,4vw,3.5rem);display:flex}.ProductsSection-module___SIFcG__imageApp{object-fit:contain;border-radius:28px;width:auto;height:100%;max-height:100%;box-shadow:0 30px 70px #00000080,0 0 0 1.5px #ffffff0a,inset 0 0 0 1px #ffffff08}[data-theme=light] .ProductsSection-module___SIFcG__imageApp{box-shadow:0 30px 70px #0000001f,0 0 0 1.5px #0000000a}.ProductsSection-module___SIFcG__imageWrap:hover .ProductsSection-module___SIFcG__imageApp{transform:scale(1.015)}.ProductsSection-module___SIFcG__cornerTl,.ProductsSection-module___SIFcG__cornerBr{z-index:4;font-family:var(--font-mono);letter-spacing:.22em;text-transform:uppercase;color:var(--brand-gold);align-items:center;gap:8px;font-size:10px;font-weight:600;display:inline-flex;position:absolute}.ProductsSection-module___SIFcG__cornerTl{top:clamp(16px,1.8vw,22px);left:clamp(20px,2vw,28px)}.ProductsSection-module___SIFcG__cornerBr{bottom:clamp(16px,1.8vw,22px);right:clamp(20px,2vw,28px)}.ProductsSection-module___SIFcG__cornerTick{background:var(--brand-gold);opacity:.6;width:18px;height:1px}.ProductsSection-module___SIFcG__callouts{z-index:3;pointer-events:none;position:absolute;inset:0}.ProductsSection-module___SIFcG__callout{opacity:0;animation:ProductsSection-module___SIFcG__calloutIn .7s cubic-bezier(.16, 1, .3, 1) var(--delay,0s) forwards;position:absolute}@keyframes ProductsSection-module___SIFcG__calloutIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translate(0)}}.ProductsSection-module___SIFcG__calloutDot{border:1px solid var(--brand-gold);background:#c8a44e2e;border-radius:50%;width:12px;height:12px;position:absolute;transform:translate(-50%,-50%)}.ProductsSection-module___SIFcG__calloutDotInner{background:var(--brand-gold);box-shadow:0 0 12px var(--brand-gold);border-radius:50%;animation:2.6s ease-in-out infinite ProductsSection-module___SIFcG__calloutPulse;position:absolute;inset:3px}@keyframes ProductsSection-module___SIFcG__calloutPulse{0%,to{opacity:.55;transform:scale(.8)}50%{opacity:1;transform:scale(1.1)}}.ProductsSection-module___SIFcG__calloutLine{background-image:linear-gradient(to right, var(--brand-gold) 50%, transparent 50%);opacity:.45;background-size:5px 1px;width:56px;height:1px;position:absolute}.ProductsSection-module___SIFcG__calloutCard{border:1px solid var(--border-gold);background:color-mix(in srgb, var(--bg-secondary) 88%, transparent);-webkit-backdrop-filter:blur(12px);white-space:nowrap;font-family:var(--font-mono);letter-spacing:.06em;border-radius:8px;flex-direction:column;gap:1px;padding:6px 10px;font-size:10px;font-weight:600;display:flex;position:absolute}.ProductsSection-module___SIFcG__calloutLabel{color:var(--fg-primary);text-transform:uppercase;letter-spacing:.12em}.ProductsSection-module___SIFcG__calloutHint{color:var(--fg-tertiary);letter-spacing:.06em;text-transform:lowercase;font-size:9px}.ProductsSection-module___SIFcG__callout_tl .ProductsSection-module___SIFcG__calloutCard{top:-12px;right:22px}.ProductsSection-module___SIFcG__callout_tl .ProductsSection-module___SIFcG__calloutLine{top:0;right:6px;transform:translateY(-1px)}.ProductsSection-module___SIFcG__callout_tr .ProductsSection-module___SIFcG__calloutCard{top:-12px;left:22px}.ProductsSection-module___SIFcG__callout_tr .ProductsSection-module___SIFcG__calloutLine{transform-origin:0;top:0;left:6px;transform:translateY(-1px)rotate(180deg)}.ProductsSection-module___SIFcG__callout_bl .ProductsSection-module___SIFcG__calloutCard{bottom:-12px;right:22px}.ProductsSection-module___SIFcG__callout_bl .ProductsSection-module___SIFcG__calloutLine{bottom:0;right:6px;transform:translateY(1px)}.ProductsSection-module___SIFcG__callout_br .ProductsSection-module___SIFcG__calloutCard{bottom:-12px;left:22px}.ProductsSection-module___SIFcG__callout_br .ProductsSection-module___SIFcG__calloutLine{transform-origin:0;bottom:0;left:6px;transform:translateY(1px)rotate(180deg)}.ProductsSection-module___SIFcG__statusBadge{z-index:5;font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;-webkit-backdrop-filter:blur(12px);border-radius:100px;align-items:center;gap:6px;padding:6px 12px;font-size:10px;font-weight:600;display:inline-flex;position:absolute;top:clamp(14px,1.6vw,20px);right:clamp(14px,1.6vw,20px)}.ProductsSection-module___SIFcG__statusBadge[data-status=available]{color:#0a0a0c;background:linear-gradient(135deg,#ead088,#c8a44e);box-shadow:0 4px 20px #c8a44e40}.ProductsSection-module___SIFcG__statusBadge[data-status=coming]{color:var(--fg-secondary);border:1px solid var(--border-default);background:#1414188c}[data-theme=light] .ProductsSection-module___SIFcG__statusBadge[data-status=coming]{background:#ffffffbf}.ProductsSection-module___SIFcG__statusDot{opacity:.8;background:currentColor;border-radius:50%;width:5px;height:5px}.ProductsSection-module___SIFcG__statusBadge[data-status=available] .ProductsSection-module___SIFcG__statusDot{opacity:.6;background:#0a0a0c}.ProductsSection-module___SIFcG__imageWrap:has(.ProductsSection-module___SIFcG__statusBadge) .ProductsSection-module___SIFcG__cornerTl{z-index:5}.ProductsSection-module___SIFcG__text{z-index:2;gap:var(--space-4);flex-direction:column;padding:0 0 0 clamp(0px,2vw,28px);display:flex;position:relative}.ProductsSection-module___SIFcG__rowReverse .ProductsSection-module___SIFcG__text{padding:0 clamp(0px,2vw,28px) 0 0}.ProductsSection-module___SIFcG__materialsRow{border-bottom:1px solid var(--border-subtle);margin-bottom:var(--space-2);align-items:baseline;gap:10px;padding-bottom:14px;display:flex}.ProductsSection-module___SIFcG__materialsLabel{font-family:var(--font-mono);letter-spacing:.22em;text-transform:uppercase;color:var(--fg-muted);font-size:9px;font-weight:600}.ProductsSection-module___SIFcG__materialsValue{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--brand-gold);font-size:10px;font-weight:600}.ProductsSection-module___SIFcG__name{font-family:var(--font-display);letter-spacing:-.04em;color:var(--fg-primary);margin:0;font-size:clamp(2.8rem,5.5vw,4.8rem);font-weight:700;line-height:.96}.ProductsSection-module___SIFcG__tagline{font-family:var(--font-display);color:var(--fg-secondary);letter-spacing:-.012em;margin:0;font-size:clamp(1.1rem,1.6vw,1.4rem);font-weight:500;line-height:1.3}.ProductsSection-module___SIFcG__desc{font-family:var(--font-body);font-size:var(--text-base);color:var(--fg-secondary);max-width:48ch;margin:var(--space-2) 0 0;line-height:1.65}.ProductsSection-module___SIFcG__swatches{margin-top:var(--space-5);padding:var(--space-4);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:linear-gradient(160deg, #ffffff05 0%, #ffffff01 70%), var(--bg-secondary)}[data-theme=light] .ProductsSection-module___SIFcG__swatches{background:linear-gradient(160deg, #00000004 0%, #00000001 70%), var(--bg-elevated)}.ProductsSection-module___SIFcG__swatchesHead{justify-content:space-between;align-items:baseline;gap:var(--space-3);margin-bottom:var(--space-3);flex-wrap:wrap;display:flex}.ProductsSection-module___SIFcG__swatchesEyebrow{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--fg-muted);font-size:10px;font-weight:600}.ProductsSection-module___SIFcG__swatchesActive{font-family:var(--font-display);letter-spacing:-.005em;align-items:baseline;gap:8px;font-size:13px;display:inline-flex}.ProductsSection-module___SIFcG__swatchesActive em{color:var(--fg-primary);font-style:normal;font-weight:600}.ProductsSection-module___SIFcG__swatchesActive span{font-family:var(--font-mono);letter-spacing:.1em;color:var(--brand-gold);font-size:10px;font-weight:600}.ProductsSection-module___SIFcG__swatchesGrid{gap:var(--space-2);grid-template-columns:repeat(auto-fit,minmax(118px,1fr));display:grid}.ProductsSection-module___SIFcG__swatch{border:1px solid var(--border-subtle);border-radius:var(--radius-md);cursor:pointer;text-align:left;color:inherit;background:0 0;align-items:center;gap:10px;padding:8px 10px;font-family:inherit;transition:border-color .35s cubic-bezier(.16,1,.3,1),background .35s cubic-bezier(.16,1,.3,1);display:flex}.ProductsSection-module___SIFcG__swatch:hover{border-color:var(--border-default);background:#ffffff05}[data-theme=light] .ProductsSection-module___SIFcG__swatch:hover{background:#00000004}.ProductsSection-module___SIFcG__swatchActive{border-color:var(--swatch-color);background:color-mix(in srgb, var(--swatch-color) 8%, transparent)}.ProductsSection-module___SIFcG__swatchDisc{background:var(--swatch-color);width:22px;height:22px;box-shadow:inset 0 0 0 1px #ffffff2e, 0 0 0 1px #0000001a, 0 0 14px color-mix(in srgb, var(--swatch-color) 30%, transparent);border-radius:50%;flex-shrink:0;position:relative}.ProductsSection-module___SIFcG__swatchActive .ProductsSection-module___SIFcG__swatchDisc{transform:scale(1.06)}.ProductsSection-module___SIFcG__swatchMeta{flex-direction:column;gap:1px;min-width:0;display:flex}.ProductsSection-module___SIFcG__swatchLabel{font-family:var(--font-sans);letter-spacing:-.005em;color:var(--fg-primary);white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:600;overflow:hidden}.ProductsSection-module___SIFcG__swatchHint{font-family:var(--font-mono);letter-spacing:.08em;color:var(--fg-tertiary);font-size:9px;font-weight:600}.ProductsSection-module___SIFcG__specs{margin:var(--space-5) 0 0;padding:var(--space-4) 0;border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,2vw,1.5rem);display:grid}.ProductsSection-module___SIFcG__spec{flex-direction:column;gap:6px;padding-left:22px;display:flex;position:relative}.ProductsSection-module___SIFcG__specIndex{font-family:var(--font-mono);letter-spacing:.18em;color:var(--brand-gold);font-size:9px;font-weight:600;position:absolute;top:2px;left:0}.ProductsSection-module___SIFcG__specLabel{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--fg-muted);margin:0;font-size:9px;font-weight:600}.ProductsSection-module___SIFcG__specValue{font-family:var(--font-display);letter-spacing:-.015em;color:var(--fg-primary);margin:0;font-size:clamp(.95rem,1.4vw,1.15rem);font-weight:600}.ProductsSection-module___SIFcG__footer{justify-content:space-between;align-items:end;gap:var(--space-4);margin-top:var(--space-3);flex-wrap:wrap;display:flex}.ProductsSection-module___SIFcG__priceBlock{flex-direction:column;gap:2px;display:flex}.ProductsSection-module___SIFcG__priceLabel{font-family:var(--font-mono);letter-spacing:.22em;text-transform:uppercase;color:var(--fg-muted);font-size:9px;font-weight:600}.ProductsSection-module___SIFcG__price{font-family:var(--font-display);letter-spacing:-.025em;background:linear-gradient(135deg,#ead088 0%,#c8a44e 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(1.4rem,2.4vw,2rem);font-weight:700;line-height:1}.ProductsSection-module___SIFcG__priceFree{-webkit-text-fill-color:var(--fg-primary);color:var(--fg-primary);background:0 0}.ProductsSection-module___SIFcG__cta{font-family:var(--font-sans);font-size:var(--text-sm);letter-spacing:-.005em;color:var(--fg-primary);border:1px solid var(--border-default);background:#ffffff05;border-radius:100px;align-items:center;gap:12px;padding:12px 12px 12px 22px;font-weight:500;text-decoration:none;transition:border-color .35s cubic-bezier(.16,1,.3,1),background .35s cubic-bezier(.16,1,.3,1),color .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1);display:inline-flex}[data-theme=light] .ProductsSection-module___SIFcG__cta{background:#00000005}.ProductsSection-module___SIFcG__cta:hover{border-color:var(--brand-gold);background:var(--brand-gold-glow);color:var(--brand-gold);transform:translateY(-1px)}.ProductsSection-module___SIFcG__ctaArrow{background:var(--brand-gold-glow);border:1px solid var(--border-gold);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:transform .35s cubic-bezier(.16,1,.3,1),background .35s cubic-bezier(.16,1,.3,1);display:inline-flex}.ProductsSection-module___SIFcG__cta:hover .ProductsSection-module___SIFcG__ctaArrow{background:var(--brand-gold);color:#0a0a0c;transform:translate(4px)rotate(-15deg)}@media (max-width:1180px){.ProductsSection-module___SIFcG__bigIndex{opacity:.7;font-size:clamp(14rem,32vw,22rem)}}@media (max-width:960px){.ProductsSection-module___SIFcG__header{gap:var(--space-5);grid-template-columns:1fr;align-items:start}.ProductsSection-module___SIFcG__row{gap:var(--space-6);grid-template-columns:1fr;padding:clamp(3.5rem,8vw,5rem) 0}.ProductsSection-module___SIFcG__rowReverse .ProductsSection-module___SIFcG__visual{order:1}.ProductsSection-module___SIFcG__rowReverse .ProductsSection-module___SIFcG__text{order:2}.ProductsSection-module___SIFcG__text,.ProductsSection-module___SIFcG__rowReverse .ProductsSection-module___SIFcG__text{padding:0}.ProductsSection-module___SIFcG__imageWrap{aspect-ratio:4/3}.ProductsSection-module___SIFcG__bigIndex{opacity:.5;font-size:clamp(8rem,28vw,14rem);top:-10px;transform:translate(0,0)!important}.ProductsSection-module___SIFcG__row:not(.ProductsSection-module___SIFcG__rowReverse) .ProductsSection-module___SIFcG__bigIndex{left:-4vw}.ProductsSection-module___SIFcG__rowReverse .ProductsSection-module___SIFcG__bigIndex{right:-4vw}}@media (max-width:640px){.ProductsSection-module___SIFcG__specs,.ProductsSection-module___SIFcG__swatchesGrid{grid-template-columns:1fr 1fr}.ProductsSection-module___SIFcG__footer{flex-direction:column;align-items:stretch}.ProductsSection-module___SIFcG__cta{justify-content:center}.ProductsSection-module___SIFcG__calloutHint{display:none}}
.TechnologySection-module__xSeWBW__section{background:radial-gradient(ellipse 70% 50% at 50% 0%, #c8a44e0d 0%, transparent 55%), linear-gradient(180deg, var(--bg-primary) 0%, var(--bg-secondary) 50%, var(--bg-primary) 100%);padding:clamp(4rem,8vw,7rem) 0;position:relative}.TechnologySection-module__xSeWBW__features{flex-direction:column;gap:0;display:flex}.TechnologySection-module__xSeWBW__featureRow{padding:var(--space-8) 0;border-bottom:1px solid var(--border-subtle);grid-template-columns:56px minmax(220px,260px) 1fr 180px;align-items:start;gap:clamp(1.5rem,3vw,2.75rem);transition:background .4s cubic-bezier(.16,1,.3,1);display:grid}.TechnologySection-module__xSeWBW__featureIndex,.TechnologySection-module__xSeWBW__featureLeft,.TechnologySection-module__xSeWBW__featureCenter,.TechnologySection-module__xSeWBW__featureRight{min-width:0}.TechnologySection-module__xSeWBW__featureRow:first-child{border-top:1px solid var(--border-subtle)}.TechnologySection-module__xSeWBW__featureRow:hover{background:#ffffff03}.TechnologySection-module__xSeWBW__featureIndex{font-family:var(--font-mono);letter-spacing:.12em;color:var(--brand-gold-dim);padding-top:8px;font-size:11px;font-weight:600}.TechnologySection-module__xSeWBW__featureLeft{gap:var(--space-3);flex-direction:column;display:flex}.TechnologySection-module__xSeWBW__iconBox{border-radius:var(--radius-lg);border:1px solid var(--border-gold);width:48px;height:48px;color:var(--brand-gold);background:var(--brand-gold-glow);flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.TechnologySection-module__xSeWBW__featureTitle{font-family:var(--font-display);font-size:var(--text-lg);letter-spacing:-.02em;overflow-wrap:break-word;margin:0;font-weight:800;line-height:1.15}.TechnologySection-module__xSeWBW__featureCenter{padding-top:var(--space-1)}.TechnologySection-module__xSeWBW__featureDesc{font-size:var(--text-base);color:var(--fg-secondary);max-width:48ch;margin:0;line-height:1.7}.TechnologySection-module__xSeWBW__featureRight{gap:var(--space-2);padding-top:var(--space-1);flex-direction:column;display:flex}.TechnologySection-module__xSeWBW__spec{align-items:center;gap:var(--space-2);display:flex}.TechnologySection-module__xSeWBW__specDot{background:var(--brand-gold);border-radius:50%;flex-shrink:0;width:5px;height:5px}.TechnologySection-module__xSeWBW__specText{font-family:var(--font-mono);letter-spacing:.04em;color:var(--fg-muted);font-size:11px;font-weight:600}@media (max-width:900px){.TechnologySection-module__xSeWBW__featureRow{gap:var(--space-3) var(--space-4);padding:var(--space-6) 0;grid-template-columns:48px 1fr;grid-template-areas:"idx left"".center"".right"}.TechnologySection-module__xSeWBW__featureIndex{grid-area:idx}.TechnologySection-module__xSeWBW__featureLeft{grid-area:left}.TechnologySection-module__xSeWBW__featureCenter{grid-area:center}.TechnologySection-module__xSeWBW__featureRight{grid-area:right}.TechnologySection-module__xSeWBW__featureLeft{align-items:center;gap:var(--space-3);flex-direction:row}.TechnologySection-module__xSeWBW__featureRight{gap:var(--space-3);flex-flow:wrap}.TechnologySection-module__xSeWBW__spec{border:1px solid var(--border-subtle);border-radius:var(--radius-full);background:#ffffff08;padding:4px 12px}}
.AnalysisSection-module__VBPuFG__section{background:linear-gradient(180deg, var(--bg-primary) 0%, var(--bg-secondary) 50%, var(--bg-primary) 100%);padding:clamp(4rem,8vw,7rem) 0;position:relative;overflow:hidden}.AnalysisSection-module__VBPuFG__glow{aspect-ratio:1;filter:blur(60px);pointer-events:none;z-index:0;background:radial-gradient(circle,#c8a44e14 0%,#0000 70%);width:50vw;max-width:600px;position:absolute;top:50%;right:-5%;transform:translateY(-50%)}.AnalysisSection-module__VBPuFG__section>.AnalysisSection-module__VBPuFG__container{z-index:1;position:relative}.AnalysisSection-module__VBPuFG__layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:clamp(2.5rem,6vw,5rem);display:grid}.AnalysisSection-module__VBPuFG__text{gap:var(--space-4);flex-direction:column;min-width:0;display:flex}.AnalysisSection-module__VBPuFG__eyebrow{font-family:var(--font-mono);letter-spacing:.22em;text-transform:uppercase;color:var(--brand-gold);border:1px solid var(--border-gold);background:var(--brand-gold-glow);border-radius:100px;align-self:flex-start;align-items:center;gap:8px;padding:6px 14px;font-size:10px;font-weight:600;display:inline-flex}.AnalysisSection-module__VBPuFG__eyebrowDot{background:var(--brand-gold);width:5px;height:5px;box-shadow:0 0 8px var(--brand-gold);border-radius:50%}.AnalysisSection-module__VBPuFG__heading{font-family:var(--font-display);letter-spacing:-.035em;color:var(--fg-primary);max-width:18ch;margin:0;font-size:clamp(2rem,4vw,3.4rem);font-weight:700;line-height:1.05}.AnalysisSection-module__VBPuFG__headingAccent{background:var(--gradient-accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.AnalysisSection-module__VBPuFG__lede{font-family:var(--font-body);font-size:var(--text-base);color:var(--fg-secondary);max-width:46ch;margin:0;line-height:1.65}.AnalysisSection-module__VBPuFG__steps{margin-top:var(--space-2);flex-direction:column;gap:0;display:flex}.AnalysisSection-module__VBPuFG__step{gap:var(--space-4);padding:var(--space-4) 0;border-top:1px solid var(--border-subtle);grid-template-columns:44px 1fr;align-items:baseline;display:grid}.AnalysisSection-module__VBPuFG__step:last-child{border-bottom:1px solid var(--border-subtle)}.AnalysisSection-module__VBPuFG__stepNum{font-family:var(--font-mono);letter-spacing:.14em;color:var(--brand-gold);font-size:11px;font-weight:600}.AnalysisSection-module__VBPuFG__stepBody{flex-direction:column;gap:2px;display:flex}.AnalysisSection-module__VBPuFG__stepLabel{font-family:var(--font-display);font-size:var(--text-base);letter-spacing:-.015em;color:var(--fg-primary);font-weight:600}.AnalysisSection-module__VBPuFG__stepText{font-family:var(--font-body);font-size:var(--text-sm);color:var(--fg-tertiary)}.AnalysisSection-module__VBPuFG__note{font-family:var(--font-mono);letter-spacing:.04em;color:var(--fg-muted);margin:var(--space-1) 0 0;align-items:center;gap:8px;font-size:11px;display:inline-flex}.AnalysisSection-module__VBPuFG__note svg{color:var(--brand-gold);width:14px;height:14px}.AnalysisSection-module__VBPuFG__visual{justify-content:center;display:flex}.AnalysisSection-module__VBPuFG__scanner{border-radius:var(--radius-2xl);background:linear-gradient(160deg, #ffffff08 0%, #ffffff02 70%), var(--bg-elevated);border:1px solid var(--border-default);gap:var(--space-3);flex-direction:column;width:100%;max-width:460px;padding:clamp(1.2rem,2vw,1.6rem);display:flex;box-shadow:0 30px 70px #00000073,inset 0 1px #ffffff0d}[data-theme=light] .AnalysisSection-module__VBPuFG__scanner{box-shadow:0 30px 70px #0000001a,inset 0 1px #fff9}.AnalysisSection-module__VBPuFG__fileChip{border-radius:var(--radius-lg);background:var(--bg-tertiary);border:1px solid var(--border-subtle);align-items:center;gap:12px;padding:12px 14px;display:flex}.AnalysisSection-module__VBPuFG__fileIcon{background:var(--brand-gold-glow);border:1px solid var(--border-gold);width:36px;height:36px;color:var(--brand-gold);border-radius:10px;justify-content:center;align-items:center;display:inline-flex}.AnalysisSection-module__VBPuFG__fileMeta{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.AnalysisSection-module__VBPuFG__fileName{font-family:var(--font-sans);color:var(--fg-primary);font-size:13px;font-weight:600}.AnalysisSection-module__VBPuFG__fileSize{font-family:var(--font-mono);letter-spacing:.06em;color:var(--fg-tertiary);font-size:10px}.AnalysisSection-module__VBPuFG__fileDone{color:var(--color-success);display:inline-flex}.AnalysisSection-module__VBPuFG__fileDone svg{width:20px;height:20px}.AnalysisSection-module__VBPuFG__scanBar{flex-direction:column;gap:8px;display:flex}.AnalysisSection-module__VBPuFG__scanLabel{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--fg-muted);font-size:10px;font-weight:600}.AnalysisSection-module__VBPuFG__scanLine{background:var(--border-subtle);border-radius:2px;height:2px;position:relative;overflow:hidden}.AnalysisSection-module__VBPuFG__scanLine:after{content:"";background:linear-gradient(90deg, transparent, var(--brand-gold), transparent);width:40%;animation:2.2s ease-in-out infinite AnalysisSection-module__VBPuFG__scanSlide;position:absolute;inset:0}@keyframes AnalysisSection-module__VBPuFG__scanSlide{0%{transform:translate(-100%)}to{transform:translate(350%)}}.AnalysisSection-module__VBPuFG__markers{grid-template-columns:1fr 1fr;gap:8px;display:grid}.AnalysisSection-module__VBPuFG__marker{border-radius:var(--radius-md);background:var(--bg-tertiary);border:1px solid var(--border-subtle);opacity:0;animation:AnalysisSection-module__VBPuFG__markerIn .5s cubic-bezier(.16, 1, .3, 1) var(--d,0s) forwards;align-items:center;gap:8px;padding:10px 12px;display:flex}@keyframes AnalysisSection-module__VBPuFG__markerIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.AnalysisSection-module__VBPuFG__markerDot{background:var(--fg-muted);border-radius:50%;flex-shrink:0;width:7px;height:7px}.AnalysisSection-module__VBPuFG__state_ok .AnalysisSection-module__VBPuFG__markerDot{background:var(--color-success)}.AnalysisSection-module__VBPuFG__state_low .AnalysisSection-module__VBPuFG__markerDot{background:var(--brand-gold)}.AnalysisSection-module__VBPuFG__state_high .AnalysisSection-module__VBPuFG__markerDot{background:var(--color-warning)}.AnalysisSection-module__VBPuFG__markerName{font-family:var(--font-sans);color:var(--fg-secondary);flex:1;font-size:12px;font-weight:500}.AnalysisSection-module__VBPuFG__markerVal{font-family:var(--font-mono);color:var(--fg-primary);font-size:12px;font-weight:700}.AnalysisSection-module__VBPuFG__markerVal small{color:var(--fg-tertiary);margin-left:2px;font-size:9px;font-weight:500}.AnalysisSection-module__VBPuFG__recommend{border-radius:var(--radius-lg);background:var(--brand-gold-glow);border:1px solid var(--border-gold);font-family:var(--font-body);color:var(--fg-secondary);align-items:center;gap:10px;padding:12px 14px;font-size:13px;line-height:1.4;display:flex}.AnalysisSection-module__VBPuFG__recommend em{color:var(--brand-gold-light);font-style:normal;font-weight:600}[data-theme=light] .AnalysisSection-module__VBPuFG__recommend em{color:var(--brand-gold)}.AnalysisSection-module__VBPuFG__recommendIcon{color:var(--brand-gold);flex-shrink:0;display:inline-flex}@media (max-width:900px){.AnalysisSection-module__VBPuFG__layout{grid-template-columns:minmax(0,1fr)}.AnalysisSection-module__VBPuFG__visual{order:-1}}
.ComparisonSection-module__wZEAoq__section{background:var(--bg-secondary);padding:clamp(4rem,8vw,7rem) 0;position:relative;overflow:hidden}.ComparisonSection-module__wZEAoq__ambientGlow{pointer-events:none;z-index:0;filter:blur(40px);background:radial-gradient(circle,#c8a44e0d 0%,#0000 70%);width:600px;height:600px;position:absolute;top:10%;right:5%}.ComparisonSection-module__wZEAoq__layout{gap:var(--space-8);z-index:1;grid-template-columns:340px 1fr;display:grid;position:relative}.ComparisonSection-module__wZEAoq__selectorColumn{gap:var(--space-4);flex-direction:column;display:flex}.ComparisonSection-module__wZEAoq__selectorSubtitle{font-size:var(--text-xs);color:var(--fg-tertiary);text-transform:uppercase;letter-spacing:.06em;font-weight:600}.ComparisonSection-module__wZEAoq__selectorList{gap:var(--space-3);flex-direction:column;display:flex}.ComparisonSection-module__wZEAoq__competitorBtn{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:var(--space-4);justify-content:space-between;align-items:center;gap:var(--space-3);cursor:pointer;text-align:left;width:100%;transition:background var(--duration-fast) var(--ease-out-quart), border-color var(--duration-fast), transform var(--duration-fast);background:#ffffff03;display:flex;position:relative;overflow:hidden}.ComparisonSection-module__wZEAoq__competitorBtn:before{content:"";background:var(--gradient-accent);width:3px;height:0;transition:height var(--duration-base,.35s) var(--ease-out-quart);border-radius:0 3px 3px 0;position:absolute;top:50%;left:0;transform:translateY(-50%)}.ComparisonSection-module__wZEAoq__competitorBtn:hover{border-color:var(--border-default);background:#ffffff08;transform:translate(4px)}.ComparisonSection-module__wZEAoq__activeCompBtn{background:var(--brand-gold-glow);border-color:var(--brand-gold);box-shadow:var(--shadow-gold)}.ComparisonSection-module__wZEAoq__activeCompBtn:before{height:60%}.ComparisonSection-module__wZEAoq__compBtnInfo{align-items:center;gap:var(--space-3);min-width:0;display:flex}.ComparisonSection-module__wZEAoq__iconWrapper{border:1px solid var(--border-subtle);width:40px;height:40px;color:var(--fg-secondary);transition:all var(--duration-fast);background:#ffffff05;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;display:flex}.ComparisonSection-module__wZEAoq__competitorBtn:hover .ComparisonSection-module__wZEAoq__iconWrapper,.ComparisonSection-module__wZEAoq__activeCompBtn .ComparisonSection-module__wZEAoq__iconWrapper{background:var(--brand-gold);color:var(--fg-inverse);border-color:var(--brand-gold);transform:scale(1.05)}.ComparisonSection-module__wZEAoq__compBtnText{flex-direction:column;gap:2px;min-width:0;display:flex}.ComparisonSection-module__wZEAoq__compBtnName{font-family:var(--font-display);font-size:var(--text-sm);color:var(--fg-primary);white-space:nowrap;text-overflow:ellipsis;font-weight:700;overflow:hidden}.ComparisonSection-module__wZEAoq__compBtnTag{color:var(--fg-tertiary);font-size:10px;font-weight:500}.ComparisonSection-module__wZEAoq__leadBadge{font-family:var(--font-mono);color:var(--fg-tertiary);border:1px solid var(--border-subtle);transition:all var(--duration-fast);background:#ffffff08;border-radius:999px;flex-shrink:0;padding:3px 9px;font-size:11px;font-weight:700}.ComparisonSection-module__wZEAoq__competitorBtn:hover .ComparisonSection-module__wZEAoq__leadBadge{color:var(--fg-secondary)}.ComparisonSection-module__wZEAoq__activeCompBtn .ComparisonSection-module__wZEAoq__leadBadge{color:var(--brand-gold);border-color:var(--border-gold,#c8a44e4d);background:#c8a44e1a}.ComparisonSection-module__wZEAoq__vsPageLinks{margin-top:var(--space-2);padding-top:var(--space-4);border-top:1px solid var(--border-subtle)}.ComparisonSection-module__wZEAoq__detailLink{font-size:var(--text-xs);color:var(--brand-gold-light);align-items:center;gap:var(--space-2);transition:color var(--duration-fast);font-weight:600;text-decoration:none;display:inline-flex}.ComparisonSection-module__wZEAoq__detailLink:hover{color:var(--brand-gold)}.ComparisonSection-module__wZEAoq__detailLink svg{transition:transform var(--duration-fast)}.ComparisonSection-module__wZEAoq__detailLink:hover svg{transform:translate(2px,-2px)}.ComparisonSection-module__wZEAoq__matrixCard{-webkit-backdrop-filter:blur(30px)saturate(1.2);border-radius:var(--radius-2xl);padding:var(--space-8);background:#ffffff06;border:1px solid #ffffff0f;flex-direction:column;display:flex;box-shadow:inset 0 0 0 1px #ffffff08,inset 0 1px #ffffff0d,0 20px 60px #0006,0 0 80px #c8a44e08}.ComparisonSection-module__wZEAoq__scoreboard{align-items:center;gap:var(--space-6);padding-bottom:var(--space-6);margin-bottom:var(--space-5);border-bottom:1px solid var(--border-strong);grid-template-columns:auto 1fr auto;display:grid}.ComparisonSection-module__wZEAoq__scoreStat{flex-direction:column;align-items:center;gap:2px;min-width:76px;display:flex}.ComparisonSection-module__wZEAoq__scoreNum{font-family:var(--font-display);font-variant-numeric:tabular-nums;font-size:clamp(2rem,4vw,2.9rem);font-weight:800;line-height:1}.ComparisonSection-module__wZEAoq__scoreWitu .ComparisonSection-module__wZEAoq__scoreNum{background:var(--gradient-accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.ComparisonSection-module__wZEAoq__scoreComp .ComparisonSection-module__wZEAoq__scoreNum{color:var(--fg-tertiary)}.ComparisonSection-module__wZEAoq__scoreLabel{letter-spacing:.04em;text-transform:uppercase;color:var(--fg-muted);text-align:center;font-size:10px;font-weight:600}.ComparisonSection-module__wZEAoq__scoreWitu .ComparisonSection-module__wZEAoq__scoreLabel{color:var(--brand-gold-light)}.ComparisonSection-module__wZEAoq__scoreBarWrap{gap:var(--space-3);flex-direction:column;display:flex}.ComparisonSection-module__wZEAoq__scoreBar{border:1px solid var(--border-subtle);background:#ffffff0a;border-radius:999px;height:10px;display:flex;overflow:hidden;box-shadow:inset 0 1px 2px #0000004d}.ComparisonSection-module__wZEAoq__seg{height:100%;transition:width .85s var(--ease-out-quart)}.ComparisonSection-module__wZEAoq__segWitu{background:var(--gradient-accent);box-shadow:0 0 12px #c8a44e66}.ComparisonSection-module__wZEAoq__segTie{background:var(--fg-muted);opacity:.45}.ComparisonSection-module__wZEAoq__segComp{background:#ffffff24}.ComparisonSection-module__wZEAoq__scoreLegend{justify-content:center;gap:var(--space-4);color:var(--fg-tertiary);flex-wrap:wrap;font-size:11px;display:flex}.ComparisonSection-module__wZEAoq__scoreLegend span{align-items:center;gap:6px;display:inline-flex}.ComparisonSection-module__wZEAoq__scoreLegend i{border-radius:50%;width:9px;height:9px}.ComparisonSection-module__wZEAoq__dotWitu{background:var(--brand-gold)}.ComparisonSection-module__wZEAoq__dotTie{background:var(--fg-muted);opacity:.5}.ComparisonSection-module__wZEAoq__dotComp{background:#ffffff40}.ComparisonSection-module__wZEAoq__matrixInner{position:relative}.ComparisonSection-module__wZEAoq__wituBand{top:0;bottom:0;left:calc(200px + var(--space-4));width:calc((100% - 200px - var(--space-4) * 2) / 2);border-radius:var(--radius-lg);pointer-events:none;z-index:0;background:linear-gradient(#c8a44e1a 0%,#c8a44e0b 30%,#c8a44e05 100%);border:1px solid #c8a44e29;position:absolute;box-shadow:inset 0 1px #ffffff0d}.ComparisonSection-module__wZEAoq__matrixHeader,.ComparisonSection-module__wZEAoq__matrixRows{z-index:1;position:relative}.ComparisonSection-module__wZEAoq__matrixHeader{gap:var(--space-4);padding:0 0 var(--space-4);border-bottom:1px solid var(--border-strong);grid-template-columns:200px 1fr 1fr;display:grid}.ComparisonSection-module__wZEAoq__columnTitle{font-family:var(--font-display);font-size:var(--text-xs);color:var(--fg-tertiary);text-transform:uppercase;letter-spacing:.06em;font-weight:700}.ComparisonSection-module__wZEAoq__wituColumnTitle{color:var(--brand-gold);font-size:var(--text-sm);align-items:center;gap:6px;font-weight:800;display:inline-flex}.ComparisonSection-module__wZEAoq__wituColumnTitle svg{color:var(--brand-gold);font-size:13px;animation:3s ease-in-out infinite ComparisonSection-module__wZEAoq__sparklePulse}.ComparisonSection-module__wZEAoq__matrixRow{gap:var(--space-4);padding:var(--space-4) 0;border-bottom:1px solid var(--border-subtle);transition:background var(--duration-fast);grid-template-columns:200px 1fr 1fr;align-items:center;display:grid}.ComparisonSection-module__wZEAoq__matrixRow:last-child{border-bottom:none}.ComparisonSection-module__wZEAoq__matrixRow:hover{background:#ffffff03}.ComparisonSection-module__wZEAoq__rowLabel{font-size:var(--text-xs);color:var(--fg-secondary);font-weight:600}.ComparisonSection-module__wZEAoq__rowValue{align-items:flex-start;gap:var(--space-2);font-size:var(--text-xs);color:var(--fg-secondary);padding:0 var(--space-3);line-height:1.4;display:flex}.ComparisonSection-module__wZEAoq__wituValue{color:var(--fg-primary);font-weight:600}.ComparisonSection-module__wZEAoq__compCell{animation:ComparisonSection-module__wZEAoq__cellIn .5s var(--ease-out-quart) backwards;animation-delay:calc(var(--i,0) * 32ms)}.ComparisonSection-module__wZEAoq__compCell .ComparisonSection-module__wZEAoq__ind{animation:ComparisonSection-module__wZEAoq__indPop .45s var(--ease-out-quart) backwards;animation-delay:calc(var(--i,0) * 32ms + 60ms)}.ComparisonSection-module__wZEAoq__ind{flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;margin-top:1px;font-size:14px;display:inline-flex}.ComparisonSection-module__wZEAoq__ind svg{width:15px;height:15px}.ComparisonSection-module__wZEAoq__indPos{color:var(--color-success)}.ComparisonSection-module__wZEAoq__indNeg{color:var(--fg-muted);opacity:.8}.ComparisonSection-module__wZEAoq__indNeu{color:var(--fg-muted);font-family:var(--font-mono);font-weight:700}.ComparisonSection-module__wZEAoq__matrixFooter{margin-top:var(--space-6);padding-top:var(--space-6);border-top:1px solid var(--border-strong);justify-content:space-between;align-items:center;gap:var(--space-6);display:flex}.ComparisonSection-module__wZEAoq__matrixFooter p{font-size:var(--text-xs);color:var(--fg-tertiary);max-width:60ch;line-height:1.5}.ComparisonSection-module__wZEAoq__matrixFooter .ComparisonSection-module__wZEAoq__btn,.ComparisonSection-module__wZEAoq__matrixFooter a{flex-shrink:0}.ComparisonSection-module__wZEAoq__footNote{font-family:var(--font-mono);letter-spacing:.04em;color:var(--fg-muted);margin-top:6px;font-size:10px;display:block}@keyframes ComparisonSection-module__wZEAoq__cellIn{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}@keyframes ComparisonSection-module__wZEAoq__indPop{0%{opacity:0;transform:scale(.4)}60%{transform:scale(1.18)}to{opacity:1;transform:scale(1)}}@keyframes ComparisonSection-module__wZEAoq__sparklePulse{0%,to{opacity:.6;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}}@media (prefers-reduced-motion:reduce){.ComparisonSection-module__wZEAoq__compCell,.ComparisonSection-module__wZEAoq__compCell .ComparisonSection-module__wZEAoq__ind,.ComparisonSection-module__wZEAoq__wituColumnTitle svg,.ComparisonSection-module__wZEAoq__seg{transition:none;animation:none}}@media (max-width:1024px){.ComparisonSection-module__wZEAoq__layout{gap:var(--space-6);grid-template-columns:1fr}}@media (max-width:640px){.ComparisonSection-module__wZEAoq__scoreboard{gap:var(--space-4);grid-template-columns:1fr 1fr}.ComparisonSection-module__wZEAoq__scoreBarWrap{order:3;grid-column:1/-1}.ComparisonSection-module__wZEAoq__wituBand{display:none}.ComparisonSection-module__wZEAoq__matrixHeader{gap:var(--space-1);text-align:center;border-bottom:none;grid-template-columns:1fr;padding-bottom:0}.ComparisonSection-module__wZEAoq__matrixHeader .ComparisonSection-module__wZEAoq__columnTitle:not(:first-child){display:none}.ComparisonSection-module__wZEAoq__matrixRow{gap:var(--space-2);padding:var(--space-4) 0;text-align:center;grid-template-columns:1fr}.ComparisonSection-module__wZEAoq__rowLabel{font-size:var(--text-xs);color:var(--brand-gold);border-bottom:1px solid var(--border-subtle);padding-bottom:var(--space-1);margin-bottom:var(--space-1);font-weight:700}.ComparisonSection-module__wZEAoq__rowValue{justify-content:center;padding:0;font-size:11px}.ComparisonSection-module__wZEAoq__wituValue{background:var(--brand-gold-glow);padding:var(--space-2);border-radius:var(--radius-md);border:1px solid var(--border-gold,#c8a44e40)}.ComparisonSection-module__wZEAoq__matrixFooter{text-align:center;gap:var(--space-4);flex-direction:column}}[data-theme=light] .ComparisonSection-module__wZEAoq__matrixCard{background:var(--bg-elevated);border:1px solid var(--border-default);box-shadow:0 10px 45px #0000000a}[data-theme=light] .ComparisonSection-module__wZEAoq__competitorBtn{background:var(--bg-elevated);border:1px solid var(--border-subtle)}[data-theme=light] .ComparisonSection-module__wZEAoq__competitorBtn:hover{background:var(--bg-surface)}[data-theme=light] .ComparisonSection-module__wZEAoq__activeCompBtn{background:var(--brand-gold-glow);border-color:var(--brand-gold)}[data-theme=light] .ComparisonSection-module__wZEAoq__iconWrapper{background:var(--bg-secondary)}[data-theme=light] .ComparisonSection-module__wZEAoq__scoreBar{background:#0000000d}[data-theme=light] .ComparisonSection-module__wZEAoq__segComp{background:#00000029}[data-theme=light] .ComparisonSection-module__wZEAoq__dotComp{background:#00000038}[data-theme=light] .ComparisonSection-module__wZEAoq__leadBadge{background:#00000008}[data-theme=light] .ComparisonSection-module__wZEAoq__wituBand{background:linear-gradient(#c8a44e1f 0%,#c8a44e0a 100%);border-color:#c8a44e38}
.SocialProofSection-module__wpbBdW__section{background:var(--bg-primary);padding:clamp(4rem,8vw,7rem) 0}.SocialProofSection-module__wpbBdW__overline{font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.15em;text-transform:uppercase;color:var(--brand-gold);margin-bottom:var(--space-4);font-weight:600;display:block}.SocialProofSection-module__wpbBdW__heading{font-family:var(--font-display);letter-spacing:-.03em;margin:0;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.1}.SocialProofSection-module__wpbBdW__grid{grid-template-columns:repeat(3,1fr);gap:0;display:grid}.SocialProofSection-module__wpbBdW__metric{padding:var(--space-8) var(--space-6);border-left:1px solid var(--border-subtle);gap:var(--space-3);flex-direction:column;display:flex}.SocialProofSection-module__wpbBdW__metric:first-child{border-left:none;padding-left:0}.SocialProofSection-module__wpbBdW__numberRow{align-items:baseline;gap:4px;display:flex}.SocialProofSection-module__wpbBdW__number{font-family:var(--font-display);letter-spacing:-.04em;background:linear-gradient(180deg, var(--fg-primary) 0%, var(--brand-gold) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(3.5rem,8vw,6rem);font-weight:400;line-height:.95}.SocialProofSection-module__wpbBdW__suffix{font-family:var(--font-display);color:var(--brand-gold-dim);font-size:clamp(1.4rem,3vw,2.4rem);font-style:italic;font-weight:400}.SocialProofSection-module__wpbBdW__label{font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.1em;text-transform:uppercase;color:var(--fg-muted);font-weight:600}.SocialProofSection-module__wpbBdW__context{font-size:var(--text-sm);color:var(--fg-tertiary);max-width:32ch;margin:0;line-height:1.6}@media (max-width:768px){.SocialProofSection-module__wpbBdW__grid{grid-template-columns:1fr;gap:0}.SocialProofSection-module__wpbBdW__metric{border-left:none;border-top:1px solid var(--border-subtle);padding:var(--space-6) 0}.SocialProofSection-module__wpbBdW__metric:first-child{border-top:none}}
.FaqSection-module__pLFZKG__section{background:var(--bg-primary);padding:clamp(4rem,8vw,7rem) 0;position:relative}.FaqSection-module__pLFZKG__layout{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);align-items:start;gap:clamp(2.5rem,5vw,5rem);display:grid}.FaqSection-module__pLFZKG__intro{gap:var(--space-4);top:calc(var(--nav-height) + var(--space-6));flex-direction:column;display:flex;position:sticky}.FaqSection-module__pLFZKG__eyebrow{font-family:var(--font-mono);letter-spacing:.22em;text-transform:uppercase;color:var(--brand-gold);border:1px solid var(--border-gold);background:var(--brand-gold-glow);border-radius:100px;align-self:flex-start;align-items:center;gap:8px;padding:6px 14px;font-size:10px;font-weight:600;display:inline-flex}.FaqSection-module__pLFZKG__eyebrowDot{background:var(--brand-gold);width:5px;height:5px;box-shadow:0 0 8px var(--brand-gold);border-radius:50%}.FaqSection-module__pLFZKG__heading{font-family:var(--font-display);letter-spacing:-.035em;color:var(--fg-primary);margin:0;font-size:clamp(2rem,4vw,3.4rem);font-weight:700;line-height:1.04}.FaqSection-module__pLFZKG__headingAccent{background:var(--gradient-accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.FaqSection-module__pLFZKG__subhead{font-family:var(--font-body);font-size:var(--text-sm);color:var(--fg-secondary);max-width:36ch;margin:0;line-height:1.6}.FaqSection-module__pLFZKG__contactLink{font-family:var(--font-sans);font-size:var(--text-sm);color:var(--brand-gold);align-self:flex-start;align-items:center;gap:8px;font-weight:500;text-decoration:none;transition:gap .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.FaqSection-module__pLFZKG__contactLink:hover{gap:12px}.FaqSection-module__pLFZKG__list{flex-direction:column;display:flex}.FaqSection-module__pLFZKG__item{border-top:1px solid var(--border-subtle)}.FaqSection-module__pLFZKG__item:last-child{border-bottom:1px solid var(--border-subtle)}.FaqSection-module__pLFZKG__question{gap:var(--space-3);width:100%;padding:var(--space-5) 0;cursor:pointer;text-align:left;color:inherit;background:0 0;border:none;grid-template-columns:40px 1fr 28px;align-items:center;font-family:inherit;display:grid}.FaqSection-module__pLFZKG__qNum{font-family:var(--font-mono);letter-spacing:.14em;color:var(--brand-gold-dim);font-size:11px;font-weight:600;transition:color .3s}.FaqSection-module__pLFZKG__itemOpen .FaqSection-module__pLFZKG__qNum{color:var(--brand-gold)}.FaqSection-module__pLFZKG__qText{font-family:var(--font-display);letter-spacing:-.015em;color:var(--fg-primary);font-size:clamp(1.05rem,1.7vw,1.35rem);font-weight:600;transition:color .3s}.FaqSection-module__pLFZKG__question:hover .FaqSection-module__pLFZKG__qText{color:var(--brand-gold-light)}[data-theme=light] .FaqSection-module__pLFZKG__question:hover .FaqSection-module__pLFZKG__qText{color:var(--brand-gold)}.FaqSection-module__pLFZKG__qToggle{justify-self:end;width:22px;height:22px;position:relative}.FaqSection-module__pLFZKG__qToggleBar{background:var(--brand-gold);width:14px;height:1.5px;transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .4s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.FaqSection-module__pLFZKG__qToggleBarV{transform:translate(-50%,-50%)rotate(90deg)}.FaqSection-module__pLFZKG__itemOpen .FaqSection-module__pLFZKG__qToggleBarV{opacity:0;transform:translate(-50%,-50%)rotate(0)}.FaqSection-module__pLFZKG__answer{grid-template-rows:0fr;transition:grid-template-rows .5s cubic-bezier(.16,1,.3,1);display:grid}.FaqSection-module__pLFZKG__itemOpen .FaqSection-module__pLFZKG__answer{grid-template-rows:1fr}.FaqSection-module__pLFZKG__answerInner{min-height:0;overflow:hidden}.FaqSection-module__pLFZKG__answerInner p{font-family:var(--font-body);font-size:var(--text-sm);color:var(--fg-secondary);padding:0 0 var(--space-5) 56px;max-width:64ch;margin:0;line-height:1.7}@media (max-width:900px){.FaqSection-module__pLFZKG__layout{gap:var(--space-7);grid-template-columns:1fr}.FaqSection-module__pLFZKG__intro{position:static}}@media (max-width:560px){.FaqSection-module__pLFZKG__question{gap:var(--space-2);grid-template-columns:28px 1fr 24px}.FaqSection-module__pLFZKG__answerInner p{padding-left:40px}}
.CTASection-module__CqqB7G__section{padding:clamp(4rem,6vw,6rem) 0;position:relative;overflow:hidden}.CTASection-module__CqqB7G__meshBg{pointer-events:none;background-color:#0000;background-image:radial-gradient(80% 60% at 20% 40%,#c8a44e1a 0%,#0000 60%),radial-gradient(60% 70% at 80% 60%,#a8863a0f 0%,#0000 50%),radial-gradient(100% 100%,#ead08808 0%,#0000 70%);background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:200% 200%;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;animation:20s ease-in-out infinite CTASection-module__CqqB7G__mesh-shift;position:absolute;inset:0}@keyframes CTASection-module__CqqB7G__mesh-shift{0%,to{background-position:0 0}50%{background-position:100% 100%}}.CTASection-module__CqqB7G__layout{gap:var(--space-10);grid-template-columns:1fr 1fr;align-items:start;display:grid}.CTASection-module__CqqB7G__left{gap:var(--space-5);flex-direction:column;display:flex}.CTASection-module__CqqB7G__eyebrow{font-family:var(--font-mono);letter-spacing:.22em;text-transform:uppercase;color:var(--brand-gold);border:1px solid var(--border-gold);background:var(--brand-gold-glow);margin-bottom:calc(-1 * var(--space-3));border-radius:100px;align-self:flex-start;align-items:center;gap:8px;padding:6px 14px;font-size:10px;font-weight:600;display:inline-flex}.CTASection-module__CqqB7G__eyebrowDot{background:var(--brand-gold);width:5px;height:5px;box-shadow:0 0 8px var(--brand-gold);border-radius:50%;animation:2.4s ease-in-out infinite CTASection-module__CqqB7G__ctaDot}@keyframes CTASection-module__CqqB7G__ctaDot{0%,to{opacity:.5;transform:scale(.85)}50%{opacity:1;transform:scale(1.1)}}.CTASection-module__CqqB7G__title{font-family:var(--font-display);letter-spacing:-.045em;margin:0;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1}.CTASection-module__CqqB7G__desc{font-size:var(--text-base);color:var(--fg-secondary);max-width:42ch;margin:0;line-height:1.6}.CTASection-module__CqqB7G__ctaBtn{align-self:flex-start}.CTASection-module__CqqB7G__trustRow{gap:var(--space-5);margin-top:var(--space-2);flex-wrap:wrap;display:flex}.CTASection-module__CqqB7G__trustItem{align-items:center;gap:var(--space-2);font-family:var(--font-mono);letter-spacing:.06em;color:var(--fg-muted);font-size:10px;font-weight:600;display:flex}.CTASection-module__CqqB7G__trustItem svg{color:var(--brand-gold);font-size:12px}.CTASection-module__CqqB7G__right{gap:var(--space-3);flex-direction:column;display:flex}.CTASection-module__CqqB7G__matCard{align-items:center;gap:var(--space-4);padding:var(--space-4) var(--space-5);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);cursor:pointer;background:#ffffff05;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.CTASection-module__CqqB7G__matCard:hover{background:#c8a44e0a;border-color:#c8a44e33;transform:translate(4px)}.CTASection-module__CqqB7G__matDot{border-radius:50%;flex-shrink:0;width:24px;height:24px;box-shadow:0 0 12px #0000004d}.CTASection-module__CqqB7G__matInfo{flex-direction:column;flex:1;gap:2px;display:flex}.CTASection-module__CqqB7G__matName{font-family:var(--font-display);font-size:var(--text-sm);font-weight:700}.CTASection-module__CqqB7G__matPrice{font-family:var(--font-mono);color:var(--fg-muted);letter-spacing:.04em;font-size:11px;font-weight:600}.CTASection-module__CqqB7G__matArrow{font-size:var(--text-lg);color:var(--fg-tertiary);transition:transform .25s}.CTASection-module__CqqB7G__matCard:hover .CTASection-module__CqqB7G__matArrow{color:var(--brand-gold);transform:translate(4px)}@media (max-width:768px){.CTASection-module__CqqB7G__layout{gap:var(--space-8);grid-template-columns:1fr}}
.SectionHeading-module__5Vl_Za__wrap{gap:var(--space-3);flex-direction:column;max-width:60ch;margin-bottom:clamp(2.5rem,5vw,4rem);display:flex}.SectionHeading-module__5Vl_Za__center{text-align:center;align-items:center;max-width:70ch;margin-left:auto;margin-right:auto}.SectionHeading-module__5Vl_Za__eyebrow{font-family:var(--font-mono);letter-spacing:.22em;text-transform:uppercase;color:var(--brand-gold);border:1px solid var(--border-gold);background:var(--brand-gold-glow);border-radius:100px;align-self:flex-start;align-items:center;gap:8px;padding:6px 14px;font-size:10px;font-weight:600;display:inline-flex}.SectionHeading-module__5Vl_Za__center .SectionHeading-module__5Vl_Za__eyebrow{align-self:center}.SectionHeading-module__5Vl_Za__dot{background:var(--brand-gold);width:5px;height:5px;box-shadow:0 0 8px var(--brand-gold);border-radius:50%;animation:2.4s ease-in-out infinite SectionHeading-module__5Vl_Za__shPulse}@keyframes SectionHeading-module__5Vl_Za__shPulse{0%,to{opacity:.5;transform:scale(.85)}50%{opacity:1;transform:scale(1.1)}}.SectionHeading-module__5Vl_Za__title{font-family:var(--font-display);letter-spacing:-.035em;color:var(--fg-primary);margin:0;font-size:clamp(2.2rem,4.6vw,3.8rem);font-weight:700;line-height:1.04}.SectionHeading-module__5Vl_Za__subhead{font-family:var(--font-body);font-size:var(--text-base);color:var(--fg-secondary);max-width:54ch;margin:0;line-height:1.6}@media (prefers-reduced-motion:reduce){.SectionHeading-module__5Vl_Za__dot{animation:none}}
.home-module__fuKova__home{isolation:isolate;position:relative}.home-module__fuKova__backdrop{z-index:0;pointer-events:none;background:radial-gradient(62vw 46vw at 84% 4%,#c8a44e14,#0000 60%),radial-gradient(54vw 46vw at 6% 34%,#c8a44e0d,#0000 60%),radial-gradient(60vw 50vw at 94% 66%,#b4923e0e,#0000 62%),radial-gradient(72vw 52vw at 16% 96%,#c8a44e0b,#0000 62%),linear-gradient(#070709 0%,#050506 42%,#060608 72%,#08080c 100%);position:fixed;inset:0;overflow:hidden}.home-module__fuKova__backdrop:after{content:"";will-change:transform, opacity;background:radial-gradient(38vw 38vw at 50% 28%,#c8a44e0d,#0000 60%);animation:28s ease-in-out infinite home-module__fuKova__auroraDrift;position:absolute;inset:-12%}@keyframes home-module__fuKova__auroraDrift{0%,to{opacity:.55;transform:translate(-5%)}50%{opacity:1;transform:translate(7%,4%)}}@media (prefers-reduced-motion:reduce){.home-module__fuKova__backdrop:after{animation:none}}[data-theme=light] .home-module__fuKova__backdrop{background:radial-gradient(62vw 46vw at 84% 4%,#c8a44e1f,#0000 60%),radial-gradient(54vw 46vw at 6% 34%,#c8a44e12,#0000 60%),radial-gradient(60vw 50vw at 94% 66%,#c8a44e14,#0000 62%),radial-gradient(72vw 52vw at 16% 96%,#c8a44e0f,#0000 62%),linear-gradient(#fbfaf8 0%,#f4f2ee 45%,#f8f6f2 75%,#fcfbf9 100%)}[data-theme=light] .home-module__fuKova__backdrop:after{background:radial-gradient(38vw 38vw at 50% 28%,#c8a44e12,#0000 60%)}.home-module__fuKova__home>section{z-index:1;background:0 0;position:relative}
