.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{-o-object-fit:contain;object-fit:contain;width:auto;height:60px}.header-module__3iWRfG__desktopNav{align-items:center;gap:2.5rem;display:flex}.header-module__3iWRfG__navLink{font-family:var(--font-body);color:#fff;text-transform:uppercase;letter-spacing:.1em;transition:color var(--transition-fast);cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;padding:.5rem 0;font-size:.875rem;font-weight:500;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:#fff;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:#fff;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:.15em;color:#fff;font-size:.7rem}.header-module__3iWRfG__phoneNumber{font-family:var(--font-display);color:#fff;transition:color var(--transition-fast);font-size:1.25rem;font-weight:600}.header-module__3iWRfG__phone:hover .header-module__3iWRfG__phoneNumber{color:var(--color-accent)}.header-module__3iWRfG__ctaButton{background:var(--color-accent);color:#fff;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:.875rem 1.75rem;font-size:.8rem;font-weight:600;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:#fff;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{-o-object-fit:contain;object-fit:contain;width:auto;height:40px}.header-module__3iWRfG__mobileClose{color:#fff;cursor:pointer;background:#ffffff0d;border:none;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;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{color:#fff;width:100%;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:#fff;border-left:3px solid #0000;padding:.875rem 1.5rem .875rem 2.5rem;font-size:.9rem;font-weight:400;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:#fff;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:#fff;font-family:var(--font-body);text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid #ffffff0d;padding:1rem 1.5rem;font-size:1rem;font-weight:500;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:#fff;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)}.header-module__3iWRfG__floatingCallButton{background:var(--color-accent);color:var(--color-primary-dark);z-index:900;white-space:nowrap;border-radius:30px;flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .3s;animation:2s infinite header-module__3iWRfG__pulse;display:none;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 20px #f7c34666,0 2px 8px #0003}.header-module__3iWRfG__floatingCallButton:hover{transform:scale(1.05);box-shadow:0 6px 30px #f7c34680,0 4px 12px #0000004d}.header-module__3iWRfG__messageIcon{flex-shrink:0}.header-module__3iWRfG__buttonText{display:none}@keyframes header-module__3iWRfG__pulse{0%{box-shadow:0 4px 20px #f7c34666,0 2px 8px #0003,0 0 #f7c34666}70%{box-shadow:0 4px 20px #f7c34666,0 2px 8px #0003,0 0 0 15px #f7c34600}to{box-shadow:0 4px 20px #f7c34666,0 2px 8px #0003,0 0 #f7c34600}}@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,.header-module__3iWRfG__floatingCallButton{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%}.header-module__3iWRfG__floatingCallButton{padding:14px 20px;bottom:20px;right:20px}.header-module__3iWRfG__floatingCallButton .header-module__3iWRfG__buttonText{display:inline}.header-module__3iWRfG__floatingCallButton svg{width:20px;height:20px}}@media (max-width:380px){.header-module__3iWRfG__container{padding:0 1rem}.header-module__3iWRfG__logoMain{font-size:1rem}}
.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-irving-tx.webp);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:4rem;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(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:4px;padding:2.5rem;box-shadow:0 20px 60px #0000004d}.contact-section-module__0VopZq__formTitle{font-family:var(--font-display);color:var(--color-white);text-align:center;margin-bottom:2rem;font-size:1.5rem;font-weight:600}.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);transition:all var(--transition-fast);background:#ffffff1a;border:1px solid #fff3;border-radius:2px;padding:.875rem 1rem;font-size:1rem}.contact-section-module__0VopZq__formInput:focus,.contact-section-module__0VopZq__formSelect:focus,.contact-section-module__0VopZq__formTextarea:focus{border-color:var(--color-accent);background:#ffffff26;outline:none}.contact-section-module__0VopZq__formInput::-moz-placeholder{color:#fff9}.contact-section-module__0VopZq__formTextarea::-moz-placeholder{color:#fff9}.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:.1em;cursor:pointer;transition:all var(--transition-fast);border:none;border-radius:2px;margin-top:.5rem;padding:1.125rem 2rem;font-size:.875rem;font-weight:700}.contact-section-module__0VopZq__submitButton:hover{background:var(--color-accent-dark);transform:translateY(-2px)}.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}.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{padding:1.75rem}.contact-section-module__0VopZq__formRow{grid-template-columns:1fr}.contact-section-module__0VopZq__contactInfo{flex-direction:column}}
.materials-section-module__w3SmSG__section{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);padding:5rem 0}.materials-section-module__w3SmSG__container{max-width:1200px;margin:0 auto;padding:0 1rem}.materials-section-module__w3SmSG__header{text-align:center;margin-bottom:4rem}.materials-section-module__w3SmSG__title{color:#1e293b;font-size:2.5rem;font-weight:700;font-family:var(--font-serif,serif);margin-bottom:1rem}.materials-section-module__w3SmSG__subtitle{color:#64748b;max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.6}.materials-section-module__w3SmSG__grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.materials-section-module__w3SmSG__card{background:#fff;border-radius:1rem;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.materials-section-module__w3SmSG__card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a}.materials-section-module__w3SmSG__imageWrapper{height:200px;position:relative;overflow:hidden}.materials-section-module__w3SmSG__image{-o-object-fit:cover;object-fit:cover;transition:transform .3s}.materials-section-module__w3SmSG__card:hover .materials-section-module__w3SmSG__image{transform:scale(1.05)}.materials-section-module__w3SmSG__content{padding:1.5rem}.materials-section-module__w3SmSG__materialName{color:#1e293b;font-size:1.25rem;font-weight:600;font-family:var(--font-serif,serif);margin-bottom:.75rem}.materials-section-module__w3SmSG__description{color:#64748b;margin-bottom:1.25rem;line-height:1.6}.materials-section-module__w3SmSG__features{margin:0 0 1.5rem;padding:0;list-style:none}.materials-section-module__w3SmSG__feature{color:#475569;align-items:center;margin-bottom:.5rem;font-size:.875rem;display:flex}.materials-section-module__w3SmSG__checkmark{color:#10b981;margin-right:.5rem;font-size:1rem;font-weight:700}.materials-section-module__w3SmSG__link{color:#2563eb;align-items:center;font-weight:500;text-decoration:none;transition:color .3s;display:inline-flex}.materials-section-module__w3SmSG__link:hover{color:#1d4ed8}.materials-section-module__w3SmSG__arrow{margin-left:.5rem;transition:transform .3s}.materials-section-module__w3SmSG__link:hover .materials-section-module__w3SmSG__arrow{transform:translate(4px)}.materials-section-module__w3SmSG__cta{text-align:center;color:#fff;background:linear-gradient(135deg,#1e293b 0%,#334155 100%);border-radius:1rem;padding:3rem 2rem}.materials-section-module__w3SmSG__ctaTitle{font-size:1.875rem;font-weight:700;font-family:var(--font-serif,serif);margin-bottom:1rem}.materials-section-module__w3SmSG__ctaText{opacity:.9;max-width:500px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.125rem;line-height:1.6}.materials-section-module__w3SmSG__ctaButton{color:#1e293b;background:#f59e0b;border-radius:.5rem;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:background-color .3s;display:inline-block}.materials-section-module__w3SmSG__ctaButton:hover{background:#d97706}@media (max-width:768px){.materials-section-module__w3SmSG__section{padding:3rem 0}.materials-section-module__w3SmSG__title{font-size:2rem}.materials-section-module__w3SmSG__grid{grid-template-columns:1fr;gap:1.5rem}.materials-section-module__w3SmSG__card{margin:0 -.5rem}.materials-section-module__w3SmSG__content{padding:1.25rem}.materials-section-module__w3SmSG__cta{padding:2rem 1.5rem}.materials-section-module__w3SmSG__ctaTitle{font-size:1.5rem}}@media (max-width:480px){.materials-section-module__w3SmSG__title{font-size:1.75rem}.materials-section-module__w3SmSG__subtitle{font-size:1rem}.materials-section-module__w3SmSG__materialName{font-size:1.125rem}.materials-section-module__w3SmSG__ctaTitle{font-size:1.25rem}.materials-section-module__w3SmSG__ctaText{font-size:1rem}}
