.Header-module__hBw1pG__header{z-index:1000;width:100%;height:80px;box-shadow:none;--header-text:#111827;--header-btn-border:#d1d5db;--header-btn-hover-bg:#f9fafb;--header-btn-hover-border:#9ca3af;background:0 0;border-bottom:1px solid #0000;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0}.Header-module__hBw1pG__scrolled{height:80px;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(12px);--header-text:#111827;--header-btn-border:#d1d5db;--header-btn-hover-bg:#f9fafb;--header-btn-hover-border:#9ca3af;background:#fffffff2}@media (prefers-color-scheme:dark){.Header-module__hBw1pG__header{background:#09070f;border-bottom:1px solid #ffffff0d}.Header-module__hBw1pG__scrolled{background:#09070ff2}}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;width:100%;max-width:1280px;margin:0 auto;padding:0 24px;display:flex}.Header-module__hBw1pG__logo{align-items:center;gap:10px;text-decoration:none;display:flex}.Header-module__hBw1pG__logoSvg{flex-shrink:0}.Header-module__hBw1pG__logoText{font-family:var(--font-heading);color:var(--header-text);letter-spacing:-.03em;font-size:24px;font-weight:800;transition:color .3s}@media (prefers-color-scheme:dark){.Header-module__hBw1pG__logoText{color:#fff}}.Header-module__hBw1pG__nav{align-items:center;display:flex}.Header-module__hBw1pG__navList{gap:32px;list-style:none;display:flex}.Header-module__hBw1pG__navLink{font-family:var(--font-lexend);letter-spacing:.02em;color:var(--header-text);align-items:center;gap:4px;padding:8px 0;font-size:16px;font-weight:500;text-decoration:none;transition:color .2s,opacity .2s;display:flex}@media (prefers-color-scheme:dark){.Header-module__hBw1pG__navLink{color:#e5e7eb}}.Header-module__hBw1pG__navLink:hover{color:var(--primary)}.Header-module__hBw1pG__chevronSvg{width:10px;height:10px;color:var(--header-text);opacity:.7;transition:transform .2s,opacity .2s}.Header-module__hBw1pG__navLink:hover .Header-module__hBw1pG__chevronSvg{color:var(--primary);transform:translateY(1px)}.Header-module__hBw1pG__mobileActions{display:none}.Header-module__hBw1pG__actions{align-items:center;gap:12px;display:flex}.Header-module__hBw1pG__ctaLogin{font-family:var(--font-lexend);color:var(--header-text);border:1px solid var(--header-btn-border);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;height:40px;padding:0 18px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}@media (prefers-color-scheme:dark){.Header-module__hBw1pG__ctaLogin{color:#fff;border-color:#ffffff26}}.Header-module__hBw1pG__ctaLogin:hover{background:var(--header-btn-hover-bg);border-color:var(--header-btn-hover-border)}@media (prefers-color-scheme:dark){.Header-module__hBw1pG__ctaLogin:hover{background:#ffffff0d}}.Header-module__hBw1pG__ctaSolid{font-family:var(--font-lexend);color:#fff;cursor:pointer;background:#161519;border:none;border-radius:8px;justify-content:center;align-items:center;height:40px;padding:0 18px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #00000026}.Header-module__hBw1pG__ctaSolid:before{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000);width:50%;height:100%;animation:6s infinite Header-module__hBw1pG__shine;position:absolute;top:0;left:-100%;transform:skew(-20deg)}@keyframes Header-module__hBw1pG__shine{0%{left:-100%}33.33%{left:200%}to{left:200%}}.Header-module__hBw1pG__ctaSolid:hover{background:#000;transform:translateY(-1px);box-shadow:0 4px 12px #00000040}.Header-module__hBw1pG__burger{cursor:pointer;z-index:1010;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;padding:0;display:none}.Header-module__hBw1pG__burger span{background:var(--header-text);border-radius:2px;width:100%;height:2px;transition:all .3s}@media (prefers-color-scheme:dark){.Header-module__hBw1pG__burger span{background:#fff}}.Header-module__hBw1pG__dropdownMenu{opacity:0;visibility:hidden;z-index:1000;pointer-events:none;background:#fff;border:1px solid #00000014;border-radius:16px;width:980px;padding:36px 32px;transition:all .25s cubic-bezier(.4,0,.2,1);position:absolute;top:90px;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 10px 40px #00000014}.Header-module__hBw1pG__hasDropdown:hover .Header-module__hBw1pG__dropdownMenu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.Header-module__hBw1pG__dropdownMenu:before{content:"";width:100%;height:45px;position:absolute;top:-45px;left:0}.Header-module__hBw1pG__dropdownGrid{grid-template-columns:repeat(3,270px);justify-content:center;gap:24px 40px;display:grid}.Header-module__hBw1pG__dropdownItem{border-radius:12px;align-items:flex-start;gap:14px;padding:12px 16px;text-decoration:none;transition:all .2s;display:flex}.Header-module__hBw1pG__dropdownItem:hover{background-color:#f9fafb;transform:translateY(-1px)}.Header-module__hBw1pG__iconBox{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-top:2px;display:flex}.Header-module__hBw1pG__itemText{flex-direction:column;gap:2px;display:flex}.Header-module__hBw1pG__itemName{font-family:var(--font-lexend);color:#111827;font-size:15px;font-weight:600;line-height:1.25}.Header-module__hBw1pG__itemDesc{font-family:var(--font-sans);color:#6b7280;margin-top:2px;font-size:12px;line-height:1.4}.Header-module__hBw1pG__hasDropdown:hover .Header-module__hBw1pG__chevronSvg{color:var(--primary);transform:rotate(180deg)translateY(0)}@media (prefers-color-scheme:dark){.Header-module__hBw1pG__dropdownMenu{background:#171224;border-color:#ffffff14;box-shadow:0 10px 40px #0006}.Header-module__hBw1pG__dropdownItem:hover{background-color:#ffffff0a}.Header-module__hBw1pG__itemName{color:#fff}.Header-module__hBw1pG__itemDesc{color:#9ca3af}}@media (max-width:1024px){.Header-module__hBw1pG__dropdownMenu{width:100%;box-shadow:none;opacity:1;visibility:visible;pointer-events:auto;background:0 0;border:none;margin-top:10px;padding:0;display:none;position:static;transform:none!important}.Header-module__hBw1pG__dropdownMenu:before{display:none}.Header-module__hBw1pG__dropdownMenu.Header-module__hBw1pG__mobileOpen{display:block;transform:none!important}.Header-module__hBw1pG__dropdownGrid{grid-template-columns:1fr;gap:12px}.Header-module__hBw1pG__dropdownItem{background-color:#0000;border-radius:8px;padding:8px 12px}.Header-module__hBw1pG__dropdownItem:hover{background-color:#00000008}@media (prefers-color-scheme:dark){.Header-module__hBw1pG__dropdownMenu{box-shadow:none;background:0 0;border:none}.Header-module__hBw1pG__dropdownItem:hover{background-color:#ffffff0d}}.Header-module__hBw1pG__iconBox{border-radius:8px;width:32px;height:32px}.Header-module__hBw1pG__iconBox svg{width:16px!important;height:16px!important}.Header-module__hBw1pG__itemName{font-size:14px}.Header-module__hBw1pG__itemDesc{font-size:11px}.Header-module__hBw1pG__mobileDropdownOpen .Header-module__hBw1pG__chevronSvg{color:var(--primary)!important;transform:rotate(180deg)!important}.Header-module__hBw1pG__burger{display:flex}.Header-module__hBw1pG__nav{width:280px;height:100vh;box-shadow:var(--shadow-lg);border-left:1px solid var(--border-color);background:#fff;flex-direction:column;padding:96px 32px 32px;transition:right .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:-100%;overflow-y:auto}@media (prefers-color-scheme:dark){.Header-module__hBw1pG__nav{background:#120e1c}}.Header-module__hBw1pG__navOpen{right:0}.Header-module__hBw1pG__navList{flex-direction:column;gap:20px}.Header-module__hBw1pG__navLink{justify-content:space-between;width:100%;font-size:18px;display:flex}.Header-module__hBw1pG__burgerActive span:first-child{transform:translateY(8px)rotate(45deg)}.Header-module__hBw1pG__burgerActive span:nth-child(2){opacity:0}.Header-module__hBw1pG__burgerActive span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.Header-module__hBw1pG__actions .Header-module__hBw1pG__ctaLogin,.Header-module__hBw1pG__actions .Header-module__hBw1pG__ctaSolid{display:none}.Header-module__hBw1pG__mobileActions{border-top:1px solid var(--border-color);flex-direction:column;gap:16px;width:100%;margin-top:32px;padding-top:32px;display:flex}.Header-module__hBw1pG__mobileActions .Header-module__hBw1pG__ctaLogin,.Header-module__hBw1pG__mobileActions .Header-module__hBw1pG__ctaSolid{text-align:center;justify-content:center;width:100%}}
.Footer-module__S6Hkya__footerWrapper{background:0 0;padding:0 15px}.Footer-module__S6Hkya__footer{color:#a1a1aa;background:#18181b;border-radius:24px 24px 0 0;padding:80px 0 40px}.Footer-module__S6Hkya__container{max-width:1200px;margin:0 auto;padding:0 40px}.Footer-module__S6Hkya__topSection{grid-template-columns:2fr repeat(3,1fr);gap:48px;margin-bottom:60px;display:grid}.Footer-module__S6Hkya__brandCol{flex-direction:column;align-items:flex-start;gap:32px;display:flex}.Footer-module__S6Hkya__logo{font-family:var(--font-heading);align-items:center;gap:8px;font-size:24px;font-weight:700;text-decoration:none;display:flex}.Footer-module__S6Hkya__logoText{color:#fff}.Footer-module__S6Hkya__brandDesc{font-family:var(--font-sans);color:#a1a1aa;letter-spacing:.02em;max-width:280px;margin-top:-12px;font-size:14px;line-height:1.65}.Footer-module__S6Hkya__madeWithLove{font-family:var(--font-sans);color:#71717a;letter-spacing:.02em;margin-top:-16px;font-size:13.5px}.Footer-module__S6Hkya__linksCol h4{font-family:var(--font-sans);letter-spacing:.02em;color:#fff;margin-bottom:24px;font-size:16px;font-weight:600}.Footer-module__S6Hkya__linksCol ul{flex-direction:column;gap:16px;list-style:none;display:flex}.Footer-module__S6Hkya__linksCol a{color:#d4d4d8;font-size:14px;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__linksCol a:hover{color:#fff}.Footer-module__S6Hkya__bottomSection{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding-top:30px;display:flex}.Footer-module__S6Hkya__copyright{color:#a1a1aa;font-size:13px}.Footer-module__S6Hkya__bottomRight{align-items:center;display:flex}.Footer-module__S6Hkya__socialLinks{gap:20px;display:flex}.Footer-module__S6Hkya__socialLinks a{color:#d4d4d8;transition:color .2s,transform .2s;display:flex}.Footer-module__S6Hkya__socialLinks a:hover{color:#fff;transform:translateY(-2px)}@media (max-width:960px){.Footer-module__S6Hkya__topSection{grid-template-columns:1fr 1fr;gap:40px}}@media (max-width:640px){.Footer-module__S6Hkya__topSection{grid-template-columns:1fr}.Footer-module__S6Hkya__bottomSection{text-align:center;flex-direction:column-reverse;gap:32px}.Footer-module__S6Hkya__bottomRight{flex-direction:column}.Footer-module__S6Hkya__socialLinks{padding-right:0}}
.HeroSection-module__sBkrQG__hero{background:#f6f7fa;padding:160px 0 100px;position:relative;overflow:hidden}.HeroSection-module__sBkrQG__container{z-index:10;flex-direction:column;align-items:center;gap:60px;max-width:1280px;margin:0 auto;padding:0 24px;display:flex;position:relative}.HeroSection-module__sBkrQG__centeredContent{text-align:center;flex-direction:column;align-items:center;max-width:900px;display:flex}.HeroSection-module__sBkrQG__promoBadge{font-family:var(--font-sans);letter-spacing:.02em;color:#111827;background:linear-gradient(#fff,#fff) padding-box padding-box,linear-gradient(90deg,#146ef5 0%,#db2777 50%,#f93 100%) border-box;border:1px solid #0000;border-radius:20px;margin-bottom:24px;padding:6px 18px;font-size:14px;font-weight:500;display:inline-block;box-shadow:0 4px 10px #0000000d}.HeroSection-module__sBkrQG__badgeHighlight{font-weight:500}.HeroSection-module__sBkrQG__title{font-family:var(--font-heading);color:#0f172a;letter-spacing:.01em;margin-bottom:24px;font-size:50px;font-weight:600;line-height:1.15}.HeroSection-module__sBkrQG__rotatingWord{color:var(--primary);text-align:center;min-width:250px;transition:opacity .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1);display:inline-block}.HeroSection-module__sBkrQG__fadeIn{opacity:1;transform:translateY(0)}.HeroSection-module__sBkrQG__fadeOut{opacity:0;transform:translateY(-8px)}.HeroSection-module__sBkrQG__subtitle{font-family:var(--font-sans);color:var(--text-secondary);letter-spacing:.02em;max-width:720px;margin-bottom:36px;font-size:18px;line-height:1.6}.HeroSection-module__sBkrQG__priceHighlight{color:#111827;font-family:var(--font-sans);background-color:#ffc72c;border-radius:6px 20px 6px 6px;margin-top:12px;padding:8px 16px;font-size:1.4em;font-weight:700;line-height:1;display:inline-block;position:relative}.HeroSection-module__sBkrQG__priceSpark{pointer-events:none;width:45px;height:45px;position:absolute;top:-22px;right:-30px;transform:rotate(45deg)}.HeroSection-module__sBkrQG__ctaGroup{justify-content:center;gap:16px;width:100%;margin-bottom:24px;display:flex}.HeroSection-module__sBkrQG__ctaSolid{font-family:var(--font-sans);color:#fff;cursor:pointer;text-align:center;background:#161519;border:none;border-radius:8px;justify-content:center;align-items:center;height:40px;padding:0 20px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 14px #00000026}.HeroSection-module__sBkrQG__ctaSolid:hover{background:#000;transform:translateY(-2px);box-shadow:0 6px 20px #00000040}.HeroSection-module__sBkrQG__ctaOutline{font-family:var(--font-sans);color:#161519;cursor:pointer;text-align:center;background:0 0;border:2px solid #161519;border-radius:8px;justify-content:center;align-items:center;height:40px;padding:0 20px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.HeroSection-module__sBkrQG__ctaOutline:hover{background:#1118270d;transform:translateY(-2px)}.HeroSection-module__sBkrQG__guaranteeText{font-family:var(--font-sans);color:var(--text-muted);align-items:center;gap:8px;font-size:13.5px;display:flex}.HeroSection-module__sBkrQG__shieldIcon{font-size:14px}.HeroSection-module__sBkrQG__marqueeSection{flex-direction:column;gap:24px;width:100%;margin-top:20px;display:flex;position:relative;overflow:hidden}.HeroSection-module__sBkrQG__marqueeWrapper{width:100%;display:flex;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 7% 93%,#0000);mask-image:linear-gradient(90deg,#0000,#000 7% 93%,#0000)}.HeroSection-module__sBkrQG__marqueeTrack{will-change:transform;gap:32px;width:max-content;animation:180s linear infinite HeroSection-module__sBkrQG__scrollLeft;display:flex}.HeroSection-module__sBkrQG__marqueeTrackReverse{will-change:transform;gap:32px;width:max-content;animation:180s linear infinite HeroSection-module__sBkrQG__scrollRight;display:flex}.HeroSection-module__sBkrQG__marqueeTrack:hover,.HeroSection-module__sBkrQG__marqueeTrackReverse:hover{animation-play-state:paused}.HeroSection-module__sBkrQG__marqueeItem{background:#fff;border:1px solid #0000000d;border-radius:12px;flex:none;overflow:hidden;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.HeroSection-module__sBkrQG__marqueeImage{object-fit:cover;display:block}@keyframes HeroSection-module__sBkrQG__scrollLeft{0%{transform:translate(0)}to{transform:translate(calc(-50% - 16px))}}@keyframes HeroSection-module__sBkrQG__scrollRight{0%{transform:translate(calc(-50% - 16px))}to{transform:translate(0)}}@keyframes HeroSection-module__sBkrQG__float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (max-width:960px){.HeroSection-module__sBkrQG__hero{padding:100px 0 40px}.HeroSection-module__sBkrQG__title{font-size:38px}.HeroSection-module__sBkrQG__rotatingWord{min-width:200px}.HeroSection-module__sBkrQG__subtitle{font-size:16px}.HeroSection-module__sBkrQG__ctaGroup{flex-direction:column;align-items:center}.HeroSection-module__sBkrQG__ctaSolid,.HeroSection-module__sBkrQG__ctaOutline{width:100%;max-width:320px}.HeroSection-module__sBkrQG__marqueeImage{width:280px;height:175px}}@media (max-width:480px){.HeroSection-module__sBkrQG__title{font-size:32px}.HeroSection-module__sBkrQG__marqueeImage{width:224px;height:140px}}@media (prefers-color-scheme:dark){.HeroSection-module__sBkrQG__promoBadge{color:#fff;background:linear-gradient(#120e1c,#120e1c) padding-box padding-box,linear-gradient(90deg,#a78bfa 0%,#db2777 50%,#f93 100%) border-box}}
.FeaturesSection-module__MmT36G__section{background-color:var(--bg-base);padding:120px 0;position:relative;overflow:hidden}.FeaturesSection-module__MmT36G__container{max-width:1200px;margin:0 auto;padding:0 24px}.FeaturesSection-module__MmT36G__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:80px;display:flex}.FeaturesSection-module__MmT36G__badge{color:var(--primary);font-family:var(--font-sans);letter-spacing:.05em;text-transform:uppercase;background-color:#146ef51a;border-radius:20px;align-items:center;margin-bottom:20px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-flex}.FeaturesSection-module__MmT36G__mainTitle{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:.01em;max-width:700px;font-size:36px;font-weight:600;line-height:1.25}.FeaturesSection-module__MmT36G__featuresList{flex-direction:column;gap:100px;display:flex}.FeaturesSection-module__MmT36G__featureRow{grid-template-columns:1fr 1fr;grid-template-areas:"img text";align-items:center;gap:80px;display:grid}.FeaturesSection-module__MmT36G__reverseRow{grid-template-areas:"text img"}.FeaturesSection-module__MmT36G__imageColumn{grid-area:img}.FeaturesSection-module__MmT36G__contentColumn{grid-area:text}.FeaturesSection-module__MmT36G__imageContainer{aspect-ratio:1.4;background-color:#eff2ff;border:1px solid #146ef514;border-radius:24px;justify-content:center;align-items:center;padding:40px;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s;display:flex}.FeaturesSection-module__MmT36G__imageContainer:hover{transform:translateY(-6px);box-shadow:0 20px 40px #146ef50f}.FeaturesSection-module__MmT36G__imageWrapper{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.FeaturesSection-module__MmT36G__image{object-fit:contain;filter:drop-shadow(0 15px 30px #00000014);width:100%;height:100%}.FeaturesSection-module__MmT36G__featureTitle{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:.01em;margin-bottom:20px;font-size:26px;font-weight:600;line-height:1.3}.FeaturesSection-module__MmT36G__featureDescription{font-family:var(--font-sans);color:var(--text-secondary);letter-spacing:.02em;margin-bottom:28px;font-size:18px;font-weight:400;line-height:1.6}.FeaturesSection-module__MmT36G__bulletList{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.FeaturesSection-module__MmT36G__bulletItem{font-family:var(--font-sans);color:var(--text-secondary);letter-spacing:.02em;align-items:center;gap:12px;font-size:16px;font-weight:500;display:flex}.FeaturesSection-module__MmT36G__bulletDot{background-color:var(--text-secondary);border-radius:50%;flex-shrink:0;width:6px;height:6px}@media (prefers-color-scheme:dark){.FeaturesSection-module__MmT36G__badge{color:#f3f4f6;background-color:#ffffff14;border-color:#ffffff1a}.FeaturesSection-module__MmT36G__imageContainer{background-color:#120e1c;border-color:#a78bfa26}.FeaturesSection-module__MmT36G__imageContainer:hover{box-shadow:0 20px 40px #0006, var(--shadow-glow)}}@media (max-width:992px){.FeaturesSection-module__MmT36G__section{padding:80px 0}.FeaturesSection-module__MmT36G__header{margin-bottom:60px}.FeaturesSection-module__MmT36G__mainTitle{font-size:34px}.FeaturesSection-module__MmT36G__featuresList{gap:70px}.FeaturesSection-module__MmT36G__featureRow{grid-template-columns:1fr;grid-template-areas:"img""text";gap:40px}.FeaturesSection-module__MmT36G__imageContainer{aspect-ratio:1.5;padding:30px}.FeaturesSection-module__MmT36G__featureTitle{font-size:26px}.FeaturesSection-module__MmT36G__featureDescription{margin-bottom:20px;font-size:16px}}@media (max-width:480px){.FeaturesSection-module__MmT36G__mainTitle{font-size:28px}.FeaturesSection-module__MmT36G__imageContainer{padding:20px}.FeaturesSection-module__MmT36G__featureTitle{font-size:22px}}
.PluginsSection-module__05BNHW__section{background-color:var(--bg-base);padding:80px 0;position:relative;overflow:hidden}.PluginsSection-module__05BNHW__container{max-width:1200px;margin:0 auto;padding:0 24px}.PluginsSection-module__05BNHW__header{justify-content:center;align-items:center;margin-bottom:48px;display:flex}.PluginsSection-module__05BNHW__title{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:.01em;align-items:center;gap:12px;font-size:32px;font-weight:600;display:flex}.PluginsSection-module__05BNHW__newBadge{color:#7e22ce;font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.05em;background-color:#f3e8ff;border-radius:9999px;align-items:center;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.PluginsSection-module__05BNHW__marqueeWrapper{width:100%;display:flex;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000);mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000)}.PluginsSection-module__05BNHW__marqueeTrack{will-change:transform;gap:40px;width:max-content;padding:20px 0;animation:30s linear infinite PluginsSection-module__05BNHW__scrollPlugins;display:flex}.PluginsSection-module__05BNHW__marqueeTrack:hover{animation-play-state:paused}.PluginsSection-module__05BNHW__pluginCard{flex-direction:column;flex-shrink:0;align-items:center;gap:16px;display:flex}.PluginsSection-module__05BNHW__iconBox{cursor:pointer;border-radius:24px;justify-content:center;align-items:center;width:100px;height:100px;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s;display:flex;box-shadow:0 8px 24px #0000000a}.PluginsSection-module__05BNHW__pluginCard:hover .PluginsSection-module__05BNHW__iconBox{transform:translateY(-6px)scale(1.04);box-shadow:0 16px 32px #00000014}.PluginsSection-module__05BNHW__pluginName{font-family:var(--font-sans);color:var(--text-secondary);letter-spacing:.01em;text-align:center;font-size:14px;font-weight:500}@keyframes PluginsSection-module__05BNHW__scrollPlugins{0%{transform:translate(0)}to{transform:translate(calc(-50% - 20px))}}@media (prefers-color-scheme:dark){.PluginsSection-module__05BNHW__newBadge{color:#a78bfa;background-color:#a78bfa26}.PluginsSection-module__05BNHW__iconBox{box-shadow:0 8px 24px #0000004d}.PluginsSection-module__05BNHW__pluginCard:hover .PluginsSection-module__05BNHW__iconBox{box-shadow:0 16px 32px #00000080, var(--shadow-glow)}}@media (max-width:768px){.PluginsSection-module__05BNHW__section{padding:60px 0}.PluginsSection-module__05BNHW__title{font-size:26px}.PluginsSection-module__05BNHW__marqueeTrack{gap:24px;animation-duration:25s}.PluginsSection-module__05BNHW__iconBox{border-radius:18px;width:80px;height:80px}.PluginsSection-module__05BNHW__pluginName{font-size:13px}@keyframes PluginsSection-module__05BNHW__scrollPlugins{0%{transform:translate(0)}to{transform:translate(calc(-50% - 12px))}}}@media (max-width:480px){.PluginsSection-module__05BNHW__title{font-size:22px}}
.IntegrationsSection-module__y97zxG__section{background:linear-gradient(#fff 0%,#f9fafb 100%);padding:100px 0;position:relative;overflow:hidden}.IntegrationsSection-module__y97zxG__container{max-width:1280px;margin:0 auto;padding:0 24px}.IntegrationsSection-module__y97zxG__header{text-align:center;margin-bottom:60px}.IntegrationsSection-module__y97zxG__badge{color:var(--primary);font-family:var(--font-sans);letter-spacing:.05em;text-transform:uppercase;background-color:#146ef51a;border-radius:20px;align-items:center;margin-bottom:20px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-flex}.IntegrationsSection-module__y97zxG__title{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:.01em;margin-bottom:16px;font-size:36px;font-weight:600}.IntegrationsSection-module__y97zxG__subtitle{font-family:var(--font-sans);color:var(--text-secondary);letter-spacing:.02em;max-width:760px;margin:0 auto;font-size:18px;line-height:1.6}.IntegrationsSection-module__y97zxG__grid{grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:56px;display:grid}.IntegrationsSection-module__y97zxG__toolCard{cursor:default;background:#fff;border:1px solid #0000000f;border-radius:14px;align-items:center;gap:16px;padding:20px 22px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 16px #00000005}.IntegrationsSection-module__y97zxG__toolCard:hover{border-color:#0000001f;box-shadow:0 12px 28px #0000000f}.IntegrationsSection-module__y97zxG__iconCircle{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .2s;display:flex}.IntegrationsSection-module__y97zxG__toolCard:hover .IntegrationsSection-module__y97zxG__iconCircle{transform:scale(1.05)}.IntegrationsSection-module__y97zxG__toolInfo{flex-direction:column;gap:4px;min-width:0;display:flex}.IntegrationsSection-module__y97zxG__toolName{font-family:var(--font-heading);color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;letter-spacing:.01em;margin:0;font-size:16px;font-weight:600;overflow:hidden}.IntegrationsSection-module__y97zxG__toolBadge{font-family:var(--font-sans);letter-spacing:.02em;border-radius:6px;width:fit-content;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.IntegrationsSection-module__y97zxG__ctaBanner{background:#161519;border-radius:16px;justify-content:space-between;align-items:center;gap:24px;padding:36px 48px;display:flex;box-shadow:0 10px 30px #00000026}.IntegrationsSection-module__y97zxG__bannerText h3{font-family:var(--font-heading);color:#fff;letter-spacing:.01em;margin-bottom:6px;font-size:22px;font-weight:600}.IntegrationsSection-module__y97zxG__bannerText p{font-family:var(--font-sans);color:#ffffffb3;letter-spacing:.02em;margin:0;font-size:15px}.IntegrationsSection-module__y97zxG__ctaButton{font-family:var(--font-sans);letter-spacing:.02em;color:#161519;cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:8px;justify-content:center;align-items:center;height:40px;padding:0 24px;font-size:15px;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #0003}.IntegrationsSection-module__y97zxG__ctaButton:hover{background:#f3f4f6;transform:translateY(-2px);box-shadow:0 6px 16px #0000004d}@media (max-width:1024px){.IntegrationsSection-module__y97zxG__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.IntegrationsSection-module__y97zxG__grid{grid-template-columns:repeat(2,1fr);gap:16px}.IntegrationsSection-module__y97zxG__title{font-size:28px}.IntegrationsSection-module__y97zxG__ctaBanner{text-align:center;flex-direction:column;padding:32px 24px}}@media (max-width:480px){.IntegrationsSection-module__y97zxG__grid{grid-template-columns:1fr}}
.FaqSection-module__UtxuQW__section{background-color:var(--bg-base);padding:100px 0;position:relative;overflow:hidden}.FaqSection-module__UtxuQW__container{max-width:800px;margin:0 auto;padding:0 24px}.FaqSection-module__UtxuQW__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:60px;display:flex}.FaqSection-module__UtxuQW__badge{color:var(--primary);font-family:var(--font-sans);letter-spacing:.05em;text-transform:uppercase;background-color:#146ef51a;border-radius:20px;align-items:center;margin-bottom:20px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-flex}.FaqSection-module__UtxuQW__title{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:.01em;font-size:36px;font-weight:600}.FaqSection-module__UtxuQW__faqList{flex-direction:column;gap:16px;display:flex}.FaqSection-module__UtxuQW__faqCard{background-color:#fff;border:1px solid #0000000f;border-radius:16px;transition:border-color .3s,box-shadow .3s;overflow:hidden}.FaqSection-module__UtxuQW__faqCard:hover{border-color:#0000001f;box-shadow:0 4px 20px #00000005}.FaqSection-module__UtxuQW__openCard{border-color:#146ef533;box-shadow:0 8px 24px #146ef508}.FaqSection-module__UtxuQW__faqQuestionButton{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:20px;width:100%;padding:24px;display:flex}.FaqSection-module__UtxuQW__questionText{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:.01em;font-size:18px;font-weight:600;line-height:1.45}.FaqSection-module__UtxuQW__toggleCircle{color:#1f2937;background-color:#f3f4f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background-color .2s,color .2s;display:flex}.FaqSection-module__UtxuQW__faqCard:hover .FaqSection-module__UtxuQW__toggleCircle{background-color:#e5e7eb}.FaqSection-module__UtxuQW__openCard .FaqSection-module__UtxuQW__toggleCircle{background-color:var(--primary-light);color:var(--primary)}.FaqSection-module__UtxuQW__faqAnswerWrapper{overflow:hidden}.FaqSection-module__UtxuQW__faqAnswerText{font-family:var(--font-sans);color:var(--text-secondary);letter-spacing:.02em;margin-top:-4px;padding:0 24px 24px;font-size:15px;line-height:1.65}@media (prefers-color-scheme:dark){.FaqSection-module__UtxuQW__badge{color:#a78bfa;background-color:#a78bfa26}.FaqSection-module__UtxuQW__faqCard{background-color:#120e1c;border-color:#ffffff14}.FaqSection-module__UtxuQW__faqCard:hover{border-color:#ffffff26;box-shadow:0 4px 20px #0003}.FaqSection-module__UtxuQW__openCard{box-shadow:0 8px 24px #0000004d, var(--shadow-glow);border-color:#a78bfa4d}.FaqSection-module__UtxuQW__questionText{color:#fff}.FaqSection-module__UtxuQW__toggleCircle{color:#f3f4f6;background-color:#ffffff0f}.FaqSection-module__UtxuQW__faqCard:hover .FaqSection-module__UtxuQW__toggleCircle{background-color:#ffffff1f}.FaqSection-module__UtxuQW__openCard .FaqSection-module__UtxuQW__toggleCircle{color:#a78bfa;background-color:#a78bfa26}.FaqSection-module__UtxuQW__faqAnswerText{color:#9ca3af}}@media (max-width:600px){.FaqSection-module__UtxuQW__section{padding:60px 0}.FaqSection-module__UtxuQW__header{margin-bottom:40px}.FaqSection-module__UtxuQW__title{font-size:28px}.FaqSection-module__UtxuQW__faqQuestionButton{padding:20px}.FaqSection-module__UtxuQW__questionText{font-size:16px}.FaqSection-module__UtxuQW__faqAnswerText{padding:0 20px 20px;font-size:14.5px}}
.OfferAnythingSection-module__fDM1tq__section{background-color:var(--bg-base);padding:100px 0;overflow:visible}.OfferAnythingSection-module__fDM1tq__container{max-width:1200px;margin:0 auto;padding:0 24px}.OfferAnythingSection-module__fDM1tq__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:60px;display:flex}.OfferAnythingSection-module__fDM1tq__mainTitle{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:.01em;max-width:700px;font-size:36px;font-weight:600;line-height:1.25}.OfferAnythingSection-module__fDM1tq__stackContainer{flex-direction:column;align-items:center;gap:40px;width:100%;max-width:960px;margin:0 auto;display:flex;position:relative}.OfferAnythingSection-module__fDM1tq__cardContainer{top:calc(110px + var(--index) * 12px);width:100%;padding-bottom:40px;position:sticky;overflow:visible}@media (min-width:901px){.OfferAnythingSection-module__fDM1tq__cardContainer:first-child{margin-left:-12px}.OfferAnythingSection-module__fDM1tq__cardContainer:nth-child(2){margin-left:12px}.OfferAnythingSection-module__fDM1tq__cardContainer:nth-child(3){margin-left:-6px}.OfferAnythingSection-module__fDM1tq__cardContainer:nth-child(4){margin-left:6px}}.OfferAnythingSection-module__fDM1tq__stackCard{border-radius:32px;grid-template-columns:1.1fr .9fr;align-items:center;gap:50px;width:100%;min-height:380px;padding:50px 60px;transition:box-shadow .4s;display:grid;overflow:hidden;box-shadow:0 10px 30px #00000005}.OfferAnythingSection-module__fDM1tq__cardLeft{flex-direction:column;gap:16px;display:flex}.OfferAnythingSection-module__fDM1tq__cardTitle{font-family:var(--font-heading);letter-spacing:-.01em;font-size:32px;font-weight:600;line-height:1.2}.OfferAnythingSection-module__fDM1tq__cardDescription{font-family:var(--font-sans);letter-spacing:.02em;opacity:.9;font-size:18px;font-weight:400;line-height:1.6}.OfferAnythingSection-module__fDM1tq__cardRight{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.OfferAnythingSection-module__fDM1tq__imageFrame{aspect-ratio:1.4;background-color:#ffffff73;border-radius:16px;width:100%;position:relative;overflow:hidden;box-shadow:inset 0 2px 8px #00000005}.OfferAnythingSection-module__fDM1tq__cardImage{object-fit:contain;padding:16px;transition:transform .4s cubic-bezier(.16,1,.3,1)}@media (prefers-color-scheme:dark){.OfferAnythingSection-module__fDM1tq__stackCard[style*="background-color: rgb(240, 253, 244)"],.OfferAnythingSection-module__fDM1tq__stackCard[style*="background-color: #f0fdf4"]{border:1px solid #34d3991a;background-color:#022c22!important}.OfferAnythingSection-module__fDM1tq__stackCard[style*="background-color: rgb(240, 253, 244)"] .OfferAnythingSection-module__fDM1tq__cardTitle,.OfferAnythingSection-module__fDM1tq__stackCard[style*="background-color: #f0fdf4"] .OfferAnythingSection-module__fDM1tq__cardTitle{color:#34d399!important}.OfferAnythingSection-module__fDM1tq__stackCard[style*="background-color: rgb(240, 253, 244)"] .OfferAnythingSection-module__fDM1tq__cardDescription,.OfferAnythingSection-module__fDM1tq__stackCard[style*="background-color: #f0fdf4"] .OfferAnythingSection-module__fDM1tq__cardDescription{color:#e2e8f0!important}.OfferAnythingSection-module__fDM1tq__stackCard[style*="background-color: rgb(255, 241, 242)"],.OfferAnythingSection-module__fDM1tq__stackCard[style*="background-color: #fff1f2"]{border:1px solid #fb71851a;background-color:#4c0519!important}.OfferAnythingSection-module__fDM1tq__stackCard[style*="background-color: rgb(255, 241, 242)"] .OfferAnythingSection-module__fDM1tq__cardTitle,.OfferAnythingSection-module__fDM1tq__stackCard[style*="background-color: #fff1f2"] .OfferAnythingSection-module__fDM1tq__cardTitle{color:#fda4af!important}.OfferAnythingSection-module__fDM1tq__stackCard[style*="background-color: rgb(255, 241, 242)"] .OfferAnythingSection-module__fDM1tq__cardDescription,.OfferAnythingSection-module__fDM1tq__stackCard[style*="background-color: #fff1f2"] .OfferAnythingSection-module__fDM1tq__cardDescription{color:#e2e8f0!important}.OfferAnythingSection-module__fDM1tq__stackCard[style*="background-color: rgb(239, 246, 255)"],.OfferAnythingSection-module__fDM1tq__stackCard[style*="background-color: #eff6ff"]{border:1px solid #93c5fd1a;background-color:#1e3a8a!important}.OfferAnythingSection-module__fDM1tq__stackCard[style*="background-color: rgb(239, 246, 255)"] .OfferAnythingSection-module__fDM1tq__cardTitle,.OfferAnythingSection-module__fDM1tq__stackCard[style*="background-color: #eff6ff"] .OfferAnythingSection-module__fDM1tq__cardTitle{color:#93c5fd!important}.OfferAnythingSection-module__fDM1tq__stackCard[style*="background-color: rgb(239, 246, 255)"] .OfferAnythingSection-module__fDM1tq__cardDescription,.OfferAnythingSection-module__fDM1tq__stackCard[style*="background-color: #eff6ff"] .OfferAnythingSection-module__fDM1tq__cardDescription{color:#e2e8f0!important}.OfferAnythingSection-module__fDM1tq__stackCard[style*="background-color: rgb(255, 251, 235)"],.OfferAnythingSection-module__fDM1tq__stackCard[style*="background-color: #fffbeb"]{border:1px solid #fde0471a;background-color:#451a03!important}.OfferAnythingSection-module__fDM1tq__stackCard[style*="background-color: rgb(255, 251, 235)"] .OfferAnythingSection-module__fDM1tq__cardTitle,.OfferAnythingSection-module__fDM1tq__stackCard[style*="background-color: #fffbeb"] .OfferAnythingSection-module__fDM1tq__cardTitle{color:#fde047!important}.OfferAnythingSection-module__fDM1tq__stackCard[style*="background-color: rgb(255, 251, 235)"] .OfferAnythingSection-module__fDM1tq__cardDescription,.OfferAnythingSection-module__fDM1tq__stackCard[style*="background-color: #fffbeb"] .OfferAnythingSection-module__fDM1tq__cardDescription{color:#e2e8f0!important}.OfferAnythingSection-module__fDM1tq__imageFrame{background-color:#ffffff0d}}@media (max-width:900px){.OfferAnythingSection-module__fDM1tq__section{padding:80px 0}.OfferAnythingSection-module__fDM1tq__mainTitle{font-size:30px}.OfferAnythingSection-module__fDM1tq__stackContainer{gap:30px}.OfferAnythingSection-module__fDM1tq__stackCard{border-radius:24px;grid-template-columns:1fr;gap:30px;min-height:auto;padding:40px 30px;position:relative;top:0!important}.OfferAnythingSection-module__fDM1tq__cardTitle{font-size:26px}.OfferAnythingSection-module__fDM1tq__cardDescription{font-size:16px}.OfferAnythingSection-module__fDM1tq__imageFrame{aspect-ratio:1.5}}@media (max-width:480px){.OfferAnythingSection-module__fDM1tq__mainTitle{font-size:24px}.OfferAnythingSection-module__fDM1tq__cardTitle{font-size:22px}.OfferAnythingSection-module__fDM1tq__imageFrame{aspect-ratio:1.6;padding:10px}}
.about-module__b339wa__pageWrapper{background-color:var(--bg-base);flex-direction:column;min-height:100vh;display:flex}.about-module__b339wa__mainContent{flex:1;padding-top:80px}.about-module__b339wa__hero{text-align:center;background:radial-gradient(circle at 50% 0,#146ef50f 0%,#0000 70%);padding:90px 0 70px;position:relative;overflow:hidden}.about-module__b339wa__heroContainer{max-width:900px;margin:0 auto;padding:0 24px}.about-module__b339wa__badge{color:var(--primary);font-family:var(--font-sans);letter-spacing:.05em;text-transform:uppercase;background-color:#146ef51a;border-radius:20px;align-items:center;margin-bottom:24px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-flex}.about-module__b339wa__heroTitle{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.01em;margin-bottom:16px;font-size:48px;font-weight:700;line-height:1.15}.about-module__b339wa__gradientText{background:linear-gradient(135deg,#f93 0%,#db2777 50%,#146ef5 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block}.about-module__b339wa__heroSubtitle{font-family:var(--font-sans);color:var(--text-secondary);max-width:780px;margin:0 auto 24px;font-size:20px;font-weight:600;line-height:1.5}.about-module__b339wa__heroTextCard{text-align:left;background-color:#fff;border:1px solid #00000014;border-radius:20px;flex-direction:column;gap:16px;padding:32px 36px;display:flex;box-shadow:0 4px 20px #00000005}.about-module__b339wa__heroParagraph{font-family:var(--font-sans);color:#4b5563;margin:0;font-size:16px;line-height:1.7}.about-module__b339wa__section{padding:80px 0}.about-module__b339wa__container{max-width:1200px;margin:0 auto;padding:0 24px}.about-module__b339wa__aboutGrid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.about-module__b339wa__textContent h2{font-family:var(--font-heading);color:#111827;letter-spacing:-.01em;margin-bottom:24px;font-size:36px;font-weight:700}.about-module__b339wa__textContent p{font-family:var(--font-sans);color:#4b5563;margin-bottom:20px;font-size:16px;line-height:1.7}.about-module__b339wa__textContent p:last-child{margin-bottom:0}.about-module__b339wa__imageContent{aspect-ratio:4/3;background-color:#f9fafb;border:1px solid #00000014;border-radius:24px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000000d}.about-module__b339wa__differentSection{background-color:#fafafa;border-top:1px solid #0000000f;border-bottom:1px solid #0000000f}.about-module__b339wa__sectionHeader{text-align:center;margin-bottom:56px}.about-module__b339wa__sectionHeader h2{font-family:var(--font-heading);color:#111827;letter-spacing:-.01em;font-size:36px;font-weight:700}.about-module__b339wa__grid{grid-template-columns:repeat(2,1fr);gap:28px;display:grid}.about-module__b339wa__diffCard{background-color:#fff;border:1px solid #00000014;border-radius:20px;flex-direction:column;padding:36px;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex}.about-module__b339wa__diffCard:hover{border-color:#146ef54d;transform:translateY(-4px);box-shadow:0 12px 30px #0000000a}.about-module__b339wa__iconWrapper{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:20px;display:flex}.about-module__b339wa__diffCard h3{font-family:var(--font-heading);color:#111827;margin-bottom:12px;font-size:20px;font-weight:600}.about-module__b339wa__diffCard p{font-family:var(--font-sans);color:#4b5563;margin:0;font-size:15px;line-height:1.65}.about-module__b339wa__missionSection{padding:90px 0}.about-module__b339wa__missionBox{text-align:center;background:linear-gradient(135deg,#146ef508 0%,#db277708 100%);border:1.5px solid #146ef526;border-radius:24px;max-width:960px;margin:0 auto;padding:56px 48px;box-shadow:0 10px 30px #146ef505}.about-module__b339wa__missionBox h2{font-family:var(--font-heading);color:#111827;letter-spacing:-.01em;margin-bottom:20px;font-size:36px;font-weight:700}.about-module__b339wa__missionBox p{font-family:var(--font-sans);color:#374151;max-width:820px;margin:0 auto;font-size:18px;font-weight:450;line-height:1.75}.about-module__b339wa__ctaSection{color:#fff;text-align:center;background:linear-gradient(#111827 0%,#030712 100%);padding:90px 0;position:relative;overflow:hidden}.about-module__b339wa__ctaContainer{z-index:2;max-width:840px;margin:0 auto;padding:0 24px;position:relative}.about-module__b339wa__ctaTitle{font-family:var(--font-heading);color:#fff;letter-spacing:-.01em;margin-bottom:20px;font-size:40px;font-weight:700}.about-module__b339wa__ctaSubtitle{font-family:var(--font-sans);color:#9ca3af;margin-bottom:20px;font-size:18px;line-height:1.65}.about-module__b339wa__ctaHighlight{font-family:var(--font-heading);color:#38bdf8;margin-bottom:36px;font-size:22px;font-weight:600}.about-module__b339wa__ctaButton{color:#111827;height:52px;font-family:var(--font-sans);background-color:#fff;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:0 32px;font-size:16px;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 16px #ffffff1a}.about-module__b339wa__ctaButton:hover{background-color:#f3f4f6;transform:translateY(-2px);box-shadow:0 8px 24px #ffffff2e}@media (prefers-color-scheme:dark){.about-module__b339wa__hero{background:radial-gradient(circle at 50% 0,#a78bfa14 0%,#0000 70%)}.about-module__b339wa__badge{color:#a78bfa;background-color:#a78bfa26}.about-module__b339wa__heroTextCard{background-color:#120e1c;border-color:#ffffff14}.about-module__b339wa__heroParagraph,.about-module__b339wa__textContent p,.about-module__b339wa__diffCard p{color:#9ca3af}.about-module__b339wa__textContent h2,.about-module__b339wa__sectionHeader h2,.about-module__b339wa__diffCard h3,.about-module__b339wa__missionBox h2{color:#fff}.about-module__b339wa__differentSection{background-color:#0d0914;border-color:#ffffff0f}.about-module__b339wa__diffCard{background-color:#120e1c;border-color:#ffffff14}.about-module__b339wa__diffCard:hover{border-color:#a78bfa4d;box-shadow:0 12px 30px #0000004d}.about-module__b339wa__missionBox{background:linear-gradient(135deg,#a78bfa0f 0%,#db27770f 100%);border-color:#a78bfa33}.about-module__b339wa__missionBox p{color:#d1d5db}.about-module__b339wa__imageContent{background-color:#120e1c;border-color:#ffffff14}}@media (max-width:992px){.about-module__b339wa__heroTitle{font-size:36px}.about-module__b339wa__aboutGrid{grid-template-columns:1fr;gap:40px}.about-module__b339wa__grid{grid-template-columns:1fr;gap:20px}.about-module__b339wa__missionBox{padding:36px 24px}.about-module__b339wa__ctaTitle{font-size:30px}.about-module__b339wa__ctaHighlight{font-size:18px}}
.showcase-module__AFT5oW__pageWrapper{color:#111827;min-height:100vh;font-family:var(--font-sans);background-color:#fff;flex-direction:column;display:flex;overflow-x:hidden}@media (prefers-color-scheme:dark){.showcase-module__AFT5oW__pageWrapper{color:#f3f4f6;background-color:#0d0914}}.showcase-module__AFT5oW__mainContent{background:var(--page-bg-gradient);flex-grow:1;padding-top:100px}@media (prefers-color-scheme:dark){.showcase-module__AFT5oW__mainContent{background:var(--page-bg-gradient-dark)}}.showcase-module__AFT5oW__container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.showcase-module__AFT5oW__heroSection{padding:85px 0;position:relative}.showcase-module__AFT5oW__heroGrid{grid-template-columns:1.05fr .95fr;align-items:center;gap:50px;display:grid}.showcase-module__AFT5oW__heroLeft{flex-direction:column;align-items:flex-start;display:flex}.showcase-module__AFT5oW__badge{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.05em;border-radius:20px;align-items:center;margin-bottom:24px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-flex}.showcase-module__AFT5oW__headline{font-family:var(--font-heading);color:#111827;letter-spacing:-.01em;margin-bottom:24px;font-size:48px;font-weight:600;line-height:1.15}@media (prefers-color-scheme:dark){.showcase-module__AFT5oW__headline{color:#fff}}.showcase-module__AFT5oW__gradientText{background:var(--theme-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.showcase-module__AFT5oW__tagline{font-family:var(--font-sans);color:#4b5563;letter-spacing:.01em;max-width:580px;margin-bottom:36px;font-size:18px;line-height:1.6}@media (prefers-color-scheme:dark){.showcase-module__AFT5oW__tagline{color:#9ca3af}}.showcase-module__AFT5oW__ctaGroup{align-items:center;gap:16px;width:100%;display:flex}.showcase-module__AFT5oW__primaryCta{font-family:var(--font-sans);color:#fff;height:48px;box-shadow:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;padding:0 24px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.showcase-module__AFT5oW__primaryCta:hover{box-shadow:none;transform:translateY(-2px)}.showcase-module__AFT5oW__secondaryCta{font-family:var(--font-sans);color:#111827;background-color:#0000;border:1px solid #111827;border-radius:10px;justify-content:center;align-items:center;height:48px;padding:0 24px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.showcase-module__AFT5oW__secondaryCta:hover{color:#fff;background-color:#111827;transform:translateY(-2px)}@media (prefers-color-scheme:dark){.showcase-module__AFT5oW__secondaryCta{color:#fff;border-color:#fff}.showcase-module__AFT5oW__secondaryCta:hover{color:#111827;background-color:#fff}}.showcase-module__AFT5oW__startingText{font-family:var(--font-sans);color:#6b7280;letter-spacing:.01em;font-size:15px;font-weight:500}@media (prefers-color-scheme:dark){.showcase-module__AFT5oW__startingText{color:#9ca3af}}.showcase-module__AFT5oW__heroRight{justify-content:center;align-items:center;display:flex}.showcase-module__AFT5oW__imageWrapper{justify-content:center;align-items:center;width:100%;max-width:680px;transition:transform .3s;display:flex;position:relative}.showcase-module__AFT5oW__imageWrapper:hover{transform:translateY(-4px)}.showcase-module__AFT5oW__showcaseImage{object-fit:cover;width:100%;height:auto;box-shadow:none;border-radius:20px;display:block}.showcase-module__AFT5oW__perfectForSection{background-color:#fff;border-top:1px solid #0000000f;border-bottom:1px solid #0000000f;padding:70px 0;position:relative;overflow:hidden}@media (prefers-color-scheme:dark){.showcase-module__AFT5oW__perfectForSection{background-color:#0b0813;border-color:#ffffff0f}}.showcase-module__AFT5oW__perfectForHeader{text-align:center;margin-bottom:36px;padding:0 24px}.showcase-module__AFT5oW__perfectForTitle{font-family:var(--font-heading);color:#111827;letter-spacing:-.01em;margin-bottom:12px;font-size:38px;font-weight:600}@media (prefers-color-scheme:dark){.showcase-module__AFT5oW__perfectForTitle{color:#fff}}.showcase-module__AFT5oW__perfectForSubtitle{font-family:var(--font-sans);color:#4b5563;font-size:18px;font-weight:400}@media (prefers-color-scheme:dark){.showcase-module__AFT5oW__perfectForSubtitle{color:#9ca3af}}.showcase-module__AFT5oW__marqueeWrapper{-webkit-user-select:none;user-select:none;width:100%;display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.showcase-module__AFT5oW__marqueeTrack{white-space:nowrap;gap:20px;padding:10px 0;animation:35s linear infinite showcase-module__AFT5oW__marqueeScroll;display:flex}.showcase-module__AFT5oW__marqueeWrapper:hover .showcase-module__AFT5oW__marqueeTrack{animation-play-state:paused}@keyframes showcase-module__AFT5oW__marqueeScroll{0%{transform:translate(0%)}to{transform:translate(-50%)}}.showcase-module__AFT5oW__marqueeCard{background-color:#fff;border:1px solid #00000014;border-radius:16px;flex-shrink:0;align-items:center;gap:12px;padding:14px 24px;transition:all .25s;display:inline-flex;box-shadow:0 4px 20px #00000003}.showcase-module__AFT5oW__marqueeCard:hover{border-color:var(--primary-color,#146ef5);transform:translateY(-3px);box-shadow:0 12px 30px #0000000a}@media (prefers-color-scheme:dark){.showcase-module__AFT5oW__marqueeCard{background-color:#ffffff08;border-color:#ffffff14}.showcase-module__AFT5oW__marqueeCard:hover{border-color:var(--primary-color,#a78bfa);background-color:#ffffff0f;box-shadow:0 12px 30px #0000004d}}.showcase-module__AFT5oW__marqueeIcon{background-color:var(--theme-bg,#146ef514);width:38px;height:38px;color:var(--primary-color,#146ef5);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.showcase-module__AFT5oW__marqueeText{font-family:var(--font-sans);color:#111827;font-size:15px;font-weight:600}@media (prefers-color-scheme:dark){.showcase-module__AFT5oW__marqueeText{color:#f1f5f9}}.showcase-module__AFT5oW__pricingSection{background-color:#fff;padding:100px 0}@media (prefers-color-scheme:dark){.showcase-module__AFT5oW__pricingSection{background-color:#0b0914}}.showcase-module__AFT5oW__pricingHeader{text-align:center;margin-bottom:60px}.showcase-module__AFT5oW__pricingTitle{font-family:var(--font-heading);color:#111827;margin-bottom:12px;font-size:38px;font-weight:600}.showcase-module__AFT5oW__pricingSubtitle{font-family:var(--font-sans);color:#4b5563;margin-bottom:8px;font-size:18px;line-height:1.6}.showcase-module__AFT5oW__pricingDisclaimer{font-family:var(--font-sans);color:#6b7280;font-size:14px}.showcase-module__AFT5oW__pricingGrid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:32px;display:grid}.showcase-module__AFT5oW__pricingCard{background:#fff;border:1px solid #00000014;border-radius:24px;flex-direction:column;padding:44px 36px;transition:transform .3s,box-shadow .3s;display:flex;position:relative;box-shadow:0 4px 20px #00000003}.showcase-module__AFT5oW__pricingCard:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000000a}@media (prefers-color-scheme:dark){.showcase-module__AFT5oW__pricingCard{background:#120e1c;border-color:#ffffff14}.showcase-module__AFT5oW__pricingCard:hover{box-shadow:0 12px 30px #0000004d}}.showcase-module__AFT5oW__scaleCard{border:2.25px solid #111827;transform:scale(1.02);box-shadow:0 20px 40px #00000008}.showcase-module__AFT5oW__scaleCard:hover{transform:scale(1.02)translateY(-4px);box-shadow:0 24px 48px #0000000f}@media (prefers-color-scheme:dark){.showcase-module__AFT5oW__scaleCard{border-color:var(--primary)}}.showcase-module__AFT5oW__popularBadge{color:#fff;font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;background-color:#111827;border-radius:9999px;align-items:center;gap:6px;padding:6px 14px;font-size:11px;font-weight:700;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}@media (prefers-color-scheme:dark){.showcase-module__AFT5oW__popularBadge{background-color:var(--primary);color:#120e1c}}.showcase-module__AFT5oW__planInfo{margin-bottom:28px}.showcase-module__AFT5oW__planName{font-family:var(--font-heading);color:#111827;letter-spacing:-.01em;margin-bottom:8px;font-size:28px;font-weight:600}.showcase-module__AFT5oW__planDesc{font-family:var(--font-sans);color:#4b5563;margin-bottom:24px;font-size:14px;font-weight:400;line-height:1.4}.showcase-module__AFT5oW__priceContainer{align-items:baseline;gap:6px;margin-bottom:12px;display:flex}.showcase-module__AFT5oW__priceText{font-family:var(--font-sans);color:#111827;letter-spacing:-.02em;font-size:46px;font-weight:700;line-height:1}.showcase-module__AFT5oW__pricePeriod{font-family:var(--font-sans);color:#6b7280;font-size:14px;font-weight:500}.showcase-module__AFT5oW__orderFeeBadge{color:#1f2937;font-family:var(--font-sans);background-color:#f3f4f6;border-radius:8px;padding:6px 14px;font-size:13.5px;font-weight:600;display:inline-block}@media (prefers-color-scheme:dark){.showcase-module__AFT5oW__orderFeeBadge{color:#e5e7eb;background-color:#ffffff0f}}.showcase-module__AFT5oW__pricingFeatures{flex-direction:column;flex-grow:1;gap:16px;margin:0 0 32px;padding:0;list-style:none;display:flex}.showcase-module__AFT5oW__pricingFeatures li{font-family:var(--font-sans);color:#374151;align-items:flex-start;gap:12px;font-size:14.5px;font-weight:500;line-height:1.45;display:flex}@media (prefers-color-scheme:dark){.showcase-module__AFT5oW__pricingFeatures li{color:#d1d5db}}.showcase-module__AFT5oW__checkIcon{color:#9ca3af;flex-shrink:0;margin-top:2px}.showcase-module__AFT5oW__greenCheckIcon{color:#15803d;flex-shrink:0;margin-top:2px}.showcase-module__AFT5oW__highlightedFeature{font-weight:600;color:#15803d!important}@media (prefers-color-scheme:dark){.showcase-module__AFT5oW__highlightedFeature{color:#34d399!important}}.showcase-module__AFT5oW__pricingFooter{margin-top:auto}.showcase-module__AFT5oW__trialButton{width:100%;height:48px;font-family:var(--font-sans);color:#111827;background-color:#0000;border:1px solid #111827;border-radius:10px;justify-content:center;align-items:center;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.showcase-module__AFT5oW__trialButton:hover{color:#fff;background-color:#111827}.showcase-module__AFT5oW__blackButton{color:#fff;background-color:#111827;border:none}.showcase-module__AFT5oW__blackButton:hover{background-color:#374151}.showcase-module__AFT5oW__outlineButton{color:#374151;border-color:#d1d5db}.showcase-module__AFT5oW__outlineButton:hover{color:#111827;border-color:#111827}@media (prefers-color-scheme:dark){.showcase-module__AFT5oW__pricingTitle,.showcase-module__AFT5oW__planName,.showcase-module__AFT5oW__priceText{color:#fff}.showcase-module__AFT5oW__trialButton{color:#fff;border-color:#fff}.showcase-module__AFT5oW__trialButton:hover{color:#120e1c;background-color:#fff}.showcase-module__AFT5oW__blackButton{background-color:var(--primary);color:#120e1c}.showcase-module__AFT5oW__blackButton:hover{background-color:var(--primary-hover)}.showcase-module__AFT5oW__outlineButton{color:#d1d5db;border-color:#ffffff26}.showcase-module__AFT5oW__outlineButton:hover{color:#fff;border-color:#fff}}.showcase-module__AFT5oW__whyWebsiteSection{background-color:#fff;border-bottom:1px solid #0000000f;padding:100px 0}@media (prefers-color-scheme:dark){.showcase-module__AFT5oW__whyWebsiteSection{background-color:#0b0914;border-color:#ffffff0f}}.showcase-module__AFT5oW__whyWebsiteHeader{text-align:center;max-width:860px;margin-bottom:50px;margin-left:auto;margin-right:auto}.showcase-module__AFT5oW__whyWebsiteTitle{font-family:var(--font-heading);color:#111827;letter-spacing:-.01em;margin-bottom:12px;font-size:38px;font-weight:600}@media (prefers-color-scheme:dark){.showcase-module__AFT5oW__whyWebsiteTitle{color:#fff}}.showcase-module__AFT5oW__whyWebsiteSubtitle{font-family:var(--font-sans);color:#4b5563;margin-bottom:24px;font-size:18px;line-height:1.6}@media (prefers-color-scheme:dark){.showcase-module__AFT5oW__whyWebsiteSubtitle{color:#9ca3af}}.showcase-module__AFT5oW__whyWebsiteHighlight{font-family:var(--font-heading);color:var(--primary-color,#146ef5);background-color:var(--theme-bg,#146ef514);letter-spacing:.01em;border-radius:30px;padding:8px 20px;font-size:18px;font-weight:600;display:inline-block}.showcase-module__AFT5oW__whyWebsiteGrid{grid-template-columns:repeat(2,1fr);gap:24px;max-width:960px;margin:36px auto 0;display:grid}@media (max-width:640px){.showcase-module__AFT5oW__whyWebsiteGrid{grid-template-columns:1fr}}.showcase-module__AFT5oW__whyWebsiteCard{background-color:#fff;border:1px solid #00000014;border-radius:20px;align-items:flex-start;gap:16px;padding:24px 28px;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;box-shadow:0 4px 20px #00000003}.showcase-module__AFT5oW__whyWebsiteCard:hover{border-color:var(--primary-color,#146ef5);transform:translateY(-4px);box-shadow:0 12px 30px #0000000a}@media (prefers-color-scheme:dark){.showcase-module__AFT5oW__whyWebsiteCard{background-color:#120e1c;border-color:#ffffff14}.showcase-module__AFT5oW__whyWebsiteCard:hover{border-color:var(--primary-color,#a78bfa);box-shadow:0 12px 30px #0000004d}}.showcase-module__AFT5oW__whyWebsiteCardIcon{color:#10b981;background-color:#10b9811a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;margin-top:2px;display:flex}.showcase-module__AFT5oW__whyWebsiteCardText{font-family:var(--font-sans);color:#374151;font-size:15.5px;font-weight:500;line-height:1.5}@media (prefers-color-scheme:dark){.showcase-module__AFT5oW__whyWebsiteCardText{color:#e2e8f0}}.showcase-module__AFT5oW__servicesSection{background-color:#fff;padding:100px 0}@media (prefers-color-scheme:dark){.showcase-module__AFT5oW__servicesSection{background-color:#0b0914}}.showcase-module__AFT5oW__servicesHeader{text-align:center;margin-bottom:60px}.showcase-module__AFT5oW__servicesTitle{font-family:var(--font-heading);color:#111827;margin-bottom:12px;font-size:38px;font-weight:600}@media (prefers-color-scheme:dark){.showcase-module__AFT5oW__servicesTitle{color:#fff}}.showcase-module__AFT5oW__servicesSubtitle{font-family:var(--font-sans);color:#4b5563;max-width:720px;margin:0 auto;font-size:18px;line-height:1.6}@media (prefers-color-scheme:dark){.showcase-module__AFT5oW__servicesSubtitle{color:#9ca3af}}.showcase-module__AFT5oW__servicesGrid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:32px;display:grid}.showcase-module__AFT5oW__serviceCard{background:#fff;border:1px solid #00000014;border-radius:24px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 20px #00000003}.showcase-module__AFT5oW__serviceCard:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000000a}@media (prefers-color-scheme:dark){.showcase-module__AFT5oW__serviceCard{background:#120e1c;border-color:#ffffff14}.showcase-module__AFT5oW__serviceCard:hover{box-shadow:0 12px 30px #0000004d}}.showcase-module__AFT5oW__serviceCardHeader{justify-content:center;align-items:center;padding:36px 30px 24px;display:flex}.showcase-module__AFT5oW__orangeService{color:#ea580c;background-color:#fff7ed}.showcase-module__AFT5oW__greenService{color:#059669;background-color:#ecfdf5}.showcase-module__AFT5oW__purpleService{color:#7c3aed;background-color:#f5f3ff}@media (prefers-color-scheme:dark){.showcase-module__AFT5oW__orangeService{color:#fb923c;background-color:#ea580c26}.showcase-module__AFT5oW__greenService{color:#34d399;background-color:#05966926}.showcase-module__AFT5oW__purpleService{color:#a78bfa;background-color:#7c3aed26}}.showcase-module__AFT5oW__serviceInfo{flex-direction:column;flex-grow:1;padding:30px;display:flex}.showcase-module__AFT5oW__serviceName{font-family:var(--font-heading);color:#111827;margin-bottom:8px;font-size:22px;font-weight:600}@media (prefers-color-scheme:dark){.showcase-module__AFT5oW__serviceName{color:#fff}}.showcase-module__AFT5oW__servicePriceContainer{align-items:baseline;gap:8px;margin-bottom:16px;display:flex}.showcase-module__AFT5oW__servicePrice{font-family:var(--font-sans);color:#111827;font-size:32px;font-weight:700}@media (prefers-color-scheme:dark){.showcase-module__AFT5oW__servicePrice{color:#fff}}.showcase-module__AFT5oW__servicePricePeriod{font-family:var(--font-sans);color:#6b7280;font-size:13.5px}.showcase-module__AFT5oW__serviceDesc{font-family:var(--font-sans);color:#4b5563;margin-bottom:24px;font-size:14.5px;line-height:1.55}@media (prefers-color-scheme:dark){.showcase-module__AFT5oW__serviceDesc{color:#9ca3af}}.showcase-module__AFT5oW__serviceList{font-family:var(--font-sans);color:#374151;flex-direction:column;flex-grow:1;gap:10px;margin:0 0 28px;padding-left:20px;font-size:14px;list-style:outside;display:flex}@media (prefers-color-scheme:dark){.showcase-module__AFT5oW__serviceList{color:#d1d5db}}.showcase-module__AFT5oW__serviceLink{font-family:var(--font-sans);color:#111827;align-items:center;gap:6px;margin-top:auto;font-size:14.5px;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.showcase-module__AFT5oW__serviceLink:hover{color:var(--primary)}@media (prefers-color-scheme:dark){.showcase-module__AFT5oW__serviceLink{color:#fff}.showcase-module__AFT5oW__serviceLink:hover{color:var(--primary)}}.showcase-module__AFT5oW__launchBanner{background-color:#fff;padding:100px 0}@media (prefers-color-scheme:dark){.showcase-module__AFT5oW__launchBanner{background-color:#0b0914}}.showcase-module__AFT5oW__bannerBox{text-align:center;background-color:#fff;border:1px solid #00000014;border-radius:24px;flex-direction:column;align-items:center;padding:60px 48px;display:flex;box-shadow:0 4px 20px #00000003}@media (prefers-color-scheme:dark){.showcase-module__AFT5oW__bannerBox{background-color:#120e1c;border-color:#ffffff14}}.showcase-module__AFT5oW__bannerBox h2{font-family:var(--font-heading);color:#111827;letter-spacing:-.01em;margin-bottom:16px;font-size:38px;font-weight:600}@media (prefers-color-scheme:dark){.showcase-module__AFT5oW__bannerBox h2{color:#fff}}.showcase-module__AFT5oW__bannerBox p{font-family:var(--font-sans);color:#4b5563;max-width:720px;margin-bottom:32px;font-size:18px;line-height:1.6}@media (prefers-color-scheme:dark){.showcase-module__AFT5oW__bannerBox p{color:#9ca3af}}.showcase-module__AFT5oW__bannerCtas{align-items:center;gap:16px;display:flex}.showcase-module__AFT5oW__bannerPrimaryCta{font-family:var(--font-sans);color:#fff;height:48px;box-shadow:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;padding:0 28px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.showcase-module__AFT5oW__bannerPrimaryCta:hover{box-shadow:none;transform:translateY(-2px)}.showcase-module__AFT5oW__bannerSecondaryCta{font-family:var(--font-sans);color:#111827;background-color:#0000;border:1px solid #111827;border-radius:10px;justify-content:center;align-items:center;height:48px;padding:0 28px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.showcase-module__AFT5oW__bannerSecondaryCta:hover{color:#fff;background-color:#111827;transform:translateY(-2px)}@media (prefers-color-scheme:dark){.showcase-module__AFT5oW__bannerSecondaryCta{color:#fff;border-color:#fff}.showcase-module__AFT5oW__bannerSecondaryCta:hover{color:#120e1c;background-color:#fff}}@media (max-width:992px){.showcase-module__AFT5oW__heroGrid{grid-template-columns:1fr;gap:40px}.showcase-module__AFT5oW__headline{font-size:38px}.showcase-module__AFT5oW__pricingGrid{grid-template-columns:1fr;gap:40px}.showcase-module__AFT5oW__scaleCard{transform:none}.showcase-module__AFT5oW__scaleCard:hover{transform:translateY(-4px)}.showcase-module__AFT5oW__servicesGrid{grid-template-columns:1fr;gap:32px}}@media (max-width:640px){.showcase-module__AFT5oW__headline{font-size:32px}.showcase-module__AFT5oW__pricingTitle,.showcase-module__AFT5oW__servicesTitle,.showcase-module__AFT5oW__perfectForTitle,.showcase-module__AFT5oW__whyWebsiteTitle,.showcase-module__AFT5oW__bannerBox h2{font-size:28px}.showcase-module__AFT5oW__ctaGroup,.showcase-module__AFT5oW__bannerCtas{flex-direction:column;width:100%}.showcase-module__AFT5oW__primaryCta,.showcase-module__AFT5oW__secondaryCta,.showcase-module__AFT5oW__bannerPrimaryCta,.showcase-module__AFT5oW__bannerSecondaryCta{width:100%}}
.get-started-module__WJTLzq__pageWrapper{background-color:var(--bg-base);flex-direction:column;min-height:100vh;display:flex}.get-started-module__WJTLzq__mainContent{background:radial-gradient(circle at 0 0,#146ef50a 0%,#0000 50%),radial-gradient(circle at 100% 100%,#ff993308 0%,#0000 50%);flex:1;padding-top:120px;padding-bottom:80px;position:relative;overflow:hidden}.get-started-module__WJTLzq__container{max-width:1200px;margin:0 auto;padding:0 24px}.get-started-module__WJTLzq__splitLayout{grid-template-columns:.9fr 1.1fr;align-items:flex-start;gap:80px;display:grid}.get-started-module__WJTLzq__leftCol{position:sticky;top:140px}.get-started-module__WJTLzq__title{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.02em;margin-bottom:20px;font-size:42px;font-weight:700;line-height:1.2}.get-started-module__WJTLzq__gradientText{background:linear-gradient(135deg,#f93 0%,#db2777 50%,#146ef5 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block}.get-started-module__WJTLzq__subtitle{font-family:var(--font-sans);color:var(--text-secondary);margin-bottom:40px;font-size:18px;line-height:1.6}.get-started-module__WJTLzq__benefitsList{flex-direction:column;gap:24px;display:flex}.get-started-module__WJTLzq__benefitItem{align-items:flex-start;gap:16px;display:flex}.get-started-module__WJTLzq__benefitIcon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.get-started-module__WJTLzq__benefitContent h4{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:4px;font-size:18px;font-weight:600}.get-started-module__WJTLzq__benefitContent p{font-family:var(--font-sans);color:var(--text-secondary);margin:0;font-size:14px;line-height:1.5}.get-started-module__WJTLzq__rightCol{width:100%}.get-started-module__WJTLzq__formCard{background-color:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--shadow-lg);border-radius:24px;padding:44px;position:relative}.get-started-module__WJTLzq__formCard h3{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:30px;font-size:24px;font-weight:600}.get-started-module__WJTLzq__formGrid{grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px;display:grid}.get-started-module__WJTLzq__formGroup{flex-direction:column;gap:8px;display:flex}.get-started-module__WJTLzq__fullWidth{grid-column:span 2}.get-started-module__WJTLzq__formGroup label{font-family:var(--font-sans);color:var(--text-primary);font-size:14px;font-weight:600}.get-started-module__WJTLzq__inputField,.get-started-module__WJTLzq__selectField,.get-started-module__WJTLzq__textareaField{font-family:var(--font-sans);border:1px solid var(--border-color);background-color:var(--bg-base);color:var(--text-primary);border-radius:8px;outline:none;width:100%;padding:12px 16px;font-size:15px;transition:all .3s}.get-started-module__WJTLzq__inputField:focus,.get-started-module__WJTLzq__selectField:focus,.get-started-module__WJTLzq__textareaField:focus{border-color:var(--primary);box-shadow:0 0 0 3px #146ef526}.get-started-module__WJTLzq__textareaField{resize:vertical;min-height:100px}.get-started-module__WJTLzq__checkboxesGroup{flex-direction:column;gap:12px;display:flex}.get-started-module__WJTLzq__checkboxGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.get-started-module__WJTLzq__checkboxLabel{font-family:var(--font-sans);color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;font-size:14px;display:flex}.get-started-module__WJTLzq__checkboxInput{width:18px;height:18px;accent-color:var(--primary);cursor:pointer}.get-started-module__WJTLzq__submitButton{color:#fff;width:100%;font-family:var(--font-sans);cursor:pointer;background:linear-gradient(135deg,#146ef5 0%,#0e59ce 100%);border:none;border-radius:8px;justify-content:center;align-items:center;gap:10px;padding:16px 24px;font-size:16px;font-weight:600;transition:all .3s;display:flex}.get-started-module__WJTLzq__submitButton:hover{box-shadow:var(--shadow-glow);transform:translateY(-2px)}.get-started-module__WJTLzq__successCard{text-align:center;flex-direction:column;align-items:center;padding:60px 40px;display:flex}.get-started-module__WJTLzq__successIcon{color:#10b981;background-color:#10b9811a;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:24px;display:flex}.get-started-module__WJTLzq__successCard h3{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:16px;font-size:28px;font-weight:600}.get-started-module__WJTLzq__successCard p{font-family:var(--font-sans);color:var(--text-secondary);max-width:480px;margin-bottom:32px;font-size:16px;line-height:1.6}.get-started-module__WJTLzq__successCard button{color:#374151;font-family:var(--font-sans);cursor:pointer;background-color:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;padding:12px 28px;font-size:15px;font-weight:600;transition:all .3s}.get-started-module__WJTLzq__successCard button:hover{background-color:#e5e7eb}@media (prefers-color-scheme:dark){.get-started-module__WJTLzq__mainContent{background:radial-gradient(circle at 0 0,#a78bfa0d 0%,#0000 50%),radial-gradient(circle at 100% 100%,#a78bfa05 0%,#0000 50%)}.get-started-module__WJTLzq__formCard{background-color:#1a1625;border-color:#ffffff0f}.get-started-module__WJTLzq__title,.get-started-module__WJTLzq__formCard h3,.get-started-module__WJTLzq__formGroup label,.get-started-module__WJTLzq__checkboxLabel,.get-started-module__WJTLzq__successCard h3{color:#fff}.get-started-module__WJTLzq__inputField,.get-started-module__WJTLzq__selectField,.get-started-module__WJTLzq__textareaField{background-color:#120e1c;border-color:#ffffff14}.get-started-module__WJTLzq__inputField:focus,.get-started-module__WJTLzq__selectField:focus,.get-started-module__WJTLzq__textareaField:focus{border-color:#a78bfa;box-shadow:0 0 0 3px #a78bfa33}.get-started-module__WJTLzq__submitButton{background:linear-gradient(135deg,#a78bfa 0%,#7e22ce 100%)}.get-started-module__WJTLzq__submitButton:hover{box-shadow:0 0 20px #a78bfa4d}.get-started-module__WJTLzq__successCard button{color:#fff;background-color:#242030;border-color:#ffffff1a}.get-started-module__WJTLzq__successCard button:hover{background-color:#2e2a3c}}@media (max-width:960px){.get-started-module__WJTLzq__splitLayout{grid-template-columns:1fr;gap:50px}.get-started-module__WJTLzq__leftCol{position:static}.get-started-module__WJTLzq__title{font-size:36px}.get-started-module__WJTLzq__formCard{padding:30px 20px}.get-started-module__WJTLzq__formGrid{grid-template-columns:1fr;gap:20px}.get-started-module__WJTLzq__fullWidth{grid-column:span 1}.get-started-module__WJTLzq__checkboxGrid{grid-template-columns:1fr}}
.PricingSection-module__2CM7mq__section{background-color:var(--bg-base);padding:100px 0;position:relative;overflow:hidden}.PricingSection-module__2CM7mq__container{max-width:1200px;margin:0 auto;padding:0 24px}.PricingSection-module__2CM7mq__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:60px;display:flex}.PricingSection-module__2CM7mq__badge{color:var(--primary);font-family:var(--font-sans);letter-spacing:.05em;text-transform:uppercase;background-color:#146ef51a;border-radius:20px;align-items:center;margin-bottom:20px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-flex}.PricingSection-module__2CM7mq__title{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:12px;font-size:38px;font-weight:600}.PricingSection-module__2CM7mq__subtitle{font-family:var(--font-sans);background:linear-gradient(135deg,#f93 0%,#db2777 50%,#146ef5 100%);-webkit-text-fill-color:transparent;letter-spacing:.01em;-webkit-background-clip:text;background-clip:text;font-size:18px;font-weight:600;display:inline-block}.PricingSection-module__2CM7mq__grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:32px;margin-top:40px;display:grid}.PricingSection-module__2CM7mq__pricingCard{background-color:#fff;border:1px solid #00000014;border-radius:24px;flex-direction:column;justify-content:space-between;padding:44px 36px;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;position:relative;box-shadow:0 4px 20px #00000003}.PricingSection-module__2CM7mq__pricingCard:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000000a}.PricingSection-module__2CM7mq__featuredCard{border:2.25px solid #111827;transform:scale(1.02);box-shadow:0 20px 40px #00000008}.PricingSection-module__2CM7mq__featuredCard:hover{transform:scale(1.02)translateY(-4px);box-shadow:0 24px 48px #0000000f}.PricingSection-module__2CM7mq__badgeWrapper{z-index:10;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}.PricingSection-module__2CM7mq__popularBadge{color:#fff;font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.06em;background-color:#111827;border-radius:9999px;align-items:center;gap:6px;padding:6px 14px;font-size:11px;font-weight:700;display:flex}.PricingSection-module__2CM7mq__starIcon{color:#fff;flex-shrink:0}.PricingSection-module__2CM7mq__cardHeader{flex-direction:column;margin-bottom:28px;display:flex}.PricingSection-module__2CM7mq__planTitle{font-family:var(--font-heading);color:#111827;letter-spacing:-.01em;margin-bottom:8px;font-size:28px;font-weight:600}.PricingSection-module__2CM7mq__planSubtitle{font-family:var(--font-sans);color:#4b5563;margin-bottom:24px;font-size:14px;font-weight:400;line-height:1.4}.PricingSection-module__2CM7mq__priceRow{align-items:baseline;margin-bottom:12px;display:flex}.PricingSection-module__2CM7mq__yearlySubPrice{font-family:var(--font-sans);color:#6b7280;margin-top:-8px;margin-bottom:20px;font-size:13px;font-weight:500}.PricingSection-module__2CM7mq__customPriceRow{font-family:var(--font-sans);color:#111827;letter-spacing:-.01em;margin-bottom:32px;font-size:32px;font-weight:700;line-height:1}.PricingSection-module__2CM7mq__customPriceText{color:#111827}.PricingSection-module__2CM7mq__currencySymbol{font-family:var(--font-sans);color:#111827;font-size:28px;font-weight:600}.PricingSection-module__2CM7mq__priceAmount{font-family:var(--font-sans);color:#111827;letter-spacing:-.02em;font-size:46px;font-weight:700;line-height:1}.PricingSection-module__2CM7mq__pricePeriod{font-family:var(--font-sans);color:#6b7280;margin-left:6px;font-size:14px;font-weight:500}.PricingSection-module__2CM7mq__feeHighlight{color:#1f2937;width:fit-content;font-family:var(--font-sans);background-color:#f3f4f6;border-radius:8px;padding:6px 14px;font-size:13.5px;font-weight:600;display:inline-block}.PricingSection-module__2CM7mq__cardBody{flex-direction:column;flex-grow:1;display:flex}.PricingSection-module__2CM7mq__featureList{flex-direction:column;gap:16px;margin:0 0 32px;padding:0;list-style:none;display:flex}.PricingSection-module__2CM7mq__featureItem{font-family:var(--font-sans);color:#374151;align-items:flex-start;gap:12px;font-size:14.5px;font-weight:500;line-height:1.45;display:flex}.PricingSection-module__2CM7mq__cardFootnote{font-family:var(--font-sans);color:#6b7280;margin-top:16px;font-size:12px;font-style:italic;line-height:1.4}.PricingSection-module__2CM7mq__checkIcon{color:#9ca3af;flex-shrink:0;margin-top:2px}.PricingSection-module__2CM7mq__greenFeature{color:#15803d}.PricingSection-module__2CM7mq__greenCheckIcon{color:#15803d;flex-shrink:0;margin-top:2px}.PricingSection-module__2CM7mq__appIntegrations{border-top:1px dashed #00000014;flex-direction:column;gap:12px;margin-top:auto;padding-top:24px;display:flex}.PricingSection-module__2CM7mq__appBadge{font-family:var(--font-sans);letter-spacing:.01em;border-radius:10px;align-items:center;gap:10px;padding:10px 14px;font-size:13px;font-weight:600;display:flex}.PricingSection-module__2CM7mq__blueBadge{color:#1e40af;background-color:#eff6ff}.PricingSection-module__2CM7mq__yellowBadge{color:#b45309;background-color:#fffbeb}.PricingSection-module__2CM7mq__appIcon{flex-shrink:0}.PricingSection-module__2CM7mq__cardFooter{margin-top:32px}.PricingSection-module__2CM7mq__ctaButton{width:100%;height:48px;font-family:var(--font-sans);cursor:pointer;background-color:#0000;border:none;border-radius:10px;justify-content:center;align-items:center;font-size:15px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.PricingSection-module__2CM7mq__outlineButton{color:#111827;border:1px solid #111827}.PricingSection-module__2CM7mq__outlineButton:hover,.PricingSection-module__2CM7mq__solidButton{color:#fff;background-color:#111827}.PricingSection-module__2CM7mq__solidButton:hover{background-color:#374151}.PricingSection-module__2CM7mq__lightButton{color:#374151;border:1px solid #d1d5db}.PricingSection-module__2CM7mq__lightButton:hover{color:#111827;border-color:#111827}@media (prefers-color-scheme:dark){.PricingSection-module__2CM7mq__badge{color:#a78bfa;background-color:#a78bfa26}.PricingSection-module__2CM7mq__title{color:#fff}.PricingSection-module__2CM7mq__subtitle{background:linear-gradient(135deg,#f93 0%,#db2777 50%,#a78bfa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.PricingSection-module__2CM7mq__pricingCard{background-color:#120e1c;border-color:#ffffff14}.PricingSection-module__2CM7mq__pricingCard:hover{box-shadow:0 12px 30px #0000004d}.PricingSection-module__2CM7mq__featuredCard{border-color:var(--primary);box-shadow:0 10px 30px #0000004d}.PricingSection-module__2CM7mq__featuredCard:hover{box-shadow:0 20px 40px #0006, var(--shadow-glow)}.PricingSection-module__2CM7mq__popularBadge{background-color:var(--primary);color:#120e1c}.PricingSection-module__2CM7mq__starIcon{color:#120e1c}.PricingSection-module__2CM7mq__planTitle{color:#fff}.PricingSection-module__2CM7mq__planSubtitle{color:#9ca3af}.PricingSection-module__2CM7mq__currencySymbol,.PricingSection-module__2CM7mq__priceAmount,.PricingSection-module__2CM7mq__customPriceText{color:#fff}.PricingSection-module__2CM7mq__pricePeriod,.PricingSection-module__2CM7mq__yearlySubPrice{color:#9ca3af}.PricingSection-module__2CM7mq__feeHighlight{color:#e5e7eb;background-color:#ffffff0f}.PricingSection-module__2CM7mq__featureItem{color:#d1d5db}.PricingSection-module__2CM7mq__checkIcon{color:#4b5563}.PricingSection-module__2CM7mq__greenFeature,.PricingSection-module__2CM7mq__greenCheckIcon{color:#34d399}.PricingSection-module__2CM7mq__appIntegrations{border-top-color:#ffffff14}.PricingSection-module__2CM7mq__blueBadge{color:#93c5fd;background-color:#1e3a8a4d}.PricingSection-module__2CM7mq__yellowBadge{color:#fde047;background-color:#451a034d}.PricingSection-module__2CM7mq__outlineButton{color:#fff;border-color:#fff}.PricingSection-module__2CM7mq__outlineButton:hover{color:#120e1c;background-color:#fff}.PricingSection-module__2CM7mq__solidButton{background-color:var(--primary);color:#120e1c}.PricingSection-module__2CM7mq__solidButton:hover{background-color:var(--primary-hover)}.PricingSection-module__2CM7mq__lightButton{color:#d1d5db;border-color:#ffffff26}.PricingSection-module__2CM7mq__lightButton:hover{color:#fff;border-color:#fff}}@media (max-width:992px){.PricingSection-module__2CM7mq__grid{grid-template-columns:1fr;gap:40px;max-width:500px;margin:40px auto 0}.PricingSection-module__2CM7mq__featuredCard{transform:none}.PricingSection-module__2CM7mq__featuredCard:hover{transform:translateY(-4px)}}
