:root{--bg:#fafafa;--surface:#ffffff;--surface-dark:#050505;--text:#0a0a0a;--text-light:#ffffff;--muted:rgba(10,10,10,0.68);--primary:#e49a0f;--primary-hover:#f0a514;--border:rgba(10,10,10,0.12);--radius-lg:20px;--radius-md:14px;--shadow-sm:0 1px 2px rgba(0,0,0,0.04);--shadow-md:0 12px 40px rgba(0,0,0,0.08);--shadow-elevated:0 24px 64px rgba(0,0,0,0.14);--ease-out:cubic-bezier(0.22,1,0.36,1)}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);scroll-behavior:smooth;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.btn:focus-visible{outline-offset:2px}.container{width:min(1120px,92%);margin:0 auto}.siteNav{position:-webkit-sticky;position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:rgba(6,6,6,.78);border-bottom:1px solid rgba(255,255,255,.1);transition:background .35s var(--ease-out),box-shadow .35s var(--ease-out),border-color .35s var(--ease-out)}.siteNavDense{background:rgba(4,4,4,.92);border-bottom-color:rgba(228,154,15,.22);box-shadow:0 12px 40px rgba(0,0,0,.35)}.navLayout{min-height:4.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.navBrand{display:inline-flex;align-items:center;gap:.55rem;font-weight:700;color:#fff;letter-spacing:.02em}.navLogo{width:2rem;height:2rem;object-fit:contain;filter:brightness(0) invert(1)}.navLinks{display:flex;align-items:center;gap:1.1rem}.navLinks a{color:rgba(255,255,255,.84);font-size:.92rem;transition:color .25s var(--ease-out)}.navLinks a:hover{color:var(--primary)}.navCta{padding:.55rem .95rem;font-size:.88rem}.hero{--hero-glow:rgba(228,154,15,0.45);background:radial-gradient(ellipse 120% 80% at 78% 8%,rgba(228,154,15,.22) 0,transparent 52%),radial-gradient(ellipse 90% 70% at 12% 88%,rgba(255,255,255,.06) 0,transparent 45%),linear-gradient(165deg,#0c0c0c,#030303 48%,#080808);color:var(--text-light);padding:clamp(3.85rem,8.4vw,5rem) 0 clamp(4rem,8vw,5.75rem);border-bottom:1px solid rgba(255,255,255,.08);position:relative;overflow:clip}.heroAurora{position:absolute;inset:-35% -5% auto -5%;height:min(72vh,520px);background:radial-gradient(ellipse 90% 70% at 50% -10%,rgba(228,154,15,.14),transparent 62%);pointer-events:none;z-index:0;animation:auroraPulse 16s ease-in-out infinite alternate}@keyframes auroraPulse{0%{opacity:.65;transform:translateX(-3%) scale(1)}to{opacity:1;transform:translateX(4%) scale(1.04)}}.hero:after,.hero:before{content:"";position:absolute;border-radius:999px;pointer-events:none}.hero:before{width:340px;height:340px;top:-110px;right:-90px;background:radial-gradient(circle,rgba(220,145,13,.35) 0,rgba(220,145,13,0) 70%);animation:floatGlow 8s ease-in-out infinite}.hero:after{width:220px;height:220px;bottom:-90px;left:-70px;background:radial-gradient(circle,rgba(255,255,255,.14) 0,rgba(255,255,255,0) 72%);animation:floatGlow 10s ease-in-out infinite reverse}.heroGrid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 0);background-size:48px 48px;-webkit-mask-image:radial-gradient(ellipse 85% 70% at 70% 40%,#000 20%,transparent 72%);mask-image:radial-gradient(ellipse 85% 70% at 70% 40%,#000 20%,transparent 72%);opacity:.5;pointer-events:none}.heroLayout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);grid-gap:clamp(2rem,5vw,3.5rem);gap:clamp(2rem,5vw,3.5rem);align-items:center;position:relative;z-index:1}.heroContent{position:relative;z-index:2;max-width:36rem}.heroBrand{display:flex;align-items:center;gap:1rem;margin-bottom:1.35rem}.heroLogoWrap{display:block;width:clamp(3.25rem,7vw,4.25rem);height:clamp(3.25rem,7vw,4.25rem);flex-shrink:0}.heroLogo{width:100%;height:100%;display:block;object-fit:contain;filter:brightness(0) invert(1) drop-shadow(0 8px 24px rgba(0,0,0,.45))}.heroBrandText{display:flex;flex-direction:column;gap:.2rem;min-width:0}.heroBrandName{font-size:.95rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.95)}.heroBrandTag{font-size:.78rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.48)}.heroVisual{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:translateY(calc(var(--hero-parallax, 0px) * -.35));transition:transform .15s var(--ease-out)}.mockupStage{position:static;width:min(100%,380px);aspect-ratio:1}.mockupImage{width:100%;height:100%;display:block;object-fit:contain;object-position:center center}.platformNote{margin-top:1.35rem;margin-bottom:0;max-width:22rem;text-align:center;font-size:.875rem;line-height:1.55;color:rgba(255,255,255,.62);letter-spacing:.01em}h1{font-size:clamp(2.05rem,4.2vw,3.15rem);line-height:1.14;margin:0;letter-spacing:-.028em;font-weight:800;text-wrap:balance}h2{font-size:clamp(1.5rem,3vw,2rem);margin:0 0 1rem}h3{margin:0 0 .8rem}p{line-height:1.6;color:inherit}.hero p{max-width:34rem;margin-top:1.15rem;font-size:clamp(1rem,1.9vw,1.08rem);line-height:1.65;color:rgba(255,255,255,.72)}.heroActions{margin-top:1.8rem;display:flex;gap:.85rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;font-weight:600;padding:.78rem 1.15rem;border:1px solid transparent;transition:transform .25s ease,box-shadow .25s ease,background .25s ease;will-change:transform}.btnPrimary{background:var(--primary);color:#0a0a0a;box-shadow:0 10px 28px rgba(228,154,15,.35)}.btnPrimary:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 16px 36px rgba(228,154,15,.45)}.btnGhost{border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.04);color:rgba(255,255,255,.95)}.btnGhost:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.4);transform:translateY(-2px)}.section{padding:clamp(3.5rem,8vw,5rem) 0;background:var(--surface);color:var(--text);position:relative;scroll-margin-top:6rem}.sectionEyebrow{font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--primary);margin:0 0 .5rem}.sectionLead{margin:.65rem 0 0;max-width:40rem;color:var(--muted);font-size:1.02rem;line-height:1.55}.sectionFeaturesCarousel{background:radial-gradient(ellipse 90% 50% at 50% -20%,rgba(228,154,15,.09),transparent 55%),linear-gradient(180deg,#ffffff,#f6f6f6 55%,#fafafa);border-bottom:1px solid var(--border)}.featuresCarouselTop{display:flex;align-items:flex-end;justify-content:space-between;gap:1.25rem;flex-wrap:wrap}.featuresCarouselIntro{flex:1 1;min-width:min(100%,280px)}.featuresCarouselControls{display:flex;gap:.65rem;flex-shrink:0}.carouselBtn{width:46px;height:46px;border-radius:14px;border:1px solid rgba(228,154,15,.42);background:linear-gradient(180deg,#ffffff,#faf8f3);cursor:pointer;font-size:1.15rem;font-weight:600;color:var(--text);box-shadow:0 6px 20px rgba(228,154,15,.12),inset 0 1px 0 rgba(255,255,255,.95);transition:background .25s var(--ease-out),border-color .25s var(--ease-out),transform .25s var(--ease-out),box-shadow .25s var(--ease-out)}.carouselBtn:hover{background:rgba(228,154,15,.14);border-color:rgba(228,154,15,.65);transform:translateY(-2px);box-shadow:0 10px 28px rgba(228,154,15,.22),inset 0 1px 0 rgba(255,255,255,.9)}.carouselRibbon{margin:.85rem 0 0;display:flex;align-items:center;flex-wrap:wrap;gap:.45rem .65rem;font-size:.86rem;color:var(--muted)}.carouselRibbonLabel{font-weight:700;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(228,154,15,.95);padding:.28rem .55rem;border-radius:999px;border:1px solid rgba(228,154,15,.35);background:rgba(228,154,15,.09)}.carouselRibbonStrong{font-weight:800;color:var(--text)}.carouselRibbonMuted,.carouselRibbonStrong{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.carouselRibbonStats{white-space:nowrap}.featuresCarouselViewport{margin-top:1.15rem;position:relative;border-radius:calc(var(--radius-lg) + 4px);padding:clamp(1.2rem,3vw,1.65rem);overflow:hidden;border:1px solid rgba(228,154,15,.26);background:linear-gradient(165deg,rgba(255,255,255,.97),rgba(255,252,246,.92)),radial-gradient(120% 80% at 10% 0,rgba(228,154,15,.07),transparent 55%);box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 26px 60px rgba(0,0,0,.08)}.featuresCarouselViewport:before{content:"";pointer-events:none;position:absolute;inset:0;border-radius:inherit;background:radial-gradient(ellipse 90% 60% at 70% 0,rgba(228,154,15,.09),transparent 52%);opacity:.85}.featuresCarouselMeasureLayer{position:absolute;left:0;right:0;top:0;z-index:0;visibility:hidden;pointer-events:none;opacity:0}.featuresCarouselPresenceHost{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr)}.featuresCarouselPresenceHost>*{grid-column:1;grid-row:1;min-width:0}.featuresCarouselRow{position:relative;z-index:1;display:grid;grid-gap:1.05rem;gap:1.05rem;width:100%;min-width:0}.featuresCarouselRow>*{min-width:0}.featuresCarouselRow[data-count="1"]{grid-template-columns:1fr}.featuresCarouselRow[data-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}.featuresCarouselRow[data-count="3"]{grid-template-columns:repeat(3,minmax(0,1fr))}.featurePeekCard{position:relative;border-radius:calc(var(--radius-md) + 4px);border:1px solid rgba(10,10,10,.07);padding:1.28rem 1.35rem 1.35rem;background:linear-gradient(165deg,#ffffff,rgba(250,247,240,.72));min-width:0;overflow-wrap:break-word;min-height:12.5rem;box-shadow:0 10px 32px rgba(0,0,0,.05),inset 0 1px 0 rgba(255,255,255,.95);transition:border-color .3s var(--ease-out),box-shadow .3s var(--ease-out)}.featurePeekCard:hover{border-color:rgba(228,154,15,.42);box-shadow:0 16px 44px rgba(228,154,15,.12),inset 0 1px 0 rgba(255,255,255,1)}.featurePeekCardHead{display:flex;align-items:center;justify-content:space-between;gap:.65rem;margin-bottom:.6rem}.featurePeekIcon{font-size:1.85rem;line-height:1;filter:drop-shadow(0 6px 16px rgba(228,154,15,.22))}.featurePeekChip{flex-shrink:1;font-size:.68rem;font-weight:800;letter-spacing:.03em;text-transform:none;color:rgba(140,90,0,.95);padding:.32rem .62rem;border-radius:999px;border:1px solid rgba(228,154,15,.42);background:linear-gradient(180deg,rgba(228,154,15,.22),rgba(228,154,15,.06));max-width:min(100%,11.5rem);text-align:right;line-height:1.25;-webkit-hyphens:auto;hyphens:auto}.featurePeekAccent{display:block;height:4px;border-radius:999px;margin:0 0 .95rem;background:linear-gradient(90deg,var(--primary),rgba(228,154,15,.35),transparent);opacity:.95}.featurePeekCard h3{margin:0 0 .65rem;font-size:clamp(1.08rem,2vw,1.26rem);line-height:1.28;letter-spacing:-.02em}.featurePeekCard p{margin:0;font-size:.93rem;line-height:1.58;color:var(--muted)}.carouselProgress{position:relative;z-index:1;display:flex;gap:.45rem;margin-top:1.45rem;width:100%;max-width:min(100%,540px);margin-left:auto;margin-right:auto;padding:0 2px}.carouselSegment{flex:1 1;min-width:0;display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:.35rem .2rem;border:none;border-radius:12px;background:transparent;cursor:pointer;color:inherit}.carouselSegment:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.carouselSegmentBar{width:100%;height:9px;flex-shrink:0;display:flex;align-items:flex-end;background:transparent}.carouselSegmentBar:before{content:"";display:block;width:100%;height:5px;border-radius:999px;background:rgba(10,10,10,.11);transition:height .3s var(--ease-out),background .3s var(--ease-out),box-shadow .3s var(--ease-out)}.carouselSegment.isActive .carouselSegmentBar:before{height:9px;background:linear-gradient(90deg,#e49a0f,#f5cf6a);box-shadow:0 6px 18px rgba(228,154,15,.38)}.carouselSegmentNum{font-size:.74rem;font-weight:800;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:rgba(10,10,10,.38);letter-spacing:.03em}.carouselSegment.isActive .carouselSegmentNum{color:var(--text)}.section.sectionFeatureCatalog{background-color:#050505;background-image:linear-gradient(165deg,#0c0c0c,#050505 48%,#080808);color:var(--text-light);border-top:1px solid rgba(228,154,15,.32);border-bottom:1px solid rgba(228,154,15,.18);scroll-margin-top:6rem}.section.sectionFeatureCatalog .sectionEyebrow{color:var(--primary)}.section.sectionFeatureCatalog h2{color:var(--text-light)}.section.sectionFeatureCatalog .sectionLead{color:rgba(255,255,255,.72);max-width:42rem}.section.sectionFeatureCatalog .featureAccordionShell{background:linear-gradient(145deg,rgba(228,154,15,.38),rgba(36,36,36,.92) 42%,rgba(228,154,15,.16));box-shadow:0 28px 72px rgba(0,0,0,.55)}.section.sectionFeatureCatalog .featureAccordion{box-shadow:inset 0 0 0 1px rgba(255,255,255,.09),0 18px 44px rgba(0,0,0,.42)}.section.sectionFeatureCatalog .featureAccordionItem{border-bottom-color:rgba(255,255,255,.08)}.section.sectionFeatureCatalog .featureAccordionPanelRoot{background:rgba(16,16,16,.97)}.section.sectionFeatureCatalog .featureAccordionPanelRoot[data-expanded=true]{background:linear-gradient(180deg,rgba(42,34,18,.92),rgba(12,12,12,.98))}.section.sectionFeatureCatalog .featureAccordionTitle,.section.sectionFeatureCatalog .featureAccordionTrigger{color:rgba(255,255,255,.96)}.section.sectionFeatureCatalog .featureAccordionHint{color:rgba(255,255,255,.45)}.section.sectionFeatureCatalog .featureAccordionBadge{color:rgba(255,250,242,.95);border-color:rgba(228,154,15,.48);background:linear-gradient(155deg,rgba(228,154,15,.28),rgba(228,154,15,.06))}.section.sectionFeatureCatalog .featureAccordionPanelRoot[data-expanded=true] .featureAccordionBadge{color:#150f00}.section.sectionFeatureCatalog .featureAccordionChevron{border-color:rgba(255,255,255,.14);background:rgba(34,34,34,.92)}.section.sectionFeatureCatalog .featureAccordionPanelRoot[data-expanded=true] .featureAccordionChevron{border-color:rgba(228,154,15,.45);background:rgba(228,154,15,.14)}.section.sectionFeatureCatalog .featureAccordionBody{border-top-color:rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(228,154,15,.08),transparent 88%);color:rgba(255,255,255,.76)}.section.sectionFeatureCatalog .featureAccordionItem:hover .featureAccordionPanelRoot:not([data-expanded=true]){background:rgba(228,154,15,.06)}.featureAccordionShell{margin-top:2rem;padding:7px;border-radius:calc(var(--radius-lg) + 8px);background:linear-gradient(145deg,rgba(228,154,15,.42),rgba(10,10,10,.06) 42%,rgba(228,154,15,.18));box-shadow:0 28px 70px rgba(0,0,0,.07)}.featureAccordion{list-style:none;margin:0;padding:0;border-radius:var(--radius-lg);overflow:hidden;border:none;box-shadow:inset 0 0 0 1px rgba(10,10,10,.06),0 14px 36px rgba(0,0,0,.05)}.featureAccordionItem{border-bottom:1px solid rgba(10,10,10,.07)}.featureAccordionItem:last-child{border-bottom:none}.featureAccordionPanelRoot{background:#fff;transition:background .28s var(--ease-out)}.featureAccordionPanelRoot[data-expanded=true]{background:linear-gradient(180deg,rgba(255,251,242,.95),#ffffff 52%)}.featureAccordionTrigger{list-style:none;cursor:pointer;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:1rem;gap:1rem;padding:1.05rem 1.15rem 1.05rem 1.2rem;width:100%;font:inherit;color:inherit;text-align:left;border:none;margin:0;background:transparent;-webkit-tap-highlight-color:transparent}.featureAccordionTrigger:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.featureAccordionCollapseInner{overflow:visible}.featureAccordionBadge{width:2.85rem;height:2.85rem;display:grid;place-items:center;border-radius:14px;font-size:.82rem;font-weight:900;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:.04em;color:var(--text);border:1px solid rgba(228,154,15,.35);background:linear-gradient(155deg,rgba(228,154,15,.18),rgba(228,154,15,.05));transition:background .28s var(--ease-out),color .28s var(--ease-out),border-color .28s var(--ease-out),transform .28s var(--ease-out)}.featureAccordionPanelRoot[data-expanded=true] .featureAccordionBadge{background:linear-gradient(155deg,var(--primary),#f2bd4a);color:#150f00;border-color:transparent;box-shadow:0 8px 22px rgba(228,154,15,.35)}.featureAccordionMain{display:flex;flex-direction:column;gap:.2rem;min-width:0}.featureAccordionTitle{font-size:clamp(1rem,2.2vw,1.08rem);font-weight:700;line-height:1.28}.featureAccordionHint{font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:rgba(10,10,10,.42);transition:opacity .2s var(--ease-out),height .2s var(--ease-out)}.featureAccordionPanelRoot[data-expanded=true] .featureAccordionHint{opacity:0;height:0;overflow:hidden;margin:0}.featureAccordionChevron{width:2.35rem;height:2.35rem;flex-shrink:0;border-radius:12px;border:1px solid rgba(10,10,10,.1);background:rgba(250,248,243,.95);position:relative;transition:border-color .25s var(--ease-out),background .25s var(--ease-out),transform .28s var(--ease-out)}.featureAccordionChevron:after{content:"";position:absolute;inset:0;margin:auto;width:.42rem;height:.42rem;border-right:2px solid var(--primary);border-bottom:2px solid var(--primary);transform:rotate(45deg) translate(-10%,-10%);transition:transform .28s var(--ease-out)}.featureAccordionPanelRoot[data-expanded=true] .featureAccordionChevron{border-color:rgba(228,154,15,.45);background:rgba(228,154,15,.12)}.featureAccordionPanelRoot[data-expanded=true] .featureAccordionChevron:after{transform:rotate(-135deg) translate(10%,-10%)}.featureAccordionBody{margin:0;padding:0 1.2rem 1.25rem;border-top:1px solid rgba(10,10,10,.06);background:linear-gradient(180deg,rgba(228,154,15,.06),transparent 85%);color:var(--muted);font-size:.96rem;line-height:1.62}.featureAccordionItem:hover .featureAccordionPanelRoot:not([data-expanded=true]){background:rgba(228,154,15,.03)}.featureAccordionItem:hover .featureAccordionBadge{transform:translateY(-1px)}.featureCatalog{list-style:none;margin:1.75rem 0 0;padding:0;display:flex;flex-direction:column;gap:0;border-radius:var(--radius-lg);border:1px solid var(--border);overflow:hidden;box-shadow:var(--shadow-sm)}.featureCatalogItem{display:grid;grid-template-columns:auto 1fr;grid-gap:1.15rem 1.35rem;gap:1.15rem 1.35rem;padding:1.25rem 1.35rem;border-bottom:1px solid var(--border);align-items:start;transition:background .25s var(--ease-out)}.featureCatalogItem:last-child{border-bottom:none}.featureCatalogItem:hover{background:rgba(228,154,15,.06)}.featureCatalogIndex{font-size:.85rem;font-weight:800;letter-spacing:.04em;color:rgba(228,154,15,.85);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;padding-top:.15rem}.featureCatalogBody h3{margin:0 0 .45rem;font-size:1.08rem}.featureCatalogBody p{margin:0;color:var(--muted);font-size:.95rem;line-height:1.58}.sectionDark{background:linear-gradient(180deg,#050505,#0a0a0a);color:var(--text-light);border-top:1px solid rgba(228,154,15,.35);border-bottom:1px solid rgba(228,154,15,.25)}.sectionBenefits{position:relative;overflow:clip}.sectionBenefits:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 75% 60% at 82% 28%,rgba(228,154,15,.11),transparent 58%);pointer-events:none}.benefitsLayout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,1fr);grid-gap:clamp(2rem,5vw,3.25rem);gap:clamp(2rem,5vw,3.25rem);align-items:start}.benefitsIntro .sectionEyebrow{margin-bottom:.55rem}.benefitsIntro h2{margin:0 0 .85rem;color:var(--text-light)}.benefitsLead{margin:0;font-size:clamp(1rem,1.9vw,1.06rem);line-height:1.62;color:rgba(255,255,255,.72);max-width:38ch}.benefitsCards{list-style:none;margin:0;padding:0;display:grid;grid-gap:.85rem;gap:.85rem}.benefitCard{display:grid;grid-template-columns:auto 1fr;grid-gap:.85rem 1rem;gap:.85rem 1rem;align-items:start;border:1px solid rgba(255,255,255,.11);border-radius:14px;padding:1.05rem 1.15rem;background:linear-gradient(155deg,rgba(26,26,26,.96),rgba(6,6,6,.98));box-shadow:0 14px 40px rgba(0,0,0,.38);transition:border-color .28s var(--ease-out),transform .28s var(--ease-out),box-shadow .28s var(--ease-out)}.benefitCardAccent{width:4px;border-radius:999px;min-height:2.65rem;align-self:stretch;background:linear-gradient(180deg,var(--primary),rgba(228,154,15,.35));box-shadow:0 0 18px rgba(228,154,15,.22)}.benefitCardBody{min-width:0}.benefitCardTag{display:block;font-size:.7rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:rgba(242,189,74,.98);margin-bottom:.38rem}.benefitCardText{margin:0;font-size:.93rem;line-height:1.58;color:rgba(255,255,255,.88)}.benefitCard:hover{border-color:rgba(228,154,15,.38);transform:translateY(-3px);box-shadow:0 18px 48px rgba(0,0,0,.45),0 0 0 1px rgba(228,154,15,.1)}.twoColumns{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:2rem;gap:2rem}.cta{text-align:center;background:#ffffff;border-top:1px solid rgba(228,154,15,.38);border-bottom:1px solid var(--border)}.cta,.cta h2{color:var(--text)}.cta h2{max-width:22ch;margin-left:auto;margin-right:auto}.cta p{max-width:36rem;margin:.65rem auto 1.5rem;color:var(--muted);font-size:1.02rem;line-height:1.58;text-wrap:balance}@keyframes floatGlow{0%,to{transform:translateY(0) translateX(0)}50%{transform:translateY(10px) translateX(-6px)}}@keyframes panelFloat{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation:none!important;transition:none!important;scroll-behavior:auto!important}.heroAurora{animation:none!important;opacity:.85;transform:none}}@media (max-width:900px){.navLayout{min-height:4rem}.navLinks{display:none}.navCta{padding:.45rem .8rem;font-size:.82rem}.heroLayout{grid-template-columns:1fr;text-align:center}.heroContent{margin-inline:auto;max-width:40rem}.heroBrand{justify-content:center}.heroVisual{transform:none;margin-top:.5rem}.hero p,.platformNote{margin-inline:auto}.heroActions{justify-content:center}.benefitsLayout,.twoColumns{grid-template-columns:1fr}.benefitsLead{max-width:none}}@media (max-width:640px){.featuresCarouselTop{flex-direction:column;align-items:stretch;gap:1rem}.featuresCarouselControls{justify-content:space-between;width:100%;gap:.5rem}.carouselBtn{flex:1 1;min-height:48px;touch-action:manipulation}.carouselRibbon{margin-top:.65rem;font-size:.82rem}.featuresCarouselViewport{margin-top:.85rem;padding:1rem;overflow:hidden}.featuresCarouselRow{gap:.85rem}.featurePeekCard{min-height:0;padding:1.05rem 1.1rem}.featurePeekCardHead{flex-wrap:wrap;align-items:flex-start}.featurePeekChip{max-width:100%;text-align:left}.carouselProgress{max-width:100%;flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;padding:0 0 .4rem;margin-top:1.15rem;gap:.35rem;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.carouselSegment{flex:0 0 auto;min-width:2.85rem;touch-action:manipulation}.stepsGrid{grid-template-columns:1fr}.hero{padding:3.75rem 0 3.25rem}.mockupStage{width:min(100%,300px)}.featureAccordionTrigger{padding:.9rem 1rem}.featureAccordionBody{padding:0 1rem 1.05rem}.footerLayout{grid-template-columns:1fr;gap:.9rem}}.siteFooter{background:#050505;border-top:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.82);padding:2.25rem 0 2.6rem}.footerLayout{display:grid;grid-template-columns:1.2fr auto auto;grid-gap:1.5rem;gap:1.5rem;align-items:center}.footerBrand{margin:0;color:#fff;font-weight:700}.footerCopy{margin:.4rem 0 0;max-width:38ch;font-size:.92rem;color:rgba(255,255,255,.65)}.footerLinks{display:flex;gap:1rem;flex-wrap:wrap}.footerLinks a{color:rgba(255,255,255,.85);font-size:.9rem}.footerMail{color:var(--primary);font-weight:600}.heroTrustChips{margin-top:1.35rem;display:flex;flex-wrap:wrap;gap:.45rem .55rem}.heroTrustChips span{font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.52);border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:.35rem .65rem;background:rgba(255,255,255,.04)}.sectionValueGrid{background:var(--surface);border-bottom:1px solid var(--border)}.valueGridReveal{margin-top:2rem}.sectionFiscalHighlight{position:relative;overflow:clip;padding:clamp(3rem,7vw,4.5rem) 0;background:linear-gradient(165deg,#101010,#050505 48%,#0a0a0a);color:var(--text-light);border-top:1px solid rgba(228,154,15,.38);border-bottom:1px solid rgba(228,154,15,.22);scroll-margin-top:6rem}.sectionFiscalHighlight:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 70% 55% at 12% 32%,rgba(228,154,15,.13),transparent 56%);pointer-events:none}.sectionFiscalHighlight .fiscalHighlightLayout{position:relative;z-index:1}.sectionFiscalHighlight .sectionEyebrow{color:var(--primary)}.sectionFiscalHighlight h2{color:var(--text-light)}.sectionFiscalHighlight .sectionLead{color:rgba(255,255,255,.72);max-width:44rem}.fiscalHighlightIntro{position:relative;z-index:1}.fiscalHighlightChips{list-style:none;margin:1.2rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:.45rem .55rem}.fiscalHighlightChips li{font-size:.7rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;padding:.38rem .72rem;border-radius:999px;border:1px solid rgba(228,154,15,.48);background:rgba(228,154,15,.11);color:rgba(255,255,255,.9)}.fiscalHighlightLayout{display:grid;grid-template-columns:1.12fr 1fr;grid-gap:clamp(1.5rem,4vw,2.5rem);gap:clamp(1.5rem,4vw,2.5rem);align-items:start}.sectionFiscalHighlight .fiscalHighlightBenefits{margin:0}.fiscalHighlightEmphasis{margin:1.15rem 0 0;padding:1.05rem 1.2rem;border-radius:var(--radius-md);border:1px solid rgba(228,154,15,.42);background:rgba(228,154,15,.11);font-size:.94rem;line-height:1.55;color:rgba(255,255,255,.94);box-shadow:0 10px 32px rgba(0,0,0,.28)}.valueGrid{display:grid;grid-template-columns:1fr;grid-gap:1.25rem;gap:1.25rem;margin-top:2rem}@media (min-width:720px){.valueGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1100px){.valueGrid{grid-template-columns:repeat(4,minmax(0,1fr))}}.valueCard{border-radius:var(--radius-lg);border:1px solid var(--border);padding:1.35rem 1.4rem;background:linear-gradient(165deg,#ffffff,#fafafa);box-shadow:var(--shadow-sm);transition:border-color .25s var(--ease-out),box-shadow .25s var(--ease-out)}.valueCard:hover{border-color:rgba(228,154,15,.35);box-shadow:var(--shadow-md)}.valueCard h3{margin:0 0 .55rem;font-size:1.08rem}.valueCard p{margin:0;font-size:.94rem;color:var(--muted);line-height:1.55}.sectionSteps{background:linear-gradient(180deg,#f8f8f8,#ffffff 40%);border-bottom:1px solid var(--border)}.stepsGrid{list-style:none;margin:2rem 0 0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1rem;gap:1rem}.stepsGridItem{margin:0;display:flex;min-width:0}.stepsGridItem .stepCard{flex:1 1;height:100%}.stepCard{border-radius:var(--radius-md);border:1px solid var(--border);padding:1.25rem 1.2rem;background:var(--surface);position:relative}.stepCardIndex{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:10px;font-weight:800;font-size:.85rem;background:rgba(228,154,15,.18);color:var(--text);margin-bottom:.75rem}.stepCard h3{margin:0 0 .45rem;font-size:1rem}.stepCard p{margin:0;font-size:.88rem;color:var(--muted);line-height:1.5}.stepsFoot{margin-top:1.75rem;display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.btnNeutral{border:1px solid var(--border);background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm)}.btnNeutral:hover{border-color:rgba(228,154,15,.55);background:rgba(228,154,15,.08);transform:translateY(-2px)}.ctaActions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;align-items:center}.cta .ctaActions .btnGhost{border-color:var(--border);background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm)}.cta .ctaActions .btnGhost:hover{background:rgba(228,154,15,.08);border-color:rgba(228,154,15,.52);color:var(--text)}@media (max-width:960px){.stepsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.fiscalHighlightLayout{grid-template-columns:1fr}.heroTrustChips{justify-content:center}}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope Fallback;src:local("Arial");ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.00%;size-adjust:103.19%}.__className_6b03d3{font-family:Manrope,Manrope Fallback;font-style:normal}