.header-module__3iWRfG__header{z-index:1000;transition:all var(--transition-base);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f1520fa;padding:1rem 0;position:fixed;top:0;left:0;right:0}.header-module__3iWRfG__header.header-module__3iWRfG__scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f1520fa;padding:.75rem 0;box-shadow:0 4px 30px #0000004d}.header-module__3iWRfG__container{max-width:var(--container-max);padding:0 var(--container-padding);justify-content:space-between;align-items:center;gap:2rem;margin:0 auto;display:flex}.header-module__3iWRfG__logo{align-items:center;display:flex}.header-module__3iWRfG__logoImage{object-fit:contain;width:auto;height:60px}.header-module__3iWRfG__desktopNav{align-items:center;gap:2.5rem;display:flex}.header-module__3iWRfG__navLink{color:var(--color-white);text-transform:uppercase;letter-spacing:.15em;transition:color var(--transition-fast);cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;padding:.75rem 0;font-family:Inter,sans-serif;font-size:.875rem;font-weight:700;display:flex;position:relative}.header-module__3iWRfG__navLink:after{content:"";background:var(--color-accent);width:0;height:2px;transition:width var(--transition-base);position:absolute;bottom:0;left:0}.header-module__3iWRfG__navLink:hover{color:var(--color-accent)}.header-module__3iWRfG__navLink:hover:after{width:100%}.header-module__3iWRfG__dropdownArrow{transition:transform var(--transition-fast)}.header-module__3iWRfG__dropdown:hover .header-module__3iWRfG__dropdownArrow{transform:rotate(180deg)}.header-module__3iWRfG__dropdown{position:relative}.header-module__3iWRfG__dropdownMenu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#0f1520fa;border:1px solid #ffffff1a;border-radius:4px;min-width:250px;margin-top:1rem;padding:.5rem 0;animation:.2s ease-out header-module__3iWRfG__fadeIn;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 10px 40px #0006}@keyframes header-module__3iWRfG__fadeIn{0%{opacity:0;transform:translate(-50%)translateY(-10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.header-module__3iWRfG__dropdownItem{color:var(--color-white);white-space:nowrap;transition:all var(--transition-fast);border-left:3px solid #0000;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;display:block}.header-module__3iWRfG__dropdownItem:hover{border-left-color:var(--color-accent);color:var(--color-accent);background:#ffffff0d;padding-left:1.75rem}.header-module__3iWRfG__dropdownItem.header-module__3iWRfG__viewAll{color:var(--color-accent);text-transform:uppercase;letter-spacing:.1em;border-top:1px solid #ffffff1a;margin-top:.5rem;padding-top:.75rem;font-size:.75rem;font-weight:600}.header-module__3iWRfG__dropdownItem.header-module__3iWRfG__viewAll:hover{border-left-color:var(--color-accent);background:#f7c3461a}.header-module__3iWRfG__headerActions{align-items:center;gap:1.5rem;display:flex}.header-module__3iWRfG__phone{flex-direction:column;align-items:flex-end;line-height:1.2;display:flex}.header-module__3iWRfG__phoneLabel{text-transform:uppercase;letter-spacing:.2em;color:var(--color-gray-400);font-size:.75rem;font-weight:700}.header-module__3iWRfG__phoneNumber{color:var(--color-white);text-transform:uppercase;letter-spacing:.05em;transition:color var(--transition-fast);font-family:Inter,sans-serif;font-size:1.125rem;font-weight:800}.header-module__3iWRfG__phone:hover .header-module__3iWRfG__phoneNumber{color:var(--color-accent)}.header-module__3iWRfG__ctaButton{background:var(--color-accent);color:var(--color-primary-dark);text-transform:uppercase;letter-spacing:.15em;transition:all var(--transition-fast);border-radius:2px;justify-content:center;align-items:center;padding:.875rem 1.75rem;font-family:Inter,sans-serif;font-size:.8rem;font-weight:800;display:inline-flex}.header-module__3iWRfG__ctaButton:hover{background:var(--color-accent-light);transform:translateY(-2px)}.header-module__3iWRfG__hamburger{cursor:pointer;z-index:1100;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;padding:10px;display:none}.header-module__3iWRfG__hamburgerLine{background:var(--color-white);width:24px;height:2px;margin:3px 0;transition:all .3s;display:block}.header-module__3iWRfG__hamburgerActive .header-module__3iWRfG__hamburgerLine:first-child{transform:rotate(45deg)translate(6px,6px)}.header-module__3iWRfG__hamburgerActive .header-module__3iWRfG__hamburgerLine:nth-child(2){opacity:0;transform:translate(-10px)}.header-module__3iWRfG__hamburgerActive .header-module__3iWRfG__hamburgerLine:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}.header-module__3iWRfG__mobileOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1001;opacity:0;visibility:hidden;background:#0009;transition:opacity .3s,visibility .3s;display:none;position:fixed;inset:0}.header-module__3iWRfG__mobileOverlayActive{opacity:1;visibility:visible}.header-module__3iWRfG__mobileMenu{z-index:1050;background:linear-gradient(#0f1520 0%,#1a2332 100%);flex-direction:column;width:100%;max-width:380px;height:100dvh;transition:transform .35s cubic-bezier(.4,0,.2,1);display:none;position:fixed;top:0;right:0;overflow:hidden;transform:translate(100%)}.header-module__3iWRfG__mobileMenuOpen{transform:translate(0)}.header-module__3iWRfG__mobileMenuHeader{border-bottom:1px solid #ffffff1a;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.header-module__3iWRfG__mobileLogo{align-items:center;display:flex}.header-module__3iWRfG__mobileLogoImage{object-fit:contain;width:auto;height:40px}.header-module__3iWRfG__mobileClose{width:40px;height:40px;color:var(--color-white);cursor:pointer;background:#ffffff0d;border:none;border-radius:8px;justify-content:center;align-items:center;transition:background .2s;display:flex}.header-module__3iWRfG__mobileClose:hover{background:#ffffff1a}.header-module__3iWRfG__mobileMenuContent{-webkit-overflow-scrolling:touch;flex:1;padding:1rem 0;overflow-y:auto}.header-module__3iWRfG__mobileDropdown{border-bottom:1px solid #ffffff0d}.header-module__3iWRfG__mobileDropdownToggle{width:100%;color:var(--color-white);font-family:var(--font-body);text-transform:uppercase;letter-spacing:.08em;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s;display:flex}.header-module__3iWRfG__mobileDropdownToggle:hover,.header-module__3iWRfG__mobileDropdownToggleActive{color:var(--color-accent);background:#ffffff08}.header-module__3iWRfG__mobileDropdownArrow{transition:transform .3s}.header-module__3iWRfG__mobileDropdownToggleActive .header-module__3iWRfG__mobileDropdownArrow{transform:rotate(180deg)}.header-module__3iWRfG__mobileDropdownContent{background:#0003;max-height:0;transition:max-height .35s;overflow:hidden}.header-module__3iWRfG__mobileDropdownContentOpen{max-height:600px}.header-module__3iWRfG__mobileDropdownItem{color:#fffc;text-transform:uppercase;letter-spacing:.05em;border-left:3px solid #0000;padding:.875rem 1.5rem .875rem 2.5rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;transition:all .2s;display:block}.header-module__3iWRfG__mobileDropdownItem:hover{color:var(--color-accent);border-left-color:var(--color-accent);background:#ffffff08}.header-module__3iWRfG__mobileViewAll{color:var(--color-accent);text-transform:uppercase;letter-spacing:.08em;border-top:1px solid #ffffff0d;margin-top:.5rem;padding-top:.875rem;font-size:.8rem;font-weight:600}.header-module__3iWRfG__mobileNavLink{color:var(--color-white);text-transform:uppercase;letter-spacing:.12em;border-bottom:1px solid #ffffff0d;padding:1rem 1.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;transition:all .2s;display:block}.header-module__3iWRfG__mobileNavLink:hover{color:var(--color-accent);background:#ffffff08}.header-module__3iWRfG__mobileMenuFooter{background:#0003;border-top:1px solid #ffffff1a;flex-direction:column;flex-shrink:0;gap:.75rem;padding:1.5rem;display:flex}.header-module__3iWRfG__mobilePhoneButton{color:var(--color-white);font-family:var(--font-display);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;gap:.75rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.header-module__3iWRfG__mobilePhoneButton:hover{border-color:var(--color-accent);color:var(--color-accent);background:#ffffff1a}.header-module__3iWRfG__mobileEstimateButton{background:var(--color-accent);color:var(--color-primary-dark);font-family:var(--font-body);text-transform:uppercase;letter-spacing:.08em;border-radius:8px;justify-content:center;align-items:center;padding:1rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.header-module__3iWRfG__mobileEstimateButton:hover{background:var(--color-accent-light);transform:translateY(-1px)}@media (max-width:1024px){.header-module__3iWRfG__desktopNav{display:none}.header-module__3iWRfG__hamburger{display:flex}.header-module__3iWRfG__mobileOverlay{display:block}.header-module__3iWRfG__mobileMenu{display:flex}.header-module__3iWRfG__phone,.header-module__3iWRfG__ctaButton{display:none}}@media (max-width:640px){.header-module__3iWRfG__logoMain{font-size:1.125rem}.header-module__3iWRfG__logoSub{font-size:.65rem}.header-module__3iWRfG__mobileMenu{max-width:100%}}@media (max-width:380px){.header-module__3iWRfG__container{padding:0 1rem}.header-module__3iWRfG__logoMain{font-size:1rem}}
.footer-module__nP6W3G__footer{background:var(--color-primary-dark);border-top:1px solid #ffffff0f;padding:4rem 0 0}.footer-module__nP6W3G__container{max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}.footer-module__nP6W3G__topSection{border-bottom:1px solid #ffffff0f;grid-template-columns:1.5fr repeat(4,1fr);gap:2rem;padding-bottom:3rem;display:grid}.footer-module__nP6W3G__brandColumn{padding-right:2rem}.footer-module__nP6W3G__logo{flex-direction:column;margin-bottom:1.25rem;line-height:1.1;display:flex}.footer-module__nP6W3G__logoMain{font-family:var(--font-display);color:var(--color-white);letter-spacing:.02em;font-size:1.375rem;font-weight:600}.footer-module__nP6W3G__logoSub{font-family:var(--font-body);color:var(--color-accent);text-transform:uppercase;letter-spacing:.2em;font-size:.7rem;font-weight:400}.footer-module__nP6W3G__brandDescription{color:var(--color-gray-400);margin-bottom:1.5rem;font-size:.9375rem;line-height:1.7}.footer-module__nP6W3G__contactBlock{flex-direction:column;gap:1rem;display:flex}.footer-module__nP6W3G__phone{font-family:var(--font-display);color:var(--color-white);transition:color var(--transition-fast);font-size:1.5rem;font-weight:600}.footer-module__nP6W3G__phone:hover{color:var(--color-accent)}.footer-module__nP6W3G__address{color:var(--color-gray-400);font-size:.9375rem;font-style:normal;line-height:1.6}.footer-module__nP6W3G__hours{color:var(--color-gray-400);margin:0;font-size:.9375rem;line-height:1.6}.footer-module__nP6W3G__mapContainer{border-radius:4px;margin-top:1rem;overflow:hidden}.footer-module__nP6W3G__columnTitle{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.15em;color:var(--color-gray-300);margin-bottom:1.25rem;font-size:.75rem;font-weight:600}.footer-module__nP6W3G__linkList{flex-direction:column;gap:.625rem;list-style:none;display:flex}.footer-module__nP6W3G__link{color:var(--color-gray-400);transition:color var(--transition-fast);font-size:.9375rem}.footer-module__nP6W3G__link:hover{color:var(--color-accent)}.footer-module__nP6W3G__serviceArea{color:var(--color-gray-400);font-size:.9375rem}.footer-module__nP6W3G__bottomSection{flex-direction:column;gap:1rem;padding:2rem 0 1.5rem;display:flex}.footer-module__nP6W3G__disclosure{color:var(--color-gray-400);text-align:center;background:#ffffff08;border-radius:4px;margin:0 0 1rem;padding:1rem;font-size:.875rem;line-height:1.6}.footer-module__nP6W3G__copyright{color:var(--color-gray-500);text-align:center;font-size:.8125rem}@media (max-width:1024px){.footer-module__nP6W3G__topSection{grid-template-columns:repeat(2,1fr);gap:2.5rem}.footer-module__nP6W3G__brandColumn{text-align:center;grid-column:span 2;padding-right:0}.footer-module__nP6W3G__logo,.footer-module__nP6W3G__contactBlock{align-items:center}}@media (max-width:640px){.footer-module__nP6W3G__topSection{grid-template-columns:1fr;gap:2rem}.footer-module__nP6W3G__brandColumn{grid-column:span 1}.footer-module__nP6W3G__linksColumn{text-align:center}.footer-module__nP6W3G__linkList{align-items:center}.footer-module__nP6W3G__bottomSection{text-align:center;flex-direction:column;gap:1rem}.footer-module__nP6W3G__legalLinks{gap:1.5rem}}
.service-hero-module__ZGLsJq__hero{background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;min-height:60vh;display:flex;position:relative}.service-hero-module__ZGLsJq__overlay{background:linear-gradient(135deg,#0f1520e0 0%,#1a2332d1 100%);position:absolute;inset:0}.service-hero-module__ZGLsJq__content{z-index:10;max-width:var(--container-max);padding:8rem var(--container-padding)4rem;text-align:center;margin:0 auto;position:relative}.service-hero-module__ZGLsJq__breadcrumb{color:var(--color-gray-300);justify-content:center;align-items:center;gap:.75rem;margin-bottom:2rem;font-size:.875rem;display:flex}.service-hero-module__ZGLsJq__breadcrumb a{color:var(--color-gray-300);transition:color var(--transition-fast)}.service-hero-module__ZGLsJq__breadcrumb a:hover,.service-hero-module__ZGLsJq__breadcrumb span:last-child{color:var(--color-accent)}.service-hero-module__ZGLsJq__title{font-family:var(--font-display);color:var(--color-white);margin-bottom:1rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:500;line-height:1.1}.service-hero-module__ZGLsJq__subtitle{color:var(--color-accent-light);letter-spacing:.02em;font-size:1.25rem;font-weight:500}@media (max-width:768px){.service-hero-module__ZGLsJq__hero{min-height:50vh}.service-hero-module__ZGLsJq__breadcrumb{font-size:.75rem}}
.service-content-module__i24-lq__wrapper{background:var(--color-off-white);padding:var(--section-padding)0}.service-content-module__i24-lq__container{max-width:900px;padding:0 var(--container-padding);margin:0 auto}.service-content-module__i24-lq__intro{color:var(--color-gray-600);background:var(--color-white);border-left:4px solid var(--color-accent);border-radius:4px;margin-bottom:3rem;padding:2rem;font-size:1.125rem;line-height:1.8}.service-content-module__i24-lq__section{margin-bottom:3rem}.service-content-module__i24-lq__heading{font-family:var(--font-display);color:var(--color-primary);margin-bottom:1.25rem;font-size:1.875rem;font-weight:600;line-height:1.3}.service-content-module__i24-lq__paragraph{color:var(--color-gray-600);margin-bottom:1.5rem;font-size:1.0625rem;line-height:1.8}.service-content-module__i24-lq__features{background:var(--color-white);border-radius:4px;margin-bottom:3rem;padding:2.5rem}.service-content-module__i24-lq__featureList{grid-template-columns:repeat(2,1fr);gap:1rem;list-style:none;display:grid}.service-content-module__i24-lq__featureList li{color:var(--color-gray-600);background:var(--color-gray-100);border-radius:4px;align-items:flex-start;gap:.75rem;padding:.75rem;font-size:.9375rem;display:flex}.service-content-module__i24-lq__featureList li:before{content:"";background:var(--color-accent);width:20px;height:20px;color:var(--color-white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.service-content-module__i24-lq__brands{margin-bottom:3rem}.service-content-module__i24-lq__brandGrid{gap:1.5rem;display:grid}.service-content-module__i24-lq__brandCard{background:var(--color-white);border-left:4px solid var(--color-accent);border-radius:4px;padding:2rem}.service-content-module__i24-lq__brandName{font-family:var(--font-display);color:var(--color-primary);margin-bottom:.75rem;font-size:1.5rem;font-weight:600}.service-content-module__i24-lq__brandDescription{color:var(--color-gray-600);font-size:1rem;line-height:1.7}.service-content-module__i24-lq__faq{margin-bottom:3rem}.service-content-module__i24-lq__faqList{flex-direction:column;gap:1.5rem;display:flex}.service-content-module__i24-lq__faqItem{background:var(--color-white);border-radius:4px;padding:2rem}.service-content-module__i24-lq__faqQuestion{font-family:var(--font-display);color:var(--color-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.service-content-module__i24-lq__faqAnswer{color:var(--color-gray-600);font-size:1rem;line-height:1.7}@media (max-width:768px){.service-content-module__i24-lq__featureList{grid-template-columns:1fr}.service-content-module__i24-lq__intro,.service-content-module__i24-lq__features,.service-content-module__i24-lq__brandCard,.service-content-module__i24-lq__faqItem{padding:1.5rem}}
.cta-banner-module__kru4lG__section{background:var(--color-accent);padding:4rem 0}.cta-banner-module__kru4lG__container{max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}.cta-banner-module__kru4lG__content{text-align:center;max-width:800px;margin:0 auto}.cta-banner-module__kru4lG__title{font-family:var(--font-display);color:var(--color-primary-dark);margin-bottom:1rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:600;line-height:1.2}.cta-banner-module__kru4lG__description{color:var(--color-primary);opacity:.9;margin-bottom:2rem;font-size:1.0625rem;line-height:1.6}.cta-banner-module__kru4lG__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cta-banner-module__kru4lG__primaryBtn{background:var(--color-primary-dark);color:var(--color-white);font-family:var(--font-body);text-transform:uppercase;letter-spacing:.1em;transition:all var(--transition-fast);border-radius:2px;justify-content:center;align-items:center;padding:1rem 2rem;font-size:.875rem;font-weight:600;display:inline-flex}.cta-banner-module__kru4lG__primaryBtn:hover{background:var(--color-primary);transform:translateY(-2px)}.cta-banner-module__kru4lG__secondaryBtn{color:var(--color-primary-dark);font-family:var(--font-body);text-transform:uppercase;letter-spacing:.1em;border:2px solid var(--color-primary-dark);transition:all var(--transition-fast);background:0 0;border-radius:2px;justify-content:center;align-items:center;padding:1rem 2rem;font-size:.875rem;font-weight:600;display:inline-flex}.cta-banner-module__kru4lG__secondaryBtn:hover{background:var(--color-primary-dark);color:var(--color-white)}@media (max-width:640px){.cta-banner-module__kru4lG__actions{flex-direction:column}.cta-banner-module__kru4lG__primaryBtn,.cta-banner-module__kru4lG__secondaryBtn{width:100%}}
.contact-section-module__0VopZq__section{padding:var(--section-padding)0;position:relative;overflow:hidden}.contact-section-module__0VopZq__background{background-image:url(/windows/bay-bow-windows-arlington-tx.jpg);background-position:50%;background-size:cover;background-attachment:fixed;position:absolute;inset:0}.contact-section-module__0VopZq__overlay{background:linear-gradient(135deg,#0f1520f2 0%,#1a2332eb 100%);position:absolute;inset:0}.contact-section-module__0VopZq__container{z-index:10;max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto;position:relative}.contact-section-module__0VopZq__grid{grid-template-columns:1fr 1fr;align-items:start;gap:6rem;padding:0 2rem;display:grid}.contact-section-module__0VopZq__contentColumn{padding-top:2rem}.contact-section-module__0VopZq__label{text-transform:uppercase;letter-spacing:.2em;color:var(--color-accent);margin-bottom:1rem;font-size:.75rem;font-weight:600;display:inline-block}.contact-section-module__0VopZq__title{font-family:var(--font-display);color:var(--color-white);margin-bottom:1.25rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:500;line-height:1.2}.contact-section-module__0VopZq__description{color:var(--color-gray-300);margin-bottom:3rem;font-size:1.0625rem;line-height:1.7}.contact-section-module__0VopZq__contactInfo{flex-direction:column;gap:2rem;display:flex}.contact-section-module__0VopZq__contactItem{flex-direction:column;gap:.5rem;display:flex}.contact-section-module__0VopZq__contactLabel{text-transform:uppercase;letter-spacing:.15em;color:var(--color-white);font-size:.75rem;font-weight:600}.contact-section-module__0VopZq__contactValue{font-family:var(--font-display);color:var(--color-white);transition:color var(--transition-fast);font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.5}a.contact-section-module__0VopZq__contactValue:hover{color:var(--color-accent)}.contact-section-module__0VopZq__formColumn{position:relative}.contact-section-module__0VopZq__form{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff14;border:1px solid #ffffff26;border-radius:12px;padding:3rem;position:relative;overflow:hidden;box-shadow:0 25px 50px #0006,0 0 0 1px #ffffff0d}.contact-section-module__0VopZq__form:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);height:1px;position:absolute;top:0;left:0;right:0}.contact-section-module__0VopZq__formTitle{font-family:var(--font-display);color:var(--color-white);text-align:center;margin-bottom:2.5rem;font-size:1.75rem;font-weight:600;position:relative}.contact-section-module__0VopZq__formTitle:after{content:"";background:var(--color-accent);border-radius:1px;width:60px;height:2px;position:absolute;bottom:-.75rem;left:50%;transform:translate(-50%)}.contact-section-module__0VopZq__formRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.contact-section-module__0VopZq__formGroup{margin-bottom:1.25rem}.contact-section-module__0VopZq__formLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--color-white);margin-bottom:.5rem;font-size:.8rem;font-weight:600;display:block}.contact-section-module__0VopZq__formInput,.contact-section-module__0VopZq__formSelect,.contact-section-module__0VopZq__formTextarea{width:100%;font-family:var(--font-body);color:var(--color-white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff26;border-radius:8px;padding:1rem 1.25rem;font-size:1rem;transition:all .3s}.contact-section-module__0VopZq__formInput:focus,.contact-section-module__0VopZq__formSelect:focus,.contact-section-module__0VopZq__formTextarea:focus{border-color:var(--color-accent);background:#ffffff1f;outline:none;transform:translateY(-1px);box-shadow:0 0 0 3px #f973161a}.contact-section-module__0VopZq__formInput::placeholder,.contact-section-module__0VopZq__formTextarea::placeholder{color:#fff9}.contact-section-module__0VopZq__formTextarea{resize:vertical;min-height:100px}.contact-section-module__0VopZq__formSelect{cursor:pointer;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='%236b6860' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.contact-section-module__0VopZq__submitButton{background:var(--color-accent);width:100%;color:var(--color-primary-dark);font-family:var(--font-body);text-transform:uppercase;letter-spacing:.15em;cursor:pointer;border:none;border-radius:8px;margin-top:1rem;padding:1.25rem 2.5rem;font-size:.95rem;font-weight:700;transition:all .3s;position:relative;overflow:hidden}.contact-section-module__0VopZq__submitButton:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.contact-section-module__0VopZq__submitButton:hover:before{left:100%}.contact-section-module__0VopZq__submitButton:hover{background:var(--color-accent-dark);transform:translateY(-2px);box-shadow:0 10px 25px #f973164d}.contact-section-module__0VopZq__formDisclaimer{color:#ffffffb3;text-align:center;margin-top:1.25rem;font-size:.75rem;line-height:1.5}@media (max-width:1024px){.contact-section-module__0VopZq__grid{grid-template-columns:1fr;gap:3rem;padding:0 1rem}.contact-section-module__0VopZq__contentColumn{text-align:center;padding-top:0}.contact-section-module__0VopZq__contactInfo{flex-flow:wrap;justify-content:center;gap:2rem}.contact-section-module__0VopZq__contactItem{align-items:center;min-width:200px}}@media (max-width:640px){.contact-section-module__0VopZq__form{margin:0 1rem;padding:2rem}.contact-section-module__0VopZq__formTitle{margin-bottom:2rem;font-size:1.5rem}.contact-section-module__0VopZq__formTitle:after{width:40px;bottom:-.5rem}.contact-section-module__0VopZq__formRow{grid-template-columns:1fr}.contact-section-module__0VopZq__contactInfo{flex-direction:column}.contact-section-module__0VopZq__grid{padding:0}}
