.Navbar-module__cJzEcG__header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-light);background:#0d211deb;width:100%;position:sticky;top:0;left:0}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1.25rem 2rem;display:flex}.Navbar-module__cJzEcG__logo{align-items:center;gap:.5rem;text-decoration:none;display:flex}.Navbar-module__cJzEcG__logoImg{object-fit:contain;width:auto;height:72px}@media (max-width:768px){.Navbar-module__cJzEcG__logoImg{height:56px}}.Navbar-module__cJzEcG__logoIcon{background:var(--accent-green);width:34px;height:34px;color:var(--bg-primary);box-shadow:var(--shadow-green);border-radius:8px;justify-content:center;align-items:center;font-size:1.1rem;font-weight:800;display:flex}.Navbar-module__cJzEcG__logoText{color:var(--text-primary);letter-spacing:-.02em;font-size:1.35rem;font-weight:700}.Navbar-module__cJzEcG__logoDot{color:var(--accent-green)}.Navbar-module__cJzEcG__navDesktop{align-items:center;gap:.5rem;display:flex}.Navbar-module__cJzEcG__navLink{color:var(--text-secondary);letter-spacing:-.01em;border-radius:12px;padding:.45rem .9rem;font-size:.92rem;font-weight:600;text-decoration:none;transition:all .35s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.Navbar-module__cJzEcG__navLink:before{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle,#10b98124 0%,#10b98108 70%,#0000 100%);border:1px solid #10b98140;border-radius:12px;transition:all .35s cubic-bezier(.16,1,.3,1);position:absolute;inset:0;transform:scale(.92)}.Navbar-module__cJzEcG__navLink:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#10b981,#eab308,#10b981,#0000);border-radius:999px;width:0%;height:2px;transition:width .35s cubic-bezier(.16,1,.3,1),box-shadow .35s;position:absolute;bottom:3px;left:50%;transform:translate(-50%);box-shadow:0 0 10px #10b98199}.Navbar-module__cJzEcG__navLink:hover{color:#fff;letter-spacing:.02em;text-shadow:0 0 12px #10b98159;transform:translateY(-2px)}.Navbar-module__cJzEcG__navLink:hover:before{opacity:1;transform:scale(1)}.Navbar-module__cJzEcG__navLink:hover:after{width:70%;box-shadow:0 0 16px #10b981e6,0 0 8px #eab308cc}.Navbar-module__cJzEcG__rightSection{align-items:center;gap:1.25rem;display:flex}.Navbar-module__cJzEcG__socials{align-items:center;gap:.5rem;display:flex}.Navbar-module__cJzEcG__socialIcon{width:36px;height:36px;color:var(--text-secondary);background:0 0;border:1px solid #0000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .25s;display:flex}.Navbar-module__cJzEcG__socialIcon:hover{color:var(--accent-green-dark);background:var(--accent-green-light);border-color:#e5b93f40;transform:translateY(-2px);box-shadow:0 4px 12px #e5b93f26}.Navbar-module__cJzEcG__mobileMenuBtn{background:var(--card-bg);border:1px solid var(--border-light);cursor:pointer;width:42px;height:42px;box-shadow:var(--shadow-sm);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:0;transition:border-color .25s,background-color .25s;display:none}.Navbar-module__cJzEcG__mobileMenuBtn:active{transform:scale(.95)}.Navbar-module__cJzEcG__mobileMenuBtnOpen{opacity:0;pointer-events:none;visibility:hidden;transition:opacity .2s,visibility .2s}.Navbar-module__cJzEcG__hamburgerLine{background-color:var(--text-primary);border-radius:2px;width:18px;height:2px;transition:all .3s cubic-bezier(.65,0,.35,1)}.Navbar-module__cJzEcG__mobileMenuBtnOpen .Navbar-module__cJzEcG__hamburgerLine{background-color:var(--accent-green-dark)}.Navbar-module__cJzEcG__openTop{transform:translateY(7px)rotate(45deg)}.Navbar-module__cJzEcG__openMid{opacity:0;transform:scaleX(0)}.Navbar-module__cJzEcG__openBot{transform:translateY(-7px)rotate(-45deg)}.Navbar-module__cJzEcG__headerMenuOpen{-webkit-backdrop-filter:none!important;box-shadow:none!important;background:0 0!important;border-bottom-color:#0000!important}.Navbar-module__cJzEcG__headerMenuOpen .Navbar-module__cJzEcG__container{opacity:0;pointer-events:none;transition:opacity .25s}.Navbar-module__cJzEcG__backdrop{-webkit-backdrop-filter:blur(8px);opacity:0;visibility:hidden;z-index:9999;background:#0f172a73;transition:opacity .3s,visibility .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;position:fixed;inset:0}.Navbar-module__cJzEcG__backdropVisible{opacity:1;visibility:visible}.Navbar-module__cJzEcG__mobileDrawer{display:none}@media (max-width:868px){.Navbar-module__cJzEcG__container{padding:.85rem 1.25rem}.Navbar-module__cJzEcG__navDesktop,.Navbar-module__cJzEcG__socials{display:none}.Navbar-module__cJzEcG__mobileMenuBtn{display:flex}.Navbar-module__cJzEcG__mobileDrawer{visibility:hidden;pointer-events:none;z-index:10000;background:#0f2621;border-left:none;flex-direction:column;width:100vw;height:100dvh;padding:2rem 1.5rem;transition:transform .35s cubic-bezier(.16,1,.3,1),visibility .35s;display:flex;position:fixed;inset:0;overflow-y:auto;transform:translate(100%);box-shadow:0 0 60px #0006}.Navbar-module__cJzEcG__mobileDrawerOpen{visibility:visible;pointer-events:auto;transform:translate(0)}.Navbar-module__cJzEcG__mobileDrawerContent{flex-direction:column;width:100%;display:flex}.Navbar-module__cJzEcG__mobileDrawerHeader{border-bottom:1px solid var(--border-light);justify-content:flex-start;align-items:center;margin-bottom:1.5rem;padding-bottom:1.25rem;display:flex}.Navbar-module__cJzEcG__mobileDrawerTitle{color:var(--text-primary);letter-spacing:-.02em;font-size:1.2rem;font-weight:800}.Navbar-module__cJzEcG__closeDrawerBtn{background:var(--card-bg);border:1px solid var(--border-light);width:40px;height:40px;color:var(--text-primary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.Navbar-module__cJzEcG__closeDrawerBtn:hover{background:var(--accent-green-light);color:var(--accent-green-dark);border-color:#e5b93f4d}.Navbar-module__cJzEcG__closeDrawerBtn:active{transform:scale(.92)}.Navbar-module__cJzEcG__mobileNav{flex-direction:column;gap:.65rem;display:flex}.Navbar-module__cJzEcG__mobileNavLink{color:var(--text-primary);background:var(--card-bg);border:1px solid var(--border-light);border-radius:14px;justify-content:space-between;align-items:center;padding:1rem 1.15rem;font-size:1.15rem;font-weight:700;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex}.Navbar-module__cJzEcG__navArrow{color:var(--text-secondary);font-size:1rem;transition:transform .2s,color .2s}.Navbar-module__cJzEcG__mobileNavLink:hover,.Navbar-module__cJzEcG__mobileNavLink:active{color:var(--accent-green-dark);background-color:var(--accent-green-light);border-color:#e5b93f59;transform:translate(-4px)}.Navbar-module__cJzEcG__mobileNavLink:hover .Navbar-module__cJzEcG__navArrow{color:var(--accent-green-dark);transform:translate(2px,-2px)}.Navbar-module__cJzEcG__mobileDrawerFooter{border-top:1px solid var(--border-light);flex-direction:column;gap:1.25rem;padding-top:1.25rem;display:flex}.Navbar-module__cJzEcG__mobileSocials{align-items:center;gap:.6rem;display:flex}.Navbar-module__cJzEcG__mobileCta{background-color:var(--accent-green);color:var(--bg-primary);box-shadow:var(--shadow-green);border-radius:999px;justify-content:center;align-items:center;padding:.85rem 1.5rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:background-color .2s;display:flex}.Navbar-module__cJzEcG__mobileCta:hover{background-color:var(--accent-green-dark)}}@media (max-width:380px){.Navbar-module__cJzEcG__mobileDrawer{width:88vw}}
.Footer-module__S6Hkya__footer{z-index:1;background:linear-gradient(#052e21 0%,#04211a 100%);border-top:1px solid #e5b93f40;width:100%;position:relative}.Footer-module__S6Hkya__container{max-width:1200px;margin:0 auto;padding:4.5rem 2rem 2rem}.Footer-module__S6Hkya__topGrid{grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:2.5rem;margin-bottom:3rem;display:grid}.Footer-module__S6Hkya__brandCol{flex-direction:column;gap:1rem;padding-right:1rem;display:flex}.Footer-module__S6Hkya__logo{align-items:center;gap:.5rem;width:fit-content;text-decoration:none;display:inline-flex}.Footer-module__S6Hkya__logoIcon{background:var(--accent-green);color:#052e21;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;font-size:1.1rem;font-weight:800;display:flex;box-shadow:0 10px 25px #e5b93f59}.Footer-module__S6Hkya__logoText{color:#fff;letter-spacing:-.02em;font-size:1.35rem;font-weight:700}.Footer-module__S6Hkya__logoDot{color:var(--accent-green)}.Footer-module__S6Hkya__tagline{color:#fff9;max-width:320px;font-size:.92rem;line-height:1.6}.Footer-module__S6Hkya__logoImg{object-fit:contain;width:auto;height:72px}@media (max-width:768px){.Footer-module__S6Hkya__logoImg{height:56px}}.Footer-module__S6Hkya__socials{align-items:center;gap:.6rem;margin-top:.25rem;display:flex}.Footer-module__S6Hkya__socialIcon{color:#ffffffb3;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .25s;display:flex}.Footer-module__S6Hkya__socialIcon:hover{background:var(--accent-green);border-color:var(--accent-green);color:#052e21;transform:translateY(-2px)}.Footer-module__S6Hkya__linkCol{flex-direction:column;gap:1.1rem;display:flex}.Footer-module__S6Hkya__colTitle{color:#fff;text-transform:uppercase;letter-spacing:.06em;font-size:.8rem;font-weight:700}.Footer-module__S6Hkya__linkList,.Footer-module__S6Hkya__contactList{flex-direction:column;gap:.75rem;list-style:none;display:flex}.Footer-module__S6Hkya__footerLink{color:#fff9;align-items:center;gap:.5rem;width:fit-content;font-size:.92rem;text-decoration:none;transition:color .2s;display:inline-flex}a.Footer-module__S6Hkya__footerLink:hover{color:var(--accent-green)}.Footer-module__S6Hkya__contactList li{color:#fff9}.Footer-module__S6Hkya__contactList svg{color:var(--accent-green);flex-shrink:0}.Footer-module__S6Hkya__divider{background:#ffffff1a;width:100%;height:1px}.Footer-module__S6Hkya__bottomBar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.75rem;display:flex}.Footer-module__S6Hkya__copyright{color:#ffffff80;font-size:.85rem}.Footer-module__S6Hkya__legalLinks{align-items:center;gap:1.5rem;display:flex}.Footer-module__S6Hkya__legalLink{color:#ffffff80;font-size:.85rem;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__legalLink:hover{color:var(--accent-green)}.Footer-module__S6Hkya__builtByWrapper{justify-content:center;padding-top:2rem;display:flex}.Footer-module__S6Hkya__builtByCapsule{border:1px solid var(--border-light);background:#ffffff08;border-radius:999px;align-items:center;padding:.5rem 1.15rem;text-decoration:none;transition:border-color .3s,background-color .3s,transform .3s;display:inline-flex;position:relative;overflow:hidden}.Footer-module__S6Hkya__builtByCapsule:hover{background:#ffffff0d;border-color:#e5b93f73;transform:translateY(-1px)}.Footer-module__S6Hkya__builtByShine{pointer-events:none;background:linear-gradient(100deg,#0000 30%,#e5b93f29 50%,#0000 70%) 0 0/220% 100%;animation:4s linear infinite Footer-module__S6Hkya__builtByShimmer;position:absolute;inset:0}@keyframes Footer-module__S6Hkya__builtByShimmer{0%{background-position:160% 0}to{background-position:-60% 0}}.Footer-module__S6Hkya__builtByText{z-index:1;color:#ffffff8c;letter-spacing:.01em;white-space:nowrap;font-size:.78rem;font-weight:500;position:relative}.Footer-module__S6Hkya__builtByBrand{color:var(--accent-green);font-weight:700}@media (prefers-reduced-motion:reduce){.Footer-module__S6Hkya__builtByShine{animation:none}}@media (max-width:992px){.Footer-module__S6Hkya__topGrid{grid-template-columns:1fr 1fr;row-gap:2.75rem}.Footer-module__S6Hkya__brandCol{grid-column:1/-1;padding-right:0}.Footer-module__S6Hkya__tagline{max-width:460px}}@media (max-width:640px){.Footer-module__S6Hkya__container{padding:3.5rem 1.25rem 1.5rem}.Footer-module__S6Hkya__topGrid{grid-template-columns:1fr;gap:2.25rem}.Footer-module__S6Hkya__brandCol{grid-column:auto}.Footer-module__S6Hkya__tagline{max-width:100%}.Footer-module__S6Hkya__bottomBar{flex-direction:column;align-items:flex-start;gap:.9rem}.Footer-module__S6Hkya__legalLinks{gap:1.25rem}}
.Hero-module__ZARIfG__hero{z-index:1;background:0 0;width:100%;padding:4.5rem 2rem 5.5rem;position:relative;overflow:hidden}.Hero-module__ZARIfG__container{z-index:1;grid-template-columns:1.15fr .85fr;grid-template-areas:"heading image""rest image";align-items:start;gap:0 4rem;max-width:1200px;margin:0 auto;display:grid;position:relative}.Hero-module__ZARIfG__headingBlock{grid-area:heading;align-self:end}.Hero-module__ZARIfG__leftContent{flex-direction:column;grid-area:rest;align-items:flex-start;display:flex}.Hero-module__ZARIfG__heading{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:3.6rem;font-weight:800;line-height:1.12}.Hero-module__ZARIfG__accentText{color:var(--accent-green);display:inline-block;position:relative}.Hero-module__ZARIfG__underlineDoodle{width:100%;height:.22em;color:var(--accent-green);pointer-events:none;position:absolute;bottom:-.14em;left:0}.Hero-module__ZARIfG__subtext{background:linear-gradient(110deg,#a7b9b3 0% 35%,#e5b93f 50%,#a7b9b3 65% 100%) 0 0/250% 100%;color:#0000;-webkit-background-clip:text;background-clip:text;max-width:520px;margin-bottom:2.25rem;font-size:1.1rem;font-weight:500;line-height:1.6;animation:4.5s ease-in-out infinite Hero-module__ZARIfG__textShimmer}@keyframes Hero-module__ZARIfG__textShimmer{0%{background-position:180% 0}to{background-position:-80% 0}}.Hero-module__ZARIfG__ctaGroup{align-items:center;gap:1.25rem;margin-bottom:3.5rem;display:flex}.Hero-module__ZARIfG__primaryBtn{background-color:var(--accent-green);color:var(--bg-primary);box-shadow:var(--shadow-green);border-radius:999px;justify-content:center;align-items:center;padding:.95rem 2.25rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}.Hero-module__ZARIfG__primaryBtn:hover{background-color:var(--accent-green-dark);transform:translateY(-2px);box-shadow:0 14px 28px #e5b93f59}.Hero-module__ZARIfG__secondaryBtn{color:var(--text-primary);background:0 0;border-radius:999px;align-items:center;gap:.5rem;padding:.95rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.Hero-module__ZARIfG__secondaryBtn:hover{color:var(--accent-green)}.Hero-module__ZARIfG__arrowIcon{transition:transform .25s}.Hero-module__ZARIfG__secondaryBtn:hover .Hero-module__ZARIfG__arrowIcon{transform:translate(3px,-3px)}.Hero-module__ZARIfG__statsContainer{border-top:1px solid var(--border-light);align-items:center;gap:2rem;width:100%;max-width:520px;padding-top:1rem;display:flex}.Hero-module__ZARIfG__statItem{flex-direction:column;display:flex}.Hero-module__ZARIfG__statNumber{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:.4rem;font-size:2.25rem;font-weight:800;line-height:1}.Hero-module__ZARIfG__statLabel{color:var(--text-secondary);font-size:.85rem;font-weight:500}.Hero-module__ZARIfG__statDivider{background-color:var(--border-light);width:1px;height:40px}.Hero-module__ZARIfG__rightContent{flex-direction:column;grid-area:image;justify-content:center;align-self:center;align-items:center;gap:1.25rem;display:flex;position:relative}.Hero-module__ZARIfG__founderTag{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.2rem;margin-top:.25rem;display:flex}.Hero-module__ZARIfG__founderRole{color:var(--text-secondary);letter-spacing:.22em;text-transform:uppercase;font-size:.72rem;font-weight:700}.Hero-module__ZARIfG__founderName{color:var(--text-primary);letter-spacing:-.02em;font-size:2.1rem;font-weight:800;line-height:1.1}.Hero-module__ZARIfG__portraitContainer{aspect-ratio:3/3.6;justify-content:center;align-items:flex-end;width:100%;max-width:480px;margin-top:.5rem;display:flex;position:relative}.Hero-module__ZARIfG__archBackground{z-index:1;background:radial-gradient(at 50% 30%,#1e4a40 0%,#0d231e 75%,#071613 100%);border-top:1.5px solid #eab30880;border-left:1.5px solid #eab30880;border-right:1.5px solid #eab30880;border-radius:220px 220px 0 0;width:92%;height:60%;position:absolute;bottom:25%;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 0 55px #eab30847,inset 0 0 40px #10b98140;-webkit-mask-image:linear-gradient(#000 0% 70%,#0000 100%);mask-image:linear-gradient(#000 0% 70%,#0000 100%)}.Hero-module__ZARIfG__archGlowRing{pointer-events:none;background:0 0;border-radius:220px 220px 0 0;position:absolute;inset:-1px;box-shadow:0 0 35px #eab30866;-webkit-mask-image:linear-gradient(#000 0% 70%,#0000 100%);mask-image:linear-gradient(#000 0% 70%,#0000 100%)}.Hero-module__ZARIfG__portraitImageWrapper{z-index:2;justify-content:center;align-items:flex-end;width:100%;height:100%;display:flex;position:relative;overflow:visible}.Hero-module__ZARIfG__portraitImg{object-fit:contain;object-position:center bottom;filter:drop-shadow(0 20px 45px #00000059)}.Hero-module__ZARIfG__glassFeatureCard{z-index:4;-webkit-backdrop-filter:blur(20px);white-space:nowrap;border-radius:20px;align-items:center;gap:.85rem;padding:.85rem 1.3rem;transition:transform .35s cubic-bezier(.16,1,.3,1);display:flex;position:absolute}.Hero-module__ZARIfG__glassFeatureCard:hover{transform:translateY(-4px)}.Hero-module__ZARIfG__cardMegaCreator{background:#0d211dcc;border:1.5px solid #e5b93f73;top:14%;left:-6%;box-shadow:0 20px 45px #00000073,0 0 30px #e5b93f38}.Hero-module__ZARIfG__cardViewsCount{background:#0d211dcc;border:1.5px solid #e5b93f73;bottom:12%;right:-4%;box-shadow:0 20px 45px #00000073,0 0 30px #e5b93f38}.Hero-module__ZARIfG__iconBoxPurple,.Hero-module__ZARIfG__iconBoxGreen{background:linear-gradient(135deg, var(--accent-green) 0%, var(--accent-green-dark) 100%);border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex;box-shadow:0 4px 16px #e5b93f66}.Hero-module__ZARIfG__cardInfo{flex-direction:column;gap:.15rem;display:flex}.Hero-module__ZARIfG__cardTitle{color:#fff;letter-spacing:-.01em;font-size:1rem;font-weight:700}.Hero-module__ZARIfG__cardTitleBold{color:#fff;letter-spacing:-.02em;font-size:1.25rem;font-weight:800;line-height:1.1}.Hero-module__ZARIfG__cardSubtitleGreen,.Hero-module__ZARIfG__cardSubtitlePurple{color:var(--accent-green);font-size:.82rem;font-weight:600}.Hero-module__ZARIfG__socialGlassWidget{z-index:4;-webkit-backdrop-filter:blur(20px);border:1px solid #ffffff1f;border-left:2.5px solid var(--accent-green);background:#0d211dcc;border-radius:16px;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem .65rem;transition:transform .3s;display:flex;position:absolute;top:48%;left:-12%;box-shadow:0 16px 36px #0006,0 0 22px #e5b93f4d}.Hero-module__ZARIfG__socialGlassWidget:hover{transform:translateY(-3px)}.Hero-module__ZARIfG__socialGlassBtn{color:#fff;background:#ffffff14;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:background-color .25s,color .25s,transform .25s;display:flex}.Hero-module__ZARIfG__socialGlassBtn:hover{background:var(--accent-green);color:var(--bg-primary);transform:scale(1.08)}.Hero-module__ZARIfG__badgeLucideIcon{color:var(--accent-green);filter:drop-shadow(0 0 6px #10b98166);flex-shrink:0}.Hero-module__ZARIfG__badgeText{color:#f1f5f9;letter-spacing:.02em;font-size:.78rem;font-weight:600}.Hero-module__ZARIfG__desktopBr{display:inline}@media (max-width:1024px){.Hero-module__ZARIfG__heading{font-size:3rem}.Hero-module__ZARIfG__portraitContainer{max-width:340px}.Hero-module__ZARIfG__badgeTopLeft{left:-4%}.Hero-module__ZARIfG__badgeBottomRight{right:-4%}}@media (max-width:868px){.Hero-module__ZARIfG__desktopBr{display:none}.Hero-module__ZARIfG__hero{padding:2rem 1.25rem 3.5rem}.Hero-module__ZARIfG__container{text-align:center;grid-template-columns:1fr;grid-template-areas:"heading""image""rest";gap:1.5rem}.Hero-module__ZARIfG__headingBlock{justify-content:center;display:flex}.Hero-module__ZARIfG__leftContent{align-items:center}.Hero-module__ZARIfG__heading{margin-bottom:0;font-size:2.15rem;line-height:1.18}.Hero-module__ZARIfG__headingLine1{margin-bottom:.15em;font-size:1.15em;display:block}.Hero-module__ZARIfG__subtext{max-width:440px;margin-bottom:1.75rem;font-size:.95rem;line-height:1.55}.Hero-module__ZARIfG__ctaGroup{flex-direction:column;align-items:center;gap:.75rem;width:100%;max-width:340px;margin-bottom:2.25rem}.Hero-module__ZARIfG__primaryBtn,.Hero-module__ZARIfG__secondaryBtn{justify-content:center;width:100%;max-width:320px;padding:.85rem 1.5rem;font-size:.95rem}.Hero-module__ZARIfG__statsContainer{border-top:1px solid var(--border-light);grid-template-columns:repeat(3,1fr);gap:.5rem;width:100%;max-width:100%;padding-top:1.25rem;display:grid}.Hero-module__ZARIfG__statDivider{display:none}.Hero-module__ZARIfG__statItem{text-align:center;align-items:center}.Hero-module__ZARIfG__statNumber{margin-bottom:.2rem;font-size:1.45rem}.Hero-module__ZARIfG__statLabel{font-size:.72rem;line-height:1.25}.Hero-module__ZARIfG__portraitContainer{max-width:280px}.Hero-module__ZARIfG__glassFeatureCard{border-radius:14px;gap:.5rem;padding:.5rem .85rem}.Hero-module__ZARIfG__cardMegaCreator{top:5%;left:-5%}.Hero-module__ZARIfG__cardViewsCount{bottom:10%;right:-5%}.Hero-module__ZARIfG__iconBoxPurple,.Hero-module__ZARIfG__iconBoxGreen{border-radius:9px;width:30px;height:30px}.Hero-module__ZARIfG__cardTitle{font-size:.82rem}.Hero-module__ZARIfG__cardTitleBold{font-size:1rem}.Hero-module__ZARIfG__cardSubtitlePurple,.Hero-module__ZARIfG__cardSubtitleGreen{font-size:.68rem}.Hero-module__ZARIfG__socialGlassWidget{border-radius:12px;gap:.4rem;padding:.5rem .4rem;top:46%;left:-4%}.Hero-module__ZARIfG__socialGlassBtn{border-radius:8px;width:30px;height:30px}}@media (max-width:480px){.Hero-module__ZARIfG__glassFeatureCard{padding:.4rem .65rem}.Hero-module__ZARIfG__hero{padding:1.5rem 1rem 3rem}.Hero-module__ZARIfG__heading{margin-bottom:1rem;font-size:1.75rem;line-height:1.2}.Hero-module__ZARIfG__subtext{margin-bottom:1.5rem;font-size:.88rem}.Hero-module__ZARIfG__portraitContainer{max-width:240px}.Hero-module__ZARIfG__primaryBtn,.Hero-module__ZARIfG__secondaryBtn{padding:.8rem 1.25rem;font-size:.9rem}.Hero-module__ZARIfG__statsContainer{gap:.25rem}.Hero-module__ZARIfG__statNumber{font-size:1.25rem}.Hero-module__ZARIfG__statLabel{font-size:.65rem}}
.ServicesStrip-module__-hfezG__stripWrapper{z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);-webkit-user-select:none;user-select:none;background:#0d211deb;width:100%;padding:1.1rem 0;position:relative;overflow:hidden}.ServicesStrip-module__-hfezG__marqueeTrack{width:max-content;animation:28s linear infinite ServicesStrip-module__-hfezG__marqueeScroll;display:flex}.ServicesStrip-module__-hfezG__stripWrapper:hover .ServicesStrip-module__-hfezG__marqueeTrack{animation-play-state:paused}.ServicesStrip-module__-hfezG__marqueeGroup{align-items:center;gap:3.5rem;padding-right:3.5rem;display:flex}.ServicesStrip-module__-hfezG__serviceItem{white-space:nowrap;align-items:center;gap:.65rem;display:flex}.ServicesStrip-module__-hfezG__serviceIcon{color:var(--accent-green);flex-shrink:0;display:block}.ServicesStrip-module__-hfezG__serviceText{color:var(--text-primary);letter-spacing:.08em;text-transform:uppercase;font-size:.92rem;font-weight:800;transition:color .2s}.ServicesStrip-module__-hfezG__serviceItem:hover .ServicesStrip-module__-hfezG__serviceText{color:var(--accent-green)}@keyframes ServicesStrip-module__-hfezG__marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:868px){.ServicesStrip-module__-hfezG__stripWrapper{padding:.9rem 0}.ServicesStrip-module__-hfezG__marqueeGroup{gap:2.25rem;padding-right:2.25rem}.ServicesStrip-module__-hfezG__serviceText{letter-spacing:.06em;font-size:.82rem}}@media (max-width:480px){.ServicesStrip-module__-hfezG__stripWrapper{padding:.8rem 0}.ServicesStrip-module__-hfezG__serviceText{font-size:.78rem}}
.OurWork-module__ZzBZ7q__section{z-index:1;border-top:1px solid var(--border-light);background:0 0;width:100%;padding:5rem 2rem 6rem;position:relative;overflow:hidden}.OurWork-module__ZzBZ7q__container{max-width:1200px;margin:0 auto}.OurWork-module__ZzBZ7q__header{justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem;display:flex}.OurWork-module__ZzBZ7q__headerLeft{max-width:580px}.OurWork-module__ZzBZ7q__pillLabel{background:var(--accent-green-light);color:var(--accent-green-dark);border:1px solid #e5b93f33;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.35rem .9rem;font-size:.82rem;font-weight:600;display:inline-flex}.OurWork-module__ZzBZ7q__greenDot{background-color:var(--accent-green);width:7px;height:7px;box-shadow:0 0 6px var(--accent-green);border-radius:50%}.OurWork-module__ZzBZ7q__title{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:.75rem;font-size:2.75rem;font-weight:800;line-height:1.15}.OurWork-module__ZzBZ7q__accentText{color:var(--accent-green)}.OurWork-module__ZzBZ7q__subtitle{color:var(--text-secondary);font-size:1.05rem;line-height:1.55}.OurWork-module__ZzBZ7q__navControls{align-items:center;gap:.75rem;display:flex}.OurWork-module__ZzBZ7q__scrollBtn{border:1px solid var(--border-light);background:var(--card-bg);width:44px;height:44px;color:var(--text-primary);cursor:pointer;box-shadow:var(--shadow-sm);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.OurWork-module__ZzBZ7q__scrollBtn:hover{border-color:var(--accent-green);color:var(--accent-green);box-shadow:var(--shadow-md);transform:translateY(-2px)}.OurWork-module__ZzBZ7q__carouselWrapper{width:100%;position:relative}.OurWork-module__ZzBZ7q__carousel{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;gap:1.5rem;padding:.5rem .25rem 1.5rem;display:flex;overflow-x:auto}.OurWork-module__ZzBZ7q__carousel::-webkit-scrollbar{display:none}.OurWork-module__ZzBZ7q__videoOnlyCard{scroll-snap-align:start;cursor:pointer;background:#000;border:1px solid #ffffff1f;border-radius:22px;flex:0 0 270px;height:460px;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s,border-color .3s;position:relative;overflow:hidden;box-shadow:0 10px 25px #00000014}.OurWork-module__ZzBZ7q__videoOnlyCard:hover{border-color:var(--accent-green);transform:translateY(-8px);box-shadow:0 20px 40px #e5b93f40}.OurWork-module__ZzBZ7q__videoEl{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.OurWork-module__ZzBZ7q__centerToggle{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;opacity:1;pointer-events:none;background:#00000073;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;padding-left:3px;transition:opacity .25s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.OurWork-module__ZzBZ7q__centerToggleHidden{opacity:0}.OurWork-module__ZzBZ7q__videoOnlyCard:hover .OurWork-module__ZzBZ7q__centerToggleHidden{opacity:.85}@media (max-width:868px){.OurWork-module__ZzBZ7q__section{padding:3.5rem 1.25rem 4.5rem}.OurWork-module__ZzBZ7q__header{flex-direction:column;align-items:flex-start;gap:1.5rem}.OurWork-module__ZzBZ7q__navControls{display:none}.OurWork-module__ZzBZ7q__title{font-size:2.15rem}.OurWork-module__ZzBZ7q__subtitle{font-size:.95rem}.OurWork-module__ZzBZ7q__videoOnlyCard{flex:0 0 240px;height:420px}}@media (max-width:480px){.OurWork-module__ZzBZ7q__title{font-size:1.85rem}.OurWork-module__ZzBZ7q__videoOnlyCard{flex:0 0 220px;height:390px}}
.ClientResults-module__sTsg-a__section{z-index:1;border-top:1px solid var(--border-light);background:0 0;width:100%;padding:5rem 2rem 6rem;position:relative;overflow:hidden}.ClientResults-module__sTsg-a__container{max-width:1200px;margin:0 auto}.ClientResults-module__sTsg-a__header{text-align:center;max-width:650px;margin:0 auto 3.5rem}.ClientResults-module__sTsg-a__pillLabel{background:var(--accent-green-light);color:var(--accent-green-dark);border:1px solid #e5b93f33;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.35rem .9rem;font-size:.82rem;font-weight:600;display:inline-flex}.ClientResults-module__sTsg-a__greenDot{background-color:var(--accent-green);width:7px;height:7px;box-shadow:0 0 6px var(--accent-green);border-radius:50%}.ClientResults-module__sTsg-a__title{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:.75rem;font-size:2.75rem;font-weight:800;line-height:1.15}.ClientResults-module__sTsg-a__accentText{color:var(--accent-green)}.ClientResults-module__sTsg-a__subtitle{color:var(--text-secondary);font-size:1.05rem;line-height:1.55}.ClientResults-module__sTsg-a__grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}.ClientResults-module__sTsg-a__card{background:var(--card-bg);border:1px solid var(--border-light);border-radius:20px;flex-direction:column;transition:transform .35s cubic-bezier(.16,1,.3,1),border-color .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000040}.ClientResults-module__sTsg-a__card:hover{border-color:var(--accent-green);transform:translateY(-6px);box-shadow:0 20px 45px #e5b93f29}.ClientResults-module__sTsg-a__imageBox{aspect-ratio:10/11;background:#0b1917;width:100%;position:relative;overflow:hidden}.ClientResults-module__sTsg-a__image{object-fit:contain;object-position:top center;transition:transform .4s cubic-bezier(.16,1,.3,1)}.ClientResults-module__sTsg-a__card:hover .ClientResults-module__sTsg-a__image{transform:scale(1.04)}.ClientResults-module__sTsg-a__milestoneBadge{z-index:2;-webkit-backdrop-filter:blur(10px);color:var(--accent-green);background:#0d211dd9;border:1px solid #e5b93f66;border-radius:999px;align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.72rem;font-weight:600;display:inline-flex;position:absolute;bottom:.85rem;left:.85rem;box-shadow:0 8px 20px #00000059}.ClientResults-module__sTsg-a__cardFooter{flex-direction:column;gap:.3rem;padding:1rem 1.15rem 1.15rem;display:flex}.ClientResults-module__sTsg-a__handleRow{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.ClientResults-module__sTsg-a__handle{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;font-weight:700;overflow:hidden}.ClientResults-module__sTsg-a__followers{color:var(--accent-green);letter-spacing:-.01em;flex-shrink:0;font-size:.95rem;font-weight:800}.ClientResults-module__sTsg-a__category{color:var(--text-secondary);font-size:.8rem}@media (max-width:992px){.ClientResults-module__sTsg-a__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:868px){.ClientResults-module__sTsg-a__section{padding:3.5rem 1.25rem 4.5rem}.ClientResults-module__sTsg-a__header{margin-bottom:2.5rem}.ClientResults-module__sTsg-a__title{font-size:2.15rem}.ClientResults-module__sTsg-a__subtitle{font-size:.95rem}.ClientResults-module__sTsg-a__grid{gap:1.25rem}}@media (max-width:560px){.ClientResults-module__sTsg-a__grid{grid-template-columns:1fr;max-width:380px;margin:0 auto}}@media (max-width:480px){.ClientResults-module__sTsg-a__title{font-size:1.85rem}}
.AgencyJourney-module__GeTu0q__section{z-index:1;border-top:1px solid var(--border-light);background:0 0;width:100%;padding:6rem 2rem 7.5rem;position:relative;overflow:hidden}.AgencyJourney-module__GeTu0q__container{max-width:1200px;margin:0 auto}.AgencyJourney-module__GeTu0q__header{text-align:center;max-width:650px;margin:0 auto 5.5rem}.AgencyJourney-module__GeTu0q__pillLabel{background:var(--accent-green-light);color:var(--accent-green-dark);border:1px solid #e5b93f33;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.35rem .9rem;font-size:.82rem;font-weight:600;display:inline-flex}.AgencyJourney-module__GeTu0q__greenDot{background-color:var(--accent-green);width:7px;height:7px;box-shadow:0 0 6px var(--accent-green);border-radius:50%}.AgencyJourney-module__GeTu0q__title{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:.75rem;font-size:2.85rem;font-weight:800;line-height:1.15}.AgencyJourney-module__GeTu0q__accentText{color:var(--accent-green)}.AgencyJourney-module__GeTu0q__subtitle{color:var(--text-secondary);font-size:1.05rem;line-height:1.55}.AgencyJourney-module__GeTu0q__timelineContainer{flex-direction:column;gap:5.5rem;display:flex;position:relative}.AgencyJourney-module__GeTu0q__centerLine{background:var(--border-light);z-index:1;width:1.5px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.AgencyJourney-module__GeTu0q__centerLineFill{background:linear-gradient(to bottom, var(--accent-green), var(--accent-green) 85%, transparent);z-index:1;width:1.5px;transition:height .5s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:50%;transform:translate(-50%)}.AgencyJourney-module__GeTu0q__centerLineFill:after{content:"";background:var(--accent-green);border-radius:50%;width:6px;height:6px;position:absolute;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 0 8px 2px #e5b93f8c}.AgencyJourney-module__GeTu0q__timelineRow{z-index:2;opacity:0;grid-template-columns:1fr 60px 1fr;align-items:center;gap:2.5rem;transition:opacity .4s;display:grid;position:relative}.AgencyJourney-module__GeTu0q__rowFromLeft .AgencyJourney-module__GeTu0q__leftCol,.AgencyJourney-module__GeTu0q__rowFromRight .AgencyJourney-module__GeTu0q__rightCol{opacity:0;transition:transform .7s cubic-bezier(.16,1,.3,1),opacity .7s;transform:translateY(28px)scale(.98)}.AgencyJourney-module__GeTu0q__rowFromLeft .AgencyJourney-module__GeTu0q__rightCol,.AgencyJourney-module__GeTu0q__rowFromRight .AgencyJourney-module__GeTu0q__leftCol{opacity:0;transition:transform .7s cubic-bezier(.16,1,.3,1) .12s,opacity .7s .12s;transform:translateY(28px)scale(.98)}.AgencyJourney-module__GeTu0q__rowVisible{opacity:1}.AgencyJourney-module__GeTu0q__rowVisible .AgencyJourney-module__GeTu0q__leftCol,.AgencyJourney-module__GeTu0q__rowVisible .AgencyJourney-module__GeTu0q__rightCol{opacity:1;transform:translateY(0)scale(1)}.AgencyJourney-module__GeTu0q__leftCol,.AgencyJourney-module__GeTu0q__rightCol{justify-content:center;align-items:center;display:flex}.AgencyJourney-module__GeTu0q__centerNodeCol{z-index:3;flex-direction:column;justify-content:center;align-items:center;gap:.6rem;display:flex}.AgencyJourney-module__GeTu0q__timelineNode{background:var(--card-bg);border:2px solid var(--border-light);border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:border-color .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1),transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.AgencyJourney-module__GeTu0q__nodeFill{background:linear-gradient(145deg, var(--accent-green), #b8860b);z-index:0;border-radius:50%;transition:transform .5s cubic-bezier(.34,1.56,.64,1);position:absolute;inset:0;transform:scale(0)}.AgencyJourney-module__GeTu0q__nodeIcon{z-index:1;color:var(--text-secondary);transition:color .35s 50ms;position:relative}.AgencyJourney-module__GeTu0q__nodeActive{border-color:var(--accent-green)!important;box-shadow:0 0 0 4px var(--accent-green-light)!important;transform:scale(1.08)!important}.AgencyJourney-module__GeTu0q__nodeActive .AgencyJourney-module__GeTu0q__nodeFill{transform:scale(1)}.AgencyJourney-module__GeTu0q__nodeActive .AgencyJourney-module__GeTu0q__nodeIcon{color:var(--bg-primary)}.AgencyJourney-module__GeTu0q__nodeCurrent{transform:scale(1.16)!important}.AgencyJourney-module__GeTu0q__nodeCurrent:before{content:"";z-index:0;border:1px solid #e5b93f59;border-radius:50%;animation:2.2s ease-out infinite AgencyJourney-module__GeTu0q__nodePulse;position:absolute;inset:-8px}@keyframes AgencyJourney-module__GeTu0q__nodePulse{0%{opacity:.9;transform:scale(.6)}to{opacity:0;transform:scale(1.9)}}.AgencyJourney-module__GeTu0q__nodeStep{color:var(--text-secondary);opacity:.4;letter-spacing:.03em;white-space:nowrap;font-variant-numeric:tabular-nums;font-size:.66rem;font-weight:700;transition:color .3s,opacity .3s}.AgencyJourney-module__GeTu0q__nodeStepActive{color:var(--accent-green-dark);opacity:1}.AgencyJourney-module__GeTu0q__textCard{background:var(--card-bg);width:100%;color:var(--text-primary);border:1px solid var(--border-light);border-radius:24px;padding:2.25rem;transition:all .35s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000a}.AgencyJourney-module__GeTu0q__textCard:hover,.AgencyJourney-module__GeTu0q__cardActive{border-color:var(--accent-green)!important;box-shadow:0 16px 40px #e5b93f29!important}.AgencyJourney-module__GeTu0q__watermarkNumber{color:#ffffff0d;pointer-events:none;font-size:6.5rem;font-weight:900;line-height:1;font-family:var(--font-main);position:absolute;top:-15px;right:25px}.AgencyJourney-module__GeTu0q__cardTopRow{z-index:2;justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex;position:relative}.AgencyJourney-module__GeTu0q__phaseTag{color:var(--accent-green-dark);text-transform:uppercase;letter-spacing:.06em;font-size:.78rem;font-weight:700}.AgencyJourney-module__GeTu0q__iconBadge{background:linear-gradient(145deg, var(--accent-green), #b8860b);width:44px;height:44px;color:var(--bg-primary);box-shadow:var(--shadow-green);border-radius:12px;justify-content:center;align-items:center;transition:transform .35s cubic-bezier(.16,1,.3,1);display:flex}.AgencyJourney-module__GeTu0q__cardActive .AgencyJourney-module__GeTu0q__iconBadge,.AgencyJourney-module__GeTu0q__textCard:hover .AgencyJourney-module__GeTu0q__iconBadge{transform:scale(1.08)rotate(-4deg)}.AgencyJourney-module__GeTu0q__cardTitle{color:var(--text-primary);letter-spacing:-.02em;z-index:2;margin-bottom:.85rem;font-size:1.65rem;font-weight:800;line-height:1.25;position:relative}.AgencyJourney-module__GeTu0q__cardDesc{color:var(--text-secondary);z-index:2;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6;position:relative}.AgencyJourney-module__GeTu0q__deliverablesList{z-index:2;flex-wrap:wrap;gap:.5rem;display:flex;position:relative}.AgencyJourney-module__GeTu0q__deliverablePill{background:var(--accent-green-light);color:var(--accent-green-dark);border:1px solid #e5b93f33;border-radius:8px;align-items:center;gap:.4rem;padding:.38rem .8rem;font-size:.78rem;font-weight:600;display:inline-flex}.AgencyJourney-module__GeTu0q__pillDot{background-color:var(--accent-green);border-radius:50%;width:5px;height:5px}.AgencyJourney-module__GeTu0q__imageCard{background:var(--card-bg);border:1px solid var(--border-light);border-radius:24px;width:100%;height:280px;transition:all .35s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000a}.AgencyJourney-module__GeTu0q__imageCard:hover,.AgencyJourney-module__GeTu0q__imageCard.AgencyJourney-module__GeTu0q__cardActive{transform:translateY(-4px);border-color:var(--accent-green)!important;box-shadow:0 16px 40px #e5b93f29!important}.AgencyJourney-module__GeTu0q__stepImage{object-fit:cover}.AgencyJourney-module__GeTu0q__imagePlaceholder{color:var(--text-secondary);background:repeating-linear-gradient(135deg,#ffffff0a 0 1px,#0000 1px 14px);flex-direction:column;justify-content:center;align-items:center;gap:.6rem;transition:color .35s;display:flex;position:absolute;inset:0}.AgencyJourney-module__GeTu0q__imagePlaceholder span{letter-spacing:.02em;text-transform:uppercase;font-size:.8rem;font-weight:600}.AgencyJourney-module__GeTu0q__imageCard.AgencyJourney-module__GeTu0q__cardActive .AgencyJourney-module__GeTu0q__imagePlaceholder,.AgencyJourney-module__GeTu0q__imageCard:hover .AgencyJourney-module__GeTu0q__imagePlaceholder{color:var(--accent-green)}@media (max-width:868px){.AgencyJourney-module__GeTu0q__section{padding:3.5rem 1.25rem 4rem}.AgencyJourney-module__GeTu0q__header{margin-bottom:2.75rem}.AgencyJourney-module__GeTu0q__title{font-size:2.15rem}.AgencyJourney-module__GeTu0q__subtitle{font-size:.95rem}.AgencyJourney-module__GeTu0q__timelineContainer{gap:2.75rem}.AgencyJourney-module__GeTu0q__centerLine,.AgencyJourney-module__GeTu0q__centerLineFill{left:17px;transform:none}.AgencyJourney-module__GeTu0q__centerLineFill:after{left:17px;transform:translate(-50%)}.AgencyJourney-module__GeTu0q__timelineRow{grid-template-columns:1fr;gap:1.1rem;padding-left:2.85rem}.AgencyJourney-module__GeTu0q__rowFromLeft .AgencyJourney-module__GeTu0q__leftCol{order:2}.AgencyJourney-module__GeTu0q__rowFromLeft .AgencyJourney-module__GeTu0q__rightCol,.AgencyJourney-module__GeTu0q__rowFromRight .AgencyJourney-module__GeTu0q__leftCol{order:1}.AgencyJourney-module__GeTu0q__rowFromRight .AgencyJourney-module__GeTu0q__rightCol{order:2}.AgencyJourney-module__GeTu0q__centerNodeCol{flex-direction:row;gap:.5rem;position:absolute;top:2px;left:0}.AgencyJourney-module__GeTu0q__timelineNode{width:30px;height:30px}.AgencyJourney-module__GeTu0q__nodeStep{display:none}.AgencyJourney-module__GeTu0q__leftCol,.AgencyJourney-module__GeTu0q__rightCol{width:100%}.AgencyJourney-module__GeTu0q__textCard{border-radius:20px;padding:1.35rem}.AgencyJourney-module__GeTu0q__watermarkNumber{font-size:4rem;top:-10px;right:18px}.AgencyJourney-module__GeTu0q__cardTopRow{margin-bottom:1rem}.AgencyJourney-module__GeTu0q__iconBadge{border-radius:10px;width:38px;height:38px}.AgencyJourney-module__GeTu0q__cardTitle{margin-bottom:.6rem;font-size:1.2rem}.AgencyJourney-module__GeTu0q__cardDesc{margin-bottom:1.1rem;font-size:.88rem}.AgencyJourney-module__GeTu0q__deliverablePill{padding:.32rem .65rem;font-size:.73rem}.AgencyJourney-module__GeTu0q__imageCard{border-radius:20px;height:190px}}@media (max-width:480px){.AgencyJourney-module__GeTu0q__title{font-size:1.85rem}.AgencyJourney-module__GeTu0q__timelineRow{padding-left:2.5rem}.AgencyJourney-module__GeTu0q__cardTitle{font-size:1.1rem}.AgencyJourney-module__GeTu0q__textCard{padding:1.15rem}.AgencyJourney-module__GeTu0q__imageCard{height:165px}.AgencyJourney-module__GeTu0q__watermarkNumber{font-size:3.4rem}}
.Pricing-module__yc4bBa__section{z-index:1;border-top:1px solid var(--border-light);background:0 0;width:100%;padding:6rem 2rem 7rem;position:relative;overflow:hidden}.Pricing-module__yc4bBa__container{max-width:1200px;margin:0 auto}.Pricing-module__yc4bBa__header{text-align:center;max-width:650px;margin:0 auto 4rem}.Pricing-module__yc4bBa__pillLabel{background:var(--accent-green-light);color:var(--accent-green-dark);border:1px solid #e5b93f33;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.35rem .9rem;font-size:.82rem;font-weight:600;display:inline-flex}.Pricing-module__yc4bBa__greenDot{background-color:var(--accent-green);width:7px;height:7px;box-shadow:0 0 6px var(--accent-green);border-radius:50%}.Pricing-module__yc4bBa__title{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:.75rem;font-size:2.85rem;font-weight:800;line-height:1.15}.Pricing-module__yc4bBa__accentText{color:var(--accent-green)}.Pricing-module__yc4bBa__subtitle{color:var(--text-secondary);font-size:1.05rem;line-height:1.55}.Pricing-module__yc4bBa__plansGrid{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:1.5rem;margin-bottom:5rem;display:grid}.Pricing-module__yc4bBa__planCard{background:var(--card-bg);border:1px solid var(--border-light);border-radius:24px;flex-direction:column;height:100%;padding:2.25rem;transition:transform .35s cubic-bezier(.16,1,.3,1),border-color .35s,box-shadow .35s;display:flex;position:relative;box-shadow:0 10px 30px #0000000a}.Pricing-module__yc4bBa__planCard:hover{border-color:var(--accent-green);transform:translateY(-6px);box-shadow:0 20px 45px #e5b93f24}.Pricing-module__yc4bBa__planCardPopular{border-color:var(--accent-green);background:linear-gradient(180deg, var(--accent-green-light) 0%, var(--card-bg) 22%);box-shadow:0 20px 50px #e5b93f2e}.Pricing-module__yc4bBa__planCardPopular:hover{transform:translateY(-8px)}.Pricing-module__yc4bBa__popularBadge{background:var(--accent-green);color:var(--bg-primary);letter-spacing:.04em;text-transform:uppercase;box-shadow:var(--shadow-green);white-space:nowrap;border-radius:999px;padding:.4rem 1rem;font-size:.72rem;font-weight:700;position:absolute;top:-13px;left:50%;transform:translate(-50%)}.Pricing-module__yc4bBa__planHeader{text-align:center;margin-bottom:1.5rem}.Pricing-module__yc4bBa__planName{color:var(--text-primary);margin-bottom:.75rem;font-size:1.1rem;font-weight:700;display:block}.Pricing-module__yc4bBa__planPriceRow{justify-content:center;align-items:flex-end;gap:.15rem;line-height:1;display:flex}.Pricing-module__yc4bBa__currency{color:var(--text-primary);margin-bottom:.3rem;font-size:1.4rem;font-weight:700}.Pricing-module__yc4bBa__planPrice{color:var(--text-primary);letter-spacing:-.03em;font-size:3rem;font-weight:800}.Pricing-module__yc4bBa__planPeriod{color:var(--text-secondary);margin-bottom:.4rem;font-size:.95rem;font-weight:500}.Pricing-module__yc4bBa__planTagline{color:var(--text-secondary);margin-top:.6rem;font-size:.85rem;display:block}.Pricing-module__yc4bBa__priceBreakdown{background:var(--accent-green-light);text-align:left;border:1px solid #e5b93f33;border-radius:14px;flex-direction:column;gap:.5rem;margin-top:1.1rem;padding:.85rem 1rem;display:flex}.Pricing-module__yc4bBa__priceRow{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.Pricing-module__yc4bBa__priceRowLabel{color:var(--text-secondary);font-size:.8rem;font-weight:500}.Pricing-module__yc4bBa__priceRowValue{color:var(--text-primary);white-space:nowrap;font-size:.92rem;font-weight:700}.Pricing-module__yc4bBa__perMonth{color:var(--text-secondary);margin-left:.1rem;font-size:.72rem;font-weight:500}.Pricing-module__yc4bBa__priceNote{color:var(--text-secondary);margin-top:.6rem;font-size:.76rem;font-style:italic}.Pricing-module__yc4bBa__ctaPrimary,.Pricing-module__yc4bBa__ctaSecondary{text-align:center;border-radius:999px;margin-bottom:1.85rem;padding:.85rem 1.5rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .25s;display:block}.Pricing-module__yc4bBa__ctaPrimary{background-color:var(--accent-green);color:var(--bg-primary);box-shadow:var(--shadow-green)}.Pricing-module__yc4bBa__ctaPrimary:hover{background-color:var(--accent-green-dark);transform:translateY(-2px)}.Pricing-module__yc4bBa__ctaSecondary{background:var(--accent-green-light);color:var(--accent-green-dark);border:1px solid #e5b93f33}.Pricing-module__yc4bBa__ctaSecondary:hover{background:var(--accent-green-light);border-color:var(--accent-green)}.Pricing-module__yc4bBa__featureList{flex-direction:column;gap:.7rem;list-style:none;display:flex}.Pricing-module__yc4bBa__featureItem{color:var(--text-secondary);align-items:flex-start;gap:.55rem;font-size:.87rem;line-height:1.4;display:flex}.Pricing-module__yc4bBa__featureIcon{color:var(--accent-green);flex-shrink:0;margin-top:.15rem}.Pricing-module__yc4bBa__comparisonWrapper{max-width:900px;margin:0 auto}.Pricing-module__yc4bBa__comparisonTitle{text-align:center;color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.75rem;font-size:1.5rem;font-weight:800}.Pricing-module__yc4bBa__tableScroll{border:1px solid var(--border-light);background:var(--card-bg);border-radius:20px;overflow-x:auto;box-shadow:0 10px 30px #0000000a}.Pricing-module__yc4bBa__table{border-collapse:collapse;width:100%;min-width:680px}.Pricing-module__yc4bBa__table th,.Pricing-module__yc4bBa__table td{text-align:center;border-bottom:1px solid var(--border-light);padding:.95rem 1.1rem;font-size:.88rem}.Pricing-module__yc4bBa__table thead th{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;background:#ffffff08;font-size:.78rem;font-weight:700}.Pricing-module__yc4bBa__table tbody tr:last-child td{border-bottom:none}.Pricing-module__yc4bBa__thFeature,.Pricing-module__yc4bBa__tdFeature{text-align:left;color:var(--text-primary);white-space:nowrap;font-weight:600}.Pricing-module__yc4bBa__thHighlight,.Pricing-module__yc4bBa__tdHighlight{background:var(--accent-green-light)}.Pricing-module__yc4bBa__cellIcon{color:var(--accent-green-dark);justify-content:center;align-items:center;display:inline-flex}.Pricing-module__yc4bBa__cellIconMuted{color:#fff3}.Pricing-module__yc4bBa__cellText{color:var(--text-secondary);font-size:.85rem;font-weight:600}@media (max-width:1150px){.Pricing-module__yc4bBa__plansGrid{grid-template-columns:repeat(2,1fr);gap:1.75rem;max-width:720px;margin-left:auto;margin-right:auto}}@media (max-width:560px){.Pricing-module__yc4bBa__plansGrid{grid-template-columns:1fr;gap:1.5rem;max-width:380px}}@media (max-width:868px){.Pricing-module__yc4bBa__section{padding:4rem 1.25rem 5rem}.Pricing-module__yc4bBa__header{margin-bottom:3rem}.Pricing-module__yc4bBa__title{font-size:2.15rem}.Pricing-module__yc4bBa__subtitle{font-size:.95rem}.Pricing-module__yc4bBa__plansGrid{margin-bottom:3.5rem}.Pricing-module__yc4bBa__planCard{padding:1.85rem}.Pricing-module__yc4bBa__comparisonTitle{font-size:1.25rem}}@media (max-width:480px){.Pricing-module__yc4bBa__title{font-size:1.85rem}.Pricing-module__yc4bBa__planPrice{font-size:2.5rem}.Pricing-module__yc4bBa__planCard{padding:1.5rem}.Pricing-module__yc4bBa__priceBreakdown{padding:.7rem .85rem}.Pricing-module__yc4bBa__priceRowLabel{font-size:.74rem}.Pricing-module__yc4bBa__priceRowValue{font-size:.85rem}}
.GetStartedForm-module__PQHILa__section{z-index:1;align-items:center;width:100%;min-height:calc(100vh - 76px);padding:3rem 2rem 6rem;display:flex;position:relative}.GetStartedForm-module__PQHILa__container{width:100%;max-width:640px;margin:0 auto}.GetStartedForm-module__PQHILa__backLink{color:var(--text-secondary);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.GetStartedForm-module__PQHILa__backLink:hover{color:var(--accent-green)}.GetStartedForm-module__PQHILa__formCard{background:var(--card-bg);border:1px solid var(--border-light);-webkit-backdrop-filter:blur(10px);border-radius:24px;padding:2.5rem;box-shadow:0 20px 60px #00000059}.GetStartedForm-module__PQHILa__header{text-align:center;margin-bottom:2.25rem}.GetStartedForm-module__PQHILa__pillLabel{background:var(--accent-green-light);color:var(--accent-green-dark);border:1px solid #e5b93f33;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.35rem .9rem;font-size:.8rem;font-weight:600;display:inline-flex}.GetStartedForm-module__PQHILa__greenDot{background-color:var(--accent-green);width:7px;height:7px;box-shadow:0 0 6px var(--accent-green);border-radius:50%}.GetStartedForm-module__PQHILa__title{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:.6rem;font-size:2.1rem;font-weight:800;line-height:1.15}.GetStartedForm-module__PQHILa__accentText{color:var(--accent-green)}.GetStartedForm-module__PQHILa__subtitle{color:var(--text-secondary);max-width:460px;margin:0 auto;font-size:.98rem;line-height:1.55}.GetStartedForm-module__PQHILa__form{flex-direction:column;gap:1.35rem;display:flex}.GetStartedForm-module__PQHILa__fieldRow{grid-template-columns:1fr 1fr;gap:1.35rem;display:grid}.GetStartedForm-module__PQHILa__fieldGroup{flex-direction:column;gap:.55rem;display:flex}.GetStartedForm-module__PQHILa__label{color:var(--text-primary);align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;display:flex}.GetStartedForm-module__PQHILa__label svg{color:var(--accent-green);flex-shrink:0}.GetStartedForm-module__PQHILa__optional{color:var(--text-secondary);font-size:.78rem;font-weight:400}.GetStartedForm-module__PQHILa__input,.GetStartedForm-module__PQHILa__select,.GetStartedForm-module__PQHILa__textarea{border:1px solid var(--border-light);width:100%;color:var(--text-primary);background:#ffffff08;border-radius:12px;padding:.85rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,background-color .2s,box-shadow .2s}.GetStartedForm-module__PQHILa__input::placeholder,.GetStartedForm-module__PQHILa__textarea::placeholder{color:var(--text-secondary);opacity:.7}.GetStartedForm-module__PQHILa__input:focus,.GetStartedForm-module__PQHILa__select:focus,.GetStartedForm-module__PQHILa__textarea:focus{border-color:var(--accent-green);box-shadow:0 0 0 3px var(--accent-green-light);background:#e5b93f0d;outline:none}.GetStartedForm-module__PQHILa__select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23a7b9b3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.GetStartedForm-module__PQHILa__select option{color:var(--text-primary);background:#0d211d}.GetStartedForm-module__PQHILa__textarea{resize:vertical;min-height:100px;line-height:1.5}.GetStartedForm-module__PQHILa__submitBtn{background-color:var(--accent-green);width:100%;color:var(--bg-primary);cursor:pointer;box-shadow:var(--shadow-green);border:none;border-radius:999px;justify-content:center;align-items:center;gap:.6rem;margin-top:.25rem;padding:1rem 1.5rem;font-size:1rem;font-weight:700;transition:all .25s;display:inline-flex}.GetStartedForm-module__PQHILa__submitBtn:hover{background-color:var(--accent-green-dark);transform:translateY(-2px);box-shadow:0 14px 28px #e5b93f59}.GetStartedForm-module__PQHILa__submitBtn:active{transform:translateY(0)}.GetStartedForm-module__PQHILa__disclaimer{text-align:center;color:var(--text-secondary);margin-top:-.5rem;font-size:.78rem;line-height:1.5}@media (max-width:640px){.GetStartedForm-module__PQHILa__section{padding:2rem 1.25rem 4rem}.GetStartedForm-module__PQHILa__formCard{border-radius:20px;padding:1.75rem 1.5rem}.GetStartedForm-module__PQHILa__title{font-size:1.65rem}.GetStartedForm-module__PQHILa__subtitle{font-size:.9rem}.GetStartedForm-module__PQHILa__fieldRow{grid-template-columns:1fr;gap:1.1rem}.GetStartedForm-module__PQHILa__form{gap:1.1rem}}
.Team-module__EqCvfq__section{z-index:1;border-top:1px solid var(--border-light);background:0 0;width:100%;padding:6rem 2rem 7rem;position:relative;overflow:hidden}.Team-module__EqCvfq__container{max-width:1200px;margin:0 auto}.Team-module__EqCvfq__header{text-align:center;max-width:600px;margin:0 auto 4.5rem}.Team-module__EqCvfq__title{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:.75rem;font-size:2.85rem;font-weight:800;line-height:1.15}.Team-module__EqCvfq__accentText{color:var(--accent-green)}.Team-module__EqCvfq__subtitle{color:var(--text-secondary);font-size:1.05rem;line-height:1.55}.Team-module__EqCvfq__marqueeContainer{width:100%;padding:1rem 0 2rem;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 4% 96%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 4% 96%,#0000 100%)}.Team-module__EqCvfq__marqueeTrack{will-change:transform;gap:1.5rem;width:max-content;animation:28s linear infinite Team-module__EqCvfq__marqueeLeftToRight;display:flex}.Team-module__EqCvfq__marqueeContainer:hover .Team-module__EqCvfq__marqueeTrack{animation-play-state:paused}@keyframes Team-module__EqCvfq__marqueeLeftToRight{0%{transform:translate(0%)}to{transform:translate(-33.333%)}}.Team-module__EqCvfq__card{background:var(--card-bg);border:1px solid var(--border-light);border-radius:20px;flex-direction:column;flex:0 0 230px;width:230px;transition:transform .35s cubic-bezier(.16,1,.3,1),border-color .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 32px #0003}.Team-module__EqCvfq__card:hover{border-color:var(--accent-green);transform:translateY(-8px);box-shadow:0 20px 45px #e5b93f29}.Team-module__EqCvfq__portraitBox{aspect-ratio:3/4;background:linear-gradient(#ffffff0f 0%,#ffffff05 100%);width:100%;position:relative;overflow:hidden}.Team-module__EqCvfq__portraitImage{object-fit:cover;transition:transform .4s cubic-bezier(.16,1,.3,1)}.Team-module__EqCvfq__card:hover .Team-module__EqCvfq__portraitImage{transform:scale(1.05)}.Team-module__EqCvfq__cardFooter{background:var(--card-bg);border-top:1px solid var(--border-light);text-align:center;justify-content:center;align-items:center;padding:.8rem .75rem;display:flex}.Team-module__EqCvfq__ugcBadge,.Team-module__EqCvfq__techPartnerBadge,.Team-module__EqCvfq__teamTag{border:1px solid var(--border-light);color:var(--text-secondary);background:#ffffff0a;border-radius:999px;justify-content:center;align-items:center;padding:.32rem .9rem;font-size:.78rem;font-weight:600;display:inline-flex}@media (max-width:768px){.Team-module__EqCvfq__section{padding:3.5rem 1.25rem 4.5rem}.Team-module__EqCvfq__header{margin-bottom:2.25rem}.Team-module__EqCvfq__title{font-size:2.15rem}.Team-module__EqCvfq__subtitle{font-size:.95rem}.Team-module__EqCvfq__card{border-radius:18px;flex:0 0 200px;width:200px}.Team-module__EqCvfq__cardFooter{padding:.75rem .5rem}}@media (max-width:480px){.Team-module__EqCvfq__title{font-size:1.85rem}.Team-module__EqCvfq__card{flex:0 0 180px;width:180px}}
