.header{position:fixed;top:var(--banner-height, 0px);left:0;right:0;width:100%;background-color:#000000f2;-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem);z-index:999;box-shadow:0 .125rem .5rem #0000001a;transition:top .24s cubic-bezier(.2,.8,.2,1);will-change:top}.header--banner-hidden{top:0}.header__container{max-width:100rem;margin:0 auto;padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.header__logo{flex-shrink:0;width:10rem;max-width:40%}.header__logo a{display:block}.header__logo img{width:100%;height:auto;display:block}.header__mobile-toggle{display:flex;flex-direction:column;gap:.25rem;background:none;border:none;padding:.5rem;cursor:pointer;z-index:1001}.header__mobile-toggle span{display:block;width:1.5rem;height:.125rem;background-color:#fff;transition:transform .3s ease,opacity .3s ease}.header__nav{position:fixed;top:0;right:-100%;width:80%;max-width:20rem;height:100vh;background-color:#68ccd1fa;padding:5rem 2rem 2rem;transition:right .3s ease;overflow-y:auto}.header__nav--open{right:0}.header__nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.header__nav-item{width:100%}.header__nav-link{display:block;color:#fff;text-decoration:none;padding:.75rem 1rem;font-weight:500;font-size:.9375rem;font-family:Poppins,sans-serif;transition:background-color .3s ease;border-radius:.25rem}.header__nav-link:hover{background-color:#ffffff1a}.header__nav-link--active{font-weight:700;background-color:#ffffff26}.header__cta{display:none}.header--nav-hidden .header__cta{display:block}.header--nav-hidden .header__phone-button{padding:.625rem .75rem}.header__phone-button{display:flex;align-items:center;gap:.5rem;background-color:transparent;color:#fff;padding:.625rem 1rem;border:.125rem solid rgba(235,91,39,1);border-radius:.375rem;text-decoration:none;font-weight:500;transition:background-color .3s ease,transform .3s ease}.header__phone-button:hover{background-color:#eb5b271a;transform:translateY(-.0625rem)}.header__phone-icon{display:flex;align-items:center;justify-content:center;color:#eb5b27}.header__phone-text{white-space:nowrap}@media (min-width: 641px) and (max-width: 1024px){.header{transition:top .24s cubic-bezier(.2,.8,.2,1)}.header--banner-hidden{top:0}.header__container{padding:1rem 2rem}.header__logo{width:12rem}.header__mobile-toggle{display:none}.header__nav{position:static;width:auto;max-width:none;height:auto;background-color:transparent;padding:0;overflow-y:visible;flex:1}.header__nav-list{flex-direction:row;justify-content:flex-end;gap:.5rem}.header__nav-item{width:auto}.header__nav-link{padding:.5rem;font-size:.9375rem}.header__cta{display:block}}@media (min-width: 1025px){.header{transition:top .24s cubic-bezier(.2,.8,.2,1)}.header--banner-hidden{top:0}.header__container{padding:1rem 2.5rem}.header__logo{width:12.75rem}.header__mobile-toggle{display:none}.header__nav{position:static;width:auto;max-width:none;height:auto;background-color:transparent;padding:0;overflow-y:visible;flex:1}.header__nav-list{flex-direction:row;justify-content:flex-end;gap:.5rem}.header__nav-item{width:auto}.header__nav-link{padding:.5rem;font-size:.9375rem}.header__cta{display:block}.header__phone-button{padding:.75rem 1.25rem}}@media (prefers-reduced-motion: reduce){.header{transition:none}}@media (max-width: 640px){.header__nav--open:before{content:"";position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#00000080;z-index:-1}}.header-banner{display:block;width:100%;background-color:#c3471a;box-shadow:0 .1875rem .6875rem #0000001a;position:fixed;top:0;left:0;right:0;z-index:1001;transform:translateZ(0);opacity:1;transition:transform .24s cubic-bezier(.2,.8,.2,1),opacity .24s cubic-bezier(.2,.8,.2,1);will-change:transform,opacity;backface-visibility:hidden}.header-banner--hidden{transform:translate3d(0,-110%,0);opacity:0}@media (prefers-reduced-motion: reduce){.header-banner{transition:none}}.header-banner__container{max-width:100rem;margin:0 auto;padding:.5rem .75rem;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem}.header-banner__content{flex:1;text-align:center}.header-banner__message{color:#fff;font-weight:400;font-size:.75rem;margin:0;line-height:1.2}.header-banner__utility{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.35rem;color:#fff;font-weight:500;font-size:.75rem;line-height:1.2}.header-banner__mobile-rotator{position:relative;min-height:1.2em;width:100%;display:flex;justify-content:center}.header-banner__mobile-rotator-item{position:absolute;left:0;right:0;text-align:center;opacity:0;transform:translateY(.25rem);transition:opacity .32s ease,transform .32s ease}.header-banner__mobile-rotator-item.is-active{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion: reduce){.header-banner__mobile-rotator-item{transition:none;transform:none}}.header-banner__link{color:#fff;text-decoration:none;font-weight:600}.header-banner__link:hover{text-decoration:underline}.header-banner__sep{opacity:.8;padding:0 .25rem}.header-banner__action{flex-shrink:0}.header-banner__button{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;background-color:#c3471a;color:#fff;padding:.5rem .75rem;border-radius:.25rem;text-decoration:none;font-weight:500;font-size:.75rem;white-space:nowrap;transition:background-color .3s ease,transform .3s ease,box-shadow .3s ease;box-shadow:0 .125rem .375rem #0003}.header-banner__button:hover{background-color:#a33d16;transform:translateY(-.125rem);box-shadow:0 .25rem .5rem #00000040}.header-banner__button-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.header-banner__button-icon svg{width:.875rem;height:.875rem}@media (min-width: 641px) and (max-width: 1024px){.header-banner{display:block}.header-banner__container{flex-direction:row;align-items:center;padding:1rem 2rem;gap:2rem}.header-banner__content{text-align:left}.header-banner__message{font-size:1.125rem}.header-banner__utility{justify-content:flex-start;font-size:.95rem;gap:.5rem}.header-banner__action{width:auto;flex-shrink:0}.header-banner__button{width:auto;white-space:nowrap}}@media (min-width: 1025px){.header-banner{display:block}.header-banner__container{flex-direction:row;align-items:center;padding:1.25rem 2.5rem;gap:3rem}.header-banner__content{text-align:left}.header-banner__message{font-size:1.25rem}.header-banner__utility{justify-content:flex-start;font-size:1rem;gap:.65rem}.header-banner__action{width:auto;flex-shrink:0}.header-banner__button{width:auto;white-space:nowrap;padding:1rem 2rem;font-size:1.0625rem}}.hero{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;background-image:url(/Images/DB/direct_boilers_bradford-1920w.webp);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;padding:2rem 1rem;padding-top:calc(var(--top-offset, 6rem) + 2rem);transition:padding-top .24s cubic-bezier(.2,.8,.2,1)}.hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1}.hero__container{position:relative;z-index:2;width:100%;max-width:100rem;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.hero__content{flex:1;max-width:100%;text-align:left;color:#fff}.hero__subtitle{color:#eb5b27;font-weight:500;font-family:Poppins,sans-serif;font-size:1rem;margin-bottom:1rem}.hero__kicker{font-size:1rem;line-height:1.5;margin:-.25rem 0 1rem;color:#fffffff2}.hero__kicker strong{color:#fff;font-weight:800}.hero__title{font-size:2rem;line-height:1.1;font-weight:700;color:#fff;margin-bottom:1.5rem;font-family:Poppins,sans-serif}.hero__accent{color:#eb5b27}.hero__description{font-size:1rem;line-height:1.6;color:#fff;margin-bottom:2rem}.hero__trustline{font-size:.95rem;line-height:1.5;margin:0 0 1rem;color:#fffffff2;font-weight:600}.hero__cta-button{display:inline-block;background-color:#c3471a;color:#fff;padding:.875rem 2rem;border-radius:3.125rem;text-decoration:none;font-weight:500;font-size:1rem;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 .1875rem .6875rem #00000040}.hero__cta-button:hover{transform:translateY(-.125rem);box-shadow:0 .375rem 1rem #0000004d}.hero__secondary-cta{margin-top:1rem;font-size:.95rem;color:#fffffff2}.hero__secondary-cta-link{color:#fff;font-weight:800;text-decoration:underline;text-underline-offset:.2em}.hero__availability{margin-top:.25rem;font-size:.85rem;opacity:.95}.hero__form-wrapper{width:100%;max-width:100%}.hero__form{background-color:#fffffff2;-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem);padding:1.25rem;border-radius:.75rem;box-shadow:0 .5rem 1.5rem #0000004d}.hero__form-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0 0 .75rem;text-align:center}.hero__form-subtitle{margin:0 0 1rem;text-align:center;color:#4b5563;font-size:.95rem;line-height:1.4}.hero__form-group{margin-bottom:.7rem}.hero__form-grid{display:grid;grid-template-columns:1fr;gap:.7rem .7rem;margin-bottom:.25rem}.hero__form-grid .hero__form-group{margin-bottom:0}.hero__form-group--full{grid-column:1 / -1}.hero__form-label{display:block;font-size:.8125rem;font-weight:600;color:#374151;margin-bottom:.25rem}.hero__form-input,.hero__form-textarea{width:100%;padding:.55rem .85rem;font-size:.9375rem;color:#1f2937;background-color:#fff;border:.0625rem solid #d1d5db;border-radius:.375rem;transition:border-color .3s ease,box-shadow .3s ease}.hero__form-input:focus,.hero__form-textarea:focus{outline:none;border-color:#c3471a;box-shadow:0 0 0 .1875rem #c3471a1a}.hero__form-textarea{resize:vertical;min-height:3.5rem;font-family:inherit}.hero__form-submit{width:100%;margin-top:1.25rem;padding:.75rem;font-size:.95rem;font-weight:600;color:#fff;background-color:#c3471a;border:none;border-radius:3.125rem;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 .25rem .75rem #c3471a66}@media (min-width: 480px){.hero__form-grid{grid-template-columns:1fr 1fr;gap:.85rem .85rem}}.hero__form-submit:hover:not(:disabled){transform:translateY(-.125rem);box-shadow:0 .5rem 1.25rem #c3471a80}.hero__form-submit:disabled{opacity:.6;cursor:not-allowed}.hero__form-helper{margin:.75rem 0 0;text-align:center;font-size:.9rem;color:#374151}.hero__form-helper-link{color:#c3471a;font-weight:700;text-decoration:underline;text-underline-offset:.2em}.hero__form-trust{list-style:none;padding:0;margin:1rem 0 0;display:grid;grid-template-columns:1fr;gap:.35rem}.hero__form-trust-item{font-size:.85rem;color:#374151;line-height:1.3}.hero__form-success{padding:.75rem 1rem;margin-bottom:1rem;background-color:#d1fae5;border:.0625rem solid #6ee7b7;border-radius:.375rem;color:#065f46;font-size:.875rem;text-align:center}.hero__form-error{padding:.75rem 1rem;margin-bottom:1rem;background-color:#fee2e2;border:.0625rem solid #fca5a5;border-radius:.375rem;color:#991b1b;font-size:.875rem;text-align:center}@media (min-width: 641px) and (max-width: 1024px){.hero{padding:3rem 2rem;padding-top:calc(var(--top-offset, 6rem) + 3rem)}.hero__container{gap:2.5rem}.hero__subtitle{font-size:1.125rem}.hero__title{font-size:2.5rem}.hero__description{font-size:1.125rem}.hero__content{max-width:100%}.hero .hero__form-wrapper{max-width:31.25rem;margin:0 auto}.hero__form{padding:2rem}.hero__form-title{font-size:1.75rem}.hero__form-trust{grid-template-columns:1fr 1fr;gap:.5rem}.hero__form-grid{grid-template-columns:1fr 1fr;gap:.85rem .85rem}}@media (min-width: 1025px){.hero{padding:5rem 2.5rem;padding-top:calc(var(--top-offset, 6rem) + 5rem);min-height:80vh}.hero__container{flex-direction:row;align-items:center;gap:3rem}.hero__subtitle{font-size:1.25rem}.hero__title{font-size:3.75rem}.hero__description{font-size:1.25rem}.hero__content{flex:1 1 55%;max-width:55%}.hero .hero__form-wrapper{flex:1 1 45%;max-width:45%;min-width:22rem}.hero__form{padding:1.75rem}.hero__form-title{font-size:1.5rem}.hero__cta-button{font-size:1.125rem;padding:1rem 2.5rem}.hero__form-grid{grid-template-columns:1fr 1fr;gap:.85rem .85rem}}@media (prefers-reduced-motion: reduce){.hero{transition:none}}.emergency-banner{display:none;width:100%;background-color:#c3471a;padding:1.25rem 1rem}.emergency-banner__container{max-width:100rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem}.emergency-banner__content{flex:1}.emergency-banner__text{color:#fff;font-weight:400;font-size:1rem;margin:0;text-align:center}.emergency-banner__action{width:100%}.emergency-banner__button{display:block;width:100%;background-color:#fff;color:#c3471a;padding:1rem 1.5rem;border-radius:9999px;border:.0625rem solid rgba(255,255,255,.5);text-decoration:none;font-weight:600;text-align:center;transition:background-color .3s ease,transform .3s ease}.emergency-banner__button:hover{background-color:#fff3ee;transform:translateY(-.125rem)}@media (min-width: 641px) and (max-width: 1024px){.emergency-banner{display:block}.emergency-banner__container{flex-direction:row;align-items:center;gap:2rem}.emergency-banner__text{text-align:left;font-size:1.125rem}.emergency-banner__action{width:auto;flex-shrink:0}.emergency-banner__button{width:auto;white-space:nowrap}}@media (min-width: 1025px){.emergency-banner{display:block;padding:2rem 2.5rem}.emergency-banner__container{padding:0}.emergency-banner__text{font-size:1.25rem}.emergency-banner__button{padding:1rem 2.5rem;font-size:1.125rem}}.boiler-installation__image{width:100%;max-width:100rem;max-height:320px;object-fit:cover;border-radius:1rem;margin-bottom:2rem;display:block}.boiler-installation{width:100%;background-color:#fff;padding:3rem 1rem}.boiler-installation__container{max-width:100rem;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem}.boiler-installation__content{text-align:left}.boiler-installation__title{font-size:1.875rem;line-height:1.1;font-weight:500;color:#000;margin-bottom:1rem;font-family:Poppins,sans-serif}.boiler-installation__title-accent{color:#eb5b27;font-weight:600}.boiler-installation__subtitle{color:#eb5b27;font-weight:500;font-size:1rem;margin-bottom:1.5rem;font-family:Poppins,sans-serif}.boiler-installation__description{color:#000;font-weight:300;line-height:1.8;margin-bottom:2rem}.boiler-installation__cta{display:inline-block;background-color:#c3471a;color:#fff;padding:.875rem 2rem;border-radius:3.125rem;text-decoration:none;font-weight:500;transition:transform .3s ease,box-shadow .3s ease}.boiler-installation__cta:hover{transform:translateY(-.125rem);box-shadow:0 .375rem 1rem #0003}.boiler-installation__form-wrapper{width:100%}@media (min-width: 641px) and (max-width: 1024px){.boiler-installation{padding:4rem 2rem}.boiler-installation__container{grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.boiler-installation__title{font-size:2.25rem}.boiler-installation__subtitle{font-size:1.125rem}}@media (min-width: 1025px){.boiler-installation{padding:5rem 2.5rem}.boiler-installation__container{grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.boiler-installation__title{font-size:3.125rem}.boiler-installation__subtitle{font-size:1.25rem}.boiler-installation__description{font-size:1.125rem}.boiler-installation__form-wrapper{margin-top:.5rem}}.services-cards{width:100%;background-color:#fff;padding:2.5rem 1rem}.services-cards__container{max-width:100rem;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.service-card{background-color:#fff;border-radius:.5rem;padding:1.25rem 1rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;border:.0625rem solid #f3f4f6}.service-card:hover{transform:translateY(-.5rem);box-shadow:0 .5rem 1.5rem #0000001a}.service-card__icon{width:3.25rem;height:3.25rem;margin:0 auto .9rem;display:flex;align-items:center;justify-content:center}.service-card__icon-inner{width:100%;height:100%;border-radius:9999px;background:#c3471a1f;color:#c3471a;display:flex;align-items:center;justify-content:center}.service-card__icon-svg{display:block}.service-card__icon svg{width:100%;height:100%;fill:#fff}.service-card__title{font-size:1.25rem;font-weight:600;color:#000;margin-bottom:.35rem;font-family:Poppins,sans-serif;line-height:1.4}.service-card__description{margin:0;color:#4b5563;font-weight:500;font-size:.95rem}@media (min-width: 641px) and (max-width: 1024px){.services-cards{padding:4rem 2rem}.services-cards__container{grid-template-columns:repeat(4,1fr);gap:1.25rem}.service-card{padding:1.5rem 1.25rem}}@media (min-width: 1025px){.services-cards{padding:5rem 2.5rem}.services-cards__container{grid-template-columns:repeat(4,1fr);gap:1.5rem}.service-card{padding:1.75rem 1.5rem}.service-card__title{font-size:1.5rem}}.emergency-repairs{width:100%;background-color:#f8f8f8;padding:3rem 1rem}.emergency-repairs__container{max-width:100rem;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem}.emergency-repairs__content{text-align:left}.emergency-repairs__title{font-size:1.875rem;line-height:1.1;font-weight:500;color:#000;margin-bottom:1rem;font-family:Poppins,sans-serif}.emergency-repairs__title-accent{color:#eb5b27;font-weight:600}.emergency-repairs__subtitle{color:#eb5b27;font-weight:500;font-size:1rem;margin-bottom:1.5rem;font-family:Poppins,sans-serif}.emergency-repairs__description{color:#000;font-weight:300;line-height:1.8;margin-bottom:2rem}.emergency-repairs__list{margin:0 0 2rem 1.25rem;padding:0;color:#000;font-weight:300;line-height:1.7}.emergency-repairs__list li{margin:.5rem 0}.emergency-repairs__list strong{font-weight:600}.emergency-repairs__cta{display:inline-block;background-color:#c3471a;color:#fff;padding:.875rem 2rem;border-radius:3.125rem;text-decoration:none;font-weight:500;transition:transform .3s ease,box-shadow .3s ease}.emergency-repairs__cta:hover{transform:translateY(-.125rem);box-shadow:0 .375rem 1rem #0003}.emergency-repairs__image{width:100%;min-height:18.75rem;background-color:#e0e0e0;border-radius:.5rem}@media (min-width: 641px) and (max-width: 1024px){.emergency-repairs{padding:4rem 2rem}.emergency-repairs__container{grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.emergency-repairs__title{font-size:2.25rem}.emergency-repairs__subtitle{font-size:1.125rem}.emergency-repairs__image{min-height:25rem}}@media (min-width: 1025px){.emergency-repairs{padding:5rem 2.5rem}.emergency-repairs__container{grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.emergency-repairs__title{font-size:3.125rem}.emergency-repairs__subtitle{font-size:1.25rem}.emergency-repairs__description{font-size:1.125rem}.emergency-repairs__image{min-height:31.25rem}}.features{width:100%;background-color:#fff;padding:3rem 1rem}.features__container{max-width:100rem;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2.5rem}.features__header{text-align:center;margin:0 auto .5rem;max-width:56rem}.features__title{font-size:1.875rem;font-weight:700;color:#1f2937;margin:0 0 .75rem;line-height:1.2}.features__subtitle{font-size:1.125rem;color:#6b7280;margin:0}.feature-card{text-align:center;padding:1.5rem 1rem}.feature-card__icon{width:5rem;height:5rem;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center}.feature-card__icon svg{width:100%;height:100%;fill:#fff}.feature-card__title{font-size:1.25rem;font-weight:600;color:#000;margin-bottom:1rem;font-family:Poppins,sans-serif;line-height:1.4}.feature-card__description{color:#000;font-weight:300;line-height:1.8;font-size:.9375rem}@media (min-width: 641px) and (max-width: 1024px){.features{padding:4rem 2rem}.features__container{grid-template-columns:repeat(2,1fr);gap:3rem}.features__header{grid-column:1 / -1;margin-bottom:1rem}.features__title{font-size:2.25rem}.features__subtitle{font-size:1.25rem}.feature-card{padding:2rem 1.5rem}.feature-card__title{font-size:1.375rem}.feature-card__description{font-size:1rem}}@media (min-width: 1025px){.features{padding:5rem 2.5rem}.features__container{grid-template-columns:repeat(3,1fr);gap:4rem}.features__header{grid-column:1 / -1;margin-bottom:1.5rem}.features__title{font-size:2.5rem}.features__subtitle{font-size:1.25rem}.feature-card{padding:2.5rem 2rem}.feature-card__icon{width:6.25rem;height:6.25rem}.feature-card__title{font-size:1.5rem;margin-bottom:1.5rem}.feature-card__description{font-size:1rem}}.client-logos{width:100%;padding:3rem 1rem;background-color:#fff}.client-logos__container{max-width:100rem;margin:0 auto}.client-logos__title{font-size:1.875rem;font-weight:700;color:#1f2937;text-align:center;margin:0 0 2.5rem;line-height:1.2}.client-logos__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;align-items:center}.client-logos__item{display:flex;align-items:center;justify-content:center;padding:1rem;transition:transform .3s ease}.client-logos__item:hover{transform:scale(1.05)}.client-logos__logo{width:100%;max-width:9.375rem;height:4.375rem;display:flex;align-items:center;justify-content:center}.client-logos__logo img{max-width:100%;max-height:100%;width:auto;height:auto;filter:grayscale(100%);opacity:.6;transition:filter .3s ease,opacity .3s ease}.client-logos__item:hover .client-logos__logo img{filter:grayscale(0%);opacity:1}.client-logos__fallback{font-size:1rem;font-weight:600;color:#6b7280;text-align:center}@media (min-width: 641px) and (max-width: 1024px){.client-logos{padding:4rem 2rem}.client-logos__title{font-size:2.25rem}.client-logos__grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}.client-logos__logo{max-width:11.25rem;height:5rem}}@media (min-width: 1025px){.client-logos{padding:5rem 2rem}.client-logos__title{font-size:2.5rem;margin-bottom:3rem}.client-logos__grid{grid-template-columns:repeat(6,1fr);gap:3rem}.client-logos__logo{max-width:12.5rem;height:5.625rem}}.coverage-areas{width:100%;background-color:#fff;padding:3rem 1rem}.coverage-areas__container{max-width:100rem;margin:0 auto}.coverage-areas__header{text-align:center;max-width:56rem;margin:0 auto 2rem}.coverage-areas__title-row{display:inline-flex;align-items:center;justify-content:center;gap:.6rem}.coverage-areas__pin{color:#c3471a;display:inline-flex}.coverage-areas__title{font-size:1.875rem;font-weight:700;color:#1f2937;margin:0 0 .75rem;line-height:1.2}.coverage-areas__description{font-size:1.0625rem;color:#4b5563;margin:0;line-height:1.7}.coverage-areas__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:start}.coverage-areas__areas{background:#fff;border:.0625rem solid #e5e7eb;border-radius:.75rem;padding:1.5rem;box-shadow:0 .0625rem .1875rem #00000014}.coverage-areas__areas-title{margin:0 0 .75rem;font-size:1.125rem;font-weight:800;color:#111827}.coverage-areas__areas-list{margin:0;padding-left:1.25rem;color:#374151;line-height:1.7}.coverage-areas__map-frame{border-radius:.75rem;overflow:hidden;border:.0625rem solid #e5e7eb;box-shadow:0 .0625rem .1875rem #00000014;background:#f9fafb;min-height:18rem}.coverage-areas__map-frame iframe{width:100%;height:100%;min-height:18rem;border:0;display:block}@media (min-width: 641px) and (max-width: 1024px){.coverage-areas{padding:4rem 2rem}.coverage-areas__title{font-size:2.25rem}.coverage-areas__description{font-size:1.125rem}.coverage-areas__grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (min-width: 1025px){.coverage-areas{padding:5rem 2rem}.coverage-areas__title{font-size:2.5rem}.coverage-areas__description{font-size:1.25rem}.coverage-areas__grid{grid-template-columns:1fr 1.25fr;gap:2.5rem}}.boiler-models{width:100%;padding:3rem 1rem;background-color:#f9fafb}.boiler-models__container{max-width:100rem;margin:0 auto}.boiler-models__header{text-align:center;max-width:56rem;margin:0 auto 2.5rem}.boiler-models__title{font-size:1.875rem;font-weight:800;color:#1f2937;margin:0 0 .75rem;line-height:1.2}.boiler-models__subtitle{font-size:1.0625rem;color:#4b5563;margin:0;line-height:1.7}.boiler-models__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.boiler-models__card{background-color:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 .0625rem .1875rem #0000001a;border:.0625rem solid #e5e7eb;transition:transform .3s ease,box-shadow .3s ease}.boiler-models__card:hover{transform:translateY(-.25rem);box-shadow:0 .5rem 1rem #0000001f}.boiler-models__badge{display:inline-flex;padding:.25rem .75rem;border-radius:9999px;background:#c3471a1a;color:#c3471a;font-weight:700;font-size:.875rem}.boiler-models__name{font-size:1.25rem;font-weight:800;color:#111827;margin:.75rem 0;line-height:1.2}.boiler-models__bullets{margin:0;padding-left:0;color:#374151;line-height:1.6;list-style:none}.boiler-models__bullet{margin:.25rem 0;display:flex;align-items:flex-start;gap:.5rem}.boiler-models__bullet-icon{color:#c3471a;flex:0 0 auto;margin-top:.05rem}.boiler-models__check{display:block}.boiler-models__footer{margin-top:1.25rem;display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}.boiler-models__warranty{font-weight:800;color:#111827}.boiler-models__cta{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.25rem;border-radius:9999px;background-color:#c3471a;color:#fff;text-decoration:none;font-weight:700;box-shadow:0 .25rem .75rem #c3471a59;transition:transform .3s ease,box-shadow .3s ease}.boiler-models__cta:hover{transform:translateY(-.125rem);box-shadow:0 .5rem 1.25rem #c3471a73}@media (min-width: 641px) and (max-width: 1024px){.boiler-models{padding:4rem 2rem}.boiler-models__title{font-size:2.25rem}.boiler-models__subtitle{font-size:1.125rem}.boiler-models__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (min-width: 1025px){.boiler-models{padding:5rem 2rem}.boiler-models__title{font-size:2.5rem}.boiler-models__subtitle{font-size:1.25rem}.boiler-models__grid{grid-template-columns:repeat(3,1fr);gap:2rem}.boiler-models__footer{flex-direction:row;justify-content:space-between;align-items:center}}.testimonials{width:100%;padding:3rem 1rem;background-color:#f9fafb}.testimonials__container{max-width:100rem;margin:0 auto}.testimonials__header{text-align:center;margin-bottom:2.5rem}.testimonials__title{font-size:1.875rem;font-weight:700;color:#1f2937;margin:0 0 .75rem;line-height:1.2}.testimonials__subtitle{font-size:1.125rem;color:#6b7280;margin:0}.testimonials__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.testimonials__reviews{margin-top:2.5rem;display:flex;flex-direction:column;gap:.75rem;align-items:center;justify-content:center}.testimonials__reviews-badge{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:9999px;background:#fbbf2426;color:#92400e;font-weight:800}.testimonials__reviews-link{color:#c3471a;font-weight:800;text-decoration:underline;text-underline-offset:.2em}.testimonials__card{background-color:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 .0625rem .1875rem #0000001a;transition:transform .3s ease,box-shadow .3s ease}.testimonials__card:hover{transform:translateY(-.25rem);box-shadow:0 .5rem 1rem #00000026}.testimonials__rating{display:flex;gap:.25rem;margin-bottom:1rem}.testimonials__star{color:#d1d5db}.testimonials__star--filled{color:#fbbf24}.testimonials__text{font-size:1rem;color:#4b5563;line-height:1.6;margin:0 0 1.25rem;font-style:italic}.testimonials__author{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.testimonials__author-info{flex:1}.testimonials__name{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 .25rem}.testimonials__location{font-size:.875rem;color:#6b7280;margin:0}.testimonials__date{font-size:.875rem;color:#9ca3af;margin:0;white-space:nowrap}@media (min-width: 641px) and (max-width: 1024px){.testimonials{padding:4rem 2rem}.testimonials__title{font-size:2.25rem}.testimonials__subtitle{font-size:1.25rem}.testimonials__grid{grid-template-columns:repeat(2,1fr);gap:2rem}.testimonials__reviews{flex-direction:row;gap:1.25rem}.testimonials__card{padding:1.75rem}}@media (min-width: 1025px){.testimonials{padding:5rem 2rem}.testimonials__title{font-size:2.5rem}.testimonials__subtitle{font-size:1.25rem}.testimonials__header{margin-bottom:3rem}.testimonials__grid{grid-template-columns:repeat(3,1fr);gap:2rem}.testimonials__reviews{flex-direction:row;gap:1.5rem}.testimonials__card{padding:2rem}.testimonials__text{font-size:1.0625rem}}.faq{width:100%;padding:3rem 1rem;background-color:#f9fafb}.faq__container{max-width:50rem;margin:0 auto}.faq__header{text-align:center;margin-bottom:2.5rem}.faq__title{font-size:1.875rem;font-weight:700;color:#1f2937;margin:0 0 .75rem;line-height:1.2}.faq__subtitle{font-size:1.125rem;color:#6b7280;margin:0}.faq__list{display:flex;flex-direction:column;gap:1rem}.faq__item{background-color:#fff;border:.0625rem solid #e5e7eb;border-radius:.5rem;overflow:hidden;transition:box-shadow .3s ease}.faq__item:hover{box-shadow:0 .25rem .5rem #0000001a}.faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem;background:none;border:none;cursor:pointer;text-align:left;transition:background-color .3s ease}.faq__question:hover{background-color:#f9fafb}.faq__question-text{font-size:1.0625rem;font-weight:600;color:#1f2937;line-height:1.4}.faq__icon{flex-shrink:0;color:#c3471a;transition:transform .3s ease}.faq__item--open .faq__icon{transform:rotate(180deg)}.faq__answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq__item--open .faq__answer{max-height:31.25rem;padding:0 1.25rem 1.25rem}.faq__answer p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}@media (min-width: 641px) and (max-width: 1024px){.faq{padding:4rem 2rem}.faq__title{font-size:2.25rem}.faq__subtitle{font-size:1.25rem}.faq__question-text{font-size:1.125rem}}@media (min-width: 1025px){.faq{padding:5rem 2rem}.faq__container{max-width:56rem}.faq__title{font-size:2.5rem}.faq__subtitle{font-size:1.25rem}.faq__list{gap:1.25rem}.faq__question{padding:1.5rem}.faq__question-text{font-size:1.125rem}.faq__item--open .faq__answer{padding:0 1.5rem 1.5rem}}.cta{position:relative;width:100%;padding:4rem 1rem;background-image:url(https://images.unsplash.com/photo-1621905251918-48416bd8575a?q=80&w=2069);background-size:cover;background-position:center;background-attachment:fixed;overflow:hidden}.cta__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#000000d9,#c3471ad9);z-index:1}.cta__container{position:relative;max-width:56rem;margin:0 auto;z-index:2}.cta__content{text-align:center;color:#fff}.cta__title{font-size:2rem;font-weight:700;margin:0 0 1rem;line-height:1.2}.cta__subtitle{font-size:1.125rem;line-height:1.6;margin:0 0 2rem;opacity:.95}.cta__buttons{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}.cta__button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;border-radius:3.125rem;text-decoration:none;font-weight:600;font-size:1.0625rem;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.cta__button--primary{background-color:#c3471a;color:#fff;box-shadow:0 .25rem .75rem #c3471a66}.cta__button--primary:hover{transform:translateY(-.125rem);box-shadow:0 .5rem 1.25rem #c3471a80}.cta__button--secondary{background-color:#fff;color:#1f2937;box-shadow:0 .25rem .75rem #0000001a}.cta__button--secondary:hover{transform:translateY(-.125rem);box-shadow:0 .5rem 1.25rem #0003}.cta__button-icon{display:flex;align-items:center}.cta__info{display:flex;flex-direction:column;gap:1rem;padding-top:2rem;border-top:.0625rem solid rgba(255,255,255,.2)}.cta__info-item{display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:1rem;color:#fff}.cta__info-icon{flex-shrink:0;color:#c3471a;background-color:#fff;border-radius:50%;padding:.375rem}@media (min-width: 641px) and (max-width: 1024px){.cta{padding:5rem 2rem}.cta__title{font-size:2.5rem}.cta__subtitle{font-size:1.25rem}.cta__buttons{flex-direction:row;justify-content:center;gap:1.25rem}.cta__button{padding:1.125rem 2.25rem}.cta__info{flex-direction:row;justify-content:center;gap:2rem}}@media (min-width: 1025px){.cta{padding:6rem 2rem}.cta__title{font-size:3rem}.cta__subtitle{font-size:1.375rem;margin-bottom:2.5rem}.cta__buttons{flex-direction:row;justify-content:center;gap:1.5rem;margin-bottom:3rem}.cta__button{padding:1.25rem 2.5rem;font-size:1.125rem}.cta__info{flex-direction:row;justify-content:center;gap:3rem}.cta__info-item{font-size:1.0625rem}}.footer{width:100%;background-color:#c3471a;color:#fff;padding:3rem 1rem 1.5rem}.footer__container{max-width:100rem;margin:0 auto}.footer__main{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:.0625rem solid rgba(255,255,255,.2)}.footer__brand{text-align:center}.footer__logo{width:12rem;max-width:100%;margin:0 auto 1.5rem}.footer__logo img{width:100%;height:auto;display:block}.footer__cta-button{display:inline-block;background-color:#fff;color:#c3471a;padding:.875rem 2rem;border-radius:3.125rem;text-decoration:none;font-weight:500;margin-bottom:1.5rem;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 .1875rem .6875rem #00000040}.footer__cta-button:hover{transform:translateY(-.125rem);box-shadow:0 .375rem 1rem #0000004d}.footer__contact-social{margin-top:1.25rem;display:flex;align-items:center;gap:.75rem;flex-wrap:nowrap}.footer__disclaimer{font-size:.75rem;line-height:1.6;color:#ffffffe6;margin:0;text-align:left}.footer__social-links{display:flex;gap:1rem;align-items:center}.footer__social-link{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;color:#fff;background-color:#ffffff1a;border-radius:50%;transition:background-color .3s ease,transform .3s ease}.footer__social-link:hover{background-color:#fff3;transform:translateY(-.125rem)}.footer__social-link svg{width:1.25rem;height:1.25rem}.footer__contact{text-align:left}.footer__contact-title{color:#fff;font-size:1.25rem;font-weight:700;margin-bottom:1rem;font-family:Poppins,sans-serif}.footer__contact-info{font-style:normal}.footer__contact-item{color:#ffffffe6;font-weight:300;font-size:.9375rem;margin-bottom:.5rem;line-height:1.6}.footer__contact-link{color:#ffffffe6;text-decoration:none;transition:color .3s ease}.footer__contact-link:hover{color:#fff;text-decoration:underline}.footer__bottom{text-align:left;padding-top:1.5rem}.footer__credit{color:#ffffffe6;font-size:.875rem;margin:0}.footer__credit-link{color:#ffffffe6;text-decoration:none;transition:color .3s ease}.footer__credit-link:hover{color:#fff;text-decoration:underline}@media (min-width: 641px) and (max-width: 1024px){.footer{padding:4rem 2rem 2rem}.footer__main{grid-template-columns:repeat(2,1fr);gap:3rem}.footer__brand{grid-column:1 / -1;text-align:left}.footer__logo{margin-left:0}.footer__contact-social{justify-content:flex-start}.footer__contact{justify-self:end;text-align:left}.footer__contact-title{font-size:1.375rem}.footer__contact-item{font-size:1rem}}@media (min-width: 1025px){.footer{padding:5rem 2.5rem 2rem}.footer__main{grid-template-columns:2fr 1.5fr;gap:4rem}.footer__brand{text-align:left}.footer__logo{margin-left:0;width:13rem}.footer__contact-social{justify-content:flex-start}.footer__contact{justify-self:end;text-align:left}.footer__social-link{width:3rem;height:3rem}.footer__social-link svg{width:1.5rem;height:1.5rem}.footer__contact-title{font-size:1.5rem}.footer__contact-item{font-size:1rem}.footer__disclaimer{font-size:.8125rem}}
