.ContactForm_contactFormWrapper__FLMkC{background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(248,250,251,.98));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(242,104,34,.1);border-radius:20px;padding:3rem;box-shadow:0 10px 40px rgba(0,0,0,.08);transition:all .4s cubic-bezier(.4,0,.2,1)}.ContactForm_contactFormWrapper__FLMkC:hover{box-shadow:0 20px 60px rgba(242,104,34,.12);border-color:rgba(242,104,34,.2)}.ContactForm_formTitle__u3jJB{font-size:2rem;font-weight:700;color:#203A4C;margin-bottom:.5rem;text-align:center}.ContactForm_formSubtitle__S7C6W{font-size:1.1rem;color:#64748b;text-align:center;margin-bottom:2.5rem}.ContactForm_contactForm__XkNjt{display:flex;flex-direction:column;gap:1.5rem}.ContactForm_formRow__HZ2V1{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}@media (max-width:768px){.ContactForm_formRow__HZ2V1{grid-template-columns:1fr}}.ContactForm_formGroup__blcaZ{display:flex;flex-direction:column;gap:.5rem}.ContactForm_formGroup__blcaZ label{font-size:.95rem;font-weight:600;color:#203A4C;margin-bottom:.25rem}.ContactForm_formGroup__blcaZ input,.ContactForm_formGroup__blcaZ select,.ContactForm_formGroup__blcaZ textarea{width:100%;padding:.9rem 1.1rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;font-family:inherit;color:#1e293b;background:white;transition:all .3s cubic-bezier(.4,0,.2,1);outline:none}.ContactForm_formGroup__blcaZ input:focus,.ContactForm_formGroup__blcaZ select:focus,.ContactForm_formGroup__blcaZ textarea:focus{border-color:#F26822;box-shadow:0 0 0 4px rgba(242,104,34,.1);transform:translateY(-2px)}.ContactForm_formGroup__blcaZ input::placeholder,.ContactForm_formGroup__blcaZ textarea::placeholder{color:#94a3b8}.ContactForm_formGroup__blcaZ select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23203A4C' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.ContactForm_formGroup__blcaZ textarea{resize:vertical;min-height:140px;line-height:1.6}.ContactForm_successMessage__vMWQC{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 16px rgba(16,185,129,.3)}.ContactForm_errorMessage__VPkCw,.ContactForm_successMessage__vMWQC{color:white;padding:1.25rem;border-radius:12px;text-align:center;font-weight:600;font-size:1rem;animation:ContactForm_slideIn__tFkJd .3s ease}.ContactForm_errorMessage__VPkCw{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 16px rgba(239,68,68,.3)}@keyframes ContactForm_slideIn__tFkJd{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ContactForm_submitButton__eF2Z2{background:linear-gradient(135deg,#F26822,#d55a1a);color:white;border:none;padding:1.1rem 2.5rem;font-size:1.1rem;font-weight:700;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px rgba(242,104,34,.3);margin-top:.5rem}.ContactForm_submitButton__eF2Z2:hover:not(:disabled){transform:translateY(-3px) scale(1.02);box-shadow:0 8px 24px rgba(242,104,34,.4);background:linear-gradient(135deg,#d55a1a,#c04d15)}.ContactForm_submitButton__eF2Z2:active:not(:disabled){transform:translateY(-1px) scale(.98)}.ContactForm_submitButton__eF2Z2:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:0 4px 16px rgba(242,104,34,.2)}@media (max-width:768px){.ContactForm_contactFormWrapper__FLMkC{padding:2rem 1.5rem;border-radius:16px}.ContactForm_formTitle__u3jJB{font-size:1.75rem}.ContactForm_formSubtitle__S7C6W{font-size:1rem}.ContactForm_submitButton__eF2Z2{width:100%}}.Hero_hero__bqvNd{background:linear-gradient(135deg,rgba(0,0,0,.97),rgba(0,0,0,.95));padding:180px 0 100px;min-height:85vh;display:flex;align-items:center;position:relative;overflow:hidden}.Hero_heroBackground__smb__{object-fit:cover;z-index:0;filter:blur(8px) brightness(.7);transform:scale(1.1)}.Hero_heroOverlay__k4Kw_{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 50%,rgba(0,0,0,.5) 0,rgba(0,0,0,.85) 100%);pointer-events:none;z-index:1}.Hero_heroContent__5prE1{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center;position:relative;z-index:2;max-width:1400px;margin:0 auto;padding:0 40px}.Hero_heroText__a7lfW{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start}.Hero_heroForm__UO0a9{position:relative;z-index:2;background:rgba(255,255,255,.98);padding:30px;border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.Hero_badge__mnOYT{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,var(--color-secondary),#ff8c42);color:white;padding:10px 20px;border-radius:50px;font-weight:600;font-size:.9rem;margin-bottom:var(--space-lg);box-shadow:0 4px 20px rgba(242,104,34,.4);animation:Hero_pulse__3PO1k 2s ease-in-out infinite}@keyframes Hero_pulse__3PO1k{0%,to{box-shadow:0 4px 20px rgba(242,104,34,.4)}50%{box-shadow:0 4px 30px rgba(242,104,34,.6)}}.Hero_badgeIcon__cbFpi{font-size:1.1rem;animation:Hero_flash__ROcyS 1.5s ease-in-out infinite}@keyframes Hero_flash__ROcyS{0%,to{opacity:1}50%{opacity:.6}}.Hero_heroText__a7lfW h1{margin-bottom:var(--space-md);line-height:1.3;color:white;font-size:2.5rem;font-weight:800;text-shadow:2px 4px 8px rgba(0,0,0,.5);letter-spacing:-.5px;text-align:left}.Hero_highlight__Kxh4B{color:var(--color-secondary)}.Hero_subtitle__WCdI_{font-size:1.15rem;margin-bottom:var(--space-lg);color:rgba(255,255,255,.95);line-height:1.6;font-weight:400;text-align:left}.Hero_ctaButtons__PW1UM{display:flex;gap:var(--space-md);margin-bottom:var(--space-lg);flex-wrap:wrap;align-items:center;justify-content:flex-start}.Hero_primaryCta__QNxhk{display:flex;align-items:center;gap:12px;padding:18px 32px;font-size:1.1rem}.Hero_ctaIcon__vjdIC{font-size:1.3rem}.Hero_ctaText__EUel8{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}.Hero_ctaLabel__eedQo{font-size:.85rem;opacity:.9}.Hero_ctaNumber__Jk_rO{font-size:1.15rem;font-weight:700}.Hero_trustBadges__nP8b7{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:var(--space-lg);margin-top:var(--space-xl)}.Hero_trustBadge__7ygDo{display:flex;align-items:center;gap:var(--space-md);background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:var(--space-md) var(--space-lg);border-radius:12px;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.Hero_trustBadge__7ygDo:hover{background:rgba(255,255,255,.15);transform:translateY(-2px);border-color:rgba(242,104,34,.5)}.Hero_trustIcon__5t6VU{background:linear-gradient(135deg,var(--color-secondary),#ff8c42);color:white;width:45px;height:45px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0;box-shadow:0 4px 15px rgba(242,104,34,.3)}.Hero_trustText__17y0f{display:flex;flex-direction:column;gap:2px}.Hero_trustText__17y0f strong{color:white;font-size:.95rem;font-weight:600;line-height:1.2}.Hero_trustText__17y0f span{color:rgba(255,255,255,.8);font-size:.85rem;line-height:1.2}.Hero_heroShapes__f_1kG{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;z-index:0}.Hero_shape1__66Twp,.Hero_shape2__cLfrl,.Hero_shape3__8psgy{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(242,104,34,.15),transparent);animation:Hero_float__XKsXp 20s ease-in-out infinite}.Hero_shape1__66Twp{width:400px;height:400px;top:-100px;right:-100px;animation-delay:0s}.Hero_shape2__cLfrl{width:300px;height:300px;bottom:-50px;left:10%;animation-delay:5s}.Hero_shape3__8psgy{width:250px;height:250px;top:40%;right:15%;animation-delay:10s}@keyframes Hero_float__XKsXp{0%,to{transform:translate(0) scale(1)}25%{transform:translate(20px,-20px) scale(1.05)}50%{transform:translate(-15px,15px) scale(.95)}75%{transform:translate(15px,-10px) scale(1.02)}}@media (max-width:768px){.Hero_hero__bqvNd{padding:160px 0 80px;min-height:auto}.Hero_heroContent__5prE1{grid-template-columns:1fr;gap:var(--space-xl)}.Hero_heroText__a7lfW{align-items:center;text-align:center}.Hero_heroText__a7lfW h1,.Hero_subtitle__WCdI_{text-align:center}.Hero_ctaButtons__PW1UM,.Hero_trustBadges__nP8b7{justify-content:center}.Hero_badge__mnOYT{font-size:.85rem;padding:8px 16px}.Hero_heroText__a7lfW h1{font-size:2.2rem;margin-bottom:var(--space-md);letter-spacing:-.3px}.Hero_subtitle__WCdI_{font-size:1.05rem;margin-bottom:var(--space-lg)}.Hero_ctaButtons__PW1UM{flex-direction:column;align-items:stretch;gap:var(--space-sm)}.Hero_ctaButtons__PW1UM a{width:100%;justify-content:center}.Hero_primaryCta__QNxhk{padding:16px 24px}.Hero_trustBadges__nP8b7{gap:var(--space-md)}.Hero_trustBadge__7ygDo{padding:var(--space-sm) var(--space-md)}.Hero_trustIcon__5t6VU{width:40px;height:40px;font-size:1.1rem}.Hero_shape1__66Twp,.Hero_shape2__cLfrl,.Hero_shape3__8psgy{display:none}.Hero_heroForm__UO0a9{padding:20px}}@media (min-width:1440px){.Hero_heroContent__5prE1{max-width:1100px}.Hero_heroText__a7lfW h1{font-size:4rem}.Hero_subtitle__WCdI_{font-size:1.35rem}}.StatsSection_statsSection__qOUiM{padding:0;margin-top:60px;margin-bottom:100px;position:relative;z-index:10}.StatsSection_statsGrid__b4bhZ{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;max-width:1200px;margin:0 auto;padding:0 1rem}.StatsSection_statCard__G2Wk4{background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(255,255,255,.95));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:1.25rem 1rem;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.08),0 2px 8px rgba(0,0,0,.06);display:flex;align-items:center;gap:1rem;transition:all .5s cubic-bezier(.4,0,.2,1);border:2px solid rgba(242,104,34,.15);position:relative;overflow:hidden}.StatsSection_statCard__G2Wk4:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(242,104,34,.05),rgba(255,140,66,.05));opacity:0;transition:opacity .5s ease;z-index:0}.StatsSection_statCard__G2Wk4:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 64px rgba(242,104,34,.2),0 8px 24px rgba(0,0,0,.12);border-color:rgba(242,104,34,.4)}.StatsSection_statCard__G2Wk4:hover:before{opacity:1}.StatsSection_statIcon__gtWTN{background:linear-gradient(135deg,var(--color-secondary),#ff8c42);color:white;width:55px;height:55px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0;box-shadow:0 6px 20px rgba(242,104,34,.3),0 2px 8px rgba(0,0,0,.12);transition:all .4s ease;position:relative;z-index:1}.StatsSection_statCard__G2Wk4:hover .StatsSection_statIcon__gtWTN{transform:scale(1.1) rotate(-5deg);box-shadow:0 14px 40px rgba(242,104,34,.45),0 6px 16px rgba(0,0,0,.2)}.StatsSection_statContent__n9Pak{flex:1 1;position:relative;z-index:1}.StatsSection_statNumber__muU8A{font-size:1.15rem;font-weight:900;color:var(--color-primary);line-height:1;margin:0 0 .3rem;font-family:var(--font-heading);transition:color .3s ease}.StatsSection_statCard__G2Wk4:hover .StatsSection_statNumber__muU8A{color:var(--color-secondary)}.StatsSection_statLabel__2sDKv{font-size:.9rem;font-weight:700;color:var(--color-text);margin:0 0 .15rem;line-height:1.3}.StatsSection_statSubtext__tJVEv{font-size:.75rem;color:#666;line-height:1.3;font-weight:500}@media (max-width:768px){.StatsSection_statsSection__qOUiM{margin-top:40px;margin-bottom:60px;padding:0 .5rem}.StatsSection_statsGrid__b4bhZ{grid-template-columns:1fr;gap:1rem}.StatsSection_statCard__G2Wk4{padding:1.5rem;border-radius:20px}.StatsSection_statIcon__gtWTN{width:65px;height:65px;font-size:1.8rem;border-radius:16px}.StatsSection_statNumber__muU8A{font-size:2rem}.StatsSection_statLabel__2sDKv{font-size:1rem}.StatsSection_statSubtext__tJVEv{font-size:.85rem}}@media (min-width:769px) and (max-width:1024px){.StatsSection_statsGrid__b4bhZ{grid-template-columns:repeat(2,1fr)}}@media (min-width:1440px){.StatsSection_statsGrid__b4bhZ{max-width:1300px;grid-template-columns:repeat(4,1fr);gap:1.25rem}.StatsSection_statCard__G2Wk4{padding:1.5rem 1.25rem}.StatsSection_statIcon__gtWTN{width:60px;height:60px;font-size:1.7rem}.StatsSection_statNumber__muU8A{font-size:1.3rem}.StatsSection_statLabel__2sDKv{font-size:.95rem}.StatsSection_statSubtext__tJVEv{font-size:.8rem}}.Services_services__WrAmA{padding:120px 0 var(--space-xxl) 0;background:linear-gradient(180deg,#fafbfc,#f0f4f8 50%,white);position:relative;overflow:hidden}.Services_services__WrAmA:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:1400px;height:600px;background:radial-gradient(ellipse at top,rgba(242,104,34,.08),transparent 60%);pointer-events:none;z-index:0}.Services_sectionHeader__vGZ0D{text-align:center;margin:0 auto 80px;max-width:900px;position:relative;z-index:1}.Services_badge__8oEPg{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(242,104,34,.12),rgba(255,140,66,.12));color:var(--color-secondary);padding:10px 28px;border-radius:50px;font-weight:700;font-size:.875rem;margin-bottom:var(--space-lg);border:2px solid rgba(242,104,34,.25);text-transform:uppercase;letter-spacing:1.2px;box-shadow:0 4px 15px rgba(242,104,34,.15);transition:all .3s ease}.Services_badge__8oEPg:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(242,104,34,.25)}.Services_sectionHeader__vGZ0D h2{font-size:3.5rem;font-weight:900;color:var(--color-primary);margin:0 auto var(--space-lg);line-height:1.2;text-align:center;background:linear-gradient(135deg,var(--color-primary) 0,#1a3a52 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.Services_sectionSubtitle__cRbxl{font-size:1.2rem;color:#555;line-height:1.7;margin:0 auto;text-align:center;max-width:700px;font-weight:400}.Services_servicesGrid__aKI0N{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin:0 auto var(--space-xxl);max-width:1400px;position:relative;z-index:1;padding:0 1rem}.Services_serviceCard__BdOGi{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.08),0 2px 8px rgba(0,0,0,.04);transition:all .5s cubic-bezier(.4,0,.2,1);text-decoration:none;color:inherit;display:flex;flex-direction:column;position:relative;border:1px solid rgba(255,255,255,.8);width:100%}.Services_serviceCard__BdOGi:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(242,104,34,.03),rgba(255,140,66,.03));opacity:0;transition:opacity .5s ease;z-index:0;pointer-events:none}.Services_serviceCard__BdOGi:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 24px 64px rgba(242,104,34,.18),0 8px 24px rgba(0,0,0,.08);border-color:rgba(242,104,34,.2)}.Services_serviceCard__BdOGi:hover:before{opacity:1}.Services_serviceImage__qgCXz{position:relative;height:200px;overflow:hidden;border-bottom:3px solid rgba(242,104,34,.1)}.Services_serviceImage__qgCXz img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.4,0,.2,1);filter:brightness(.95)}.Services_serviceCard__BdOGi:hover .Services_serviceImage__qgCXz img{transform:scale(1.15) rotate(1deg);filter:brightness(1)}.Services_imageOverlay__HmMd_{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.6));opacity:.5;transition:opacity .5s ease}.Services_serviceCard__BdOGi:hover .Services_imageOverlay__HmMd_{opacity:.75;background:linear-gradient(180deg,rgba(242,104,34,.1),rgba(0,0,0,.7))}.Services_serviceBadge__Nh5rt{position:absolute;top:20px;right:20px;background:linear-gradient(135deg,var(--color-secondary),#ff8c42);color:white;padding:10px 20px;border-radius:30px;font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:1px;box-shadow:0 8px 24px rgba(242,104,34,.45),0 4px 12px rgba(0,0,0,.2);z-index:2;animation:Services_pulse__j626_ 3s ease-in-out infinite;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@keyframes Services_pulse__j626_{0%,to{transform:scale(1);box-shadow:0 8px 24px rgba(242,104,34,.45),0 4px 12px rgba(0,0,0,.2)}50%{transform:scale(1.06);box-shadow:0 12px 32px rgba(242,104,34,.55),0 6px 16px rgba(0,0,0,.25)}}.Services_serviceContent__RQ3nf{padding:1.5rem 1.25rem;display:flex;flex-direction:column;flex-grow:1;position:relative;z-index:1;text-align:center;align-items:center}.Services_serviceTitle__4sM2r{font-size:1.35rem;font-weight:800;color:var(--color-primary);margin:0 0 .75rem;line-height:1.3;font-family:var(--font-heading);text-align:center;transition:color .3s ease}.Services_serviceCard__BdOGi:hover .Services_serviceTitle__4sM2r{color:var(--color-secondary)}.Services_serviceDescription__tUH5f{font-size:.95rem;color:#555;line-height:1.6;margin:0 0 1rem;flex-grow:1;text-align:center;max-width:95%}.Services_serviceLink__Sp71f{display:inline-flex;align-items:center;justify-content:center;gap:6px;color:white;background:linear-gradient(135deg,var(--color-secondary),#ff8c42);padding:10px 20px;border-radius:30px;font-weight:700;font-size:.85rem;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px rgba(242,104,34,.3);text-transform:uppercase;letter-spacing:.5px}.Services_serviceLink__Sp71f svg{transition:transform .4s cubic-bezier(.4,0,.2,1);font-size:1.1rem}.Services_serviceCard__BdOGi:hover .Services_serviceLink__Sp71f{transform:translateY(-2px);box-shadow:0 8px 24px rgba(242,104,34,.45);background:linear-gradient(135deg,#ff8c42,var(--color-secondary))}.Services_serviceCard__BdOGi:hover .Services_serviceLink__Sp71f svg{transform:translateX(6px)}.Services_ctaBox__CjThV{background:linear-gradient(135deg,rgba(242,104,34,.1),rgba(255,140,66,.1));border:2px solid rgba(242,104,34,.25);border-radius:28px;padding:3rem;text-align:center;margin:0 auto var(--space-xxl);max-width:900px;box-shadow:0 8px 32px rgba(242,104,34,.12);transition:all .4s ease;position:relative;overflow:hidden}.Services_ctaBox__CjThV:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:300px;height:300px;background:radial-gradient(circle,rgba(242,104,34,.08),transparent 70%);pointer-events:none}.Services_ctaBox__CjThV:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(242,104,34,.18);border-color:rgba(242,104,34,.35)}.Services_ctaText__jjJMm{font-size:1.35rem;color:var(--color-text);margin:0 auto var(--space-lg);font-weight:600;text-align:center;max-width:700px;line-height:1.6;position:relative;z-index:1}.Services_ctaBox__CjThV .Services_btn-primary__9liZs{display:inline-block;position:relative;z-index:1}.Services_whyChooseUs__eCLNe{background:linear-gradient(135deg,rgba(0,0,0,.88),rgba(20,30,48,.92)),url(https://www.santafeplumbingservice.com/wp-content/uploads/2021/05/sub-banner-bg-new-mexico.jpg) 50%/cover no-repeat;color:white;padding:80px 2rem;border-radius:32px;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.2);position:relative;overflow:hidden;margin:0 auto;max-width:1400px}.Services_whyChooseUs__eCLNe:before{content:"";position:absolute;top:-30%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(242,104,34,.25),transparent 60%);border-radius:50%;z-index:0;animation:Services_float__0N0sy 8s ease-in-out infinite}.Services_whyChooseUs__eCLNe:after{content:"";position:absolute;bottom:-30%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(255,140,66,.2),transparent 60%);border-radius:50%;z-index:0;animation:Services_float__0N0sy 10s ease-in-out infinite reverse}@keyframes Services_float__0N0sy{0%,to{transform:translate(0)}50%{transform:translate(-20px,-20px)}}.Services_whyChooseUs__eCLNe h3{color:white;margin:0 auto 60px;font-size:2.75rem;font-weight:900;position:relative;z-index:1;text-align:center;text-shadow:0 4px 20px rgba(0,0,0,.3)}.Services_benefits__QWDrT{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem;position:relative;z-index:1;align-items:stretch;justify-items:center;max-width:1200px;margin:0 auto}.Services_benefit__ws8aY{text-align:center;padding:2.5rem 2rem;background:rgba(255,255,255,.1);border-radius:24px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;align-items:center;width:100%;max-width:500px}.Services_benefit__ws8aY:hover{background:rgba(255,255,255,.15);transform:translateY(-8px) scale(1.03);border-color:rgba(242,104,34,.6);box-shadow:0 16px 40px rgba(242,104,34,.3),0 8px 20px rgba(0,0,0,.2);cursor:pointer}.Services_benefitIcon__ApI_I{font-size:4rem;margin-bottom:1.5rem;display:block;filter:drop-shadow(0 6px 20px rgba(242,104,34,.4));transition:transform .4s ease}.Services_benefit__ws8aY:hover .Services_benefitIcon__ApI_I{transform:scale(1.1) rotate(5deg)}.Services_benefit__ws8aY h4{color:white;margin:0 0 1rem;font-size:1.5rem;font-weight:800;text-align:center;line-height:1.3}.Services_benefit__ws8aY p{color:rgba(255,255,255,.92);line-height:1.8;margin:0;font-size:1.05rem;text-align:center}@media (max-width:768px){.Services_services__WrAmA{padding:80px 0 var(--space-xl) 0}.Services_services__WrAmA:before{height:400px}.Services_sectionHeader__vGZ0D{margin-bottom:50px;padding:0 1rem}.Services_sectionHeader__vGZ0D h2{font-size:2.25rem}.Services_sectionSubtitle__cRbxl{font-size:1.05rem}.Services_badge__8oEPg{font-size:.8rem;padding:8px 20px}.Services_servicesGrid__aKI0N{grid-template-columns:1fr;gap:1.5rem;padding:0}.Services_serviceCard__BdOGi{max-width:100%}.Services_serviceImage__qgCXz{height:240px}.Services_serviceContent__RQ3nf{padding:1.5rem}.Services_serviceTitle__4sM2r{font-size:1.4rem}.Services_serviceDescription__tUH5f{font-size:1rem}.Services_serviceLink__Sp71f{padding:10px 24px;font-size:.9rem}.Services_ctaBox__CjThV{padding:2rem 1.5rem;border-radius:20px}.Services_ctaText__jjJMm{font-size:1.1rem}.Services_whyChooseUs__eCLNe{padding:50px 1.5rem;border-radius:24px}.Services_whyChooseUs__eCLNe:after,.Services_whyChooseUs__eCLNe:before{width:300px;height:300px}.Services_whyChooseUs__eCLNe h3{font-size:2rem;margin-bottom:40px}.Services_benefits__QWDrT{grid-template-columns:1fr;gap:1.5rem}.Services_benefit__ws8aY{padding:2rem 1.5rem;max-width:100%}.Services_benefitIcon__ApI_I{font-size:3rem}.Services_benefit__ws8aY h4{font-size:1.3rem}.Services_benefit__ws8aY p{font-size:1rem}}@media (min-width:769px) and (max-width:1024px){.Services_servicesGrid__aKI0N{grid-template-columns:repeat(2,1fr);gap:1.25rem}.Services_benefits__QWDrT{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width:1025px) and (max-width:1439px){.Services_servicesGrid__aKI0N{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (min-width:1440px) and (max-width:1919px){.Services_services__WrAmA{padding:140px 0 var(--space-xxl) 0}.Services_sectionHeader__vGZ0D h2{font-size:4rem}.Services_servicesGrid__aKI0N{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1600px}.Services_serviceImage__qgCXz{height:220px}.Services_serviceContent__RQ3nf{padding:1.75rem 1.5rem}.Services_serviceTitle__4sM2r{font-size:1.45rem}.Services_whyChooseUs__eCLNe h3{font-size:3.25rem}.Services_benefits__QWDrT{grid-template-columns:repeat(2,1fr);gap:2.5rem;max-width:1300px}}@media (min-width:1920px){.Services_services__WrAmA{padding:160px 0 var(--space-xxl) 0}.Services_services__WrAmA:before{height:800px}.Services_sectionHeader__vGZ0D{margin-bottom:100px}.Services_sectionHeader__vGZ0D h2{font-size:4.5rem}.Services_sectionSubtitle__cRbxl{font-size:1.35rem}.Services_servicesGrid__aKI0N{grid-template-columns:repeat(3,1fr);gap:2.5rem;max-width:1800px}.Services_serviceCard__BdOGi{border-radius:24px}.Services_serviceImage__qgCXz{height:260px}.Services_serviceContent__RQ3nf{padding:2rem 1.75rem}.Services_serviceTitle__4sM2r{font-size:1.6rem}.Services_serviceDescription__tUH5f{font-size:1.05rem}.Services_serviceLink__Sp71f{padding:12px 24px;font-size:.95rem}.Services_ctaBox__CjThV{max-width:1100px;padding:4rem}.Services_ctaText__jjJMm{font-size:1.5rem}.Services_whyChooseUs__eCLNe{padding:100px 3rem;max-width:1600px}.Services_whyChooseUs__eCLNe h3{font-size:3.75rem}.Services_benefits__QWDrT{grid-template-columns:repeat(2,1fr);gap:3rem;max-width:1400px}.Services_benefit__ws8aY{padding:3rem 2.5rem;max-width:600px}.Services_benefitIcon__ApI_I{font-size:4.5rem}.Services_benefit__ws8aY h4{font-size:1.65rem}.Services_benefit__ws8aY p{font-size:1.15rem}}