.navbar-module__bk5_hG__navbar{z-index:var(--z-fixed);backdrop-filter:blur(10px);transition:all var(--transition-base);background:#fffffff2;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 10px #0000000d}.navbar-module__bk5_hG__navbar.navbar-module__bk5_hG__scrolled{box-shadow:var(--shadow-md);background:#fffffffa}.navbar-module__bk5_hG__navContainer{padding:var(--spacing-xs) var(--container-padding);justify-content:space-between;align-items:center;gap:var(--spacing-md);display:flex}.navbar-module__bk5_hG__logo{align-items:center;gap:var(--spacing-sm);transition:transform var(--transition-base);text-decoration:none;display:flex}.navbar-module__bk5_hG__logo:hover{transform:scale(1.05)}.navbar-module__bk5_hG__logoIcon{width:60px;height:60px;color:var(--color-primary);animation:3s ease-in-out infinite navbar-module__bk5_hG__float}.navbar-module__bk5_hG__logoIcon svg{width:100%;height:100%}.navbar-module__bk5_hG__logoText{flex-direction:column;line-height:1.2;display:flex}.navbar-module__bk5_hG__brandName{font-size:var(--font-size-lg);color:var(--color-primary-dark);letter-spacing:1px;font-weight:800}.navbar-module__bk5_hG__brandTagline{font-size:var(--font-size-xs);color:var(--color-gray);text-transform:uppercase;letter-spacing:1px;font-weight:600}.navbar-module__bk5_hG__navLinks{gap:var(--spacing-md);margin:0;padding:0;list-style:none;display:flex}.navbar-module__bk5_hG__navLink{font-size:var(--font-size-base);color:var(--color-dark-gray);padding:var(--spacing-xs) var(--spacing-sm);transition:color var(--transition-base);font-weight:600;text-decoration:none;position:relative}.navbar-module__bk5_hG__navLink:after{content:"";background:var(--color-primary);width:80%;height:2px;transition:transform var(--transition-base);position:absolute;bottom:0;left:50%;transform:translate(-50%)scaleX(0)}.navbar-module__bk5_hG__navLink:hover{color:var(--color-primary)}.navbar-module__bk5_hG__navLink:hover:after{transform:translate(-50%)scaleX(1)}.navbar-module__bk5_hG__ctaButton{align-items:center;gap:var(--spacing-xs);padding:var(--spacing-xs) var(--spacing-md);background:var(--color-primary);color:var(--color-white);border-radius:var(--radius-full);font-weight:600;font-size:var(--font-size-sm);transition:all var(--transition-base);box-shadow:var(--shadow-sm);text-decoration:none;display:inline-flex}.navbar-module__bk5_hG__ctaButton svg{width:18px;height:18px}.navbar-module__bk5_hG__ctaButton:hover{background:var(--color-primary-dark);box-shadow:var(--shadow-md);transform:translateY(-2px)}.navbar-module__bk5_hG__mobileMenuButton{cursor:pointer;width:40px;height:40px;z-index:var(--z-modal);background:0 0;border:none;padding:0;display:none;position:relative}.navbar-module__bk5_hG__hamburger{background:var(--color-primary);width:25px;height:2px;transition:all var(--transition-base);margin:0 auto;display:block;position:relative}.navbar-module__bk5_hG__hamburger:before,.navbar-module__bk5_hG__hamburger:after{content:"";background:var(--color-primary);width:25px;height:2px;transition:all var(--transition-base);position:absolute}.navbar-module__bk5_hG__hamburger:before{top:-8px}.navbar-module__bk5_hG__hamburger:after{bottom:-8px}.navbar-module__bk5_hG__hamburger.navbar-module__bk5_hG__open{background:0 0}.navbar-module__bk5_hG__hamburger.navbar-module__bk5_hG__open:before{top:0;transform:rotate(45deg)}.navbar-module__bk5_hG__hamburger.navbar-module__bk5_hG__open:after{bottom:0;transform:rotate(-45deg)}.navbar-module__bk5_hG__mobileMenu{background:var(--color-white);padding:80px var(--container-padding) var(--spacing-lg);transition:transform var(--transition-slow);z-index:var(--z-fixed);display:none;position:fixed;right:0;overflow-y:auto;transform:translate(100%)}.navbar-module__bk5_hG__mobileMenu.navbar-module__bk5_hG__open{transform:translate(0)}.navbar-module__bk5_hG__mobileNavLinks{gap:var(--spacing-sm);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.navbar-module__bk5_hG__mobileNavLink{font-size:var(--font-size-xl);color:var(--color-dark-gray);padding:var(--spacing-sm);border-radius:var(--radius-md);transition:all var(--transition-base);font-weight:700;text-decoration:none;display:block}.navbar-module__bk5_hG__mobileNavLink:hover,.navbar-module__bk5_hG__mobileNavLink:active{background:var(--color-off-white);color:var(--color-primary);transform:translate(10px)}.navbar-module__bk5_hG__mobileCtaButton{justify-content:center;align-items:center;gap:var(--spacing-sm);margin-top:var(--spacing-md);padding:var(--spacing-sm);background:var(--color-primary);color:var(--color-white);border-radius:var(--radius-lg);font-weight:700;font-size:var(--font-size-lg);box-shadow:var(--shadow-md);text-decoration:none;display:flex}.navbar-module__bk5_hG__mobileCtaButton svg{width:24px;height:24px}@media (max-width:1024px){.navbar-module__bk5_hG__navLinks{gap:var(--spacing-sm)}}@media (max-width:968px){.navbar-module__bk5_hG__navLinks,.navbar-module__bk5_hG__ctaButton{display:none}.navbar-module__bk5_hG__mobileMenuButton{height:fit-content;display:block}.navbar-module__bk5_hG__mobileMenu{backdrop-filter:blur(20px);background:linear-gradient(135deg,#ffffffd9,#f5f7faf2);width:50%;height:100vh;transition:transform .4s;display:block;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-10px 0 40px #0003}.navbar-module__bk5_hG__mobileMenu.navbar-module__bk5_hG__open{transform:translate(0)}.navbar-module__bk5_hG__mobileNavLinks{gap:var(--spacing-md)}}
.footer-module__WlMSAW__footer{color:#fff;background:linear-gradient(160deg,#003d5c 0%,#0077be 100%);position:relative}.footer-module__WlMSAW__wave{width:100%;color:var(--color-off-white,#f8f9fa);line-height:0;position:absolute;top:-1px;left:0;overflow:hidden}.footer-module__WlMSAW__wave svg{width:100%;height:80px;display:block}.footer-module__WlMSAW__footerInner{max-width:var(--container-max-width,1200px);padding:100px var(--container-padding,1.5rem) 0;margin:0 auto}.footer-module__WlMSAW__grid{border-bottom:1px solid #ffffff1f;grid-template-columns:1.6fr 1fr 1.8fr;gap:3rem;padding-bottom:3rem;display:grid}.footer-module__WlMSAW__brandCol{flex-direction:column;gap:1.2rem;display:flex}.footer-module__WlMSAW__brand{align-items:center;gap:12px;display:flex}.footer-module__WlMSAW__brandIcon{color:#fff;opacity:.9;flex-shrink:0;width:40px;height:40px}.footer-module__WlMSAW__brandName{color:#fff;margin:0;font-size:1.1rem;font-weight:800;line-height:1.2}.footer-module__WlMSAW__brandTagline{color:#ffffffa6;letter-spacing:.5px;margin:0;font-size:.72rem}.footer-module__WlMSAW__brandDesc{color:#ffffffbf;margin:0;font-size:.85rem;line-height:1.7}.footer-module__WlMSAW__contactList{flex-direction:column;gap:.6rem;display:flex}.footer-module__WlMSAW__contactItem{color:#fffc;align-items:center;gap:10px;font-size:.85rem;text-decoration:none;transition:color .2s;display:flex}.footer-module__WlMSAW__contactItem:hover{color:#fff}.footer-module__WlMSAW__contactItem svg{opacity:.7;flex-shrink:0;width:16px;height:16px}.footer-module__WlMSAW__whatsappBtn{color:#fff;background:#ffffff1f;border:1px solid #ffffff40;border-radius:50px;align-items:center;gap:8px;width:fit-content;padding:10px 20px;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.footer-module__WlMSAW__whatsappBtn svg{width:18px;height:18px}.footer-module__WlMSAW__whatsappBtn:hover{background:#fff3;transform:translateY(-2px)}.footer-module__WlMSAW__linksCol{flex-direction:column;gap:.5rem;display:flex}.footer-module__WlMSAW__colTitle{letter-spacing:1.5px;text-transform:uppercase;color:#ffffff80;margin:0 0 .5rem;font-size:.7rem;font-weight:800}.footer-module__WlMSAW__linkList{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.footer-module__WlMSAW__footerLink{color:#ffffffbf;cursor:default;align-items:center;gap:6px;font-size:.85rem;text-decoration:none;transition:color .2s,gap .2s;display:flex}a.footer-module__WlMSAW__footerLink{cursor:pointer}a.footer-module__WlMSAW__footerLink:hover{color:#fff;gap:10px}.footer-module__WlMSAW__footerLink svg{opacity:.5;flex-shrink:0;width:12px;height:12px;transition:opacity .2s}a.footer-module__WlMSAW__footerLink:hover svg{opacity:1}.footer-module__WlMSAW__formCol{flex-direction:column;gap:.75rem;display:flex}.footer-module__WlMSAW__formSubtitle{color:#ffffffa6;margin:0 0 .5rem;font-size:.83rem;line-height:1.6}.footer-module__WlMSAW__contactForm{flex-direction:column;gap:10px;display:flex}.footer-module__WlMSAW__formRow{grid-template-columns:1fr 1fr;gap:10px;display:grid}.footer-module__WlMSAW__formInput,.footer-module__WlMSAW__formTextarea{color:#fff;box-sizing:border-box;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;outline:none;width:100%;padding:11px 14px;font-family:inherit;font-size:.85rem;transition:border-color .2s,background .2s}.footer-module__WlMSAW__formInput::placeholder,.footer-module__WlMSAW__formTextarea::placeholder{color:#fff6}.footer-module__WlMSAW__formInput:focus,.footer-module__WlMSAW__formTextarea:focus{background:#ffffff26;border-color:#ffffff80}.footer-module__WlMSAW__formInput:disabled,.footer-module__WlMSAW__formTextarea:disabled{opacity:.6;cursor:not-allowed}.footer-module__WlMSAW__formTextarea{resize:vertical;min-height:88px}.footer-module__WlMSAW__formBtn{color:#0077be;cursor:pointer;background:#fff;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 20px;font-family:inherit;font-size:.9rem;font-weight:700;transition:all .2s;display:flex}.footer-module__WlMSAW__formBtn svg{width:16px;height:16px}.footer-module__WlMSAW__formBtn:hover:not(:disabled){background:#e0f2fe;transform:translateY(-1px)}.footer-module__WlMSAW__formBtn:disabled{opacity:.7;cursor:not-allowed;transform:none}.footer-module__WlMSAW__formError{color:#fca5a5;background:#dc262626;border:1px solid #dc262666;border-radius:7px;margin:0;padding:9px 12px;font-size:.8rem}.footer-module__WlMSAW__formSpinner{border:2px solid #0077be40;border-top-color:#0077be;border-radius:50%;width:14px;height:14px;animation:.8s linear infinite footer-module__WlMSAW__spin;display:inline-block}@keyframes footer-module__WlMSAW__spin{to{transform:rotate(360deg)}}.footer-module__WlMSAW__formSuccess{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:10px;align-items:center;gap:12px;padding:16px;display:flex}.footer-module__WlMSAW__formSuccess svg{color:#86efac;flex-shrink:0;width:24px;height:24px}.footer-module__WlMSAW__formSuccess p{margin:0;font-size:.9rem;font-weight:600}.footer-module__WlMSAW__bottomBar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 0 2rem;display:flex}.footer-module__WlMSAW__copyright,.footer-module__WlMSAW__credit{color:#ffffff80;margin:0;font-size:.78rem}.footer-module__WlMSAW__credit strong{color:#fffc;font-weight:600}@media (max-width:1024px){.footer-module__WlMSAW__grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-module__WlMSAW__formCol{grid-column:1/-1}}@media (max-width:640px){.footer-module__WlMSAW__grid,.footer-module__WlMSAW__formRow{grid-template-columns:1fr}.footer-module__WlMSAW__linksCol{flex-direction:row}.footer-module__WlMSAW__bottomBar{text-align:center;flex-direction:column}.footer-module__WlMSAW__footerInner{padding-top:80px}}
.hero-module__ZhWl1q__heroRoot{--earth-top:#c49a4a;--earth-mid:#8b5e2a;--earth-deep:#4a2e12;--earth-rock:#2a1e14;--rock-dark:#1a1410;--aquifer:#0a1e3a;--water:#0055a4;--aqua:#00b4d8;--aqua-light:#90e0ef;--gold:#c9a84c;--cream:#f5f0e8;--white:#fff;box-sizing:border-box;cursor:none;font-family:"DM Sans", var(--font-primary,sans-serif);position:relative}.hero-module__ZhWl1q__heroRoot *,.hero-module__ZhWl1q__heroRoot :before,.hero-module__ZhWl1q__heroRoot :after{box-sizing:border-box;margin:0;padding:0}.hero-module__ZhWl1q__cursor{background:var(--aqua);pointer-events:none;z-index:9999;mix-blend-mode:screen;border-radius:50%;width:8px;height:8px;position:fixed;transform:translate(-50%,-50%)}.hero-module__ZhWl1q__cursorRing{pointer-events:none;z-index:9998;border:1px solid #00b4d880;border-radius:50%;width:36px;height:36px;transition:width .3s,height .3s;position:fixed;transform:translate(-50%,-50%)}.hero-module__ZhWl1q__loader{z-index:1000;background:#06090f;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.ha-exit{animation:1s cubic-bezier(.76,0,.24,1) forwards hero-module__ZhWl1q__loaderExit}@keyframes hero-module__ZhWl1q__loaderExit{0%{opacity:1;transform:scale(1)}to{opacity:0;pointer-events:none;transform:scale(1.04)}}.hero-module__ZhWl1q__loaderInner{z-index:10;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.hero-module__ZhWl1q__sonarRings{pointer-events:none;width:320px;height:320px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-module__ZhWl1q__sonarRing{border:1px solid #00b4d880;border-radius:50%;animation:2.5s ease-out infinite hero-module__ZhWl1q__sonarPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}.hero-module__ZhWl1q__sonarRing:first-child{width:80px;height:80px;animation-delay:0s}.hero-module__ZhWl1q__sonarRing:nth-child(2){width:140px;height:140px;animation-delay:.5s}.hero-module__ZhWl1q__sonarRing:nth-child(3){width:210px;height:210px;animation-delay:1s}.hero-module__ZhWl1q__sonarRing:nth-child(4){border-color:#00b4d833;width:300px;height:300px;animation-delay:1.5s}@keyframes hero-module__ZhWl1q__sonarPulse{0%{opacity:.9;transform:translate(-50%,-50%)scale(0)}to{opacity:0;transform:translate(-50%,-50%)scale(1)}}.hero-module__ZhWl1q__loaderCrosssection{width:min(340px,85vw);height:200px;margin-bottom:40px;position:relative}.hero-module__ZhWl1q__loaderCrosssection svg{width:100%;height:100%}.hero-module__ZhWl1q__scanLine{background:linear-gradient(90deg,#0000,#00b4d8cc,#0000);height:2px;animation:1.8s ease-in-out infinite hero-module__ZhWl1q__scanDown;position:absolute;top:0;left:0;right:0;box-shadow:0 0 12px #00b4d899}@keyframes hero-module__ZhWl1q__scanDown{0%{opacity:0;top:0}10%{opacity:1}90%{opacity:1}to{opacity:0;top:100%}}.hero-module__ZhWl1q__loaderBrand{text-align:center;z-index:5;position:relative}.hero-module__ZhWl1q__logoMms{color:var(--white);letter-spacing:.25em;opacity:0;font-family:Bebas Neue,sans-serif;font-size:clamp(3rem,10vw,5.5rem);line-height:1;animation:.8s .2s forwards hero-module__ZhWl1q__fadeSlideUp}.hero-module__ZhWl1q__logoTagline{color:var(--aqua);letter-spacing:.5em;text-transform:uppercase;opacity:0;margin-top:8px;font-family:DM Sans,sans-serif;font-size:clamp(.65rem,1.5vw,.8rem);animation:.8s .6s forwards hero-module__ZhWl1q__fadeSlideUp}.hero-module__ZhWl1q__loaderCaption{color:#ffffff4d;letter-spacing:.2em;text-transform:uppercase;opacity:0;margin-top:28px;font-family:DM Sans,sans-serif;font-size:.7rem;animation:.8s 1s forwards hero-module__ZhWl1q__fadeSlideUp}.hero-module__ZhWl1q__loaderProbeWrap{opacity:0;align-items:center;gap:20px;margin-top:24px;animation:.8s 1.4s forwards hero-module__ZhWl1q__fadeSlideUp;display:flex}.hero-module__ZhWl1q__loaderDepthBar{background:#ffffff1a;width:1px;height:60px;position:relative;overflow:hidden}.hero-module__ZhWl1q__loaderDepthFill{transform-origin:top;background:linear-gradient(180deg, var(--aqua), var(--water));height:100%;box-shadow:0 0 8px var(--aqua);transition:transform .1s linear;animation:3s ease-in 1.6s forwards hero-module__ZhWl1q__depthFill;position:absolute;top:0;left:0;right:0;transform:scaleY(0)}@keyframes hero-module__ZhWl1q__depthFill{0%{height:0%}to{height:100%}}.hero-module__ZhWl1q__loaderHzBar{background:#ffffff14;flex:1;height:1px;position:relative;overflow:hidden}.hero-module__ZhWl1q__loaderHzFill{background:linear-gradient(90deg, var(--water), var(--aqua));width:100%;box-shadow:0 0 8px var(--aqua);transform-origin:0;position:absolute;top:0;bottom:0;left:0;transform:scaleX(0)}.hero-module__ZhWl1q__loaderPct{color:var(--aqua);letter-spacing:.1em;text-align:right;min-width:50px;font-family:Bebas Neue,sans-serif;font-size:1.2rem}@keyframes hero-module__ZhWl1q__fadeSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.hero-module__ZhWl1q__progress{background:linear-gradient(90deg, var(--water), var(--aqua));z-index:500;height:2px;box-shadow:0 0 8px var(--aqua);width:0%;transition:width 50ms linear;position:fixed;top:0;left:0}.hero-module__ZhWl1q__scrollHint{z-index:400;opacity:1;pointer-events:none;flex-direction:column;align-items:center;gap:8px;transition:opacity .4s;display:flex;position:fixed;bottom:28px;left:50%;transform:translate(-50%)}.ha-hidden{opacity:0!important}.hero-module__ZhWl1q__scrollMouse{border:1.5px solid #ffffff40;border-radius:12px;justify-content:center;width:24px;height:40px;padding-top:7px;display:flex}.hero-module__ZhWl1q__scrollDot{background:var(--aqua);border-radius:2px;width:3px;height:8px;animation:1.8s ease-in-out infinite hero-module__ZhWl1q__sdot}@keyframes hero-module__ZhWl1q__sdot{0%,to{opacity:1;transform:translateY(0)}70%{opacity:.2;transform:translateY(10px)}}.hero-module__ZhWl1q__scrollHintText{color:#ffffff4d;letter-spacing:.35em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:.6rem}.hero-module__ZhWl1q__story{opacity:1;transition:opacity .6s}.hero-module__ZhWl1q__story.hero-module__ZhWl1q__ha-visible{opacity:1!important}.ha-visible{opacity:1!important}.hero-module__ZhWl1q__dots{z-index:400;opacity:0;flex-direction:column;gap:10px;transition:opacity .5s;display:flex;position:fixed;top:50%;right:22px;transform:translateY(-50%)}.hero-module__ZhWl1q__dot{cursor:none;background:#fff3;border-radius:50%;width:5px;height:5px;transition:background .3s,transform .3s}.ha-active{background:var(--aqua)!important;box-shadow:0 0 8px var(--aqua)!important;transform:scale(2)!important}.hero-module__ZhWl1q__sec1{height:200vh;position:relative}.hero-module__ZhWl1q__sec1Stage{height:100vh;position:sticky;top:0;overflow:hidden}.hero-module__ZhWl1q__s1Bg{background:linear-gradient(#87ceeb 0%,#a8c8e0 22%,#c8a87a 48%,#a07850 56%,#8b6035 63%,#6a4520 70%,#4a2e12 78%,#2e1a0c 86%,#1e1008 93%,#150c05 100%);position:absolute;inset:0}.hero-module__ZhWl1q__s1Sun{background:radial-gradient(circle,#fff7d6 30%,gold 60%,#0000 80%);border-radius:50%;width:80px;height:80px;animation:5s ease-in-out infinite hero-module__ZhWl1q__sunPulse;position:absolute;top:10%;left:50%;transform:translate(-50%);box-shadow:0 0 80px 40px #ffd70033}@keyframes hero-module__ZhWl1q__sunPulse{0%,to{box-shadow:0 0 80px 40px #ffd70033}50%{box-shadow:0 0 120px 60px #ffd70059}}.hero-module__ZhWl1q__s1Clouds{height:30%;position:absolute;top:5%;left:0;right:0}.hero-module__ZhWl1q__s1GroundWrap{height:52%;position:absolute;bottom:0;left:0;right:0}.hero-module__ZhWl1q__s1CrackSvg{width:140%;height:100%;position:absolute;inset:0 0 0 -20%}.hero-module__ZhWl1q__s1Crack{stroke-dasharray:400;stroke-dashoffset:400px}.hero-module__ZhWl1q__s1Title{text-align:center;z-index:10;opacity:0;width:min(1000px,130vw);transition:opacity 1.2s,transform 1.2s;position:absolute;top:34%;left:50%;transform:translate(-50%)translateY(calc(30px - 50%))}#s1title.ha-show{opacity:1!important;transform:translate(-50%)translateY(-50%)!important}.hero-module__ZhWl1q__s1Title h2{color:#1a0e06;letter-spacing:-.01em;text-shadow:0 2px 30px #ffffff26;font-family:Playfair Display,serif;font-size:clamp(3rem,7vw,6rem);font-weight:900;line-height:1.05}.hero-module__ZhWl1q__s1Title h2 em{color:#7a4010;font-style:italic}.hero-module__ZhWl1q__s1Title p{color:#5a320fcc;letter-spacing:.45em;text-transform:uppercase;margin-top:16px;font-family:DM Sans,sans-serif;font-size:clamp(.7rem,1.5vw,.85rem);font-weight:400}.hero-module__ZhWl1q__sec2{height:700vh;position:relative}.hero-module__ZhWl1q__sec2Stage{height:100vh;position:sticky;top:0;overflow:hidden}.hero-module__ZhWl1q__s2EarthBg{background:linear-gradient(#150c05 0%,#1e1008 8%,#2e1a06 20%,#3d2008 30%,#2e1a06 42%,#241505 54%,#1a1008 66%,#120c0a 76%,#0a0a12 88%,#060a18 100%);position:absolute;inset:0}.hero-module__ZhWl1q__s2LayersVisual{pointer-events:none;position:absolute;inset:0}.hero-module__ZhWl1q__s2PipeContainer{z-index:20;width:28px;height:100vh;position:absolute;top:-400px;left:50%;transform:translate(-50%)}.hero-module__ZhWl1q__s2PipeBody{background:linear-gradient(90deg,#888 0%,#d8d8d8 30%,#b0b0b0 60%,#d8d8d8 80%,#888 100%);border-radius:3px 3px 0 0;width:100%;min-height:80px;position:relative;box-shadow:0 0 18px #000000b3,inset 0 0 6px #ffffff1a}.hero-module__ZhWl1q__s2PipeBody:before{content:"";background:#777;border-radius:2px;height:7px;position:absolute;top:36px;left:-5px;right:-5px;box-shadow:0 36px #777,0 72px #777,0 108px #777,0 144px #777,0 180px #777,0 216px #777,0 252px #777,0 288px #777,0 324px #777,0 360px #777,0 396px #777,0 432px #777,0 468px #777,0 504px #777,0 540px #777}.hero-module__ZhWl1q__s2MachineHead{border:2px solid var(--gold);background:linear-gradient(135deg,#999 0%,#555 50%,#333 100%);border-radius:5px 5px 2px 2px;width:70px;height:44px;margin:0 auto;position:relative;transform:translate(-21px);box-shadow:0 0 30px #c9a84c80,inset 0 2px 4px #ffffff26}.hero-module__ZhWl1q__s2MachineHead:before{content:"";background:#ffffff40;border-radius:2px;height:3px;position:absolute;top:8px;left:8px;right:8px}.hero-module__ZhWl1q__s2MachineHead:after{content:"";background:#c9a84c99;border-radius:2px;width:20px;height:3px;position:absolute;top:16px;left:8px}.hero-module__ZhWl1q__s2PipeTip{clip-path:polygon(10% 0%,90% 0%,100% 55%,50% 100%,0% 55%);background:linear-gradient(#d4a840 0%,#8b6010 100%);width:28px;height:30px;animation:.15s linear infinite hero-module__ZhWl1q__drillSpin}@keyframes hero-module__ZhWl1q__drillSpin{0%{box-shadow:0 0 24px #c9a84c,4px 0 14px #c9a84c99}50%{box-shadow:0 0 28px #ffc832,-4px 0 18px #ffc83299}to{box-shadow:0 0 24px #c9a84c,4px 0 14px #c9a84c99}}.hero-module__ZhWl1q__debrisCanvas{z-index:18;pointer-events:none;position:absolute;inset:0}.hero-module__ZhWl1q__s2DepthMeter{z-index:10;background:#ffffff0d;width:2px;position:absolute;top:0;bottom:0;left:24px}.hero-module__ZhWl1q__s2DepthTick{background:#fff3;width:9px;height:1px;position:absolute;left:0}.hero-module__ZhWl1q__s2DepthNum{color:#ffffff38;letter-spacing:.1em;white-space:nowrap;font-family:DM Sans,sans-serif;font-size:.55rem;position:absolute;left:16px;transform:translateY(-50%)}.hero-module__ZhWl1q__s2LayerLabel{z-index:15;opacity:0;flex-direction:row-reverse;align-items:center;gap:10px;transition:opacity .7s,transform .7s;display:flex;position:absolute;left:auto;right:18px;transform:translate(14px)}.ha-show{opacity:1!important;transform:none!important}#s2headline.ha-show{opacity:unset!important;transform:unset!important}.hero-module__ZhWl1q__s2LayerLabelDot{background:var(--gold);width:7px;height:7px;box-shadow:0 0 10px var(--gold);border-radius:50%;flex-shrink:0}.hero-module__ZhWl1q__s2LayerLabel span{color:#c9a84cd9;letter-spacing:.2em;text-transform:uppercase;white-space:nowrap;font-family:DM Sans,sans-serif;font-size:clamp(.6rem,1.2vw,.72rem);font-weight:400}.hero-module__ZhWl1q__s2Headline{text-align:center;z-index:30;opacity:0;width:min(1000px,110vw);transition:none;position:absolute;top:7%;left:8%;transform:translate(-50%)}.hero-module__ZhWl1q__s2Headline h2{color:#ffffffeb;letter-spacing:-.01em;font-family:Playfair Display,serif;font-size:clamp(2.2rem,9vw,7rem);font-weight:800;line-height:1.05}.hero-module__ZhWl1q__s2Headline p{color:#00b4d8b3;letter-spacing:.45em;text-transform:uppercase;margin-top:10px;font-family:DM Sans,sans-serif;font-size:clamp(.6rem,2vw,1rem);font-weight:800}.hero-module__ZhWl1q__sec3{height:200vh;position:relative}.hero-module__ZhWl1q__sec3Stage{height:100vh;position:sticky;top:0;overflow:hidden}.hero-module__ZhWl1q__s3Bg{background:#020d1a;position:absolute;inset:0}.hero-module__ZhWl1q__s3BlueTint{opacity:0;z-index:2;background:linear-gradient(#00286400 0%,#003c8c80 50%,#0050a0cc 100%);transition:opacity .3s linear;position:absolute;inset:0}.hero-module__ZhWl1q__s3RockSvg{pointer-events:none;z-index:1;position:absolute;inset:0}.hero-module__ZhWl1q__s3DepthMeter{z-index:10;background:#ffffff0d;width:2px;position:absolute;top:0;bottom:0;left:24px}.hero-module__ZhWl1q__s3PipeContainer{z-index:20;opacity:0;width:28px;position:absolute;top:-500px;left:50%;transform:translate(-50%)}.hero-module__ZhWl1q__s3PipeBody{background:linear-gradient(90deg,#888 0%,#d8d8d8 30%,#b0b0b0 60%,#d8d8d8 80%,#888 100%);border-radius:0;width:100%;position:relative;box-shadow:0 0 12px #0009}.hero-module__ZhWl1q__s3PipeBody:before{content:"";background:#777;border-radius:2px;height:7px;position:absolute;top:36px;left:-5px;right:-5px;box-shadow:0 36px #777,0 72px #777,0 108px #777,0 144px #777,0 180px #777,0 216px #777,0 252px #777,0 288px #777,0 324px #777,0 360px #777,0 396px #777,0 432px #777}.hero-module__ZhWl1q__s3PipeTip{clip-path:polygon(10% 0%,90% 0%,100% 55%,50% 100%,0% 55%);background:linear-gradient(#d4a840 0%,#8b6010 100%);width:28px;height:30px;animation:.15s linear infinite hero-module__ZhWl1q__drillSpin;box-shadow:0 0 24px #c9a84c}.hero-module__ZhWl1q__s3WaterLevel{z-index:8;background:linear-gradient(#0050a000 0%,#0064be59 10%,#005aafb3 40%,#004696e6 100%);transition:height 50ms linear;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.hero-module__ZhWl1q__s3WaterSurface{height:44px;position:absolute;top:-2px;left:-5%;right:-5%}.hero-module__ZhWl1q__s3WaterSurface svg{width:110%;height:100%}.hero-module__ZhWl1q__s3Bubbles{pointer-events:none;position:absolute;inset:0}.hero-module__ZhWl1q__s3Bubble{background:radial-gradient(circle at 35% 35%,#fff9,#00b4d81a);border:1px solid #ffffff4d;border-radius:50%;animation:linear infinite hero-module__ZhWl1q__brise;position:absolute}@keyframes hero-module__ZhWl1q__brise{0%{opacity:.7;transform:translateY(0)translate(0)}to{transform:translateY(-130px) translateX(var(--bx));opacity:0}}.hero-module__ZhWl1q__s3Ripple{opacity:0;z-index:9;border:1.5px solid #00b4d880;border-radius:50%;width:80px;height:80px;animation:2.5s ease-out infinite hero-module__ZhWl1q__rippleOut;position:absolute;left:50%;transform:translate(-50%,-50%)}@keyframes hero-module__ZhWl1q__rippleOut{0%{opacity:.8;transform:scale(0)}to{opacity:0;transform:scale(1)}}.hero-module__ZhWl1q__s3Success{text-align:center;z-index:60;pointer-events:none;opacity:0;white-space:nowrap;transition:opacity 1.4s,transform 1.4s;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)translateY(60px)}:is(#s3success.ha-show,#s2success.ha-show){opacity:1!important;transform:translate(-50%,-50%)translateY(0)!important}:is(#s3success.ha-rising,#s2success.ha-rising){opacity:0!important;transition:opacity 1.2s,transform 1.4s cubic-bezier(.25,.46,.45,.94)!important;transform:translate(-50%,-50%)translateY(-120px)!important}@keyframes hero-module__ZhWl1q__pipeTipPulse{0%{box-shadow:0 0 #00b4d8cc,0 0 #00b4d866}50%{box-shadow:0 0 0 18px #00b4d800,0 0 0 36px #00b4d800}to{box-shadow:0 0 #00b4d800,0 0 #00b4d800}}.ha-pulse{background:var(--aqua)!important;animation:.9s ease-out infinite hero-module__ZhWl1q__pipeTipPulse!important}.hero-module__ZhWl1q__s3Success h2{color:var(--aqua-light);text-shadow:0 0 80px var(--aqua), 0 0 160px #00b4d880, 0 4px 40px #00000080;letter-spacing:-.02em;font-family:Playfair Display,serif;font-size:clamp(3.5rem,11vw,9rem);font-style:italic;font-weight:900;line-height:1}.hero-module__ZhWl1q__s3Success p{color:#90e0efcc;letter-spacing:.5em;text-transform:uppercase;margin-top:14px;font-family:DM Sans,sans-serif;font-size:clamp(.7rem,1.5vw,.9rem);font-weight:300}.hero-module__ZhWl1q__s3GradientOverlay{opacity:0;z-index:12;pointer-events:none;background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);transition:opacity .3s;position:absolute;inset:0}#s3gradientOverlay.ha-show{opacity:1!important}.hero-module__ZhWl1q__s3BlurOrb{filter:blur(80px);opacity:0;z-index:13;pointer-events:none;border-radius:50%;transition:opacity .3s;position:absolute}:is(.ha-show.s3BlurOrb,#s3blurOrb1.ha-show,#s3blurOrb2.ha-show,#s3blurOrb3.ha-show){opacity:1!important}.hero-module__ZhWl1q__s3BlurOrb1{background:radial-gradient(circle,#0055a42e,#0000 70%);width:500px;height:300px;top:10%;left:-10%}.hero-module__ZhWl1q__s3BlurOrb2{background:radial-gradient(circle,#00b4d81f,#0000 70%);width:400px;height:400px;bottom:5%;right:-5%}.hero-module__ZhWl1q__s3BlurOrb3{background:radial-gradient(circle,#0055a426,#0000 70%);width:600px;height:250px;top:55%;left:20%}.hero-module__ZhWl1q__s3ParticleCanvas{z-index:14;pointer-events:none;opacity:0;transition:opacity .3s;position:absolute;inset:0}#s3-particle-canvas.ha-show{opacity:1!important}.hero-module__ZhWl1q__s3StatsLayer{z-index:20;pointer-events:none;flex-direction:column;align-items:center;height:fit-content;display:flex;position:absolute;top:55%;left:0;right:0;transform:translateY(-50%)}.hero-module__ZhWl1q__s3StatsLayer>*{pointer-events:auto}.hero-module__ZhWl1q__theme3 .hero-module__ZhWl1q__s3StatsContainer{grid-template-rows:auto auto auto;grid-template-columns:repeat(4,1fr);gap:10px;width:100%;max-width:1200px;padding:0 20px;display:grid}.hero-module__ZhWl1q__s3ProfileCard,.hero-module__ZhWl1q__s3StatItem,.hero-module__ZhWl1q__s3CtaGroup{opacity:0;transition:opacity 1s cubic-bezier(.2,.8,.2,1),transform 1s cubic-bezier(.2,.8,.2,1);transform:translateY(50px)}.hero-module__ZhWl1q__theme3 .hero-module__ZhWl1q__s3ProfileCard{grid-column:span 4;margin:0}.hero-module__ZhWl1q__theme3 .hero-module__ZhWl1q__s3StatsGrid{display:contents}.hero-module__ZhWl1q__theme3 .hero-module__ZhWl1q__s3CtaGroup{grid-column:span 4;justify-content:center;gap:20px;margin:0}.hero-module__ZhWl1q__s3ProfileCard{backdrop-filter:blur(40px);background:#ffffff08;border:1px solid #ffffff14;border-radius:40px;align-items:center;gap:30px;padding:20px 30px;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 60px #0000004d,inset 0 1px 1px #fff3}.hero-module__ZhWl1q__s3ProfileCard:before{content:"";pointer-events:none;background:radial-gradient(circle at 50% 0,#ffffff0f,#0000 50%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.hero-module__ZhWl1q__s3ProfileAvatar{color:#0077be;backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #3a3a3a95;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:140px;height:140px;display:flex;box-shadow:inset 0 2px 10px #ffffff1a}.hero-module__ZhWl1q__avatarIcon{stroke-width:1.5px;width:50px;height:50px}.hero-module__ZhWl1q__s3OwnerName{color:#0077be;letter-spacing:-1.5px;margin-bottom:12px;font-family:DM Sans,sans-serif;font-size:3.3rem;font-weight:600;line-height:1.1}.hero-module__ZhWl1q__s3OwnerRole{color:#041838;text-transform:uppercase;letter-spacing:2px;margin-bottom:16px;font-family:DM Sans,sans-serif;font-size:1.1rem;font-weight:500}.hero-module__ZhWl1q__s3OwnerLocation{color:#003b5d;align-items:center;gap:8px;margin-bottom:18px;font-size:1rem;font-weight:500;display:flex}.hero-module__ZhWl1q__s3ExpertiseBadges{gap:12px;display:flex}.hero-module__ZhWl1q__badge{color:#0077be;backdrop-filter:blur(10px);background:#ffffff0f;border:1px solid #3d87ff26;border-radius:30px;padding:10px 20px;font-size:.85rem;font-weight:500;transition:all .3s}.hero-module__ZhWl1q__badge:hover{background:#ffffff26}.hero-module__ZhWl1q__s3StatItem{text-align:left;backdrop-filter:blur(30px);background:#ffffff08;border:1px solid #ffffff0f;border-radius:36px;flex-direction:column;justify-content:space-between;padding:20px 25px;transition:transform .4s cubic-bezier(.2,.8,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #0003,inset 0 1px 1px #ffffff26}.hero-module__ZhWl1q__s3StatItem:before{content:"";pointer-events:none;background:linear-gradient(#ffffff0d,#0000);height:60%;position:absolute;top:0;left:0;right:0}.hero-module__ZhWl1q__s3StatItem:hover{background:#ffffff0d;transform:scale(1.02)}.hero-module__ZhWl1q__statIcon{color:#003656;backdrop-filter:blur(10px);background:#0289ff6e;border:1px solid #ffffff1a;border-radius:20px;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.hero-module__ZhWl1q__statIcon svg{stroke-width:1.5px;width:26px;height:26px}.hero-module__ZhWl1q__s3StatNum{color:#0077be;letter-spacing:-2px;margin-bottom:4px;font-family:DM Sans,sans-serif;font-size:3.5rem;font-weight:600}.hero-module__ZhWl1q__s3StatLabel{color:#0077be;font-size:1.05rem;font-weight:500}.hero-module__ZhWl1q__s3CtaGroup{backdrop-filter:blur(40px);background:#ffffff08;border:1px solid #ffffff14;border-radius:40px;padding:15px;display:flex}.hero-module__ZhWl1q__ctaPrimary{color:#000;background:#fff;border-radius:40px;align-items:center;gap:14px;padding:10px 40px;font-size:1.15rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 20px #fff3}.hero-module__ZhWl1q__ctaPrimary:hover{background:#e0e0e0;transform:scale(1.03)}.hero-module__ZhWl1q__ctaSecondary{color:#25d366;background:#fff;border:2px solid #25d366;border-radius:40px;align-items:center;gap:14px;padding:20px 50px;font-size:1.15rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.hero-module__ZhWl1q__ctaSecondary:hover{background:#fff3;transform:scale(1.03)}@media (min-width:1700px){.hero-module__ZhWl1q__s2Headline{left:22%}}@media (max-width:1700px) and (min-width:1340px){.hero-module__ZhWl1q__s2Headline{left:18%}}@media (max-width:1024px){.hero-module__ZhWl1q__theme3 .hero-module__ZhWl1q__s3StatsContainer{flex-direction:column;display:flex}.hero-module__ZhWl1q__s2Headline{width:90vw;top:10%;left:5%}.hero-module__ZhWl1q__theme3 .hero-module__ZhWl1q__s3StatsContainer{-webkit-overflow-scrolling:touch;flex-direction:column;gap:12px;max-height:95vh;padding:20px 40px;display:flex}.hero-module__ZhWl1q__s3ProfileCard{border-radius:20px;align-items:center;gap:16px;padding:18px 16px}.hero-module__ZhWl1q__s3ProfileAvatar{flex-shrink:0;width:100px;height:100px}.hero-module__ZhWl1q__avatarIcon{width:80px;height:80px}.hero-module__ZhWl1q__s3OwnerName{letter-spacing:-.5px;margin-bottom:4px;font-size:3rem}.hero-module__ZhWl1q__s3OwnerRole{letter-spacing:1px;margin-bottom:8px;font-size:1.2rem}.hero-module__ZhWl1q__s3OwnerLocation{margin-bottom:10px;font-size:1rem}.hero-module__ZhWl1q__s3ExpertiseBadges{flex-wrap:wrap;gap:6px}.hero-module__ZhWl1q__badge{border-radius:20px;padding:10px 15px;font-size:.8rem}.hero-module__ZhWl1q__s3StatsGrid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid!important}.hero-module__ZhWl1q__s3StatItem{border-radius:20px;padding:18px 14px}.hero-module__ZhWl1q__s3StatNum{font-size:2.5rem}.hero-module__ZhWl1q__s3StatLabel{font-size:.9rem}.hero-module__ZhWl1q__statIcon{border-radius:12px;width:40px;height:40px;margin-bottom:0}.hero-module__ZhWl1q__s3CtaGroup{border-radius:20px;gap:10px;padding:16px}.hero-module__ZhWl1q__ctaPrimary,.hero-module__ZhWl1q__ctaSecondary{border-radius:30px;justify-content:center;gap:10px;width:30%;padding:14px 24px;font-size:1.2rem}}@media (max-width:768px){.hero-module__ZhWl1q__dots{display:none}.hero-module__ZhWl1q__s1Crack{stroke-dasharray:400;stroke-dashoffset:400px;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 1px #0006);stroke-width:2.8px;transform:scaleY(.85)}.hero-module__ZhWl1q__s1Title{width:92vw;top:32%}.hero-module__ZhWl1q__s1Title h2{font-size:clamp(2rem,8vw,3rem);line-height:1.1}.hero-module__ZhWl1q__s1Title p{letter-spacing:.28em;margin-top:10px;font-size:clamp(.55rem,2.8vw,.72rem)}.hero-module__ZhWl1q__sec2{height:330vh}.hero-module__ZhWl1q__s2Headline h2{font-size:clamp(1.8rem,7vw,3rem);line-height:1.1}.hero-module__ZhWl1q__s2Headline p{letter-spacing:.28em;font-size:clamp(.55rem,2.5vw,.8rem)}.hero-module__ZhWl1q__s2LayerLabel{gap:6px;right:8px}.hero-module__ZhWl1q__s2LayerLabel span{letter-spacing:.1em;font-size:.52rem}.hero-module__ZhWl1q__s2LayerLabelDot{width:5px;height:5px}.hero-module__ZhWl1q__s2DepthMeter,.hero-module__ZhWl1q__s3DepthMeter{left:8px}.hero-module__ZhWl1q__s2DepthNum{font-size:.45rem;left:12px}.hero-module__ZhWl1q__sec3{height:180vh}.hero-module__ZhWl1q__s3Success{white-space:normal;text-align:center;width:90vw;bottom:35%}.hero-module__ZhWl1q__s3Success h2{font-size:clamp(3rem,13vw,6rem);line-height:1}.hero-module__ZhWl1q__s3Success p{letter-spacing:.28em;margin-top:10px;font-size:clamp(.55rem,2.5vw,.8rem)}.hero-module__ZhWl1q__theme3 .hero-module__ZhWl1q__s3StatsContainer{-webkit-overflow-scrolling:touch;flex-direction:column;gap:12px;max-height:95vh;padding:0 12px;display:flex}.hero-module__ZhWl1q__s3ProfileCard{border-radius:20px;align-items:center;gap:16px;padding:18px 16px}.hero-module__ZhWl1q__s3ProfileAvatar{flex-shrink:0;width:90px;height:90px}.hero-module__ZhWl1q__avatarIcon{width:28px;height:28px}.hero-module__ZhWl1q__s3OwnerName{letter-spacing:-.5px;margin-bottom:4px;font-size:1.8rem}.hero-module__ZhWl1q__s3OwnerRole{letter-spacing:1px;margin-bottom:8px;font-size:1rem}.hero-module__ZhWl1q__s3OwnerLocation{margin-bottom:10px;font-size:1rem}.hero-module__ZhWl1q__s3ExpertiseBadges{flex-wrap:wrap;gap:6px}.hero-module__ZhWl1q__s3StatNum{font-size:2.6rem}.hero-module__ZhWl1q__s3StatLabel{font-size:.9rem}.hero-module__ZhWl1q__s3StatItem{border-radius:20px;padding:18px 14px}.hero-module__ZhWl1q__statIcon{border-radius:12px;width:40px;height:40px;margin-bottom:12px}.hero-module__ZhWl1q__statIcon svg{width:18px;height:18px}.hero-module__ZhWl1q__s3CtaGroup{border-radius:20px;gap:10px;padding:16px}.hero-module__ZhWl1q__ctaPrimary,.hero-module__ZhWl1q__ctaSecondary{border-radius:30px;justify-content:center;gap:10px;width:100%;padding:14px 24px;font-size:.95rem}}@media (max-width:480px){.hero-module__ZhWl1q__s1Title h2{font-size:clamp(1.7rem,8.5vw,2.5rem)}.hero-module__ZhWl1q__s1Title p{letter-spacing:.2em;font-size:.58rem}.hero-module__ZhWl1q__s2Headline h2{font-size:clamp(1.5rem,7.5vw,2.2rem)}.hero-module__ZhWl1q__s2Headline p{letter-spacing:.18em;font-size:.52rem}.hero-module__ZhWl1q__sec3{height:150vh}.hero-module__ZhWl1q__s3Success{width:94vw;bottom:38%}.hero-module__ZhWl1q__s3Success h2{font-size:clamp(2.8rem,14vw,5rem)}.hero-module__ZhWl1q__s3ProfileCard{gap:12px;padding:14px 12px}.hero-module__ZhWl1q__s3ProfileAvatar{width:60px;height:60px}.hero-module__ZhWl1q__s3OwnerName{font-size:1.5rem}.hero-module__ZhWl1q__s3OwnerRole,.hero-module__ZhWl1q__s3OwnerLocation{font-size:.8rem}.hero-module__ZhWl1q__badge{padding:4px 8px;font-size:.6rem;font-weight:900}.hero-module__ZhWl1q__s3StatNum{font-size:1.9rem}.hero-module__ZhWl1q__s3StatLabel{font-size:.65rem}.hero-module__ZhWl1q__s3StatsGrid{grid-template-columns:1fr 1fr;gap:10px;display:grid!important}.hero-module__ZhWl1q__s3StatItem{padding:14px 10px}.hero-module__ZhWl1q__statIcon{width:34px;height:34px;margin-bottom:8px}.hero-module__ZhWl1q__ctaPrimary,.hero-module__ZhWl1q__ctaSecondary{padding:12px 18px;font-size:.88rem}.hero-module__ZhWl1q__logoMms{font-size:clamp(2.2rem,10vw,4rem)}.hero-module__ZhWl1q__logoTagline{letter-spacing:.3em;font-size:.56rem}}@media (max-width:360px){.hero-module__ZhWl1q__s1Title{width:96vw}.hero-module__ZhWl1q__s1Title h2{font-size:1.55rem;line-height:1.15}.hero-module__ZhWl1q__s1Title p{letter-spacing:.15em;margin-top:8px;font-size:.5rem}.hero-module__ZhWl1q__s2Headline{width:95vw;top:4%}.hero-module__ZhWl1q__s2Headline h2{font-size:1.35rem}.hero-module__ZhWl1q__s2Headline p{letter-spacing:.13em;font-size:.48rem}.hero-module__ZhWl1q__s3Success{width:96vw;bottom:50%}.hero-module__ZhWl1q__s3Success h2{font-size:3rem}.hero-module__ZhWl1q__s3Success p{letter-spacing:.15em;font-size:.68rem}.hero-module__ZhWl1q__theme3 .hero-module__ZhWl1q__s3StatsContainer{gap:8px;padding:0 8px}.hero-module__ZhWl1q__s3ProfileCard{border-radius:14px;gap:10px;padding:10px}.hero-module__ZhWl1q__s3ProfileAvatar{width:40px;height:40px}.hero-module__ZhWl1q__s3OwnerName{margin-bottom:2px;font-size:.95rem}.hero-module__ZhWl1q__s3OwnerRole{margin-bottom:4px;font-size:.48rem}.hero-module__ZhWl1q__s3OwnerLocation{margin-bottom:6px;font-size:.6rem}.hero-module__ZhWl1q__badge{padding:3px 7px;font-size:.52rem}.hero-module__ZhWl1q__s3StatsGrid{gap:6px}.hero-module__ZhWl1q__s3StatItem{border-radius:14px;padding:10px 8px}.hero-module__ZhWl1q__statIcon{border-radius:8px;width:28px;height:28px;margin-bottom:6px}.hero-module__ZhWl1q__statIcon svg{width:14px;height:14px}.hero-module__ZhWl1q__s3StatNum{letter-spacing:-.5px;font-size:1.55rem}.hero-module__ZhWl1q__s3StatLabel{font-size:.58rem}.hero-module__ZhWl1q__s3CtaGroup{gap:8px;padding:10px}.hero-module__ZhWl1q__ctaPrimary,.hero-module__ZhWl1q__ctaSecondary{gap:8px;padding:10px 14px;font-size:.8rem}.hero-module__ZhWl1q__ctaPrimary svg,.hero-module__ZhWl1q__ctaSecondary svg{width:16px;height:16px}}
.page-module__E0kJGG__main{min-height:100vh;position:relative}
.reviews-module__VfWuqW__reviewsSection{padding:var(--spacing-lg) 0;background:linear-gradient(#f0f9ff 0%,#e0f2fe 50%,#f8f9fa 100%);position:relative;overflow:hidden}.reviews-module__VfWuqW__sectionHeader{justify-content:space-between;align-items:flex-start;gap:var(--spacing-md);padding:0 var(--container-padding);max-width:var(--container-max-width);margin:0 auto var(--spacing-md);flex-wrap:wrap;display:flex}.reviews-module__VfWuqW__headerContent{flex:1}.reviews-module__VfWuqW__sectionTitle{margin-bottom:.5rem;text-align:left!important}.reviews-module__VfWuqW__sectionSubtitle{text-align:left!important;margin:0!important}.reviews-module__VfWuqW__postReviewBtn{background:var(--color-primary);color:#fff;border-radius:var(--radius-full);font-size:var(--font-size-sm);cursor:pointer;transition:all var(--transition-base);box-shadow:var(--shadow-md);white-space:nowrap;border:none;flex-shrink:0;align-self:center;align-items:center;gap:8px;padding:12px 24px;font-weight:700;display:inline-flex}.reviews-module__VfWuqW__postReviewBtn svg{width:18px;height:18px}.reviews-module__VfWuqW__postReviewBtn:hover{background:var(--color-primary-dark);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.reviews-module__VfWuqW__carouselWrapper{width:100%;padding:0 var(--container-padding);max-width:var(--container-max-width);margin:0 auto var(--spacing-md);position:relative;overflow:hidden}.reviews-module__VfWuqW__carouselWrapperMasked{-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 5% 95%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 5% 95%,#0000 100%)}.reviews-module__VfWuqW__track{scroll-behavior:auto;cursor:grab;scrollbar-width:none;-ms-overflow-style:none;align-items:stretch;gap:20px;display:flex;overflow-x:scroll}.reviews-module__VfWuqW__track::-webkit-scrollbar{display:none}.reviews-module__VfWuqW__track:active{cursor:grabbing}.reviews-module__VfWuqW__formField .reviews-module__VfWuqW__starsContainer{justify-content:center;gap:4px;margin-top:4px;display:flex}.reviews-module__VfWuqW__formField .reviews-module__VfWuqW__starsContainer button{cursor:pointer;background:0 0;border:none;border-radius:4px;padding:6px 10px;font-size:28px;line-height:1;transition:all .2s}.reviews-module__VfWuqW__formField .reviews-module__VfWuqW__starBtn:hover{transform:scale(1.1)}.reviews-module__VfWuqW__formField .reviews-module__VfWuqW__starBtn.reviews-module__VfWuqW__filled{color:#fbbf24;text-shadow:0 1px 2px #0000001a}.reviews-module__VfWuqW__formField .reviews-module__VfWuqW__starBtn.reviews-module__VfWuqW__empty{color:#d1d5db}.reviews-module__VfWuqW__formField .reviews-module__VfWuqW__ratingText{color:var(--color-gray);text-align:center;margin-top:6px;font-size:13px;font-weight:500;display:block}.reviews-module__VfWuqW__card .reviews-module__VfWuqW__stars{color:#fbbf24;letter-spacing:1px;flex-shrink:0;align-items:center;gap:4px;margin:4px 0;font-size:14px;display:flex}.reviews-module__VfWuqW__card .reviews-module__VfWuqW__ratingNum{color:#6b7280;font-size:12px;font-weight:600}.reviews-module__VfWuqW__card{border-radius:var(--radius-lg);width:300px;height:auto;min-height:250px;max-height:260px;transition:transform var(--transition-base), box-shadow var(--transition-base);-webkit-user-select:none;user-select:none;background:#fff;border:1.5px solid #0077be14;flex-direction:column;flex:0 0 300px;gap:10px;padding:18px;display:flex;overflow:hidden}.reviews-module__VfWuqW__card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.reviews-module__VfWuqW__cardTop{flex-shrink:0;align-items:center;gap:10px;display:flex}.reviews-module__VfWuqW__avatar{object-fit:cover;border:2px solid var(--color-accent);border-radius:50%;flex-shrink:0;width:60px;height:60px}.reviews-module__VfWuqW__avatarFallback{background:linear-gradient(135deg, var(--color-primary), var(--color-secondary));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:18px;font-weight:700;display:flex}.reviews-module__VfWuqW__cardMeta{flex-direction:column;gap:2px;display:flex;overflow:hidden}.reviews-module__VfWuqW__reviewerName{font-size:var(--font-size-lg);color:var(--color-primary-dark);white-space:nowrap;text-overflow:ellipsis;font-weight:700;overflow:hidden}.reviews-module__VfWuqW__reviewDate{color:var(--color-gray);font-size:1rem}.reviews-module__VfWuqW__stars{color:#f59e0b;letter-spacing:1px;flex-shrink:0;font-size:1.2rem}.reviews-module__VfWuqW__reviewText{color:var(--color-dark-gray);-webkit-line-clamp:5;-webkit-box-orient:vertical;flex:1;margin:0;font-size:1.5rem;line-height:1.6;display:-webkit-box;overflow:hidden}.reviews-module__VfWuqW__processingHint{text-align:center;color:var(--color-gray);margin:8px 0 0;font-size:12px;animation:.3s reviews-module__VfWuqW__fadeIn}.reviews-module__VfWuqW__emptyState{padding:60px var(--container-padding);color:var(--color-gray);text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.reviews-module__VfWuqW__emptyState svg{opacity:.4;width:56px;height:56px}.reviews-module__VfWuqW__overlay{z-index:var(--z-modal-backdrop);backdrop-filter:blur(4px);background:#0000008c;justify-content:center;align-items:center;padding:16px;animation:.2s reviews-module__VfWuqW__fadeIn;display:flex;position:fixed;inset:0}.reviews-module__VfWuqW__dialog{background:#fff;border-radius:18px;width:100%;max-width:420px;max-height:90vh;padding:36px 32px;animation:.25s cubic-bezier(.34,1.56,.64,1) reviews-module__VfWuqW__scaleIn;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0077be2e}.reviews-module__VfWuqW__closeBtn{cursor:pointer;width:32px;height:32px;transition:background var(--transition-fast);background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:14px;right:14px}.reviews-module__VfWuqW__closeBtn:hover{background:#e5e7eb}.reviews-module__VfWuqW__closeBtn svg{color:#6b7280;width:16px;height:16px}.reviews-module__VfWuqW__dialogIcon{width:56px;height:56px;color:var(--color-primary);background:linear-gradient(135deg,#0077be1a,#00b4d81a);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 16px;display:flex}.reviews-module__VfWuqW__dialogIcon svg{width:28px;height:28px}.reviews-module__VfWuqW__dialogTitle{text-align:center;font-size:var(--font-size-xl);color:var(--color-primary-dark);margin:0 0 8px;font-weight:800}.reviews-module__VfWuqW__dialogSubtitle{text-align:center;color:var(--color-gray);margin:0 0 24px;font-size:14px;line-height:1.6}.reviews-module__VfWuqW__googleBtn{color:#333;cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:10px;justify-content:center;align-items:center;gap:12px;width:100%;padding:13px;font-family:inherit;font-size:15px;font-weight:600;transition:all .2s;display:flex}.reviews-module__VfWuqW__googleBtn:hover{background:#f8f9fa;border-color:#d0d0d0;box-shadow:0 2px 8px #0000001a}.reviews-module__VfWuqW__dialogUserRow{background:#f0f9ff;border-radius:10px;align-items:center;gap:12px;margin-bottom:20px;padding:12px 16px;display:flex}.reviews-module__VfWuqW__dialogAvatar{object-fit:cover;border:2px solid var(--color-accent);border-radius:50%;flex-shrink:0;width:48px;height:48px}.reviews-module__VfWuqW__dialogUserName{color:var(--color-primary-dark);margin:0 0 2px;font-size:15px;font-weight:700}.reviews-module__VfWuqW__dialogUserEmail{color:var(--color-gray);margin:0;font-size:12px}.reviews-module__VfWuqW__reviewForm{flex-direction:column;gap:16px;display:flex}.reviews-module__VfWuqW__formField{flex-direction:column;gap:6px;display:flex}.reviews-module__VfWuqW__formField label{color:#374151;justify-content:space-between;align-items:center;font-size:13px;font-weight:600;display:flex}.reviews-module__VfWuqW__charCount{color:var(--color-gray);font-size:12px;font-weight:400}.reviews-module__VfWuqW__formField input,.reviews-module__VfWuqW__formField textarea{box-sizing:border-box;resize:vertical;border:1.5px solid #d1d5db;border-radius:8px;outline:none;width:100%;padding:11px 14px;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s}.reviews-module__VfWuqW__formField input:focus,.reviews-module__VfWuqW__formField textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #0077be1a}.reviews-module__VfWuqW__formField input:disabled,.reviews-module__VfWuqW__formField textarea:disabled{opacity:.6;cursor:not-allowed}.reviews-module__VfWuqW__formError{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin:0;padding:10px 14px;font-size:13px;font-weight:500}.reviews-module__VfWuqW__submitBtn{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:13px;font-family:inherit;font-size:15px;font-weight:700;transition:opacity .2s,transform .2s;display:flex}.reviews-module__VfWuqW__submitBtn:hover:not(:disabled){background:var(--color-primary-dark);transform:translateY(-1px)}.reviews-module__VfWuqW__submitBtn:disabled{opacity:.7;cursor:not-allowed;transform:none}.reviews-module__VfWuqW__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite reviews-module__VfWuqW__spin;display:inline-block}@keyframes reviews-module__VfWuqW__spin{to{transform:rotate(360deg)}}.reviews-module__VfWuqW__signOutLink{text-align:center;color:var(--color-gray);cursor:pointer;background:0 0;border:none;width:100%;margin-top:12px;font-family:inherit;font-size:12px;text-decoration:underline;display:block}.reviews-module__VfWuqW__signOutLink:hover{color:var(--color-dark-gray)}.reviews-module__VfWuqW__successState{text-align:center;padding:20px 0}.reviews-module__VfWuqW__successIcon{color:#059669;background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 16px;display:flex}.reviews-module__VfWuqW__successIcon svg{width:32px;height:32px}.reviews-module__VfWuqW__successState h3{font-size:var(--font-size-xl);color:#059669;margin:0 0 8px;font-weight:800}.reviews-module__VfWuqW__successState p{color:var(--color-gray);margin:0;font-size:14px}@media (max-width:768px){.reviews-module__VfWuqW__sectionHeader{flex-direction:column;align-items:flex-start}.reviews-module__VfWuqW__sectionTitle,.reviews-module__VfWuqW__sectionSubtitle{text-align:center!important}.reviews-module__VfWuqW__sectionHeader{align-items:center}.reviews-module__VfWuqW__dialog{padding:28px 20px}}
