.Home-module__jKgjFW__pageWrapper{flex-direction:column;min-height:100vh;display:flex}
.Header-module__gbg3bW__navbar{z-index:50;background-color:var(--color-background-secondary);border-bottom:1px solid var(--color-border);width:100%;transition:background-color .3s ease-in-out,box-shadow .3s ease-in-out,-webkit-backdrop-filter .3s ease-in-out,backdrop-filter .3s ease-in-out,border-color .3s;position:fixed}.Header-module__gbg3bW__navbarScrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffff2;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -2px #0000000d}html[data-theme=dark] .Header-module__gbg3bW__navbarScrolled{background-color:#0a1628f2}.Header-module__gbg3bW__navContent{justify-content:space-between;align-items:center;height:5rem;display:flex}.Header-module__gbg3bW__logoContainer{align-items:center;height:40px;display:flex}.Header-module__gbg3bW__logoClara{display:block}.Header-module__gbg3bW__logoEscura{display:none}html[data-theme=dark] .Header-module__gbg3bW__logoClara{display:none}html[data-theme=dark] .Header-module__gbg3bW__logoEscura{display:block}.Header-module__gbg3bW__navLinks{align-items:center;gap:1.5rem;display:none}.Header-module__gbg3bW__navLinks a{color:var(--color-text-secondary);font-weight:500;text-decoration:none;transition:color .2s}.Header-module__gbg3bW__navLinks a:hover{color:var(--color-accent-orange)}@media (min-width:768px){.Header-module__gbg3bW__navLinks{display:flex}}.Header-module__gbg3bW__mobileControls{align-items:center;gap:.5rem;display:flex}@media (min-width:768px){.Header-module__gbg3bW__mobileControls{display:none}}@media (max-width:767px){.Header-module__gbg3bW__navLinks{display:none}}.Header-module__gbg3bW__menuButton{color:var(--color-text-primary);cursor:pointer;background:0 0;border:none;width:24px;height:24px;display:block}.Header-module__gbg3bW__mobileMenu{background-color:var(--color-background-secondary);border-top:1px solid var(--color-border)}.Header-module__gbg3bW__mobileMenuLinks{flex-direction:column;gap:1rem;max-width:1280px;margin:0 auto;padding:1.5rem 1rem;display:flex}.Header-module__gbg3bW__mobileMenuLinks a{color:var(--color-text-secondary);font-weight:500;text-decoration:none;transition:color .2s;display:block}.Header-module__gbg3bW__mobileMenuLinks a:hover{color:var(--color-accent-orange)}@media (min-width:640px){.Header-module__gbg3bW__mobileMenuLinks{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.Header-module__gbg3bW__mobileMenuLinks{padding-left:2rem;padding-right:2rem}}
.ThemeToggle-module__DR3P0G__toggleButton{cursor:pointer;color:var(--color-icon-toggle);background:0 0;border:none;padding:.5rem;transition:color .2s,transform .3s}.ThemeToggle-module__DR3P0G__toggleButton:hover{color:var(--color-icon-toggle-hover);transform:scale(1.1)rotate(15deg)}.ThemeToggle-module__DR3P0G__icon{width:24px;height:24px}
.Hero-module__b0RKna__heroSection{background-color:var(--color-background-secondary);padding-top:8rem;padding-bottom:5rem;position:relative;overflow:hidden}.Hero-module__b0RKna__heroGradient{background-image:linear-gradient(to bottom right,var(--color-accent-orange-light),var(--color-accent-red-light),var(--color-background-secondary));position:absolute;inset:0}.Hero-module__b0RKna__heroContent{text-align:center;max-width:896px;margin:0 auto}.Hero-module__b0RKna__heroBadge{border:1px solid var(--color-accent-orange-medium);background-color:#ffedd5;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;display:inline-flex}.Hero-module__b0RKna__badgeIcon{color:#ea580c;width:1rem;height:1rem}.Hero-module__b0RKna__badgeText{color:#c2410c;font-size:.875rem;font-weight:500}.Hero-module__b0RKna__mainHeading{color:var(--color-text-primary);margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1.2}.Hero-module__b0RKna__subheading{color:var(--color-text-secondary);margin-bottom:2rem;font-size:1.25rem;line-height:1.6}@media (min-width:768px){.Hero-module__b0RKna__mainHeading{font-size:4.5rem}.Hero-module__b0RKna__subheading{font-size:1.5rem}}.Hero-module__b0RKna__socialProof{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:768px;margin-top:4rem;margin-left:auto;margin-right:auto;display:grid}.Hero-module__b0RKna__proofItem{text-align:center}.Hero-module__b0RKna__proofNumber{font-size:2.25rem;font-weight:700}.Hero-module__b0RKna__proofLabel{color:var(--color-text-muted);margin-top:.25rem;font-size:.875rem}@media (min-width:768px){.Hero-module__b0RKna__proofNumber{font-size:2.5rem}}
.Services-module__L0pS0W__servicesSection{background-color:var(--color-background);padding-top:5rem;padding-bottom:5rem}.Services-module__L0pS0W__servicesGrid{gap:2rem;display:grid}@media (min-width:768px){.Services-module__L0pS0W__servicesGrid{grid-template-columns:repeat(2,1fr)}}.Services-module__L0pS0W__serviceCard{background-color:var(--color-background-secondary);border:1px solid var(--color-border);border-radius:1rem;padding:2rem;transition:all .3s}.Services-module__L0pS0W__serviceCard:hover{border-color:var(--color-accent-orange-medium);box-shadow:0 10px 15px -3px #fef3e8b3,0 4px 6px -4px #fef3e8b3}html[data-theme=dark] .Services-module__L0pS0W__serviceCard:hover{box-shadow:0 10px 15px -3px #f973161a,0 4px 6px -4px #f973161a}.Services-module__L0pS0W__serviceIconWrapper{color:#ea580c;background-image:linear-gradient(to bottom right,#ffedd5,#ffe4e6);border-radius:.75rem;justify-content:center;align-items:center;width:4rem;height:4rem;margin-bottom:1.5rem;transition:transform .3s;display:flex}html[data-theme=dark] .Services-module__L0pS0W__serviceIconWrapper{background-image:linear-gradient(to bottom right,var(--color-accent-orange-light),var(--color-accent-red-light))}.Services-module__L0pS0W__serviceCard:hover .Services-module__L0pS0W__serviceIconWrapper{transform:scale(1.1)}.Services-module__L0pS0W__cardTitle{color:var(--color-text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.Services-module__L0pS0W__cardDescription{color:var(--color-text-secondary);margin-bottom:1.5rem;line-height:1.6}.Services-module__L0pS0W__benefitsList{flex-direction:column;gap:.75rem;display:flex}.Services-module__L0pS0W__benefitItem{align-items:center;gap:.75rem;display:flex}.Services-module__L0pS0W__benefitIcon{width:1.25rem;height:1.25rem;color:var(--color-accent-orange);flex-shrink:0}.Services-module__L0pS0W__benefitText{color:#374151}html[data-theme=dark] .Services-module__L0pS0W__cardDescription{color:#d1d5db}html[data-theme=dark] .Services-module__L0pS0W__benefitText{color:var(--color-text-primary)}
.WhyUs-module___v_Chq__whySection{background-color:var(--color-background-secondary);padding:5rem 0}.WhyUs-module___v_Chq__whyWrapper{background-image:linear-gradient(to bottom right,var(--color-accent-orange-light),var(--color-accent-red-light));border:1px solid var(--color-accent-orange-medium);border-radius:1.5rem;padding:2rem}.WhyUs-module___v_Chq__whyGrid{align-items:center;gap:3rem;display:grid}@media (min-width:768px){.WhyUs-module___v_Chq__whyGrid{grid-template-columns:repeat(2,1fr)}.WhyUs-module___v_Chq__whyWrapper{padding:3rem}}.WhyUs-module___v_Chq__featuresList{flex-direction:column;gap:1.5rem;display:flex}.WhyUs-module___v_Chq__featureItem{align-items:flex-start;gap:1rem;display:flex}.WhyUs-module___v_Chq__featureIconWrapper{border-radius:.5rem;flex-shrink:0;padding:.75rem}.WhyUs-module___v_Chq__featureIconWrapper svg{width:24px;height:24px}.WhyUs-module___v_Chq__featureIconOrange{color:#ea580c;background-color:#ffedd5}.WhyUs-module___v_Chq__featureIconRed{color:#dc2626;background-color:#fee2e2}.WhyUs-module___v_Chq__featureTitle{color:var(--color-text-primary);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.WhyUs-module___v_Chq__featureDescription{color:var(--color-text-secondary)}.WhyUs-module___v_Chq__statsCard{background-color:var(--color-background-secondary);border:1px solid var(--color-border);border-radius:1rem;padding:2rem;box-shadow:0 10px 15px -3px #00000012,0 4px 6px -4px #00000012}.WhyUs-module___v_Chq__statsHeader{text-align:center;margin-bottom:1.5rem}.WhyUs-module___v_Chq__statsNumber{margin-bottom:.5rem;font-size:3rem;font-weight:700}.WhyUs-module___v_Chq__statsLabel{color:var(--color-text-secondary)}.WhyUs-module___v_Chq__progressBars{flex-direction:column;gap:1rem;display:flex}.WhyUs-module___v_Chq__progressBarWrapper{background-color:var(--color-background);border-radius:.5rem;padding:1rem}.WhyUs-module___v_Chq__progressBarHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.WhyUs-module___v_Chq__progressBarLabel{color:var(--color-text-secondary);font-size:.875rem}.WhyUs-module___v_Chq__progressBarValue{color:#ea580c;font-weight:600}.WhyUs-module___v_Chq__progressBarContainer{background-color:var(--color-border);border-radius:9999px;width:100%;height:.5rem;overflow:hidden}.WhyUs-module___v_Chq__progressBarFill{background-image:linear-gradient(to right,var(--color-accent-orange),var(--color-accent-red));border-radius:9999px;width:0%;height:.5rem;transition:width 1.5s cubic-bezier(.25,1,.5,1) .2s}
.CTA-module__4OtRyG__ctaSection{background-image:linear-gradient(to bottom right,var(--color-accent-orange),var(--color-accent-red));color:#fff;padding:5rem 0}.CTA-module__4OtRyG__ctaSection .CTA-module__4OtRyG__sectionSubtitle,.CTA-module__4OtRyG__highlightText{color:var(--color-accent-orange-light)}.CTA-module__4OtRyG__buttonCta{background-color:var(--color-background-secondary);color:#ea580c;border-radius:.75rem;padding:1.25rem 2.5rem;font-size:1.25rem}.CTA-module__4OtRyG__buttonCta:hover{background-color:var(--color-accent-orange-light);transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}html[data-theme=dark] .CTA-module__4OtRyG__buttonCta:hover{opacity:.9;background-color:#fff7ed}.CTA-module__4OtRyG__buttonCta .CTA-module__4OtRyG__buttonIcon{transition:transform .3s}.CTA-module__4OtRyG__buttonCta:hover .CTA-module__4OtRyG__buttonIcon{transform:translate(4px)}.CTA-module__4OtRyG__ctaNote{color:var(--color-accent-orange-light);justify-content:center;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.CTA-module__4OtRyG__noteIcon{width:1rem;height:1rem;color:var(--color-accent-orange-light)}html[data-theme=dark] .CTA-module__4OtRyG__ctaSection .CTA-module__4OtRyG__sectionSubtitle{color:#fff7ed}html[data-theme=dark] .CTA-module__4OtRyG__highlightText{color:#fff7ed}html[data-theme=dark] .CTA-module__4OtRyG__ctaNote{color:#fff7ed}html[data-theme=dark] .CTA-module__4OtRyG__noteIcon{color:#fff7ed}
.Footer-module__8-teKW__footer{border-top:1px solid var(--color-border);background-color:var(--color-background-secondary);padding:3rem 0}.Footer-module__8-teKW__footerContent{flex-direction:column;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.Footer-module__8-teKW__logoContainer{align-items:center;height:40px;display:flex}.Footer-module__8-teKW__logoClara{display:block}.Footer-module__8-teKW__logoEscura{display:none}html[data-theme=dark] .Footer-module__8-teKW__logoClara{display:none}html[data-theme=dark] .Footer-module__8-teKW__logoEscura{display:block}.Footer-module__8-teKW__footerText{text-align:center}.Footer-module__8-teKW__footerSlogan{color:var(--color-text-secondary);margin-bottom:.5rem}.Footer-module__8-teKW__footerCopyright{color:var(--color-text-muted);font-size:.875rem}@media (min-width:768px){.Footer-module__8-teKW__footerContent{flex-direction:row}.Footer-module__8-teKW__footerText{text-align:right}}
