.FeaturesPage-module__AUSE-a__featuresPage{--fp-primary:var(--violet-500,#7c3aed);--fp-secondary:var(--violet-400,#a855f7);--fp-deep:#3b1e75;--fp-deeper:#2a1552;--fp-surface:#fff;--fp-tint:#f7f4ff;--fp-tint-strong:#efe8ff;--fp-line:#7c3aed24;--fp-ink:#14102a;--fp-ink-soft:#4b4661;--fp-on-dark:#fff;--fp-on-dark-soft:#ffffffc7;--fp-r-sm:16px;--fp-r-md:20px;--fp-r-lg:24px;--fp-r-xl:28px;--fp-shadow-sm:0 1px 2px #110c220a;--fp-shadow-md:0 10px 30px -18px #3b1e7559;--fp-shadow-lg:0 30px 70px -40px #3b1e7580;--fp-section-y:clamp(56px,7vw,104px);--fp-ease:cubic-bezier(.22,.61,.36,1);background:var(--fp-surface);width:100%;color:var(--fp-ink);overflow-x:clip}.FeaturesPage-module__AUSE-a__container{max-width:1200px;margin:0 auto;padding:0 16px}.FeaturesPage-module__AUSE-a__eyebrowRule{background:linear-gradient(90deg,var(--fp-primary),var(--fp-secondary));border-radius:999px;width:48px;height:4px;margin-bottom:18px;display:block}.FeaturesPage-module__AUSE-a__hero{isolation:isolate;margin-top:var(--navbar-h,69px);text-align:center;background:radial-gradient(#ffffff17 1px,#fff0 1px),radial-gradient(120% 90% at 12% 0%,#4a2590 0%,transparent 58%),linear-gradient(160deg,var(--fp-deep)0%,var(--fp-deeper)100%);border-bottom-left-radius:var(--fp-r-xl);border-bottom-right-radius:var(--fp-r-xl);background-size:26px 26px,auto,auto;justify-content:center;align-items:center;padding:clamp(64px,9vw,104px) 24px clamp(72px,8vw,104px);display:flex;position:relative;overflow:hidden}.FeaturesPage-module__AUSE-a__heroGlow{z-index:-1;pointer-events:none;filter:blur(70px);border-radius:50%;position:absolute}.FeaturesPage-module__AUSE-a__heroGlowA{aspect-ratio:1;background:#a855f78c;width:min(46vw,520px);top:-18%;left:-6%}.FeaturesPage-module__AUSE-a__heroGlowB{aspect-ratio:1;background:#7c3aed73;width:min(40vw,460px);bottom:-34%;right:-10%}.FeaturesPage-module__AUSE-a__heroLogoMark{z-index:-1;aspect-ratio:117.336/35;opacity:.24;pointer-events:none;background:#fff;width:clamp(80px,10vw,160px);position:absolute;bottom:14px;right:clamp(16px,4vw,56px);-webkit-mask-image:url(/images/logo.svg);mask-image:url(/images/logo.svg);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media (max-width:640px){.FeaturesPage-module__AUSE-a__heroLogoMark{display:none}}.FeaturesPage-module__AUSE-a__heroInner{flex-direction:column;gap:14px;width:100%;max-width:828px;margin:0 auto;display:flex;position:relative}.FeaturesPage-module__AUSE-a__heroTitle{letter-spacing:-.02em;color:var(--fp-on-dark);animation:FeaturesPage-module__AUSE-a__fpRise .7s var(--fp-ease)both;margin:0;font-size:clamp(2.25rem,6vw,3rem);font-weight:800;line-height:1.15}.FeaturesPage-module__AUSE-a__heroSubtitle{max-width:828px;color:var(--fp-on-dark-soft);text-align:center;animation:FeaturesPage-module__AUSE-a__fpFadeUp .7s var(--fp-ease).12s both;margin:0;font-size:clamp(1rem,1.5vw,1.0625rem);font-weight:400;line-height:1.5}.FeaturesPage-module__AUSE-a__mainSection{padding:var(--fp-section-y)0}.FeaturesPage-module__AUSE-a__headerRow{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:clamp(40px,6vw,80px);display:flex}.FeaturesPage-module__AUSE-a__headerLeft,.FeaturesPage-module__AUSE-a__headerRight{flex:1;min-width:0}.FeaturesPage-module__AUSE-a__mainTitle{min-width:0;font-family:var(--font-family,"Plus Jakarta Sans",sans-serif);letter-spacing:-.02em;color:var(--fp-ink);overflow-wrap:break-word;word-break:break-word;margin:0;font-size:clamp(1.75rem,4vw,3rem);font-weight:800;line-height:1.25}.FeaturesPage-module__AUSE-a__mainDescription{font-family:var(--font-family,"Plus Jakarta Sans",sans-serif);color:var(--fp-ink-soft);margin:0;font-size:clamp(.975rem,1.05vw,1.0625rem);font-weight:400;line-height:1.65}.FeaturesPage-module__AUSE-a__featuresGrid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.FeaturesPage-module__AUSE-a__featureCard{background:linear-gradient(180deg,#fff 0%,var(--fp-tint)100%);border:1px solid var(--fp-line);border-radius:var(--fp-r-lg);min-width:0;box-shadow:var(--fp-shadow-sm);width:100%;transition:transform .3s var(--fp-ease),box-shadow .3s var(--fp-ease);flex-direction:column;padding:40px;display:flex;overflow:hidden}.FeaturesPage-module__AUSE-a__featureCard:hover{box-shadow:var(--fp-shadow-md);transform:translateY(-4px)}.FeaturesPage-module__AUSE-a__featureContent .FeaturesPage-module__AUSE-a__expanded{height:auto;overflow:visible}.FeaturesPage-module__AUSE-a__expandableWrapper{transition:grid-template-rows .5s var(--fp-ease);grid-template-rows:0fr;display:grid;overflow:hidden}.FeaturesPage-module__AUSE-a__expandableWrapper.FeaturesPage-module__AUSE-a__expanded{grid-template-rows:1fr}.FeaturesPage-module__AUSE-a__expandableInner{visibility:hidden;min-height:0;transition:visibility .5s}.FeaturesPage-module__AUSE-a__expanded .FeaturesPage-module__AUSE-a__expandableInner{visibility:visible}.FeaturesPage-module__AUSE-a__featureParagraph{font-family:var(--font-family,"Plus Jakarta Sans",sans-serif);color:var(--fp-ink-soft);opacity:0;margin-bottom:0;font-size:.9375rem;font-weight:400;line-height:1.65;transition:opacity .4s,transform .4s;transform:translateY(-10px)}.FeaturesPage-module__AUSE-a__expanded .FeaturesPage-module__AUSE-a__featureParagraph{opacity:1;transition-delay:.15s;transform:translateY(0)}@media (max-width:768px){.FeaturesPage-module__AUSE-a__featureCard{height:auto;min-height:0;padding:28px}}.FeaturesPage-module__AUSE-a__featureImage{border-radius:var(--fp-r-md);border:1px solid var(--fp-line);width:100%;height:240px;margin-bottom:24px;position:relative;overflow:hidden}.FeaturesPage-module__AUSE-a__featureImage img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .5s var(--fp-ease)}.FeaturesPage-module__AUSE-a__featureCard:hover .FeaturesPage-module__AUSE-a__featureImage img{transform:scale(1.08)}.FeaturesPage-module__AUSE-a__featureContent{flex-direction:column;display:flex}.FeaturesPage-module__AUSE-a__featureTitle{letter-spacing:-.01em;color:var(--fp-ink);margin:0 0 12px;font-size:1.25rem;font-weight:800;line-height:1.35}.FeaturesPage-module__AUSE-a__featureDescription{color:var(--fp-ink-soft);margin:0 0 4px;font-size:.9375rem;font-weight:400;line-height:1.6}.FeaturesPage-module__AUSE-a__featureExpanded{margin-bottom:20px;padding-top:16px}.FeaturesPage-module__AUSE-a__featureReadMore{cursor:pointer;min-height:44px;font-family:var(--font-family,"Plus Jakarta Sans",sans-serif);color:var(--fp-primary);transition:gap .2s var(--fp-ease);background:0 0;border:0;align-self:flex-start;align-items:center;gap:8px;margin:4px -4px 0;padding:0 4px;font-size:.875rem;font-weight:700;line-height:1.4;display:inline-flex}.FeaturesPage-module__AUSE-a__featureReadMore:hover{color:var(--fp-deep);gap:12px}.FeaturesPage-module__AUSE-a__featureReadMore:focus-visible{outline:2px solid var(--fp-primary);outline-offset:3px;border-radius:4px}.FeaturesPage-module__AUSE-a__toggleIcon{transition:transform .2s var(--fp-ease)}.FeaturesPage-module__AUSE-a__toggleIcon path{stroke:currentColor}.FeaturesPage-module__AUSE-a__rotated{transform:rotate(180deg)}.FeaturesPage-module__AUSE-a__revolutSection{isolation:isolate;background:radial-gradient(#ffffff17 1px,#fff0 1px),radial-gradient(120% 90% at 88% 100%,#4a2590 0%,transparent 58%),linear-gradient(160deg,var(--fp-deep)0%,var(--fp-deeper)100%);background-size:26px 26px,auto,auto;padding:clamp(64px,8vw,100px) 0;position:relative;overflow:hidden}.FeaturesPage-module__AUSE-a__revolutGlowA{aspect-ratio:1;background:#a855f773;width:min(38vw,400px);top:-22%;left:-8%}.FeaturesPage-module__AUSE-a__revolutGlowB{aspect-ratio:1;background:#7c3aed80;width:min(42vw,440px);bottom:-30%;right:-12%}.FeaturesPage-module__AUSE-a__revolutRow{justify-content:space-between;align-items:center;gap:40px;display:flex;position:relative}.FeaturesPage-module__AUSE-a__revolutLeft,.FeaturesPage-module__AUSE-a__revolutRight{flex:1;min-width:0}.FeaturesPage-module__AUSE-a__revolutRight{justify-content:center;display:flex}.FeaturesPage-module__AUSE-a__revolutTitle{font-family:var(--font-family,"Plus Jakarta Sans",sans-serif);letter-spacing:-.02em;color:var(--fp-on-dark);margin:0 0 12px;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;line-height:1.3}.FeaturesPage-module__AUSE-a__revolutDescription{font-family:var(--font-family,"Plus Jakarta Sans",sans-serif);color:var(--fp-on-dark-soft);margin:0 0 8px;font-size:1rem;font-weight:400;line-height:1.6}.FeaturesPage-module__AUSE-a__revolutBtn{font-family:var(--font-family,"Plus Jakarta Sans",sans-serif);letter-spacing:.1px;color:var(--fp-primary);cursor:pointer;transition:transform .25s var(--fp-ease),box-shadow .25s var(--fp-ease);background-color:#fff;border:1px solid #0000;border-radius:999px;margin-top:20px;padding:14px 28px;font-size:1rem;font-weight:800;line-height:1.4;text-decoration:none;display:inline-block;box-shadow:0 14px 30px -16px #110c228c}.FeaturesPage-module__AUSE-a__revolutBtn:hover{transform:translateY(-2px);box-shadow:0 18px 36px -16px #110c2299}.FeaturesPage-module__AUSE-a__revolutBtn:focus-visible{outline-offset:3px;outline:2px solid #fff}.FeaturesPage-module__AUSE-a__revolutImg{border-radius:var(--fp-r-lg);-o-object-fit:cover;object-fit:cover;width:100%;max-width:825px;height:auto;box-shadow:var(--fp-shadow-lg)}@keyframes FeaturesPage-module__AUSE-a__fpRise{0%{transform:translateY(20px)}to{transform:translate(0,0)}}@keyframes FeaturesPage-module__AUSE-a__fpFadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translate(0,0)}}.FeaturesPage-module__AUSE-a__featuresPage[data-reveal-armed=true] [data-reveal]{transition:transform .7s var(--fp-ease);transform:translateY(32px)}.FeaturesPage-module__AUSE-a__featuresPage[data-reveal-armed=true] [data-reveal][data-visible=true]{transform:translateY(0)}.FeaturesPage-module__AUSE-a__featuresPage[data-reveal-armed=true] .FeaturesPage-module__AUSE-a__featuresGrid .FeaturesPage-module__AUSE-a__featureCard:nth-child(2){transition-delay:50ms}.FeaturesPage-module__AUSE-a__featuresPage[data-reveal-armed=true] .FeaturesPage-module__AUSE-a__featuresGrid .FeaturesPage-module__AUSE-a__featureCard:nth-child(3){transition-delay:.1s}.FeaturesPage-module__AUSE-a__featuresPage[data-reveal-armed=true] .FeaturesPage-module__AUSE-a__featuresGrid .FeaturesPage-module__AUSE-a__featureCard:nth-child(4){transition-delay:.15s}.FeaturesPage-module__AUSE-a__featuresPage[data-reveal-armed=true] .FeaturesPage-module__AUSE-a__featuresGrid .FeaturesPage-module__AUSE-a__featureCard:nth-child(5){transition-delay:.2s}.FeaturesPage-module__AUSE-a__featuresPage[data-reveal-armed=true] .FeaturesPage-module__AUSE-a__featuresGrid .FeaturesPage-module__AUSE-a__featureCard:nth-child(6){transition-delay:.25s}@media (prefers-reduced-motion:reduce){.FeaturesPage-module__AUSE-a__featuresPage,.FeaturesPage-module__AUSE-a__featuresPage *,.FeaturesPage-module__AUSE-a__featuresPage :before,.FeaturesPage-module__AUSE-a__featuresPage :after{transition:none!important;animation:none!important}}@media (max-width:768px){.FeaturesPage-module__AUSE-a__heroTitle{font-size:1.75rem}.FeaturesPage-module__AUSE-a__headerRow{flex-direction:column;align-items:flex-start;margin-bottom:48px}.FeaturesPage-module__AUSE-a__featuresGrid{grid-template-columns:1fr;gap:20px}.FeaturesPage-module__AUSE-a__featureImage{height:260px;margin-bottom:20px}.FeaturesPage-module__AUSE-a__revolutRow{text-align:center;flex-direction:column}.FeaturesPage-module__AUSE-a__revolutDescription{margin-bottom:8px}}@media (max-width:560px){.FeaturesPage-module__AUSE-a__heroTitle{font-size:1.5rem}.FeaturesPage-module__AUSE-a__heroSubtitle{font-size:.9375rem}}@media (max-width:380px){.FeaturesPage-module__AUSE-a__hero{border-bottom-left-radius:var(--fp-r-md);border-bottom-right-radius:var(--fp-r-md)}}
