.styles-module__aEqzaW__wrapper{background-color:var(--bg-base);min-height:100vh;color:var(--text-primary);font-family:var(--font-sans);position:relative;overflow-x:hidden}.styles-module__aEqzaW__mouseGlow{background:radial-gradient(circle, var(--glow-1) 0%, #0000 70%);pointer-events:none;z-index:1;border-radius:50%;width:600px;height:600px;transition:opacity .3s;position:fixed;transform:translate(-50%,-50%)}.styles-module__aEqzaW__heroGlow{background:radial-gradient(circle, var(--glow-2) 0%, #0000 80%);opacity:.15;pointer-events:none;z-index:0;width:100%;max-width:1200px;height:500px;position:absolute;top:-10%;left:50%;transform:translate(-50%)}.styles-module__aEqzaW__container{z-index:2;max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative}.styles-module__aEqzaW__hero{text-align:center;padding:8rem 0 5rem;position:relative}.styles-module__aEqzaW__heroBadge{background:var(--glass-bg);border:1px solid var(--glass-border);letter-spacing:.1em;color:var(--accent);box-shadow:var(--glass-shadow);-webkit-backdrop-filter:var(--glass-backdrop-blur);backdrop-filter:var(--glass-backdrop-blur);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.75rem;font-weight:600;display:inline-flex}.styles-module__aEqzaW__heroBadgeDot{background-color:var(--accent-secondary);width:6px;height:6px;box-shadow:0 0 10px var(--accent-secondary);border-radius:50%}.styles-module__aEqzaW__heroHeading{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;line-height:1.1}.styles-module__aEqzaW__heroHeading span{display:block}.styles-module__aEqzaW__highlightText{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.styles-module__aEqzaW__heroSubheading{color:var(--text-secondary);max-width:800px;margin:0 auto 3rem;font-size:clamp(1rem,2vw,1.25rem);line-height:1.6}.styles-module__aEqzaW__heroButtons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.styles-module__aEqzaW__section{border-top:1px solid var(--glass-border);padding:6rem 0}.styles-module__aEqzaW__sectionHeader{text-align:center;margin-bottom:4rem}.styles-module__aEqzaW__sectionTag{letter-spacing:.15em;color:var(--accent);text-transform:uppercase;margin-bottom:1rem;font-size:.75rem;font-weight:700;display:block}.styles-module__aEqzaW__sectionTitle{letter-spacing:-.01em;margin-bottom:1.25rem;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:800}.styles-module__aEqzaW__sectionDesc{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:1.1rem;line-height:1.6}.styles-module__aEqzaW__pillarsGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin-top:3rem;display:grid}.styles-module__aEqzaW__pillarCard{background:var(--glass-bg);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);-webkit-backdrop-filter:var(--glass-backdrop-blur);backdrop-filter:var(--glass-backdrop-blur);transition:var(--transition-smooth);border-radius:1.5rem;padding:3rem 2rem;position:relative;overflow:hidden}.styles-module__aEqzaW__pillarCard:hover{border-color:var(--glass-border-hover);transform:translateY(-8px);box-shadow:0 12px 30px -10px #00e5ff26}.styles-module__aEqzaW__pillarCard:before{content:"";background:var(--accent-gradient);opacity:0;width:100%;height:2px;transition:var(--transition-smooth);position:absolute;top:0;left:0}.styles-module__aEqzaW__pillarCard:hover:before{opacity:1}.styles-module__aEqzaW__pillarNum{color:#00e5ff26;margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1}.styles-module__aEqzaW__pillarTitle{margin-bottom:1rem;font-size:1.35rem;font-weight:700}.styles-module__aEqzaW__pillarDesc{color:var(--text-secondary);line-height:1.6}.styles-module__aEqzaW__problemCard{background:var(--glass-bg);box-shadow:var(--glass-shadow);-webkit-backdrop-filter:var(--glass-backdrop-blur);backdrop-filter:var(--glass-backdrop-blur);transition:var(--transition-smooth);border:1px solid #ef444414;border-radius:1.5rem;padding:2.5rem 2rem}.styles-module__aEqzaW__problemCard:hover{border-color:#ef44444d;transform:translateY(-4px);box-shadow:0 10px 25px -5px #ef444414}.styles-module__aEqzaW__problemIconBox{color:#ef4444;background:#ef444414;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.5rem;display:flex}.styles-module__aEqzaW__problemTitle{margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.styles-module__aEqzaW__problemDesc{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.styles-module__aEqzaW__catalogGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin-top:3rem;display:grid}.styles-module__aEqzaW__catalogCard{background:var(--glass-bg);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);-webkit-backdrop-filter:var(--glass-backdrop-blur);backdrop-filter:var(--glass-backdrop-blur);transition:var(--transition-smooth);border-radius:1.5rem;flex-direction:column;display:flex;overflow:hidden}.styles-module__aEqzaW__catalogCard:hover{border-color:var(--accent);transform:translateY(-6px);box-shadow:0 12px 30px -10px #00e5ff26}.styles-module__aEqzaW__catalogImgBox{aspect-ratio:16/11;border-bottom:1px solid var(--glass-border);background:#0f172a;width:100%;position:relative;overflow:hidden}.styles-module__aEqzaW__catalogImg{object-fit:cover;width:100%;height:100%;transition:var(--transition-slow)}.styles-module__aEqzaW__catalogCard:hover .styles-module__aEqzaW__catalogImg{transform:scale(1.04)}.styles-module__aEqzaW__catalogInfo{flex-direction:column;flex-grow:1;padding:2rem;display:flex}.styles-module__aEqzaW__catalogTitle{margin-bottom:.75rem;font-size:1.3rem;font-weight:700}.styles-module__aEqzaW__catalogDesc{color:var(--text-secondary);flex-grow:1;margin-bottom:1.75rem;font-size:.95rem;line-height:1.6}.styles-module__aEqzaW__catalogBtn{justify-content:center;width:100%}.styles-module__aEqzaW__addonsGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.styles-module__aEqzaW__addonCard{background:var(--glass-bg);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);-webkit-backdrop-filter:var(--glass-backdrop-blur);backdrop-filter:var(--glass-backdrop-blur);transition:var(--transition-smooth);border-radius:1.5rem;flex-direction:column;padding:2.5rem;display:flex}.styles-module__aEqzaW__addonCard:hover{border-color:var(--accent);box-shadow:0 8px 24px -6px #00e5ff1a}.styles-module__aEqzaW__addonIconBox{width:50px;height:50px;color:var(--accent);background:#00e5ff1a;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.styles-module__aEqzaW__addonIconBox svg{width:24px;height:24px}.styles-module__aEqzaW__addonTitle{margin-bottom:1rem;font-size:1.25rem;font-weight:700}.styles-module__aEqzaW__addonDesc{color:var(--text-secondary);line-height:1.6}.styles-module__aEqzaW__faqList{flex-direction:column;gap:1.5rem;max-width:800px;margin:0 auto;display:flex}.styles-module__aEqzaW__faqItem{background:var(--glass-bg);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);-webkit-backdrop-filter:var(--glass-backdrop-blur);backdrop-filter:var(--glass-backdrop-blur);transition:var(--transition-smooth);border-radius:1rem;overflow:hidden}.styles-module__aEqzaW__faqHeader{text-align:left;cursor:pointer;width:100%;color:var(--text-primary);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 2rem;font-size:1.1rem;font-weight:600;display:flex}.styles-module__aEqzaW__faqIcon{color:var(--accent);transition:var(--transition-smooth)}.styles-module__aEqzaW__faqIconRotated{transform:rotate(180deg)}.styles-module__aEqzaW__faqAnswer{color:var(--text-secondary);padding:0 2rem 1.5rem;line-height:1.6}.styles-module__aEqzaW__contactGrid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.styles-module__aEqzaW__contactInfo{max-width:500px}.styles-module__aEqzaW__contactTitle{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800}.styles-module__aEqzaW__contactSubtitle{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.styles-module__aEqzaW__contactForm{background:var(--glass-bg);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);-webkit-backdrop-filter:var(--glass-backdrop-blur);backdrop-filter:var(--glass-backdrop-blur);border-radius:2rem;flex-direction:column;gap:1.5rem;padding:3rem;display:flex}.styles-module__aEqzaW__formGroup{flex-direction:column;gap:.5rem;display:flex}.styles-module__aEqzaW__formLabel{color:var(--text-secondary);font-size:.85rem;font-weight:600}.styles-module__aEqzaW__formInput{background:var(--input-bg);border:1px solid var(--glass-border);color:var(--text-primary);font-family:var(--font-sans);transition:var(--transition-smooth);border-radius:.75rem;padding:1rem}.styles-module__aEqzaW__formInput:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #00e5ff1a}.styles-module__aEqzaW__successCard{text-align:center;padding:4rem 2rem}.styles-module__aEqzaW__successIcon{width:60px;height:60px;color:var(--accent-secondary);background:#10b9811a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 2rem;display:flex}.styles-module__aEqzaW__successTitle{margin-bottom:1rem;font-size:1.75rem;font-weight:700}.styles-module__aEqzaW__successDesc{color:var(--text-secondary);line-height:1.6}@media (max-width:968px){.styles-module__aEqzaW__contactGrid{grid-template-columns:1fr;gap:3rem}.styles-module__aEqzaW__contactInfo{text-align:center;margin:0 auto}.styles-module__aEqzaW__contactForm{padding:2rem}}@media (max-width:576px){.styles-module__aEqzaW__hero{padding:6rem 0 3rem}.styles-module__aEqzaW__section{padding:4rem 0}.styles-module__aEqzaW__heroButtons{flex-direction:column}}
.styles-module__SsZEua__wrapper{flex-direction:column;width:100%;min-height:100vh;display:flex;position:relative;overflow-x:hidden}.styles-module__SsZEua__header{top:calc(1.5rem + var(--preview-header-offset,0px));z-index:100;background-color:var(--navbar-bg);width:90%;max-width:1100px;-webkit-backdrop-filter:var(--glass-backdrop-blur);border:1px solid var(--navbar-border);box-shadow:var(--glass-shadow);transition:var(--transition-smooth);border-radius:9999px;position:fixed;left:50%;transform:translate(-50%)}.styles-module__SsZEua__headerScrolled{background-color:#fffffff2;top:.75rem}[data-theme=dark] .styles-module__SsZEua__headerScrolled{background-color:#090a0fd9}.styles-module__SsZEua__navContainer{justify-content:space-between;align-items:center;padding:.6rem 2rem;display:flex}.styles-module__SsZEua__logo{letter-spacing:-.04em;color:var(--text-primary);cursor:pointer;transition:var(--transition-smooth);align-items:center;gap:.5rem;font-size:1.45rem;font-weight:850;display:flex}.styles-module__SsZEua__logoDot{background-color:var(--accent);width:6px;height:6px;box-shadow:0 0 10px var(--accent);border-radius:50%}.styles-module__SsZEua__navLinks{align-items:center;gap:1.75rem;display:flex}.styles-module__SsZEua__navLink{color:var(--text-primary);opacity:.8;transition:var(--transition-smooth);padding:.25rem 0;font-size:.9rem;font-weight:600;position:relative}.styles-module__SsZEua__navLink:hover{opacity:1}.styles-module__SsZEua__controls,.styles-module__SsZEua__headerControls{align-items:center;gap:.75rem;display:flex}.styles-module__SsZEua__mobileMenuBtn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;outline:none;display:none}.styles-module__SsZEua__mobileDrawerOverlay{-webkit-backdrop-filter:blur(5px);z-index:98;opacity:0;pointer-events:none;background:#06070a73;transition:opacity .4s cubic-bezier(.16,1,.3,1);position:fixed;inset:0}.styles-module__SsZEua__mobileDrawerOverlayActive{opacity:1;pointer-events:auto}.styles-module__SsZEua__mobileDrawer{-webkit-backdrop-filter:none;z-index:99;box-sizing:border-box;background:#fff;border-top:1px solid #00000014;border-radius:24px 24px 0 0;flex-direction:column;gap:1.25rem;width:100%;height:auto;max-height:50vh;padding:1.25rem 2rem 2.5rem;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%);box-shadow:0 -12px 32px #0000001f}[data-theme=dark] .styles-module__SsZEua__mobileDrawer{background:#0d0e16;border-top-color:#ffffff0f;box-shadow:0 -12px 32px #00000073}.styles-module__SsZEua__mobileDrawerOpen{pointer-events:auto;transform:translateY(0)}.styles-module__SsZEua__bottomSheetHandle{background:rgba(var(--accent-rgb), .15);border-radius:999px;width:36px;height:4px;margin:0 auto .5rem}.styles-module__SsZEua__mobileDrawerControls{border-bottom:1px solid var(--glass-border);justify-content:center;align-items:center;gap:1.5rem;margin-bottom:.5rem;padding-bottom:1.15rem;display:flex}.styles-module__SsZEua__mobileLinks{flex-direction:column;gap:1rem;width:100%;display:flex}.styles-module__SsZEua__mobileLink{color:var(--text-secondary);text-align:left;transition:var(--transition-smooth);box-sizing:border-box;background:0 0;border:1px solid #0000;border-radius:12px;justify-content:space-between;align-items:center;width:100%;padding:.75rem 1rem;font-size:.95rem;font-weight:750;text-decoration:none;display:flex}.styles-module__SsZEua__mobileLink:hover{background:rgba(var(--accent-rgb), .04);border-color:rgba(var(--accent-rgb), .08);color:var(--accent)!important}.styles-module__SsZEua__mobileLinkLeft{align-items:center;gap:.85rem;display:flex}.styles-module__SsZEua__mobileLinkIcon{color:var(--text-muted);transition:var(--transition-smooth)}.styles-module__SsZEua__mobileLink:hover .styles-module__SsZEua__mobileLinkIcon{color:var(--accent)}.styles-module__SsZEua__mobileLinkArrow{color:var(--text-muted);transition:var(--transition-smooth);opacity:.5}.styles-module__SsZEua__mobileLink:hover .styles-module__SsZEua__mobileLinkArrow{color:var(--accent);opacity:1;transform:translate(3px)}.styles-module__SsZEua__hero{text-align:center;flex-direction:column;align-items:center;padding-top:10rem;padding-bottom:5.5rem;display:flex;position:relative}.styles-module__SsZEua__heroGlow{background:radial-gradient(circle, rgba(var(--accent-rgb), .18) 0%, #f4d6ff1f 35%, #c0dbff14 70%, transparent 100%);filter:blur(85px);z-index:1;pointer-events:none;opacity:.85;width:min(750px,90vw);height:350px;position:absolute;top:45%;left:50%;transform:translate(-50%,-50%)}.styles-module__SsZEua__heroHeading{letter-spacing:-.05em;color:var(--text-primary);z-index:10;max-width:900px;margin-bottom:1.5rem;font-size:clamp(2.3rem,5.2vw,4.4rem);font-weight:850;line-height:1.12;position:relative}.styles-module__SsZEua__rotatedBadge{background-color:var(--accent);color:#fff;box-shadow:0 4px 12px rgba(var(--accent-rgb), .25);border-radius:12px;margin-right:.6rem;padding:.1rem 1rem;font-weight:800;display:inline-block;transform:rotate(-2.8deg)translateY(-2px)}[data-theme=dark] .styles-module__SsZEua__rotatedBadge{color:#06070a}.styles-module__SsZEua__heroSubheading{color:var(--text-secondary);z-index:10;max-width:620px;margin-bottom:2.25rem;font-size:clamp(.95rem,1.8vw,1.15rem);line-height:1.6;position:relative}.styles-module__SsZEua__heroCtas{z-index:10;flex-direction:column;align-items:center;gap:1.5rem;width:100%;display:flex;position:relative}.styles-module__SsZEua__searchBarWrapper{width:100%;max-width:520px;margin-top:.75rem}.styles-module__SsZEua__flowContainer{z-index:1;grid-template-columns:repeat(5,1fr);gap:1.25rem;margin-top:2rem;display:grid;position:relative}.styles-module__SsZEua__flowContainer:before{content:"";background-image:linear-gradient(to right, rgba(var(--accent-rgb), .35) 60%, transparent 40%);z-index:-1;pointer-events:none;background-size:16px 2px;height:2px;position:absolute;top:40px;left:8%;right:8%}@media (max-width:1024px){.styles-module__SsZEua__flowContainer{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.styles-module__SsZEua__flowContainer:before{display:none}}.styles-module__SsZEua__flowCard{background:var(--glass-bg);border:1px solid var(--glass-border);transition:var(--transition-bounce);z-index:2;min-height:230px;color:inherit;cursor:pointer;border-radius:20px;flex-direction:column;gap:.75rem;padding:1.75rem;text-decoration:none;display:flex;position:relative;overflow:hidden}.styles-module__SsZEua__flowCard:hover{border-color:var(--accent);box-shadow:0 12px 24px -8px var(--card-glow-active);transform:translateY(-6px)scale(1.025)}.styles-module__SsZEua__flowStepNumber{color:rgba(var(--accent-rgb), .08);font-size:3rem;font-weight:900;line-height:1;font-family:var(--font-mono);transition:var(--transition-smooth);position:absolute;top:.75rem;right:1rem}.styles-module__SsZEua__flowCard:hover .styles-module__SsZEua__flowStepNumber{color:var(--accent);opacity:.22;transform:scale(1.08)}.styles-module__SsZEua__flowStepBadge{background:rgba(var(--accent-rgb), .08);border:1px solid rgba(var(--accent-rgb), .15);width:32px;height:32px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:800;display:flex}.styles-module__SsZEua__flowCardTitle{letter-spacing:-.02em;color:var(--text-primary);margin-top:.25rem;font-size:1.15rem;font-weight:800}.styles-module__SsZEua__flowCardDesc{color:var(--text-secondary);margin:0 0 .75rem;font-size:.82rem;line-height:1.5}.styles-module__SsZEua__flowCardLink{color:var(--accent);text-transform:uppercase;letter-spacing:.05em;transition:var(--transition-smooth);align-items:center;gap:.35rem;margin-top:auto;font-size:.8rem;font-weight:800;display:flex}.styles-module__SsZEua__flowCardLinkArrow{transition:transform .25s cubic-bezier(.4,0,.2,1)}.styles-module__SsZEua__flowCard:hover .styles-module__SsZEua__flowCardLink{color:var(--accent-secondary)}.styles-module__SsZEua__flowCard:hover .styles-module__SsZEua__flowCardLinkArrow{transform:translate(4px)}.styles-module__SsZEua__filterContainer{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:3rem;display:flex}.styles-module__SsZEua__filterTab{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-secondary);cursor:pointer;transition:var(--transition-smooth);-webkit-backdrop-filter:var(--glass-backdrop-blur);border-radius:20px;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600}.styles-module__SsZEua__filterTab:hover{border-color:var(--glass-border-hover);color:var(--text-primary);transform:translateY(-1px)}.styles-module__SsZEua__filterTabActive{background:#0a0f1d;border-color:#0000;font-weight:700;box-shadow:0 4px 12px #0a0f1d1a;color:#fff!important}[data-theme=dark] .styles-module__SsZEua__filterTabActive{background:#fff;box-shadow:0 4px 12px #ffffff14;color:#06070a!important}.styles-module__SsZEua__showcaseGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.75rem;display:grid}.styles-module__SsZEua__showcaseCard{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:var(--glass-backdrop-blur);box-shadow:var(--glass-shadow);transition:var(--transition-bounce);border-radius:24px;flex-direction:column;min-height:400px;padding:0;display:flex;position:relative;overflow:hidden}.styles-module__SsZEua__showcaseCard:hover{border-color:var(--glass-border-hover);box-shadow:0 16px 32px -10px var(--card-glow-active);transform:translateY(-6px)scale(1.01)}.styles-module__SsZEua__cardBadgeFloating{z-index:5;position:absolute;top:.85rem;right:.85rem}.styles-module__SsZEua__statusBadge{text-transform:uppercase;letter-spacing:.04em;border-radius:12px;padding:.25rem .6rem;font-size:.65rem;font-weight:700;box-shadow:0 4px 12px #0003}.styles-module__SsZEua__statusLive{color:#fff;background-color:#10b981e6;border:1px solid #ffffff1a}.styles-module__SsZEua__statusSoon{color:#e2e8f0;background-color:#1e293bd9;border:1px solid #ffffff14}.styles-module__SsZEua__cardImageContainer{aspect-ratio:16/10;border-bottom:1px solid var(--glass-border);background-color:#00000008;width:100%;position:relative;overflow:hidden}.styles-module__SsZEua__cardImage{object-fit:cover;object-position:top center;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.styles-module__SsZEua__showcaseCard:hover .styles-module__SsZEua__cardImage{transform:scale(1.05)}.styles-module__SsZEua__cardTextContainer{flex-direction:column;flex:1;justify-content:space-between;padding:1.5rem;display:flex}.styles-module__SsZEua__cardMetaHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.styles-module__SsZEua__cardTitle{letter-spacing:-.01em;color:var(--text-primary);font-size:1.2rem;font-weight:750}.styles-module__SsZEua__cardIcon{background:rgba(var(--accent-rgb), .08);border:1px solid rgba(var(--accent-rgb), .15);width:32px;height:32px;color:var(--accent);transition:var(--transition-smooth);border-radius:8px;justify-content:center;align-items:center;display:flex}.styles-module__SsZEua__showcaseCard:hover .styles-module__SsZEua__cardIcon{background:var(--accent);color:#fff}[data-theme=dark] .styles-module__SsZEua__showcaseCard:hover .styles-module__SsZEua__cardIcon{color:#06070a}.styles-module__SsZEua__cardDesc{color:var(--text-secondary);flex:1;margin-bottom:1.25rem;font-size:.85rem;line-height:1.55}.styles-module__SsZEua__cardCtas{gap:.5rem;width:100%;margin-top:auto;display:flex}.styles-module__SsZEua__viewBtn,.styles-module__SsZEua__createBtn{flex:1;padding:.6rem .75rem!important;font-size:.78rem!important}.styles-module__SsZEua__createBtn{flex:1.3}.styles-module__SsZEua__services{position:relative}.styles-module__SsZEua__sectionHeader{text-align:center;max-width:650px;margin:0 auto 3.5rem}.styles-module__SsZEua__sectionTag{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.5rem;font-size:.72rem;font-weight:800;display:block}.styles-module__SsZEua__sectionTitle{letter-spacing:-.02em;margin-bottom:.75rem;font-size:clamp(1.75rem,3vw,2.3rem);font-weight:800}.styles-module__SsZEua__sectionSub{color:var(--text-secondary);font-size:.95rem}.styles-module__SsZEua__servicesGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.styles-module__SsZEua__serviceCard{padding:2rem}.styles-module__SsZEua__serviceCardIcon{background:rgba(var(--accent-rgb), .08);border:1px solid rgba(var(--accent-rgb), .15);width:46px;height:46px;color:var(--accent);transition:var(--transition-smooth);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.styles-module__SsZEua__serviceCard:hover .styles-module__SsZEua__serviceCardIcon{background:var(--accent-gradient);color:#fff;box-shadow:0 0 10px var(--accent)}[data-theme=dark] .styles-module__SsZEua__serviceCard:hover .styles-module__SsZEua__serviceCardIcon{color:#06070a}.styles-module__SsZEua__contact{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.8rem;display:flex;overflow:hidden;color:#fff!important;background:linear-gradient(135deg,#0a1c30 0%,#028090 35%,#00b4d8 70%,#f4a261 100%)!important;border-radius:0!important;width:100%!important;max-width:none!important;padding:5.5rem 1.5rem!important;position:relative!important}.styles-module__SsZEua__contact:before{content:"";pointer-events:none;opacity:.5;z-index:2;background-image:linear-gradient(#ffffff04 1px,#0000 1px),linear-gradient(90deg,#ffffff04 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.styles-module__SsZEua__contact:after{content:"";pointer-events:none;z-index:1;background:radial-gradient(circle at 75% 25%,#f4a26138 0%,#0000 45%),radial-gradient(circle at 25% 75%,#00e5ff1f 0%,#0000 45%);animation:8s ease-in-out infinite alternate styles-module__SsZEua__beachGlowShift;position:absolute;inset:-20%}@keyframes styles-module__SsZEua__beachGlowShift{0%{opacity:.8;transform:translate(0)scale(1)}to{opacity:1.1;transform:translate(4%,2%)scale(1.06)}}.styles-module__SsZEua__contactContainer{z-index:5;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:900px;margin:0 auto;display:flex;position:relative}.styles-module__SsZEua__formCard{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:var(--glass-backdrop-blur);box-shadow:var(--glass-shadow);border-radius:24px;padding:2.5rem;position:relative;overflow:hidden}@media (max-width:576px){.styles-module__SsZEua__formCard{padding:1.75rem 1.25rem}}.styles-module__SsZEua__form{flex-direction:column;gap:1.25rem;display:flex}.styles-module__SsZEua__submitBtn{width:100%;margin-top:.75rem}.styles-module__SsZEua__successCard{text-align:center;flex-direction:column;align-items:center;padding:1.5rem 0;display:flex}.styles-module__SsZEua__successIcon{color:#34d399;background:#10b98114;border:1px solid #10b98133;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:1.25rem;font-size:1.75rem;animation:4s ease-in-out infinite styles-module__SsZEua__float;display:flex}.styles-module__SsZEua__successTitle{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.75rem;font-size:1.6rem;font-weight:800}.styles-module__SsZEua__successDesc{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.styles-module__SsZEua__footer{background-color:var(--bg-base);border-top:1px solid var(--navbar-border);padding:3.5rem 1.5rem 2rem;position:relative;overflow:hidden}.styles-module__SsZEua__footerContainer{box-sizing:border-box;flex-direction:column;gap:2.5rem;max-width:1100px;margin:0 auto;padding:4.5rem 1.5rem;display:flex}.styles-module__SsZEua__footerTop{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2.5rem;display:flex}.styles-module__SsZEua__footerInfo{max-width:380px}.styles-module__SsZEua__footerDesc{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.9rem}.styles-module__SsZEua__footerLinks{gap:3.5rem;display:flex}@media (max-width:576px){.styles-module__SsZEua__footerLinks{flex-direction:column;gap:1.75rem;width:100%}}.styles-module__SsZEua__footerLinkCol{flex-direction:column;gap:.85rem;display:flex}.styles-module__SsZEua__footerLinkTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.8rem;font-weight:800}.styles-module__SsZEua__footerLink{color:var(--text-secondary);transition:var(--transition-smooth);font-size:.9rem}.styles-module__SsZEua__footerLink:hover{color:var(--accent)}.styles-module__SsZEua__footerBottom{border-top:1px solid var(--navbar-border);color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.75rem;font-size:.8rem;display:flex}@media (max-width:768px){.styles-module__SsZEua__navLinks{display:none}.styles-module__SsZEua__navContainer{padding:.6rem 1.15rem}.styles-module__SsZEua__headerControls{gap:.4rem}.styles-module__SsZEua__mobileMenuBtn{display:block}.styles-module__SsZEua__heroHeading{font-size:clamp(1.45rem,6.2vw,1.95rem);line-height:1.35;text-align:center!important;box-sizing:border-box!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;width:100%!important;display:flex!important}.styles-module__SsZEua__heroHeading span{text-align:center!important;width:fit-content!important;margin:0 auto!important;display:inline-block!important}.styles-module__SsZEua__heroHeading br{display:none!important}.styles-module__SsZEua__rotatedBadge{font-size:.92em;margin:0 auto .6rem!important;transform:rotate(-2deg)translateY(-2px)!important}.styles-module__SsZEua__heroSubheading{margin-bottom:2rem}.styles-module__SsZEua__heroBadge{margin-bottom:1.5rem}.styles-module__SsZEua__heroCtas{flex-direction:column;align-items:center;gap:.75rem}.styles-module__SsZEua__footerContainer{gap:2rem}.styles-module__SsZEua__footerTop{text-align:center;flex-direction:column;align-items:center;gap:2rem;width:100%}.styles-module__SsZEua__footerInfo{text-align:center;flex-direction:column;align-items:center;max-width:100%;display:flex}.styles-module__SsZEua__footerInfo .styles-module__SsZEua__logo{justify-content:center;margin-bottom:.5rem}.styles-module__SsZEua__footerLinks{text-align:center;flex-direction:column;align-items:center;gap:1.75rem;width:100%}.styles-module__SsZEua__footerLinkCol{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}.styles-module__SsZEua__footerBottom{text-align:center;flex-direction:column;align-items:center;gap:.75rem}}.styles-module__SsZEua__contactTitle{letter-spacing:-.04em;max-width:800px;margin:0;font-size:clamp(2rem,5vw,3.25rem);font-weight:900;line-height:1.15;color:#fff!important}.styles-module__SsZEua__contactDesc{opacity:.95;max-width:600px;margin:0 auto;font-size:clamp(1.05rem,2.5vw,1.25rem);line-height:1.6;color:#ffffffe6!important}.styles-module__SsZEua__contactActions{justify-content:center;width:100%;max-width:340px;margin-top:1rem;display:flex}.styles-module__SsZEua__contactWaBtn{justify-content:center;align-items:center;width:100%;display:flex;box-shadow:0 8px 24px #00000026;color:#06070a!important;transition:var(--transition-bounce)!important;background:#fff!important;padding:.9rem 2.5rem!important;font-size:1.05rem!important;font-weight:750!important}.styles-module__SsZEua__contactWaBtn:hover{background:#f8fafc!important;transform:scale(1.03)translateY(-2px)!important}.styles-module__SsZEua__floatingCTA{z-index:98;pointer-events:none;opacity:0;transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .4s;position:fixed}@media (min-width:769px){.styles-module__SsZEua__floatingCTA{bottom:2.5rem;right:2.5rem;transform:translateY(30px)scale(.95)}.styles-module__SsZEua__floatingCTAActive{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}}@media (max-width:768px){.styles-module__SsZEua__floatingCTA{-webkit-backdrop-filter:blur(20px);background:#ffffffd9;border-top:1px solid #00000014;padding:.85rem 1.5rem;transform:translateY(100%);box-shadow:0 -8px 24px #00000014;box-sizing:border-box!important;width:auto!important;bottom:0!important;left:0!important;right:0!important}[data-theme=dark] .styles-module__SsZEua__floatingCTA{background:#090a0fd9;border-top:1px solid #ffffff14;box-shadow:0 -8px 32px #0006}.styles-module__SsZEua__floatingCTAActive{opacity:1;pointer-events:auto;transform:translateY(0)}.styles-module__SsZEua__floatingCTA a,.styles-module__SsZEua__floatingCTA button{box-shadow:0 4px 15px rgba(var(--accent-rgb), .35);justify-content:center!important;align-items:center!important;width:100%!important;display:flex!important}}.styles-module__SsZEua__whyUs{padding:6.5rem 0 9.5rem;position:relative}.styles-module__SsZEua__whyUsGrid{box-sizing:border-box;grid-template-columns:1.2fr 1fr;align-items:center;gap:3.5rem;max-width:1100px;margin:0 auto;padding:0 1.5rem;display:grid}@media (max-width:968px){.styles-module__SsZEua__whyUsGrid{grid-template-columns:1fr;gap:3rem}}.styles-module__SsZEua__whyUsContent{flex-direction:column;display:flex}.styles-module__SsZEua__whyUsPillars{flex-direction:column;gap:1.25rem;display:flex}.styles-module__SsZEua__whyUsPillarCard{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:var(--glass-backdrop-blur);box-shadow:var(--glass-shadow);transition:var(--transition-smooth);border-radius:16px;gap:1rem;padding:1.25rem;display:flex}.styles-module__SsZEua__whyUsPillarCard:hover{border-color:var(--glass-border-hover);transform:translate(4px)}.styles-module__SsZEua__whyUsPillarIcon{background:rgba(var(--accent-rgb), .08);width:38px;height:38px;color:var(--accent);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.styles-module__SsZEua__whyUsPillarTitle{color:var(--text-primary);margin-bottom:.2rem;font-size:1rem;font-weight:700}.styles-module__SsZEua__whyUsPillarDesc{color:var(--text-secondary);margin:0;font-size:.85rem;line-height:1.5}.styles-module__SsZEua__whyUsEssentialsGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (max-width:576px){.styles-module__SsZEua__whyUsEssentialsGrid{grid-template-columns:1fr}}.styles-module__SsZEua__whyUsStatCard{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:var(--glass-backdrop-blur);box-shadow:var(--glass-shadow);transition:var(--transition-smooth);border-radius:20px;flex-direction:column;gap:.5rem;padding:1.5rem;display:flex}.styles-module__SsZEua__whyUsStatCard:hover{border-color:var(--accent);box-shadow:0 8px 24px -8px var(--card-glow-active);transform:translateY(-4px)}.styles-module__SsZEua__whyUsStatNumber{background:var(--accent-gradient);-webkit-text-fill-color:transparent;font-size:2.25rem;font-weight:900;font-family:var(--font-mono);-webkit-background-clip:text;line-height:1}.styles-module__SsZEua__whyUsStatTitle{color:var(--text-primary);margin:0;font-size:.9rem;font-weight:750}.styles-module__SsZEua__whyUsStatDesc{color:var(--text-secondary);margin:0;font-size:.78rem;line-height:1.4}.styles-module__SsZEua__mouseGlow{background:radial-gradient(circle, rgba(var(--accent-rgb), .08) 0%, transparent 65%);pointer-events:none;z-index:2;border-radius:50%;width:450px;height:450px;transition:opacity .3s;position:fixed;transform:translate(-50%,-50%)}.styles-module__SsZEua__logosContainer{text-align:center;z-index:10;max-width:1100px;margin:1.5rem auto 4.5rem;padding:0 1.5rem;position:relative}.styles-module__SsZEua__logosLabel{letter-spacing:.15em;color:var(--text-muted);text-transform:uppercase;margin-bottom:1.75rem;font-size:.72rem;font-weight:800}.styles-module__SsZEua__logosGrid{flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(1.5rem,5vw,4.5rem);display:flex}.styles-module__SsZEua__brandLogo{opacity:.45;transition:var(--transition-smooth);-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;display:flex}.styles-module__SsZEua__brandLogo svg{width:clamp(28px,4vw,36px);height:clamp(28px,4vw,36px);color:var(--text-secondary);transition:var(--transition-smooth)}.styles-module__SsZEua__brandLogo:hover{opacity:.95;transform:translateY(-2.5px)}.styles-module__SsZEua__brandLogo:hover svg{color:var(--accent);filter:drop-shadow(0 0 10px rgba(var(--accent-rgb), .45))}.styles-module__SsZEua__marqueeWrapper{z-index:10;background:#fff;border-top:1px solid #0000000f;border-bottom:1px solid #0000000f;align-items:center;width:100%;padding:1.1rem 0;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000005}[data-theme=light] .styles-module__SsZEua__marqueeWrapper{background:#000;border-top:1px solid #ffffff1f;border-bottom:1px solid #ffffff1f;box-shadow:0 4px 20px #0006}.styles-module__SsZEua__marqueeContent{white-space:nowrap;will-change:transform;gap:0;width:max-content;animation:25s linear infinite styles-module__SsZEua__scrollMarquee;display:flex}@keyframes styles-module__SsZEua__scrollMarquee{0%{transform:translate(0,0)}to{transform:translate(-33.3333%)}}.styles-module__SsZEua__marqueeItem{letter-spacing:.15em;color:#06070a;text-transform:uppercase;align-items:center;gap:1.75rem;padding-left:1.75rem;font-size:.88rem;font-weight:850;display:flex}[data-theme=light] .styles-module__SsZEua__marqueeItem{color:#fff}.styles-module__SsZEua__marqueeStar{color:var(--accent);text-shadow:0 0 8px rgba(var(--accent-rgb), .4);font-size:1.1rem}.styles-module__SsZEua__waveContainer{z-index:5;width:100%;height:90px;min-height:80px;max-height:120px;margin-top:-3rem;margin-bottom:3rem;position:relative;overflow:hidden}.styles-module__SsZEua__waves{width:100%;height:100%;position:absolute;bottom:0}.styles-module__SsZEua__parallax>use{will-change:transform;animation:18s cubic-bezier(.55,.5,.45,.5) infinite styles-module__SsZEua__moveWave}.styles-module__SsZEua__parallax>use:first-child{animation-duration:9s;animation-delay:-2s}.styles-module__SsZEua__parallax>use:nth-child(2){animation-duration:13s;animation-delay:-3s}.styles-module__SsZEua__parallax>use:nth-child(3){animation-duration:16s;animation-delay:-4s}.styles-module__SsZEua__parallax>use:nth-child(4){animation-duration:22s;animation-delay:-5s}@keyframes styles-module__SsZEua__moveWave{0%{transform:translate(-90px)}to{transform:translate(85px)}}@media (max-width:768px){.styles-module__SsZEua__waveContainer{height:50px;min-height:50px;margin-top:-1.5rem;margin-bottom:2rem}}.styles-module__SsZEua__testimonialsSection{flex-direction:column;align-items:center;max-width:1200px;margin:0 auto;padding:6rem 1.5rem;display:flex;position:relative}.styles-module__SsZEua__testimonialsGrid{grid-template-columns:1fr 1.8fr;gap:1.5rem;width:100%;margin-top:3.5rem;display:grid}.styles-module__SsZEua__rightBentoColumn{flex-direction:column;gap:1.5rem;display:flex}.styles-module__SsZEua__bottomDualGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.styles-module__SsZEua__testimonialCard{text-align:left;box-sizing:border-box;border-radius:20px;flex-direction:column;justify-content:space-between;align-items:flex-start;height:100%;padding:2.5rem;transition:transform .3s,border-color .3s;display:flex;position:relative}.styles-module__SsZEua__testimonialCard:hover{border-color:var(--glass-border-hover);transform:translateY(-2px)}.styles-module__SsZEua__cardTall{min-height:540px}.styles-module__SsZEua__cardWide{width:100%}.styles-module__SsZEua__cardDark{background:#0d0f1a!important;border:1px solid #ffffff14!important;box-shadow:0 10px 30px #0000004d!important}.styles-module__SsZEua__cardMetricContainer{margin-bottom:1.5rem}.styles-module__SsZEua__cardMetricRow{align-items:baseline;gap:.75rem;margin-bottom:1.5rem;display:flex}.styles-module__SsZEua__cardBigMetric{color:var(--accent);font-size:3.2rem;font-weight:900;line-height:1;font-family:var(--font-mono)}.styles-module__SsZEua__cardMetricDesc{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-top:.5rem;font-size:.95rem;font-weight:700}.styles-module__SsZEua__cardMetricDescInline{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:1.05rem;font-weight:700}.styles-module__SsZEua__quoteIconWrapperInline{margin-bottom:1.25rem}.styles-module__SsZEua__quoteIconInlineColor{color:var(--accent);opacity:.35}.styles-module__SsZEua__testimonialQuoteText{color:var(--text-primary);margin-bottom:2rem;font-size:1.02rem;font-weight:500;line-height:1.65}.styles-module__SsZEua__testimonialUserMeta{align-items:center;gap:.75rem;margin-top:auto;display:flex}.styles-module__SsZEua__avatarCircle{color:#fff;letter-spacing:.05em;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:.85rem;font-weight:700;display:flex;box-shadow:0 4px 10px #0000001f}.styles-module__SsZEua__clientBentoName{color:var(--text-primary);font-size:.95rem;font-weight:700}.styles-module__SsZEua__bentoBottomBar{border-top:1px solid var(--navbar-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;width:100%;margin-top:4rem;padding-top:2rem;display:flex}.styles-module__SsZEua__ratingInfoCol{flex-direction:column;gap:.25rem;display:flex}.styles-module__SsZEua__ratingStars{color:#ffb700;align-items:center;gap:.2rem;font-size:1.15rem;display:flex}.styles-module__SsZEua__ratingScore{color:var(--text-primary);margin-left:.3rem;font-weight:800}.styles-module__SsZEua__ratingReviewCount{color:var(--text-secondary);font-size:.85rem;font-weight:500}.styles-module__SsZEua__satisfiedClientsTag{color:var(--text-primary);align-items:center;gap:.75rem;font-size:.95rem;font-weight:600;display:flex}.styles-module__SsZEua__chatIconBadge{background:rgba(var(--accent-rgb), .08);color:var(--accent);border-radius:8px;justify-content:center;align-items:center;padding:.5rem;display:flex}.styles-module__SsZEua__bentoReviewsCta{color:var(--accent);transition:var(--transition-smooth);cursor:pointer;align-items:center;gap:.5rem;font-weight:700;text-decoration:none;display:flex}.styles-module__SsZEua__bentoReviewsCta:hover{color:var(--text-primary)}.styles-module__SsZEua__bentoReviewsCta:hover .styles-module__SsZEua__ctaArrowIcon{transform:translate(2px,-2px)}.styles-module__SsZEua__ctaArrowIcon{transition:var(--transition-smooth)}@media (max-width:992px){.styles-module__SsZEua__testimonialsGrid{grid-template-columns:1fr}.styles-module__SsZEua__cardTall{min-height:auto}}@media (max-width:600px){.styles-module__SsZEua__bottomDualGrid{grid-template-columns:1fr}.styles-module__SsZEua__testimonialCard{padding:2rem}.styles-module__SsZEua__cardBigMetric{font-size:2.8rem}.styles-module__SsZEua__bentoBottomBar{flex-direction:column;align-items:flex-start;gap:1.25rem}}.styles-module__SsZEua__faqSection{flex-direction:column;align-items:center;max-width:800px;margin:0 auto;padding:6rem 1.5rem;display:flex;position:relative}.styles-module__SsZEua__faqList{flex-direction:column;gap:1.25rem;width:100%;margin-top:3.5rem;display:flex}.styles-module__SsZEua__faqItem{border-radius:16px;transition:transform .3s,border-color .3s;overflow:hidden;padding:0!important}.styles-module__SsZEua__faqItem:hover{border-color:var(--glass-border-hover)}.styles-module__SsZEua__faqQuestion{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1.5rem;width:100%;padding:1.75rem 2rem;display:flex}.styles-module__SsZEua__faqQuestionText{color:var(--text-primary);transition:var(--transition-smooth);font-size:1.15rem;font-weight:700;line-height:1.4}.styles-module__SsZEua__faqQuestion:hover .styles-module__SsZEua__faqQuestionText{color:var(--accent)}.styles-module__SsZEua__faqChevron{color:var(--text-secondary);justify-content:center;align-items:center;transition:transform .3s cubic-bezier(.16,1,.3,1),color .3s;display:flex}.styles-module__SsZEua__faqChevronRotated{color:var(--accent);transform:rotate(180deg)}.styles-module__SsZEua__faqAnswerContainer{transition:max-height .35s cubic-bezier(.16,1,.3,1),opacity .35s;overflow:hidden}.styles-module__SsZEua__faqAnswer{padding:0 2rem 2rem}.styles-module__SsZEua__faqAnswerText{color:var(--text-secondary);font-size:1rem;font-weight:500;line-height:1.65}@media (max-width:768px){.styles-module__SsZEua__faqQuestion{padding:1.25rem 1.5rem}.styles-module__SsZEua__faqQuestionText{font-size:1rem}.styles-module__SsZEua__faqAnswer{padding:0 1.5rem 1.5rem}.styles-module__SsZEua__faqAnswerText{font-size:.95rem}}
.Shared-module__eES25G__btn{cursor:pointer;transition:var(--transition-smooth);border:1px solid #0000;border-radius:9999px;outline:none;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.75rem;font-family:inherit;font-size:.9rem;font-weight:600;display:inline-flex}.Shared-module__eES25G__btnPrimary{color:#fff;background:#0a0f1d;font-weight:700;box-shadow:0 4px 12px #0a0f1d1a}.Shared-module__eES25G__btnPrimary:hover{opacity:.95;transform:translateY(-2px);box-shadow:0 6px 18px #0a0f1d2e}[data-theme=dark] .Shared-module__eES25G__btnPrimary{color:#06070a;background:#fff;box-shadow:0 4px 12px #ffffff14}[data-theme=dark] .Shared-module__eES25G__btnPrimary:hover{background:#f1f5f9}.Shared-module__eES25G__btnSecondary{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-primary);-webkit-backdrop-filter:var(--glass-backdrop-blur);box-shadow:var(--glass-shadow)}.Shared-module__eES25G__btnSecondary:hover{border-color:var(--accent);box-shadow:var(--glass-shadow), 0 0 8px var(--card-glow-active);transform:translateY(-2px)}.Shared-module__eES25G__btnIcon{justify-content:center;align-items:center;display:flex}.Shared-module__eES25G__glassCard{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:var(--glass-backdrop-blur);box-shadow:var(--glass-shadow);transition:var(--transition-bounce);border-radius:20px;position:relative;overflow:hidden}.Shared-module__eES25G__glassCardHover:hover{border-color:var(--glass-border-hover);box-shadow:0 16px 32px -10px var(--card-glow-active);transform:translateY(-6px)scale(1.015)}.Shared-module__eES25G__themeBtn{color:var(--text-secondary);cursor:pointer;width:auto;height:auto;transition:var(--transition-smooth);box-shadow:none;background:0 0;border:none;border-radius:0;outline:none;justify-content:center;align-items:center;padding:.4rem;display:flex}.Shared-module__eES25G__themeBtn:hover{color:var(--accent);transform:translateY(-2px)}.Shared-module__eES25G__langToggleMinimal{color:var(--text-secondary);cursor:pointer;transition:var(--transition-smooth);background:0 0;border:none;border-radius:12px;outline:none;align-items:center;gap:.35rem;padding:.4rem .6rem;font-size:.82rem;font-weight:700;display:flex}.Shared-module__eES25G__langToggleMinimal:hover{color:var(--accent);background:rgba(var(--accent-rgb), .05)}.Shared-module__eES25G__langIcon{color:currentColor;opacity:.85}.Shared-module__eES25G__formGroup{flex-direction:column;gap:.4rem;display:flex}.Shared-module__eES25G__label{letter-spacing:.05em;text-transform:uppercase;color:var(--text-secondary);font-size:.78rem;font-weight:700}.Shared-module__eES25G__input,.Shared-module__eES25G__select,.Shared-module__eES25G__textarea{background:var(--input-bg);border:1px solid var(--glass-border);width:100%;color:var(--text-primary);transition:var(--transition-smooth);box-shadow:var(--glass-shadow);border-radius:9999px;outline:none;padding:.8rem 1.25rem;font-size:.9rem}.Shared-module__eES25G__select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%235b657e'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-position:right 1.25rem center;background-repeat:no-repeat;background-size:1.1rem;padding-right:3rem}.Shared-module__eES25G__textarea{resize:vertical;min-height:100px;border-radius:18px!important}.Shared-module__eES25G__input:focus,.Shared-module__eES25G__select:focus,.Shared-module__eES25G__textarea:focus{border-color:var(--input-focus-border);box-shadow:0 0 0 4px rgba(var(--accent-rgb), .08)}.Shared-module__eES25G__errorText{color:#ef4444;margin-top:.2rem;font-size:.75rem}.Shared-module__eES25G__searchBar{background:var(--input-bg);border:1px solid var(--glass-border);width:100%;max-width:520px;box-shadow:var(--glass-shadow);transition:var(--transition-smooth);border-radius:9999px;align-items:center;padding:4px 6px;display:flex}.Shared-module__eES25G__searchBar:focus-within{border-color:var(--accent);box-shadow:0 0 0 4px rgba(var(--accent-rgb), .08)}.Shared-module__eES25G__searchBarInput{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;padding:.6rem 1.25rem;font-size:.9rem}.Shared-module__eES25G__searchBarInput::placeholder{color:var(--text-secondary);opacity:.7}.Shared-module__eES25G__searchBarBtn{background:var(--accent);color:#fff;cursor:pointer;transition:var(--transition-smooth);box-shadow:0 2px 8px rgba(var(--accent-rgb), .2);border:none;border-radius:9999px;padding:.65rem 1.5rem;font-size:.85rem;font-weight:700}.Shared-module__eES25G__searchBarBtn:hover{opacity:.95;transform:scale(.98)}.Shared-module__eES25G__searchBarLabel{color:var(--text-secondary);margin-top:.6rem;font-size:.8rem;display:block}.Shared-module__eES25G__cursorDot{background-color:var(--accent);pointer-events:none;z-index:99999;mix-blend-mode:difference;border-radius:50%;width:6px;height:6px;transition:width .2s,height .2s,background-color .2s;position:fixed;top:0;left:0;transform:translate(0,0)translate(-50%,-50%)}.Shared-module__eES25G__cursorRing{border:1.5px solid var(--accent);pointer-events:none;z-index:99998;border-radius:50%;width:32px;height:32px;transition:width .2s,height .2s,border-color .2s,background-color .2s;position:fixed;top:0;left:0;transform:translate(0,0)translate(-50%,-50%)}.Shared-module__eES25G__cursorDotPointer{background-color:#fff;width:8px;height:8px}.Shared-module__eES25G__cursorRingPointer{border-color:var(--accent-secondary);background-color:rgba(var(--accent-rgb), .08);width:48px;height:48px}
.styles-module__-o2OAq__wrapper{z-index:1;--accent:#d4af37;--accent-rgb:212, 175, 55;--accent-secondary:#b59223;--accent-gradient:linear-gradient(135deg, #d4af37 0%, #aa7c11 100%);--bg-base:#06070a;--text-primary:#f9fafb;--text-secondary:#94a3b8;--text-muted:#475569;--navbar-bg:#090a0fd9;--navbar-border:#ffffff0a;--glass-bg:#0d0e16a6;--glass-border:#d4af371f;--glass-border-hover:#d4af3740;--glass-shadow:0 10px 40px #00000080;--glow-1:#d4af370a;--glow-2:#d4af3708;--glow-3:#d4af3708;--card-glow-active:#d4af371a;--input-focus-border:#d4af37;flex-direction:column;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex;position:relative;color:#f9fafb!important;background-color:#06070a!important;background-image:radial-gradient(circle at 50% 0,#0d0e15 0%,#06070a 100%)!important}.styles-module__-o2OAq__wrapper h1,.styles-module__-o2OAq__wrapper h2,.styles-module__-o2OAq__wrapper h3,.styles-module__-o2OAq__wrapper h4,.styles-module__-o2OAq__wrapper .styles-module__-o2OAq__serifTitle{letter-spacing:-.02em!important;font-family:Georgia,serif!important;font-weight:500!important}.styles-module__-o2OAq__header{top:var(--preview-header-offset,0px);z-index:100;background-color:var(--navbar-bg);-webkit-backdrop-filter:var(--glass-backdrop-blur);border-bottom:1px solid var(--navbar-border);transition:var(--transition-smooth);position:fixed;left:0;right:0}.styles-module__-o2OAq__headerScrolled{box-shadow:var(--glass-shadow);padding:.5rem 0}.styles-module__-o2OAq__navContainer{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex}.styles-module__-o2OAq__logo{letter-spacing:-.03em;background:var(--accent-gradient);-webkit-text-fill-color:transparent;cursor:pointer;transition:var(--transition-smooth);-webkit-background-clip:text;align-items:center;gap:.5rem;font-size:1.4rem;font-weight:800;display:flex}.styles-module__-o2OAq__logo:hover{opacity:.9;transform:scale(.98)}.styles-module__-o2OAq__logoDot{background:var(--accent-gradient);width:8px;height:8px;box-shadow:0 0 10px var(--accent);border-radius:50%}.styles-module__-o2OAq__navLinks{align-items:center;gap:2rem;display:flex}.styles-module__-o2OAq__navLink{color:var(--text-secondary);transition:var(--transition-smooth);padding:.25rem 0;font-size:.95rem;font-weight:500;position:relative}.styles-module__-o2OAq__navLink:hover{color:var(--text-primary)}.styles-module__-o2OAq__navLink:after{content:"";background:var(--accent-gradient);width:0;height:2px;transition:var(--transition-smooth);border-radius:2px;position:absolute;bottom:0;left:0}.styles-module__-o2OAq__navLink:hover:after{width:100%}.styles-module__-o2OAq__controls{align-items:center;gap:1rem;display:flex}.styles-module__-o2OAq__mobileMenuBtn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;display:none}.styles-module__-o2OAq__mobileDrawer{top:var(--preview-header-offset,0px);width:85%;max-width:350px;height:calc(100vh - var(--preview-header-offset,0px));background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-backdrop-blur);z-index:99;border-left:1px solid var(--glass-border);box-shadow:var(--glass-shadow);flex-direction:column;gap:2.5rem;padding:6rem 2rem 2rem;transition:right .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;right:-100%}.styles-module__-o2OAq__mobileDrawerOpen{right:0}.styles-module__-o2OAq__mobileLinks{flex-direction:column;gap:1.5rem;display:flex}.styles-module__-o2OAq__mobileLink{color:var(--text-secondary);font-size:1.25rem;font-weight:600}.styles-module__-o2OAq__mobileLink:hover{color:var(--text-primary)}.styles-module__-o2OAq__hero{text-align:center;flex-direction:column;align-items:center;padding-top:9rem;padding-bottom:6rem;display:flex;position:relative}.styles-module__-o2OAq__heroBadge{background:var(--glass-bg);border:1px solid var(--glass-border);letter-spacing:.1em;color:var(--accent);box-shadow:var(--glass-shadow);border-radius:30px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.4rem 1rem;font-size:.75rem;font-weight:700;animation:4s ease-in-out infinite styles-module__-o2OAq__float;display:inline-flex}.styles-module__-o2OAq__heroBadgeDot{background-color:var(--accent);width:6px;height:6px;box-shadow:0 0 8px var(--accent);border-radius:50%}.styles-module__-o2OAq__heroHeading{letter-spacing:-.04em;max-width:900px;margin-bottom:1.5rem;font-size:clamp(2.3rem,5vw,4.2rem);font-weight:900;line-height:1.15}.styles-module__-o2OAq__heroTextShimmer{background:linear-gradient(to right, var(--text-primary), var(--accent), #fff8df, var(--text-primary));-webkit-text-fill-color:transparent;background-size:300%;-webkit-background-clip:text;animation:8s linear infinite styles-module__-o2OAq__textShimmer}.styles-module__-o2OAq__heroSubheading{color:var(--text-secondary);max-width:650px;margin-bottom:3rem;font-size:clamp(1rem,2vw,1.2rem);line-height:1.6}.styles-module__-o2OAq__heroCtas{justify-content:center;gap:1rem;width:100%;display:flex}.styles-module__-o2OAq__services{position:relative}.styles-module__-o2OAq__sectionHeader{text-align:center;max-width:700px;margin:0 auto 4rem}.styles-module__-o2OAq__sectionTag{color:var(--accent);letter-spacing:.15em;text-transform:uppercase;margin-bottom:.75rem;font-size:.75rem;font-weight:800;display:block}.styles-module__-o2OAq__sectionTitle{letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800}.styles-module__-o2OAq__sectionSub{color:var(--text-secondary);font-size:1rem}.styles-module__-o2OAq__servicesGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.styles-module__-o2OAq__cardIcon{background:rgba(var(--accent-rgb), .1);border:1px solid rgba(var(--accent-rgb), .2);width:54px;height:54px;color:var(--accent);transition:var(--transition-smooth);border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.75rem;display:flex}.styles-module__-o2OAq__customCard:hover .styles-module__-o2OAq__cardIcon{background:var(--accent-gradient);color:#070913;box-shadow:0 0 15px var(--accent);transform:rotate(5deg)scale(1.05)}.styles-module__-o2OAq__cardTitle{letter-spacing:-.01em;margin-bottom:1rem;font-size:1.3rem;font-weight:700}.styles-module__-o2OAq__cardDesc{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.styles-module__-o2OAq__whyUs{position:relative}.styles-module__-o2OAq__whyContainer{grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;display:grid}@media (max-width:968px){.styles-module__-o2OAq__whyContainer{grid-template-columns:1fr;gap:3rem}}.styles-module__-o2OAq__whyContent{flex-direction:column;display:flex}.styles-module__-o2OAq__whyDetails{flex-direction:column;gap:1.5rem;margin-top:2rem;display:flex}.styles-module__-o2OAq__detailCard{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:var(--glass-backdrop-blur);box-shadow:var(--glass-shadow);transition:var(--transition-smooth);border-radius:20px;gap:1.25rem;padding:1.5rem;display:flex}.styles-module__-o2OAq__detailCard:hover{border-color:var(--glass-border-hover);transform:translate(5px)}.styles-module__-o2OAq__detailIcon{background:rgba(var(--accent-rgb), .1);width:42px;height:42px;color:var(--accent);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.styles-module__-o2OAq__detailTitle{margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.styles-module__-o2OAq__detailDesc{color:var(--text-secondary);font-size:.9rem}.styles-module__-o2OAq__graphicContainer{aspect-ratio:1;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.styles-module__-o2OAq__baliVisual{background:radial-gradient(circle, rgba(var(--accent-rgb), .05) 0%, transparent 70%);justify-content:center;align-items:center;width:80%;height:80%;display:flex;position:relative}.styles-module__-o2OAq__floatGlass1,.styles-module__-o2OAq__floatGlass2,.styles-module__-o2OAq__floatGlass3{-webkit-backdrop-filter:var(--glass-backdrop-blur);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:20px;align-items:center;gap:.75rem;padding:1.25rem;font-size:.85rem;font-weight:600;animation:6s ease-in-out infinite styles-module__-o2OAq__float;display:flex;position:absolute}.styles-module__-o2OAq__floatGlass1{background:#d4af3726;border-color:#d4af3733;animation-delay:0s;top:15%;left:5%}.styles-module__-o2OAq__floatGlass2{background:#aa7c1126;border-color:#aa7c1133;animation-delay:2s;bottom:20%;right:5%}.styles-module__-o2OAq__floatGlass3{background:#fff8df0d;border-color:#d4af3733;animation-delay:4s;top:50%;left:45%;transform:translate(-50%,-50%)}.styles-module__-o2OAq__glowCircle{background:var(--accent-gradient);filter:blur(1px);opacity:.15;width:140px;height:140px;box-shadow:0 0 100px 30px var(--accent);border-radius:50%;animation:5s ease-in-out infinite styles-module__-o2OAq__pulseGlow}.styles-module__-o2OAq__contact{position:relative}.styles-module__-o2OAq__contactContainer{max-width:650px;margin:0 auto}.styles-module__-o2OAq__formCard{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:var(--glass-backdrop-blur);box-shadow:var(--glass-shadow);border-radius:28px;padding:3rem;position:relative;overflow:hidden}@media (max-width:576px){.styles-module__-o2OAq__formCard{padding:2rem 1.5rem}}.styles-module__-o2OAq__form{flex-direction:column;gap:1.5rem;display:flex}.styles-module__-o2OAq__submitBtn{width:100%;margin-top:1rem}.styles-module__-o2OAq__successCard{text-align:center;flex-direction:column;align-items:center;padding:2rem 0;display:flex}.styles-module__-o2OAq__successIcon{color:#d4af37;background:#d4af3726;border:1px solid #d4af374d;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;font-size:2rem;animation:4s ease-in-out infinite styles-module__-o2OAq__float;display:flex}.styles-module__-o2OAq__successTitle{background:linear-gradient(135deg,#d4af37,#aa7c11);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:1.75rem;font-weight:800}.styles-module__-o2OAq__successDesc{color:var(--text-secondary);font-size:1rem;line-height:1.6}.styles-module__-o2OAq__footer{background-color:var(--bg-base);border-top:1px solid var(--navbar-border);padding:4rem 1.5rem 2rem;position:relative;overflow:hidden}.styles-module__-o2OAq__footerContainer{flex-direction:column;gap:3rem;max-width:1200px;margin:0 auto;display:flex}.styles-module__-o2OAq__footerTop{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:3rem;display:flex}.styles-module__-o2OAq__footerInfo{max-width:400px}.styles-module__-o2OAq__footerDesc{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem}.styles-module__-o2OAq__footerLinks{gap:4rem;display:flex}@media (max-width:576px){.styles-module__-o2OAq__footerLinks{flex-direction:column;gap:2rem;width:100%}}.styles-module__-o2OAq__footerLinkCol{flex-direction:column;gap:1rem;display:flex}.styles-module__-o2OAq__footerLinkTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.85rem;font-weight:800}.styles-module__-o2OAq__footerLink{color:var(--text-secondary);transition:var(--transition-smooth);font-size:.95rem}.styles-module__-o2OAq__footerLink:hover{color:var(--accent)}.styles-module__-o2OAq__footerBottom{border-top:1px solid var(--navbar-border);color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;font-size:.85rem;display:flex}@media (max-width:768px){.styles-module__-o2OAq__navLinks{display:none}.styles-module__-o2OAq__mobileMenuBtn{display:block}.styles-module__-o2OAq__heroHeading{font-size:2.3rem}.styles-module__-o2OAq__heroSubheading{margin-bottom:2rem}.styles-module__-o2OAq__heroBadge{margin-bottom:1.5rem}.styles-module__-o2OAq__heroCtas{flex-direction:column;align-items:center;gap:.75rem}}.styles-module__-o2OAq__whatsappFloat{color:#fff;z-index:999;width:56px;height:56px;transition:var(--transition-bounce);background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;animation:2s infinite styles-module__-o2OAq__pulseGreen;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 15px #25d36666}.styles-module__-o2OAq__whatsappFloat:hover{transform:scale(1.1);box-shadow:0 6px 20px #25d36699}.styles-module__-o2OAq__whatsappFloat svg{width:28px;height:28px}@keyframes styles-module__-o2OAq__pulseGreen{0%{box-shadow:0 0 #25d366b3}70%{box-shadow:0 0 0 12px #25d36600}to{box-shadow:0 0 #25d36600}}@media (max-width:768px){.styles-module__-o2OAq__whatsappFloat{width:48px;height:48px;bottom:6.5rem;right:1.25rem}.styles-module__-o2OAq__whatsappFloat svg{width:24px;height:24px}}.styles-module__-o2OAq__btn{cursor:pointer;transition:var(--transition-smooth);border:1px solid #0000;border-radius:9999px;outline:none;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.75rem;font-family:inherit;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.styles-module__-o2OAq__btnPrimary{font-weight:700;box-shadow:0 4px 12px #d4af3726;color:#06070a!important;background:linear-gradient(135deg,#d4af37 0%,#aa7c11 100%)!important}.styles-module__-o2OAq__btnPrimary:hover{opacity:.95;transform:translateY(-2px);box-shadow:0 6px 18px #d4af3740}.styles-module__-o2OAq__btnSecondary{box-shadow:0 4px 15px #0000004d;color:#f9fafb!important;-webkit-backdrop-filter:blur(12px)!important;background:#0d0e16a6!important;border:1px solid #d4af3726!important}.styles-module__-o2OAq__btnSecondary:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0000004d,0 0 10px #d4af3726;border-color:#d4af37!important}.styles-module__-o2OAq__btnIcon{justify-content:center;align-items:center;display:flex}.styles-module__-o2OAq__formGroup{text-align:left;flex-direction:column;gap:.4rem;display:flex}.styles-module__-o2OAq__label{letter-spacing:.05em;text-transform:uppercase;color:#94a3b8;font-size:.78rem;font-weight:700}.styles-module__-o2OAq__input,.styles-module__-o2OAq__select,.styles-module__-o2OAq__textarea{color:#f9fafb;width:100%;transition:var(--transition-smooth);outline:none;padding:.8rem 1.25rem;font-size:.9rem;background:#0d0e16a6!important;border:1px solid #d4af371f!important;border-radius:9999px!important}.styles-module__-o2OAq__select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23d4af37'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E")!important;background-position:right 1.25rem center!important;background-repeat:no-repeat!important;background-size:1.1rem!important;padding-right:3rem!important}.styles-module__-o2OAq__textarea{resize:vertical;min-height:120px;border-radius:18px!important}.styles-module__-o2OAq__input:focus,.styles-module__-o2OAq__select:focus,.styles-module__-o2OAq__textarea:focus{border-color:#d4af37!important;box-shadow:0 0 0 4px #d4af3714!important}.styles-module__-o2OAq__errorText{color:#ef4444;margin-top:.2rem;font-size:.75rem}.styles-module__-o2OAq__themeBtn{color:#94a3b8;cursor:pointer;transition:var(--transition-smooth);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:flex}.styles-module__-o2OAq__themeBtn:hover{color:#f9fafb}.styles-module__-o2OAq__langToggleMinimal{color:#94a3b8;cursor:pointer;transition:var(--transition-smooth);background:0 0;border:none;padding:.5rem;font-size:.85rem;font-weight:700}.styles-module__-o2OAq__langToggleMinimal:hover{color:#f9fafb}
.styles-module__l_127G__wrapper{z-index:1;--accent:#2d5a27;--accent-rgb:45, 90, 39;--accent-secondary:#728969;--accent-gradient:linear-gradient(135deg, #2d5a27 0%, #1b4332 100%);--bg-base:#fcfbf7;--text-primary:#2b3a2f;--text-secondary:#586a5f;--text-muted:#8ca395;--navbar-bg:#fcfbf7f2;--navbar-border:#2b3a2f0f;--glass-bg:#fff;--glass-border:#2b3a2f14;--glass-border-hover:#2b3a2f1f;--glass-shadow:0 8px 30px #2b3a2f08;--glow-1:transparent;--glow-2:transparent;--glow-3:transparent;--card-glow-active:transparent;--input-focus-border:#2d5a27;flex-direction:column;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex;position:relative;color:#2b3a2f!important;background-color:#fcfbf7!important;background-image:none!important}.styles-module__l_127G__wrapper h1,.styles-module__l_127G__wrapper h2,.styles-module__l_127G__wrapper h3,.styles-module__l_127G__wrapper h4,.styles-module__l_127G__wrapper .styles-module__l_127G__serifTitle{letter-spacing:-.02em!important;font-family:Georgia,serif!important;font-weight:500!important}.styles-module__l_127G__header{top:var(--preview-header-offset,0px);z-index:100;background-color:var(--navbar-bg);-webkit-backdrop-filter:var(--glass-backdrop-blur);border-bottom:1px solid var(--navbar-border);transition:var(--transition-smooth);position:fixed;left:0;right:0}.styles-module__l_127G__headerScrolled{box-shadow:var(--glass-shadow);padding:.5rem 0}.styles-module__l_127G__navContainer{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex}.styles-module__l_127G__logo{letter-spacing:-.03em;background:var(--accent-gradient);-webkit-text-fill-color:transparent;cursor:pointer;transition:var(--transition-smooth);-webkit-background-clip:text;align-items:center;gap:.5rem;font-size:1.4rem;font-weight:800;display:flex}.styles-module__l_127G__logo:hover{opacity:.9;transform:scale(.98)}.styles-module__l_127G__logoDot{background-color:var(--accent);width:8px;height:8px;box-shadow:0 0 10px var(--accent);border-radius:50%}.styles-module__l_127G__navLinks{align-items:center;gap:2rem;display:flex}.styles-module__l_127G__navLink{color:var(--text-secondary);transition:var(--transition-smooth);padding:.25rem 0;font-size:.95rem;font-weight:500;position:relative}.styles-module__l_127G__navLink:hover{color:var(--text-primary)}.styles-module__l_127G__navLink:after{content:"";background:var(--accent-gradient);width:0;height:2px;transition:var(--transition-smooth);border-radius:2px;position:absolute;bottom:0;left:0}.styles-module__l_127G__navLink:hover:after{width:100%}.styles-module__l_127G__controls{align-items:center;gap:1rem;display:flex}.styles-module__l_127G__mobileMenuBtn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;display:none}.styles-module__l_127G__mobileDrawer{top:var(--preview-header-offset,0px);width:85%;max-width:350px;height:calc(100vh - var(--preview-header-offset,0px));background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-backdrop-blur);z-index:99;border-left:1px solid var(--glass-border);box-shadow:var(--glass-shadow);flex-direction:column;gap:2.5rem;padding:6rem 2rem 2rem;transition:right .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;right:-100%}.styles-module__l_127G__mobileDrawerOpen{right:0}.styles-module__l_127G__mobileLinks{flex-direction:column;gap:1.5rem;display:flex}.styles-module__l_127G__mobileLink{color:var(--text-secondary);font-size:1.25rem;font-weight:600}.styles-module__l_127G__mobileLink:hover{color:var(--text-primary)}.styles-module__l_127G__hero{text-align:center;flex-direction:column;align-items:center;padding-top:9rem;padding-bottom:6rem;display:flex;position:relative}.styles-module__l_127G__heroBadge{background:var(--glass-bg);border:1px solid var(--glass-border);letter-spacing:.1em;color:var(--accent);box-shadow:var(--glass-shadow);border-radius:30px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.4rem 1rem;font-size:.75rem;font-weight:700;animation:4s ease-in-out infinite styles-module__l_127G__float;display:inline-flex}.styles-module__l_127G__heroBadgeDot{background-color:var(--accent);width:6px;height:6px;box-shadow:0 0 8px var(--accent);border-radius:50%}.styles-module__l_127G__heroHeading{letter-spacing:-.04em;max-width:900px;margin-bottom:1.5rem;font-size:clamp(2.3rem,5vw,4.2rem);font-weight:900;line-height:1.15}.styles-module__l_127G__heroTextShimmer{background:linear-gradient(to right, var(--text-primary), var(--accent), #d1fae5, var(--text-primary));-webkit-text-fill-color:transparent;background-size:300%;-webkit-background-clip:text;animation:8s linear infinite styles-module__l_127G__textShimmer}.styles-module__l_127G__heroSubheading{color:var(--text-secondary);max-width:650px;margin-bottom:3rem;font-size:clamp(1rem,2vw,1.2rem);line-height:1.6}.styles-module__l_127G__heroCtas{justify-content:center;gap:1rem;width:100%;display:flex}.styles-module__l_127G__sectionHeader{text-align:center;max-width:700px;margin:0 auto 4rem}.styles-module__l_127G__sectionTag{color:var(--accent);letter-spacing:.15em;text-transform:uppercase;margin-bottom:.75rem;font-size:.75rem;font-weight:800;display:block}.styles-module__l_127G__sectionTitle{letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800}.styles-module__l_127G__sectionSub{color:var(--text-secondary);font-size:1rem}.styles-module__l_127G__roomsGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;display:grid}.styles-module__l_127G__roomCard{transition:var(--transition-smooth);flex-direction:column;display:flex;overflow:hidden}.styles-module__l_127G__roomCard:hover{border-color:var(--glass-border-hover);transform:translateY(-5px);box-shadow:0 12px 30px -10px #10b98126}.styles-module__l_127G__roomImageContainer{aspect-ratio:16/10;width:100%;position:relative;overflow:hidden}.styles-module__l_127G__roomImage{object-fit:cover;width:100%;height:100%;transition:transform .6s}.styles-module__l_127G__roomCard:hover .styles-module__l_127G__roomImage{transform:scale(1.05)}.styles-module__l_127G__roomPriceFloating{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--accent);-webkit-backdrop-filter:var(--glass-backdrop-blur);border-radius:20px;padding:.35rem .85rem;font-size:.85rem;font-weight:700;position:absolute;bottom:1rem;right:1rem}.styles-module__l_127G__roomTextContainer{flex-direction:column;flex-grow:1;justify-content:space-between;padding:1.75rem;display:flex}.styles-module__l_127G__roomTitle{margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.styles-module__l_127G__roomDesc{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.styles-module__l_127G__roomCtas{gap:1rem;display:flex}.styles-module__l_127G__bookBtn{width:100%}.styles-module__l_127G__facilitiesGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.styles-module__l_127G__facilityCard{transition:var(--transition-smooth);padding:2rem}.styles-module__l_127G__facilityCard:hover{border-color:var(--glass-border-hover);transform:translateY(-3px)}.styles-module__l_127G__facilityIcon{background:rgba(var(--accent-rgb), .1);border:1px solid rgba(var(--accent-rgb), .15);width:50px;height:50px;color:var(--accent);transition:var(--transition-smooth);border-radius:14px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.styles-module__l_127G__facilityCard:hover .styles-module__l_127G__facilityIcon{background:var(--accent-gradient);color:#fff;box-shadow:0 0 12px var(--accent);transform:scale(1.05)}.styles-module__l_127G__facilityTitle{margin-bottom:.75rem;font-size:1.2rem;font-weight:700}.styles-module__l_127G__facilityDesc{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.styles-module__l_127G__activities{position:relative}.styles-module__l_127G__activitiesGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;display:grid}.styles-module__l_127G__activityCard{background:var(--glass-bg);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);transition:var(--transition-smooth);border-radius:24px;overflow:hidden}.styles-module__l_127G__activityCard:hover{border-color:var(--glass-border-hover);transform:translateY(-5px)}.styles-module__l_127G__activityImageContainer{aspect-ratio:16/10;width:100%;position:relative;overflow:hidden}.styles-module__l_127G__activityImage{object-fit:cover;width:100%;height:100%;transition:transform .6s}.styles-module__l_127G__activityCard:hover .styles-module__l_127G__activityImage{transform:scale(1.04)}.styles-module__l_127G__activityTextContainer{padding:1.5rem}.styles-module__l_127G__activityTitle{margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.styles-module__l_127G__activityDesc{color:var(--text-secondary);font-size:.9rem;line-height:1.5}.styles-module__l_127G__contact{position:relative}.styles-module__l_127G__contactContainer{max-width:650px;margin:0 auto}.styles-module__l_127G__formCard{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:var(--glass-backdrop-blur);box-shadow:var(--glass-shadow);border-radius:28px;padding:3rem;position:relative;overflow:hidden}.styles-module__l_127G__form{flex-direction:column;gap:1.5rem;display:flex}.styles-module__l_127G__submitBtn{width:100%;margin-top:1.25rem}.styles-module__l_127G__successCard{text-align:center;flex-direction:column;align-items:center;padding:2rem 0;display:flex}.styles-module__l_127G__successIcon{color:#10b981;background:#10b98126;border:1px solid #10b9814d;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;animation:4s ease-in-out infinite styles-module__l_127G__float;display:flex}.styles-module__l_127G__successTitle{background:linear-gradient(135deg,#10b981,#047857);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:1.75rem;font-weight:800}.styles-module__l_127G__successDesc{color:var(--text-secondary);font-size:1rem;line-height:1.6}.styles-module__l_127G__whatsappFloat{color:#fff;z-index:999;width:56px;height:56px;transition:var(--transition-bounce);background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;animation:2s infinite styles-module__l_127G__pulseGreen;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 15px #25d36666}.styles-module__l_127G__whatsappFloat:hover{transform:scale(1.1);box-shadow:0 6px 20px #25d36699}.styles-module__l_127G__whatsappFloat svg{width:28px;height:28px}@keyframes styles-module__l_127G__pulseGreen{0%{box-shadow:0 0 #25d366b3}70%{box-shadow:0 0 0 12px #25d36600}to{box-shadow:0 0 #25d36600}}.styles-module__l_127G__footer{background-color:var(--bg-base);border-top:1px solid var(--navbar-border);padding:4rem 1.5rem 2rem;position:relative;overflow:hidden}.styles-module__l_127G__footerContainer{flex-direction:column;gap:3rem;max-width:1200px;margin:0 auto;display:flex}.styles-module__l_127G__footerTop{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:3rem;display:flex}.styles-module__l_127G__footerInfo{max-width:400px}.styles-module__l_127G__footerDesc{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem}.styles-module__l_127G__footerLinks{gap:4rem;display:flex}.styles-module__l_127G__footerLinkCol{flex-direction:column;gap:1rem;display:flex}.styles-module__l_127G__footerLinkTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.85rem;font-weight:800}.styles-module__l_127G__footerLink{color:var(--text-secondary);transition:var(--transition-smooth);font-size:.95rem}.styles-module__l_127G__footerLink:hover{color:var(--accent)}.styles-module__l_127G__footerBottom{border-top:1px solid var(--navbar-border);color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;font-size:.85rem;display:flex}@media (max-width:968px){.styles-module__l_127G__activitiesGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}}@media (max-width:768px){.styles-module__l_127G__navLinks{display:none}.styles-module__l_127G__mobileMenuBtn{display:block}.styles-module__l_127G__heroHeading{font-size:2.3rem}.styles-module__l_127G__heroSubheading{margin-bottom:2.5rem}.styles-module__l_127G__heroBadge{margin-bottom:1.5rem}.styles-module__l_127G__heroCtas{flex-direction:column;align-items:center;gap:.75rem}.styles-module__l_127G__formCard{padding:2.5rem 1.5rem}.styles-module__l_127G__footerLinks{flex-direction:column;gap:2rem;width:100%}.styles-module__l_127G__whatsappFloat{width:48px;height:48px;bottom:6.5rem;right:1.25rem}.styles-module__l_127G__whatsappFloat svg{width:24px;height:24px}}.styles-module__l_127G__btn{cursor:pointer;transition:var(--transition-smooth);border:1px solid #0000;border-radius:9999px;outline:none;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.75rem;font-family:inherit;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.styles-module__l_127G__btnPrimary{font-weight:700;box-shadow:0 4px 12px #2d5a271a;color:#fff!important;background:#2d5a27!important}.styles-module__l_127G__btnPrimary:hover{transform:translateY(-2px);box-shadow:0 6px 18px #2d5a2733;background:#1b4332!important}.styles-module__l_127G__btnSecondary{font-weight:700;color:#2b3a2f!important;background:#fff!important;border:1px solid #2b3a2f1a!important}.styles-module__l_127G__btnSecondary:hover{transform:translateY(-2px);border-color:#2d5a27!important}.styles-module__l_127G__btnIcon{justify-content:center;align-items:center;display:flex}.styles-module__l_127G__formGroup{text-align:left;flex-direction:column;gap:.4rem;display:flex}.styles-module__l_127G__label{letter-spacing:.05em;text-transform:uppercase;color:#586a5f;font-size:.78rem;font-weight:700}.styles-module__l_127G__input,.styles-module__l_127G__select,.styles-module__l_127G__textarea{color:#2b3a2f;width:100%;transition:var(--transition-smooth);outline:none;padding:.8rem 1.25rem;font-size:.9rem;background:#fff!important;border:1px solid #2b3a2f1a!important;border-radius:16px!important}.styles-module__l_127G__select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%235b657e'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E")!important;background-position:right 1.25rem center!important;background-repeat:no-repeat!important;background-size:1.1rem!important;padding-right:3rem!important}.styles-module__l_127G__textarea{resize:vertical;min-height:120px;border-radius:16px!important}.styles-module__l_127G__input:focus,.styles-module__l_127G__select:focus,.styles-module__l_127G__textarea:focus{border-color:#2d5a27!important;box-shadow:0 0 0 4px #2d5a2714!important}.styles-module__l_127G__errorText{color:#ef4444;margin-top:.2rem;font-size:.75rem}.styles-module__l_127G__themeBtn{color:#586a5f;cursor:pointer;transition:var(--transition-smooth);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:flex}.styles-module__l_127G__themeBtn:hover{color:#2b3a2f}.styles-module__l_127G__langToggleMinimal{color:#586a5f;cursor:pointer;transition:var(--transition-smooth);background:0 0;border:none;padding:.5rem;font-size:.85rem;font-weight:700}.styles-module__l_127G__langToggleMinimal:hover{color:#2b3a2f}
.styles-module__5TRL4a__wrapper{background-color:var(--bg-base);min-height:100vh;color:var(--text-primary);flex-direction:column;display:flex;position:relative;overflow:hidden}.styles-module__5TRL4a__header{z-index:100;background-color:var(--navbar-bg);width:90%;max-width:1100px;-webkit-backdrop-filter:var(--glass-backdrop-blur);border:1px solid var(--navbar-border);box-shadow:var(--glass-shadow);border-radius:9999px;justify-content:space-between;align-items:center;padding:.6rem 2rem;display:flex;position:fixed;top:1.5rem;left:50%;transform:translate(-50%)}.styles-module__5TRL4a__logo{letter-spacing:-.04em;color:var(--text-primary);cursor:pointer;align-items:center;gap:.5rem;font-size:1.3rem;font-weight:850;display:flex}.styles-module__5TRL4a__logoDot{background-color:var(--accent);width:6px;height:6px;box-shadow:0 0 10px var(--accent);border-radius:50%}.styles-module__5TRL4a__controls{align-items:center;gap:.75rem;display:flex}.styles-module__5TRL4a__hero{text-align:center;z-index:10;flex-direction:column;justify-content:center;align-items:center;max-width:1000px;min-height:auto;margin:0 auto;padding:10rem 1.5rem 3.5rem;display:flex;position:relative}.styles-module__5TRL4a__heroGlow{background:radial-gradient(circle, rgba(var(--accent-rgb), .18) 0%, #f4d6ff1f 35%, #c0dbff14 70%, transparent 100%);filter:blur(85px);z-index:1;pointer-events:none;opacity:.85;width:min(750px,90vw);height:350px;position:absolute;top:45%;left:50%;transform:translate(-50%,-50%)}.styles-module__5TRL4a__mouseGlow{background:radial-gradient(circle, rgba(var(--accent-rgb), .08) 0%, transparent 65%);pointer-events:none;z-index:2;border-radius:50%;width:450px;height:450px;transition:opacity .3s;position:fixed;transform:translate(-50%,-50%)}.styles-module__5TRL4a__navLinkActive{color:var(--accent)!important;opacity:1!important}.styles-module__5TRL4a__heroBadge{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-secondary);letter-spacing:.12em;box-shadow:var(--glass-shadow);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.4rem 1rem;font-size:.75rem;font-weight:800;display:inline-flex}.styles-module__5TRL4a__heroBadgeDot{background-color:var(--accent);width:6px;height:6px;box-shadow:0 0 8px var(--accent);border-radius:50%}.styles-module__5TRL4a__heroHeading{letter-spacing:-.05em;color:var(--text-primary);text-align:center;margin-bottom:1.5rem;font-size:clamp(2.5rem,7vw,4.5rem);font-weight:900;line-height:1.1}.styles-module__5TRL4a__rotatedBadge{background:var(--accent-gradient);color:#fff;box-shadow:0 8px 20px rgba(var(--accent-rgb), .25);border-radius:20px;padding:.2rem 1.2rem;display:inline-block;transform:rotate(-1.5deg)}.styles-module__5TRL4a__heroSubheading{color:var(--text-secondary);max-width:760px;margin:0 auto;font-size:clamp(1.1rem,2.5vw,1.35rem);line-height:1.6}.styles-module__5TRL4a__backBtnContainer{z-index:20;width:90%;max-width:1200px;margin:7rem auto 0;position:relative}.styles-module__5TRL4a__backBtn{color:var(--text-secondary);transition:var(--transition-smooth);align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.styles-module__5TRL4a__backBtn:hover{color:var(--accent);transform:translate(-4px)}.styles-module__5TRL4a__section{z-index:10;width:100%;max-width:1200px;margin:0 auto;padding:3.5rem 1.5rem;position:relative}@media (max-width:768px){.styles-module__5TRL4a__section{padding:2rem 1.25rem}}.styles-module__5TRL4a__sectionHeader{text-align:left;margin-bottom:3.5rem}.styles-module__5TRL4a__sectionTag{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.5rem;font-size:.72rem;font-weight:800;display:block}.styles-module__5TRL4a__sectionTitle{letter-spacing:-.04em;color:var(--text-primary);font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:850;line-height:1.2}.styles-module__5TRL4a__storyGrid{grid-template-columns:1.1fr 1fr;align-items:flex-start;gap:4rem;display:grid}@media (max-width:968px){.styles-module__5TRL4a__storyGrid{grid-template-columns:1fr;gap:2.5rem}}.styles-module__5TRL4a__storyLeft{flex-direction:column;display:flex}.styles-module__5TRL4a__storyStatement{color:var(--text-primary);background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1.5rem;font-size:clamp(1.4rem,2.8vw,2.1rem);font-weight:800;line-height:1.35}.styles-module__5TRL4a__storyRight{flex-direction:column;gap:1.5rem;display:flex}.styles-module__5TRL4a__storyText{color:var(--text-secondary);margin:0;font-size:1.05rem;line-height:1.75}.styles-module__5TRL4a__processGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1rem;display:grid}@media (max-width:968px){.styles-module__5TRL4a__processGrid{grid-template-columns:1fr}}.styles-module__5TRL4a__processCard{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:var(--glass-backdrop-blur);box-shadow:var(--glass-shadow);transition:var(--transition-smooth);border-radius:24px;flex-direction:column;gap:1rem;padding:2rem;display:flex}.styles-module__5TRL4a__processCard:hover{border-color:var(--accent);box-shadow:0 8px 30px -8px var(--card-glow-active);transform:translateY(-4px)}.styles-module__5TRL4a__processIndex{font-size:2.5rem;font-weight:900;font-family:var(--font-mono);color:rgba(var(--accent-rgb), .15);line-height:1}.styles-module__5TRL4a__processCardTitle{color:var(--text-primary);margin:0;font-size:1.2rem;font-weight:800}.styles-module__5TRL4a__processCardDesc{color:var(--text-secondary);margin:0;font-size:.92rem;line-height:1.6}.styles-module__5TRL4a__partnershipSection{background:radial-gradient(circle at 10% 20%, rgba(var(--accent-rgb), .08) 0%, transparent 60%);border-top:1px solid var(--navbar-border);border-bottom:1px solid var(--navbar-border)}.styles-module__5TRL4a__partnershipCard{background:#000;border:1px solid #ffffff26;border-radius:28px;grid-template-columns:1.3fr 1fr;align-items:center;gap:3rem;padding:3.5rem;display:grid;box-shadow:0 20px 50px #0006;color:#fff!important}@media (max-width:968px){.styles-module__5TRL4a__partnershipCard{grid-template-columns:1fr;gap:2rem;padding:2.5rem 1.75rem}}.styles-module__5TRL4a__partnerLeft{flex-direction:column;display:flex}.styles-module__5TRL4a__partnerTitle{margin-bottom:1.25rem;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:850;color:#fff!important}.styles-module__5TRL4a__partnerDesc{margin-bottom:2rem;font-size:1.02rem;line-height:1.7;color:#fffc!important}.styles-module__5TRL4a__partnerDesc a{text-underline-offset:4px;font-weight:750;text-decoration:underline;color:var(--accent)!important}.styles-module__5TRL4a__partnerDesc a:hover{opacity:.9}.styles-module__5TRL4a__partnerRight{text-align:center;border:1px solid var(--navbar-border);background:#ffffff04;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;padding:3rem 2rem;display:flex;box-shadow:inset 0 2px 4px #ffffff05}.styles-module__5TRL4a__partnerLogoPlaceholder{letter-spacing:-.05em;color:var(--text-primary);align-items:center;gap:.4rem;margin-bottom:.5rem;font-size:1.75rem;font-weight:900;display:flex}.styles-module__5TRL4a__partnerLogoDot{background-color:var(--accent);width:8px;height:8px;box-shadow:0 0 12px var(--accent);border-radius:50%}.styles-module__5TRL4a__partnerLogoTagline{color:var(--text-secondary);letter-spacing:.12em;text-transform:uppercase;margin-bottom:2rem;font-size:.78rem;font-weight:700}.styles-module__5TRL4a__partnerCta{justify-content:center;width:100%;display:flex}.styles-module__5TRL4a__ctaBlock{background:var(--accent-gradient);text-align:center;color:#fff;box-shadow:0 16px 40px -10px rgba(var(--accent-rgb), .35);border-radius:32px;flex-direction:column;align-items:center;gap:1.25rem;margin:2rem 0;padding:4.5rem 2rem;display:flex}.styles-module__5TRL4a__ctaTitle{letter-spacing:-.04em;max-width:600px;margin:0;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:900;line-height:1.15}.styles-module__5TRL4a__ctaDesc{opacity:.9;max-width:500px;margin:0;font-size:clamp(1rem,2vw,1.15rem);line-height:1.6}.styles-module__5TRL4a__ctaBtn{margin-top:1rem;box-shadow:0 8px 24px #00000026;color:#06070a!important;transition:var(--transition-bounce)!important;background:#fff!important;padding:.9rem 2.5rem!important;font-size:1.02rem!important;font-weight:750!important}.styles-module__5TRL4a__ctaBtn:hover{background:#f8fafc!important;transform:scale(1.03)translateY(-2px)!important}.styles-module__5TRL4a__footer{border-top:1px solid var(--navbar-border);text-align:center;z-index:10;width:100%;max-width:1200px;margin:0 auto;padding:4rem 1.5rem;position:relative}.styles-module__5TRL4a__footerText{color:var(--text-secondary);margin-bottom:.5rem;font-size:.88rem}.styles-module__5TRL4a__footerCopyright{color:var(--text-muted);font-size:.8rem}.styles-module__5TRL4a__footerGlow{background:radial-gradient(circle, rgba(var(--accent-rgb), .05) 0%, transparent 70%);pointer-events:none;z-index:1;width:800px;height:800px;position:absolute;bottom:-20%;left:50%;transform:translate(-50%)}
.styles-module__oDXUfW__wrapper{background-color:var(--bg-base);min-height:100vh;color:var(--text-primary);flex-direction:column;display:flex;position:relative;overflow:hidden}.styles-module__oDXUfW__header{z-index:100;background-color:var(--navbar-bg);width:90%;max-width:1100px;-webkit-backdrop-filter:var(--glass-backdrop-blur);border:1px solid var(--navbar-border);box-shadow:var(--glass-shadow);border-radius:9999px;justify-content:space-between;align-items:center;padding:.6rem 2rem;display:flex;position:fixed;top:1.5rem;left:50%;transform:translate(-50%)}.styles-module__oDXUfW__logo{letter-spacing:-.04em;color:var(--text-primary);cursor:pointer;align-items:center;gap:.5rem;font-size:1.3rem;font-weight:850;display:flex}.styles-module__oDXUfW__logoDot{background-color:var(--accent);width:6px;height:6px;box-shadow:0 0 10px var(--accent);border-radius:50%}.styles-module__oDXUfW__controls{align-items:center;gap:.75rem;display:flex}.styles-module__oDXUfW__container{z-index:10;flex:1;width:90%;max-width:900px;margin:8rem auto 4rem;position:relative}.styles-module__oDXUfW__backBtn{color:var(--text-secondary);transition:var(--transition-smooth);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.styles-module__oDXUfW__backBtn:hover{color:var(--accent);transform:translate(-4px)}.styles-module__oDXUfW__heroSection{text-align:center;margin-bottom:3rem}.styles-module__oDXUfW__categoryTag{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;background:rgba(var(--accent-rgb), .06);border:1px solid rgba(var(--accent-rgb), .15);border-radius:9999px;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.75rem;font-weight:800;display:inline-block}.styles-module__oDXUfW__title{letter-spacing:-.04em;color:var(--text-primary);margin-bottom:1rem;font-size:clamp(2rem,5vw,3.25rem);font-weight:850;line-height:1.15}.styles-module__oDXUfW__subheading{color:var(--text-secondary);max-width:760px;margin:0 auto;font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.6}.styles-module__oDXUfW__statHighlight{background:linear-gradient(135deg, rgba(var(--accent-rgb), .08) 0%, #ec48990a 100%);border:1px solid rgba(var(--accent-rgb), .18);text-align:center;box-shadow:0 8px 32px -8px rgba(var(--accent-rgb), .1);border-radius:24px;margin-bottom:3.5rem;padding:2rem}.styles-module__oDXUfW__statValue{background:var(--accent-gradient);-webkit-text-fill-color:transparent;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;font-family:var(--font-mono);-webkit-background-clip:text;margin-bottom:.5rem;line-height:1}.styles-module__oDXUfW__statLabel{color:var(--text-primary);font-size:1rem;font-weight:750}.styles-module__oDXUfW__detailsGrid{flex-direction:column;gap:2.5rem;margin-bottom:3.5rem;display:flex}.styles-module__oDXUfW__detailBlock{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:var(--glass-backdrop-blur);box-shadow:var(--glass-shadow);transition:var(--transition-smooth);border-radius:24px;padding:2.25rem}.styles-module__oDXUfW__detailBlock:hover{border-color:var(--glass-border-hover)}.styles-module__oDXUfW__blockTitle{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.25rem;font-weight:800;display:flex}.styles-module__oDXUfW__blockTitleIcon{color:var(--accent)}.styles-module__oDXUfW__blockContent{color:var(--text-secondary);margin:0;font-size:.98rem;line-height:1.7}.styles-module__oDXUfW__techSection{margin-bottom:4rem}.styles-module__oDXUfW__techTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1.1rem;font-weight:800}.styles-module__oDXUfW__techGrid{flex-wrap:wrap;gap:.6rem;display:flex}.styles-module__oDXUfW__techTag{border:1px solid var(--glass-border);color:var(--text-secondary);transition:var(--transition-smooth);background:#ffffff0a;border-radius:12px;padding:.4rem 1rem;font-size:.85rem;font-weight:600}[data-theme=dark] .styles-module__oDXUfW__techTag{background:#ffffff05}.styles-module__oDXUfW__techTag:hover{border-color:var(--accent);color:var(--text-primary);transform:translateY(-1px)}.styles-module__oDXUfW__ctaContainer{border-top:1px solid var(--navbar-border);justify-content:center;padding-top:3rem;display:flex}.styles-module__oDXUfW__ctaBtn{justify-content:center;align-items:center;width:100%;max-width:440px;display:flex;padding:.85rem 2rem!important;font-size:1rem!important}.styles-module__oDXUfW__footerGlow{background:radial-gradient(circle, rgba(var(--accent-rgb), .06) 0%, transparent 70%);pointer-events:none;z-index:1;width:600px;height:600px;position:absolute;bottom:-20%;left:50%;transform:translate(-50%)}
.styles-module__0PbXia__wrapper{background-color:var(--bg-base);min-height:100vh;color:var(--text-primary);flex-direction:column;display:flex;position:relative;overflow:hidden}.styles-module__0PbXia__wrapper:before,.styles-module__0PbXia__wrapper:after{content:"";pointer-events:none;filter:blur(120px);z-index:1;opacity:.7;width:min(600px,100vw);height:min(600px,100vw);transition:var(--transition-slow);border-radius:50%;position:absolute}.styles-module__0PbXia__wrapper:before{background:var(--glow-1);top:-200px;left:-200px}.styles-module__0PbXia__wrapper:after{background:var(--glow-2);top:-100px;right:-100px}.styles-module__0PbXia__mouseGlow{background:radial-gradient(circle, rgba(var(--accent-rgb), .08) 0%, transparent 65%);pointer-events:none;z-index:2;border-radius:50%;width:450px;height:450px;transition:opacity .3s;position:fixed;transform:translate(-50%,-50%)}.styles-module__0PbXia__footerGlow{background:radial-gradient(circle, rgba(var(--accent-rgb), .06) 0%, transparent 70%);pointer-events:none;z-index:1;width:600px;height:600px;position:absolute;bottom:-20%;left:50%;transform:translate(-50%)}.styles-module__0PbXia__backBtnContainer{z-index:20;width:90%;max-width:1200px;margin:7.5rem auto 0;position:relative}.styles-module__0PbXia__backBtn{color:var(--text-secondary);transition:var(--transition-smooth);align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.styles-module__0PbXia__backBtn:hover{color:var(--accent);transform:translate(-4px)}.styles-module__0PbXia__hero{text-align:center;z-index:10;flex-direction:column;justify-content:center;align-items:center;max-width:1000px;min-height:auto;margin:0 auto;padding:10rem 1.5rem 5rem;display:flex;position:relative}.styles-module__0PbXia__heroGlow{background:radial-gradient(circle, rgba(var(--accent-rgb), .15) 0%, #f4d6ff1a 35%, #c0dbff0f 70%, transparent 100%);filter:blur(85px);z-index:1;pointer-events:none;opacity:.85;width:min(750px,90vw);height:350px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.styles-module__0PbXia__heroBadge{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-secondary);letter-spacing:.15em;box-shadow:var(--glass-shadow);z-index:2;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.4rem 1.1rem;font-size:.75rem;font-weight:800;display:inline-flex;position:relative}.styles-module__0PbXia__heroBadgeDot{background-color:var(--accent);width:6px;height:6px;box-shadow:0 0 8px var(--accent);border-radius:50%}.styles-module__0PbXia__heroHeading{letter-spacing:-.04em;color:var(--text-primary);text-align:center;z-index:2;margin-bottom:1.75rem;font-size:clamp(2rem,5.5vw,3.75rem);font-weight:900;line-height:1.15;position:relative}.styles-module__0PbXia__rotatedBadge{background:var(--accent-gradient);color:#fff;box-shadow:0 8px 24px rgba(var(--accent-rgb), .22);border-radius:24px;padding:.3rem 1.5rem;display:inline-block;transform:rotate(-1deg)}.styles-module__0PbXia__heroSubheading{color:var(--accent);z-index:2;max-width:800px;margin:0 auto;font-size:clamp(1.05rem,2vw,1.25rem);font-weight:700;line-height:1.6;position:relative}.styles-module__0PbXia__section{z-index:10;width:100%;max-width:1100px;margin:0 auto;padding:4.5rem 1.5rem;position:relative}@media (max-width:768px){.styles-module__0PbXia__section{padding:3rem 1.25rem}}.styles-module__0PbXia__sectionHeader{text-align:left;margin-bottom:3rem}.styles-module__0PbXia__sectionTag{color:var(--accent);letter-spacing:.15em;text-transform:uppercase;margin-bottom:.5rem;font-size:.72rem;font-weight:850;display:block}.styles-module__0PbXia__sectionTitle{letter-spacing:-.04em;color:var(--text-primary);font-size:clamp(1.6rem,3.2vw,2.3rem);font-weight:850;line-height:1.2}.styles-module__0PbXia__storyGrid{grid-template-columns:1.15fr 1fr;align-items:flex-start;gap:5rem;display:grid}@media (max-width:968px){.styles-module__0PbXia__storyGrid{grid-template-columns:1fr;gap:2.5rem}}.styles-module__0PbXia__storyLeft{flex-direction:column;display:flex}.styles-module__0PbXia__storyStatement{color:var(--text-primary);font-size:clamp(1.35rem,2.5vw,1.95rem);font-weight:800;line-height:1.4}.styles-module__0PbXia__storyRight{flex-direction:column;display:flex}.styles-module__0PbXia__storyText{color:var(--text-secondary);margin:0;font-size:clamp(.95rem,1.8vw,1.1rem);line-height:1.75}.styles-module__0PbXia__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.styles-module__0PbXia__featureCard{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:var(--glass-backdrop-blur);box-shadow:var(--glass-shadow);transition:var(--transition-smooth);border-radius:20px;align-items:flex-start;gap:1rem;padding:1.75rem;display:flex}.styles-module__0PbXia__featureCard:hover{border-color:var(--accent);box-shadow:0 8px 20px -6px rgba(var(--accent-rgb), .12);transform:translateY(-3px)}.styles-module__0PbXia__featureIcon{color:var(--accent);background:rgba(var(--accent-rgb), .08);border:1px solid rgba(var(--accent-rgb), .15);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.styles-module__0PbXia__featureText{color:var(--text-secondary);margin-top:.3rem;font-size:.95rem;font-weight:600;line-height:1.5}.styles-module__0PbXia__benefitsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.75rem;display:grid}.styles-module__0PbXia__benefitCard{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:var(--glass-backdrop-blur);box-shadow:var(--glass-shadow);transition:var(--transition-smooth);border-radius:24px;padding:2.25rem 2rem;position:relative;overflow:hidden}.styles-module__0PbXia__benefitCard:before{content:"";background:var(--accent-gradient);opacity:0;height:3px;transition:var(--transition-smooth);position:absolute;top:0;left:0;right:0}.styles-module__0PbXia__benefitCard:hover{box-shadow:0 12px 28px -8px rgba(var(--accent-rgb), .12);border-color:rgba(var(--accent-rgb), .2);transform:translateY(-4px)}.styles-module__0PbXia__benefitCard:hover:before{opacity:1}.styles-module__0PbXia__benefitTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:.75rem;font-size:1.15rem;font-weight:750}.styles-module__0PbXia__benefitDesc{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.6}.styles-module__0PbXia__ctaSection{margin-bottom:3.5rem}.styles-module__0PbXia__ctaCard{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:var(--glass-backdrop-blur);box-shadow:var(--glass-shadow);text-align:center;border-radius:28px;max-width:850px;margin:0 auto;padding:3.5rem 2.5rem;position:relative;overflow:hidden}.styles-module__0PbXia__ctaCard:before{content:"";background:var(--accent-gradient);height:4px;position:absolute;top:0;left:0;right:0}.styles-module__0PbXia__ctaTitle{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:1rem;font-size:clamp(1.5rem,3vw,2.1rem);font-weight:850;line-height:1.25}.styles-module__0PbXia__ctaDesc{color:var(--text-secondary);max-width:580px;margin:0 auto 2.25rem;font-size:clamp(.95rem,1.8vw,1.1rem);line-height:1.6}.styles-module__0PbXia__ctaAction{justify-content:center;display:flex}.styles-module__0PbXia__ctaBtn{justify-content:center;align-items:center;width:100%;max-width:340px;display:flex;padding:.9rem 2.25rem!important;font-size:1rem!important}.styles-module__0PbXia__servicesGrid{flex-direction:column;gap:2rem;margin-top:3rem;margin-bottom:5rem;display:flex}.styles-module__0PbXia__serviceCard{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:var(--glass-backdrop-blur);box-shadow:var(--glass-shadow);transition:var(--transition-smooth);border-radius:24px;gap:2rem;padding:2.5rem;display:flex;position:relative;overflow:hidden}@media (max-width:768px){.styles-module__0PbXia__serviceCard{flex-direction:column;gap:1rem;padding:1.75rem}}.styles-module__0PbXia__serviceCard:before{content:"";background:var(--accent-gradient);opacity:0;width:4px;transition:var(--transition-smooth);position:absolute;top:0;bottom:0;left:0}.styles-module__0PbXia__serviceCard:hover{box-shadow:0 16px 36px -12px rgba(var(--accent-rgb), .15);border-color:rgba(var(--accent-rgb), .3);transform:translateY(-4px)}.styles-module__0PbXia__serviceCard:hover:before{opacity:1}.styles-module__0PbXia__serviceStep{font-size:3rem;font-weight:900;font-family:var(--font-mono);background:var(--accent-gradient);-webkit-text-fill-color:transparent;opacity:.8;-webkit-background-clip:text;line-height:1}.styles-module__0PbXia__serviceInfo{flex-direction:column;flex:1;gap:1rem;display:flex}.styles-module__0PbXia__serviceTitle{color:var(--text-primary);letter-spacing:-.03em;margin:0;font-size:1.6rem;font-weight:850}.styles-module__0PbXia__serviceDesc{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.6}.styles-module__0PbXia__serviceCardFeatures{grid-template-columns:repeat(2,1fr);gap:.75rem;margin:.5rem 0;display:grid}@media (max-width:576px){.styles-module__0PbXia__serviceCardFeatures{grid-template-columns:1fr}}.styles-module__0PbXia__serviceCardFeatureItem{color:var(--text-primary);align-items:center;gap:.5rem;font-size:.85rem;font-weight:550;display:flex}.styles-module__0PbXia__serviceCardFeatureIcon{color:var(--accent);flex-shrink:0}.styles-module__0PbXia__serviceCardLink{align-items:center;gap:.5rem;margin-top:.5rem;display:inline-flex}
.styles-module__09eZza__wrapper{background-color:var(--bg-base);min-height:100vh;color:var(--text-primary);flex-direction:column;display:flex;position:relative;overflow:hidden}.styles-module__09eZza__header{z-index:100;background-color:var(--navbar-bg);width:90%;max-width:1100px;-webkit-backdrop-filter:var(--glass-backdrop-blur);border:1px solid var(--navbar-border);box-shadow:var(--glass-shadow);border-radius:9999px;justify-content:space-between;align-items:center;padding:.6rem 2rem;display:flex;position:fixed;top:1.5rem;left:50%;transform:translate(-50%)}.styles-module__09eZza__logo{letter-spacing:-.04em;color:var(--text-primary);cursor:pointer;align-items:center;gap:.5rem;font-size:1.3rem;font-weight:850;display:flex}.styles-module__09eZza__logoDot{background-color:var(--accent);width:6px;height:6px;box-shadow:0 0 10px var(--accent);border-radius:50%}.styles-module__09eZza__controls{align-items:center;gap:.75rem;display:flex}.styles-module__09eZza__hero{text-align:center;z-index:10;flex-direction:column;justify-content:center;align-items:center;max-width:1000px;min-height:auto;margin:0 auto;padding:10rem 1.5rem 3.5rem;display:flex;position:relative}.styles-module__09eZza__heroGlow{background:radial-gradient(circle, rgba(var(--accent-rgb), .18) 0%, #f4d6ff1f 35%, #c0dbff14 70%, transparent 100%);filter:blur(85px);z-index:1;pointer-events:none;opacity:.85;width:min(750px,90vw);height:350px;position:absolute;top:45%;left:50%;transform:translate(-50%,-50%)}.styles-module__09eZza__mouseGlow{background:radial-gradient(circle, rgba(var(--accent-rgb), .08) 0%, transparent 65%);pointer-events:none;z-index:2;border-radius:50%;width:450px;height:450px;transition:opacity .3s;position:fixed;transform:translate(-50%,-50%)}.styles-module__09eZza__navLinkActive{color:var(--accent)!important;opacity:1!important}.styles-module__09eZza__heroBadge{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-secondary);letter-spacing:.12em;box-shadow:var(--glass-shadow);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.4rem 1rem;font-size:.75rem;font-weight:800;display:inline-flex}.styles-module__09eZza__heroBadgeDot{background-color:var(--accent);width:6px;height:6px;box-shadow:0 0 8px var(--accent);border-radius:50%}.styles-module__09eZza__heroHeading{letter-spacing:-.05em;color:var(--text-primary);text-align:center;margin-bottom:1.5rem;font-size:clamp(2.5rem,7vw,4.5rem);font-weight:900;line-height:1.1}.styles-module__09eZza__rotatedBadge{background:var(--accent-gradient);color:#fff;box-shadow:0 8px 20px rgba(var(--accent-rgb), .25);border-radius:20px;padding:.2rem 1.2rem;display:inline-block;transform:rotate(-1.5deg)}.styles-module__09eZza__heroSubheading{color:var(--text-secondary);max-width:760px;margin:0 auto;font-size:clamp(1.1rem,2.5vw,1.35rem);line-height:1.6}.styles-module__09eZza__backBtnContainer{z-index:20;width:90%;max-width:1200px;margin:7rem auto 0;position:relative}.styles-module__09eZza__backBtn{color:var(--text-secondary);transition:var(--transition-smooth);align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.styles-module__09eZza__backBtn:hover{color:var(--accent);transform:translate(-4px)}.styles-module__09eZza__section{z-index:10;width:100%;max-width:1200px;margin:0 auto;padding:3.5rem 1.5rem;position:relative}@media (max-width:768px){.styles-module__09eZza__section{padding:2rem 1.25rem}}.styles-module__09eZza__sectionHeader{text-align:left;margin-bottom:3.5rem}.styles-module__09eZza__sectionTag{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.5rem;font-size:.72rem;font-weight:800;display:block}.styles-module__09eZza__sectionTitle{letter-spacing:-.04em;color:var(--text-primary);font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:850;line-height:1.2}.styles-module__09eZza__storyGrid{grid-template-columns:1.1fr 1fr;align-items:flex-start;gap:4rem;display:grid}@media (max-width:968px){.styles-module__09eZza__storyGrid{grid-template-columns:1fr;gap:2.5rem}}.styles-module__09eZza__storyLeft{flex-direction:column;display:flex}.styles-module__09eZza__storyStatement{color:var(--text-primary);background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1.5rem;font-size:clamp(1.4rem,2.8vw,2.1rem);font-weight:800;line-height:1.35}.styles-module__09eZza__storyRight{flex-direction:column;gap:1.5rem;display:flex}.styles-module__09eZza__storyText{color:var(--text-secondary);margin:0;font-size:1.05rem;line-height:1.75}.styles-module__09eZza__processGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1rem;display:grid}@media (max-width:968px){.styles-module__09eZza__processGrid{grid-template-columns:1fr}}.styles-module__09eZza__processCard{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:var(--glass-backdrop-blur);box-shadow:var(--glass-shadow);transition:var(--transition-smooth);border-radius:24px;flex-direction:column;gap:1rem;padding:2rem;display:flex}.styles-module__09eZza__processCard:hover{border-color:var(--accent);box-shadow:0 8px 30px -8px var(--card-glow-active);transform:translateY(-4px)}.styles-module__09eZza__processIndex{font-size:2.5rem;font-weight:900;font-family:var(--font-mono);color:rgba(var(--accent-rgb), .15);line-height:1}.styles-module__09eZza__processCardTitle{color:var(--text-primary);margin:0;font-size:1.2rem;font-weight:800}.styles-module__09eZza__processCardDesc{color:var(--text-secondary);margin:0;font-size:.92rem;line-height:1.6}.styles-module__09eZza__partnershipSection{background:radial-gradient(circle at 10% 20%, rgba(var(--accent-rgb), .08) 0%, transparent 60%);border-top:1px solid var(--navbar-border);border-bottom:1px solid var(--navbar-border)}.styles-module__09eZza__partnershipCard{background:#000;border:1px solid #ffffff26;border-radius:28px;grid-template-columns:1.3fr 1fr;align-items:center;gap:3rem;padding:3.5rem;display:grid;box-shadow:0 20px 50px #0006;color:#fff!important}@media (max-width:968px){.styles-module__09eZza__partnershipCard{grid-template-columns:1fr;gap:2rem;padding:2.5rem 1.75rem}}.styles-module__09eZza__partnerLeft{flex-direction:column;display:flex}.styles-module__09eZza__partnerTitle{margin-bottom:1.25rem;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:850;color:#fff!important}.styles-module__09eZza__partnerDesc{margin-bottom:2rem;font-size:1.02rem;line-height:1.7;color:#fffc!important}.styles-module__09eZza__partnerDesc a{text-underline-offset:4px;font-weight:750;text-decoration:underline;color:var(--accent)!important}.styles-module__09eZza__partnerDesc a:hover{opacity:.9}.styles-module__09eZza__partnerRight{text-align:center;border:1px solid var(--navbar-border);background:#ffffff04;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;padding:3rem 2rem;display:flex;box-shadow:inset 0 2px 4px #ffffff05}.styles-module__09eZza__partnerLogoPlaceholder{letter-spacing:-.05em;color:var(--text-primary);align-items:center;gap:.4rem;margin-bottom:.5rem;font-size:1.75rem;font-weight:900;display:flex}.styles-module__09eZza__partnerLogoDot{background-color:var(--accent);width:8px;height:8px;box-shadow:0 0 12px var(--accent);border-radius:50%}.styles-module__09eZza__partnerLogoTagline{color:var(--text-secondary);letter-spacing:.12em;text-transform:uppercase;margin-bottom:2rem;font-size:.78rem;font-weight:700}.styles-module__09eZza__partnerCta{justify-content:center;width:100%;display:flex}.styles-module__09eZza__ctaBlock{background:var(--accent-gradient);text-align:center;color:#fff;box-shadow:0 16px 40px -10px rgba(var(--accent-rgb), .35);border-radius:32px;flex-direction:column;align-items:center;gap:1.25rem;margin:2rem 0;padding:4.5rem 2rem;display:flex}.styles-module__09eZza__ctaTitle{letter-spacing:-.04em;max-width:600px;margin:0;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:900;line-height:1.15}.styles-module__09eZza__ctaDesc{opacity:.9;max-width:500px;margin:0;font-size:clamp(1rem,2vw,1.15rem);line-height:1.6}.styles-module__09eZza__ctaBtn{margin-top:1rem;box-shadow:0 8px 24px #00000026;color:#06070a!important;transition:var(--transition-bounce)!important;background:#fff!important;padding:.9rem 2.5rem!important;font-size:1.02rem!important;font-weight:750!important}.styles-module__09eZza__ctaBtn:hover{background:#f8fafc!important;transform:scale(1.03)translateY(-2px)!important}.styles-module__09eZza__footer{border-top:1px solid var(--navbar-border);text-align:center;z-index:10;width:100%;max-width:1200px;margin:0 auto;padding:4rem 1.5rem;position:relative}.styles-module__09eZza__footerText{color:var(--text-secondary);margin-bottom:.5rem;font-size:.88rem}.styles-module__09eZza__footerCopyright{color:var(--text-muted);font-size:.8rem}.styles-module__09eZza__footerGlow{background:radial-gradient(circle, rgba(var(--accent-rgb), .05) 0%, transparent 70%);pointer-events:none;z-index:1;width:800px;height:800px;position:absolute;bottom:-20%;left:50%;transform:translate(-50%)}.styles-module__09eZza__advantageCard{border-radius:20px;flex-direction:column;gap:1rem;padding:2.5rem 2rem;display:flex}
