.Hero-module__ZARIfG__hero{justify-content:space-between;align-items:center;gap:3rem;min-height:100vh;padding-top:100px;display:flex}.Hero-module__ZARIfG__content{flex:1;max-width:600px;animation:.8s ease-out forwards Hero-module__ZARIfG__fadeUp}.Hero-module__ZARIfG__title{color:var(--text-dark);letter-spacing:-1px;margin-bottom:1.5rem;font-size:3.75rem;font-weight:800;line-height:1.1}.Hero-module__ZARIfG__title span{background:linear-gradient(135deg, var(--primary), var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module__ZARIfG__description{color:var(--text-light);max-width:520px;margin-bottom:2.5rem;font-size:1.2rem;line-height:1.7}.Hero-module__ZARIfG__actions{flex-wrap:wrap;gap:1rem;display:flex}.Hero-module__ZARIfG__visual{opacity:0;flex:1;justify-content:center;align-items:center;animation:1s ease-out .2s forwards Hero-module__ZARIfG__fadeUp;display:flex}.Hero-module__ZARIfG__heroImage{filter:drop-shadow(0 20px 40px #0ca3a326);width:100%;max-width:540px;height:auto;animation:6s ease-in-out infinite Hero-module__ZARIfG__float}@keyframes Hero-module__ZARIfG__fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__ZARIfG__float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@media (max-width:968px){.Hero-module__ZARIfG__hero{text-align:center;flex-direction:column;gap:2rem;padding-top:120px}.Hero-module__ZARIfG__content,.Hero-module__ZARIfG__description{max-width:100%}.Hero-module__ZARIfG__actions{justify-content:center}.Hero-module__ZARIfG__visual{max-width:400px}.Hero-module__ZARIfG__title{font-size:2.5rem}}@media (max-width:480px){.Hero-module__ZARIfG__title{font-size:2rem}}
.Services-module__dpHhBa__services{padding:8rem 0;position:relative}.Services-module__dpHhBa__header{text-align:center;margin-bottom:4rem}.Services-module__dpHhBa__title{color:var(--text-dark);margin-bottom:1rem;font-size:2.5rem;font-weight:800}.Services-module__dpHhBa__subtitle{color:var(--text-light);max-width:600px;margin:0 auto;font-size:1.1rem}.Services-module__dpHhBa__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.Services-module__dpHhBa__card{flex-direction:column;height:100%;padding:3rem 2rem;display:flex}.Services-module__dpHhBa__iconWrapper{width:64px;height:64px;color:var(--primary);background:linear-gradient(135deg,#2dd4bf33,#0ca3a31a);border:1px solid #0ca3a333;border-radius:16px;justify-content:center;align-items:center;margin-bottom:2rem;font-size:1.75rem;display:flex}.Services-module__dpHhBa__cardTitle{color:var(--text-dark);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.Services-module__dpHhBa__cardDesc{color:var(--text-light);line-height:1.6}
.About-module__vAULUW__about{padding:6rem 0}.About-module__vAULUW__content{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffffe6,#fff9);max-width:1000px;margin:0 auto;padding:5rem 4rem}.About-module__vAULUW__title{color:var(--text-dark);margin-bottom:2rem;font-size:2.25rem;font-weight:800}.About-module__vAULUW__text{color:var(--text-light);margin-bottom:3rem;font-size:1.15rem;line-height:1.7}.About-module__vAULUW__features{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.About-module__vAULUW__feature{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:var(--transition);background:#fff;border:1px solid #0000;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.About-module__vAULUW__feature:hover{box-shadow:var(--shadow-md);border-color:#0ca3a333;transform:translateY(-2px)}.About-module__vAULUW__check{background:linear-gradient(135deg, var(--accent), var(--primary));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-weight:700;display:flex}.About-module__vAULUW__featureText{color:var(--text-dark);font-weight:600}@media (max-width:768px){.About-module__vAULUW__content{padding:3rem 2rem}}
.QuoteForm-module__M3S2nW__quoteSection{padding:6rem 0;position:relative}.QuoteForm-module__M3S2nW__content{background:var(--surface);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);max-width:900px;margin:0 auto;padding:4rem}.QuoteForm-module__M3S2nW__title{color:var(--text-dark);text-align:center;margin-bottom:1rem;font-size:2.25rem;font-weight:800}.QuoteForm-module__M3S2nW__subtitle{text-align:center;color:var(--text-light);margin-bottom:3rem;font-size:1.1rem}.QuoteForm-module__M3S2nW__formSection{border-bottom:1px solid var(--border);margin-bottom:3rem;padding-bottom:2rem}.QuoteForm-module__M3S2nW__formSection:last-of-type{border-bottom:none;margin-bottom:2rem;padding-bottom:0}.QuoteForm-module__M3S2nW__sectionTitle{color:var(--primary);align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700;display:flex}.QuoteForm-module__M3S2nW__sectionTitle:before{content:"";background:linear-gradient(135deg, var(--primary), var(--accent));opacity:.8;border-radius:6px;width:20px;height:20px;display:block}.QuoteForm-module__M3S2nW__formGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.QuoteForm-module__M3S2nW__fullWidth{grid-column:1/-1}.QuoteForm-module__M3S2nW__termsWrapper{margin-top:1.5rem;margin-bottom:.5rem}.QuoteForm-module__M3S2nW__termsLabel{cursor:pointer;color:var(--text-light);align-items:flex-start;gap:.75rem;font-size:.9rem;line-height:1.5;display:flex}.QuoteForm-module__M3S2nW__termsCheckbox{accent-color:var(--primary);cursor:pointer;flex-shrink:0;width:1.25rem;height:1.25rem;margin-top:2px}.QuoteForm-module__M3S2nW__termsLink{color:var(--primary);font-weight:500;text-decoration:underline;transition:color .2s}.QuoteForm-module__M3S2nW__termsLink:hover{color:var(--secondary)}.QuoteForm-module__M3S2nW__submitBtn{width:100%;margin-top:1rem;padding:1.2rem;font-size:1.15rem}.QuoteForm-module__M3S2nW__submitBtn:disabled{opacity:.5;cursor:not-allowed;transform:none}@media (max-width:768px){.QuoteForm-module__M3S2nW__content{padding:2.5rem 1.5rem}.QuoteForm-module__M3S2nW__formGrid{grid-template-columns:1fr}}
.Footer-module__S6Hkya__footer{color:#ffffffb3;z-index:2;background:#0f172af7;margin-top:6rem;padding:5rem 0 0;position:relative}.Footer-module__S6Hkya__footerContainer{position:relative}.Footer-module__S6Hkya__grid{border-bottom:1px solid #ffffff14;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;padding-bottom:4rem;display:grid}.Footer-module__S6Hkya__brand{max-width:300px}.Footer-module__S6Hkya__logo{align-items:center;gap:.75rem;margin-bottom:1.25rem;text-decoration:none;display:flex}.Footer-module__S6Hkya__logoMark{background:linear-gradient(135deg, var(--accent), var(--primary));color:#fff;border-radius:9px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.25rem;font-weight:700;display:flex}.Footer-module__S6Hkya__logoText{color:#fff;letter-spacing:-.5px;font-size:1.35rem;font-weight:700}.Footer-module__S6Hkya__brandDesc{color:#ffffff80;font-size:.9rem;line-height:1.6}.Footer-module__S6Hkya__columnTitle{text-transform:uppercase;letter-spacing:1.5px;color:#fff6;margin-bottom:1.5rem;font-size:.85rem;font-weight:600}.Footer-module__S6Hkya__columnList{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__S6Hkya__columnList li{color:#fff9;font-size:.95rem}.Footer-module__S6Hkya__columnList a{color:#fff9;text-decoration:none;transition:all .2s}.Footer-module__S6Hkya__columnList a:hover{color:var(--accent);transform:translate(2px)}.Footer-module__S6Hkya__bottom{color:#ffffff59;justify-content:space-between;align-items:center;padding:2rem 0;font-size:.85rem;display:flex}.Footer-module__S6Hkya__bottomNote{font-style:italic}@media (max-width:768px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr 1fr;gap:2.5rem}.Footer-module__S6Hkya__brand{grid-column:1/-1;max-width:none}.Footer-module__S6Hkya__bottom{text-align:center;flex-direction:column;gap:.5rem}}@media (max-width:480px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr}}
