.Header-module__ldgnoG__header{z-index:1000;height:var(--header-height);transition:all var(--transition-base);position:fixed;top:0;left:0;right:0}.Header-module__ldgnoG__header.Header-module__ldgnoG__scrolled{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);box-shadow:var(--shadow-sm)}.Header-module__ldgnoG__header:not(.Header-module__ldgnoG__scrolled){background:0 0}.Header-module__ldgnoG__headerInner{max-width:var(--max-width);height:100%;padding:0 var(--space-xl);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Header-module__ldgnoG__logo{flex-shrink:0;align-items:center;display:flex}.Header-module__ldgnoG__logo img{width:auto;height:55px;transition:all var(--transition-base)}.Header-module__ldgnoG__nav{align-items:center;gap:var(--space-sm);display:flex}.Header-module__ldgnoG__navLink{color:var(--text);border-radius:var(--radius-md);transition:all var(--transition-fast);white-space:nowrap;padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none}.Header-module__ldgnoG__navLink:hover{color:var(--dna-teal);background:var(--dna-teal-10)}.Header-module__ldgnoG__header:not(.Header-module__ldgnoG__scrolled) .Header-module__ldgnoG__navLink{color:#ffffffd9}.Header-module__ldgnoG__header:not(.Header-module__ldgnoG__scrolled) .Header-module__ldgnoG__navLink:hover{color:#fff;background:#ffffff1f}.Header-module__ldgnoG__ctaButton{margin-left:var(--space-sm)}.Header-module__ldgnoG__header:not(.Header-module__ldgnoG__scrolled) .Header-module__ldgnoG__ctaButton .Header-module__ldgnoG__ctaLink{color:var(--dna-teal);background:#fff;border-color:#fff}.Header-module__ldgnoG__header:not(.Header-module__ldgnoG__scrolled) .Header-module__ldgnoG__ctaButton .Header-module__ldgnoG__ctaLink:hover{background:var(--bg-alt);border-color:var(--bg-alt)}.Header-module__ldgnoG__ctaLink{align-items:center;gap:var(--space-sm);background:var(--dna-teal);color:#fff;border:2px solid var(--dna-teal);border-radius:var(--radius-full);transition:all var(--transition-base);white-space:nowrap;padding:.6rem 1.4rem;font-size:.8125rem;font-weight:700;text-decoration:none;display:inline-flex}.Header-module__ldgnoG__ctaLink:hover{background:var(--dna-teal-dark);border-color:var(--dna-teal-dark);color:#fff;box-shadow:var(--shadow-teal);transform:translateY(-1px)}.Header-module__ldgnoG__mobileToggle{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.Header-module__ldgnoG__mobileToggle span{background:var(--heading);width:24px;height:2px;transition:all var(--transition-base);border-radius:2px;display:block}.Header-module__ldgnoG__header:not(.Header-module__ldgnoG__scrolled) .Header-module__ldgnoG__mobileToggle span{background:#fff}.Header-module__ldgnoG__mobileToggle.Header-module__ldgnoG__open span:first-child{transform:rotate(45deg)translate(5px,5px)}.Header-module__ldgnoG__mobileToggle.Header-module__ldgnoG__open span:nth-child(2){opacity:0}.Header-module__ldgnoG__mobileToggle.Header-module__ldgnoG__open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.Header-module__ldgnoG__mobileNav{display:none}@media (max-width:900px){.Header-module__ldgnoG__nav{display:none}.Header-module__ldgnoG__mobileToggle{display:flex}.Header-module__ldgnoG__mobileNav{background:var(--bg-white);width:80%;max-width:400px;height:100vh;padding:calc(var(--header-height) + var(--space-xl)) var(--space-xl) var(--space-xl);box-shadow:var(--shadow-xl);transition:right var(--transition-base);z-index:999;flex-direction:column;display:flex;position:fixed;top:0;right:-100%;overflow-y:auto}.Header-module__ldgnoG__mobileNav.Header-module__ldgnoG__open{right:0}.Header-module__ldgnoG__mobileNavLink{padding:var(--space-md) 0;color:var(--text);border-bottom:1px solid var(--border);transition:color var(--transition-fast);font-size:1.1rem;font-weight:500;text-decoration:none;display:block}.Header-module__ldgnoG__mobileNavLink:hover{color:var(--dna-teal)}.Header-module__ldgnoG__mobileCta{margin-top:var(--space-xl)}.Header-module__ldgnoG__overlay{z-index:998;opacity:0;visibility:hidden;transition:all var(--transition-base);background:#0006;position:fixed;inset:0}.Header-module__ldgnoG__overlay.Header-module__ldgnoG__open{opacity:1;visibility:visible}}
.Hero-module__JgYmMq__hero{background:linear-gradient(135deg,#0f131f 0%,#1a3a3e 40%,#27666d 100%);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__heroBg{z-index:0;position:absolute;inset:0}.Hero-module__JgYmMq__heroBg:after{content:"";z-index:1;background:linear-gradient(135deg,#0f131fbf 0%,#27666d73 100%);position:absolute;inset:0}.Hero-module__JgYmMq__heroContent{z-index:2;max-width:var(--max-width);padding:calc(var(--header-height) + var(--space-3xl)) var(--space-xl) var(--space-3xl);gap:var(--space-3xl);grid-template-columns:1.1fr .9fr;align-items:center;width:100%;margin:0 auto;display:grid;position:relative}.Hero-module__JgYmMq__heroText{color:#fff}.Hero-module__JgYmMq__heroBadge{align-items:center;gap:var(--space-sm);border-radius:var(--radius-full);color:#ffffffe6;margin-bottom:var(--space-lg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:1px solid #fff3;padding:.4rem 1rem;font-size:.8125rem;font-weight:600;animation:.8s ease-out Hero-module__JgYmMq__fadeInUp;display:inline-flex}.Hero-module__JgYmMq__heroBadgeDot{background:var(--whatsapp);border-radius:50%;width:8px;height:8px;animation:2s infinite Hero-module__JgYmMq__pulse}.Hero-module__JgYmMq__heroTitle{color:#fff;margin-bottom:var(--space-lg);letter-spacing:-.03em;font-size:clamp(2.2rem,5vw,3.75rem);font-weight:800;line-height:1.1;animation:.8s ease-out .1s both Hero-module__JgYmMq__fadeInUp}.Hero-module__JgYmMq__heroTitleAccent{font-family:var(--font-accent);color:#ffffffb3;letter-spacing:.02em;margin-top:var(--space-sm);font-size:.55em;font-weight:400;display:block}.Hero-module__JgYmMq__heroDesc{color:#ffffffbf;margin-bottom:var(--space-xl);max-width:500px;font-size:1.125rem;line-height:1.7;animation:.8s ease-out .2s both Hero-module__JgYmMq__fadeInUp}.Hero-module__JgYmMq__heroTags{gap:var(--space-sm);margin-bottom:var(--space-2xl);flex-wrap:wrap;animation:.8s ease-out .3s both Hero-module__JgYmMq__fadeInUp;display:flex}.Hero-module__JgYmMq__heroTag{border-radius:var(--radius-full);color:#ffffffd9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff14;border:1px solid #ffffff26;align-items:center;gap:6px;padding:.4rem .9rem;font-size:.8125rem;font-weight:500;display:inline-flex}.Hero-module__JgYmMq__heroTag svg{flex-shrink:0}.Hero-module__JgYmMq__heroCtas{gap:var(--space-md);flex-wrap:wrap;animation:.8s ease-out .4s both Hero-module__JgYmMq__fadeInUp;display:flex}.Hero-module__JgYmMq__heroFormCard{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border-radius:var(--radius-xl);padding:var(--space-2xl);border:1px solid #ffffff40;animation:.8s ease-out .3s both Hero-module__JgYmMq__scaleIn;box-shadow:0 20px 60px #0000004d}.Hero-module__JgYmMq__formTitle{color:var(--heading);margin-bottom:var(--space-xs);font-size:1.35rem;font-weight:700}.Hero-module__JgYmMq__formSubtitle{color:var(--text-light);margin-bottom:var(--space-lg);font-size:.875rem}.Hero-module__JgYmMq__formGroup{margin-bottom:var(--space-md)}.Hero-module__JgYmMq__formLabel{color:var(--text);margin-bottom:6px;font-size:.8125rem;font-weight:600;display:block}.Hero-module__JgYmMq__formInput{width:100%;font-family:var(--font-body);color:var(--heading);background:var(--bg-alt);border:1.5px solid var(--border);border-radius:var(--radius-md);transition:all var(--transition-fast);outline:none;padding:.75rem 1rem;font-size:.9375rem}.Hero-module__JgYmMq__formInput::placeholder{color:var(--text-light)}.Hero-module__JgYmMq__formInput:focus{border-color:var(--dna-teal);box-shadow:0 0 0 3px var(--dna-teal-10)}.Hero-module__JgYmMq__formSubmit{width:100%;font-family:var(--font-body);color:#fff;background:var(--dna-teal);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);justify-content:center;align-items:center;gap:var(--space-sm);border:none;padding:.9rem;font-size:1rem;font-weight:700;display:flex}.Hero-module__JgYmMq__formSubmit:hover{background:var(--dna-teal-dark);box-shadow:var(--shadow-teal);transform:translateY(-1px)}.Hero-module__JgYmMq__formNote{color:var(--text-light);text-align:center;margin-top:var(--space-md);font-size:.75rem}.Hero-module__JgYmMq__formNote svg{vertical-align:middle;margin-right:4px}.Hero-module__JgYmMq__heroGlow{pointer-events:none;z-index:0;background:radial-gradient(circle,#27666d4d 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute}.Hero-module__JgYmMq__heroGlow1{top:-200px;right:-100px}.Hero-module__JgYmMq__heroGlow2{background:radial-gradient(circle,#27666d26 0%,#0000 70%);bottom:-200px;left:-100px}@media (max-width:900px){.Hero-module__JgYmMq__heroContent{padding-top:calc(var(--header-height) + var(--space-2xl));gap:var(--space-2xl);grid-template-columns:1fr}.Hero-module__JgYmMq__heroTitle{font-size:clamp(1.8rem,7vw,2.5rem)}.Hero-module__JgYmMq__heroFormCard{padding:var(--space-xl)}}@media (max-width:480px){.Hero-module__JgYmMq__heroCtas{flex-direction:column}.Hero-module__JgYmMq__heroCtas>*{text-align:center;justify-content:center;width:100%}}
.SocialProof-module__Z4Tylq__socialProof{padding:var(--space-2xl) var(--space-xl);background:var(--bg-white);border-bottom:1px solid var(--border)}.SocialProof-module__Z4Tylq__inner{max-width:var(--max-width);gap:var(--space-xl);grid-template-columns:repeat(4,1fr);margin:0 auto;display:grid}.SocialProof-module__Z4Tylq__stat{text-align:center;padding:var(--space-lg)}.SocialProof-module__Z4Tylq__statNumber{color:var(--dna-teal);margin-bottom:var(--space-xs);font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1}.SocialProof-module__Z4Tylq__statLabel{color:var(--text-light);font-size:.875rem;font-weight:500;line-height:1.4}.SocialProof-module__Z4Tylq__statDivider{display:none}@media (max-width:768px){.SocialProof-module__Z4Tylq__inner{gap:var(--space-md);grid-template-columns:repeat(2,1fr)}.SocialProof-module__Z4Tylq__stat{padding:var(--space-md)}}@media (max-width:480px){.SocialProof-module__Z4Tylq__inner{grid-template-columns:1fr 1fr}}
.About-module__S-Ka5a__about{padding:var(--space-5xl) var(--space-xl)}.About-module__S-Ka5a__inner{max-width:var(--max-width);gap:var(--space-3xl);grid-template-columns:1fr 1fr;align-items:center;margin:0 auto;display:grid}.About-module__S-Ka5a__imageWrap{border-radius:var(--radius-xl);aspect-ratio:4/3;box-shadow:var(--shadow-xl);position:relative;overflow:hidden}.About-module__S-Ka5a__imageWrap:after{content:"";border-radius:inherit;pointer-events:none;border:1px solid #27666d1a;position:absolute;inset:0}.About-module__S-Ka5a__floatingBadge{bottom:var(--space-xl);left:var(--space-xl);background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);padding:var(--space-md) var(--space-lg);border-radius:var(--radius-lg);border:1px solid var(--glass-border);box-shadow:var(--shadow-lg);align-items:center;gap:var(--space-md);animation:4s ease-in-out infinite About-module__S-Ka5a__float;display:flex;position:absolute}.About-module__S-Ka5a__floatingBadgeIcon{background:var(--dna-teal-10);border-radius:var(--radius-md);width:40px;height:40px;color:var(--dna-teal);justify-content:center;align-items:center;display:flex}.About-module__S-Ka5a__floatingBadgeText{color:var(--heading);font-size:.8125rem;font-weight:700;line-height:1.3}.About-module__S-Ka5a__floatingBadgeText span{color:var(--text-light);font-size:.75rem;font-weight:400;display:block}.About-module__S-Ka5a__label{align-items:center;gap:var(--space-sm);letter-spacing:.1em;text-transform:uppercase;color:var(--dna-teal);margin-bottom:var(--space-md);font-size:.8125rem;font-weight:700;display:inline-flex}.About-module__S-Ka5a__label:before{content:"";background:var(--dna-teal);width:2rem;height:2px;display:inline-block}.About-module__S-Ka5a__title{color:var(--heading);margin-bottom:var(--space-lg);font-size:clamp(1.75rem,3.5vw,2.5rem);line-height:1.15}.About-module__S-Ka5a__titleAccent{font-family:var(--font-accent);color:var(--dna-teal)}.About-module__S-Ka5a__desc{color:var(--text);margin-bottom:var(--space-xl);font-size:1.0625rem;line-height:1.8}.About-module__S-Ka5a__tags{gap:var(--space-sm);margin-bottom:var(--space-xl);flex-wrap:wrap;display:flex}.About-module__S-Ka5a__tag{background:var(--dna-teal-10);border-radius:var(--radius-full);color:var(--dna-teal);transition:all var(--transition-base);align-items:center;gap:6px;padding:.45rem 1rem;font-size:.8125rem;font-weight:600;display:inline-flex}.About-module__S-Ka5a__tag:hover{background:var(--dna-teal-20);transform:translateY(-1px)}.About-module__S-Ka5a__tag svg{flex-shrink:0}@media (max-width:900px){.About-module__S-Ka5a__inner{gap:var(--space-2xl);grid-template-columns:1fr}.About-module__S-Ka5a__imageWrap{max-height:400px}}
.Process-module__Y14LMW__process{padding:var(--space-5xl) var(--space-xl);background:var(--bg-alt)}.Process-module__Y14LMW__inner{max-width:var(--max-width);margin:0 auto}.Process-module__Y14LMW__header{text-align:center;margin-bottom:var(--space-3xl)}.Process-module__Y14LMW__label{align-items:center;gap:var(--space-sm);letter-spacing:.1em;text-transform:uppercase;color:var(--dna-teal);margin-bottom:var(--space-md);font-size:.8125rem;font-weight:700;display:inline-flex}.Process-module__Y14LMW__label:before{content:"";background:var(--dna-teal);width:2rem;height:2px;display:inline-block}.Process-module__Y14LMW__title{margin-bottom:var(--space-md);font-size:clamp(1.75rem,3.5vw,2.5rem)}.Process-module__Y14LMW__titleAccent{font-family:var(--font-accent);color:var(--dna-teal)}.Process-module__Y14LMW__subtitle{color:var(--text-light);max-width:600px;margin:0 auto;font-size:1.0625rem}.Process-module__Y14LMW__timeline{max-width:800px;margin:0 auto;position:relative}.Process-module__Y14LMW__timelineLine{background:var(--border);width:2px;position:absolute;top:0;bottom:0;left:28px}.Process-module__Y14LMW__timelineProgress{background:var(--dna-teal);width:2px;transition:height .5s;position:absolute;top:0;left:28px}.Process-module__Y14LMW__step{gap:var(--space-xl);padding-bottom:var(--space-2xl);display:flex;position:relative}.Process-module__Y14LMW__step:last-child{padding-bottom:0}.Process-module__Y14LMW__stepNumber{background:var(--bg-white);border:2px solid var(--border);width:58px;height:58px;color:var(--text-light);z-index:2;transition:all var(--transition-base);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:800;display:flex;position:relative}.Process-module__Y14LMW__step.Process-module__Y14LMW__active .Process-module__Y14LMW__stepNumber{background:var(--dna-teal);border-color:var(--dna-teal);color:#fff;box-shadow:var(--shadow-teal);transform:scale(1.05)}.Process-module__Y14LMW__stepContent{padding-top:var(--space-sm);flex:1}.Process-module__Y14LMW__stepTitle{color:var(--heading);margin-bottom:var(--space-xs);font-size:1.15rem;font-weight:700}.Process-module__Y14LMW__stepDesc{color:var(--text-light);font-size:.9375rem;line-height:1.7}.Process-module__Y14LMW__stepIcon{background:var(--dna-teal-10);border-radius:var(--radius-md);width:36px;height:36px;color:var(--dna-teal);margin-bottom:var(--space-sm);justify-content:center;align-items:center;display:flex}@media (max-width:600px){.Process-module__Y14LMW__step{gap:var(--space-md)}.Process-module__Y14LMW__stepNumber{width:44px;height:44px;font-size:.875rem}.Process-module__Y14LMW__timelineLine,.Process-module__Y14LMW__timelineProgress{left:21px}}
.Services-module__h5-agW__services{padding:var(--space-5xl) var(--space-xl)}.Services-module__h5-agW__inner{max-width:var(--max-width);gap:var(--space-3xl);grid-template-columns:1fr 1fr;align-items:center;margin:0 auto;display:grid}.Services-module__h5-agW__label{align-items:center;gap:var(--space-sm);letter-spacing:.1em;text-transform:uppercase;color:var(--dna-teal);margin-bottom:var(--space-md);font-size:.8125rem;font-weight:700;display:inline-flex}.Services-module__h5-agW__label:before{content:"";background:var(--dna-teal);width:2rem;height:2px;display:inline-block}.Services-module__h5-agW__title{margin-bottom:var(--space-2xl);font-size:clamp(1.75rem,3.5vw,2.5rem)}.Services-module__h5-agW__titleAccent{font-family:var(--font-accent);color:var(--dna-teal)}.Services-module__h5-agW__cards{gap:var(--space-md);flex-direction:column;display:flex}.Services-module__h5-agW__card{padding:var(--space-lg);border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--bg-white);transition:all var(--transition-base);cursor:default}.Services-module__h5-agW__card:hover{border-color:var(--dna-teal-20);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.Services-module__h5-agW__cardHeader{align-items:center;gap:var(--space-md);margin-bottom:var(--space-sm);display:flex}.Services-module__h5-agW__cardIcon{border-radius:var(--radius-md);background:var(--dna-teal-10);width:40px;height:40px;color:var(--dna-teal);flex-shrink:0;justify-content:center;align-items:center;display:flex}.Services-module__h5-agW__cardTitle{color:var(--heading);font-size:1rem;font-weight:700}.Services-module__h5-agW__cardDesc{color:var(--text-light);padding-left:calc(40px + var(--space-md));font-size:.9rem;line-height:1.7}.Services-module__h5-agW__cardEmphasis{color:var(--dna-teal);margin-top:var(--space-xs);font-size:.85rem;font-style:italic;display:block}.Services-module__h5-agW__imageCol{border-radius:var(--radius-xl);aspect-ratio:3/2;box-shadow:var(--shadow-xl);position:relative;overflow:hidden}.Services-module__h5-agW__cta{margin-top:var(--space-xl)}@media (max-width:900px){.Services-module__h5-agW__inner{grid-template-columns:1fr}.Services-module__h5-agW__imageCol{max-height:350px}}
.Segments-module__0u1ARa__segments{padding:var(--space-5xl) var(--space-xl);background:var(--bg-alt)}.Segments-module__0u1ARa__inner{max-width:var(--max-width);margin:0 auto}.Segments-module__0u1ARa__header{text-align:center;margin-bottom:var(--space-3xl)}.Segments-module__0u1ARa__label{align-items:center;gap:var(--space-sm);letter-spacing:.1em;text-transform:uppercase;color:var(--dna-teal);margin-bottom:var(--space-md);font-size:.8125rem;font-weight:700;display:inline-flex}.Segments-module__0u1ARa__label:before{content:"";background:var(--dna-teal);width:2rem;height:2px;display:inline-block}.Segments-module__0u1ARa__title{margin-bottom:var(--space-md);font-size:clamp(1.75rem,3.5vw,2.5rem)}.Segments-module__0u1ARa__titleAccent{font-family:var(--font-accent);color:var(--dna-teal)}.Segments-module__0u1ARa__subtitle{color:var(--text-light);max-width:600px;margin:0 auto;font-size:1.0625rem}.Segments-module__0u1ARa__grid{gap:var(--space-lg);grid-template-columns:repeat(4,1fr);display:grid}.Segments-module__0u1ARa__card{border-radius:var(--radius-lg);aspect-ratio:1;cursor:pointer;group:true;position:relative;overflow:hidden}.Segments-module__0u1ARa__cardImage{transition:transform .6s cubic-bezier(.16,1,.3,1);position:absolute;inset:0}.Segments-module__0u1ARa__card:hover .Segments-module__0u1ARa__cardImage{transform:scale(1.08)}.Segments-module__0u1ARa__cardOverlay{transition:all var(--transition-base);z-index:1;background:linear-gradient(#0000 0%,#0f131f33 50%,#0f131fd9 100%);position:absolute;inset:0}.Segments-module__0u1ARa__card:hover .Segments-module__0u1ARa__cardOverlay{background:linear-gradient(#27666d4d 0%,#27666d80 50%,#27666de6 100%)}.Segments-module__0u1ARa__cardContent{padding:var(--space-lg);z-index:2;transition:transform var(--transition-base);position:absolute;bottom:0;left:0;right:0;transform:translateY(10px)}.Segments-module__0u1ARa__card:hover .Segments-module__0u1ARa__cardContent{transform:translateY(0)}.Segments-module__0u1ARa__cardTitle{color:#fff;font-size:1.1rem;font-weight:700;line-height:1.3}.Segments-module__0u1ARa__cardLine{width:30px;height:2px;margin-top:var(--space-sm);transition:all var(--transition-base);background:#ffffff80;border-radius:1px}.Segments-module__0u1ARa__card:hover .Segments-module__0u1ARa__cardLine{background:#fff;width:50px}.Segments-module__0u1ARa__extra{text-align:center;margin-top:var(--space-2xl)}.Segments-module__0u1ARa__extraTitle{color:var(--heading);margin-bottom:var(--space-md);font-size:1.1rem;font-weight:600}.Segments-module__0u1ARa__extraTags{gap:var(--space-sm);flex-wrap:wrap;justify-content:center;display:flex}.Segments-module__0u1ARa__extraTag{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--text);transition:all var(--transition-base);padding:.5rem 1.2rem;font-size:.875rem;font-weight:500}.Segments-module__0u1ARa__extraTag:hover{border-color:var(--dna-teal);color:var(--dna-teal);background:var(--dna-teal-10)}@media (max-width:900px){.Segments-module__0u1ARa__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.Segments-module__0u1ARa__grid{gap:var(--space-md);grid-template-columns:1fr 1fr}}
.FAQ-module__YTKPaG__faq{padding:var(--space-5xl) var(--space-xl)}.FAQ-module__YTKPaG__inner{max-width:800px;margin:0 auto}.FAQ-module__YTKPaG__header{text-align:center;margin-bottom:var(--space-3xl)}.FAQ-module__YTKPaG__label{align-items:center;gap:var(--space-sm);letter-spacing:.1em;text-transform:uppercase;color:var(--dna-teal);margin-bottom:var(--space-md);font-size:.8125rem;font-weight:700;display:inline-flex}.FAQ-module__YTKPaG__label:before{content:"";background:var(--dna-teal);width:2rem;height:2px;display:inline-block}.FAQ-module__YTKPaG__title{margin-bottom:var(--space-md);font-size:clamp(1.75rem,3.5vw,2.5rem)}.FAQ-module__YTKPaG__titleAccent{font-family:var(--font-accent);color:var(--dna-teal)}.FAQ-module__YTKPaG__items{gap:var(--space-md);flex-direction:column;display:flex}.FAQ-module__YTKPaG__item{border:1px solid var(--border);border-radius:var(--radius-lg);transition:all var(--transition-base);background:var(--bg-white);overflow:hidden}.FAQ-module__YTKPaG__item.FAQ-module__YTKPaG__open{border-color:var(--dna-teal-20);box-shadow:var(--shadow-md)}.FAQ-module__YTKPaG__question{justify-content:space-between;align-items:center;gap:var(--space-md);width:100%;padding:var(--space-lg) var(--space-xl);font-family:var(--font-body);color:var(--heading);text-align:left;cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;font-size:1rem;font-weight:600;display:flex}.FAQ-module__YTKPaG__question:hover{color:var(--dna-teal)}.FAQ-module__YTKPaG__icon{width:24px;height:24px;color:var(--dna-teal);transition:transform var(--transition-base);flex-shrink:0}.FAQ-module__YTKPaG__item.FAQ-module__YTKPaG__open .FAQ-module__YTKPaG__icon{transform:rotate(45deg)}.FAQ-module__YTKPaG__answer{padding:0 var(--space-xl) var(--space-lg);color:var(--text-light);opacity:0;max-height:0;font-size:.9375rem;line-height:1.8;transition:max-height .4s cubic-bezier(.16,1,.3,1),padding .3s,opacity .3s;overflow:hidden}.FAQ-module__YTKPaG__item.FAQ-module__YTKPaG__open .FAQ-module__YTKPaG__answer{opacity:1;max-height:300px}
.Contact-module__Bs3a0a__contact{padding:var(--space-5xl) var(--space-xl);color:#fff;background:linear-gradient(135deg,#0f131f 0%,#1a3a3e 60%,#27666d 100%);position:relative;overflow:hidden}.Contact-module__Bs3a0a__contact:before{content:"";pointer-events:none;background:radial-gradient(circle,#27666d33 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-200px;right:-200px}.Contact-module__Bs3a0a__inner{max-width:var(--max-width);z-index:1;margin:0 auto;position:relative}.Contact-module__Bs3a0a__header{text-align:center;margin-bottom:var(--space-3xl)}.Contact-module__Bs3a0a__label{align-items:center;gap:var(--space-sm);letter-spacing:.1em;text-transform:uppercase;color:#ffffffb3;margin-bottom:var(--space-md);font-size:.8125rem;font-weight:700;display:inline-flex}.Contact-module__Bs3a0a__label:before{content:"";background:#ffffff4d;width:2rem;height:2px;display:inline-block}.Contact-module__Bs3a0a__title{color:#fff;margin-bottom:var(--space-md);font-size:clamp(1.75rem,3.5vw,2.75rem)}.Contact-module__Bs3a0a__titleAccent{font-family:var(--font-accent);color:#fff9}.Contact-module__Bs3a0a__subtitle{color:#fff9;max-width:500px;margin:0 auto;font-size:1.0625rem}.Contact-module__Bs3a0a__grid{gap:var(--space-2xl);grid-template-columns:1fr 1fr;align-items:start;display:grid}.Contact-module__Bs3a0a__formCard{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border-radius:var(--radius-xl);padding:var(--space-2xl);border:1px solid #fff3}.Contact-module__Bs3a0a__formTitle{color:var(--heading);margin-bottom:var(--space-lg);font-size:1.25rem;font-weight:700}.Contact-module__Bs3a0a__formRow{gap:var(--space-md);grid-template-columns:1fr 1fr;display:grid}.Contact-module__Bs3a0a__formGroup{margin-bottom:var(--space-md)}.Contact-module__Bs3a0a__formLabel{color:var(--text);margin-bottom:6px;font-size:.8125rem;font-weight:600;display:block}.Contact-module__Bs3a0a__formInput,.Contact-module__Bs3a0a__formTextarea{width:100%;font-family:var(--font-body);color:var(--heading);background:var(--bg-alt);border:1.5px solid var(--border);border-radius:var(--radius-md);transition:all var(--transition-fast);outline:none;padding:.75rem 1rem;font-size:.9375rem}.Contact-module__Bs3a0a__formInput::placeholder,.Contact-module__Bs3a0a__formTextarea::placeholder{color:var(--text-light)}.Contact-module__Bs3a0a__formInput:focus,.Contact-module__Bs3a0a__formTextarea:focus{border-color:var(--dna-teal);box-shadow:0 0 0 3px var(--dna-teal-10)}.Contact-module__Bs3a0a__formTextarea{resize:vertical;min-height:100px}.Contact-module__Bs3a0a__formSubmit{width:100%;font-family:var(--font-body);color:#fff;background:var(--dna-teal);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);justify-content:center;align-items:center;gap:var(--space-sm);border:none;padding:.9rem;font-size:1rem;font-weight:700;display:flex}.Contact-module__Bs3a0a__formSubmit:hover{background:var(--dna-teal-dark);box-shadow:var(--shadow-teal);transform:translateY(-1px)}.Contact-module__Bs3a0a__info{gap:var(--space-xl);flex-direction:column;display:flex}.Contact-module__Bs3a0a__contactCard{border-radius:var(--radius-lg);padding:var(--space-xl);transition:all var(--transition-base);background:#ffffff0f;border:1px solid #ffffff1a}.Contact-module__Bs3a0a__contactCard:hover{background:#ffffff1a;border-color:#fff3}.Contact-module__Bs3a0a__contactName{color:#fff;margin-bottom:var(--space-xs);font-size:1.1rem;font-weight:700}.Contact-module__Bs3a0a__contactRole{color:#ffffff80;margin-bottom:var(--space-md);font-size:.8125rem}.Contact-module__Bs3a0a__contactLink{align-items:center;gap:var(--space-sm);background:var(--whatsapp);color:#fff;border-radius:var(--radius-full);transition:all var(--transition-base);padding:.6rem 1.2rem;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex}.Contact-module__Bs3a0a__contactLink:hover{background:var(--whatsapp-dark);color:#fff;transform:translateY(-1px)}.Contact-module__Bs3a0a__address{padding:var(--space-xl);border-radius:var(--radius-lg);background:#ffffff0f;border:1px solid #ffffff1a}.Contact-module__Bs3a0a__addressTitle{color:#ffffffb3;text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--space-sm);font-size:.875rem;font-weight:700}.Contact-module__Bs3a0a__addressText{color:#fff9;font-size:.9375rem;line-height:1.6}.Contact-module__Bs3a0a__addressText a{color:#fffc;-webkit-text-decoration:underline #ffffff4d;text-decoration:underline #ffffff4d}.Contact-module__Bs3a0a__addressText a:hover{color:#fff}@media (max-width:900px){.Contact-module__Bs3a0a__grid,.Contact-module__Bs3a0a__formRow{grid-template-columns:1fr}}
.Footer-module__Grjkva__footer{background:var(--footer-bg);padding:var(--space-3xl) var(--space-xl) var(--space-xl)}.Footer-module__Grjkva__inner{max-width:var(--max-width);margin:0 auto}.Footer-module__Grjkva__top{gap:var(--space-3xl);padding-bottom:var(--space-2xl);border-bottom:1px solid #ffffff14;grid-template-columns:1.5fr 1fr 1fr;display:grid}.Footer-module__Grjkva__brandLogo{width:auto;height:50px;margin-bottom:var(--space-md)}.Footer-module__Grjkva__brandDesc{color:var(--footer-text);max-width:320px;font-size:.875rem;line-height:1.7}.Footer-module__Grjkva__colTitle{color:#ffffff80;text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-lg);font-size:.8125rem;font-weight:700}.Footer-module__Grjkva__colLink{color:var(--footer-text);transition:color var(--transition-fast);padding:4px 0;font-size:.9rem;text-decoration:none;display:block}.Footer-module__Grjkva__colLink:hover{color:#fff}.Footer-module__Grjkva__bottom{padding-top:var(--space-xl);justify-content:space-between;align-items:center;display:flex}.Footer-module__Grjkva__copyright{color:var(--footer-text);font-size:.8125rem}.Footer-module__Grjkva__copyright a{color:#ffffff80;text-decoration:none}.Footer-module__Grjkva__copyright a:hover{color:#fff}.Footer-module__Grjkva__kaizen{align-items:center;gap:var(--space-sm);transition:opacity var(--transition-base);opacity:.6;text-decoration:none;display:flex}.Footer-module__Grjkva__kaizen:hover{opacity:1}.Footer-module__Grjkva__kaizenLabel{color:var(--footer-text);white-space:nowrap;font-size:.75rem}.Footer-module__Grjkva__kaizenLogo{filter:brightness(0)invert();width:auto;height:24px}@media (max-width:768px){.Footer-module__Grjkva__top{gap:var(--space-xl);grid-template-columns:1fr}.Footer-module__Grjkva__bottom{gap:var(--space-md);text-align:center;flex-direction:column}}
