.Navbar-module___rHu7W__navbar{z-index:1000;height:var(--nav-height);transition:all var(--transition-base);align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module___rHu7W__navbar.Navbar-module___rHu7W__scrolled{-webkit-backdrop-filter:blur(var(--glass-blur));border-bottom:1px solid var(--color-border);background:#ffffffeb;box-shadow:0 4px 30px #0f1f3d14}.Navbar-module___rHu7W__navContainer{width:100%;max-width:var(--max-width-wide);padding:0 var(--container-padding);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Navbar-module___rHu7W__logo{align-items:center;gap:var(--space-sm);font-family:var(--font-heading);letter-spacing:-.02em;color:var(--color-white);cursor:pointer;transition:color var(--transition-fast);font-size:1.35rem;font-weight:800;display:flex}.Navbar-module___rHu7W__logo.Navbar-module___rHu7W__scrolledLogo{color:var(--color-text)}.Navbar-module___rHu7W__companyName{font-size:1.7rem}.Navbar-module___rHu7W__logo:hover{color:var(--color-accent)}.Navbar-module___rHu7W__logoImage{object-fit:cover;background-color:var(--color-white);border-radius:50%;width:56px;height:56px;padding:4px;display:block;box-shadow:0 0 16px #ffffffb3}.Navbar-module___rHu7W__navLinks{align-items:center;gap:var(--space-xl);display:flex}.Navbar-module___rHu7W__navLink{font-size:var(--fs-small);color:var(--color-white);transition:color var(--transition-fast);padding:var(--space-xs) 0;font-weight:500;position:relative}.Navbar-module___rHu7W__navLink.Navbar-module___rHu7W__scrolledLink{color:var(--color-text-muted)}.Navbar-module___rHu7W__navLink:after{content:"";background:var(--gradient-accent);border-radius:var(--radius-full);width:0;height:2px;transition:width var(--transition-base);position:absolute;bottom:-2px;left:0}.Navbar-module___rHu7W__navLink:hover{color:var(--color-accent)}.Navbar-module___rHu7W__navLink:hover:after{width:100%}.Navbar-module___rHu7W__navCta{margin-left:var(--space-lg)}.Navbar-module___rHu7W__hamburger{padding:var(--space-sm);cursor:pointer;z-index:1001;flex-direction:column;gap:5px;display:none}.Navbar-module___rHu7W__hamburgerLine{background:var(--color-white);border-radius:var(--radius-full);width:24px;height:2px;transition:all var(--transition-base);transform-origin:50%}.Navbar-module___rHu7W__scrolledHamburger .Navbar-module___rHu7W__hamburgerLine,.Navbar-module___rHu7W__hamburger.Navbar-module___rHu7W__open .Navbar-module___rHu7W__hamburgerLine{background:var(--color-text)}.Navbar-module___rHu7W__hamburger.Navbar-module___rHu7W__open .Navbar-module___rHu7W__hamburgerLine:first-child{transform:rotate(45deg)translate(5px,5px)}.Navbar-module___rHu7W__hamburger.Navbar-module___rHu7W__open .Navbar-module___rHu7W__hamburgerLine:nth-child(2){opacity:0;transform:scaleX(0)}.Navbar-module___rHu7W__hamburger.Navbar-module___rHu7W__open .Navbar-module___rHu7W__hamburgerLine:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.Navbar-module___rHu7W__mobileDrawer{background:var(--color-surface);border-left:1px solid var(--glass-border);z-index:999;width:min(320px,85vw);height:100dvh;padding:calc(var(--nav-height) + var(--space-xl)) var(--space-xl) var(--space-xl);transition:transform var(--transition-base);flex-direction:column;display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.Navbar-module___rHu7W__mobileDrawer.Navbar-module___rHu7W__open{transform:translate(0)}.Navbar-module___rHu7W__mobileOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:998;opacity:0;pointer-events:none;transition:opacity var(--transition-base);background:#0009;position:fixed;inset:0}.Navbar-module___rHu7W__mobileOverlay.Navbar-module___rHu7W__open{opacity:1;pointer-events:all}.Navbar-module___rHu7W__mobileNavLink{padding:var(--space-md) 0;color:var(--color-text-muted);border-bottom:1px solid var(--color-border);transition:all var(--transition-fast);font-size:1.1rem;font-weight:500;display:block}.Navbar-module___rHu7W__mobileNavLink:hover{color:var(--color-accent);padding-left:var(--space-sm)}.Navbar-module___rHu7W__mobileCta{text-align:center;width:100%;margin-top:auto}@media (max-width:900px){.Navbar-module___rHu7W__navLinks,.Navbar-module___rHu7W__navCta{display:none}.Navbar-module___rHu7W__hamburger{display:flex}}@media (max-width:768px){.Navbar-module___rHu7W__logoImage{width:46px;height:46px}}
.Hero-module__JgYmMq__hero{min-height:100dvh;padding-top:calc(var(--nav-height) + var(--space-2xl));background:linear-gradient(#081121b3,#081121cc),url(/ssnextgenherobg.jpg) 50%/cover no-repeat;flex-direction:column;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__heroContent{z-index:2;width:100%;max-width:1400px;padding:0 var(--container-padding);flex:1;justify-content:space-between;align-items:center;margin:0 auto;display:flex;position:relative}.Hero-module__JgYmMq__leftColumn{max-width:600px;padding-bottom:var(--space-4xl)}.Hero-module__JgYmMq__rightColumn{padding-bottom:var(--space-4xl);padding-right:var(--space-2xl);justify-content:center;align-items:flex-end;gap:var(--space-xl);flex-direction:column;flex:1;display:flex}.Hero-module__JgYmMq__logoWrapper{margin-bottom:var(--space-xl)}.Hero-module__JgYmMq__textLogoContainer{flex-direction:column;display:flex}.Hero-module__JgYmMq__textLogoTop{letter-spacing:-.02em;font-size:clamp(3.5rem,6vw,6rem);font-weight:800;line-height:1.1}.Hero-module__JgYmMq__textLogoSS{background:linear-gradient(#fde08b,#d4af37,#b8860b);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module__JgYmMq__textLogoNextGen{color:#fff}.Hero-module__JgYmMq__textLogoBottom{letter-spacing:.35em;background:linear-gradient(90deg,#fde08b,#d4af37,#b8860b);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-top:5px;padding-left:2px;font-size:clamp(1rem,2vw,1.6rem);font-weight:700}.Hero-module__JgYmMq__badge{border-radius:var(--radius-full);font-size:var(--fs-xs);color:#fff;letter-spacing:.05em;text-transform:uppercase;margin-bottom:var(--space-xl);background:0 0;border:1px solid #d4af3799;align-items:center;padding:.5rem 1.5rem;font-weight:600;display:inline-flex}.Hero-module__JgYmMq__heroTitle{margin-bottom:var(--space-md);color:#fff;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:500;line-height:1.2}.Hero-module__JgYmMq__heroTitleAccent{background:var(--gradient-gold-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:700}.Hero-module__JgYmMq__heroSubtitle{font-size:var(--fs-body);color:#fffc;max-width:500px;line-height:1.6}.Hero-module__JgYmMq__heroCtas{gap:var(--space-md);flex-direction:column;align-items:flex-end;display:flex}.Hero-module__JgYmMq__btnPrimaryGold{border-radius:var(--radius-full);background:linear-gradient(135deg,#fde08b,#d4af37,#b8860b);border:none;justify-content:center;align-items:center;gap:8px;min-width:200px;padding:.85rem 1.75rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 15px #d4af374d;color:#000!important}.Hero-module__JgYmMq__btnPrimaryGold:hover{transform:translateY(-2px);box-shadow:0 6px 20px #d4af3766}.Hero-module__JgYmMq__btnOutlineDark{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:var(--radius-full);justify-content:center;align-items:center;gap:8px;min-width:200px;padding:.85rem 1.75rem;font-size:.95rem;text-decoration:none;transition:all .3s;display:flex;color:#fff!important;background:#08112199!important;border:1px solid #ffffff4d!important}.Hero-module__JgYmMq__btnOutlineDark:hover{background:#081121cc!important;border-color:#fff!important}.Hero-module__JgYmMq__whatsappCard{align-items:center;gap:var(--space-md);-webkit-backdrop-filter:blur(16px);text-align:left;background:#0a192fbf;border:1px solid #d4af3759;border-radius:18px;min-width:230px;padding:.9rem 1.35rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 10px 30px #0006,inset 0 1px #ffffff1a,0 0 20px #d4af3714}.Hero-module__JgYmMq__whatsappCard:hover{background:#0f213cd9;border-color:#d4af37bf;transform:translateY(-3px);box-shadow:0 14px 40px #00000080,inset 0 1px #ffffff2e,0 0 25px #d4af3740}.Hero-module__JgYmMq__whatsappIconBox{color:#e5c76b;background:radial-gradient(circle,#d4af3740,#d4af3714);border:1px solid #d4af3780;border-radius:14px;justify-content:center;align-items:center;width:46px;min-width:46px;height:46px;transition:all .3s;display:flex;box-shadow:0 0 15px #d4af3733}.Hero-module__JgYmMq__whatsappCard:hover .Hero-module__JgYmMq__whatsappIconBox{border-color:#fde08b;transform:scale(1.05);box-shadow:0 0 20px #d4af3766}.Hero-module__JgYmMq__whatsappInfo{flex-direction:column;gap:3px;display:flex}.Hero-module__JgYmMq__whatsappTitle{font-family:var(--font-heading);background:linear-gradient(135deg,#fff 30%,#fde08b 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.05rem;font-weight:700;line-height:1.2}.Hero-module__JgYmMq__whatsappNum{color:#ffffffd1;transition:all var(--transition-fast);align-items:center;font-size:.92rem;font-weight:500;line-height:1.4;text-decoration:none;display:inline-flex}.Hero-module__JgYmMq__whatsappNum:hover{color:#fde08b;text-shadow:0 0 10px #fde08b66}.Hero-module__JgYmMq__heroStatsStrip{z-index:2;padding:var(--space-2xl) 0;background:linear-gradient(#0000,#081121);border-top:1px solid #ffffff0d;position:relative}.Hero-module__JgYmMq__statsGrid{justify-content:space-between;align-items:center;gap:var(--space-lg);flex-wrap:wrap;display:flex}.Hero-module__JgYmMq__statItem{align-items:center;gap:var(--space-md);display:flex}.Hero-module__JgYmMq__statIconWrapper{color:#d4af37;background:radial-gradient(circle,#d4af371a,#0000);border:1px solid #d4af3780;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.Hero-module__JgYmMq__statText{flex-direction:column;display:flex}.Hero-module__JgYmMq__statNumber{font-family:var(--font-heading);font-size:var(--fs-h3);color:#fff;font-weight:700;line-height:1.1}.Hero-module__JgYmMq__statLabel{color:#fff9;text-transform:uppercase;letter-spacing:.05em;margin-top:4px;font-size:.75rem}@media (max-width:1024px){.Hero-module__JgYmMq__heroContent{text-align:center;padding-top:var(--space-xl);flex-direction:column;align-items:center}.Hero-module__JgYmMq__leftColumn{text-align:center;max-width:700px;padding-bottom:var(--space-lg);flex-direction:column;align-items:center;display:flex}.Hero-module__JgYmMq__logoWrapper{margin-bottom:var(--space-lg);justify-content:center;display:flex}.Hero-module__JgYmMq__textLogoContainer{text-align:center;align-items:center}.Hero-module__JgYmMq__badge{margin:0 auto var(--space-lg);text-align:center}.Hero-module__JgYmMq__heroTitle{text-align:center}.Hero-module__JgYmMq__heroSubtitle{text-align:center;margin:0 auto}.Hero-module__JgYmMq__rightColumn{width:100%;max-width:480px;padding:0;padding-bottom:var(--space-3xl);justify-content:center;align-items:center;gap:var(--space-lg);flex-direction:column;display:flex}.Hero-module__JgYmMq__heroCtas{justify-content:center;align-items:center;gap:var(--space-md);flex-flow:wrap;width:100%}.Hero-module__JgYmMq__whatsappCard{width:100%;max-width:320px;margin:0 auto}}@media (max-width:768px){.Hero-module__JgYmMq__hero{padding-top:calc(var(--nav-height) + var(--space-md))}.Hero-module__JgYmMq__badge{letter-spacing:.03em;white-space:normal;text-align:center;margin-bottom:var(--space-md);padding:.4rem .85rem;font-size:.68rem;line-height:1.4}.Hero-module__JgYmMq__textLogoTop{font-size:clamp(2.8rem,9vw,3.8rem)}.Hero-module__JgYmMq__textLogoBottom{letter-spacing:.22em;font-size:clamp(.85rem,3.2vw,1.15rem)}.Hero-module__JgYmMq__heroTitle{margin-bottom:var(--space-sm);font-size:clamp(1.4rem,4.5vw,1.85rem)}.Hero-module__JgYmMq__heroSubtitle{font-size:.9rem;line-height:1.55}.Hero-module__JgYmMq__heroCtas{flex-direction:row;justify-content:center;gap:.6rem;width:100%}.Hero-module__JgYmMq__btnPrimaryGold,.Hero-module__JgYmMq__btnOutlineDark{white-space:nowrap;flex:130px;justify-content:center;align-items:center;gap:5px;width:auto;max-width:165px;display:inline-flex;min-width:unset!important;height:38px!important;max-height:38px!important;min-height:unset!important;padding:0 .85rem!important;font-size:.8rem!important}.Hero-module__JgYmMq__btnPrimaryGold svg,.Hero-module__JgYmMq__btnOutlineDark svg{flex-shrink:0;width:15px;height:15px}.Hero-module__JgYmMq__whatsappCard{max-width:280px;margin:0 auto;padding:.6rem .9rem}.Hero-module__JgYmMq__whatsappIconBox{border-radius:10px;width:36px;min-width:36px;height:36px}.Hero-module__JgYmMq__whatsappTitle{font-size:.88rem}.Hero-module__JgYmMq__whatsappNum{font-size:.82rem}.Hero-module__JgYmMq__statsGrid{gap:var(--space-md);grid-template-columns:repeat(2,1fr);justify-items:center;display:grid}.Hero-module__JgYmMq__statItem{gap:var(--space-sm);width:100%;max-width:160px}.Hero-module__JgYmMq__statNumber{font-size:1.3rem}.Hero-module__JgYmMq__statLabel{font-size:.7rem}.Hero-module__JgYmMq__statIconWrapper{width:40px;min-width:40px;height:40px}}@media (max-width:420px){.Hero-module__JgYmMq__heroCtas{flex-direction:column;align-items:stretch;gap:.5rem;width:100%;max-width:270px}.Hero-module__JgYmMq__btnPrimaryGold,.Hero-module__JgYmMq__btnOutlineDark{width:100%!important;max-width:100%!important;height:38px!important;max-height:38px!important;min-height:unset!important;padding:0 .85rem!important;font-size:.82rem!important}.Hero-module__JgYmMq__badge{padding:.35rem .6rem;font-size:.6rem}}
.Services-module__h5-agW__services{background:var(--color-bg-alt);position:relative;overflow:hidden}.Services-module__h5-agW__services:before{content:"";aspect-ratio:1;background:radial-gradient(circle, var(--color-accent-glow) 0%, transparent 62%);opacity:.5;pointer-events:none;width:min(900px,90vw);position:absolute;top:12%;left:50%;transform:translate(-50%)}.Services-module__h5-agW__services>.container{z-index:1;position:relative}.Services-module__h5-agW__pillarTabs{gap:var(--space-xs);width:fit-content;margin:0 auto var(--space-3xl);border-radius:var(--radius-full);background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);padding:5px;display:flex}.Services-module__h5-agW__pillarTab{border-radius:var(--radius-full);font-weight:600;font-size:var(--fs-small);color:var(--color-text-muted);transition:color var(--transition-base);isolation:isolate;padding:.7rem 1.6rem;position:relative}.Services-module__h5-agW__pillarTab:hover{color:var(--color-text)}.Services-module__h5-agW__pillarTab.Services-module__h5-agW__active{color:var(--color-navy)}.Services-module__h5-agW__pillarTabIndicator{z-index:-1;border-radius:var(--radius-full);background:var(--gradient-accent);box-shadow:var(--shadow-glow-md);position:absolute;inset:0}.Services-module__h5-agW__pillarTabLabel{white-space:nowrap;align-items:center;gap:.5rem;display:inline-flex}.Services-module__h5-agW__pillarTabCount{border-radius:var(--radius-full);min-width:22px;height:22px;color:var(--color-text-muted);transition:all var(--transition-base);background:#0f1f3d12;justify-content:center;align-items:center;padding:0 6px;font-size:.7rem;font-weight:700;display:inline-flex}.Services-module__h5-agW__pillarTab.Services-module__h5-agW__active .Services-module__h5-agW__pillarTabCount{color:var(--color-navy);background:#0f1f3d29}.Services-module__h5-agW__servicesGrid{gap:var(--space-lg);grid-template-columns:repeat(auto-fill,minmax(330px,1fr));grid-auto-rows:1fr;display:grid}.Services-module__h5-agW__card{padding:var(--space-xl);border-radius:var(--radius-lg);background:var(--gradient-card);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);transition:transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base);flex-direction:column;display:flex;position:relative;overflow:hidden}.Services-module__h5-agW__card:after{content:"";background:var(--gradient-accent);transform-origin:0;height:3px;transition:transform var(--transition-base);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.Services-module__h5-agW__card:hover{border-color:var(--color-border-accent);box-shadow:var(--shadow-lg);transform:translateY(-6px)}.Services-module__h5-agW__card:hover:after{transform:scaleX(1)}.Services-module__h5-agW__cardHead{justify-content:space-between;align-items:flex-start;gap:var(--space-md);padding-bottom:var(--space-lg);margin-bottom:var(--space-lg);border-bottom:1px solid var(--color-border);display:flex}.Services-module__h5-agW__cardHeadText{padding-top:.35rem}.Services-module__h5-agW__cardTitle{font-family:var(--font-heading);font-size:var(--fs-h4);color:var(--color-navy);letter-spacing:-.01em;font-weight:700;line-height:1.25}.Services-module__h5-agW__cardCount{border-radius:var(--radius-full);font-size:var(--fs-xs);letter-spacing:.03em;color:var(--color-accent-dark);background:#b8932e1a;border:1px solid #b8932e2e;margin-top:.6rem;padding:.2rem .7rem;font-weight:600;display:inline-block}.Services-module__h5-agW__cardArt{flex-shrink:0;justify-content:center;align-items:center;width:104px;height:104px;margin:-.5rem -.5rem 0 0;display:flex;position:relative}.Services-module__h5-agW__cardArt:before{content:"";background:radial-gradient(circle, var(--color-accent-glow) 0%, transparent 68%);opacity:.9;transition:transform var(--transition-base), opacity var(--transition-base);border-radius:50%;position:absolute;inset:-12%}.Services-module__h5-agW__card:hover .Services-module__h5-agW__cardArt:before{opacity:1;transform:scale(1.12)}.Services-module__h5-agW__cardArtImage{object-fit:contain;filter:drop-shadow(0 6px 14px #0f1f3d24);width:100%;height:100%;transition:transform var(--transition-spring);position:relative}.Services-module__h5-agW__card:hover .Services-module__h5-agW__cardArtImage{transform:translateY(-3px)scale(1.06)}.Services-module__h5-agW__itemList{flex-direction:column;gap:.7rem;display:flex}.Services-module__h5-agW__item{font-size:var(--fs-small);color:var(--color-text-muted);align-items:flex-start;gap:.7rem;line-height:1.5;display:flex}.Services-module__h5-agW__itemCheck{width:18px;height:18px;color:var(--color-accent-dark);transition:all var(--transition-base);background:#b8932e1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.Services-module__h5-agW__card:hover .Services-module__h5-agW__itemCheck{background:#b8932e33}@media (max-width:900px){.Services-module__h5-agW__servicesGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width:768px){.Services-module__h5-agW__servicesGrid{gap:var(--space-md);grid-template-columns:1fr;grid-auto-rows:auto;width:100%;max-width:480px;margin:0 auto}.Services-module__h5-agW__pillarTabs{margin-bottom:var(--space-2xl);max-width:100%;padding:4px}.Services-module__h5-agW__pillarTab{padding:.55rem 1rem;font-size:.82rem}.Services-module__h5-agW__pillarTabCount{min-width:20px;height:20px;font-size:.66rem}.Services-module__h5-agW__card{padding:var(--space-lg)}.Services-module__h5-agW__cardHead{padding-bottom:var(--space-md);margin-bottom:var(--space-md)}.Services-module__h5-agW__cardTitle{font-size:1.05rem}.Services-module__h5-agW__cardArt{width:78px;height:78px;margin:-.25rem -.25rem 0 0}.Services-module__h5-agW__item{gap:.6rem}}@media (prefers-reduced-motion:reduce){.Services-module__h5-agW__card,.Services-module__h5-agW__card:after,.Services-module__h5-agW__cardArt:before,.Services-module__h5-agW__cardArtImage{transition:none}.Services-module__h5-agW__card:hover,.Services-module__h5-agW__card:hover .Services-module__h5-agW__cardArtImage{transform:none}}
.About-module__S-Ka5a__about{position:relative;overflow:hidden}.About-module__S-Ka5a__aboutGrid{gap:var(--space-4xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.About-module__S-Ka5a__aboutContent{position:relative}.About-module__S-Ka5a__aboutLabel{align-items:center;gap:var(--space-sm);font-size:var(--fs-xs);color:var(--color-accent);text-transform:uppercase;letter-spacing:.12em;margin-bottom:var(--space-md);font-weight:600;display:inline-flex}.About-module__S-Ka5a__aboutTitle{font-size:var(--fs-h2);margin-bottom:var(--space-lg);line-height:1.15}.About-module__S-Ka5a__aboutText{color:var(--color-text-muted);font-size:var(--fs-body);margin-bottom:var(--space-lg);line-height:1.9}.About-module__S-Ka5a__aboutHighlight{align-items:flex-start;gap:var(--space-md);padding:var(--space-lg);border-radius:var(--radius-md);margin-top:var(--space-xl);background:#c9a84c0f;border:1px solid #c9a84c1f;display:flex}.About-module__S-Ka5a__aboutHighlightIcon{border-radius:var(--radius-sm);width:40px;min-width:40px;height:40px;color:var(--color-accent);background:#c9a84c26;justify-content:center;align-items:center;display:flex}.About-module__S-Ka5a__aboutHighlightText{font-size:var(--fs-small);color:var(--color-text-muted);line-height:1.7}.About-module__S-Ka5a__aboutHighlightText strong{color:var(--color-text);font-weight:600}.About-module__S-Ka5a__valuesGrid{gap:var(--space-lg);grid-template-columns:1fr 1fr;display:grid}.About-module__S-Ka5a__valueCard{padding:var(--space-xl);background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:var(--radius-lg);transition:all var(--transition-base);text-align:center}.About-module__S-Ka5a__valueCard:hover{border-color:var(--color-border-accent);box-shadow:var(--shadow-glow-sm);transform:translateY(-6px)}.About-module__S-Ka5a__valueIconWrapper{width:56px;height:56px;margin:0 auto var(--space-md);border-radius:var(--radius-md);color:var(--color-accent);transition:all var(--transition-base);background:#c9a84c1a;border:1px solid #c9a84c1f;justify-content:center;align-items:center;display:flex}.About-module__S-Ka5a__valueCard:hover .About-module__S-Ka5a__valueIconWrapper{background:#c9a84c33;transform:scale(1.08);box-shadow:0 0 25px #c9a84c26}.About-module__S-Ka5a__valueTitle{font-family:var(--font-heading);color:var(--color-text);margin-bottom:var(--space-xs);font-size:1rem;font-weight:600}.About-module__S-Ka5a__valueDescription{font-size:var(--fs-small);color:var(--color-text-dim);line-height:1.6}.About-module__S-Ka5a__counters{gap:var(--space-lg);margin-top:var(--space-4xl);padding-top:var(--space-3xl);border-top:1px solid var(--color-border);grid-template-columns:repeat(4,1fr);display:grid}.About-module__S-Ka5a__counterItem{text-align:center}.About-module__S-Ka5a__counterNumber{font-family:var(--font-heading);background:var(--gradient-gold-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,3.5vw,3rem);font-weight:800;line-height:1.1}.About-module__S-Ka5a__counterLabel{font-size:var(--fs-small);color:var(--color-text-dim);margin-top:var(--space-xs)}@media (max-width:900px){.About-module__S-Ka5a__aboutGrid{gap:var(--space-2xl);grid-template-columns:1fr}.About-module__S-Ka5a__aboutContent{text-align:center;flex-direction:column;align-items:center;display:flex}.About-module__S-Ka5a__aboutLabel{margin:0 auto var(--space-sm)}.About-module__S-Ka5a__aboutTitle{text-align:center;font-size:clamp(1.5rem,5vw,2.2rem)}.About-module__S-Ka5a__aboutText{text-align:center;font-size:.95rem}.About-module__S-Ka5a__aboutHighlight{text-align:left;max-width:540px;margin-top:var(--space-lg)}.About-module__S-Ka5a__counters{gap:var(--space-xl);margin-top:var(--space-2xl);padding-top:var(--space-xl);grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.About-module__S-Ka5a__valuesGrid{grid-template-columns:1fr;width:100%;max-width:340px;margin:0 auto}.About-module__S-Ka5a__valueCard{padding:var(--space-lg)}.About-module__S-Ka5a__counters{gap:var(--space-lg)}.About-module__S-Ka5a__counterNumber{font-size:2.2rem}.About-module__S-Ka5a__aboutHighlight{padding:var(--space-md);gap:var(--space-sm)}.About-module__S-Ka5a__aboutHighlightIcon{width:36px;min-width:36px;height:36px}}
.Team-module__iqO7OW__team{background:var(--color-bg);position:relative}.Team-module__iqO7OW__bioBanner{width:100%;margin-top:var(--space-2xl);background:var(--color-surface);border:1px solid var(--color-border);border-left:4px solid var(--color-accent);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden}.Team-module__iqO7OW__biosWrapper{gap:var(--space-xl);margin-top:var(--space-2xl);flex-direction:column;width:100%;display:flex}.Team-module__iqO7OW__biosWrapper .Team-module__iqO7OW__bioBanner{margin-top:0}.Team-module__iqO7OW__bioContent{padding:var(--space-2xl)}.Team-module__iqO7OW__bioTag{font-size:var(--fs-xs);color:var(--color-accent);text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-sm);font-weight:700;display:inline-block}.Team-module__iqO7OW__bioName{font-family:var(--font-heading);font-size:var(--fs-h3);color:var(--color-navy);margin-bottom:var(--space-lg);font-weight:700}.Team-module__iqO7OW__bioPara{font-size:var(--fs-small);color:var(--color-text-muted);margin-bottom:var(--space-md);line-height:1.8}.Team-module__iqO7OW__bioPara strong{color:var(--color-navy);font-weight:600}.Team-module__iqO7OW__expertiseTags{gap:var(--space-sm);margin-top:var(--space-lg);flex-wrap:wrap;display:flex}.Team-module__iqO7OW__expertiseTag{border-radius:var(--radius-full);font-size:var(--fs-xs);color:var(--color-accent-dark);background:#b8932e14;border:1px solid #b8932e40;padding:.3rem .9rem;font-weight:600}@media (max-width:768px){.Team-module__iqO7OW__bioContent{padding:var(--space-xl)}}.Team-module__iqO7OW__teamGrid{gap:var(--space-xl);margin-top:var(--space-2xl);margin-inline:auto;grid-template-columns:repeat(auto-fit,minmax(255px,1fr));max-width:1200px;margin-bottom:0;display:grid}.Team-module__iqO7OW__teamCard{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:var(--radius-lg);transition:all var(--transition-base);overflow:hidden}.Team-module__iqO7OW__teamCard:hover{border-color:var(--color-border-accent);box-shadow:var(--shadow-glow-md);transform:translateY(-8px)}.Team-module__iqO7OW__imageWrapper{background:var(--color-surface);width:100%;height:350px;position:relative;overflow:hidden}.Team-module__iqO7OW__image{transition:transform .6s}.Team-module__iqO7OW__teamCard:hover .Team-module__iqO7OW__image{transform:scale(1.05)}.Team-module__iqO7OW__cardInfo{padding:var(--space-xl);text-align:center}.Team-module__iqO7OW__memberName{font-family:var(--font-heading);font-size:var(--fs-h4);color:var(--color-text);margin-bottom:var(--space-xs);font-weight:700}.Team-module__iqO7OW__memberRole{font-size:var(--fs-small);color:var(--color-accent);text-transform:uppercase;letter-spacing:1px;margin-bottom:var(--space-md);font-weight:600}.Team-module__iqO7OW__memberDesc{font-size:var(--fs-small);color:var(--color-text-muted);line-height:1.6}@media (max-width:768px){.Team-module__iqO7OW__teamGrid{gap:var(--space-xl);grid-template-columns:1fr;max-width:360px;margin-inline:auto}.Team-module__iqO7OW__imageWrapper{height:300px}.Team-module__iqO7OW__cardInfo{padding:var(--space-lg)}.Team-module__iqO7OW__bioBanner{border-left-width:3px}.Team-module__iqO7OW__bioContent{padding:var(--space-lg)}.Team-module__iqO7OW__bioName{margin-bottom:var(--space-md);font-size:1.25rem}.Team-module__iqO7OW__bioPara{font-size:.88rem}.Team-module__iqO7OW__expertiseTags{gap:.4rem}.Team-module__iqO7OW__expertiseTag{padding:.25rem .7rem;font-size:.7rem}}
.WhyChooseUs-module__YwVtra__whyUs{background:var(--color-bg-alt);position:relative}.WhyChooseUs-module__YwVtra__featuresGrid{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}.WhyChooseUs-module__YwVtra__featureCard{padding:var(--space-2xl);background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:var(--radius-lg);transition:all var(--transition-base);position:relative;overflow:hidden}.WhyChooseUs-module__YwVtra__featureCard:before{content:"";background:var(--gradient-accent);opacity:0;height:3px;transition:opacity var(--transition-base);position:absolute;top:0;left:0;right:0}.WhyChooseUs-module__YwVtra__featureCard:hover{border-color:var(--color-border-accent);box-shadow:var(--shadow-glow-sm);transform:translateY(-6px)}.WhyChooseUs-module__YwVtra__featureCard:hover:before{opacity:1}.WhyChooseUs-module__YwVtra__featureIconWrapper{border-radius:var(--radius-md);width:52px;height:52px;color:var(--color-accent);margin-bottom:var(--space-lg);transition:all var(--transition-base);background:#c9a84c1a;border:1px solid #c9a84c1f;justify-content:center;align-items:center;display:flex}.WhyChooseUs-module__YwVtra__featureCard:hover .WhyChooseUs-module__YwVtra__featureIconWrapper{background:#c9a84c33;transform:scale(1.1);box-shadow:0 0 25px #c9a84c26}.WhyChooseUs-module__YwVtra__featureTitle{font-family:var(--font-heading);color:var(--color-text);margin-bottom:var(--space-sm);font-size:1.1rem;font-weight:600}.WhyChooseUs-module__YwVtra__featureDescription{font-size:var(--fs-small);color:var(--color-text-dim);line-height:1.7}.WhyChooseUs-module__YwVtra__featureNumber{top:var(--space-lg);right:var(--space-lg);font-family:var(--font-heading);color:#c9a84c0f;pointer-events:none;transition:color var(--transition-base);font-size:2.5rem;font-weight:800;line-height:1;position:absolute}.WhyChooseUs-module__YwVtra__featureCard:hover .WhyChooseUs-module__YwVtra__featureNumber{color:#c9a84c1f}@media (max-width:900px){.WhyChooseUs-module__YwVtra__featuresGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.WhyChooseUs-module__YwVtra__featuresGrid{gap:var(--space-md);grid-template-columns:1fr;width:100%;max-width:440px;margin:0 auto}.WhyChooseUs-module__YwVtra__featureCard{padding:var(--space-lg)}.WhyChooseUs-module__YwVtra__featureIconWrapper{width:44px;height:44px;margin-bottom:var(--space-md)}.WhyChooseUs-module__YwVtra__featureNumber{top:var(--space-md);right:var(--space-md);font-size:2rem}}
.CTABanner-module__RH8joa__ctaBanner{padding:var(--space-4xl) 0;position:relative;overflow:hidden}.CTABanner-module__RH8joa__ctaBannerInner{z-index:2;text-align:center;max-width:700px;padding:var(--space-3xl) var(--container-padding);margin:0 auto;position:relative}.CTABanner-module__RH8joa__ctaBg{background:var(--gradient-cta);border-top:1px solid #c9a84c1a;border-bottom:1px solid #c9a84c1a;position:absolute;inset:0}.CTABanner-module__RH8joa__ctaBg:before{content:"";background:radial-gradient(60% 80%,#c9a84c14 0%,#0000 70%);position:absolute;inset:0}.CTABanner-module__RH8joa__decorLine{pointer-events:none;background:linear-gradient(90deg,#0000,#c9a84c26,#0000);height:1px;position:absolute}.CTABanner-module__RH8joa__decorLine1{width:120%;animation:8s ease-in-out infinite CTABanner-module__RH8joa__shimmerLine;top:30%;left:-10%;transform:rotate(-3deg)}.CTABanner-module__RH8joa__decorLine2{width:120%;animation:10s ease-in-out 2s infinite CTABanner-module__RH8joa__shimmerLine;bottom:25%;left:-10%;transform:rotate(2deg)}@keyframes CTABanner-module__RH8joa__shimmerLine{0%,to{opacity:.3}50%{opacity:.8}}.CTABanner-module__RH8joa__ctaTitle{font-size:var(--fs-h2);margin-bottom:var(--space-md);color:#fff;font-weight:800;line-height:1.2}.CTABanner-module__RH8joa__ctaText{font-size:var(--fs-body);color:#ffffffbf;margin-bottom:var(--space-2xl);line-height:1.8}.CTABanner-module__RH8joa__ctaButton{justify-content:center;display:flex;position:relative}.CTABanner-module__RH8joa__scheduleBtn{padding:.85rem 2rem;font-size:.95rem}@media (max-width:768px){.CTABanner-module__RH8joa__ctaBanner{padding:var(--space-2xl) 0}.CTABanner-module__RH8joa__ctaBannerInner{padding:var(--space-xl) var(--container-padding)}.CTABanner-module__RH8joa__ctaTitle{font-size:clamp(1.4rem,4.5vw,1.85rem)}.CTABanner-module__RH8joa__ctaText{margin-bottom:var(--space-xl);font-size:.92rem}.CTABanner-module__RH8joa__scheduleBtn{width:100%;max-width:290px;padding:.7rem 1.4rem;font-size:.88rem}}
.Contact-module__Bs3a0a__contact{position:relative}.Contact-module__Bs3a0a__contactGrid{gap:var(--space-3xl);grid-template-columns:1fr 1fr;align-items:stretch;display:grid}.Contact-module__Bs3a0a__formWrapper{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:var(--radius-lg);padding:var(--space-2xl)}.Contact-module__Bs3a0a__formTitle{font-size:var(--fs-h3);margin-bottom:var(--space-xs)}.Contact-module__Bs3a0a__formSubtitle{font-size:var(--fs-small);color:var(--color-text-dim);margin-bottom:var(--space-xl)}.Contact-module__Bs3a0a__formGroup{margin-bottom:var(--space-lg)}.Contact-module__Bs3a0a__formLabel{font-size:var(--fs-small);color:var(--color-text-muted);margin-bottom:var(--space-sm);font-weight:500;display:block}.Contact-module__Bs3a0a__formInput,.Contact-module__Bs3a0a__formTextarea,.Contact-module__Bs3a0a__formSelect{border:1px solid var(--color-border);border-radius:var(--radius-md);width:100%;color:var(--color-text);font-size:var(--fs-body);transition:all var(--transition-fast);background:#ffffff0a;outline:none;padding:.8rem 1rem}.Contact-module__Bs3a0a__formInput::placeholder,.Contact-module__Bs3a0a__formTextarea::placeholder{color:var(--color-text-dim)}.Contact-module__Bs3a0a__formInput:focus,.Contact-module__Bs3a0a__formTextarea:focus,.Contact-module__Bs3a0a__formSelect:focus{border-color:var(--color-accent);background:#ffffff0f;box-shadow:0 0 0 3px #c9a84c1a}.Contact-module__Bs3a0a__formSelect{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.Contact-module__Bs3a0a__formSelect option{background:var(--color-surface);color:var(--color-text)}.Contact-module__Bs3a0a__formTextarea{resize:vertical;min-height:120px}.Contact-module__Bs3a0a__formRow{gap:var(--space-lg);grid-template-columns:1fr 1fr;display:grid}.Contact-module__Bs3a0a__submitBtn{width:100%;margin-top:var(--space-sm)}.Contact-module__Bs3a0a__contactInfo{gap:var(--space-lg);flex-direction:column;display:flex}.Contact-module__Bs3a0a__contactInfoTitle{font-size:var(--fs-h3);margin-bottom:var(--space-xs)}.Contact-module__Bs3a0a__contactInfoText{font-size:var(--fs-small);color:var(--color-text-dim);margin-bottom:var(--space-md);line-height:1.7}.Contact-module__Bs3a0a__contactCard{align-items:flex-start;gap:var(--space-md);padding:var(--space-lg);background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:var(--radius-lg);transition:all var(--transition-base);display:flex}.Contact-module__Bs3a0a__contactCard:hover{border-color:var(--color-border-accent);box-shadow:var(--shadow-glow-sm);transform:translateY(-3px)}.Contact-module__Bs3a0a__contactCardIcon{border-radius:var(--radius-md);width:44px;min-width:44px;height:44px;color:var(--color-accent);background:#c9a84c1a;border:1px solid #c9a84c1f;justify-content:center;align-items:center;display:flex}.Contact-module__Bs3a0a__contactCardTitle{font-size:var(--fs-small);color:var(--color-text);margin-bottom:2px;font-weight:600}.Contact-module__Bs3a0a__contactCardValue{font-size:var(--fs-small);color:var(--color-text-muted);line-height:1.6}.Contact-module__Bs3a0a__whatsappLink{color:inherit;transition:color var(--transition-fast);text-decoration:none}.Contact-module__Bs3a0a__whatsappLink:hover{color:var(--color-accent)}.Contact-module__Bs3a0a__socialLinks{gap:var(--space-md);margin-top:var(--space-md);display:flex}.Contact-module__Bs3a0a__socialLink{border-radius:var(--radius-md);background:var(--glass-bg);border:1px solid var(--glass-border);width:44px;height:44px;color:var(--color-text-muted);transition:all var(--transition-base);justify-content:center;align-items:center;display:flex}.Contact-module__Bs3a0a__socialLink:hover{border-color:var(--color-accent);color:var(--color-accent);background:#c9a84c1f;transform:translateY(-3px)}.Contact-module__Bs3a0a__successMessage{padding:var(--space-lg);border-radius:var(--radius-md);text-align:center;color:var(--color-success);background:#34d3991a;border:1px solid #34d39933;font-weight:500}@media (max-width:900px){.Contact-module__Bs3a0a__contactGrid{gap:var(--space-2xl);grid-template-columns:1fr;max-width:520px;margin:0 auto}.Contact-module__Bs3a0a__formWrapper{padding:var(--space-xl)}.Contact-module__Bs3a0a__formRow{gap:var(--space-md);grid-template-columns:1fr}.Contact-module__Bs3a0a__formTitle,.Contact-module__Bs3a0a__contactInfoTitle{font-size:clamp(1.3rem,4vw,1.6rem)}.Contact-module__Bs3a0a__submitBtn{padding:.75rem 1.5rem;font-size:.9rem}.Contact-module__Bs3a0a__contactCard{padding:var(--space-md)}.Contact-module__Bs3a0a__contactCardIcon{width:40px;min-width:40px;height:40px}}
.Footer-module__Grjkva__footer{background:var(--color-bg-alt);border-top:1px solid var(--color-border);padding:var(--space-4xl) 0 var(--space-xl)}.Footer-module__Grjkva__footerGrid{gap:var(--space-3xl);margin-bottom:var(--space-3xl);grid-template-columns:2fr 1fr 1fr 1fr;display:grid}.Footer-module__Grjkva__footerBrand{max-width:320px}.Footer-module__Grjkva__footerLogo{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-lg);display:flex}.Footer-module__Grjkva__footerLogoIcon{background:var(--gradient-accent);border-radius:var(--radius-sm);color:#0a0e1a;letter-spacing:.05em;justify-content:center;align-items:center;width:36px;height:36px;font-size:.8rem;font-weight:800;display:flex}.Footer-module__Grjkva__footerLogoSub{color:var(--color-text-muted);letter-spacing:.08em;text-transform:uppercase;margin-top:-2px;font-size:.6rem;font-weight:400;display:block}.Footer-module__Grjkva__footerDescription{font-size:var(--fs-small);color:var(--color-text-dim);margin-bottom:var(--space-md);line-height:1.8}.Footer-module__Grjkva__gstBadge{align-items:center;gap:var(--space-xs);border-radius:var(--radius-sm);font-size:var(--fs-xs);font-family:var(--font-heading);color:var(--color-text);margin-bottom:var(--space-lg);letter-spacing:.05em;background:#ffffff0a;border:1px solid #c9a84c4d;padding:.35rem .75rem;display:inline-flex}.Footer-module__Grjkva__gstLabel{color:var(--color-accent);font-weight:700}.Footer-module__Grjkva__footerSocial{gap:var(--space-sm);display:flex}.Footer-module__Grjkva__footerSocialLink{border-radius:var(--radius-sm);border:1px solid var(--color-border);width:38px;height:38px;color:var(--color-text-dim);transition:all var(--transition-base);background:#ffffff0a;justify-content:center;align-items:center;display:flex}.Footer-module__Grjkva__footerSocialLink:hover{border-color:var(--color-accent);color:var(--color-accent);background:#c9a84c1f;transform:translateY(-2px)}.Footer-module__Grjkva__footerColumn{flex-direction:column;display:flex}.Footer-module__Grjkva__footerColumnTitle{font-family:var(--font-heading);color:var(--color-text);margin-bottom:var(--space-lg);text-transform:uppercase;letter-spacing:.08em;font-size:.9rem;font-weight:600}.Footer-module__Grjkva__footerLink{font-size:var(--fs-small);color:var(--color-text-dim);padding:var(--space-xs) 0;transition:all var(--transition-fast);display:inline-block}.Footer-module__Grjkva__footerLink:hover{color:var(--color-accent);transform:translate(4px)}.Footer-module__Grjkva__footerBottom{padding-top:var(--space-xl);border-top:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:var(--space-md);flex-wrap:wrap;display:flex}.Footer-module__Grjkva__footerCopyright{font-size:var(--fs-xs);color:var(--color-text-dim)}.Footer-module__Grjkva__footerLegal{gap:var(--space-lg);display:flex}.Footer-module__Grjkva__footerLegalLink{font-size:var(--fs-xs);color:var(--color-text-dim);transition:color var(--transition-fast)}.Footer-module__Grjkva__footerLegalLink:hover{color:var(--color-accent)}@media (max-width:900px){.Footer-module__Grjkva__footerGrid{gap:var(--space-2xl);grid-template-columns:1fr 1fr}.Footer-module__Grjkva__footerBrand{grid-column:1/-1;max-width:100%}}@media (max-width:600px){.Footer-module__Grjkva__footer{padding:var(--space-2xl) 0 var(--space-lg)}.Footer-module__Grjkva__footerGrid{gap:var(--space-xl);text-align:center;grid-template-columns:1fr}.Footer-module__Grjkva__footerBrand{text-align:center;flex-direction:column;align-items:center;display:flex}.Footer-module__Grjkva__footerLogo,.Footer-module__Grjkva__footerSocial{justify-content:center}.Footer-module__Grjkva__footerColumn{text-align:center;align-items:center}.Footer-module__Grjkva__footerColumnTitle{margin-bottom:var(--space-sm)}.Footer-module__Grjkva__footerBottom{text-align:center;gap:var(--space-md);padding-top:var(--space-lg);flex-direction:column}.Footer-module__Grjkva__footerLegal{justify-content:center;gap:var(--space-md);flex-wrap:wrap}}
