:root{--container:1240px;--gutter:clamp(16px,4vw,32px);--section-y:clamp(64px,10vw,160px);--bg-page:#07090c;--bg-panel:#ffffff08;--bg-panel-hover:#ffffff0f;--text-main:#fffffff5;--text-dim:#ffffffbf;--hairline:#ffffff1a;--accent:#00d4d4;--accent-glow:#00d4d44d;--accent-dim:#00d4d426;--grid-color:#ffffff08;--grid-size:40px;--radius-sm:4px;--radius-md:8px;--radius-lg:16px}.page-module__2VOxmq__main{background-color:var(--bg-page);width:100%;min-height:100dvh;color:var(--text-main);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;flex-direction:column;display:flex;position:relative;overflow-x:clip}.page-module__2VOxmq__main:before{content:"";pointer-events:none;z-index:9999;opacity:.4;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");width:100%;height:100%;position:fixed;inset:0}@media (min-width:768px){html{scroll-behavior:smooth}}
.floating-nav{-webkit-backdrop-filter:blur(24px)saturate(180%);backdrop-filter:blur(24px)saturate(180%);opacity:1;z-index:1000;background:#0c0c0cbf;border:1px solid #00d4d426;border-radius:100px;justify-content:center;align-items:center;gap:1.5rem;width:auto;padding:6px 16px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:16px;left:50%;transform:translate(-50%)translateY(0);box-shadow:0 8px 32px #0006,inset 0 0 0 1px #00d4d40d,0 0 60px #00d4d408}.nav-brand{justify-content:flex-start;align-items:center;display:flex}.brand-icon{justify-content:center;align-items:center;width:56px;height:56px;transition:all .7s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:visible}.brand-icon:hover{transform:scale(1.08)}.brand-icon img{object-fit:contain;filter:drop-shadow(0 2px 8px #00d4d466);width:100%;height:100%;transition:all .4s cubic-bezier(.16,1,.3,1)}.brand-icon:hover img{filter:drop-shadow(0 4px 16px #00d4d499);transform:rotate(-5deg)}.brand-text{background:linear-gradient(135deg,#fff 0%,#00d4d4 100%);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;font-size:1rem;font-weight:600}.nav-links{justify-content:center;align-items:center;gap:.5rem;display:flex}.nav-link{color:#9ca3af;white-space:nowrap;border-radius:50px;align-items:center;gap:8px;padding:10px 18px;font-size:1rem;font-weight:500;text-decoration:none;transition:all .7s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.nav-link:before{content:"";opacity:0;background:#00d4d414;border-radius:50px;transition:opacity .3s;position:absolute;inset:0}.nav-link:hover:before{opacity:1}.nav-link.active{color:#00d4d4;font-weight:600}.nav-link.active:before{opacity:1;background:#00d4d426}.nav-link svg{opacity:.7;transition:transform .3s}.nav-link:hover svg,.nav-link.active svg{opacity:1;transform:scale(1.1)}.nav-dropdown{display:inline-block;position:relative}.dropdown-arrow{opacity:.6;transform-origin:50%;margin-left:6px;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block}.nav-link:hover .dropdown-arrow,.nav-link[aria-expanded=true] .dropdown-arrow{opacity:1;transform:rotate(180deg)}.mega-dropdown{-webkit-backdrop-filter:blur(40px)saturate(180%);backdrop-filter:blur(40px)saturate(180%);opacity:0;visibility:hidden;pointer-events:none;z-index:1001;background:#080808fa;border:1px solid #00d4d41f;border-radius:24px;min-width:800px;max-width:900px;padding:0;transition:all .4s cubic-bezier(.4,0,.2,1);position:absolute;top:calc(100% + 20px);overflow:hidden;transform:translateY(-12px);box-shadow:0 32px 64px #0009,inset 0 0 0 1px #00d4d414,0 0 120px #00d4d40a;right:0!important}.ecommerce-nav .mega-dropdown.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.ecommerce-nav .mega-dropdown:before{content:"";-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:#080808fa;border-top:1px solid #00d4d41f;border-left:1px solid #00d4d41f;width:16px;height:16px;position:absolute;top:-8px;left:60px;transform:rotate(45deg)}.mega-dropdown-inner{z-index:1;padding:32px;position:relative}.mega-dropdown-header{border-bottom:1px solid #ffffff0f;margin-bottom:24px;padding-bottom:20px}.mega-dropdown-title{color:#fff;letter-spacing:-.02em;margin:0 0 8px;font-size:1.5rem;font-weight:700}.mega-dropdown-subtitle{color:#ffffff80;margin:0;font-size:.95rem;line-height:1.5}.mega-dropdown-grid{grid-template-columns:repeat(6,1fr);gap:16px;margin-bottom:20px;display:grid}.mega-dropdown-card:first-child,.mega-dropdown-card:nth-child(2),.mega-dropdown-card:nth-child(3){grid-column:span 2}.mega-dropdown-card:nth-child(4),.mega-dropdown-card:nth-child(5){grid-column:span 3}@media (max-width:1200px){.mega-dropdown-grid{grid-template-columns:repeat(2,1fr)}.mega-dropdown-card:first-child,.mega-dropdown-card:nth-child(2),.mega-dropdown-card:nth-child(3),.mega-dropdown-card:nth-child(4),.mega-dropdown-card:nth-child(5){grid-column:span 1}}@media (max-width:768px){.mega-dropdown-grid{grid-template-columns:1fr}}.mega-dropdown-card{cursor:pointer;background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;flex-direction:column;gap:12px;padding:24px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.mega-dropdown-card:before{content:"";opacity:0;background:radial-gradient(circle at 0 0,#00d4d414 0%,#0000 70%);transition:opacity .3s;position:absolute;inset:0}.mega-dropdown-card:hover:before{opacity:1}.mega-dropdown-card:hover{background:#ffffff0a;border-color:#00d4d44d;transform:translateY(-4px);box-shadow:0 12px 32px #0000004d}.mega-dropdown-card--soon{opacity:.5;cursor:not-allowed;pointer-events:none}.mega-dropdown-card--soon:hover{background:#ffffff05;border-color:#ffffff0f;transform:none}.mega-card-icon-wrapper{flex-shrink:0;width:56px;height:56px;position:relative}.mega-card-icon{z-index:1;background:#00d4d41a;border:1px solid #00d4d433;border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;font-size:2rem;transition:all .3s;display:flex;position:relative}.mega-dropdown-card:hover .mega-card-icon{background:#00d4d426;border-color:#00d4d466;transform:scale(1.05)rotate(-5deg)}.mega-card-glow{opacity:0;z-index:0;background:radial-gradient(circle,#00d4d433 0%,#0000 70%);border-radius:50%;transition:opacity .3s;position:absolute;inset:-20px}.mega-dropdown-card:hover .mega-card-glow{opacity:1}.mega-card-content{flex-direction:column;flex:1;gap:8px;display:flex}.mega-card-title{color:#fff;margin:0;font-size:1.05rem;font-weight:600;line-height:1.3}.mega-card-desc{color:#fff9;flex:1;margin:0;font-size:.85rem;line-height:1.5}.mega-card-link{color:#00d4d4;align-items:center;gap:6px;margin-top:4px;font-size:.9rem;font-weight:500;transition:all .2s;display:inline-flex}.mega-dropdown-card:hover .mega-card-link{color:#00e8e8;gap:10px}.mega-card-link svg{transition:transform .2s}.mega-dropdown-card:hover .mega-card-link svg{transform:translate(2px)}.mega-card-badge{color:#fff9;text-transform:uppercase;letter-spacing:.05em;background:#ffffff14;border:1px solid #ffffff1f;border-radius:20px;align-self:flex-start;align-items:center;margin-top:8px;padding:4px 12px;font-size:.75rem;font-weight:600;display:inline-flex}.mega-dropdown-footer{border-top:1px solid #ffffff0f;justify-content:center;padding-top:20px;display:flex}.mega-dropdown-footer-link{color:#00d4d4;border-radius:12px;align-items:center;gap:8px;padding:10px 20px;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.mega-dropdown-footer-link:hover{background:#00d4d414;gap:12px}.mega-dropdown-footer-link svg{transition:transform .2s}.mega-dropdown-footer-link:hover svg{transform:translate(2px)}.nav-actions{align-items:center;gap:1rem;display:flex}.nav-cta{grid-column:3;justify-content:flex-end;display:flex}.cta-button{color:#00d4d4;white-space:nowrap;background:#00d4d41f;border:1px solid #00d4d44d;border-radius:50px;flex-direction:row;justify-content:center;align-items:center;gap:6px;padding:10px 20px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex}.floating-nav.scrolled .cta-button{padding:8px 16px;font-size:.875rem}.cta-button:hover{background:#00d4d433;border-color:#00d4d480;transform:translateY(-2px);box-shadow:0 0 20px #00d4d44d}.cta-button:active{transform:translateY(0)}.cta-button svg{flex-shrink:0;transition:transform .3s}.cta-button:hover svg{transform:translate(4px)}.menu-toggle{cursor:pointer;z-index:1001;border-left:1px solid #00d4d426;flex-direction:column;justify-content:space-between;width:32px;height:24px;margin-left:2rem;padding-left:2rem;position:relative;display:none!important}.nav-mobile-actions{align-items:center;gap:10px;display:none}@media (max-width:1024px){.floating-nav{gap:1.5rem;width:calc(100% - 64px);min-width:auto;max-width:none;padding:12px 24px}.floating-nav.scrolled{gap:1.2rem;width:calc(100% - 80px);min-width:auto;padding:10px 20px}.nav-brand{padding-right:1rem}.brand-text{display:none}.brand-icon{width:44px;height:44px}.floating-nav.scrolled .brand-icon{width:38px;height:38px}.nav-links{gap:.5rem}.nav-link{padding:8px 12px;font-size:.85rem}.floating-nav.scrolled .nav-link{padding:6px 10px;font-size:.8rem}.nav-cta{display:none!important}.menu-toggle{background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:20px;margin:0;padding:0;display:flex!important}.menu-toggle-icon{width:24px;height:18px;position:relative}.menu-toggle-line{background:#00d4d4;border-radius:2px;width:100%;height:2px;transition:all .3s cubic-bezier(.16,1,.3,1);position:absolute;left:0}.menu-toggle-line:first-child{top:0}.menu-toggle-line:nth-child(2){top:50%;transform:translateY(-50%)}.menu-toggle-line:nth-child(3){bottom:0}.menu-toggle.active .menu-toggle-line:first-child{top:50%;transform:translateY(-50%)rotate(45deg)}.menu-toggle.active .menu-toggle-line:nth-child(2){opacity:0}.menu-toggle.active .menu-toggle-line:nth-child(3){bottom:50%;transform:translateY(50%)rotate(-45deg)}}@media (min-width:1025px){.nav-cta{display:contents!important}.nav-dynamic-island{display:none!important}.nav-links{display:flex!important}button.menu-toggle,.menu-toggle,.menu-overlay{display:none!important}}.menu-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:999;opacity:0;background:#000000f2;justify-content:center;align-items:flex-start;width:100%;height:100%;padding-top:120px;transition:opacity .3s;display:none;position:fixed;top:0;left:0;overflow-y:auto}.menu-overlay.active{opacity:1;display:flex}.menu-content{flex-direction:column;align-items:center;gap:2rem;display:flex}.menu-item{color:#fff;cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:2.5rem;font-weight:600;text-decoration:none;transition:all .3s}.menu-item:hover,.menu-item:focus{color:#00d4d4;transform:scale(1.05)}.menu-accordion{width:100%;margin-bottom:0}.menu-accordion-trigger{cursor:pointer;width:100%;font:inherit;color:inherit;background:0 0;border:none;border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;padding:.65rem .5rem;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.menu-accordion-trigger:before{content:"";opacity:0;transform-origin:0;background:#00d4d4;width:2px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:0;bottom:0;left:0;transform:scaleX(0)}.menu-accordion-trigger:hover:before{opacity:1;transform:scaleX(1)}.menu-accordion-trigger:hover{background:#00d4d408;padding-left:.95rem}.menu-accordion-title{color:#ffffffe6;letter-spacing:-.01em;font-size:.95rem;font-weight:500;transition:color .2s}.menu-accordion-trigger:hover .menu-accordion-title{color:#00d4d4}.menu-accordion-arrow{color:#ffffff4d;flex-shrink:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.menu-accordion-trigger:hover .menu-accordion-arrow{color:#00d4d4}.menu-accordion-trigger[aria-expanded=true] .menu-accordion-arrow{color:#00d4d4;transform:rotate(180deg)}.menu-accordion-trigger[aria-expanded=true]:before{opacity:1;transform:scaleX(1)}.menu-accordion-content{grid-template-rows:0fr;transition:grid-template-rows .35s cubic-bezier(.4,0,.2,1);display:grid;overflow:hidden}.menu-accordion-content.open{border-bottom:1px solid #ffffff0a;grid-template-rows:1fr}.menu-accordion-content>div{background:0 0;min-height:0;padding:0;overflow:hidden}.menu-accordion-content.open>div{background:#00d4d404;padding:.25rem 0 .35rem}.menu-accordion-item{color:#ffffffa6;cursor:pointer;background:0 0;border:none;border-left:1px solid #00d4d433;margin:0;padding:.5rem .5rem .5rem 1.5rem;font-size:.85rem;font-weight:400;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:block;position:relative}.menu-accordion-item:before{content:"";opacity:0;background:#00d4d4;width:2px;transition:all .2s cubic-bezier(.4,0,.2,1);position:absolute;top:0;bottom:0;left:-1px;transform:scaleY(0)}.menu-accordion-item:hover{color:#fff;background:#00d4d40a;padding-left:1.75rem}.menu-accordion-item:hover:before{opacity:1;transform:scaleY(1)}@media (max-width:1024px){.nav-links{display:none}.nav-cta{display:none!important}.nav-dynamic-island{display:flex!important}.floating-nav{-webkit-backdrop-filter:blur(32px)saturate(200%);backdrop-filter:blur(32px)saturate(200%);background:#080808d9;border:1px solid #00d4d440;border-radius:100px;justify-content:space-between;gap:8px;width:calc(100% - 48px);min-width:auto;padding:6px;position:fixed;top:16px;left:50%;overflow:visible;transform:translate(-50%)}.floating-nav:before{content:"";-webkit-mask-composite:xor;opacity:0;pointer-events:none;background:linear-gradient(135deg,#00d4d499,#00a8a866,#00d4d499);border-radius:100px;padding:2px;animation:3s ease-in-out infinite borderPulse;position:absolute;inset:-2px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@keyframes borderPulse{0%,to{opacity:0;background-position:0%}50%{opacity:.8;background-position:100%}}.floating-nav:after{content:"";opacity:.6;pointer-events:none;z-index:-1;background:radial-gradient(#00d4d426 0%,#0000 60%);animation:4s ease-in-out infinite glowPulse;position:absolute;inset:-30px}@keyframes glowPulse{0%,to{opacity:.3;transform:scale(.95)}50%{opacity:.7;transform:scale(1.05)}}.floating-nav.scrolled{width:calc(100% - 64px);padding:4px;left:50%;transform:translate(-50%)}.nav-brand{padding:0;display:flex}.brand-icon{width:40px;height:40px;position:relative}.brand-icon img{animation:3s ease-in-out infinite brandFloat}@keyframes brandFloat{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-2px)rotate(-3deg)}}.nav-dynamic-island{flex:1;justify-content:center;align-items:center;display:flex;position:relative}.island-cta{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#00d4d433 0%,#00a8a826 50%,#00d4d41a 100%);border:1px solid #00d4d466;border-radius:100px;align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 0 20px #00d4d433,0 4px 12px #0000004d,inset 0 1px #ffffff1a}.island-cta:before{content:"";pointer-events:none;background:linear-gradient(45deg,#0000 30%,#ffffff1a 50%,#0000 70%);width:200%;height:200%;animation:3s linear infinite shimmer;position:absolute;top:-50%;left:-50%}@keyframes shimmer{0%{transform:translate(-100%)translateY(-100%)rotate(45deg)}to{transform:translate(100%)translateY(100%)rotate(45deg)}}.island-cta:hover,.island-cta:active{background:linear-gradient(135deg,#00d4d459 0%,#00a8a840 50%,#00d4d433 100%);border-color:#00d4d499;transform:translateY(-1px)scale(1.02);box-shadow:0 0 30px #00d4d466,0 6px 20px #0006,inset 0 1px #ffffff26}.island-cta:active{transform:translateY(0)scale(.98)}.island-cta-text{background:linear-gradient(135deg,#fff 0%,#00d4d4 80%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@media (max-width:768px){.floating-nav{gap:1rem;padding:8px 16px}.floating-nav.scrolled{width:calc(100% - 64px);padding:6px 12px}.nav-links{gap:1rem}.nav-link{padding:6px 12px;font-size:.75rem}.menu-item{font-size:2rem}}}.scroll-to-top{-webkit-backdrop-filter:blur(24px)saturate(180%);backdrop-filter:blur(24px)saturate(180%);cursor:pointer;z-index:999;color:#00d4d4;background:#0c0c0cd9;border:1px solid #00d4d433;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:32px;right:32px;box-shadow:0 8px 32px #0006,inset 0 0 0 1px #00d4d41a,0 0 40px #00d4d40d}.scroll-to-top:hover{background:#00d4d426;border-color:#00d4d466;transform:translateY(-4px)scale(1.05);box-shadow:0 12px 48px #00d4d433,inset 0 0 0 1px #00d4d433,0 0 60px #00d4d426}.scroll-to-top:active{transform:translateY(-2px)scale(.98)}@media (max-width:768px){.scroll-to-top{width:48px;height:48px;bottom:24px;right:24px}}
.Hero-module__d8s7Aa__wrapper{width:100%;padding-block:var(--section-y)calc(var(--section-y)*1.5);background-image:linear-gradient(var(--grid-color)1px,transparent 1px),linear-gradient(90deg,var(--grid-color)1px,transparent 1px);background-size:var(--grid-size)var(--grid-size);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__d8s7Aa__wrapper:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#00d4d414 0%,#0000 70%);width:80%;height:80%;position:absolute;top:-20%;left:50%;transform:translate(-50%)}.Hero-module__d8s7Aa__inner{width:100%;max-width:1400px;padding-inline:var(--gutter);z-index:1;grid-template-columns:1.5fr 1fr;align-items:center;gap:3.5rem;margin-inline:auto;display:grid;position:relative}.Hero-module__d8s7Aa__content{position:relative}.Hero-module__d8s7Aa__h1{letter-spacing:-.03em;max-width:100%;color:var(--text-main);margin-bottom:1.25rem;font-size:clamp(2.5rem,5vw,4.25rem);font-weight:700;line-height:1.15}.Hero-module__d8s7Aa__subline{color:var(--text-main);opacity:.9;max-width:55ch;margin-bottom:1.75rem;font-size:clamp(1.15rem,1.9vw,1.4rem);font-weight:400;line-height:1.5}.Hero-module__d8s7Aa__editorial{border-left:1px solid var(--accent);background:linear-gradient(90deg,#00d4d40d,#0000);border-radius:16px;margin-bottom:1.75rem;padding:1.1rem}.Hero-module__d8s7Aa__editorialText{color:var(--text-dim);font-size:1rem;line-height:1.6}.Hero-module__d8s7Aa__actions{align-items:center;gap:2rem;display:flex}.Hero-module__d8s7Aa__ctaPrimary{color:#00d4d4;white-space:nowrap;background:#00d4d41f;border:1px solid #00d4d44d;border-radius:50px;flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:14px 32px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex}.Hero-module__d8s7Aa__ctaPrimary:hover{background:#00d4d433;border-color:#00d4d480;transform:translateY(-2px);box-shadow:0 0 20px #00d4d44d}.Hero-module__d8s7Aa__ctaPrimary:active{transform:translateY(0)}.Hero-module__d8s7Aa__ctaPrimary svg{flex-shrink:0;transition:transform .3s}.Hero-module__d8s7Aa__ctaPrimary:hover svg{transform:translate(4px)}.Hero-module__d8s7Aa__visual{perspective:1200px;justify-content:flex-start;align-items:center;width:100%;height:550px;padding-left:1rem;display:flex;position:relative;overflow:visible}.Hero-module__d8s7Aa__shopMockup{background:#0a0a0af2;border:1px solid #ffffff14;border-radius:12px;width:100%;max-width:450px;transition:transform .6s cubic-bezier(.16,1,.3,1);position:relative;overflow:visible;transform:rotateX(3deg)rotateY(-3deg);box-shadow:0 20px 60px #00000080,0 0 0 1px #ffffff0a}.Hero-module__d8s7Aa__shopMockup:hover{transform:rotateX(0)rotateY(0)scale(1.02)}.Hero-module__d8s7Aa__browserChrome{background:#141414fa;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.Hero-module__d8s7Aa__browserDots{gap:6px;display:flex}.Hero-module__d8s7Aa__browserDots span{background:#fff3;border-radius:50%;width:10px;height:10px}.Hero-module__d8s7Aa__browserDots span:first-child{background:#ff5f57}.Hero-module__d8s7Aa__browserDots span:nth-child(2){background:#ffbd2e}.Hero-module__d8s7Aa__browserDots span:nth-child(3){background:#28c840}.Hero-module__d8s7Aa__browserUrl{background:#ffffff0a;border-radius:6px;flex:1;align-items:center;gap:8px;margin-inline:16px;padding:6px 16px;display:flex}.Hero-module__d8s7Aa__urlSecure{font-size:12px}.Hero-module__d8s7Aa__urlText{color:var(--text-dim);font-family:Courier New,monospace;font-size:13px}.Hero-module__d8s7Aa__browserBadges{gap:8px;display:flex}.Hero-module__d8s7Aa__badge{color:var(--accent);background:#00d4d41a;border:1px solid #00d4d433;border-radius:6px;align-items:center;gap:.35rem;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex}.Hero-module__d8s7Aa__shopContent{background:linear-gradient(#0f0f0ffa 0%,#0a0a0afa 100%);min-height:400px;padding:24px}.Hero-module__d8s7Aa__mockGrid{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px;display:grid}.Hero-module__d8s7Aa__mockProduct{background:#ffffff08;border:1px solid #ffffff0f;border-radius:8px;flex-direction:column;gap:8px;padding:12px;display:flex}.Hero-module__d8s7Aa__mockImage{aspect-ratio:1;background:linear-gradient(135deg,#00d4d426,#00a8a814);border-radius:6px;width:100%}.Hero-module__d8s7Aa__mockPrice{background:#ffffff26;border-radius:4px;width:60%;height:8px}.Hero-module__d8s7Aa__mockButton{background:#00d4d433;border:1px solid #00d4d44d;border-radius:6px;width:100%;height:24px}.Hero-module__d8s7Aa__mockCheckout{background:#00d4d40d;border:1px solid #00d4d426;border-radius:8px;justify-content:space-between;align-items:center;margin-top:20px;padding:16px;display:flex}.Hero-module__d8s7Aa__mockCart{background:#ffffff14;border-radius:6px;width:120px;height:32px}.Hero-module__d8s7Aa__mockPayment{gap:12px;display:flex}.Hero-module__d8s7Aa__paymentIcon{opacity:.8;font-size:20px}.Hero-module__d8s7Aa__integrationBadge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10;background:#00d4d426;border:1px solid #00d4d44d;border-radius:20px;align-items:center;gap:6px;padding:8px 14px;animation:3s ease-in-out infinite Hero-module__d8s7Aa__float;display:flex;position:absolute;box-shadow:0 4px 12px #00d4d433}.Hero-module__d8s7Aa__badgeIcon{color:var(--accent);font-size:16px}.Hero-module__d8s7Aa__badgeText{color:var(--accent);font-size:12px;font-weight:600}@keyframes Hero-module__d8s7Aa__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:1439px) and (min-width:1024px){.Hero-module__d8s7Aa__inner{grid-template-columns:1.3fr 1fr;gap:4rem;max-width:1200px}.Hero-module__d8s7Aa__h1{font-size:clamp(2.5rem,5vw,4rem)}.Hero-module__d8s7Aa__subline{font-size:1.2rem}.Hero-module__d8s7Aa__visual{height:500px}}@media (max-width:1023px) and (min-width:768px){.Hero-module__d8s7Aa__wrapper{min-height:auto;padding-block:5rem}.Hero-module__d8s7Aa__inner{grid-template-columns:1fr;gap:3rem}.Hero-module__d8s7Aa__h1{font-size:clamp(2.5rem,6vw,3.5rem)}.Hero-module__d8s7Aa__subline{font-size:1.15rem}.Hero-module__d8s7Aa__visual{justify-content:center;height:450px;padding-left:0}.Hero-module__d8s7Aa__shopMockup{max-width:500px}}@media (max-width:767px){.Hero-module__d8s7Aa__wrapper{background-size:60px 60px;min-height:auto;padding:6rem 0 4rem}.Hero-module__d8s7Aa__inner{width:100%;padding-left:max(1.5rem,env(safe-area-inset-left));padding-right:max(1.5rem,env(safe-area-inset-right));text-align:left;grid-template-columns:1fr;gap:0}.Hero-module__d8s7Aa__content{flex-direction:column;order:1;align-items:flex-start;display:flex}.Hero-module__d8s7Aa__h1{letter-spacing:-.02em;max-width:100%;margin-bottom:1.25rem;font-size:clamp(2rem,8vw,2.75rem);line-height:1.15}.Hero-module__d8s7Aa__subline{opacity:.85;max-width:100%;margin-bottom:2rem;font-size:1.0625rem;line-height:1.5}.Hero-module__d8s7Aa__editorial{border-left:2px solid var(--accent);background:linear-gradient(90deg,#00d4d40a,#0000);border-top:none;max-width:100%;margin-bottom:2.5rem;padding:1.2rem}.Hero-module__d8s7Aa__editorialText{color:#ffffffb3;font-size:.9375rem;line-height:1.65}.Hero-module__d8s7Aa__actions{flex-direction:column;align-items:stretch;gap:.875rem;width:100%}.Hero-module__d8s7Aa__ctaPrimary{justify-content:center;width:100%;min-height:48px;padding:14px 24px;font-size:1rem}.Hero-module__d8s7Aa__visual{display:none}}@media (max-width:767px) and (orientation:landscape){.Hero-module__d8s7Aa__wrapper{padding:4rem 0 3rem}.Hero-module__d8s7Aa__h1{margin-bottom:1rem;font-size:2rem}.Hero-module__d8s7Aa__subline{margin-bottom:1.5rem;font-size:1rem}.Hero-module__d8s7Aa__editorial{margin-bottom:2rem}}@media (prefers-reduced-motion:reduce){.Hero-module__d8s7Aa__wrapper *,.Hero-module__d8s7Aa__shopMockup,.Hero-module__d8s7Aa__ctaPrimary,.Hero-module__d8s7Aa__ctaPrimary svg{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}@keyframes Hero-module__d8s7Aa__float{0%,to{transform:none}}}
.Separator-module__nwG4WW__separator{width:100%;max-width:var(--container);background-color:var(--hairline);opacity:.5;height:1px;margin:0 auto}
.ShopSystems-module__9vVcwG__wrapper{width:100%;padding-block:var(--section-y);background:#0000004d;position:relative}.ShopSystems-module__9vVcwG__container{width:100%;max-width:1400px;padding-inline:var(--gutter);z-index:1;margin-inline:auto;position:relative}.ShopSystems-module__9vVcwG__header{text-align:center;margin-bottom:4rem}.ShopSystems-module__9vVcwG__title{letter-spacing:-.02em;color:var(--text-main);margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700}.ShopSystems-module__9vVcwG__subtitle{color:var(--text-dim);max-width:60ch;margin-inline:auto;font-size:clamp(1.1rem,2vw,1.25rem);line-height:1.6}.ShopSystems-module__9vVcwG__systemTabs{justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.ShopSystems-module__9vVcwG__tab{color:var(--text-dim);cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:50px;align-items:center;gap:10px;padding:14px 28px;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.ShopSystems-module__9vVcwG__tab:hover{background:#ffffff0d;border-color:#ffffff1f;transform:translateY(-2px)}.ShopSystems-module__9vVcwG__tabActive{color:var(--accent);background:#00d4d41f;border-color:#00d4d44d;box-shadow:0 0 20px #00d4d433}.ShopSystems-module__9vVcwG__tabIcon{font-size:20px}.ShopSystems-module__9vVcwG__tabLabel{white-space:nowrap}.ShopSystems-module__9vVcwG__systemDetails{justify-content:center;margin-bottom:4rem;display:flex}.ShopSystems-module__9vVcwG__systemCard{background:linear-gradient(135deg,#00d4d40d 0%,#00a8a805 100%);border:1px solid #00d4d426;border-radius:20px;width:100%;max-width:700px;padding:3rem;animation:.5s ease-out ShopSystems-module__9vVcwG__fadeIn;position:relative;overflow:hidden}.ShopSystems-module__9vVcwG__systemCard:before{content:"";pointer-events:none;background:radial-gradient(circle,#00d4d414 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;right:-50%}.ShopSystems-module__9vVcwG__systemIcon{margin-bottom:1rem;font-size:3rem}.ShopSystems-module__9vVcwG__systemTitle{color:var(--accent);margin-bottom:.5rem;font-size:2rem;font-weight:700}.ShopSystems-module__9vVcwG__systemDescription{color:var(--text-dim);margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.ShopSystems-module__9vVcwG__featureList{gap:1rem;margin:0;padding:0;list-style:none;display:grid}.ShopSystems-module__9vVcwG__featureItem{color:var(--text-main);background:#ffffff05;border-radius:10px;align-items:center;gap:12px;padding:12px;font-size:1rem;transition:all .3s;display:flex}.ShopSystems-module__9vVcwG__featureItem:hover{background:#00d4d40d;transform:translate(4px)}.ShopSystems-module__9vVcwG__checkmark{width:24px;height:24px;color:var(--accent);background:#00d4d433;border:1px solid #00d4d44d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.ShopSystems-module__9vVcwG__additionalInfo{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.ShopSystems-module__9vVcwG__infoCard{background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;padding:2rem;transition:all .3s}.ShopSystems-module__9vVcwG__infoCard:hover{background:#ffffff0a;border-color:#00d4d433;transform:translateY(-4px)}.ShopSystems-module__9vVcwG__infoTitle{color:var(--text-main);margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.ShopSystems-module__9vVcwG__infoText{color:var(--text-dim);font-size:1rem;line-height:1.6}@keyframes ShopSystems-module__9vVcwG__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1439px) and (min-width:1024px){.ShopSystems-module__9vVcwG__wrapper{padding-block:5rem}.ShopSystems-module__9vVcwG__container{max-width:1200px;padding-inline:2rem}.ShopSystems-module__9vVcwG__title{font-size:clamp(2.25rem,4.5vw,3.5rem)}.ShopSystems-module__9vVcwG__subtitle{font-size:1.125rem}.ShopSystems-module__9vVcwG__systemCard{padding:2.5rem}}@media (max-width:1023px) and (min-width:768px){.ShopSystems-module__9vVcwG__wrapper{padding-block:5rem}.ShopSystems-module__9vVcwG__header{margin-bottom:3rem}.ShopSystems-module__9vVcwG__title{font-size:clamp(2rem,5vw,3rem)}.ShopSystems-module__9vVcwG__subtitle{font-size:1.0625rem}.ShopSystems-module__9vVcwG__systemTabs{margin-bottom:2.5rem}.ShopSystems-module__9vVcwG__tab{padding:12px 24px}.ShopSystems-module__9vVcwG__systemCard{padding:2.5rem}.ShopSystems-module__9vVcwG__additionalInfo{gap:1.5rem}}@media (max-width:767px){.ShopSystems-module__9vVcwG__wrapper{padding-block:3rem}.ShopSystems-module__9vVcwG__container{width:100%;padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}.ShopSystems-module__9vVcwG__header{margin-bottom:2rem}.ShopSystems-module__9vVcwG__title{font-size:clamp(1.75rem,7vw,2.5rem)}.ShopSystems-module__9vVcwG__subtitle{font-size:1rem}.ShopSystems-module__9vVcwG__systemTabs{flex-direction:column;align-items:stretch;gap:.75rem;margin-bottom:2rem}.ShopSystems-module__9vVcwG__tab{justify-content:center;min-height:48px;padding:12px 20px}.ShopSystems-module__9vVcwG__systemDetails{margin-bottom:2.5rem}.ShopSystems-module__9vVcwG__systemCard{padding:2rem 1.25rem}.ShopSystems-module__9vVcwG__systemIcon{margin-bottom:.75rem;font-size:2.25rem}.ShopSystems-module__9vVcwG__systemTitle{font-size:1.5rem}.ShopSystems-module__9vVcwG__systemDescription{font-size:1rem}.ShopSystems-module__9vVcwG__featureList{gap:.75rem}.ShopSystems-module__9vVcwG__featureItem{padding:10px;font-size:.9375rem}.ShopSystems-module__9vVcwG__additionalInfo{grid-template-columns:1fr;gap:1.25rem}.ShopSystems-module__9vVcwG__infoCard{padding:1.5rem 1.25rem}.ShopSystems-module__9vVcwG__infoTitle{font-size:1.125rem}.ShopSystems-module__9vVcwG__infoText{font-size:.9375rem}}@media (max-width:767px) and (orientation:landscape){.ShopSystems-module__9vVcwG__wrapper{padding-block:2rem}.ShopSystems-module__9vVcwG__title{font-size:clamp(1.5rem,6vw,2rem)}}@media (prefers-reduced-motion:reduce){.ShopSystems-module__9vVcwG__wrapper *,.ShopSystems-module__9vVcwG__systemCard,.ShopSystems-module__9vVcwG__tab,.ShopSystems-module__9vVcwG__featureItem,.ShopSystems-module__9vVcwG__infoCard{transition-duration:.01ms!important;animation-duration:.01ms!important}@keyframes ShopSystems-module__9vVcwG__fadeIn{0%,to{opacity:1;transform:none}}}
.Integrations-module__HLZzGG__wrapper{width:100%;padding-block:var(--section-y);background:linear-gradient(#0000004d 0%,#00000080 100%);position:relative;overflow:hidden}.Integrations-module__HLZzGG__wrapper:before{content:"";pointer-events:none;background:radial-gradient(circle,#00d4d40f 0%,#0000 70%);width:800px;height:800px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Integrations-module__HLZzGG__container{width:100%;max-width:1400px;padding-inline:var(--gutter);z-index:1;margin-inline:auto;position:relative}.Integrations-module__HLZzGG__header{text-align:center;margin-bottom:4rem}.Integrations-module__HLZzGG__title{letter-spacing:-.02em;color:var(--text-main);margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700}.Integrations-module__HLZzGG__subtitle{color:var(--text-dim);max-width:70ch;margin-inline:auto;font-size:clamp(1.1rem,2vw,1.25rem);line-height:1.6}.Integrations-module__HLZzGG__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.Integrations-module__HLZzGG__card{background:#ffffff05;border:1px solid #ffffff0f;border-radius:20px;padding:2rem;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.Integrations-module__HLZzGG__card:before{content:"";transform-origin:0;background:linear-gradient(90deg,#00d4d480,#00a8a84d);height:3px;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.Integrations-module__HLZzGG__card:hover{background:#ffffff0a;border-color:#00d4d433;transform:translateY(-4px);box-shadow:0 8px 24px #00d4d41a}.Integrations-module__HLZzGG__card:hover:before{transform:scaleX(1)}.Integrations-module__HLZzGG__cardIcon{margin-bottom:1rem;font-size:2.5rem;display:block}.Integrations-module__HLZzGG__cardTitle{color:var(--text-main);margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.Integrations-module__HLZzGG__cardDescription{color:var(--text-dim);margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.Integrations-module__HLZzGG__exampleTags{flex-wrap:wrap;gap:.5rem;display:flex}.Integrations-module__HLZzGG__tag{color:var(--accent);background:#00d4d414;border:1px solid #00d4d426;border-radius:20px;padding:6px 12px;font-size:.875rem;font-weight:500;transition:all .3s;display:inline-block}.Integrations-module__HLZzGG__tag:hover{background:#00d4d426;border-color:#00d4d44d}.Integrations-module__HLZzGG__approach{justify-content:center;display:flex}.Integrations-module__HLZzGG__approachCard{background:linear-gradient(135deg,#00d4d414 0%,#00a8a808 100%);border:1px solid #00d4d433;border-radius:20px;width:100%;max-width:900px;padding:3rem;position:relative;overflow:hidden}.Integrations-module__HLZzGG__approachCard:after{content:"";pointer-events:none;background:radial-gradient(circle,#00d4d41a 0%,#0000 70%);width:300px;height:300px;position:absolute;top:-50%;right:-20%}.Integrations-module__HLZzGG__approachTitle{color:var(--accent);text-align:center;margin-bottom:2rem;font-size:1.75rem;font-weight:700}.Integrations-module__HLZzGG__approachList{gap:1.25rem;margin:0;padding:0;list-style:none;display:grid}.Integrations-module__HLZzGG__approachList li{color:var(--text-main);background:#ffffff05;border-radius:12px;align-items:flex-start;gap:1rem;padding:1rem;font-size:1.1rem;line-height:1.6;transition:all .3s;display:flex}.Integrations-module__HLZzGG__approachList li:hover{background:#00d4d40d;transform:translate(8px)}.Integrations-module__HLZzGG__bullet{color:var(--accent);flex-shrink:0;margin-top:.1rem;font-size:1.5rem;font-weight:700;line-height:1}@media (max-width:1439px) and (min-width:1024px){.Integrations-module__HLZzGG__container{max-width:1200px}.Integrations-module__HLZzGG__title{font-size:clamp(2.25rem,4.5vw,3.5rem)}.Integrations-module__HLZzGG__grid{gap:1.5rem}}@media (max-width:1023px) and (min-width:768px){.Integrations-module__HLZzGG__wrapper{padding-block:5rem}.Integrations-module__HLZzGG__header{margin-bottom:3rem}.Integrations-module__HLZzGG__title{font-size:clamp(2rem,5vw,3rem)}.Integrations-module__HLZzGG__subtitle{font-size:1.0625rem}.Integrations-module__HLZzGG__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:3rem}.Integrations-module__HLZzGG__approachCard{padding:2.5rem}}@media (max-width:767px){.Integrations-module__HLZzGG__wrapper{padding-block:3rem}.Integrations-module__HLZzGG__container{width:100%;padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}.Integrations-module__HLZzGG__header{margin-bottom:2.5rem}.Integrations-module__HLZzGG__title{font-size:clamp(1.75rem,7vw,2.5rem)}.Integrations-module__HLZzGG__subtitle{font-size:1rem}.Integrations-module__HLZzGG__grid{grid-template-columns:1fr;gap:1.25rem;margin-bottom:2.5rem}.Integrations-module__HLZzGG__card{padding:1.5rem}.Integrations-module__HLZzGG__cardIcon{font-size:2rem}.Integrations-module__HLZzGG__cardTitle{font-size:1.25rem}.Integrations-module__HLZzGG__cardDescription{font-size:.9375rem}.Integrations-module__HLZzGG__tag{padding:5px 10px;font-size:.8125rem}.Integrations-module__HLZzGG__approachCard{padding:2rem 1.25rem}.Integrations-module__HLZzGG__approachTitle{margin-bottom:1.5rem;font-size:1.5rem}.Integrations-module__HLZzGG__approachList{gap:1rem}.Integrations-module__HLZzGG__approachList li{padding:.875rem;font-size:1rem}.Integrations-module__HLZzGG__bullet{font-size:1.25rem}}@media (max-width:767px) and (orientation:landscape){.Integrations-module__HLZzGG__wrapper{padding-block:2rem}.Integrations-module__HLZzGG__title{font-size:clamp(1.5rem,6vw,2rem)}}@media (prefers-reduced-motion:reduce){.Integrations-module__HLZzGG__wrapper *,.Integrations-module__HLZzGG__card,.Integrations-module__HLZzGG__tag,.Integrations-module__HLZzGG__approachCard,.Integrations-module__HLZzGG__approachList li{transition-duration:.01ms!important;animation-duration:.01ms!important}}
.Checkout-module__Etigkq__wrapper{width:100%;padding-block:var(--section-y);background:#0003;position:relative}.Checkout-module__Etigkq__container{width:100%;max-width:1400px;padding-inline:var(--gutter);margin-inline:auto}.Checkout-module__Etigkq__layout{grid-template-columns:1.2fr 1fr;align-items:center;gap:5rem;display:grid}.Checkout-module__Etigkq__content{position:relative}.Checkout-module__Etigkq__title{letter-spacing:-.02em;color:var(--text-main);margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.1}.Checkout-module__Etigkq__description{color:var(--text-dim);max-width:45ch;margin-bottom:3rem;font-size:clamp(1.1rem,2vw,1.25rem);line-height:1.6}.Checkout-module__Etigkq__features{gap:1.5rem;margin-bottom:3rem;display:grid}.Checkout-module__Etigkq__feature{background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;align-items:flex-start;gap:1.25rem;padding:1.5rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.Checkout-module__Etigkq__feature:hover{background:#00d4d40d;border-color:#00d4d433;transform:translate(8px)}.Checkout-module__Etigkq__featureIcon{background:#00d4d41a;border:1px solid #00d4d433;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:2rem;display:flex}.Checkout-module__Etigkq__featureContent{flex:1}.Checkout-module__Etigkq__featureTitle{color:var(--text-main);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.Checkout-module__Etigkq__featureDescription{color:var(--text-dim);font-size:1rem;line-height:1.6}.Checkout-module__Etigkq__highlight{border-left:3px solid var(--accent);background:linear-gradient(135deg,#00d4d414 0%,#00a8a808 100%);border-radius:12px;padding:1.5rem}.Checkout-module__Etigkq__highlightText{color:var(--text-main);font-size:1.05rem;line-height:1.7}.Checkout-module__Etigkq__highlightText strong{color:var(--accent);font-weight:700}.Checkout-module__Etigkq__visual{justify-content:center;align-items:center;padding:2rem;display:flex;position:relative}.Checkout-module__Etigkq__checkoutFlow{background:#0a0a0af2;border:1px solid #ffffff14;border-radius:20px;width:100%;max-width:400px;padding:3rem 2rem;position:relative;box-shadow:0 20px 60px #00000080,0 0 0 1px #ffffff0a}.Checkout-module__Etigkq__checkoutFlow:before{content:"";pointer-events:none;z-index:-1;background:radial-gradient(circle,#00d4d41a 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:50%;transform:translate(-50%)}.Checkout-module__Etigkq__flowStep{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;align-items:center;gap:1rem;padding:1.25rem;transition:all .3s;display:flex;position:relative}.Checkout-module__Etigkq__flowStepActive{background:#00d4d41a;border-color:#00d4d44d;box-shadow:0 0 20px #00d4d426}.Checkout-module__Etigkq__stepNumber{width:36px;height:36px;color:var(--text-main);background:#ffffff14;border:2px solid #ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex}.Checkout-module__Etigkq__flowStepActive .Checkout-module__Etigkq__stepNumber{border-color:var(--accent);color:var(--accent);background:#00d4d433}.Checkout-module__Etigkq__stepContent{flex-direction:column;flex:1;gap:6px;display:flex}.Checkout-module__Etigkq__stepBar{background:#ffffff1a;border-radius:4px;width:100%;height:8px}.Checkout-module__Etigkq__paymentIcons{gap:12px;font-size:1.5rem;display:flex}.Checkout-module__Etigkq__stepLabel{color:var(--text-dim);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.Checkout-module__Etigkq__flowStepActive .Checkout-module__Etigkq__stepLabel{color:var(--accent)}.Checkout-module__Etigkq__flowArrow{text-align:center;color:#00d4d44d;margin-block:.5rem;font-size:1.5rem}.Checkout-module__Etigkq__successBadge{border:2px solid var(--accent);background:linear-gradient(135deg,#00d4d433 0%,#00a8a826 100%);border-radius:12px;justify-content:center;align-items:center;gap:10px;margin-top:.5rem;padding:1rem;display:flex}.Checkout-module__Etigkq__successIcon{background:var(--accent);color:#000;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:1rem;font-weight:700;display:flex}.Checkout-module__Etigkq__successText{color:var(--accent);text-transform:uppercase;letter-spacing:.05em;font-size:1rem;font-weight:700}@media (max-width:1439px) and (min-width:1024px){.Checkout-module__Etigkq__container{max-width:1200px}.Checkout-module__Etigkq__layout{gap:4rem}.Checkout-module__Etigkq__title{font-size:clamp(2.25rem,4.5vw,3.5rem)}.Checkout-module__Etigkq__description{font-size:1.125rem}}@media (max-width:1023px) and (min-width:768px){.Checkout-module__Etigkq__wrapper{padding-block:5rem}.Checkout-module__Etigkq__layout{grid-template-columns:1fr;gap:3rem}.Checkout-module__Etigkq__visual{order:-1}.Checkout-module__Etigkq__title{font-size:clamp(2rem,5vw,3rem)}.Checkout-module__Etigkq__description{font-size:1.0625rem}.Checkout-module__Etigkq__features{gap:1.25rem;margin-bottom:2.5rem}}@media (max-width:767px){.Checkout-module__Etigkq__wrapper{padding-block:3rem}.Checkout-module__Etigkq__container{width:100%;padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}.Checkout-module__Etigkq__layout{grid-template-columns:1fr;gap:2rem}.Checkout-module__Etigkq__visual{order:-1}.Checkout-module__Etigkq__title{font-size:clamp(1.75rem,8vw,2.5rem)}.Checkout-module__Etigkq__description{margin-bottom:2rem;font-size:1rem}.Checkout-module__Etigkq__features{gap:1rem;margin-bottom:2rem}.Checkout-module__Etigkq__feature{gap:1rem;padding:1.25rem}.Checkout-module__Etigkq__featureIcon{width:40px;height:40px;font-size:1.5rem}.Checkout-module__Etigkq__featureTitle{font-size:1.1rem}.Checkout-module__Etigkq__featureDescription{font-size:.9375rem}.Checkout-module__Etigkq__highlight{padding:1.25rem}.Checkout-module__Etigkq__highlightText{font-size:1rem}.Checkout-module__Etigkq__checkoutFlow{padding:2rem 1.25rem}.Checkout-module__Etigkq__paymentIcons{font-size:1.25rem}}@media (max-width:767px) and (orientation:landscape){.Checkout-module__Etigkq__wrapper{padding-block:2rem}.Checkout-module__Etigkq__title{font-size:clamp(1.5rem,6vw,2rem)}}@media (prefers-reduced-motion:reduce){.Checkout-module__Etigkq__wrapper *,.Checkout-module__Etigkq__feature,.Checkout-module__Etigkq__flowStep,.Checkout-module__Etigkq__checkoutFlow:before{transition-duration:.01ms!important;animation-duration:.01ms!important}}
.Process-module__POfNEG__wrapper{width:100%;padding-block:var(--section-y);background:linear-gradient(#00000080 0%,#0000004d 100%);position:relative;overflow:hidden}.Process-module__POfNEG__wrapper:before{content:"";pointer-events:none;background:radial-gradient(circle,#00d4d414 0%,#0000 70%);width:600px;height:600px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Process-module__POfNEG__container{width:100%;max-width:1200px;padding-inline:var(--gutter);z-index:1;margin-inline:auto;position:relative}.Process-module__POfNEG__header{text-align:center;margin-bottom:4rem}.Process-module__POfNEG__title{letter-spacing:-.02em;color:var(--text-main);margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700}.Process-module__POfNEG__subtitle{color:var(--text-dim);max-width:60ch;margin-inline:auto;font-size:clamp(1.1rem,2vw,1.25rem);line-height:1.6}.Process-module__POfNEG__tabs{justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.Process-module__POfNEG__tab{color:var(--text-dim);cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:50px;align-items:center;gap:10px;padding:14px 28px;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.Process-module__POfNEG__tab:hover{background:#ffffff0d;border-color:#ffffff1f;transform:translateY(-2px)}.Process-module__POfNEG__tabActive{color:var(--accent);background:#00d4d41f;border-color:#00d4d44d;box-shadow:0 0 20px #00d4d433}.Process-module__POfNEG__tabIcon{font-size:20px}.Process-module__POfNEG__tabLabel{white-space:nowrap}.Process-module__POfNEG__processInfo{text-align:center;margin-bottom:4rem;animation:.5s ease-out Process-module__POfNEG__fadeIn}.Process-module__POfNEG__processTitle{color:var(--accent);margin-bottom:.75rem;font-size:2rem;font-weight:700}.Process-module__POfNEG__processDescription{color:var(--text-dim);max-width:50ch;margin-inline:auto;font-size:1.15rem}.Process-module__POfNEG__timeline{margin-inline:auto;gap:2rem;max-width:900px;margin-bottom:4rem;display:grid}.Process-module__POfNEG__step{align-items:center;gap:2rem;animation:.6s ease-out backwards Process-module__POfNEG__fadeIn;display:flex;position:relative}.Process-module__POfNEG__step:first-child{animation-delay:.1s}.Process-module__POfNEG__step:nth-child(2){animation-delay:.2s}.Process-module__POfNEG__step:nth-child(3){animation-delay:.3s}.Process-module__POfNEG__step:nth-child(4){animation-delay:.4s}.Process-module__POfNEG__step:nth-child(5){animation-delay:.5s}.Process-module__POfNEG__step:nth-child(6){animation-delay:.6s}.Process-module__POfNEG__stepNumber{background:linear-gradient(135deg,#00d4d426 0%,#00a8a814 100%),var(--bg-dark);width:60px;height:60px;color:var(--accent);z-index:2;border:2px solid #00d4d44d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;display:flex;position:relative}.Process-module__POfNEG__stepContent{background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;flex:1;padding:1.5rem;transition:all .3s cubic-bezier(.16,1,.3,1)}.Process-module__POfNEG__step:hover .Process-module__POfNEG__stepContent{background:#00d4d40d;border-color:#00d4d433;transform:translate(8px)}.Process-module__POfNEG__stepTitle{color:var(--text-main);margin-bottom:.5rem;font-size:1.35rem;font-weight:700}.Process-module__POfNEG__stepDescription{color:var(--text-dim);font-size:1rem;line-height:1.6}.Process-module__POfNEG__stepConnector{z-index:1;background:linear-gradient(#00d4d44d,#00d4d41a);width:2px;height:calc(100% + 2rem);position:absolute;top:50%;left:30px}.Process-module__POfNEG__cta{text-align:center;background:linear-gradient(135deg,#00d4d414 0%,#00a8a808 100%);border:1px solid #00d4d433;border-radius:20px;padding:3rem 2rem}.Process-module__POfNEG__ctaText{color:var(--text-main);margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.Process-module__POfNEG__ctaButton{color:var(--accent);background:#00d4d41f;border:1px solid #00d4d44d;border-radius:50px;align-items:center;gap:8px;padding:14px 32px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex}.Process-module__POfNEG__ctaButton:hover{background:#00d4d433;border-color:#00d4d480;transform:translateY(-2px);box-shadow:0 0 20px #00d4d44d}.Process-module__POfNEG__ctaButton svg{transition:transform .3s}.Process-module__POfNEG__ctaButton:hover svg{transform:translate(4px)}@keyframes Process-module__POfNEG__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1439px) and (min-width:1024px){.Process-module__POfNEG__container{max-width:1100px}.Process-module__POfNEG__title{font-size:clamp(2.25rem,4.5vw,3.5rem)}}@media (max-width:1023px) and (min-width:768px){.Process-module__POfNEG__wrapper{padding-block:5rem}.Process-module__POfNEG__header{margin-bottom:3rem}.Process-module__POfNEG__title{font-size:clamp(2rem,5vw,3rem)}.Process-module__POfNEG__subtitle{font-size:1.0625rem}.Process-module__POfNEG__tabs{margin-bottom:2.5rem}.Process-module__POfNEG__processInfo,.Process-module__POfNEG__timeline{margin-bottom:3rem}}@media (max-width:767px){.Process-module__POfNEG__wrapper{padding-block:3rem}.Process-module__POfNEG__container{width:100%;padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}.Process-module__POfNEG__header{margin-bottom:2.5rem}.Process-module__POfNEG__title{font-size:clamp(1.75rem,7vw,2.5rem)}.Process-module__POfNEG__subtitle{font-size:1rem}.Process-module__POfNEG__tabs{flex-direction:column;align-items:stretch;gap:.75rem;margin-bottom:2rem}.Process-module__POfNEG__tab{justify-content:center}.Process-module__POfNEG__processInfo{margin-bottom:2.5rem}.Process-module__POfNEG__processTitle{font-size:1.5rem}.Process-module__POfNEG__processDescription{font-size:1rem}.Process-module__POfNEG__timeline{gap:1.5rem;margin-bottom:2.5rem}.Process-module__POfNEG__step{flex-direction:column;gap:1rem}.Process-module__POfNEG__stepNumber{width:50px;height:50px;font-size:1.1rem}.Process-module__POfNEG__stepContent{padding:1.25rem}.Process-module__POfNEG__stepTitle{font-size:1.15rem}.Process-module__POfNEG__stepDescription{font-size:.9375rem}.Process-module__POfNEG__stepConnector{display:none}.Process-module__POfNEG__cta{padding:2rem 1.25rem}.Process-module__POfNEG__ctaText{font-size:1.25rem}.Process-module__POfNEG__ctaButton{justify-content:center;width:100%;min-height:48px}}@media (max-width:767px) and (orientation:landscape){.Process-module__POfNEG__wrapper{padding-block:2rem}.Process-module__POfNEG__title{font-size:clamp(1.5rem,6vw,2rem)}}@media (prefers-reduced-motion:reduce){.Process-module__POfNEG__wrapper *,.Process-module__POfNEG__step,.Process-module__POfNEG__ctaButton{transition-duration:.01ms!important;animation-duration:.01ms!important}@keyframes Process-module__POfNEG__fadeIn{0%,to{opacity:1;transform:none}}}
.WhyNovaFortis-module__uMCtLW__wrapper{color:#fff;background-color:#000;width:100%;padding:8rem 0}.WhyNovaFortis-module__uMCtLW__inner{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}.WhyNovaFortis-module__uMCtLW__layout{grid-template-columns:1fr;gap:4rem;display:grid}@media (min-width:960px){.WhyNovaFortis-module__uMCtLW__layout{grid-template-columns:1fr 1.2fr;align-items:start;gap:6rem}}.WhyNovaFortis-module__uMCtLW__left{flex-direction:column;gap:1.5rem;display:flex}.WhyNovaFortis-module__uMCtLW__heading{letter-spacing:-.02em;color:#fff;margin:0;font-size:clamp(2rem,4vw,2.75rem);font-weight:600;line-height:1.15}.WhyNovaFortis-module__uMCtLW__accent{color:#00d4d4}.WhyNovaFortis-module__uMCtLW__intro{color:#ffffffb3;max-width:40ch;margin:0;font-size:1.125rem;line-height:1.7}.WhyNovaFortis-module__uMCtLW__right{flex-direction:column;gap:2.5rem;display:flex}.WhyNovaFortis-module__uMCtLW__reason{border-left:1px solid #00d4d433;flex-direction:column;gap:.5rem;padding-left:1rem;transition:border-color .3s;display:flex}.WhyNovaFortis-module__uMCtLW__reason:hover{border-left-color:#00d4d480}.WhyNovaFortis-module__uMCtLW__reasonTitle{color:#fff;letter-spacing:-.01em;margin:0;font-size:1.1875rem;font-weight:600;line-height:1.3}.WhyNovaFortis-module__uMCtLW__reasonText{color:#ffffffa6;margin:0;font-size:1rem;line-height:1.6}@media (max-width:1439px) and (min-width:1024px){.WhyNovaFortis-module__uMCtLW__wrapper{padding:6rem 0}.WhyNovaFortis-module__uMCtLW__inner{max-width:1200px}.WhyNovaFortis-module__uMCtLW__heading{font-size:clamp(1.875rem,3.5vw,2.5rem)}.WhyNovaFortis-module__uMCtLW__intro{font-size:1.0625rem}}@media (max-width:1023px){.WhyNovaFortis-module__uMCtLW__wrapper{padding:5rem 0}.WhyNovaFortis-module__uMCtLW__layout{gap:2.5rem}.WhyNovaFortis-module__uMCtLW__right{gap:1.75rem}}@media (max-width:767px){.WhyNovaFortis-module__uMCtLW__wrapper{padding:3rem 0}.WhyNovaFortis-module__uMCtLW__inner{width:100%;padding-left:max(1.5rem,env(safe-area-inset-left));padding-right:max(1.5rem,env(safe-area-inset-right))}.WhyNovaFortis-module__uMCtLW__layout{gap:2rem}.WhyNovaFortis-module__uMCtLW__heading{font-size:clamp(1.5rem,6vw,1.875rem);line-height:1.3}.WhyNovaFortis-module__uMCtLW__accent{display:block}.WhyNovaFortis-module__uMCtLW__intro{font-size:1rem}.WhyNovaFortis-module__uMCtLW__right{gap:1.5rem}.WhyNovaFortis-module__uMCtLW__reasonTitle{font-size:1.0625rem}.WhyNovaFortis-module__uMCtLW__reasonText{font-size:.9375rem}}@media (max-width:767px) and (orientation:landscape){.WhyNovaFortis-module__uMCtLW__wrapper{padding:2rem 0}.WhyNovaFortis-module__uMCtLW__heading{font-size:clamp(1.25rem,5vw,1.625rem)}.WhyNovaFortis-module__uMCtLW__layout{gap:1.5rem}}@media (prefers-reduced-motion:reduce){.WhyNovaFortis-module__uMCtLW__wrapper *,.WhyNovaFortis-module__uMCtLW__reason{transition-duration:.01ms!important;animation-duration:.01ms!important}}
.Faq-module__8Z8dWq__wrapper{color:#fff;background-color:#000;width:100%;padding:8rem 0}.Faq-module__8Z8dWq__inner{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}.Faq-module__8Z8dWq__h2{color:#fff;text-align:left;letter-spacing:-.02em;margin-bottom:4rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:600}.Faq-module__8Z8dWq__faqContainer{flex-direction:column;gap:0;display:flex}.Faq-module__8Z8dWq__faqItem{border-bottom:1px solid #ffffff0f;position:relative}.Faq-module__8Z8dWq__faqItem:first-child{border-top:1px solid #ffffff0f}.Faq-module__8Z8dWq__faqItem:before{content:"";opacity:0;background:#00d4d466;width:2px;transition:opacity .3s;position:absolute;top:0;bottom:0;left:0}.Faq-module__8Z8dWq__question{text-align:left;cursor:pointer;color:#ffffffe6;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:2rem 0 2rem 1.5rem;font-family:inherit;font-size:1.25rem;font-weight:500;line-height:1.3;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.Faq-module__8Z8dWq__question:hover,.Faq-module__8Z8dWq__questionOpen{color:#fff;padding-left:2rem}.Faq-module__8Z8dWq__questionOpen:before{opacity:1}.Faq-module__8Z8dWq__faqItem:has(.Faq-module__8Z8dWq__questionOpen):before{opacity:1}.Faq-module__8Z8dWq__questionText{flex:1;margin-right:2rem}.Faq-module__8Z8dWq__icon{color:#00d4d480;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:2rem;font-weight:300;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.Faq-module__8Z8dWq__questionOpen .Faq-module__8Z8dWq__icon{color:#00d4d4}.Faq-module__8Z8dWq__answer{color:#ffffffbf;max-height:0;padding:0 0 0 2rem;font-size:1.0625rem;line-height:1.7;transition:max-height .4s cubic-bezier(.16,1,.3,1);overflow:hidden}.Faq-module__8Z8dWq__answerOpen{max-height:500px;padding:0 0 2rem 2rem}.Faq-module__8Z8dWq__answer p{margin:0}@media (max-width:1439px) and (min-width:1024px){.Faq-module__8Z8dWq__wrapper{padding:6rem 0}.Faq-module__8Z8dWq__inner{max-width:1200px;padding:0 1.5rem}.Faq-module__8Z8dWq__h2{font-size:clamp(1.875rem,3.5vw,2.75rem)}.Faq-module__8Z8dWq__question{font-size:1.125rem}.Faq-module__8Z8dWq__answer{font-size:1rem}}@media (max-width:1023px) and (min-width:768px){.Faq-module__8Z8dWq__wrapper{padding:5rem 0}.Faq-module__8Z8dWq__inner{max-width:100%;padding:0 1.5rem}.Faq-module__8Z8dWq__h2{margin-bottom:3.5rem;font-size:clamp(1.75rem,3.2vw,2.5rem)}.Faq-module__8Z8dWq__question{min-height:44px;padding:1.875rem 0 1.875rem 1.25rem;font-size:1.0625rem}.Faq-module__8Z8dWq__answer{font-size:1rem}}@media (max-width:767px){.Faq-module__8Z8dWq__wrapper{padding:3rem 0}.Faq-module__8Z8dWq__inner{width:100%;padding-left:max(1.5rem,env(safe-area-inset-left));padding-right:max(1.5rem,env(safe-area-inset-right))}.Faq-module__8Z8dWq__h2{margin-bottom:2.5rem;font-size:clamp(1.5rem,6vw,2rem)}.Faq-module__8Z8dWq__question{min-height:48px;padding:1.5rem 0 1.5rem 1rem;font-size:1rem}.Faq-module__8Z8dWq__question:hover{padding-left:1rem}.Faq-module__8Z8dWq__questionOpen{padding-left:1.25rem}.Faq-module__8Z8dWq__icon{width:28px;height:28px;font-size:1.75rem}.Faq-module__8Z8dWq__questionText{margin-right:1rem}.Faq-module__8Z8dWq__answer{padding:0 0 0 1.25rem;font-size:.9375rem;line-height:1.65}.Faq-module__8Z8dWq__answerOpen{padding:0 0 1.5rem 1.25rem}}@media (prefers-reduced-motion:reduce){.Faq-module__8Z8dWq__wrapper,.Faq-module__8Z8dWq__wrapper *,.Faq-module__8Z8dWq__faqItem,.Faq-module__8Z8dWq__question,.Faq-module__8Z8dWq__answer{transition-duration:.01ms!important;animation-duration:.01ms!important}}
.InternalLinks-module__-U5dDq__wrapper{background-color:#000;padding:120px 0;position:relative;overflow:hidden}.InternalLinks-module__-U5dDq__container{max-width:1200px;margin:0 auto;padding:0 24px}.InternalLinks-module__-U5dDq__title{color:#fff;text-align:center;letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(2rem,5vw,3.5rem);font-weight:700}.InternalLinks-module__-U5dDq__description{color:#fff9;text-align:center;max-width:600px;margin:0 auto 64px;font-size:1.125rem;line-height:1.6}.InternalLinks-module__-U5dDq__grid{grid-template-columns:repeat(4,1fr);gap:24px;margin-top:48px;display:grid}@media (max-width:1200px){.InternalLinks-module__-U5dDq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.InternalLinks-module__-U5dDq__grid{grid-template-columns:1fr}}.InternalLinks-module__-U5dDq__card{background:#ffffff05;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;padding:32px;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.InternalLinks-module__-U5dDq__card:before{content:"";transform-origin:0;background:linear-gradient(90deg,#00d4d4,#0000);height:2px;transition:transform .5s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.InternalLinks-module__-U5dDq__card:hover{background:#ffffff0a;border-color:#00d4d44d;transform:translateY(-4px)}.InternalLinks-module__-U5dDq__card:hover:before{transform:scaleX(1)}.InternalLinks-module__-U5dDq__cardTitle{color:#fff;letter-spacing:-.01em;margin-bottom:12px;font-size:1.5rem;font-weight:600}.InternalLinks-module__-U5dDq__cardDescription{color:#fff9;flex-grow:1;margin-bottom:20px;font-size:1rem;line-height:1.6}.InternalLinks-module__-U5dDq__cardArrow{color:#00d4d4;background:#00d4d41a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.InternalLinks-module__-U5dDq__card:hover .InternalLinks-module__-U5dDq__cardArrow{background:#00d4d433;transform:translate(4px)}@media (max-width:1439px) and (min-width:1024px){.InternalLinks-module__-U5dDq__wrapper{padding:100px 0}.InternalLinks-module__-U5dDq__title{font-size:clamp(1.875rem,4.5vw,3.25rem)}}@media (max-width:1023px) and (min-width:768px){.InternalLinks-module__-U5dDq__wrapper{padding:80px 0}.InternalLinks-module__-U5dDq__title{font-size:clamp(1.75rem,4vw,3rem)}.InternalLinks-module__-U5dDq__description{margin-bottom:56px;font-size:1.0625rem}.InternalLinks-module__-U5dDq__grid{gap:20px}.InternalLinks-module__-U5dDq__card{padding:28px}}@media (max-width:767px){.InternalLinks-module__-U5dDq__wrapper{padding:60px 0}.InternalLinks-module__-U5dDq__container{padding:0 1.5rem}.InternalLinks-module__-U5dDq__title{font-size:2rem}.InternalLinks-module__-U5dDq__description{margin-bottom:48px;font-size:1rem}.InternalLinks-module__-U5dDq__grid{grid-template-columns:1fr;gap:16px}.InternalLinks-module__-U5dDq__card{padding:24px}.InternalLinks-module__-U5dDq__cardTitle{font-size:1.25rem}.InternalLinks-module__-U5dDq__cardDescription{font-size:.9375rem}.InternalLinks-module__-U5dDq__cardArrow{width:36px;height:36px}}
.FinalCta-module__OcjwZa__wrapper{width:100%;padding-block:var(--section-y);text-align:center;background:linear-gradient(#0000004d 0%,#00000080 100%);position:relative}.FinalCta-module__OcjwZa__inner{width:100%;max-width:1200px;padding-inline:var(--gutter);flex-direction:column;align-items:center;margin-inline:auto;display:flex;position:relative}.FinalCta-module__OcjwZa__inner:before{content:"";pointer-events:none;background:radial-gradient(circle,#00d4d41a 0%,#0000 70%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.FinalCta-module__OcjwZa__h2{max-width:20ch;color:var(--text-main);margin-bottom:2rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.1;position:relative}.FinalCta-module__OcjwZa__text{color:var(--text-dim);max-width:60ch;margin-bottom:3rem;font-size:1.25rem;line-height:1.6}.FinalCta-module__OcjwZa__cta{background-color:var(--accent);color:#000;border-radius:50px;align-items:center;gap:8px;padding:1.25rem 3rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00d4d44d}.FinalCta-module__OcjwZa__cta:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 8px 30px #00d4d480}.FinalCta-module__OcjwZa__cta svg{transition:transform .3s}.FinalCta-module__OcjwZa__cta:hover svg{transform:translate(4px)}.FinalCta-module__OcjwZa__cta:after{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.FinalCta-module__OcjwZa__cta:hover:after{left:100%}@media (max-width:1439px) and (min-width:1024px){.FinalCta-module__OcjwZa__wrapper{padding-block:5rem}.FinalCta-module__OcjwZa__h2{font-size:clamp(2.25rem,4.5vw,3.5rem)}.FinalCta-module__OcjwZa__text{font-size:1.15rem}}@media (max-width:1023px){.FinalCta-module__OcjwZa__wrapper{padding-block:4rem}.FinalCta-module__OcjwZa__h2{font-size:clamp(2rem,6vw,3rem)}.FinalCta-module__OcjwZa__text{margin-bottom:2.5rem;font-size:1.125rem}.FinalCta-module__OcjwZa__cta{padding:1.125rem 2.5rem;font-size:1.0625rem}}@media (max-width:768px){.FinalCta-module__OcjwZa__wrapper{padding-block:3rem}.FinalCta-module__OcjwZa__inner{width:100%;padding-left:max(1.5rem,env(safe-area-inset-left));padding-right:max(1.5rem,env(safe-area-inset-right))}.FinalCta-module__OcjwZa__h2{margin-bottom:1.5rem;font-size:clamp(1.75rem,8vw,2.5rem)}.FinalCta-module__OcjwZa__text{margin-bottom:2rem;font-size:1rem}.FinalCta-module__OcjwZa__cta{justify-content:center;width:100%;min-height:48px;padding:1rem 2rem;font-size:1rem}}@media (max-width:767px) and (orientation:landscape){.FinalCta-module__OcjwZa__wrapper{padding-block:2rem}.FinalCta-module__OcjwZa__h2{font-size:clamp(1.5rem,6vw,2rem)}}@media (prefers-reduced-motion:reduce){.FinalCta-module__OcjwZa__wrapper *,.FinalCta-module__OcjwZa__cta,.FinalCta-module__OcjwZa__cta:after{transition-duration:.01ms!important;animation-duration:.01ms!important}.FinalCta-module__OcjwZa__cta:hover:after{left:-100%}}
