@keyframes shimmer {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 200%0;
  }
}
@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes boilerEnter {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes pulseBadge {
  0%,
  to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}
@keyframes ft-marquee {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
:root {
  --font-heading: "Avenir Next", "Segoe UI", Arial, sans-serif;
  --font-body: "Avenir Next", "Segoe UI", Arial, sans-serif;
}
body,
html {
  font-weight: 400;
}
.btn,
.card h3,
.card-title,
.heading,
.hero h1,
.hero h2,
.hero-title,
.nav a,
.page-title,
.section-title,
h1,
h2,
h3,
h4,
h5,
h6,
header a {
  font-family: var(--font-heading);
}
.card p,
.faq p,
.ft-review-text,
.muted,
.review-card__text,
.small,
.subheading,
.subtitle,
button,
html,
input,
label,
li,
p,
select,
textarea {
  font-family: var(--font-body);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #0aa6a6;
  --dark: #111;
  --light: #f7f7f7;
  --max-width: 1100px;
}
body {
  font-family: var(--font-body);
  line-height: 1.6;
  background: #fff;
}
.boiler-tile,
.card,
.choice,
.pill,
.qb-card,
.toggle,
input,
select,
textarea {
  transition:
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease,
    opacity 180ms ease;
}
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}
.container {
  margin: 0 auto;
  padding: 0 1.25rem;
}
.benefits li,
h1,
h2,
h3 {
  margin-bottom: 0.75rem;
}
.section {
  padding: 4rem 0;
}
.section-alt {
  background: var(--light);
}
.site-header {
  border-bottom: 1px solid #eee;
}
#ft-header-mount {
  display: block;
  min-height: 84px;
}
@media (max-width: 900px) {
  #ft-header-mount {
    min-height: 72px;
  }
}
.header-inner {
  height: 70px;
}
.brand-name {
  font-size: 1.3rem;
}
.brand-sub {
  color: var(--primary);
  font-weight: 700;
  margin-left: 0.25rem;
}
.nav a {
  margin-left: 1.5rem;
  text-decoration: none;
  color: var(--dark);
  font-weight: 500;
}
.hero {
  background: var(--light);
  padding: 5rem 0;
}
.hero h1 {
  font-size: 2.2rem;
}
.hero p {
  margin: 1rem 0 2rem;
}
.btn {
  display: inline-block;
  background: var(--primary);
  padding: 0.75rem 1.5rem;
}
.btn-small {
  padding: 0.5rem 1.2rem;
}
.btn-light {
  background: #fff;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}
.service-card {
  border: 1px solid #eee;
  padding: 2rem;
  border-radius: 8px;
  background: #fff;
}
.benefits {
  list-style: none;
  margin-top: 1.5rem;
}
.area-chip::before,
.cta {
  background: var(--primary);
}
.cta {
  color: #fff;
  text-align: center;
  padding: 4rem 0;
}
.cta h2 {
  margin-bottom: 1rem;
}
.site-footer {
  background: #111;
  color: #fff;
  padding: 0.75rem 0 1.5rem;
  font-size: 0.9rem;
}
.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.footer-row p {
  margin: 0;
}
.footer-gas {
  height: 46px;
  width: auto;
  border-radius: 12px;
}
@media (max-width: 720px) {
  .footer-row {
    flex-direction: column;
    justify-content: center;
  }
}
.areas {
  padding: 4rem 0;
}
#areas .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.areas-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.areas-sub {
  margin-top: 0.25rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 60ch;
  color: #444;
}
.areas-badge {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.65rem 0.9rem;
  border: 1px solid #eaeaea;
  border-radius: 999px;
  background: #fff;
  font-weight: 600;
  white-space: nowrap;
}
.areas-card {
  text-align: center;
  border: 1px solid #eee;
  border-radius: 0;
  background: linear-gradient(180deg, #fff 0, #fbfbfb 100%);
  padding: 1.6rem 1.25rem;
}
.areas-card.areas-card--scotland {
  background:
    linear-gradient(
      135deg,
      rgba(9, 124, 129, 0.22) 0,
      rgba(14, 156, 150, 0.18) 42%,
      rgba(255, 255, 255, 0.08) 100%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.48) 0,
      rgba(247, 253, 252, 0.56) 100%
    ),
    url(images/glencoe.webp) center 38% / cover no-repeat;
}
@media (max-width: 900px) {
  .areas-card.areas-card--scotland {
    background-position:
      center 30%,
      center,
      center;
  }
}
.areas-grid {
  display: flex;
  flex-direction: column;
}
.areas-group {
  display: block;
}
.areas-label {
  margin: 0 0 0.6rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.01em;
}
.areas-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}
.city-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), #0c8f8f);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(10, 166, 166, 0.22);
  transition:
    transform 120ms ease,
    filter 120ms ease;
}
.city-pill:hover {
  transform: translateY(-1px);
  filter: brightness(1.02);
}
.area-chip {
  gap: 0.55rem;
  padding: 0.6rem 0.85rem;
  transition:
    transform 120ms ease,
    border-color 120ms ease;
}
.area-chip::before {
  opacity: 0.9;
  content: "";
  border-radius: 50%;
  background: #14b8a6;
}
.area-chip:hover {
  border-color: rgba(20, 184, 166, 0.35);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  transform: translateY(-1px);
  transition: 0.15s ease;
}
.areas-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.25rem;
  padding-top: 1.1rem;
  border-top: 1px solid #eee;
  text-align: center;
}
.areas-note {
  color: #16323a;
  font-weight: 600;
  line-height: 1.45;
  max-width: 60ch;
  margin-left: 0.6rem;
  text-align: center;
}
@media (max-width: 720px) {
  .areas-cta,
  .areas-head {
    flex-direction: column;
    align-items: center;
  }
  .areas-note {
    margin-left: 0;
  }
}
.area-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
  font-size: 16px;
  line-height: 1;
}
.areas-card,
.service-card {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}
.brand-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  color: #0f172a;
}
.brand-name span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #14b8a6;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin-top: 24px;
}
.benefit-card,
.benefit-icon {
  display: flex;
  align-items: center;
}
.benefit-card {
  gap: 12px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}
.benefit-card p {
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  color: #0f172a;
}
.benefit-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  justify-content: center;
  background: rgba(20, 184, 166, 0.12);
  color: #14b8a6;
  font-size: 18px;
}
.brand-logo {
  height: 34px;
  width: auto;
  max-width: 34px;
  object-fit: contain;
  display: block;
}
.site-header {
  background: #fff;
}
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  margin-top: 18px;
}
.review-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.review-name {
  color: #0f172a;
  margin: 0;
}
.review-meta {
  font-size: 13px;
  opacity: 0.75;
  margin: 2px 0 0;
}
.stars {
  display: flex;
  gap: 2px;
  font-size: 14px;
}
.star {
  color: #14b8a6;
}
.review-text {
  color: #0f172a;
  font-size: 14px;
}
.review-skeleton {
  height: 150px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(90deg, #f3f4f6, #eaecef, #f3f4f6);
  background-size: 200% 100%;
  animation: shimmer 1.1s infinite linear;
}
.reviews-cta {
  margin-top: 16px;
}
.homepage .cta-upgraded .cta-copy p,
.reviews-head {
  margin-bottom: 14px;
}
.reviews-sub {
  margin-top: 6px;
  opacity: 0.85;
}
.reviews-rotator {
  margin-top: 14px;
  margin-inline: auto;
}
.review-card {
  background: #fff;
}
.review-stars {
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color: #14b8a6;
}
.review-text {
  margin: 0 0 12px;
  line-height: 1.55;
}
.review-footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  opacity: 0.8;
  font-size: 14px;
}
.review-name {
  font-weight: 700;
}
.reviews-dots {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}
.dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 0;
  background: rgba(20, 184, 166, 0.25);
  cursor: pointer;
}
.dot.is-active {
  background: #14b8a6;
}
.reviews-rotator {
  max-width: 860px;
}
.process {
  padding: 64px 20px 42px;
  background:
    radial-gradient(
      1000px 320px at 50% -8%,
      rgba(20, 148, 131, 0.12),
      transparent 62%
    ),
    linear-gradient(180deg, #eef5f4 0, #f5f8f8 48%, #f1f6f5 100%);
}
.process__container {
  padding: 26px 26px 18px;
  border-radius: 30px;
  border: 1px solid rgba(191, 215, 211, 0.82);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.92),
    rgba(247, 251, 250, 0.9)
  );
  box-shadow: 0 24px 54px rgba(10, 25, 38, 0.08);
}
.process__header {
  text-align: center;
  margin-bottom: 34px;
}
.process__header h2 {
  font-size: clamp(26px, 2.6vw, 38px);
  margin: 0 0 10px;
  letter-spacing: -0.02em;
}
.process__header p {
  margin: 0;
  color: #4b5563;
  font-size: 16px;
}
.process__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
}
.process-card,
.process-card--focus {
  box-shadow: 0 18px 38px rgba(10, 25, 38, 0.08);
}
.process-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 24px;
  padding: 30px 24px 22px;
  position: relative;
  min-height: 0;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}
.process-card--focus {
  border-color: rgba(0, 0, 0, 0.06);
  transform: none;
}
.process-card--focus .process-card__icon {
  background: rgba(14, 165, 164, 0.1);
}
@media (hover: hover) and (pointer: fine) {
  .process-card:hover {
    transform: translateY(-6px);
    border-color: rgba(14, 165, 164, 0.32);
    box-shadow: 0 18px 38px rgba(14, 165, 164, 0.16);
  }
  .process-card:hover .process-card__icon {
    background: rgba(14, 165, 164, 0.2);
    border-color: rgba(14, 165, 164, 0.22);
  }
}
@media (hover: none) and (pointer: coarse) {
  .process-card {
    -webkit-tap-highlight-color: rgba(14, 165, 164, 0.18);
  }
  .process-card:active {
    transform: translateY(-4px) scale(0.995);
    border-color: rgba(14, 165, 164, 0.32);
    box-shadow: 0 16px 34px rgba(14, 165, 164, 0.14);
  }
  .process-card:active .process-card__icon {
    background: rgba(14, 165, 164, 0.2);
    border-color: rgba(14, 165, 164, 0.22);
  }
}
.process-card__media {
  display: grid;
  place-items: center;
  margin-bottom: 16px;
}
.process-card__icon,
.process-card__photo {
  background: #eef7f6;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.process-card__photo {
  width: 86px;
  height: 86px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}
main {
  overflow: hidden;
}
.offer-media img,
.process-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.process-card__step {
  background: #0ea5a4;
  font-size: 14px;
  box-shadow: 0 10px 18px rgba(14, 165, 164, 0.25);
  border: 2px solid #fff;
}
.compare {
  padding: 40px 0 24px;
  background:
    radial-gradient(
      120% 90%at 50% -10%,
      rgba(14, 165, 164, 0.16) 0,
      rgba(14, 165, 164, 0) 58%
    ),
    linear-gradient(180deg, #f5f8f8 0, #fbfdfd 100%);
}
.compare .container {
  max-width: 1080px;
}
.compare-head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 14px;
}
.compare-kicker {
  margin: 0 0 6px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.74rem;
  font-weight: 700;
  color: #0f766e;
}
.compare-head h2 {
  margin: 0 0 6px;
  letter-spacing: -0.02em;
}
.compare-head p {
  margin: 0;
  color: #475569;
  max-width: 42rem;
  margin-inline: auto;
}
.compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}
.compare-card {
  border-radius: 18px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07);
  min-height: 100%;
}
.compare-card h3 {
  margin: 0 0 10px;
  font-size: 1.14rem;
}
.compare-card__brandhead {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  margin-left: -10px;
}
.compare-card__logo {
  display: block;
  width: 108px;
  max-width: 40%;
  height: auto;
  object-fit: contain;
  margin-left: -2px;
}
.compare-card__brandhead span {
  margin-left: -3px;
}
.compare-card__tagline {
  margin: 0 0 12px;
  color: #475569;
  font-size: 0.96rem;
  line-height: 1.5;
}
.compare-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.compare-list li {
  position: relative;
  padding-left: 30px;
  color: #1f2937;
  line-height: 1.45;
}
.compare-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 18px;
  height: 18px;
  border-radius: 999px;
}
.compare-list .is-positive::before {
  background: linear-gradient(
    145deg,
    rgba(14, 165, 164, 0.95),
    rgba(15, 118, 110, 0.95)
  );
  box-shadow: 0 6px 12px rgba(14, 165, 164, 0.28);
}
.compare-list .is-positive::after {
  content: "✓";
  position: absolute;
  left: 5px;
  top: 1px;
  color: #fff;
  font-weight: 700;
  font-size: 0.76rem;
}
.compare-list .is-negative::before {
  background: linear-gradient(
    145deg,
    rgba(148, 163, 184, 0.9),
    rgba(100, 116, 139, 0.95)
  );
}
.compare-list .is-negative::after {
  content: "−";
  position: absolute;
  left: 6px;
  top: -1px;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}
.compare-card--flametec {
  border-color: rgba(14, 165, 164, 0.32);
  background: linear-gradient(180deg, #fff 0, #f0fbf9 100%);
}
.compare-card--national {
  border-color: rgba(100, 116, 139, 0.22);
  background: linear-gradient(180deg, #fff 0, #f7fafc 100%);
}
.compare-cta {
  margin: 12px auto 0;
  max-width: 920px;
  border: 1px solid rgba(14, 165, 164, 0.18);
  border-radius: 14px;
  padding: 10px 12px;
  background: linear-gradient(
    180deg,
    rgba(14, 165, 164, 0.05),
    rgba(255, 255, 255, 0.96)
  );
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}
.compare-cta p {
  margin: 0;
  color: #0f172a;
  font-size: 0.92rem;
  line-height: 1.35;
}
.compare-cta__actions {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
}
.compare-cta .btn {
  padding: 8px 12px;
  min-height: 0;
  font-size: 0.84rem;
  line-height: 1.2;
  border-radius: 10px;
}
@media (max-width: 900px) {
  .compare-grid {
    grid-template-columns: 1fr;
  }
  .compare-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px;
  }
  .compare-cta__actions {
    flex-wrap: wrap;
  }
}
.process-card svg {
  width: 34px;
  height: 34px;
  fill: #0ea5a4;
}
.process-card h3 {
  margin: 10px 0 8px;
  font-size: 18px;
  letter-spacing: -0.01em;
  text-align: center;
}
.process-card p {
  margin: 0;
  color: #4b5563;
  font-size: 14.5px;
  line-height: 1.5;
  text-align: center;
  padding: 0 6px;
}
.process-card__badge {
  margin: 16px auto 0;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f3f4f6;
  border: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 12.5px;
  color: #111827;
}
.btn--primary {
  background: #0ea5a4;
}
.btn--primary:hover {
  filter: brightness(0.95);
}
@media (max-width: 900px) {
  .process__grid {
    grid-template-columns: 1fr;
  }
  .process-card {
    min-height: auto;
  }
  .process-card--focus {
    transform: none;
  }
}
.offers {
  padding: 68px 0 88px;
  background: var(--bg);
}
.offers__layout {
  display: block;
}
.offers__intro {
  text-align: center;
  max-width: 840px;
  margin: 0 auto 34px;
}
.offer-proof-row span,
.offers__eyebrow {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}
.offers__eyebrow {
  min-height: 32px;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(31, 166, 160, 0.14);
  background: linear-gradient(
    180deg,
    rgba(31, 166, 160, 0.09),
    rgba(31, 166, 160, 0.04)
  );
  color: var(--teal-dark);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.offers__actions,
.offers__eyebrow {
  justify-content: center;
}
.offer-list li,
.offers__points li {
  position: relative;
  margin: 0;
  color: #304255;
  line-height: 1.55;
  font-weight: 600;
}
.offers__points li {
  text-align: left;
  max-width: 640px;
  display: flex;
  align-items: center;
  min-height: 76px;
  padding: 13px 16px 13px 50px;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(246, 250, 251, 0.96)
  );
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}
.offer-body h3,
.offers__head h2,
.offers__intro h2 {
  margin: 0 0 12px;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.04;
  letter-spacing: -0.03em;
}
.offers__head p,
.offers__intro p {
  margin: 0 auto 18px;
  max-width: 720px;
  color: #455468;
  opacity: 1;
  line-height: 1.7;
  font-size: clamp(16px, 1.7vw, 18px);
}
.offers__points {
  list-style: none;
  padding: 0;
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.offers__points li::before {
  content: "✓";
  position: absolute;
  left: 16px;
  top: 50%;
  translate: 0-50%;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(31, 166, 160, 0.22),
    rgba(31, 166, 160, 0.12)
  );
  color: var(--teal-dark);
  font-weight: 900;
  font-size: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.offers__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.offers__micro {
  margin-top: 10px;
  font-size: 13px;
  color: var(--muted);
  opacity: 0.9;
}
.offers-proof {
  margin-top: 10px;
  font-size: 13.5px;
  color: #2f3a4c;
}
.offers-grid {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
}
@media (min-width: 1181px) {
  .offers-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 32px;
    align-items: start;
  }
  .offer-card--featured {
    grid-column: 1;
    grid-row: span 2;
  }
  .offer-card--service,
  .offer-card--upgrade {
    grid-column: 2;
  }
}
@media (max-width: 1180px) {
  .offers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .offers-grid > .offer-card:nth-child(3) {
    grid-column: 1/-1;
  }
}
@media (max-width: 820px) {
  .offers-grid,
  .offers__layout {
    grid-template-columns: 1fr;
  }
}
.offer-card {
  position: relative;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(247, 250, 252, 0.98)
  );
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 28px;
  box-shadow:
    0 18px 48px rgba(15, 23, 42, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
  will-change: transform;
}
.offer-card::before,
.offer-media--photo::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.offer-card::before {
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.75),
    rgba(31, 166, 160, 0.08)
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.offer-card:hover {
  border-color: rgba(31, 166, 160, 0.22);
  box-shadow:
    0 26px 68px rgba(15, 23, 42, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.94) inset;
}
.offer-card--featured {
  border-color: rgba(31, 166, 160, 0.2);
  box-shadow:
    0 24px 70px rgba(31, 166, 160, 0.14),
    0 1px 0 rgba(255, 255, 255, 0.94) inset;
}
.offer-card--support {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.99),
    rgba(244, 248, 250, 0.98)
  );
}
.offer-card--service {
  border-color: rgba(15, 23, 42, 0.09);
}
.offer-card--upgrade {
  border-color: rgba(15, 118, 110, 0.12);
}
.offer-media {
  position: relative;
  height: 236px;
  overflow: hidden;
  background: linear-gradient(180deg, #f8fbfc 0, #eef4f6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 24px 20px;
  box-sizing: border-box;
}
.offer-media img {
  max-width: 86%;
  max-height: 86%;
  margin: 0 auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 24px 30px rgba(15, 23, 42, 0.14));
}
.offer-media--photo {
  padding: 0;
  align-items: stretch;
  justify-content: stretch;
}
.image-wrapper {
  aspect-ratio: 4/3;
  width: 100%;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}
.offer-media--photo img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center center;
  filter: none;
}
.offer-media--photo::before {
  background: linear-gradient(
    180deg,
    rgba(8, 17, 33, 0.02),
    rgba(8, 17, 33, 0.14)
  );
  z-index: 1;
}
.offer-media--photo > * {
  position: relative;
  z-index: 2;
}
.offer-card--replacement .offer-media {
  height: auto;
  min-height: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.offer-card--replacement .offer-media img {
  object-position: center 28%;
}
.offer-card--featured .offer-body {
  padding: 26px;
}
.offer-card--featured .offer-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
}
.offer-card--service .offer-media,
.offer-card--upgrade .offer-media {
  height: 214px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.offer-card--service .offer-media {
  background:
    radial-gradient(
      circle at 78% 18%,
      rgba(31, 166, 160, 0.16),
      transparent 34%
    ),
    linear-gradient(180deg, #f6fbfc 0, #edf4f6 100%);
}
.offer-card--upgrade .offer-media {
  background:
    radial-gradient(
      circle at 18% 22%,
      rgba(245, 158, 11, 0.12),
      transparent 30%
    ),
    linear-gradient(180deg, #f8fbfc 0, #eef4f6 100%);
}
.offer-card--service .offer-media img,
.offer-card--upgrade .offer-media img {
  max-width: 82%;
  max-height: 82%;
  object-fit: contain;
  filter: drop-shadow(0 22px 26px rgba(15, 23, 42, 0.12));
}
.nav__links a.btn::before,
.offer-media::after {
  content: none;
}
.offer-badge,
.offer-list li::before {
  position: absolute;
  border-radius: 999px;
}
.offer-badge {
  top: 16px;
  left: 16px;
  padding: 9px 13px;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.03em;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(12px);
  z-index: 3;
}
.offer-badge--popular {
  background: rgba(15, 118, 110, 0.92);
  color: #fff;
}
.offer-badge--service {
  background: rgba(255, 255, 255, 0.92);
  color: #0f172a;
}
.offer-badge--upgrade {
  background: rgba(255, 255, 255, 0.88);
  color: #0f766e;
}
.offer-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 24px;
}
.offer-kicker {
  margin: 0 0 10px;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.offer-body h3 {
  margin: 0 0 10px;
  font-size: clamp(24px, 2.2vw, 29px);
  line-height: 1.08;
  color: #0f172a;
}
.offer-body p {
  margin: 0 0 18px;
  color: #4a5a6c;
  opacity: 1;
  line-height: 1.68;
  font-size: 15.5px;
}
.offer-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -2px 0 18px;
}
.offer-proof-row span {
  min-height: 30px;
  padding: 7px 10px;
  background: rgba(15, 118, 110, 0.08);
  border: 1px solid rgba(15, 118, 110, 0.12);
  color: #0e635d;
}
.offer-card--support .offer-body {
  padding: 22px;
}
.offer-card--support .offer-body h3 {
  font-size: clamp(22px, 1.7vw, 25px);
}
.offer-card--support .offer-body p {
  margin-bottom: 16px;
}
.offer-card--support .offer-list {
  gap: 9px;
}
.offer-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: grid;
  gap: 10px;
}
.offer-list li {
  padding-left: 28px;
}
.offer-list li::before {
  content: "✓";
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #14b8a6, #0f766e);
  box-shadow: 0 10px 20px rgba(15, 118, 110, 0.18);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}
.offer-cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 6px;
}
.offer-cta-row .btn {
  min-height: 48px;
  padding: 13px 18px;
}
.offer-cta-row .btn--primary {
  background: linear-gradient(180deg, #1fa6a0 0, #158780 100%);
  box-shadow: 0 18px 34px rgba(31, 166, 160, 0.26);
}
.offer-cta-row .btn--primary:hover {
  box-shadow: 0 22px 42px rgba(31, 166, 160, 0.32);
}
.micro {
  display: block;
  margin-top: 12px;
  font-size: 12.5px;
  line-height: 1.5;
  color: #617182;
  opacity: 1;
}
@media (max-width: 1180px) {
  .offers {
    padding: 60px 0 78px;
  }
  .offer-card {
    border-radius: 24px;
  }
  .offer-media {
    height: 220px;
  }
  .offer-card--replacement .offer-media {
    height: 236px;
  }
  .offer-card--service .offer-media,
  .offer-card--upgrade .offer-media {
    height: 208px;
  }
}
@media (max-width: 820px) {
  .offers {
    padding: 44px 0 56px;
  }
  .offers__intro {
    margin-bottom: 24px;
  }
  .offers__points {
    grid-template-columns: 1fr;
  }
  .offers__points li {
    padding: 12px 14px 12px 46px;
    min-height: 0;
  }
  .offer-card {
    border-radius: 22px;
  }
  .offer-media {
    height: 206px;
    padding: 18px 18px 16px;
  }
  .offer-body,
  .offer-card--featured .offer-body,
  .offer-card--support .offer-body {
    padding: 20px 18px 18px;
  }
  .offer-body h3 {
    font-size: 24px;
  }
  .offer-card--featured .offer-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .offer-cta-row {
    flex-direction: column;
  }
  .offer-cta-row .btn {
    width: 100%;
    justify-content: center;
  }
}
#ft-footer-mount > .flametec-footer,
.flametec-footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.flametec-footer .ft-wrap {
  align-items: start;
}
.flametec-footer .ft-disclosure {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 8px;
}
.ft-disclosure {
  padding-bottom: 8px;
}
:root {
  --teal: #1fa6a0;
  --teal-dark: #0f766e;
  --ink: #0f172a;
  --muted: #475569;
  --card: #ffffff;
  --bg: #f8fafc;
}
.why-flametec {
  padding: 80px 5%;
  background: linear-gradient(180deg, #f8fafc 0, #fff 100%);
}
.why-head {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 44px;
}
.why-card h3,
.why-head h2 {
  font-size: 2.25rem;
  font-weight: 850;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin: 0 0 10px;
}
.why-card p,
.why-sub {
  margin: 0 auto;
  font-size: 1.05rem;
  color: var(--muted);
  line-height: 1.65;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1120px;
  margin: 0 auto;
}
.why-card {
  background: var(--card);
  border-radius: 18px;
  padding: 26px 24px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  overflow: hidden;
}
.why-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--teal) 0%, var(--teal-dark) 100%);
  opacity: 0.85;
}
.why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
  border-color: rgba(31, 166, 160, 0.35);
}
.why-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(31, 166, 160, 0.22),
    rgba(31, 166, 160, 0.1)
  );
  display: grid;
  place-items: center;
  margin-top: 6px;
  box-shadow: 0 10px 18px rgba(31, 166, 160, 0.14);
}
.why-icon svg {
  width: 28px;
  height: 28px;
}
.stroke {
  stroke: var(--teal-dark);
}
.why-card h3 {
  margin: 6px 0 0;
  font-size: 1.1rem;
  letter-spacing: -0.01em;
}
.why-card p {
  margin: 0;
  line-height: 1.55;
  font-size: 0.95rem;
}
@media (max-width: 980px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
  .why-flametec {
    padding: 60px 5%;
  }
}
.why-card:hover h3 {
  color: var(--teal-dark);
}
.card-tags {
  margin-top: 12px;
  display: flex;
  justify-content: center;
}
.tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  user-select: none;
}
.tag--teal {
  color: #1e8f93;
  border: 1px solid rgba(30, 143, 147, 0.35);
  background: rgba(30, 143, 147, 0.08);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}
.tag--teal:hover {
  background: rgba(30, 143, 147, 0.14);
  border-color: rgba(30, 143, 147, 0.55);
  transform: translateY(-1px);
  transition: 0.2s ease;
}
.process .card-tags {
  margin-top: 14px;
}
.process .tag--teal {
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  background: linear-gradient(135deg, #16a34a, #0f766e);
  box-shadow: 0 4px 12px rgba(6, 95, 70, 0.28);
}
.process .tag--teal:hover {
  transform: translateY(-1px);
  filter: brightness(1.02);
  box-shadow: 0 6px 14px rgba(6, 95, 70, 0.32);
}
.icon-pound::before {
  content: "£";
  font-size: 28px;
  font-weight: 700;
  color: #1e8f93;
  line-height: 1;
}
.process__container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
#areas,
#faqs,
.process__subtitle,
.process__title {
  text-align: center;
}
.process-card__icon,
.process-card__step {
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.process-card__icon {
  width: 64px;
  height: 64px;
  background: rgba(30, 143, 147, 0.15);
  position: relative;
  margin: 0 auto 12px;
}
.process-card__step {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 20px;
  height: 20px;
  background: #1e8f93;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
}
.process-icon-svg {
  width: 28px;
  height: 28px;
  stroke: #1e8f93;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.process-icon-text {
  font-size: 28px;
  font-weight: 700;
  color: #1e8f93;
  line-height: 1;
}
section#reviews.section.reviews {
  padding: 48px 0 !important;
}
section#reviews.section.reviews .container {
  position: relative !important;
}
section#reviews.section.reviews .reviews-head {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  margin-bottom: 14px !important;
  text-align: center !important;
  align-items: center !important;
}
section#reviews.section.reviews .reviews-head h2 {
  margin: 0 !important;
  font-size: clamp(24px, 2.2vw, 34px) !important;
  letter-spacing: -0.2px !important;
}
section#reviews.section.reviews .reviews-sub {
  margin: 0 !important;
  opacity: 0.8 !important;
  line-height: 1.45 !important;
  max-width: 60ch !important;
}
section#reviews.section.reviews a.btn.btn-small {
  width: fit-content !important;
  padding: 10px 14px !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.1) !important;
  transform: none !important;
}
section#reviews.section.reviews .reviews-rotator {
  margin-top: 14px !important;
}
section#reviews.section.reviews #reviewCard.review-card {
  transform: none !important;
  rotate: 0deg !important;
  max-width: 880px !important;
  width: 100% !important;
  margin: 0 !important;
  border-radius: 18px !important;
  padding: 18px 18px 16px !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1) !important;
  position: relative !important;
  overflow: hidden !important;
  min-height: 248px !important;
  contain: layout paint !important;
  display: flex !important;
  flex-direction: column !important;
}
section#reviews.section.reviews #reviewCard.review-card::before {
  content: "“" !important;
  position: absolute !important;
  top: 8px !important;
  right: 14px !important;
  font-size: 46px !important;
  line-height: 1 !important;
  opacity: 0.1 !important;
}
section#reviews.section.reviews #reviewCard.review-card * {
  transform: none !important;
}
section#reviews.section.reviews #reviewCard.review-card p {
  margin: 10px 0 12px !important;
  line-height: 1.55 !important;
  opacity: 0.9 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 5 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
section#reviews.section.reviews #reviewCard.review-card .review-card__meta {
  margin-top: auto !important;
}
section#reviews.section.reviews #reviewCard.review-card .review-stars,
section#reviews.section.reviews #reviewCard.review-card .stars {
  margin: 0 0 10px !important;
  letter-spacing: 2px !important;
}
section#reviews.section.reviews .reviews-dots {
  display: flex !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  margin-top: 12px !important;
}
section#reviews.section.reviews .reviews-dots .dot {
  width: 10px !important;
  height: 10px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(30, 143, 147, 0.35) !important;
  background: rgba(30, 143, 147, 0.18) !important;
  cursor: pointer !important;
  padding: 0 !important;
  transform: none !important;
}
section#reviews.section.reviews .reviews-dots .dot.is-active {
  background: #1e8f93 !important;
  border-color: #1e8f93 !important;
  box-shadow: 0 8px 18px rgba(30, 143, 147, 0.25) !important;
}
@media (max-width: 700px) {
  section#reviews.section.reviews #reviewCard.review-card {
    padding: 16px 14px 14px !important;
    min-height: 228px !important;
  }
}
.section.faq {
  padding: 60px 0;
}
.faq-head {
  margin: 0 auto 18px;
  max-width: 760px;
}
.faq-head h2 {
  margin: 0 0 6px;
}
.faq-sub {
  margin: 0;
  opacity: 0.8;
  line-height: 1.45;
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
@media (max-width: 900px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }
}
.faq-card {
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.faq-card summary {
  list-style: none;
  cursor: pointer;
  min-height: 54px;
  padding: 12px 14px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.95rem;
  line-height: 1.32;
}
.faq-card summary::-webkit-details-marker {
  display: none;
}
.faq-body {
  padding: 0 14px 14px;
  opacity: 0.9;
  line-height: 1.52;
  font-size: 0.94rem;
}
.faq-body p {
  margin: 0;
}
.faq-toggle {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  position: relative;
  flex: 0 0 16px;
  border: 1.5px solid rgba(30, 143, 147, 0.55);
}
.faq-toggle::after,
.faq-toggle::before {
  content: "";
  position: absolute;
  background: #1e8f93;
  border-radius: 2px;
  width: 8px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq-toggle::after {
  width: 2px;
  height: 8px;
}
.faq-card[open] .faq-toggle::after {
  opacity: 0;
}
.faq-card:hover {
  border-color: rgba(30, 143, 147, 0.22);
}
.faq-grid {
  align-items: start;
}
.faq-grid details[open] {
  border-color: rgba(30, 143, 147, 0.28);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}
.faq-grid details {
  max-width: 900px;
  margin-inline: auto;
}
.faq-grid summary {
  position: relative;
  padding-right: 42px;
}
.faq-grid summary::after {
  right: 14px;
}
.faq {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.faq-grid {
  gap: 1.25rem;
}
.faq-cta {
  margin-top: 3rem;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}
.hero {
  text-align: center;
  padding: 60px 24px 40px;
  background: #f8f9f9;
}
.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 32px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
}
.hero::before {
  top: -260px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 900px;
  background: radial-gradient(
    circle,
    rgba(30, 143, 147, 0.18),
    rgba(30, 143, 147, 0.06) 55%,
    transparent 70%
  );
  filter: blur(8px);
  pointer-events: none;
}
.hero .btn-primary {
  margin-top: 24px;
  box-shadow:
    0 14px 32px rgba(30, 143, 147, 0.35),
    inset 0-2px 0 rgba(0, 0, 0, 0.12);
}
.trust-strip {
  position: relative;
  top: 70px;
  margin-top: 28px;
  font-size: 14px;
  color: #555;
}
.trust-strip .stars {
  color: #2e9c8f;
  letter-spacing: 2px;
  font-size: 16px;
}
.trust-strip .trust-text {
  font-weight: 500;
}
@media (max-width: 600px) {
  .trust-strip {
    flex-direction: column;
    gap: 6px;
  }
}
.trust-strip,
.trust-text {
  display: flex;
  align-items: center;
}
.trust-strip {
  justify-content: center;
  gap: 10px;
}
.trust-text {
  gap: 6px;
  font-size: 14px;
  color: #5f6368;
}
.google-logo {
  height: 24px;
  width: auto;
  display: inline-block;
  transform: translateY(1px);
}
.worcester-badge {
  background: #fff;
  padding: 25px 15px;
  text-align: center;
  border-top: 1px solid #e6eeee;
  border-bottom: 1px solid #e6eeee;
}
.worcester-badge img {
  max-width: 320px;
  width: 100%;
  height: auto;
  display: inline-block;
}
.process {
  margin-top: -30px;
}
.slide-in {
  opacity: 0;
  transform: translateX(-60px);
  animation: slideInLeft 0.8s ease-out forwards;
  animation-delay: 0.3s;
}
.process__subtitle {
  margin-bottom: 40px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.brand,
.nav {
  display: flex;
  align-items: center;
}
.nav {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 18px 10px 14px;
  justify-content: space-between;
  gap: 16px;
}
.brand {
  text-decoration: none;
  flex: 0 1 auto;
  min-width: 0;
  margin-right: 10px;
  display: flex;
  align-items: center;
  overflow: visible;
}
.brand__logo {
  width: auto;
  height: 104px;
  max-width: 224px;
  object-fit: contain;
  object-position: center;
  display: block;
  flex: 0 0 auto;
  filter: drop-shadow(0 8px 18px rgba(20, 122, 138, 0.12));
  margin: -6px 0 -4px -2px;
}
.brand__text {
  display: none;
}
.brand__name,
.brand__sub {
  display: none;
}
.nav__center {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  justify-content: center;
}
.nav__actions,
.nav__links {
  display: flex;
  align-items: center;
}
.nav__actions {
  flex: 0 0 auto;
  justify-content: flex-end;
  margin-left: auto;
  gap: 12px;
}
.nav__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.92);
  color: #0f172a;
  font-weight: 800;
  font-size: 0.92rem;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}
.nav__phone:hover {
  background: rgba(22, 140, 134, 0.08);
}
.nav__links {
  justify-content: center;
  gap: 8px;
  flex: 0 1 auto;
  min-width: 0;
}
.nav__links a {
  color: #222;
  font-weight: 600;
  font-size: 0.915rem;
  letter-spacing: -0.01em;
  opacity: 0.9;
  white-space: nowrap;
}
.nav__links a:hover {
  opacity: 1;
}
.btn--nav {
  padding: 11px 18px;
  border-radius: 999px;
  background: #168c86;
  color: #fff !important;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(22, 140, 134, 0.16);
}
@media (max-width: 1180px) {
  .nav {
    max-width: 1180px;
    gap: 12px;
  }
  .brand__logo {
    height: 96px;
    max-width: 206px;
    margin: -4px 0 -2px -2px;
  }
  .nav__links {
    gap: 4px;
  }
  .nav__links a {
    font-size: 0.88rem;
  }
  .nav__phone {
    padding: 0 12px;
    font-size: 0.86rem;
  }
}
@media (max-width: 650px) {
  .brand__logo {
    height: 84px;
    max-width: 180px;
    margin: -2px 0 0 -2px;
  }
}
.hero-container,
.hero-image {
  display: flex;
  align-items: center;
}
.hero-container {
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
}
.hero-image {
  flex: 1;
  max-width: 300px;
  height: 350px;
  justify-content: center;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  padding: 20px;
}
.hero-boiler img,
.hero-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (max-width: 900px) {
  .hero-container {
    flex-direction: column;
  }
  .hero-image {
    max-width: 250px;
    height: 280px;
  }
}
.hero-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1150px;
  margin: 0 auto;
  padding: 28px 20px 24px;
  gap: 20px;
}
.hero-content {
  text-align: center;
  max-width: 520px;
  flex: 1;
  min-width: 0;
}
.hero-boiler {
  flex: 1;
  max-width: 278px;
  height: 324px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.hero-boiler img {
  display: block;
  aspect-ratio: 11/18;
}
@media (max-width: 900px) {
  .hero-wrapper {
    flex-direction: column;
  }
  .hero-boiler {
    max-width: 260px;
    height: 300px;
  }
}
.hero-boiler {
  opacity: 0;
  transform: translateY(18px) scale(0.98);
  animation: boilerEnter 700ms ease forwards;
}
.hero-wrapper .hero-boiler:first-child {
  animation-delay: 120ms;
}
.hero-wrapper .hero-boiler:last-child {
  animation-delay: 260ms;
}
@media (prefers-reduced-motion: reduce) {
  .hero-boiler {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
.hero-boiler {
  transition:
    transform 250ms ease,
    box-shadow 250ms ease;
}
.hero-boiler:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
}
.boiler-packages {
  padding: 80px 20px;
  background: #f9fbfb;
  text-align: center;
}
.boiler-packages h2 {
  font-size: 2.3rem;
  margin-bottom: 10px;
}
.packages-sub {
  max-width: 600px;
  margin: 0 auto 14px;
  color: #666;
  font-size: 1.05rem;
}
.packages-meta {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0 auto 14px;
}
.meta-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 800;
  border: 1px solid rgba(30, 143, 147, 0.28);
  background: rgba(30, 143, 147, 0.08);
  color: #13696c;
}
.boiler-swipe {
  max-width: 1200px;
  margin: 0 auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  padding: 6px 6px 14px;
  scrollbar-width: none;
}
.boiler-swipe::-webkit-scrollbar {
  height: 0;
}
.boiler-track {
  display: flex;
  gap: 18px;
}
.boiler-card {
  scroll-snap-align: start;
  border-radius: 14px;
  padding: 25px 20px 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  text-align: left;
  flex: 0 0 320px;
}
.boiler-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.1);
}
.boiler-card img {
  max-height: 210px;
  object-fit: contain;
  margin-bottom: 18px;
  background: #f7f9f9;
  border-radius: 10px;
  padding: 15px;
}
.boiler-card h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.boiler-card .boiler-brand-logo {
  width: auto;
  max-width: 120px;
  height: 24px;
  object-fit: contain;
  object-position: center;
  max-height: 24px;
  padding: 0 !important;
  filter: none !important;
  background: 0 0;
  border-radius: 0;
  margin: 0 0 10px;
}
.boiler-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
}
.boiler-pill {
  border: 0;
  background: linear-gradient(135deg, #16a34a, #0f766e);
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(6, 95, 70, 0.28);
}
.boiler-desc {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
  margin-bottom: 18px;
}
.boiler-price {
  font-size: 1.1rem;
  margin-bottom: 18px;
}
.boiler-price span {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0aa5a5;
}
.boiler-btn {
  margin-top: auto;
  display: inline-block;
  padding: 12px 22px;
  background: #0aa5a5;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.25s;
  text-align: center;
}
.boiler-btn:hover {
  background: #078f8f;
}
.swipe-hint {
  margin-top: 14px;
  color: #666;
  font-size: 0.95rem;
}
@media (max-width: 900px) {
  .boiler-card {
    flex-basis: 290px;
  }
}
@media (max-width: 600px) {
  .boiler-card {
    flex-basis: 82vw;
  }
}
.boiler-card,
.nav__links a,
.nav__links a > * {
  position: relative;
}
.finance-badge,
.popular-badge {
  position: absolute;
  top: 14px;
  color: #fff;
  border-radius: 20px;
  z-index: 2;
}
.popular-badge {
  right: 14px;
  background: linear-gradient(135deg, #ff9800, #ff5722);
  padding: 6px 14px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
.finance-badge {
  left: 14px;
  background: linear-gradient(135deg, #0aa5a5, #0b6f68);
  padding: 6px 12px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}
.finance-badge small {
  display: block;
  margin-top: 4px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}
.boiler-packages {
  background: linear-gradient(180deg, #fff 0, #f4fbfb 100%);
}
.boiler-card.popular {
  background: linear-gradient(180deg, #fff, #fdfefe);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transform: scale(1.03);
}
.boiler-monthly {
  margin-top: 8px;
  font-size: 0.95rem;
  color: #2b2b2b;
}
.boiler-monthly span {
  font-weight: 800;
}
.boiler-monthly small {
  font-weight: 600;
  opacity: 0.9;
}
.boiler-monthly em {
  display: block;
  margin-top: 3px;
  font-style: normal;
  font-size: 0.8rem;
  opacity: 0.7;
}
.packages-text {
  font-size: 0.8rem;
  color: #6f6f6f;
  opacity: 0.8;
}
.btn-reserve {
  display: inline-block;
  width: 100%;
  padding: 14px 18px;
  margin-top: 12px;
  background: linear-gradient(135deg, #1fa89b, #178f85);
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(31, 168, 155, 0.25);
}
.btn-reserve:hover {
  background: linear-gradient(135deg, #178f85, #11756d);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(31, 168, 155, 0.35);
}
.reserve-note {
  margin-top: 6px;
  font-size: 0.75rem;
  color: #666;
  text-align: center;
}
.nav__links a {
  display: inline-flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 999px;
  text-decoration: none;
  overflow: hidden;
}
.nav__links a.btn {
  overflow: visible;
  padding: 10px 18px;
}
.nav__links a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
  opacity: 0.12;
  background: currentColor;
}
.nav__links a > * {
  z-index: 1;
}
.nav__links a:focus-visible::before,
.nav__links a:hover::before {
  transform: scaleX(1);
}
@media (hover: none) {
  .nav__links a::before {
    content: none;
  }
}
.nav__links a:not(.btn) {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 999px;
  overflow: hidden;
  transition: transform 220ms ease;
}
.nav__links a:not(.btn)::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: var(--primary);
  opacity: 0.12;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}
.nav__links a:not(.btn):focus-visible::before,
.nav__links a:not(.btn):hover::before {
  transform: scaleX(1);
}
.nav__links a:not(.btn):hover {
  transform: translateY(-1px);
}
@media (hover: none) {
  .nav__links a:not(.btn):hover {
    transform: none;
  }
}
.seo-wrapper {
  position: relative;
  padding: 70px 18px;
  background: #fff;
  min-height: calc(100vh - 80px);
}
.seo-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--area-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.18;
}
.seo-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.55),
    rgba(255, 255, 255, 0.95) 55%,
    #fff
  );
}
.seo-card {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto;
  padding: 34px 28px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(230, 240, 239, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}
.seo-card h1 {
  font-size: 2.1rem;
  line-height: 1.15;
  margin-bottom: 12px;
}
.seo-card h2 {
  margin-top: 22px;
  margin-bottom: 10px;
}
.seo-card li {
  font-size: 1.03rem;
}
.areas-links a,
.seo-card a {
  color: var(--primary);
  font-weight: 700;
}
@media (max-width: 520px) {
  .seo-wrapper {
    padding: 56px 14px;
  }
  .seo-card {
    padding: 24px 18px;
    border-radius: 16px;
  }
  .seo-card h1 {
    font-size: 1.75rem;
  }
}
.areas-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.areas-links a {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(10, 166, 166, 0.1);
  color: var(--dark);
  text-decoration: none;
  font-size: 0.92rem;
}
.areas-links a:hover {
  background: rgba(10, 166, 166, 0.16);
}
.seo-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.areas-grid {
  gap: 0.95rem;
}
.area-chip {
  background: 0 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  font-weight: 650;
  color: #0f172a;
}
.area-chip:hover {
  transform: none !important;
}
.area-chip::before {
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0 4px rgba(20, 184, 166, 0.1);
}
.area-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.area-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
}
.area-cta:hover {
  filter: brightness(0.96);
}
.hero .btn,
.hero .btn:hover {
  color: #fff !important;
}
.seo-cta,
.seo-cta:active,
.seo-cta:focus,
.seo-cta:hover,
.seo-cta:visited {
  color: #fff !important;
}
.site-footer {
  margin-top: 48px;
  padding: 28px 0;
  background: rgba(255, 255, 255, 0.7);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.footer-top {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-muted {
  opacity: 0.75;
  font-size: 0.95rem;
}
.footer-links-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
.footer-links-row a {
  opacity: 0.85;
}
.footer-links-row a:hover,
.linklike:hover {
  opacity: 1;
}
.footer-bottom {
  margin-top: 14px;
  opacity: 0.75;
  font-size: 0.9rem;
}
.linklike {
  background: 0 0;
  border: 0;
  padding: 0;
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
  opacity: 0.85;
}
.ft-cookie-banner {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  border-radius: 16px;
  padding: 14px;
  backdrop-filter: blur(10px);
}
.ft-cookie-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ft-cookie-text {
  max-width: 820px;
  font-size: 0.95rem;
  opacity: 0.85;
}
.ft-cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.ft-cookie-actions button {
  border-radius: 999px;
  padding: 10px 14px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: #fff;
  cursor: pointer;
}
.ft-cookie-actions button.primary {
  background: linear-gradient(135deg, #13bfa6, #10a9bb);
  color: #fff;
  border-color: transparent;
}
.ft-cookie-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.45);
  padding: 20px;
}
.ft-cookie-modal.open {
  display: block;
}
.ft-cookie-modal .panel {
  max-width: 720px;
  margin: 6vh auto;
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 12px 50px rgba(0, 0, 0, 0.28);
}
.ft-cookie-modal h3 {
  margin-top: 0;
}
.ft-cookie-tog {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.ft-cookie-tog:first-of-type {
  border-top: 0;
}
.ft-cookie-modal .actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 14px;
}
.ft-premium-page {
  background:
    radial-gradient(
      1100px 560px at 12% -10%,
      rgba(31, 168, 155, 0.14),
      transparent 58%
    ),
    radial-gradient(
      900px 520px at 100%0,
      rgba(0, 85, 164, 0.1),
      transparent 56%
    ),
    linear-gradient(180deg, #f2f7f8 0, #edf4f6 100%);
}
.ft-premium-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 18px 48px;
}
.ft-premium-final,
.ft-premium-hero,
.ft-premium-section {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 28px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}
.ft-premium-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  gap: 20px;
  padding: 26px;
  background:
    radial-gradient(
      620px 260px at 100%0,
      rgba(255, 255, 255, 0.12),
      transparent 52%
    ),
    linear-gradient(135deg, #0f2432 0, #0e5b67 58%, #1b8b83 100%);
  color: #fff;
}
.ft-premium-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.ft-premium-kicker {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.ft-premium-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}
.ft-premium-hero__sub {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
}
.ft-premium-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.ft-premium-actions .btn {
  min-height: 46px;
}
.ft-premium-visual {
  display: grid;
  gap: 14px;
  align-content: start;
}
.ft-premium-visual__panel {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(
      420px 180px at 50%0,
      rgba(255, 255, 255, 0.14),
      transparent 60%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.94),
      rgba(243, 248, 250, 0.92)
    );
  box-shadow: 0 16px 34px rgba(5, 19, 29, 0.16);
}
.ft-premium-visual__panel img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.ft-premium-visual__copy {
  padding: 16px 18px 18px;
}
.ft-premium-visual__copy strong {
  display: block;
  margin-bottom: 6px;
  color: #113145;
}
.ft-premium-visual__copy p {
  margin: 0;
  color: #46616f;
  line-height: 1.55;
}
.ft-premium-bubbles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}
.ft-premium-bubbles--3,
.ft-premium-bubbles--hero {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.ft-premium-bubbles--hero {
  margin-top: 18px;
}
.ft-premium-bubble {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.96),
    rgba(246, 250, 251, 0.92)
  );
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}
.ft-premium-bubbles--hero .ft-premium-bubble {
  border-color: rgba(255, 255, 255, 0.14);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.14),
    rgba(255, 255, 255, 0.08)
  );
  box-shadow: 0 12px 24px rgba(5, 19, 29, 0.14);
}
.ft-premium-bubble:hover {
  transform: translateY(-2px);
  border-color: rgba(31, 168, 155, 0.26);
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.09);
}
.ft-premium-bubbles--hero .ft-premium-bubble:hover {
  border-color: rgba(255, 255, 255, 0.22);
}
.ft-premium-bubble__icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #0e5b67, #1fa89b);
  color: #fff;
  box-shadow: 0 12px 22px rgba(15, 23, 42, 0.14);
}
.ft-premium-bubbles--hero .ft-premium-bubble__icon {
  background: linear-gradient(
    135deg,
    rgba(198, 12, 48, 0.9),
    rgba(0, 85, 164, 0.92)
  );
}
.ft-premium-bubble__icon svg,
.wb-hero__microicon svg {
  width: 18px;
  height: 18px;
}
.ft-premium-bubble__body strong {
  display: block;
  color: #0f172a;
  line-height: 1.2;
  font-size: 14px;
}
.ft-premium-bubbles--hero .ft-premium-bubble__body strong {
  color: #fff;
}
.ft-premium-bubble__body span {
  display: block;
  margin-top: 4px;
  color: #53707e;
  font-size: 12px;
  line-height: 1.4;
}
.ft-premium-bubbles--hero .ft-premium-bubble__body span {
  color: rgba(255, 255, 255, 0.78);
}
.ft-premium-section {
  margin-top: 18px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.95);
}
.ft-premium-section--tint {
  background:
    linear-gradient(
      180deg,
      rgba(251, 253, 255, 0.98),
      rgba(241, 247, 249, 0.94)
    ),
    linear-gradient(135deg, rgba(31, 168, 155, 0.04), rgba(0, 85, 164, 0.04));
}
.ft-premium-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}
.ft-premium-head h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -0.03em;
}
.ft-premium-head p,
.ft-premium-section p {
  color: #476370;
  line-height: 1.62;
}
.ft-premium-grid {
  display: grid;
  gap: 16px;
}
.ft-premium-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ft-premium-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.ft-premium-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.ft-premium-card {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(246, 250, 251, 0.94)
  );
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}
.ft-premium-card__eyebrow {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(31, 168, 155, 0.08);
  color: #0d6760;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.ft-premium-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
}
.ft-premium-card p {
  color: #476370;
}
.ft-premium-card li {
  color: #476370;
  line-height: 1.58;
}
.ft-premium-card ul,
.ft-premium-list {
  margin: 12px 0 0;
  padding-left: 18px;
}
.ft-premium-list li {
  margin: 8px 0;
}
.ft-premium-split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 18px;
}
.ft-premium-callout {
  margin-top: 16px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(31, 168, 155, 0.18);
  background: linear-gradient(
    135deg,
    rgba(31, 168, 155, 0.08),
    rgba(255, 255, 255, 0.98)
  );
  color: #133246;
}
.ft-premium-final {
  margin-top: 18px;
  padding: 24px;
  background:
    radial-gradient(
      520px 220px at 100%0,
      rgba(255, 255, 255, 0.14),
      transparent 52%
    ),
    linear-gradient(135deg, #0f2432, #0e5b67 55%, #1fa89b);
  color: #fff;
}
.ft-premium-final h2,
.ft-premium-final p {
  color: #fff;
}
.ft-premium-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.ft-premium-links a {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}
.ft-premium-faq {
  display: grid;
  gap: 14px;
}
.ft-careplan-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 20px;
  margin-top: 18px;
  padding: 24px;
  border-radius: 26px;
  border: 1px solid rgba(17, 120, 110, 0.12);
  background:
    radial-gradient(520px 220px at 100% 0, rgba(20, 148, 131, 0.12), transparent 56%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 250, 249, 0.96));
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.07);
}
.ft-careplan-cta__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #149483, #0b6f68);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(11, 111, 104, 0.18);
}
.ft-careplan-cta h2 {
  margin: 14px 0 10px;
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: -0.04em;
  line-height: 1.02;
}
.ft-careplan-cta p {
  margin: 0;
  color: #476370;
  line-height: 1.62;
}
.ft-careplan-cta__points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}
.ft-careplan-cta__point {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 14px 15px;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  background: rgba(255, 255, 255, 0.9);
  color: #193243;
  font-weight: 700;
  line-height: 1.42;
}
.ft-careplan-cta__point svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: #149483;
}
.ft-careplan-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}
.ft-careplan-cta__pricing {
  display: grid;
  gap: 14px;
}
.ft-careplan-cta__plan {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 251, 0.95));
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}
.ft-careplan-cta__plan--featured {
  border-color: rgba(20, 148, 131, 0.2);
  background:
    radial-gradient(160% 120% at 100% 0, rgba(20, 148, 131, 0.14), transparent 54%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(239, 249, 247, 0.97));
}
.ft-careplan-cta__plan span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(20, 148, 131, 0.08);
  color: #0d6760;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.ft-careplan-cta__plan strong {
  display: block;
  font-size: 20px;
  letter-spacing: -0.03em;
}
.ft-careplan-cta__price {
  display: block;
  margin-top: 8px;
  font-size: 32px;
  font-style: normal;
  line-height: 0.95;
  letter-spacing: -0.06em;
}
.ft-careplan-cta__plan p {
  margin-top: 10px;
  font-size: 14px;
}
.ft-careplan-cta--compact {
  margin-top: 20px;
  padding: 22px;
  border-radius: 24px;
}
.ft-careplan-cta--compact h2 {
  font-size: clamp(24px, 3.4vw, 34px);
}
.ft-careplan-cta--compact .ft-careplan-cta__point,
.ft-careplan-cta--compact .ft-careplan-cta__plan {
  padding: 16px;
}
@media (max-width: 980px) {
  .ft-premium-bubbles,
  .ft-premium-bubbles--3,
  .ft-premium-bubbles--hero,
  .ft-premium-grid--2,
  .ft-premium-grid--3,
  .ft-premium-grid--4,
  .ft-careplan-cta,
  .ft-careplan-cta__points,
  .ft-premium-hero,
  .ft-premium-split {
    grid-template-columns: 1fr;
  }
  .ft-premium-head {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 640px) {
  .ft-premium-shell {
    padding: 18px 12px 34px;
  }
  .ft-premium-final,
  .ft-premium-hero,
  .ft-premium-section,
  .ft-careplan-cta {
    padding: 18px 16px;
    border-radius: 22px;
  }
  .ft-premium-hero h1 {
    font-size: clamp(30px, 9vw, 42px);
  }
  .ft-premium-hero__sub {
    font-size: 15px;
    line-height: 1.58;
  }
  .ft-premium-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .ft-premium-actions .btn {
    width: 100%;
    justify-content: center;
  }
  .ft-careplan-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .ft-careplan-cta__actions .btn,
  .ft-careplan-cta__actions .btn-cta,
  .ft-careplan-cta__actions .btn-secondary {
    width: 100%;
    justify-content: center;
  }
  .ft-premium-bubble {
    min-height: 0;
    padding: 12px 14px;
  }
  .ft-premium-visual__panel img {
    height: 250px;
  }
}
.cookie-banner[hidden],
.cookie-modal[hidden] {
  display: none !important;
}
.cookie-banner {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 10020;
}
.cookie-banner__inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 15px 18px;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background:
    radial-gradient(
      560px 220px at 0 0,
      rgba(31, 168, 155, 0.16),
      transparent 62%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.96),
      rgba(245, 249, 249, 0.94)
    );
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.16);
  backdrop-filter: blur(14px);
}
.cookie-banner__text {
  max-width: 54ch;
}
.cookie-banner__text strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
  color: #0f172a;
  font-size: 0.93rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}
.cookie-banner__text strong::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1fa89b, #178f85);
  box-shadow: 0 0 0 5px rgba(31, 168, 155, 0.12);
}
.cookie-banner__text p {
  margin: 0;
  color: rgba(15, 23, 42, 0.74);
  font-size: 0.89rem;
  line-height: 1.45;
}
.cookie-banner__actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cookie-banner__actions .btn,
.cookie-modal__footer .btn {
  min-height: 42px;
  border-radius: 12px;
  padding: 9px 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
}
.cookie-banner__actions .btn--ghost,
.cookie-modal__footer .btn--ghost {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(15, 23, 42, 0.12);
  color: #133246;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}
.cookie-banner__actions .btn--ghost:hover,
.cookie-modal__footer .btn--ghost:hover {
  border-color: rgba(31, 168, 155, 0.34);
  color: #0c5f58;
}
.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 10030;
}
.cookie-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 20, 29, 0.54);
  backdrop-filter: blur(6px);
}
.cookie-modal__panel {
  position: relative;
  max-width: 680px;
  margin: min(8vh, 72px) auto 0;
  padding: 26px;
  border-radius: 28px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background:
    radial-gradient(
      520px 240px at 0 0,
      rgba(31, 168, 155, 0.14),
      transparent 60%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.98),
      rgba(245, 249, 249, 0.96)
    );
  box-shadow: 0 28px 64px rgba(15, 23, 42, 0.24);
}
.cookie-modal__panel h3 {
  margin: 0 0 8px;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  letter-spacing: -0.02em;
}
.cookie-modal__panel > p {
  margin: 0 32px 18px 0;
  color: rgba(15, 23, 42, 0.74);
  line-height: 1.58;
}
.cookie-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  color: #123246;
  font-size: 1.3rem;
  cursor: pointer;
}
.cookie-setting {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}
.cookie-setting strong {
  display: block;
  margin-bottom: 4px;
  color: #0f172a;
}
.cookie-setting p {
  margin: 0;
  color: rgba(15, 23, 42, 0.7);
  line-height: 1.5;
}
.pill--on,
.switch {
  display: inline-flex;
}
.pill--on {
  align-items: center;
  justify-content: center;
  min-width: 56px;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1fa89b, #178f85);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(31, 168, 155, 0.18);
}
.switch {
  position: relative;
  width: 54px;
  height: 32px;
}
.switch input {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.switch .slider {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.14);
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
  transition: background 180ms ease;
}
.switch .slider::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.16);
  transition: transform 180ms ease;
}
.switch input:checked + .slider {
  background: linear-gradient(135deg, #1fa89b, #178f85);
}
.switch input:checked + .slider::after {
  transform: translateX(22px);
}
.cookie-modal__footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}
@media (max-width: 720px) {
  .cookie-banner {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  body.has-mobile-sticky-cta .cookie-banner {
    bottom: 112px;
  }
  body:has(.mobile-actionbar) .cookie-banner,
  body:has(.qb-floating-total) .cookie-banner {
    bottom: 92px;
  }
  .cookie-banner__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 12px;
    border-radius: 16px;
  }
  .cookie-banner__text {
    max-width: none;
  }
  .cookie-banner__text strong {
    margin-bottom: 2px;
    font-size: 0.88rem;
  }
  .cookie-banner__text p {
    font-size: 0.82rem;
    line-height: 1.38;
  }
  .cookie-banner__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }
  .cookie-banner__actions .btn,
  .cookie-modal__footer .btn {
    width: 100%;
    justify-content: center;
    min-height: 40px;
    padding: 8px 12px;
  }
  .cookie-banner__actions .btn:last-child {
    grid-column: 1/-1;
  }
  .cookie-modal {
    padding: 12px;
  }
  .cookie-modal__panel {
    margin-top: 24px;
    padding: 20px 16px 16px;
    border-radius: 22px;
  }
  .cookie-setting {
    align-items: flex-start;
  }
}
.flametec-footer {
  background:
    radial-gradient(
      800px 500px at 15% -20%,
      rgba(0, 194, 209, 0.35),
      transparent 60%
    ),
    radial-gradient(
      700px 500px at 90%0,
      rgba(11, 111, 117, 0.35),
      transparent 55%
    ),
    linear-gradient(180deg, #0b6f75 0, #063f44 55%, #043a40 100%);
  border-top: 3px solid rgba(255, 255, 255, 0.15);
}
.flametec-footer a {
  text-decoration: none;
}
.flametec-footer a:hover {
  color: #7ffcff;
  text-decoration: underline;
}
.flametec-footer a,
.flametec-footer a:visited {
  color: rgba(255, 255, 255, 0.82);
}
.ft-wrap {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 900px) {
  .ft-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .ft-wrap {
    grid-template-columns: 1fr;
  }
}
.ft-logo {
  height: 88px;
  width: auto;
  margin-bottom: 12px;
  object-fit: contain;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.35));
}
.ft-tag {
  opacity: 0.88;
  margin: 0 0 14px;
  line-height: 1.55;
}
.ft-contact a {
  display: block;
  color: #fff;
  font-weight: 800;
  margin-bottom: 6px;
}
.ft-socials {
  display: flex;
  gap: 10px;
  margin: 15px 0;
}
.ft-socials a {
  width: 38px;
  height: 42px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: #fff;
  transition:
    transform 0.15s ease,
    background 0.15s ease,
    border-color 0.15s ease;
}
.ft-socials a:hover {
  background: rgba(0, 194, 209, 0.35);
  border-color: rgba(0, 194, 209, 0.45);
  transform: translateY(-2px);
  text-decoration: none;
}
.ft-badge {
  height: 48px;
  width: auto;
  background: #fff;
  margin-top: 10px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.3);
}
.flametec-footer h4 {
  margin: 0 0 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.92);
}
.flametec-footer .ft-copy {
  opacity: 0.8;
}
.flametec-footer .ft-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.flametec-footer .ft-brand-logo {
  width: 52px;
  height: 52px;
  object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.15));
}
.flametec-footer .ft-brand-name {
  font-weight: 800;
  letter-spacing: -0.02em;
}
.flametec-footer .ft-badge--plain {
  background: 0 0;
  padding: 0;
  box-shadow: none;
  height: 34px;
  width: auto;
  border-radius: 0;
}
.flametec-footer {
  background:
    radial-gradient(
      1000px 500px at 20% 10%,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0) 60%
    ),
    linear-gradient(180deg, rgba(6, 123, 123, 0.95), rgba(6, 123, 123, 0.98));
  color: #fff;
}
.flametec-footer .ft-wrap {
  display: grid;
  grid-template-columns: minmax(340px, 390px) 1fr;
}
@media (max-width: 900px) {
  .flametec-footer .ft-wrap {
    grid-template-columns: 1fr;
  }
  .flametec-footer .ft-phone {
    font-size: 26px;
  }
}
.flametec-footer .ft-logo {
  object-fit: contain;
  filter: none;
}
.flametec-footer .ft-logo--wordmark,
.flametec-footer .ft-logo--lockup {
  width: auto;
  max-width: min(100%, 220px);
  height: 170px;
  object-fit: contain;
  margin: 0 auto 10px;
  display: block;
}
.flametec-footer .ft-brandlockup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.flametec-footer .ft-brandeyebrow {
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #dff8f5;
}
.flametec-footer .ft-brandname {
  letter-spacing: -0.03em;
}
.flametec-footer .ft-tagline {
  color: rgba(255, 255, 255, 0.88);
}
.flametec-footer .ft-group a,
.flametec-footer .ft-link {
  color: #fff;
  text-decoration: none;
}
.flametec-footer .ft-group a:hover,
.flametec-footer .ft-link:hover {
  text-decoration: underline;
}
.flametec-footer .ft-phone {
  font-weight: 900;
  letter-spacing: 0.01em;
}
.flametec-footer .ft-hours {
  color: rgba(255, 255, 255, 0.92);
}
.flametec-footer .ft-meta {
  color: rgba(255, 255, 255, 0.9);
}
.flametec-footer .ft-social-btn {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  text-decoration: none;
}
.flametec-footer .ft-social-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}
.flametec-footer .ft-badges {
  display: flex;
  align-items: center;
}
.flametec-footer .ft-fca,
.flametec-footer .ft-gassafe {
  width: auto;
  display: block;
}
.flametec-footer .ft-worcester {
  width: auto;
  display: block;
  background: 0 0;
  padding: 0;
  border-radius: 0;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.14));
}
.flametec-footer .ft-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  align-content: start;
}
@media (min-width: 980px) {
  .flametec-footer .ft-links {
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    gap: 24px;
  }
}
@media (min-width: 761px) and (max-width: 979px) {
  .flametec-footer .ft-links {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }
}
@media (max-width: 760px) {
  .flametec-footer .ft-links {
    grid-template-columns: 1fr;
  }
  .flametec-footer .ft-footer-actions {
    width: 100%;
  }
  .flametec-footer .ft-footer-action {
    flex: 1 1 100%;
  }
}
.flametec-footer .ft-group h4 {
  opacity: 0.9;
  margin: 0 0 9px !important;
  font-size: 11.5px !important;
  letter-spacing: 0.12em !important;
}
.flametec-footer .ft-group ul {
  list-style: none;
  padding: 0;
  margin: 0 !important;
}
.flametec-footer .ft-group li {
  margin: 0 0 7px !important;
}
.flametec-footer .ft-group a {
  font-weight: 700;
}
.flametec-footer .ft-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.86);
}
.flametec-footer .ft-compliance-divider {
  height: 1px;
  max-width: 980px;
  background: rgba(255, 255, 255, 0.22);
}
.bottom-links,
.footer-links,
.legal-links {
  display: none !important;
}
.ft-footer__grid {
  align-items: flex-start;
  column-gap: 64px;
}
.ft-footer__brand {
  display: grid;
  gap: 12px;
}
.ft-brand__logo {
  width: 52px;
  height: 52px;
}
.ft-brand__name {
  font-weight: 800;
}
.ft-brand__strap {
  opacity: 0.95;
}
.ft-brand__link {
  text-decoration: none;
  opacity: 0.95;
}
.ft-brand__link:hover {
  text-decoration: underline;
}
.ft-brand__badge {
  margin-top: 8px;
}
.ft-gassafe {
  height: 26px;
  width: auto;
  display: block;
}
.ft-footer__bottom {
  display: flex;
  justify-content: center;
  padding-top: 18px;
}
.ft-footer__brand {
  max-width: 300px;
  padding-right: 40px;
  justify-self: start;
}
.ft-brand__head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ft-brand__titlewrap {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.ft-brand__strap {
  max-width: 30ch;
  line-height: 1.35;
  margin-top: 6px;
}
.ft-brand__contact {
  margin-top: 8px;
  display: grid;
  gap: 6px;
}
.ft-brand__social {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}
.ft-social {
  flex: 0 0 auto;
}
.flametec-footer .ft-col.ft-brand {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
}
.flametec-footer .ft-brandline {
  display: flex !important;
  margin: 0 !important;
}
.flametec-footer .ft-brandname {
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
}
.flametec-footer .ft-tagline {
  opacity: 0.9 !important;
}
.flametec-footer .ft-link {
  display: block !important;
  font-weight: 800 !important;
}
.flametec-footer .ft-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.flametec-footer .ft-footer-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}
.flametec-footer .ft-footer-action:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.28);
}
.flametec-footer .ft-footer-action--primary {
  background: linear-gradient(135deg, #20b7a7, #11716f);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 28px rgba(4, 20, 24, 0.22);
}
.flametec-footer .ft-footer-action--primary:hover {
  background: linear-gradient(135deg, #26c4b3, #14908d);
}
.flametec-footer .ft-support-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.flametec-footer .ft-support-points span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.01em;
}
.flametec-footer .ft-social {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  margin-top: 12px !important;
}
.flametec-footer .ft-social-btn {
  display: grid !important;
  place-items: center !important;
  font-weight: 900 !important;
  min-width: 74px;
  min-height: 34px;
  padding: 0 12px;
  font-size: 11px !important;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
#hero.hero,
.hero {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
}
.hero {
  isolation: isolate;
  right: 50%;
  background: url(images/scotland.webp) center/cover no-repeat;
}
.hero::after,
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero::after {
  background: radial-gradient(
    900px 520px at 55% 45%,
    rgba(255, 255, 255, 0.12),
    transparent 60%
  );
}
.hero::before {
  background: rgba(6, 123, 123, 0.72);
}
#hero.hero {
  background-image:
    linear-gradient(rgba(6, 123, 123, 0.72), rgba(6, 123, 123, 0.72)),
    url(images/scotland.webp);
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
}
#hero.hero::after,
#hero.hero::before {
  content: none !important;
}
#hero.hero > *,
.hero > * {
  position: relative;
  z-index: 1;
}
.hero-content h1,
.hero-content p {
  font-family:
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    Arial,
    sans-serif;
}
.hero-content h1 {
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: #083b3f;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.1);
}
.hero-content p {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  max-width: 44ch;
  margin: 12px auto 0;
}
.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-content .btn,
.hero-content .btn-primary,
.hero-content a.btn {
  margin-top: 18px;
}
.hero-content .trust-strip {
  margin-top: 26px;
  width: min(720px, 92%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
}
.hero-content .trust-strip,
.hero-content .trust-strip * {
  color: rgba(255, 255, 255, 0.92);
}
.hero-content .trust-strip .stars {
  font-size: 14px;
  letter-spacing: 0.12em;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.2));
}
.hero-content .trust-strip .trust-text {
  font-size: 13px;
  font-weight: 700;
  opacity: 0.95;
}
@media (max-width: 720px) {
  .hero-content p {
    max-width: 32ch;
  }
  .hero-content .trust-strip {
    width: 96%;
    flex-wrap: wrap;
    border-radius: 18px;
  }
}
.ft-nav-toggle {
  display: none;
  margin-left: 10px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.92);
  font-weight: 900;
  font-size: 18px;
  line-height: 1;
}
.ft-mobile-menu {
  display: none;
}
@media (max-width: 820px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
  }
  .nav {
    position: relative;
    padding: 10px 14px;
    gap: 12px;
    justify-content: space-between;
  }
  .nav__actions,
  .nav__center {
    display: none;
  }
  .brand {
    margin: 0;
    transform: none;
    flex: 1 1 auto;
    max-width: calc(100% - 58px);
  }
  .brand__logo {
    height: 78px;
    max-width: 176px;
  }
  .nav__links {
    display: none !important;
  }
  .ft-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
  }
  .ft-mobile-menu {
    position: absolute;
    right: 14px;
    top: calc(100% + 10px);
    width: min(320px, calc(100vw - 28px));
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
    padding: 10px;
    display: none;
  }
  body.ft-menu-open .ft-mobile-menu {
    display: grid;
    gap: 6px;
  }
  .ft-mobile-menu a {
    padding: 12px;
    border-radius: 12px;
    text-decoration: none;
    color: var(--text, #0f172a);
    font-weight: 800;
  }
  .ft-mobile-menu a:active {
    transform: scale(0.99);
  }
  .ft-mobile-menu a:hover {
    background: rgba(31, 168, 155, 0.08);
  }
  .hero-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 14px;
    align-items: center;
  }
  .hero-wrapper > .hero-boiler:first-of-type {
    grid-row: 1;
    grid-column: 1;
  }
  .hero-wrapper > .hero-content {
    grid-row: 2;
    grid-column: 1/-1;
    text-align: center;
  }
  .hero-wrapper > .hero-boiler:last-of-type {
    grid-row: 1;
    grid-column: 2;
  }
  .hero-boiler {
    margin: 0;
    display: flex;
  }
  .hero-boiler img {
    width: 100%;
    max-width: 190px;
    height: auto;
    border-radius: 18px;
  }
  .hero-content h1 {
    font-size: clamp(1.9rem, 5.2vw, 2.4rem);
    line-height: 1.05;
  }
  .hero-content p {
    font-size: 1.05rem;
    line-height: 1.4;
  }
  .hero-boiler,
  .trust-strip {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .hero-boiler {
    height: 260px;
    padding: 10px;
    overflow: hidden;
  }
  .hero-boiler img {
    width: 100%;
    height: 100%;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
  }
  .trust-strip {
    top: 20px;
    margin-top: 14px;
  }
}
.ft-trust {
  padding: 18px 20px 10px;
  background: linear-gradient(to bottom, rgba(31, 168, 155, 0.06), transparent);
}
.ft-trust-inner {
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.ft-trust-card,
.ft-trust-icon {
  display: flex;
  align-items: center;
}
.ft-trust-card {
  gap: 14px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(31, 168, 155, 0.16);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}
.ft-trust-card:hover {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.085);
}
.ft-trust-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: linear-gradient(
    180deg,
    rgba(31, 168, 155, 0.18),
    rgba(31, 168, 155, 0.08)
  );
  justify-content: center;
  border: 1px solid rgba(31, 168, 155, 0.22);
  flex: 0 0 auto;
  overflow: hidden;
}
.ft-trust-icon-img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  display: block;
}
.ib-product img,
.wb-modelcard__photo {
  display: block;
  aspect-ratio: 4/3;
}
.boiler-card img,
.boiler-tile img,
.qb-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
}
.ft-trust-copy h4 {
  margin: 0;
  font-size: 15px;
  line-height: 1.15;
}
.ft-trust-copy p {
  margin: 4px 0 0;
  font-size: 13px;
  opacity: 0.78;
}
@media (max-width: 980px) {
  .ft-trust-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .ft-trust {
    padding-top: 12px;
  }
  .ft-trust-inner {
    grid-template-columns: 1fr;
  }
  .ft-trust-icon {
    width: 52px;
    height: 52px;
  }
  .ft-trust-icon-img {
    width: 42px;
    height: 42px;
  }
}
.ft-brands {
  padding: 14px 0 10px;
  background: #fff;
}
.ft-brands-wrap {
  overflow: hidden;
}
.ft-brands-track {
  display: flex;
  align-items: center;
  gap: 56px;
  width: max-content;
  animation: ft-marquee 22s linear infinite;
}
.ft-brand-pill {
  border: 1px solid rgba(31, 168, 155, 0.22);
  background: rgba(31, 168, 155, 0.08);
  color: #0b6f68;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
.ft-brands-track img {
  max-width: 168px;
  display: block;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
  flex: 0 0 auto;
}
.ft-brands-track img:hover {
  opacity: 1;
  transform: scale(1.04);
}
.ft-brands-accredit {
  margin: 6px auto 0;
  width: min(100%, 640px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: 0 0;
  box-shadow: none;
}
.ft-brands-accredit-img {
  display: block;
  width: 100%;
  max-width: 560px;
  height: auto;
  object-fit: contain;
}
@media (prefers-reduced-motion: reduce) {
  .ft-brands-track {
    animation: none;
  }
}
@media (max-width: 760px) {
  .ft-brands-wrap {
    overflow: hidden;
    padding: 0 14px;
  }
  .ft-brands-track {
    width: max-content;
    display: flex;
    flex-wrap: nowrap;
    gap: 28px;
    animation: ft-marquee 18s linear infinite;
    will-change: transform;
  }
  .ft-brands-track img {
    width: auto;
    height: 36px;
    max-width: 138px;
    flex-basis: auto;
  }
}
#areas .section-title,
#areas .subtitle,
#areas h2,
#faqs .section-title,
#faqs .subtitle,
#faqs h2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#areas .areas-card,
#areas .areas-inner,
#areas .areas-wrap {
  margin-left: auto;
  margin-right: auto;
}
#areas .areas-list,
#areas .areas-pills,
#areas .areas-row,
#areas .city-pills,
#areas .pill-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.65rem;
}
.areas-badge .dot,
.badge .dot,
.dot,
.pill .dot {
  display: none !important;
}
body,
html {
  overflow-x: clip;
}
#faqs .faq-head,
.faq-head {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
}
@media (max-width: 820px) {
  header .nav-links {
    display: none;
  }
  header .nav-right,
  header .nav-toggle {
    display: inline-flex;
  }
  header .nav-right {
    gap: 10px;
    align-items: center;
  }
  header .nav {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.mobile-menu {
  display: none;
  position: fixed;
  top: 64px;
  left: 12px;
  right: 12px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  padding: 14px;
  z-index: 9999;
}
.mobile-menu.open {
  display: block;
}
.mobile-menu a {
  display: block;
  padding: 12px;
  border-radius: 12px;
  text-decoration: none;
}
.mobile-menu a:hover {
  background: rgba(31, 168, 155, 0.08);
}
.page {
  padding-bottom: 40px;
}
.page-hero {
  padding: 54px 16px 28px;
}
.page-hero-inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
.page-hero h1 {
  margin: 0 0 10px;
}
.page-hero--contact {
  background:
    radial-gradient(
      900px 380px at 20%0,
      rgba(31, 168, 155, 0.18),
      transparent 55%
    ),
    radial-gradient(
      900px 380px at 80% 10%,
      rgba(23, 143, 133, 0.14),
      transparent 60%
    ),
    linear-gradient(180deg, rgba(31, 168, 155, 0.08), rgba(255, 255, 255, 0));
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(31, 168, 155, 0.22);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
  font-weight: 800;
  letter-spacing: 0.2px;
  margin-bottom: 12px;
}
.hero-quick {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.quick-pill {
  gap: 10px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
}
.quick-pill:hover {
  transform: translateY(-1px);
}
.quick-pill,
.quick-pill .qi {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
}
.quick-pill .qi {
  width: 28px;
  height: 28px;
  justify-content: center;
  background: rgba(31, 168, 155, 0.12);
}
.contact-grid-section {
  padding: 18px 16px 10px;
}
.contact-grid {
  max-width: 980px;
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr);
}
.contact-card {
  background: #fff;
  padding: 22px;
}
.contact-icon,
.contact-top {
  display: flex;
  align-items: center;
}
.contact-top {
  gap: 12px;
  margin-bottom: 8px;
}
.contact-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  justify-content: center;
  background: rgba(31, 168, 155, 0.12);
  font-size: 20px;
}
.contact-card h2 {
  margin-top: 0;
  margin-bottom: 8px;
}
.contact-meta {
  margin: 16px 0;
  display: grid;
  gap: 8px;
}
.contact-meta > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.contact-phone {
  display: inline-block;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-decoration: none;
  margin-top: 6px;
}
.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.contact-foot {
  margin-top: 12px;
}
.inline-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.small {
  font-size: 0.95rem;
}
.muted {
  opacity: 0.75;
}
.contact-form-section {
  padding: 26px 16px 40px;
}
.contact-form-wrap {
  max-width: 760px;
  margin: 0 auto;
  background: #fff;
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
}
.form-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}
.reply-pill {
  display: inline-flex;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(31, 168, 155, 0.1);
  border: 1px solid rgba(31, 168, 155, 0.18);
  font-weight: 800;
  white-space: nowrap;
}
.contact-form,
.field-row {
  display: grid;
}
.contact-form label span {
  display: block;
  font-weight: 700;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  outline: 0;
  font: inherit;
}
.field-row {
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 860px) {
  .contact-grid,
  .field-row {
    grid-template-columns: 1fr;
  }
  .contact-phone {
    font-size: 24px;
  }
  .form-head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.tiny {
  font-size: 0.85rem;
}
.ft-reviews {
  padding: 72px 18px;
  background:
    radial-gradient(
      1200px 500px at 10% 10%,
      rgba(31, 168, 155, 0.18),
      transparent 60%
    ),
    radial-gradient(
      900px 500px at 90% 20%,
      rgba(23, 143, 133, 0.16),
      transparent 55%
    ),
    linear-gradient(180deg, #f4fbfb, #fff);
}
.ft-reviews__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.ft-reviews__head {
  text-align: center;
  margin-bottom: 22px;
}
.ft-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(31, 168, 155, 0.14);
  border: 1px solid rgba(31, 168, 155, 0.25);
  color: #0c5f58;
  font-weight: 700;
  letter-spacing: 0.2px;
}
.ft-reviews__head h1,
.ft-reviews__head h2 {
  margin: 12px 0 8px;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
}
.ft-reviews__head p {
  margin: 0 auto;
  max-width: 60ch;
  color: rgba(0, 0, 0, 0.68);
  font-size: 1.05rem;
}
.ft-review-card {
  margin: 0 auto;
  max-width: 860px;
  background: linear-gradient(180deg, #fff, rgba(244, 251, 251, 0.85));
  border: 1px solid rgba(31, 168, 155, 0.22);
  border-radius: 22px;
  padding: 22px 22px 16px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.ft-review-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  background:
    radial-gradient(
      650px 240px at 20%0,
      rgba(31, 168, 155, 0.25),
      transparent 60%
    ),
    radial-gradient(
      650px 240px at 80% 10%,
      rgba(72, 189, 255, 0.18),
      transparent 60%
    );
  pointer-events: none;
}
.ft-review-card,
.ft-review-card > * {
  position: relative;
}
.ft-review-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.ft-stars {
  font-size: 1.15rem;
  letter-spacing: 1px;
  filter: drop-shadow(0 4px 10px rgba(31, 168, 155, 0.2));
}
.ft-review-pill {
  font-size: 0.85rem;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(72, 189, 255, 0.12);
  border: 1px solid rgba(72, 189, 255, 0.22);
  color: rgba(0, 0, 0, 0.72);
  white-space: nowrap;
}
.ft-review-text {
  font-size: 1.06rem;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.78);
  margin: 0 0 14px;
}
.ft-review-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 600;
  margin-bottom: 12px;
}
.ft-review-name {
  color: rgba(0, 0, 0, 0.8);
}
.ft-review-sep {
  opacity: 0.5;
}
.ft-review-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 6px 0 2px;
}
.review-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition:
    transform 0.15s ease,
    background 0.15s ease;
}
.review-dot:hover {
  transform: scale(1.15);
}
.review-dot.active {
  background: rgba(31, 168, 155, 0.85);
  border-color: rgba(31, 168, 155, 0.95);
}
.ft-reviews__cta {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
  flex-wrap: wrap;
}
.ft-review-card.pop {
  transform: translateY(-1px);
}
@media (prefers-reduced-motion: no-preference) {
  .ft-review-card {
    transition: transform 0.18s ease;
  }
}
.ft-reviews--page {
  padding-top: 46px;
}
.section.reviews {
  background:
    radial-gradient(
      1200px 500px at 10% 10%,
      rgba(31, 168, 155, 0.14),
      transparent 60%
    ),
    radial-gradient(
      900px 500px at 90% 20%,
      rgba(72, 189, 255, 0.12),
      transparent 55%
    ),
    linear-gradient(180deg, #f4fbfb, #fff);
}
.review-card {
  background: linear-gradient(180deg, #fff, rgba(244, 251, 251, 0.9));
  border: 1px solid rgba(31, 168, 155, 0.22);
  border-radius: 22px;
  padding: 22px 22px 16px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  min-height: 180px;
}
.review-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.review-card__stars {
  font-size: 1.15rem;
  letter-spacing: 1px;
}
.review-card__pill {
  font-size: 0.85rem;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(72, 189, 255, 0.12);
  border: 1px solid rgba(72, 189, 255, 0.22);
  white-space: nowrap;
}
.review-card__text {
  font-size: 1.06rem;
  line-height: 1.7;
  margin: 0 0 14px;
  color: rgba(0, 0, 0, 0.78);
}
.review-card__meta {
  display: flex;
  justify-content: center;
  gap: 10px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.65);
}
.review-card.pop {
  transform: translateY(-1px);
}
@media (prefers-reduced-motion: no-preference) {
  .review-card {
    transition: transform 0.18s ease;
  }
}
.ft-review-pill,
.review-card__pill {
  display: none !important;
}
.contact-hero .badge,
.contact-hero .pill,
.contact-hero .tagline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(31, 168, 155, 0.16),
    rgba(72, 189, 255, 0.14)
  );
  border: 1px solid rgba(31, 168, 155, 0.22);
  color: rgba(0, 0, 0, 0.72);
  font-weight: 700;
}
.contact-hero .tagline,
.contact-subpill,
.contact-tagline {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}
.contact-cards,
.contact-grid,
.contact-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.contact-box,
.contact-card,
.contact-grid .card {
  border-radius: 18px;
  border: 1px solid rgba(31, 168, 155, 0.18);
  background: linear-gradient(180deg, #fff, rgba(244, 251, 251, 0.88));
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.07);
}
.aftercare-safety {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px dashed rgba(31, 168, 155, 0.25);
  color: rgba(0, 0, 0, 0.78);
  font-weight: 700;
}
.aftercare-card,
.card.aftercare,
.contact-card.aftercare {
  display: flex;
  flex-direction: column;
}
.contact-actions,
.contact-hero .actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 980px) {
  .contact-cards,
  .contact-grid,
  .contact-options {
    grid-template-columns: 1fr;
  }
  .contact-box,
  .contact-card,
  .contact-grid .card {
    padding: 18px;
  }
}
@media (max-width: 560px) {
  .contact-hero h1 {
    font-size: 1.9rem;
  }
  .contact-actions a,
  .contact-hero .actions a {
    width: 100%;
    justify-content: center;
  }
}
.contact-card,
.contact-grid .card {
  display: flex;
  flex-direction: column;
}
.contact-card p:last-child {
  margin-top: auto;
}
.legal-conversion-strip {
  margin: 28px 0 12px;
  padding: 20px 22px;
  border-radius: 20px;
  border: 1px solid rgba(14, 165, 164, 0.18);
  background:
    radial-gradient(360px 180px at 0 0, rgba(14, 165, 164, 0.14), transparent 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 250, 0.96));
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.legal-conversion-strip p {
  margin: 0;
  color: #0f172a;
  max-width: 58ch;
  line-height: 1.55;
}
.legal-conversion-strip__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 640px) {
  .legal-conversion-strip {
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
  .legal-conversion-strip__actions {
    width: 100%;
  }
  .legal-conversion-strip__actions .btn {
    flex: 1 1 100%;
    justify-content: center;
  }
}
.hero-cta {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 14px;
}
.hero-objections {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: grid;
  gap: 6px;
  justify-items: center;
}
.hero-objections li {
  font-size: 0.95rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.94);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.hero-secondary {
  background: 0 0 !important;
}
.area-checker {
  margin: 14px auto 12px;
  max-width: 520px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(15, 23, 42, 0.08);
}
.area-checker label {
  display: block;
  margin-bottom: 8px;
}
.area-checker label span {
  font-size: 13px;
  font-weight: 700;
  color: #11353a;
}
.area-checker__controls {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}
.area-checker input {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(13, 99, 107, 0.28);
  background: #f9fffe;
  color: #0b2830;
  text-transform: uppercase;
}
.area-checker input:focus {
  outline: 0;
  border-color: rgba(9, 138, 138, 0.62);
  box-shadow: 0 0 0 3px rgba(9, 138, 138, 0.14);
}
.area-checker button {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: #0d5960;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.area-checker button:hover {
  background: #0a474d;
}
.area-checker__result {
  margin: 9px 2px 0;
  font-size: 13px;
  line-height: 1.4;
  color: #264f56;
}
.area-checker__result.is-success {
  color: #0f766e;
}
.area-checker__result.is-warn {
  color: #8a5b00;
}
.area-checker__result.is-error {
  color: #9f1239;
}
.mobile-sticky-cta {
  display: none;
}
.ft-live-chat-launcher {
  position: fixed;
  right: 14px;
  bottom: 98px;
  z-index: 1190;
  border: 0;
  border-radius: 999px;
  background: #0b3a3f;
  color: #fff;
  font-weight: 800;
  padding: 10px 14px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.22);
  cursor: pointer;
}
.popular-badge.best-value {
  background: #312e81;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.ft-brands-track img {
  width: 132px;
  height: 40px;
  object-fit: contain;
  object-position: center;
  margin-right: 0;
  opacity: 0.95;
}
.boiler-card .boiler-brand-logo[src*="gw-logo"],
.boiler-card .boiler-brand-logo[src*="ideal-logo"],
.boiler-card .boiler-brand-logo[src*="vaillant-logo"],
.boiler-card .boiler-brand-logo[src*="viessmann-logo"],
.boiler-card .boiler-brand-logo[src*="wblogo"] {
  width: 118px;
  height: 24px;
  object-fit: contain;
  object-position: center;
}
.boiler-card .boiler-brand-logo[src*="alpha-logo"] {
  width: 148px;
  height: 28px;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: 4px 0 12px;
}
.ft-brands-track img[src*="wblogo"] {
  max-width: 152px;
}
.ft-brands-track img[src*="atag"] {
  max-width: 168px;
}
.ft-brands-track img[src*="alpha-logo"],
.ft-brands-track img[src*="gw-logo"],
.ft-brands-track img[src*="ideal-logo"],
.ft-brands-track img[src*="vaillant-logo"],
.ft-brands-track img[src*="viessmann-logo"] {
  max-width: 168px;
  object-fit: contain;
  object-position: center;
}
.ft-brands-track img[src*="vokera-logo"] {
  max-width: 146px;
}
.ft-brands-track img[src*="eph"] {
  max-width: 112px;
}
.ft-brands-track img[src*="hive"] {
  max-width: 158px;
}
.ft-brands-track img[src*="atag"],
.ft-brands-track img[src*="eph"],
.ft-brands-track img[src*="hive"],
.ft-brands-track img[src*="vokera-logo"],
.ft-brands-track img[src*="wblogo"] {
  object-fit: contain;
  object-position: center;
}
@media (max-width: 760px) {
  .ft-brands-track img[src*="wblogo"] {
    max-width: 128px;
  }
  .ft-brands-track img[src*="atag"] {
    max-width: 142px;
  }
  .ft-brands-track img[src*="alpha-logo"],
  .ft-brands-track img[src*="gw-logo"],
  .ft-brands-track img[src*="ideal-logo"],
  .ft-brands-track img[src*="vaillant-logo"],
  .ft-brands-track img[src*="viessmann-logo"] {
    max-width: 142px;
    object-fit: contain;
    object-position: center;
  }
  .ft-brands-track img[src*="vokera-logo"] {
    max-width: 124px;
  }
  .ft-brands-track img[src*="eph"] {
    max-width: 96px;
  }
  .ft-brands-track img[src*="hive"] {
    max-width: 132px;
  }
}
.boiler-card img.boiler-brand-logo[src*="alpha-logo"] {
  width: 148px !important;
  height: 28px !important;
  max-height: 28px !important;
  max-width: 148px !important;
  object-fit: contain !important;
  object-position: left center !important;
  display: block !important;
  margin: 4px 0 12px !important;
  padding: 0 !important;
  filter: none !important;
}
.cta-upgraded .cta-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
}
.cta-upgraded .cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.cta-upgraded .cta-form {
  background: #e6f7f4;
  border-radius: 16px;
  padding: 18px;
  color: #0f2f33;
}
.cta-upgraded .cta-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.cta-upgraded .cta-form label {
  display: block;
  margin-bottom: 12px;
}
.cta-upgraded .cta-form span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #0f2f33;
  opacity: 0.95;
  margin-bottom: 6px;
}
.cta-upgraded .cta-form input {
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(13, 99, 107, 0.24);
  background: #f7fffe;
  color: #0b2830;
}
.cta-upgraded .cta-form input::placeholder {
  color: #4b6b73;
}
.cta-upgraded .cta-form input:focus {
  outline: 0;
  border-color: rgba(9, 138, 138, 0.62);
  box-shadow: 0 0 0 4px rgba(9, 138, 138, 0.16);
}
.cta.cta-upgraded {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(5, 42, 47, 0.78), rgba(8, 78, 83, 0.64)),
    url(images/Style_kitchen.jpg) center/cover no-repeat;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.cta.cta-upgraded .container {
  position: relative;
  z-index: 2;
}
.cta.cta-upgraded::after,
.cta.cta-upgraded::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.cta.cta-upgraded::before {
  background:
    radial-gradient(
      1200px 560px at 16% 22%,
      rgba(255, 255, 255, 0.11),
      transparent 65%
    ),
    linear-gradient(180deg, rgba(7, 33, 36, 0.22), rgba(7, 33, 36, 0.38));
}
.cta.cta-upgraded::after {
  background: linear-gradient(
    90deg,
    rgba(4, 30, 33, 0.32),
    rgba(7, 45, 49, 0.08) 56%,
    rgba(5, 35, 39, 0.28)
  );
}
.cta.cta-upgraded .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.55),
    rgba(0, 0, 0, 0.35)
  );
  pointer-events: none;
  z-index: 1;
}
.cta.cta-upgraded .hero-content {
  position: relative;
  z-index: 2;
}
.cta.cta-upgraded .hero-title {
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}
.cta-upgraded .cta-grid {
  align-items: center;
}
.cta-upgraded .cta-copy {
  text-align: center;
  order: 2;
}
.cta-upgraded .cta-copy p {
  margin-left: auto;
  margin-right: auto;
  max-width: 620px;
}
.cta-upgraded .cta-actions {
  justify-content: center;
}
.cta-upgraded .cta-photo,
.cta-upgraded .cta-photo img {
  display: none;
}
.cta-upgraded .cta-copy .btn {
  border: 1px solid transparent;
}
.cta-upgraded .cta-copy .btn--primary {
  background: #0b3a3f;
  color: #fff;
  box-shadow: 0 14px 28px rgba(7, 33, 36, 0.32);
}
.cta-upgraded .cta-copy .btn--primary:hover {
  background: #072a2f;
}
.cta-upgraded .cta-copy .btn-outline {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 20px rgba(6, 54, 58, 0.2);
}
.cta-upgraded .cta-copy .btn-outline:hover {
  background: #fff;
  color: #0b3a3f;
}
.cta-upgraded .cta-copy .muted {
  color: rgba(255, 255, 255, 0.9);
  opacity: 1;
}
.cta-upgraded .cta-form {
  background: rgba(235, 249, 246, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 18px 34px rgba(6, 35, 39, 0.24);
  order: 1;
}
.cta-upgraded .cta-form .muted {
  color: #23454b;
  opacity: 0.82;
}
.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 500ms ease,
    transform 500ms ease;
}
.ib-proof__item:hover figcaption,
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 980px) {
  .cta-upgraded .cta-form .form-row,
  .cta-upgraded .cta-grid {
    grid-template-columns: 1fr;
  }
  .cta-upgraded .cta-photo {
    max-width: 720px;
  }
  .cta-upgraded .cta-copy,
  .cta-upgraded .cta-form {
    order: initial;
  }
}
@media (max-width: 760px) {
  .cta-upgraded .cta-photo img {
    height: 200px;
  }
  body.has-mobile-sticky-cta {
    padding-bottom: 82px;
  }
  .mobile-sticky-cta {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 10px;
    z-index: 1200;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 8px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(15, 23, 42, 0.1);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
  .mobile-sticky-cta__btn {
    min-height: 42px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    text-decoration: none;
    font-weight: 800;
    font-size: 14px;
  }
  .mobile-sticky-cta__btn--primary {
    background: #0b3a3f;
    color: #fff;
    border: 1px solid #0b3a3f;
  }
  .mobile-sticky-cta__btn--ghost {
    background: #f2fbfa;
    color: #0b3a3f;
    border: 1px solid rgba(11, 58, 63, 0.28);
  }
}
.boiler-card {
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: #fff;
}
.boiler-card:hover {
  border-color: rgba(10, 165, 165, 0.22);
}
.boiler-card h3 {
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.2px;
}
.boiler-desc {
  color: rgba(15, 23, 42, 0.7);
}
.boiler-price {
  color: rgba(15, 23, 42, 0.82);
}
.boiler-price span {
  letter-spacing: -0.4px;
}
.popular-badge {
  animation: none !important;
}
.finance-badge {
  text-transform: none;
  font-size: 0.78rem;
  letter-spacing: 0;
}
.finance-badge small {
  font-size: 0.7rem;
  opacity: 0.92;
}
.boiler-card img {
  filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.12));
}
.boiler-btn {
  font-weight: 800;
  letter-spacing: 0.2px;
}
.boiler-btn:active {
  transform: translateY(1px);
}
@media (max-width: 600px) {
  .boiler-card {
    padding: 20px 18px 24px;
  }
  .boiler-card img {
    max-height: 185px;
    padding: 14px;
  }
  .finance-badge {
    top: 12px;
    left: 12px;
  }
  .popular-badge {
    top: 12px;
    right: 12px;
  }
}
.ft-disclosure {
  margin-top: 2px;
  padding-top: 0;
  font-size: 12.5px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
  text-align: center;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.ft-disclosure p {
  margin: 4px 0;
}
.ft-disclosure strong {
  color: rgba(255, 255, 255, 0.98);
}
.wb-page {
  background:
    radial-gradient(
      1100px 520px at 10% -8%,
      rgba(0, 85, 164, 0.11),
      transparent 58%
    ),
    radial-gradient(
      880px 480px at 100%0,
      rgba(0, 85, 164, 0.08),
      transparent 54%
    ),
    linear-gradient(180deg, #f5f8fb 0, #edf3f7 100%);
}
.wb-page__wrap {
  margin: 0 auto;
}
.wb-hero {
  grid-template-columns: 1.08fr 0.92fr;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.98),
      rgba(242, 247, 251, 0.94)
    ),
    linear-gradient(180deg, rgba(0, 85, 164, 0.06), rgba(255, 255, 255, 0));
}
.wb-kicker {
  margin: 0 0 10px;
  color: #0055a4;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.wb-hero h1 {
  letter-spacing: -0.045em;
}
.wb-hero__sub {
  color: #324955;
}
.wb-hero__actions {
  gap: 12px;
  margin-top: 22px;
}
.wb-brandbar,
.wb-hero__actions,
.wb-trust {
  display: flex;
  flex-wrap: wrap;
}
.wb-trust {
  gap: 10px;
  margin-top: 20px;
}
.wb-trust span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0, 85, 164, 0.14);
  background: rgba(255, 255, 255, 0.8);
  color: #183444;
  font-size: 13px;
  font-weight: 800;
}
.wb-brandbar {
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.97),
    rgba(245, 249, 252, 0.93)
  );
}
.wb-brandbar__badge,
.wb-brandbar__logo {
  width: min(210px, 100%);
  height: auto;
  object-fit: contain;
}
.wb-brandbar__badge {
  width: min(186px, 100%);
}
.wb-hero__visual {
  background:
    radial-gradient(
      620px 320px at 50% 12%,
      rgba(0, 85, 164, 0.18),
      transparent 55%
    ),
    linear-gradient(180deg, #dfeaf3 0, #edf4f9 100%);
}
.wb-hero__boiler {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/5;
}
.wb-truststrip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}
.wb-factorcard,
.wb-featurecard,
.wb-guidecard,
.wb-truststrip article {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}
.wb-truststrip strong {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  color: #123246;
}
.wb-factorcard span,
.wb-featurecard p,
.wb-guidecard p,
.wb-truststrip p {
  margin: 0;
  line-height: 1.6;
  color: #45616f;
}
.wb-section {
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}
.wb-section--alt {
  background: linear-gradient(
    180deg,
    rgba(252, 254, 255, 0.98),
    rgba(244, 248, 251, 0.94)
  );
}
.wb-section__intro h2 {
  margin: 0 0 10px;
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -0.03em;
}
.wb-section li,
.wb-section p {
  color: #334b59;
}
.wb-featuregrid,
.wb-guidegrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.wb-featurecard h3,
.wb-guidecard h3 {
  margin: 0 0 8px;
  font-size: 20px;
}
.wb-factorgrid,
.wb-modelgrid {
  display: grid;
}
.wb-modelcard {
  background: linear-gradient(180deg, #fff, rgba(247, 250, 252, 0.96));
}
.wb-modelcard--featured {
  border-color: rgba(0, 85, 164, 0.22);
  box-shadow: 0 22px 42px rgba(0, 85, 164, 0.12);
}
.wb-modelcard__photo {
  width: 100%;
  background: linear-gradient(180deg, #e5eef5, #f4f8fb);
}
.wb-modelcard__body h3 {
  margin: 0;
  font-size: 24px;
}
.wb-pill {
  display: inline-flex;
  margin: 10px 0 12px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 85, 164, 0.08);
  color: #0055a4;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.wb-modelcard__body li,
.wb-modelcard__body p {
  line-height: 1.65;
}
.wb-cta {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 22px;
  border-radius: 22px;
  background: linear-gradient(
    135deg,
    rgba(0, 85, 164, 0.08),
    rgba(15, 119, 132, 0.08)
  );
  border: 1px solid rgba(15, 23, 42, 0.08);
}
.wb-cta--dark {
  background: linear-gradient(135deg, #0f2c3b, #0f5165);
  color: #fff;
}
.wb-cta--dark h3,
.wb-cta--dark p {
  margin: 0;
  color: #fff;
}
.wb-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 22px;
}
.wb-sidecard {
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, #fff, rgba(247, 250, 252, 0.95));
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}
.wb-sidecard img {
  width: min(220px, 100%);
  height: auto;
  display: block;
  margin-bottom: 16px;
}
.wb-sidecard h3 {
  margin: 0 0 10px;
}
.wb-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.wb-links a {
  color: #0055a4;
  font-weight: 800;
  text-decoration: none;
}
.wb-links a:hover,
.wb-textlink:hover {
  text-decoration: underline;
}
.wb-links--stack {
  flex-direction: column;
  align-items: flex-start;
}
.wb-factorcard {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wb-factorcard strong {
  font-size: 18px;
  color: #113145;
}
@media (max-width: 980px) {
  .wb-factorgrid,
  .wb-featuregrid,
  .wb-guidegrid,
  .wb-hero,
  .wb-modelgrid,
  .wb-truststrip,
  .wb-two-col {
    grid-template-columns: 1fr;
  }
  .wb-hero__boiler,
  .wb-hero__visual {
    min-height: 320px;
  }
}
@media (max-width: 640px) {
  .wb-page__wrap {
    padding: 18px 12px 40px;
  }
  .wb-hero,
  .wb-section {
    padding: 22px 16px;
    border-radius: 22px;
  }
  .wb-hero h1 {
    max-width: none;
    font-size: clamp(30px, 9vw, 42px);
  }
  .wb-hero__sub {
    font-size: 16px;
  }
  .wb-modelcard__photo {
    height: 210px;
  }
}
.wb-page {
  background:
    radial-gradient(
      960px 500px at 10% -10%,
      rgba(0, 85, 164, 0.16),
      transparent 58%
    ),
    radial-gradient(
      880px 540px at 100%0,
      rgba(7, 123, 123, 0.13),
      transparent 60%
    ),
    linear-gradient(180deg, #eef4f8 0, #e6eef4 100%);
}
.wb-page__wrap {
  max-width: 1200px;
  padding: 30px 18px 48px;
}
.wb-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
  gap: 22px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.98),
      rgba(240, 246, 251, 0.95)
    ),
    linear-gradient(180deg, rgba(0, 85, 164, 0.06), rgba(255, 255, 255, 0));
}
.wb-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.wb-hero__brandrow {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.wb-brand-sep {
  color: #638296;
  font-weight: 900;
  font-size: 18px;
}
.wb-brandrow__flametec {
  width: min(160px, 44vw);
  height: auto;
  display: block;
  object-fit: contain;
  margin-left: -6px;
  filter: drop-shadow(0 8px 18px rgba(5, 19, 29, 0.16));
}
.wb-hero h1 {
  max-width: 11.5ch;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 0.96;
  color: #fff;
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  margin: 0 0 14px;
}
.wb-hero__sub {
  font-size: 18px;
}
.wb-hero__micro {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}
.wb-hero__microcard {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 64px;
  padding: 12px 14px;
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.16),
    rgba(255, 255, 255, 0.08)
  );
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 10px 24px rgba(5, 19, 29, 0.16);
  backdrop-filter: blur(10px);
}
.wb-hero__microicon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    rgba(198, 12, 48, 0.22),
    rgba(0, 85, 164, 0.22)
  );
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.wb-hero__microtext,
.wb-typepill {
  display: inline-flex;
  align-items: center;
  color: #f8fbfd;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.35;
}
.wb-hero__art {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 18px;
}
.wb-hero__panel {
  border-radius: 26px;
  border: 1px solid rgba(15, 23, 42, 0.08);
}
.wb-hero__panel,
.wb-hero__visual {
  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.97),
    rgba(243, 248, 252, 0.95)
  );
}
.wb-hero__panel {
  display: grid;
  grid-template-columns: minmax(150px, 190px) 1fr;
  gap: 18px;
  align-items: center;
  padding: 20px;
}
.wb-statstack {
  display: grid;
  gap: 12px;
}
.wb-statstack article,
.wb-supportlist article {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(0, 85, 164, 0.05);
  border: 1px solid rgba(0, 85, 164, 0.08);
}
.wb-statstack strong {
  display: block;
  color: #113145;
  margin-bottom: 4px;
}
.wb-statstack p {
  margin: 0;
  color: #48626f;
  line-height: 1.55;
}
.wb-hero__visual {
  position: relative;
  min-height: 460px;
  background:
    radial-gradient(
      620px 340px at 50% 6%,
      rgba(0, 85, 164, 0.2),
      transparent 56%
    ),
    linear-gradient(180deg, #dbe6ef 0, #eef4f8 100%);
}
.wb-hero__boiler {
  min-height: 460px;
  object-fit: contain;
  object-position: center 14px;
  padding: 12px 14px 28px;
}
.wb-hero__note {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(15, 44, 59, 0.88);
  color: #fff;
  line-height: 1.55;
  font-weight: 700;
}
.wb-credential-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 14px;
  padding: 10px 12px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
}
.wb-iconcard {
  padding: 18px;
}
.wb-featuretile,
.wb-homecard,
.wb-iconcard,
.wb-packagecard,
.wb-subcard {
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05);
}
.wb-homecard,
.wb-packagecard,
.wb-subcard {
  padding: 18px;
}
.wb-iconbadge {
  margin-bottom: 14px;
}
.wb-featuretile__icon,
.wb-iconbadge {
  width: 52px;
  height: 52px;
  display: inline-grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #0055a4, #0b7d7d);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.wb-iconbadge--logo {
  width: 76px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.1);
  padding: 8px;
}
.wb-iconbadge--logo img {
  width: 100%;
  height: auto;
  max-height: 32px;
  object-fit: contain;
  display: block;
}
.wb-iconcard h2 {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.2;
}
.wb-iconcard p {
  line-height: 1.45;
  font-size: 13px;
}
.wb-section {
  margin-top: 20px;
  padding: 26px;
  border-radius: 30px;
}
.wb-section--tinted {
  background:
    linear-gradient(
      180deg,
      rgba(250, 253, 255, 0.98),
      rgba(238, 246, 250, 0.96)
    ),
    linear-gradient(135deg, rgba(0, 85, 164, 0.05), rgba(7, 123, 123, 0.05));
}
.wb-section__split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
}
.wb-section__headline {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}
.wb-textlink {
  color: #0055a4;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}
.wb-whygrid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.wb-featuretile h3 {
  margin: 0 0 8px;
}
.wb-homecard h3,
.wb-packagecard h3 {
  margin: 0 0 8px;
  font-size: 20px;
}
.wb-featuretile p,
.wb-iconcard p {
  margin: 0;
  color: #48626f;
}
.wb-homecard p,
.wb-packagecard p,
.wb-subcard p {
  margin: 0;
  line-height: 1.62;
  color: #48626f;
}
.wb-featuretile {
  padding: 16px;
}
.wb-featuretile__icon {
  margin-bottom: 10px;
}
.wb-featuretile h3 {
  font-size: 18px;
  line-height: 1.2;
}
.wb-featuretile p {
  font-size: 14px;
  line-height: 1.5;
}
.wb-section__intro {
  max-width: 920px;
  margin-bottom: 6px;
}
.wb-cta {
  margin-top: 14px;
}
.wb-cta--inline {
  background: linear-gradient(135deg, #143246, #0d5d6d);
  color: #fff;
  padding: 16px 18px;
  border-radius: 20px;
}
.wb-cta--inline h3,
.wb-cta--inline p {
  color: #fff;
  margin: 0;
}
.wb-cta--inline h3 {
  font-size: 20px;
  margin-bottom: 4px;
}
.wb-cta--inline p {
  font-size: 14px;
  line-height: 1.45;
}
.wb-modelgrid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.wb-modelcard {
  display: flex;
  flex-direction: column;
}
.wb-modelcard__photo {
  height: 260px;
  object-fit: contain;
  padding: 16px;
}
.wb-modelcard__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.wb-modelcard__summary {
  margin: 8px 0 12px;
  color: #19374a;
  font-size: 17px;
  font-weight: 700;
}
.ft-model-price {
  position: relative;
  margin: 14px 0 18px;
  padding: 18px;
  border-radius: 24px;
  background:
    radial-gradient(
      circle at top right,
      rgba(246, 196, 59, 0.2),
      transparent 32%
    ),
    linear-gradient(155deg, #f8fbff 0, #edf6ff 52%, #eef8f5 100%);
  border: 1px solid rgba(16, 72, 122, 0.14);
  box-shadow: 0 18px 36px rgba(12, 41, 66, 0.1);
  overflow: hidden;
}
.ft-model-price::after {
  content: "";
  position: absolute;
  inset: auto -24px -34px auto;
  width: 132px;
  height: 132px;
  border-radius: 999px;
  background: radial-gradient(
    circle,
    rgba(0, 85, 164, 0.14),
    rgba(0, 85, 164, 0)
  );
  pointer-events: none;
}
.ft-model-price__top {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(190px, 0.8fr);
  gap: 14px;
  align-items: stretch;
}
.ft-model-price__main {
  position: relative;
  z-index: 1;
}
.ft-model-price__eyebrow {
  display: block;
  margin-bottom: 6px;
  color: #32556d;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.ft-model-price strong {
  display: block;
  color: #08263d;
  font-size: 35px;
  line-height: 1;
  letter-spacing: -0.04em;
}
.ft-model-price__lead {
  margin: 10px 0 0;
  max-width: 34ch;
  color: #3a5a70;
  font-size: 13px;
  line-height: 1.55;
}
.ft-model-price__finance {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(7, 38, 62, 0.92);
  color: #f8fcff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.ft-model-price__finance-label {
  color: rgba(230, 242, 251, 0.78);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.ft-model-price__finance strong {
  margin-top: 10px;
  color: #fff;
  font-size: 28px;
}
.ft-model-price__finance small {
  margin-top: 6px;
  color: rgba(230, 242, 251, 0.74);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}
.ft-model-price__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}
.ft-model-price__tile {
  padding: 13px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 72, 122, 0.1);
  backdrop-filter: blur(8px);
}
.ft-model-price__tile-label {
  display: block;
  margin-bottom: 7px;
  color: #5b7280;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.ft-model-price__tile strong {
  color: #0d2f49;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.ft-model-price__tile small {
  display: block;
  margin-top: 6px;
  color: #4f6776;
  font-size: 12px;
  line-height: 1.45;
}
.wb-modelcard__body {
  padding: 20px 20px 22px;
}
@media (max-width: 760px) {
  .ft-model-price__grid,
  .ft-model-price__top {
    grid-template-columns: 1fr;
  }
  .ft-model-price {
    padding: 16px;
    border-radius: 22px;
  }
  .ft-model-price strong {
    font-size: 31px;
  }
  .ft-model-price__finance strong {
    font-size: 24px;
  }
}
.wb-checklist {
  margin: 0;
  padding-left: 18px;
  color: #395360;
}
.wb-checklist li {
  margin: 8px 0;
  line-height: 1.5;
}
.wb-modelmeta {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  color: #45616f;
}
.wb-cardactions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.wb-subgrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.wb-homegrid,
.wb-package__grid {
  display: grid;
  gap: 16px;
}
.wb-package__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.wb-homegrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.wb-supportlist {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}
.wb-supportlist strong {
  display: block;
  margin-bottom: 4px;
  color: #103145;
}
.wb-supportlist span {
  color: #47616f;
  line-height: 1.55;
}
.wb-factorgrid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.wb-package {
  display: grid;
  gap: 20px;
}
.wb-finalcta {
  margin-top: 22px;
  padding: 28px;
  border-radius: 30px;
  background:
    radial-gradient(
      600px 280px at 100%0,
      rgba(255, 255, 255, 0.16),
      transparent 55%
    ),
    linear-gradient(135deg, #0f2c3b, #0055a4 58%, #0b7d7d);
  color: #fff;
  box-shadow: 0 24px 52px rgba(15, 23, 42, 0.16);
}
.wb-finalcta h2,
.wb-finalcta p {
  color: #fff;
}
.wb-topband {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}
.wb-topband__item {
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.98),
    rgba(242, 247, 251, 0.95)
  );
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
}
.wb-topband__label {
  display: block;
  margin-bottom: 6px;
  color: #7c1d33;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.wb-topband__item strong {
  color: #123246;
  font-size: 16px;
}
.wb-hero {
  padding: 28px;
  background:
    radial-gradient(
      640px 280px at 100%0,
      rgba(255, 255, 255, 0.12),
      transparent 52%
    ),
    linear-gradient(135deg, #0f2234 0, #123b63 56%, #0b6a73 100%);
  border-radius: 26px;
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.16);
  align-items: stretch;
}
.wb-brand-chip {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.wb-hero__sub {
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
}
.wb-hero__assurance {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 18px;
}
.wb-hero__assurance article {
  padding: 13px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}
.wb-assurance__eyebrow,
.wb-rangebar span {
  display: block;
  margin-bottom: 6px;
  font-weight: 900;
  text-transform: uppercase;
}
.wb-assurance__eyebrow {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  letter-spacing: 0.14em;
}
.wb-hero__assurance strong {
  color: #fff;
  line-height: 1.5;
}
.wb-hero__panel {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(247, 250, 252, 0.96)
  );
}
.wb-hero__visual {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    radial-gradient(
      620px 340px at 50% 6%,
      rgba(198, 12, 48, 0.16),
      transparent 56%
    ),
    linear-gradient(180deg, #dbe6ef 0, #eef4f8 100%);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.wb-rangebar {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.wb-rangebar article {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 23, 42, 0.07);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05);
}
.wb-rangebar span {
  color: #c60c30;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.wb-rangebar strong {
  color: #123246;
  line-height: 1.45;
}
.wb-featuretile__icon,
.wb-iconbadge {
  background: linear-gradient(135deg, #c60c30, #0055a4);
}
.wb-iconcard:nth-child(2) .wb-iconbadge {
  background: linear-gradient(135deg, #c60c30, #7c1d33);
}
.wb-iconcard:nth-child(3) .wb-iconbadge {
  background: linear-gradient(135deg, #0055a4, #0b6a73);
}
.wb-iconcard:nth-child(4) .wb-iconbadge {
  background: linear-gradient(135deg, #123b63, #0055a4);
}
.wb-iconcard:nth-child(5) .wb-iconbadge {
  background: linear-gradient(135deg, #0b6a73, #0f2234);
}
.wb-section--tinted {
  background:
    linear-gradient(
      180deg,
      rgba(250, 253, 255, 0.98),
      rgba(238, 246, 250, 0.96)
    ),
    linear-gradient(135deg, rgba(198, 12, 48, 0.04), rgba(0, 85, 164, 0.05));
}
.wb-modelcard {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(247, 250, 252, 0.96)
  );
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}
.wb-modelcard::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #c60c30, #0055a4);
}
.wb-modelcard__photo {
  background:
    radial-gradient(
      260px 120px at 50% 100%,
      rgba(198, 12, 48, 0.08),
      transparent 70%
    ),
    linear-gradient(180deg, #edf3f7, #f8fbfd);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}
.wb-modelcard__photo[src*="Worcester-2000"] {
  transform: none;
}
.wb-modelcard__photo[src*="Worcester_Bosch_8000_Left"],
.wb-modelcard__photo[src*="wb-cdi-compact-1"],
.wb-modelcard__photo[src*="worcesterri"] {
  object-fit: contain;
  transform: none;
}
.wb-modelcard__photo[src*="Worcester-2000"] {
  object-fit: contain;
  object-position: center;
  padding: 6px;
}
.wb-modelcard__photo[src*="Worcester_Bosch_8000_Left"] {
  object-position: center 56%;
  padding: 2px 2px 0;
}
.wb-modelcard__photo[src*="wb-cdi-compact-1"],
.wb-modelcard__photo[src*="worcesterri"] {
  object-position: center;
  padding: 2px;
}
.brand-page {
  --brand-accent: #0b7d7d;
  --brand-accent-2: #0055a4;
}
.brand-page .wb-hero {
  background:
    radial-gradient(
      640px 280px at 100% 0%,
      rgba(255, 255, 255, 0.12),
      transparent 52%
    ),
    linear-gradient(
      135deg,
      #0f2234 0%,
      var(--brand-accent-2) 56%,
      var(--brand-accent) 100%
    );
}
.brand-page .wb-kicker,
.brand-page .wb-modelcard__tag,
.brand-page .wb-sidecard__seal span {
  color: var(--brand-accent);
}
.brand-page .wb-pill {
  background: rgba(255, 255, 255, 0.08);
  color: var(--brand-accent-2);
}
.brand-page .wb-featuretile__icon,
.brand-page .wb-iconbadge:not(.wb-iconbadge--logo) {
  background: linear-gradient(
    135deg,
    var(--brand-accent),
    var(--brand-accent-2)
  );
}
.brand-page .wb-modelcard::before {
  background: linear-gradient(
    90deg,
    var(--brand-accent),
    var(--brand-accent-2)
  );
}
.brand-page .wb-links a,
.brand-page .wb-textlink {
  color: var(--brand-accent-2);
}
.brand-page .wb-cta--inline,
.brand-page .wb-finalcta {
  background: linear-gradient(
    135deg,
    #0f2432,
    var(--brand-accent-2) 56%,
    var(--brand-accent)
  );
}
.brand-page .wb-hero__microicon {
  background: linear-gradient(
    135deg,
    var(--brand-accent),
    var(--brand-accent-2)
  );
}
.brand-page .btn--primary {
  background: var(--brand-accent-2);
}
.brand-page .btn--primary:hover {
  background: var(--brand-accent);
}
.brand-page .wb-hero__visual {
  background:
    radial-gradient(
      620px 340px at 50% 6%,
      rgba(255, 255, 255, 0.14),
      transparent 56%
    ),
    linear-gradient(180deg, #dbe6ef 0, #eef4f8 100%);
}
.brand-page .wb-hero__boiler,
.brand-page .wb-modelcard__photo {
  object-fit: contain;
  object-position: center;
  transform: none;
  padding: 14px;
}
.brand-page .wb-hero__boiler,
.brand-page .wb-hero__visual {
  min-height: 380px;
}
.brand-page--atag {
  --brand-accent: #b3202a;
  --brand-accent-2: #444a51;
}
.brand-page--ideal {
  --brand-accent: #2a9d57;
  --brand-accent-2: #1c1f22;
}
.brand-page--viessmann {
  --brand-accent: #f26b21;
  --brand-accent-2: #3d454d;
}
.brand-page--glowworm {
  --brand-accent: #21a35c;
  --brand-accent-2: #0f6f68;
}
.brand-page--vaillant {
  --brand-accent: #159c58;
  --brand-accent-2: #2d4a3c;
}
.brand-page--alpha {
  --brand-accent: #c6282e;
  --brand-accent-2: #4a2024;
}
.brand-page--vokera {
  --brand-accent: #7fbe6b;
  --brand-accent-2: #59656d;
}
.wb-modelcard__tag {
  margin: 10px 0 0;
  color: #7c1d33;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.wb-comparebar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}
.wb-comparebar article {
  padding: 16px 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #112b41, #164f79);
  color: #fff;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}
.wb-comparebar strong {
  display: block;
  margin-bottom: 6px;
}
.wb-comparebar span {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.5;
}
.wb-sidecard__seal {
  margin-top: 18px;
  padding: 16px;
  border-radius: 18px;
  background: linear-gradient(
    135deg,
    rgba(198, 12, 48, 0.08),
    rgba(0, 85, 164, 0.08)
  );
  border: 1px solid rgba(15, 23, 42, 0.08);
}
.wb-sidecard__seal span {
  display: block;
  margin-bottom: 6px;
  color: #7c1d33;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.wb-sidecard__seal strong {
  color: #133246;
  line-height: 1.55;
}
.ib-page {
  background:
    radial-gradient(
      920px 500px at 0-10%,
      rgba(0, 85, 164, 0.13),
      transparent 58%
    ),
    radial-gradient(
      860px 520px at 100%0,
      rgba(7, 123, 123, 0.11),
      transparent 58%
    ),
    linear-gradient(180deg, #eff5f9 0, #e7eef4 100%);
}
.ib-page--system {
  background:
    radial-gradient(
      920px 500px at 0-10%,
      rgba(15, 44, 59, 0.12),
      transparent 58%
    ),
    radial-gradient(
      860px 520px at 100%0,
      rgba(0, 85, 164, 0.11),
      transparent 58%
    ),
    linear-gradient(180deg, #edf4f8 0, #e3ebf2 100%);
}
.ib-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 18px 40px;
}
.ib-final,
.ib-hero,
.ib-section {
  border-radius: 30px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.08);
}
.ib-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: 22px;
  padding: 24px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.98),
      rgba(242, 247, 251, 0.95)
    ),
    linear-gradient(180deg, rgba(0, 85, 164, 0.04), rgba(255, 255, 255, 0));
}
.ib-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ib-kicker {
  margin: 0 0 10px;
  color: #0055a4;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.ib-hero h1 {
  margin: 0 0 14px;
  max-width: 12ch;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}
.ib-hero__sub {
  margin: 0;
  color: #36505e;
  font-size: 18px;
}
.ib-actions,
.ib-micro {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.ib-micro {
  gap: 10px;
  margin-top: 18px;
}
.ib-micro span,
.ib-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(0, 85, 164, 0.12);
  color: #183444;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
}
.ib-hero__visual {
  position: relative;
  min-height: 430px;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background:
    radial-gradient(
      520px 300px at 50% 8%,
      rgba(0, 85, 164, 0.16),
      transparent 58%
    ),
    linear-gradient(180deg, #dfe9f0 0, #eef4f8 100%);
}
.ib-hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: contain;
  object-position: center center;
  padding: 20px 20px 90px;
}
.ib-hero__card {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(15, 44, 59, 0.9);
  color: #fff;
}
.ib-hero__card strong {
  display: block;
  margin-bottom: 4px;
}
.ib-hero__card p {
  margin: 0;
  line-height: 1.58;
}
.ib-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 18px;
}
.ib-card,
.ib-panel,
.ib-product,
.ib-strip__card {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}
.ib-strip__card span {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #0055a4, #0b7d7d);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 14px;
}
.ib-strip__card h2 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.2;
}
.ib-strip__card p {
  line-height: 1.6;
}
.ib-card p,
.ib-strip__card p {
  margin: 0;
  color: #48616f;
}
.ib-product p {
  line-height: 1.6;
}
.ib-panel p,
.ib-product p {
  margin: 0;
  color: #48616f;
}
.ib-section {
  margin-top: 20px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.95);
}
.ib-section--tint {
  background:
    linear-gradient(
      180deg,
      rgba(251, 253, 255, 0.98),
      rgba(241, 247, 251, 0.95)
    ),
    linear-gradient(135deg, rgba(0, 85, 164, 0.04), rgba(7, 123, 123, 0.04));
}
.ib-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}
.ib-head > p {
  max-width: 42ch;
  margin: 0;
  color: #496270;
  line-height: 1.65;
}
.ib-head h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: -0.03em;
}
.ib-grid {
  display: grid;
}
.ib-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.ib-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.ib-card h3,
.ib-panel h2,
.ib-product h3 {
  margin: 0 0 8px;
}
.ib-callout {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 20px;
  background: linear-gradient(
    135deg,
    rgba(15, 44, 59, 0.92),
    rgba(0, 85, 164, 0.9)
  );
  color: #fff;
  line-height: 1.62;
}
.ib-product {
  display: grid;
  gap: 16px;
}
.ib-product img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  background: linear-gradient(180deg, #e3ebf2, #f3f8fb);
  padding: 14px;
}
.ib-list {
  margin: 12px 0 0;
  padding-left: 18px;
  color: #37505d;
}
.ib-list li {
  margin: 8px 0;
}
.ib-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.ib-final {
  margin-top: 22px;
  padding: 28px;
  background:
    radial-gradient(
      540px 260px at 100%0,
      rgba(255, 255, 255, 0.14),
      transparent 54%
    ),
    linear-gradient(135deg, #0f2c3b, #0055a4 58%, #0b7d7d);
}
.ib-final,
.ib-final h2,
.ib-final p {
  color: #fff;
}
.flametec-footer .ft-links,
.flametec-footer .ft-wrap {
  gap: 18px;
}
.flametec-footer .ft-compliance-divider {
  margin: 0 auto 2px;
}
#ft-footer-mount > .flametec-footer,
.flametec-footer {
  min-height: 0 !important;
  height: auto !important;
  padding: 28px 0 0 !important;
}
.flametec-footer .ft-wrap {
  max-width: 1240px !important;
  margin: 0 auto !important;
  padding: 0 20px 20px !important;
  display: block !important;
}
.flametec-footer .ft-footer-top {
  display: grid !important;
  grid-template-columns: 1.2fr repeat(4, minmax(140px, 1fr)) !important;
  gap: 24px !important;
  align-items: start !important;
}
.flametec-footer .ft-col.ft-brand {
  max-width: none !important;
  padding-right: 10px !important;
  gap: 8px !important;
}
.flametec-footer .ft-brandline {
  gap: 10px !important;
  align-items: center !important;
}
.flametec-footer .ft-logo {
  width: 84px !important;
  height: 84px !important;
  margin: 0 !important;
}
.flametec-footer .ft-logo--wordmark {
  width: min(100%, 240px) !important;
  height: auto !important;
  margin: 0 0 10px !important;
  display: block !important;
}
.flametec-footer .ft-logo--lockup {
  width: auto !important;
  max-width: min(100%, 244px) !important;
  height: 204px !important;
  padding: 8px 10px 6px !important;
  box-sizing: content-box !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 50% 22%, rgba(74, 231, 234, 0.12), rgba(74, 231, 234, 0) 52%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015)) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 26px rgba(4, 33, 37, 0.12) !important;
  margin: 0 0 12px !important;
  display: block !important;
}
.flametec-footer .ft-brandlockup {
  gap: 1px !important;
}
.flametec-footer .ft-brandeyebrow {
  font-size: 1.1rem !important;
}
.flametec-footer .ft-brandname {
  font-size: 1.22rem !important;
}
.flametec-footer .ft-tagline {
  margin: 2px 0 0 !important;
  max-width: none !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
}
.flametec-footer .ft-proud {
  margin: 0 !important;
  color: #fff !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}
.flametec-footer .ft-contact-stack {
  display: grid !important;
  gap: 4px !important;
}
.flametec-footer .ft-link {
  margin: 0 !important;
  line-height: 1.25 !important;
}
.flametec-footer .ft-phone {
  font-size: 17px !important;
  line-height: 1.05 !important;
}
.flametec-footer .ft-hours,
.flametec-footer .ft-meta {
  margin: 0 !important;
  font-size: 11.9px !important;
  line-height: 1.36 !important;
}
.flametec-footer .ft-social {
  margin-top: 8px !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
}
.flametec-footer .ft-social-btn {
  width: auto !important;
  min-width: 92px !important;
  height: 38px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  font-size: 12.5px !important;
  line-height: 1 !important;
  letter-spacing: 0.01em !important;
  justify-content: center !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  color: rgba(255, 255, 255, 0.94) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}
.flametec-footer .ft-badges {
  margin-top: 8px !important;
  gap: 10px !important;
  flex-wrap: nowrap !important;
}
.flametec-footer .ft-gassafe {
  height: 28px !important;
}
.flametec-footer .ft-fca {
  height: 34px !important;
}
.flametec-footer .ft-worcester {
  height: 30px !important;
}
.flametec-footer .ft-links {
  display: contents !important;
}
.flametec-footer .ft-group a {
  font-size: 12.75px !important;
  line-height: 1.35 !important;
}
.flametec-footer .ft-footer-legal {
  width: 100% !important;
  border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
  background: rgba(4, 43, 47, 0.22) !important;
}
.flametec-footer .ft-footer-legal__wrap {
  width: min(100%, 1480px) !important;
  margin: 0 auto !important;
  padding: 12px 24px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  gap: 24px 40px !important;
  flex-wrap: wrap !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  opacity: 0.85 !important;
}
.flametec-footer .ft-copy,
.flametec-footer .ft-legal-block p {
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}
.flametec-footer .ft-copy {
  border-top: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}
.flametec-footer .ft-legal-block {
  display: grid !important;
  gap: 4px !important;
  align-items: flex-start !important;
  color: rgba(255, 255, 255, 0.82) !important;
}
.flametec-footer .ft-legal-block--left {
  flex: 1 1 360px !important;
  max-width: 460px !important;
}
.flametec-footer .ft-legal-block--right {
  flex: 1.7 1 760px !important;
  max-width: 920px !important;
}
.flametec-footer .ft-legal-block p {
  min-width: 0 !important;
}
.flametec-footer .ft-highlight {
  color: rgba(245, 250, 251, 0.82) !important;
  font-weight: 800 !important;
}
.flametec-footer .ft-compliance-divider {
  display: none !important;
}
@media (max-width: 1100px) {
  .flametec-footer .ft-footer-top {
    grid-template-columns: minmax(260px, 1.15fr) repeat(2, minmax(160px, 1fr)) !important;
  }
  .flametec-footer .ft-links {
    display: grid !important;
    grid-column: 2/-1 !important;
    grid-template-columns: repeat(3, minmax(160px, 1fr)) !important;
    gap: 22px !important;
  }
  .flametec-footer .ft-group:last-child {
    grid-column: span 3;
  }
  .flametec-footer .ft-footer-legal__wrap {
    width: min(100%, 1320px) !important;
    gap: 18px 24px !important;
  }
  .flametec-footer .ft-legal-block--left,
  .flametec-footer .ft-legal-block--right {
    max-width: none !important;
  }
}
@media (max-width: 760px) {
  #ft-footer-mount > .flametec-footer,
  .flametec-footer {
    padding-top: 22px !important;
  }
  .flametec-footer .ft-wrap {
    padding: 0 16px 16px !important;
  }
  .flametec-footer .ft-footer-top {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
  .flametec-footer .ft-links {
    display: grid !important;
    grid-column: auto !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 18px !important;
  }
  .flametec-footer .ft-col.ft-brand {
    padding-right: 0 !important;
  }
  .flametec-footer .ft-badges {
    flex-wrap: wrap !important;
  }
  .flametec-footer .ft-footer-legal__wrap {
    padding: 10px 16px 14px !important;
    gap: 10px !important;
    display: grid !important;
  }
  .flametec-footer .ft-legal-block {
    gap: 6px !important;
  }
  .flametec-footer .ft-legal-block--left,
  .flametec-footer .ft-legal-block--right {
    max-width: none !important;
  }
}
@media (max-width: 1100px) {
  .wb-comparebar,
  .wb-factorgrid,
  .wb-homegrid,
  .wb-topband {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .wb-credential-strip,
  .wb-whygrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .ib-grid--4,
  .ib-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 980px) {
  .wb-hero {
    gap: 18px;
  }
  .wb-comparebar,
  .wb-factorgrid,
  .wb-hero,
  .wb-hero__assurance,
  .wb-homegrid,
  .wb-package__grid,
  .wb-rangebar,
  .wb-section__split,
  .wb-subgrid,
  .wb-topband,
  .wb-whygrid {
    grid-template-columns: 1fr;
  }
  .wb-credential-strip,
  .wb-whygrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .wb-section__headline {
    flex-direction: column;
    align-items: flex-start;
  }
  .wb-hero__panel {
    grid-template-columns: 1fr;
  }
  .wb-featuretile {
    padding: 14px;
  }
  .ib-grid--3,
  .ib-grid--4,
  .ib-hero,
  .ib-strip,
  .ib-two {
    grid-template-columns: 1fr;
  }
  .ib-head {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 640px) {
  .wb-page__wrap {
    padding: 10px 12px 32px;
  }
  .wb-hero {
    border-radius: 20px;
  }
  .wb-finalcta,
  .wb-section {
    padding: 14px;
    border-radius: 20px;
  }
  .wb-hero {
    gap: 14px;
    padding: 16px 14px;
  }
  .wb-hero h1,
  .wb-hero__sub {
    max-width: none;
    text-align: center;
  }
  .wb-hero h1 {
    font-size: clamp(30px, 8.8vw, 40px);
    margin-bottom: 10px;
    line-height: 1.02;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
  }
  .wb-hero__sub {
    font-size: 15px;
    line-height: 1.55;
  }
  .wb-kicker {
    text-align: center;
    margin-bottom: 8px;
  }
  .wb-hero__brandrow {
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
  }
  .wb-brandbar__logo {
    width: min(148px, 62vw);
  }
  .wb-brandrow__flametec {
    width: min(132px, 42vw);
  }
  .wb-brand-sep,
  .wb-featuretile h3 {
    font-size: 16px;
  }
  .wb-hero__actions {
    display: grid;
  }
  .wb-cta--inline .btn,
  .wb-hero__actions .btn {
    width: 100%;
    justify-content: center;
  }
  .wb-hero__actions,
  .wb-hero__micro {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 16px;
  }
  .wb-hero__microcard {
    min-height: 58px;
    padding: 11px 12px;
    border-radius: 16px;
  }
  .wb-hero__microicon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    border-radius: 10px;
  }
  .wb-hero__microicon svg {
    width: 16px;
    height: 16px;
  }
  .wb-hero__microtext {
    font-size: 11.5px;
  }
  .wb-hero__assurance {
    grid-template-columns: 1fr;
    margin-top: 12px;
  }
  .wb-hero__assurance article {
    padding: 11px 12px;
    text-align: center;
  }
  .wb-iconbadge {
    width: 48px;
    height: 48px;
    font-size: 13px;
  }
  .wb-iconbadge--logo {
    width: 70px;
  }
  .wb-iconbadge--logo img {
    max-height: 28px;
  }
  .wb-hero__visual {
    min-height: 0;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    background:
      radial-gradient(
        420px 180px at 50%0,
        rgba(198, 12, 48, 0.12),
        transparent 62%
      ),
      linear-gradient(180deg, #e7eef4 0, #f3f7fa 100%);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
  }
  .wb-hero__boiler {
    display: block;
    width: min(100%, 220px);
    height: auto;
    min-height: 0;
    margin: 0 auto;
    padding: 8px 0 0;
    object-fit: contain;
    object-position: center top;
  }
  .wb-hero__note {
    position: static;
    margin: 10px 10px 0;
    padding: 10px 12px;
    border-radius: 16px;
    font-size: 13px;
    line-height: 1.42;
  }
  .wb-rangebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 10px;
  }
  .wb-rangebar article {
    padding: 10px;
    border-radius: 14px;
  }
  .wb-rangebar span {
    font-size: 11px;
    margin-bottom: 4px;
  }
  .wb-rangebar strong {
    font-size: 14px;
  }
  .wb-credential-strip {
    grid-template-columns: 1fr;
    padding: 10px;
    gap: 8px;
    border-radius: 18px;
  }
  .wb-iconcard {
    padding: 14px;
    border-radius: 18px;
  }
  .wb-modelgrid,
  .wb-package__grid,
  .wb-subgrid {
    grid-template-columns: 1fr;
  }
  .wb-section__intro {
    margin-bottom: 16px;
  }
  .wb-featuretile__icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    font-size: 12px;
    margin-bottom: 8px;
  }
  .wb-featuretile p {
    font-size: 13.5px;
  }
  .wb-cta--inline {
    padding: 14px;
    gap: 10px;
  }
  .wb-modelcard__photo {
    height: 212px;
  }
  .ib-wrap {
    padding: 18px 12px 32px;
  }
  .ib-final,
  .ib-hero,
  .ib-section {
    padding: 18px 16px;
    border-radius: 24px;
  }
  .ib-hero h1 {
    max-width: none;
    font-size: clamp(32px, 10vw, 46px);
  }
  .ib-hero__sub {
    font-size: 16px;
  }
  .ib-hero__visual,
  .ib-hero__visual img {
    min-height: 320px;
  }
  .ib-hero__visual img {
    padding-bottom: 108px;
  }
}
.ib-page--combi .ib-wrap {
  padding-top: 34px;
  padding-bottom: 56px;
}
.ib-page--combi .ib-final,
.ib-page--combi .ib-hero,
.ib-page--combi .ib-section {
  border-color: rgba(13, 37, 63, 0.1);
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.08);
}
.ib-page--combi .ib-final,
.ib-page--combi .ib-section {
  margin-top: 24px;
}
.ib-page--combi .ib-hero {
  gap: 24px;
  padding: 26px;
  background:
    radial-gradient(
      700px 340px at 0 0,
      rgba(0, 85, 164, 0.09),
      transparent 62%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.99),
      rgba(240, 246, 250, 0.96)
    );
}
.ib-page--combi .ib-hero h1 {
  max-width: 10ch;
}
.ib-page--combi .ib-hero__sub {
  max-width: 46ch;
  line-height: 1.56;
  color: #36505e;
}
.ib-page--combi .ib-actions {
  gap: 14px;
}
.ib-page--combi .ib-actions .btn {
  min-height: 52px;
  padding-inline: 18px;
  font-weight: 800;
}
.ib-page--combi .ib-btn--hero {
  padding-inline: 24px;
  box-shadow: 0 18px 34px rgba(0, 85, 164, 0.22);
  transform: translateY(-1px);
}
.ib-page--combi .ib-hero__visual {
  min-height: 448px;
  border-radius: 28px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}
.ib-page--combi .ib-hero__visual img {
  min-height: 448px;
  padding: 0;
  object-fit: cover;
  object-position: 50% 56%;
  transform: scale(1.05);
}
.ib-hero__caption {
  position: absolute;
  top: 18px;
  left: 18px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  z-index: 2;
}
.ib-hero__caption span {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  padding: 11px 15px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  color: #0f2c3b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.1);
}
.ib-page--combi .ib-hero__card {
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}
.ib-page--combi .ib-strip {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}
.ib-page--combi .ib-card,
.ib-page--combi .ib-panel,
.ib-page--combi .ib-product,
.ib-page--combi .ib-strip__card {
  border-color: rgba(11, 29, 48, 0.1);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.06);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}
.ib-page--combi .ib-card:hover,
.ib-page--combi .ib-panel:hover,
.ib-page--combi .ib-product:hover,
.ib-page--combi .ib-strip__card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 85, 164, 0.18);
  box-shadow: 0 24px 44px rgba(15, 23, 42, 0.1);
}
.ib-page--combi .ib-strip__card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 100%;
  padding: 16px 16px 15px;
}
.ib-page--combi .ib-strip__card span {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  box-shadow: 0 14px 24px rgba(0, 85, 164, 0.22);
}
.ib-page--combi .ib-strip__card h2 {
  margin: 0;
  min-height: 46px;
  font-size: 18px;
  letter-spacing: -0.02em;
}
.ib-page--combi .ib-strip__card p {
  margin-top: auto;
}
.ib-page--combi .ib-section {
  padding: 30px;
}
.ib-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.ib-step {
  position: relative;
  padding: 26px 24px;
  border-radius: 24px;
  border: 1px solid rgba(11, 29, 48, 0.1);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(244, 248, 251, 0.96)
  );
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.06);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}
.ib-step:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 85, 164, 0.18);
  box-shadow: 0 24px 44px rgba(15, 23, 42, 0.1);
}
.ib-step__icon {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #0055a4, #0b7d7d);
  color: #fff;
  box-shadow: 0 16px 28px rgba(0, 85, 164, 0.2);
}
.ib-step__icon svg {
  width: 28px;
  height: 28px;
}
.ib-step__number {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0, 85, 164, 0.12);
  background: rgba(235, 244, 250, 0.9);
  color: #0f2c3b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.ft-brands-quick__card h2,
.ib-step h3 {
  margin: 0 0 10px;
  letter-spacing: -0.02em;
}
.ib-step p {
  margin: 0;
  color: #48616f;
  line-height: 1.58;
}
.ib-page--combi .ib-head {
  margin-bottom: 22px;
}
.ib-page--combi .ib-head > p {
  max-width: 34ch;
  font-size: 15px;
  line-height: 1.55;
}
.ib-page--combi .ib-card,
.ib-page--combi .ib-panel {
  padding: 24px;
}
.ib-page--combi .ib-card h3,
.ib-page--combi .ib-panel h2 {
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}
.ib-page--combi .ib-two {
  align-items: stretch;
}
.ib-page--combi .ib-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ib-page--combi .ib-product {
  position: relative;
  gap: 18px;
  padding: 22px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.99),
    rgba(244, 248, 251, 0.96)
  );
}
.ib-page--combi .ib-product img {
  height: 248px;
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: linear-gradient(180deg, #ecf2f7, #f8fbfd);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.ib-product--popular {
  border-color: rgba(0, 85, 164, 0.18);
  box-shadow: 0 24px 48px rgba(0, 85, 164, 0.12);
}
.ib-product__price {
  margin-top: 16px;
  padding: 14px 15px;
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    rgba(12, 33, 52, 0.96),
    rgba(0, 85, 164, 0.92)
  );
  color: #fff;
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.14);
}
.ib-product__price strong {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
  letter-spacing: -0.01em;
}
.ib-product__price span {
  display: block;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  line-height: 1.45;
}
.ib-page--combi .ib-pill {
  padding: 9px 13px;
  border: 1px solid rgba(0, 85, 164, 0.14);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.95),
    rgba(236, 244, 250, 0.95)
  );
  color: #0f2c3b;
}
.ib-page--combi .ib-list {
  margin-top: 14px;
  line-height: 1.68;
}
.ib-page--combi .ib-list li::marker {
  color: #0b7d7d;
}
.ib-list--feature {
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.ib-list--feature li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  align-items: start;
  margin: 0;
  padding: 12px 12px 12px 10px;
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.92),
    rgba(241, 247, 251, 0.88)
  );
  border: 1px solid rgba(15, 23, 42, 0.06);
}
.ib-list__icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #0055a4, #0b7d7d);
  color: #fff;
}
.ib-list__icon svg {
  width: 20px;
  height: 20px;
}
.ib-list--feature strong {
  font-weight: 800;
  color: #102d3b;
}
.ib-page--combi .ib-panel .ib-list:not(.ib-list--feature) {
  margin-top: 16px;
}
.ib-page--combi .ib-panel .ib-list:not(.ib-list--feature) li {
  margin: 7px 0;
}
.ib-card--check {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.ib-card__icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  margin-bottom: 16px;
  background: linear-gradient(
    135deg,
    rgba(0, 85, 164, 0.12),
    rgba(11, 125, 125, 0.14)
  );
  color: #0055a4;
}
.ib-card__icon svg {
  width: 28px;
  height: 28px;
}
.ib-card--check p {
  margin-top: auto;
}
.ib-page--combi .ib-callout {
  margin-top: 20px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 36px rgba(0, 85, 164, 0.18);
}
.ib-proof {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 18px;
}
.ib-proof__feature,
.ib-proof__item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #dfe8ef;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}
.ib-proof__feature img,
.ib-proof__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 220ms ease;
}
.ib-proof__feature {
  min-height: 560px;
}
.ib-proof__feature figcaption,
.ib-proof__item figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(11, 29, 48, 0.78);
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  backdrop-filter: blur(6px);
}
.ib-proof__item figcaption {
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}
.ib-proof__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.ib-proof__item {
  min-height: 272px;
}
.ib-proof__feature:hover img,
.ib-proof__item:hover img {
  transform: scale(1.05);
}
.ib-proof__item--detail img {
  object-position: center 45%;
}
.ib-proof__item--pipework img {
  object-position: center 60%;
}
.ib-proof__item--cupboard img {
  object-position: center 38%;
}
.ib-proof__item--filter img {
  object-position: 50% 78%;
}
.ib-page--combi .ib-final {
  padding: 38px 34px;
  background:
    radial-gradient(
      620px 280px at 100%0,
      rgba(255, 255, 255, 0.16),
      transparent 54%
    ),
    linear-gradient(135deg, #0b2134, #0055a4 56%, #0b7d7d);
}
.ib-page--combi .ib-final h2 {
  margin: 0 0 10px;
  font-size: clamp(30px, 4vw, 46px);
  letter-spacing: -0.04em;
}
.ib-page--combi .ib-final p {
  max-width: 48ch;
}
.ib-page--combi .ib-final .ib-actions {
  margin-top: 24px;
}
.ib-page--combi .ib-final .btn--primary {
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
}
.ib-page--combi .ib-btn--final {
  min-height: 58px;
  padding-inline: 24px;
  font-size: 16px;
}
.ib-page--combi .ib-final .btn-outline {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}
.ib-page--combi .ib-final .btn-outline:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
}
.ib-final__trust {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 980px) {
  .ib-page--combi .ib-hero {
    gap: 20px;
  }
  .ib-page--combi .ib-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ib-proof,
  .ib-steps {
    grid-template-columns: 1fr;
  }
  .ib-proof__feature {
    min-height: 460px;
  }
}
@media (max-width: 640px) {
  .ib-page--combi .ib-wrap {
    padding-top: 18px;
    padding-bottom: 34px;
  }
  .ib-page--combi .ib-final,
  .ib-page--combi .ib-hero,
  .ib-page--combi .ib-section {
    padding: 18px 16px;
  }
  .ib-list--feature li {
    grid-template-columns: 40px 1fr;
    gap: 10px;
    padding: 11px 10px;
  }
  .ib-list__icon {
    width: 36px;
    height: 36px;
  }
  .ib-card__icon {
    width: 50px;
    height: 50px;
    margin-bottom: 14px;
  }
  .ib-page--combi .ib-hero__visual,
  .ib-page--combi .ib-hero__visual img {
    min-height: 340px;
  }
  .ib-page--combi .ib-hero__visual img {
    object-position: 50% 52%;
  }
  .ib-hero__caption {
    top: 14px;
    left: 14px;
    right: 14px;
  }
  .ib-hero__caption span {
    width: 100%;
    font-size: 11px;
  }
  .ib-page--combi .ib-hero__card {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 14px 15px;
  }
  .ib-proof__grid {
    grid-template-columns: 1fr;
  }
  .ib-proof__feature {
    min-height: 360px;
  }
  .ib-proof__item {
    min-height: 220px;
  }
  .ib-proof__item figcaption {
    opacity: 1;
    transform: none;
  }
  .ib-page--combi .ib-btn--final {
    width: 100%;
    justify-content: center;
  }
}
.qb-finance-disclosure {
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(15, 31, 31, 0.1);
  background: rgba(244, 247, 247, 0.85);
  color: rgba(15, 31, 31, 0.78);
}
.qb-finance-disclosure strong {
  color: rgba(15, 31, 31, 0.92);
}
.qb-finance-disclosure small {
  display: block;
  line-height: 1.4;
}
.ft-brands-page {
  background:
    radial-gradient(
      1200px 600px at 20% -10%,
      rgba(10, 166, 166, 0.2),
      rgba(10, 166, 166, 0) 55%
    ),
    radial-gradient(
      900px 520px at 90%0,
      rgba(49, 46, 129, 0.14),
      rgba(49, 46, 129, 0) 60%
    ),
    #f4f7f7;
}
.ft-brands-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 24px 18px 70px;
}
.ft-brands-hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 20px;
  align-items: center;
  background: linear-gradient(180deg, #0aa6a6 0, #067b7b 100%);
  color: #fff;
  border-radius: 22px;
  padding: 34px 26px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
  position: relative;
  overflow: hidden;
}
.ft-brands-hero::after {
  content: "";
  position: absolute;
  inset: -60% -15%auto auto;
  width: 560px;
  height: 560px;
  background: radial-gradient(
    circle at 35% 35%,
    rgba(255, 255, 255, 0.25),
    rgba(255, 255, 255, 0)
  );
  transform: rotate(15deg);
}
.ft-brands-hero__content {
  position: relative;
  z-index: 1;
}
.ft-brands-kicker {
  margin: 0 0 8px;
  opacity: 0.92;
}
.ft-brands-hero h1 {
  margin: 0;
  font-size: 38px;
  letter-spacing: -0.03em;
}
.ft-brands-sub {
  margin: 10px 0 0;
  max-width: 70ch;
  opacity: 0.94;
}
.ft-brands-badges,
.ft-brands-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.ft-brands-cta {
  gap: 12px;
  margin-top: 18px;
}
.ft-brands-fine {
  margin-top: 12px;
  font-size: 12.5px;
  opacity: 0.88;
}
.ft-brands-hero__art {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
}
.ft-brands-hero__imgwrap {
  width: min(520px, 100%);
  margin: 28px auto 0;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}
.ft-brands-hero__img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 16px;
  filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.22));
}
.ft-brands-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.ft-brands-quick {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 14px;
}
.ft-brands-quick__card {
  background: rgba(255, 255, 255, 0.92);
  padding: 20px;
}
.ft-brands-quick__grid {
  display: grid;
  gap: 8px;
}
.ft-brand-points li,
.ft-brands-quick__row {
  border-radius: 12px;
  border: 1px solid rgba(15, 31, 31, 0.08);
}
.ft-brands-quick__row {
  display: grid;
  grid-template-columns: minmax(155px, 190px) 1fr;
  gap: 10px;
  align-items: start;
  font-size: 14px;
  color: rgba(15, 31, 31, 0.85);
  padding: 8px 10px;
  background: rgba(244, 247, 247, 0.78);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    border-color 160ms ease;
}
.ft-brands-quick__row strong {
  color: rgba(15, 31, 31, 0.96);
}
.ft-brands-quick__row:hover {
  transform: translateY(-1px);
  border-color: rgba(10, 166, 166, 0.24);
  box-shadow: 0 8px 18px rgba(15, 31, 31, 0.08);
}
.ft-brands-quick__card--cta {
  background: linear-gradient(
    180deg,
    rgba(49, 46, 129, 0.09),
    rgba(255, 255, 255, 0.96)
  );
  border-color: rgba(49, 46, 129, 0.2);
}
.ft-brand-card {
  background: rgba(255, 255, 255, 0.92);
  padding: 18px;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}
.ft-brand-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.1);
}
.ft-brand-card__head {
  display: flex;
  gap: 12px;
  align-items: center;
}
.ft-brand-card__logo,
.ft-brand-card__photo {
  object-fit: contain;
  border: 1px solid rgba(15, 31, 31, 0.08);
}
.ft-brand-card__logo {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  padding: 8px;
}
.ft-brand-card__photo {
  width: 100%;
  height: 170px;
  margin-top: 12px;
  background: #f6f7fb;
  padding: 12px;
  filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.1));
}
.ft-brand-card h2 {
  margin: 0;
  font-size: 20px;
  letter-spacing: -0.02em;
}
.ft-brand-card__meta {
  margin: 4px 0 0;
  color: rgba(15, 31, 31, 0.75);
  font-weight: 600;
  font-size: 13px;
}
.ft-brand-card p,
.ft-brand-points {
  color: rgba(15, 31, 31, 0.8);
  margin: 12px 0 0;
}
.ft-brand-points {
  padding-left: 0;
  list-style: none;
}
.ft-brand-points li {
  position: relative;
  margin: 0 0 8px;
  padding: 10px 12px 10px 34px;
  background: linear-gradient(
    180deg,
    rgba(244, 247, 247, 0.95),
    rgba(244, 247, 247, 0.75)
  );
}
.ft-brand-points li::before {
  content: "✓";
  position: absolute;
  left: 12px;
  top: 9px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: rgba(10, 166, 166, 0.14);
  color: #0b6b63;
  font-size: 11px;
  font-weight: 900;
  display: grid;
  place-items: center;
}
.ft-brand-points__fav {
  border-color: rgba(10, 166, 166, 0.35) !important;
  background: linear-gradient(
    180deg,
    rgba(10, 166, 166, 0.12),
    rgba(255, 255, 255, 0.95)
  ) !important;
  color: #083b3b;
  box-shadow: 0 8px 18px rgba(10, 166, 166, 0.14);
}
.ft-brand-points__fav::before {
  content: "★";
  background: rgba(49, 46, 129, 0.16);
  color: #312e81;
}
.ft-brand-card__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.ft-brand-card__footer .ft-pill {
  border: 1px solid rgba(10, 166, 166, 0.24);
  background: linear-gradient(
    180deg,
    rgba(10, 166, 166, 0.14),
    rgba(10, 166, 166, 0.06)
  );
  color: #0b3a3f;
  font-weight: 800;
  box-shadow: 0 8px 16px rgba(10, 166, 166, 0.1);
}
.ft-brand-card--featured {
  grid-column: 1/-1;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(244, 247, 247, 0.98)
  );
  border-color: rgba(10, 166, 166, 0.32);
  position: relative;
}
.ft-brand-card__badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #0aa6a6;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}
.ft-brands-choose {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.ft-brands-choose__card {
  background: rgba(255, 255, 255, 0.92);
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.ft-brands-choose__card--cta {
  justify-content: space-between;
  background: linear-gradient(
    180deg,
    rgba(49, 46, 129, 0.09),
    rgba(255, 255, 255, 0.96)
  );
  border-color: rgba(49, 46, 129, 0.2);
}
@media (max-width: 980px) {
  .ft-brands-hero {
    padding: 26px 18px;
  }
  .ft-brands-hero h1 {
    font-size: 30px;
  }
  .ft-brands-choose,
  .ft-brands-grid,
  .ft-brands-hero,
  .ft-brands-quick,
  .ft-brands-quick__row {
    grid-template-columns: 1fr;
  }
}
body .legal-wrap {
  max-width: 1100px;
  padding: 26px 18px 64px;
}
body .legal-hero {
  border-radius: 24px;
  padding: 34px 24px 18px;
  box-shadow: 0 16px 38px rgba(15, 31, 31, 0.14);
}
body .legal-title {
  font-size: clamp(30px, 3.5vw, 46px);
  letter-spacing: -0.025em;
}
body .legal-sub {
  max-width: 88ch;
  font-size: 15.5px;
  line-height: 1.55;
}
body .legal-tabs {
  top: 72px;
  padding: 10px 0 8px;
  gap: 10px;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
body .legal-tabs::-webkit-scrollbar {
  display: none;
}
body .legal-tab {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
  border-radius: 999px;
}
body .legal-intro,
body .section {
  border: 1px solid rgba(15, 31, 31, 0.1);
}
body .legal-intro {
  margin: 16px 0 18px;
  border-radius: 16px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.95),
    rgba(245, 248, 248, 0.9)
  );
  box-shadow: 0 8px 20px rgba(15, 31, 31, 0.06);
}
body .section {
  margin: 16px 0;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(15, 31, 31, 0.08);
}
body .section-head {
  padding: 18px 18px 10px;
}
body .badge {
  border: 1px solid rgba(10, 166, 166, 0.24);
  background: linear-gradient(
    180deg,
    rgba(10, 166, 166, 0.14),
    rgba(10, 166, 166, 0.08)
  );
}
body .section-title {
  font-size: clamp(19px, 2vw, 23px);
  letter-spacing: -0.01em;
}
body .section-body {
  padding: 0 18px 18px;
  line-height: 1.6;
}
body .cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}
body .faq-card details,
body .mini {
  border: 1px solid rgba(15, 31, 31, 0.1);
  border-radius: 14px;
}
body .mini {
  background: linear-gradient(180deg, #fff, rgba(245, 248, 248, 0.92));
  box-shadow: 0 6px 16px rgba(15, 31, 31, 0.06);
}
body .legal-conversion-strip {
  margin-top: 22px;
}
@media (max-width: 760px) {
  body .legal-tabs {
    top: 64px;
  }
  body .cards {
    grid-template-columns: 1fr;
  }
}
.ft-brands-page {
  background:
    radial-gradient(
      1200px 560px at 10% -10%,
      rgba(10, 166, 166, 0.12),
      transparent 60%
    ),
    radial-gradient(
      900px 520px at 90%0,
      rgba(6, 123, 123, 0.1),
      transparent 58%
    ),
    #f4f7f7;
}
.ft-brands-wrap {
  padding-top: 20px;
  padding-bottom: 56px;
}
.ft-brand-card,
.ft-brands-choose__card,
.ft-brands-quick__card {
  border-radius: 18px;
  border: 1px solid rgba(15, 31, 31, 0.1);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.96),
    rgba(246, 249, 249, 0.92)
  );
  box-shadow: 0 12px 30px rgba(15, 31, 31, 0.08);
}
.ft-brands-kicker {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
}
.ft-brands-fine {
  color: rgba(15, 31, 31, 0.72);
}
body .how-wrap {
  max-width: 1100px;
  padding: 26px 18px 68px;
}
body .how-hero {
  border-radius: 24px;
  box-shadow: 0 16px 38px rgba(15, 31, 31, 0.14);
}
body .how-title {
  font-size: clamp(30px, 3.5vw, 46px);
  letter-spacing: -0.025em;
}
body .how-sub {
  font-size: 15.5px;
  line-height: 1.55;
}
body .how-card {
  border: 1px solid rgba(15, 31, 31, 0.1);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, rgba(245, 248, 248, 0.92));
  box-shadow: 0 12px 28px rgba(15, 31, 31, 0.08);
}
body .how-step {
  border: 1px solid rgba(10, 166, 166, 0.24);
  background: linear-gradient(
    180deg,
    rgba(10, 166, 166, 0.14),
    rgba(10, 166, 166, 0.08)
  );
}
body .faq-wrap {
  max-width: 1100px;
  padding: 26px 18px 68px;
}
body .faq-hero {
  border-radius: 24px;
  box-shadow: 0 16px 38px rgba(15, 31, 31, 0.14);
}
body .faq-title {
  font-size: clamp(30px, 3.5vw, 46px);
  letter-spacing: -0.025em;
}
body .faq-sub {
  font-size: 15.5px;
  line-height: 1.55;
}
body .faq-card {
  border: 1px solid rgba(15, 31, 31, 0.1);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, rgba(245, 248, 248, 0.92));
  box-shadow: 0 12px 28px rgba(15, 31, 31, 0.08);
}
body .faq-card details {
  background: #fff;
}
body .seo-wrapper {
  max-width: 1120px;
  margin: 26px auto 40px;
}
body .seo-wrapper .seo-card {
  border: 1px solid rgba(15, 31, 31, 0.1);
  border-radius: 20px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.96),
    rgba(245, 248, 248, 0.92)
  );
  box-shadow: 0 14px 32px rgba(15, 31, 31, 0.1);
}
body .seo-wrapper .seo-card h1 {
  font-size: clamp(30px, 3.3vw, 44px);
  letter-spacing: -0.02em;
}
body .seo-wrapper .seo-pill {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.96),
    rgba(246, 249, 249, 0.92)
  );
}
body .contact-card,
body .contact-form-wrap,
body .page-hero--contact .page-hero-inner {
  border: 1px solid rgba(15, 31, 31, 0.1);
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.96),
    rgba(245, 248, 248, 0.92)
  );
  box-shadow: 0 12px 28px rgba(15, 31, 31, 0.08);
}
body .contact-icon {
  border: 1px solid rgba(10, 166, 166, 0.24);
  background: linear-gradient(
    180deg,
    rgba(10, 166, 166, 0.14),
    rgba(10, 166, 166, 0.08)
  );
}
body .quick-pill,
body .reply-pill {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.96),
    rgba(246, 249, 249, 0.92)
  );
}
body .quick-pill {
  border: 1px solid rgba(15, 31, 31, 0.12);
}
@media (max-width: 640px) {
  body .faq-wrap,
  body .how-wrap,
  body .legal-wrap {
    padding: 18px 14px 44px;
  }
  body .faq-hero,
  body .how-hero,
  body .legal-hero {
    border-radius: 18px;
    padding: 24px 16px 14px;
  }
  body .faq-title,
  body .how-title,
  body .legal-title,
  body .seo-wrapper .seo-card h1 {
    font-size: clamp(25px, 7.2vw, 32px);
  }
  body .faq-sub,
  body .how-sub,
  body .legal-sub {
    font-size: 14.5px;
  }
  body .contact-card,
  body .contact-form-wrap,
  body .faq-card,
  body .how-card,
  body .section {
    border-radius: 14px;
    padding: 14px;
  }
  body .seo-wrapper {
    margin: 14px auto 24px;
    padding: 0 12px;
  }
  body .seo-wrapper .seo-card {
    border-radius: 14px;
    padding: 16px;
  }
  body .seo-links {
    gap: 8px;
  }
  body .seo-pill {
    padding: 8px 10px;
    font-size: 13px;
  }
  body .quick-pill {
    width: 100%;
    justify-content: center;
  }
  body .contact-phone {
    font-size: 22px;
  }
}
@media (max-width: 760px) {
  .how-grid[style] {
    grid-template-columns: 1fr !important;
  }
}
.contact-grid .contact-card:nth-child(even),
.ft-brands-grid .ft-brand-card:nth-child(even),
.offers-grid .offer-card:nth-child(even),
.process__grid .process-card:nth-child(even),
.reviews-grid .review-card:nth-child(even),
.why-grid .why-card:nth-child(even) {
  background: linear-gradient(180deg, #fff 0, rgba(246, 250, 250, 0.94) 100%);
}
.btn:hover {
  box-shadow: 0 14px 28px rgba(10, 166, 166, 0.26);
}
.btn--ghost,
.btn--outline,
.btn-outline,
.btn.ghost {
  background: #fff;
  color: #0f172a;
  border-color: rgba(15, 23, 42, 0.16);
}
.btn--ghost:hover,
.btn--outline:hover,
.btn-outline:hover,
.btn.ghost:hover {
  color: #0b6b63;
}
.btn-link {
  background: 0 0 !important;
  color: #0b6b63 !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.btn-link:hover {
  color: #0a5650 !important;
  transform: none !important;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),
select,
textarea {
  min-height: 46px;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.16);
  padding: 10px 12px;
  background: #fff;
  color: #0f172a;
}
label {
  font-weight: 700;
  color: rgba(15, 23, 42, 0.78);
}
input:not([type="checkbox"]):not([type="radio"]):focus,
select:focus,
textarea:focus {
  outline: 0;
  border-color: rgba(31, 168, 155, 0.62);
  box-shadow: 0 0 0 4px rgba(31, 168, 155, 0.12);
}
@media (prefers-reduced-motion: no-preference) {
  .reveal-in {
    opacity: 0;
    transform: translateY(10px);
    transition:
      opacity 0.45s ease,
      transform 0.45s ease;
    transition-delay: calc(var(--reveal-order, 0) * 45ms);
    will-change: opacity, transform;
  }
  .reveal-in.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
  @media (max-width: 900px) {
    .reveal-in {
      transition:
        opacity 0.26s ease,
        transform 0.26s ease;
      transition-delay: 0ms !important;
      will-change: auto;
    }
    .ft-trust-card,
    .hero-boiler img,
    .offer-card .offer-media img,
    .process-card {
      transition: none !important;
      will-change: auto;
      translate: none !important;
    }
  }
}
@media (max-width: 760px) {
  section {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
  h1,
  h2,
  h3 {
    margin-bottom: 8px;
  }
  .hero h1 {
    margin-bottom: 6px;
  }
  .hero p,
  .section-subtitle,
  .sub {
    margin-bottom: 12px !important;
  }
}
@media (max-width: 900px) {
  main > section:not(:first-of-type),
  .boiler-packages,
  .customer-reviews,
  .why-flametec,
  .why-brand,
  .faq,
  .faq-section,
  .ib-section,
  .ib-strip,
  .wb-section,
  .ft-premium-section,
  .contact-band,
  .trust-strip {
    content-visibility: auto;
    contain-intrinsic-size: 1px 760px;
  }
}
.homepage .hero {
  padding: 38px 24px 22px;
}
.homepage .hero-wrapper {
  padding: 16px 18px 12px;
}
.homepage .hero-content h1 {
  margin-bottom: 8px;
  max-width: 10.5ch;
  letter-spacing: -0.05em;
}
.homepage .hero-content p {
  margin: 0 auto 10px;
}
.homepage .hero-cta {
  margin-top: 8px;
}
.homepage .hero-objections {
  margin: 10px auto 0;
}
.homepage .trust-strip {
  top: 18px;
  margin-top: 10px;
}
.homepage .ft-trust {
  padding: 10px 20px 8px;
}
.homepage .ft-trust-inner {
  gap: 14px;
}
.homepage .ft-brands {
  padding: 10px 0 2px;
}
.homepage .process {
  padding: 20px 20px 32px;
  margin-top: 0;
}
.homepage .process__title {
  margin: 0 0 10px;
}
.homepage .process__subtitle {
  margin: 0 auto 26px;
  max-width: 42rem;
}
.homepage .process__grid {
  gap: 16px;
}
.homepage .compare {
  padding: 34px 0 22px;
}
.homepage .compare-head {
  margin: 0 auto 14px;
}
.homepage .compare-head h2 {
  margin: 0 0 8px;
}
.homepage .compare-cta {
  margin-top: 18px;
}
.homepage .offers {
  padding: 58px 0 72px;
}
.homepage .offers__intro {
  margin-bottom: 26px;
}
.homepage .why-flametec {
  padding: 66px 5%;
}
.homepage .why-head {
  margin: 0 auto 30px;
}
.homepage .section.reviews {
  padding: 42px 0 !important;
}
.homepage .boiler-packages {
  padding: 62px 20px 68px;
}
.homepage .boiler-packages h2 {
  margin-bottom: 8px;
}
.homepage .packages-sub {
  margin: 0 auto 10px;
}
.homepage .packages-text {
  margin: 0 auto 14px;
  max-width: 58ch;
}
.homepage .swipe-hint {
  margin-top: 10px;
}
.homepage .areas {
  padding: 58px 0 64px;
}
.homepage .areas-head {
  margin-bottom: 16px;
}
.homepage .areas-card {
  padding: 1.4rem 1.2rem;
}
.homepage .areas-cta {
  margin-top: 1rem;
  padding-top: 0.95rem;
}
.homepage .faq,
.homepage .section.faq {
  padding-top: 56px;
  padding-bottom: 56px;
}
.homepage .faq-head {
  margin: 0 auto 16px;
}
.homepage .cta.cta-upgraded {
  padding: 54px 0 48px;
}
.homepage .cta-upgraded .cta-grid {
  gap: 18px;
}
.homepage .cta-upgraded .cta-form {
  padding: 16px;
}
.homepage .cta.cta-upgraded + .flametec-footer {
  padding-top: 46px;
}
@media (max-width: 980px) {
  .homepage .hero {
    padding: 32px 20px 20px;
  }
  .homepage .hero-wrapper {
    padding: 14px 14px 12px;
  }
  .homepage .process {
    padding: 26px 20px 38px;
  }
  .homepage .compare {
    padding: 38px 0 22px;
  }
  .homepage .offers {
    padding: 52px 0 64px;
  }
  .homepage .why-flametec {
    padding: 58px 5%;
  }
  .homepage .boiler-packages {
    padding: 54px 20px 60px;
  }
  .homepage .areas {
    padding: 52px 0 58px;
  }
  .homepage .faq,
  .homepage .section.faq {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .homepage .cta.cta-upgraded {
    padding: 48px 0 42px;
  }
}
@media (max-width: 900px) {
  .compare {
    padding: 34px 0 20px;
  }
  .compare-head {
    margin: 0 auto 12px;
  }
}
@media (max-width: 760px) {
  .homepage .hero {
    padding: 28px 16px 20px !important;
  }
  .homepage .hero-wrapper {
    padding: 10px 10px 8px;
    gap: 12px;
  }
  .homepage .hero-content p {
    margin-bottom: 12px !important;
  }
  .homepage .hero-objections {
    margin-top: 12px;
  }
  .homepage .trust-strip {
    top: 14px;
    margin-top: 12px;
  }
  .homepage .ft-trust {
    padding: 8px 14px 6px !important;
  }
  .homepage .ft-brands {
    padding: 8px 0 2px !important;
  }
  .homepage .process {
    padding: 18px 16px 30px !important;
    margin-top: 0;
  }
  .homepage .compare {
    padding: 40px 0 20px !important;
  }
  .homepage .offers {
    padding: 42px 0 48px !important;
  }
  .homepage .areas-head,
  .homepage .faq-head,
  .homepage .offers__intro,
  .homepage .why-head {
    margin-bottom: 18px;
  }
  .homepage .why-flametec {
    padding: 42px 5% !important;
  }
  .homepage .section.reviews {
    padding: 36px 0 !important;
  }
  .homepage .boiler-packages {
    padding: 44px 16px 48px !important;
  }
  .homepage .areas {
    padding: 42px 0 48px !important;
  }
  .homepage .areas-card {
    padding: 1.15rem 1rem;
  }
  .homepage .faq,
  .homepage .section.faq {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .homepage .cta.cta-upgraded {
    padding: 42px 0 36px !important;
  }
  .homepage .cta-upgraded .cta-grid {
    gap: 14px;
  }
}
body .areas-badge,
body .compare-kicker,
body .ft-brand-pill,
body .ft-pill,
body .ft-premium-kicker,
body .hero-badge,
body .how-pill,
body .ib-kicker,
body .ib-pill,
body .meta-pill,
body .offer-kicker,
body .offers__eyebrow,
body .ops-badge,
body .reply-pill,
body .reserve-pill,
body .section-kicker,
body .seo-pill,
body .seo-wrapper .seo-pill,
body .tag--teal,
body .wb-kicker,
body .wb-pill {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content;
  min-height: 32px;
  margin: 0 0 12px;
  padding: 7px 12px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(9, 67, 72, 0.12) !important;
  background: linear-gradient(135deg, #0aa5a5, #0b6f68) !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(11, 79, 73, 0.18) !important;
  font-size: 11.5px !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  line-height: 1 !important;
  text-decoration: none;
  white-space: nowrap;
}
body .areas-badge,
body .ft-brand-pill,
body .ft-pill,
body .hero-badge,
body .how-pill,
body .ib-pill,
body .meta-pill,
body .ops-badge,
body .reply-pill,
body .reserve-pill,
body .seo-pill,
body .seo-wrapper .seo-pill,
body .tag--teal,
body .wb-pill {
  text-transform: none !important;
  letter-spacing: 0.03em !important;
}
body .compare-kicker,
body .ft-premium-kicker,
body .ib-kicker,
body .offer-kicker,
body .offers__eyebrow,
body .section-kicker,
body .wb-kicker {
  text-transform: uppercase !important;
}
body .hero-badge,
body .reply-pill {
  gap: 8px;
}
body .ft-brand-pill:hover,
body .ft-pill:hover,
body .how-pill:hover,
body .ops-badge:hover,
body .seo-pill:hover,
body .seo-wrapper .seo-pill:hover {
  filter: brightness(1.03);
  transform: translateY(-1px);
}
body .ib-micro span,
body .wb-trust span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 7px 12px;
  border-radius: 18px;
  border: 1px solid rgba(9, 67, 72, 0.12);
  background: linear-gradient(
    135deg,
    rgba(10, 165, 165, 0.98),
    rgba(11, 111, 104, 0.98)
  );
  color: #fff;
  font-size: 11.5px;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.1;
  box-shadow: 0 8px 18px rgba(11, 79, 73, 0.18);
}
body .ft-premium-pill {
  padding: 8px 14px;
  border-radius: 18px;
  box-shadow: 0 10px 22px rgba(11, 79, 73, 0.18);
  letter-spacing: 0.03em;
}
body .ft-chip,
body .ft-flow-pill,
body .ft-premium-pill,
body .ft-step-pill,
body .ft-tick-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  min-height: 34px;
  border: 1px solid rgba(9, 67, 72, 0.12);
  background: linear-gradient(135deg, #0aa5a5, #0b6f68);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.05;
  text-decoration: none;
}
body .ft-chip,
body .ft-flow-pill,
body .ft-tick-badge {
  padding: 8px 14px;
  border-radius: 18px;
  box-shadow: 0 10px 22px rgba(11, 79, 73, 0.18);
  letter-spacing: 0.03em;
}
.ft-flow-card {
  position: relative;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(246, 250, 251, 0.96)
  );
  box-shadow:
    0 18px 40px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.ft-flow-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(31, 168, 155, 0.28),
    rgba(75, 189, 255, 0.18),
    transparent 72%
  );
  pointer-events: none;
}
.ft-flow-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px 0;
}
.ft-flow-card__body {
  padding: 18px 20px 20px;
}
.ft-flow-card__eyebrow,
.ft-flow-stat strong {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.ft-flow-card__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0b4f49;
  letter-spacing: 0.12em;
}
.ft-flow-card__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #15b3a8, #43baf4);
  box-shadow: 0 0 0 6px rgba(31, 168, 155, 0.1);
}
.ft-flow-card__title {
  margin: 8px 0 4px;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  letter-spacing: -0.03em;
}
.ft-flow-card__sub {
  margin: 0;
  color: rgba(15, 23, 42, 0.64);
  font-size: 0.92rem;
  line-height: 1.45;
}
.ft-flow-stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
}
.ft-flow-stat {
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.82);
  padding: 12px 14px;
  min-height: 72px;
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.04);
}
.ft-flow-stat strong {
  display: block;
  letter-spacing: 0.09em;
  color: rgba(15, 23, 42, 0.48);
}
.ft-flow-stat span {
  display: block;
  margin-top: 5px;
  font-size: 1rem;
  font-weight: 900;
  color: #0f172a;
  line-height: 1.2;
}
.ft-flow-feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.ft-flow-feature-list li,
.ft-flow-inline-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(15, 23, 42, 0.78);
  line-height: 1.4;
}
.ft-flow-feature-list li::before,
body .ft-checklist li::before {
  content: "✓";
  width: 22px;
  height: 22px;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}
.ft-flow-feature-list li::before,
.ft-flow-inline-note::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
}
.ft-flow-feature-list li::before {
  background: linear-gradient(135deg, #0aa5a5, #0b6f68);
  box-shadow: 0 10px 18px rgba(11, 79, 73, 0.18);
}
.ft-flow-inline-note {
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(248, 251, 252, 0.96);
  color: rgba(15, 23, 42, 0.72);
  font-size: 0.88rem;
  line-height: 1.45;
}
.ft-flow-inline-note::before {
  content: "i";
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(31, 168, 155, 0.12);
  color: #0b6f68;
  font-weight: 900;
}
.ft-flow-price {
  display: grid;
  gap: 4px;
}
.ft-flow-price strong {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  line-height: 1;
  letter-spacing: -0.04em;
}
.ft-flow-price small {
  color: rgba(15, 23, 42, 0.58);
  font-size: 0.78rem;
  font-weight: 700;
}
@media (max-width: 720px) {
  .ft-flow-card {
    border-radius: 20px;
  }
  .ft-flow-card__body,
  .ft-flow-card__head {
    padding-left: 16px;
    padding-right: 16px;
  }
  .ft-flow-stat-grid {
    grid-template-columns: 1fr 1fr;
  }
}
body .ft-chip--soft,
body .ft-flow-pill--soft,
body .ft-premium-pill--soft {
  border-color: rgba(12, 110, 101, 0.14);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.96),
    rgba(240, 251, 249, 0.94)
  );
  color: #0d4642;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
}
body .ft-step-pill {
  padding: 10px 16px;
  border-radius: 22px;
  letter-spacing: 0.02em;
  box-shadow: 0 14px 28px rgba(11, 79, 73, 0.16);
}
body .ft-step-pill b,
body .ft-step-pill strong {
  color: inherit;
}
body .ft-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
body .ft-checklist li {
  position: relative;
  margin: 0;
  padding-left: 34px;
  color: #304255;
  line-height: 1.55;
  font-weight: 600;
}
body .ft-checklist li::before {
  position: absolute;
  left: 0;
  top: 1px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #14b8a6, #0f766e);
  box-shadow: 0 10px 18px rgba(15, 118, 110, 0.16);
}
body .ft-brands-hero__imgwrap,
body .ib-hero__visual,
body .wb-hero__visual {
  background: linear-gradient(180deg, #e8eff4 0, #f3f7fa 100%) !important;
}
@media (max-width: 760px) {
  body .areas-badge,
  body .compare-kicker,
  body .ft-brand-pill,
  body .ft-pill,
  body .ft-premium-kicker,
  body .hero-badge,
  body .how-pill,
  body .ib-kicker,
  body .ib-pill,
  body .meta-pill,
  body .offer-kicker,
  body .offers__eyebrow,
  body .ops-badge,
  body .reply-pill,
  body .reserve-pill,
  body .section-kicker,
  body .seo-pill,
  body .seo-wrapper .seo-pill,
  body .tag--teal,
  body .wb-kicker,
  body .wb-pill {
    min-height: 30px;
    padding: 6px 10px !important;
    border-radius: 16px !important;
    font-size: 11px !important;
    white-space: normal;
  }
  body .ib-micro span,
  body .wb-trust span {
    min-height: 30px;
    padding: 6px 10px;
    border-radius: 16px;
    font-size: 11px;
    white-space: normal;
  }
  body .ft-chip,
  body .ft-flow-pill,
  body .ft-premium-pill,
  body .ft-step-pill,
  body .ft-tick-badge {
    min-height: 30px;
    padding: 7px 11px;
    border-radius: 16px;
    font-size: 11px;
  }
  body .ft-checklist li {
    padding-left: 30px;
  }
  body .ft-checklist li::before {
    width: 20px;
    height: 20px;
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .ft-tap-bounce {
    animation: ftTapBounce 0.24s ease;
  }
  @keyframes ftTapBounce {
    0%,
    to {
      transform: scale(1);
    }
    35% {
      transform: scale(1.05);
    }
  }
}
@media (prefers-reduced-motion: no-preference) and (max-width: 900px) {
  .ft-tap-bounce {
    animation-duration: 0.18s;
  }
  @keyframes ftTapBounce {
    0%,
    to {
      transform: scale(1);
    }
    35% {
      transform: scale(1.02);
    }
  }
}
.confirm-btn,
.date-btn,
.day-btn,
[role="button"],
a.btn,
button {
  transition:
    transform 0.14s ease,
    box-shadow 0.14s ease,
    border-color 0.14s ease,
    background 0.14s ease;
}
label:has(> input[type="radio"]:checked),
label:not(.switch):has(> input[type="checkbox"]:checked) {
  border-color: rgba(31, 168, 155, 0.65) !important;
  background: linear-gradient(140deg, #1fa89b, #178f85) !important;
  color: #fff !important;
  box-shadow: 0 0 0 4px rgba(31, 168, 155, 0.12);
}
label:has(> input[type="radio"]:checked) span,
label:not(.switch):has(> input[type="checkbox"]:checked) span {
  color: rgba(255, 255, 255, 0.86) !important;
}
.homepage .hero-content p {
  color: #34515c;
}
.hero-quickfacts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  max-width: 100%;
  margin: 16px auto 0;
  align-items: stretch;
  box-sizing: border-box;
}
.hero-quickfacts__card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 138px;
  padding: 16px 16px 14px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  background:
    radial-gradient(
      circle at top right,
      rgba(255, 255, 255, 0.34),
      transparent 42%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.68),
      rgba(245, 250, 252, 0.52)
    );
  box-shadow:
    0 18px 34px rgba(15, 23, 42, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  text-align: left;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}
.hero-quickfacts__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.3), transparent 46%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02));
  border-radius: inherit;
  pointer-events: none;
}
.hero-quickfacts__eyebrow,
.local-links a {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
}
.hero-quickfacts__eyebrow {
  position: relative;
  z-index: 1;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 10px;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.44);
  border: 1px solid rgba(255, 255, 255, 0.62);
  color: #4d6772;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: normal;
}
.hero-quickfacts__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #73e0c2;
  box-shadow: 0 0 0 4px rgba(115, 224, 194, 0.18);
}
.hero-quickfacts__body,
.hero-quickfacts__card strong {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 100%;
}
.hero-quickfacts__card strong {
  margin-bottom: 6px;
  color: #0d2330;
  font-size: 23px;
  line-height: 1.05;
  letter-spacing: -0.04em;
}
.hero-quickfacts__body {
  color: #4d6772;
  font-size: 14px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}
.homepage .areas-sub,
.homepage .compare-head p,
.homepage .offers__intro p,
.homepage .packages-sub,
.homepage .packages-text,
.homepage .reviews-sub {
  color: #4b6672;
}
.homepage .offers__intro {
  max-width: 58rem;
}
.homepage .areas-card,
.homepage .boiler-card,
.homepage .compare-card,
.homepage .faq-card,
.homepage .offer-card,
.homepage .why-card {
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
}
.homepage .areas-card,
.homepage .compare-card,
.homepage .offer-card {
  border-radius: 28px;
}
.homepage .area-cta-row {
  gap: 10px;
}
.brand-page .wb-hero__sub {
  max-width: 46ch;
}
.brand-page .wb-featuretile p,
.brand-page .wb-modelcard__summary,
.brand-page .wb-modelcard__tag,
.brand-page .wb-modelmeta span,
.brand-page .wb-section__intro p {
  color: #466270;
}
.brand-page .wb-modelcard__body {
  padding: 22px 22px 24px;
}
.local-page {
  --local-city-image: linear-gradient(
    180deg,
    rgba(223, 238, 242, 0.96),
    rgba(237, 244, 247, 0.98)
  );
  background:
    linear-gradient(
      180deg,
      rgba(6, 25, 31, 0.3) 0,
      rgba(6, 25, 31, 0.18) 16%,
      rgba(237, 244, 247, 0.9) 42%,
      rgba(231, 240, 244, 0.98) 100%
    ),
    radial-gradient(
      920px 460px at 5% -10%,
      rgba(10, 166, 166, 0.12),
      transparent 58%
    ),
    var(--local-city-image) center top / cover no-repeat,
    linear-gradient(180deg, #edf4f7 0, #e7f0f4 100%);
}
.local-page__wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 26px 18px 54px;
}
.local-kicker {
  margin: 0 0 8px;
  color: #0d7d75;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.local-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 22px;
  align-items: start;
}
.local-hero__copy,
.local-panel,
.local-sidecard {
  padding: 24px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.84),
    rgba(245, 249, 251, 0.74)
  );
  backdrop-filter: blur(16px) saturate(118%);
  -webkit-backdrop-filter: blur(16px) saturate(118%);
  box-shadow:
    0 28px 60px rgba(15, 23, 42, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
}
.local-hero__copy h1 {
  margin: 0 0 12px;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  max-width: 11ch;
}
.local-hero__sub {
  margin: 0;
  max-width: 48ch;
  font-size: 18px;
  line-height: 1.68;
  color: #385562;
}
.local-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}
.local-proofbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.local-proofbar span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(13, 91, 115, 0.14);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.84),
    rgba(242, 247, 249, 0.72)
  );
  color: #123246;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.06);
}
.local-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}
.local-flow div,
.local-summary__card,
.local-trust article {
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.72),
    rgba(248, 251, 252, 0.58)
  );
  backdrop-filter: blur(12px) saturate(118%);
  -webkit-backdrop-filter: blur(12px) saturate(118%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}
.local-flow strong,
.local-summary__card strong,
.local-trust strong {
  display: block;
  margin-bottom: 6px;
  color: #102131;
}
.local-flow span,
.local-summary__card span,
.local-trust span {
  display: block;
  color: #4a6671;
  line-height: 1.55;
}
.local-sidecard {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.local-sidecard__price {
  padding: 16px 18px;
  border-radius: 20px;
  background: linear-gradient(
    135deg,
    rgba(10, 166, 166, 0.18),
    rgba(5, 96, 136, 0.14)
  );
  border: 1px solid rgba(10, 166, 166, 0.22);
  color: #193846;
  line-height: 1.5;
}
.local-sidecard__price strong {
  display: block;
  margin-top: 4px;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #081121;
}
.local-sidecard__finance {
  margin: -6px 0 0;
  color: #45616c;
  font-size: 14px;
  line-height: 1.6;
}
.local-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 20px;
}
.local-panel h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3vw, 38px);
  letter-spacing: -0.035em;
}
.local-flow,
.local-trust {
  display: grid;
  gap: 12px;
}
.local-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.local-links a {
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  text-decoration: none;
  font-weight: 800;
  color: #0d5b73;
  border: 1px solid rgba(13, 91, 115, 0.14);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.82),
    rgba(242, 247, 249, 0.68)
  );
  backdrop-filter: blur(10px) saturate(118%);
  -webkit-backdrop-filter: blur(10px) saturate(118%);
}
.local-links a:hover {
  border-color: rgba(13, 91, 115, 0.26);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}
.local-cta-strip {
  margin-top: 22px;
  padding: 22px 24px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background:
    radial-gradient(
      540px 260px at 100% 0%,
      rgba(10, 166, 166, 0.18),
      transparent 62%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.88),
      rgba(245, 249, 251, 0.8)
    );
  backdrop-filter: blur(16px) saturate(118%);
  -webkit-backdrop-filter: blur(16px) saturate(118%);
  box-shadow:
    0 28px 60px rgba(15, 23, 42, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.local-cta-strip h2 {
  margin: 0 0 8px;
  font-size: clamp(28px, 3vw, 38px);
  letter-spacing: -0.035em;
}
.local-cta-strip p:last-child {
  margin: 0;
  color: #45616c;
  line-height: 1.6;
  max-width: 62ch;
}
.local-cta-strip__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
@media (max-width: 980px) {
  .hero-quickfacts,
  .local-grid,
  .local-hero,
  .local-summary {
    grid-template-columns: 1fr;
  }
  .local-cta-strip {
    flex-direction: column;
    align-items: flex-start;
  }
  .local-cta-strip__actions {
    justify-content: flex-start;
  }
  .local-hero__copy h1 {
    max-width: none;
  }
}
@media (max-width: 760px) {
  .hero-quickfacts {
    gap: 10px;
    margin-top: 14px;
    width: 100%;
    max-width: 100%;
  }
  .hero-quickfacts__card {
    min-height: auto;
    padding: 14px 14px 13px;
  }
  .hero-quickfacts__card strong {
    max-width: none;
    font-size: 22px;
  }
  .hero-quickfacts__body {
    max-width: none;
  }
  .local-page__wrap {
    padding: 18px 12px 40px;
  }
  .local-hero__copy,
  .local-panel,
  .local-sidecard,
  .local-cta-strip {
    padding: 18px 16px;
    border-radius: 24px;
  }
  .local-hero__sub {
    font-size: 16px;
  }
  .local-proofbar span {
    min-height: 30px;
    font-size: 11px;
  }
  .local-cta-strip__actions {
    width: 100%;
  }
  .local-cta-strip__actions .btn {
    width: 100%;
    justify-content: center;
  }
  .local-sidecard__price strong {
    font-size: 32px;
  }
}
.area-seo {
  background:
    linear-gradient(
      180deg,
      rgba(5, 20, 24, 0.22) 0,
      rgba(5, 20, 24, 0.08) 22%,
      rgba(239, 246, 248, 0.86) 62%,
      rgba(239, 246, 248, 0.98) 100%
    ),
    linear-gradient(180deg, #eff6f8 0, #edf4f6 100%);
}
.area-seo .seo-wrapper {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(46px, 6vw, 82px) 18px !important;
  min-height: clamp(560px, 76vh, 940px) !important;
  background: none !important;
  overflow: hidden !important;
}
.area-seo .seo-wrapper::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background-image:
    linear-gradient(
      90deg,
      rgba(4, 18, 24, 0.62) 0,
      rgba(4, 18, 24, 0.38) 28%,
      rgba(4, 18, 24, 0.16) 58%,
      rgba(4, 18, 24, 0.28) 100%
    ),
    var(--area-bg) !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  opacity: 1 !important;
  filter: none !important;
  pointer-events: none !important;
}
.area-seo .seo-wrapper::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    radial-gradient(
      720px 420px at 14% 10%,
      rgba(31, 168, 155, 0.2),
      transparent 68%
    ),
    linear-gradient(
      180deg,
      rgba(239, 246, 248, 0.04) 0,
      rgba(239, 246, 248, 0.12) 42%,
      rgba(239, 246, 248, 0.54) 100%
    ) !important;
  pointer-events: none !important;
}
.area-seo .seo-inner {
  width: min(100%, 1180px) !important;
  margin: 0 auto !important;
  display: flex !important;
  justify-content: center !important;
}
.area-seo .seo-wrapper > .seo-card,
.area-seo .seo-inner > .seo-card {
  width: min(100%, 760px) !important;
}
.area-seo .seo-card {
  position: relative !important;
  z-index: 1 !important;
  padding: clamp(24px, 3vw, 34px) !important;
  border-radius: 28px !important;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.82),
    rgba(245, 249, 251, 0.72)
  ) !important;
  backdrop-filter: blur(18px) saturate(118%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(118%) !important;
  border: 1px solid rgba(255, 255, 255, 0.46) !important;
  box-shadow:
    0 28px 60px rgba(9, 20, 28, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.28) !important;
  text-shadow: none !important;
}
.area-seo .seo-card h1,
.area-seo .seo-card h2 {
  color: #10212f !important;
}
.area-seo .seo-card p,
.area-seo .seo-card li {
  color: #22424d !important;
}
.area-seo .seo-note {
  color: #335560 !important;
}
.area-seo .seo-pill {
  background: rgba(255, 255, 255, 0.68) !important;
  border-color: rgba(255, 255, 255, 0.56) !important;
  color: #0f6b82 !important;
}
.area-seo .seo-pill:hover {
  background: rgba(255, 255, 255, 0.82) !important;
}
@media (max-width: 760px) {
  .area-seo .seo-wrapper {
    padding: 28px 12px 42px !important;
    min-height: 0 !important;
  }
  .area-seo .seo-wrapper::before {
    background-position: center 20% !important;
  }
  .area-seo .seo-card {
    border-radius: 24px !important;
  }
}
@media (min-width: 981px) and (max-width: 1440px) {
  .homepage .hero {
    padding: 34px 22px 20px;
  }
  .homepage .hero-wrapper {
    max-width: 1100px;
    padding: 14px 16px 10px;
    gap: 14px;
  }
  .homepage .hero-content {
    max-width: 500px;
  }
  .homepage .hero-content p {
    max-width: 32ch;
  }
  .homepage .hero-boiler {
    max-width: 258px;
    height: 300px;
    padding: 14px;
  }
}
.contact-hub-hero {
  padding: 36px 16px 18px;
  background:
    radial-gradient(
      900px 420px at 12%0,
      rgba(16, 155, 146, 0.18),
      transparent 58%
    ),
    radial-gradient(
      780px 380px at 88% 10%,
      rgba(119, 201, 196, 0.16),
      transparent 58%
    ),
    linear-gradient(180deg, rgba(237, 247, 248, 0.92), rgba(255, 255, 255, 0));
}
.contact-hub-shell {
  max-width: 1120px;
  margin: 0 auto;
}
.contact-hub-hero .contact-hub-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 20px;
  align-items: stretch;
}
.contact-form-wrap--premium,
.contact-hub-card,
.contact-hub-copy,
.contact-hub-panel,
.contact-reassurance-card {
  border: 1px solid rgba(15, 31, 31, 0.1);
  background:
    radial-gradient(
      circle at top right,
      rgba(255, 255, 255, 0.96),
      transparent 38%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.98),
      rgba(244, 248, 249, 0.95)
    );
  box-shadow: 0 20px 44px rgba(15, 31, 31, 0.08);
}
.contact-hub-copy {
  border-radius: 34px;
  padding: 34px;
}
.contact-hub-eyebrow,
.contact-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 8px 13px;
  border-radius: 999px;
  border: 1px solid rgba(16, 155, 146, 0.2);
  background: rgba(16, 155, 146, 0.08);
  color: #0f726a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.contact-hub-copy h1 {
  margin: 16px 0 10px;
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}
.contact-hub-sub {
  margin: 0;
  max-width: 34rem;
  font-size: 1.08rem;
  line-height: 1.65;
  color: rgba(15, 31, 31, 0.72);
}
.contact-hub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.contact-hub-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  padding: 14px 20px;
  border-radius: 999px;
  border: 1px solid rgba(15, 31, 31, 0.1);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(245, 248, 249, 0.96)
  );
  color: #0f202b;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(15, 31, 31, 0.08);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}
.contact-hub-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(15, 31, 31, 0.11);
}
.contact-hub-btn--solid {
  color: #fff;
  border-color: rgba(8, 82, 83, 0.18);
  background: linear-gradient(135deg, #0f8f87, #083f43);
}
.contact-hub-btn__icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(16, 155, 146, 0.1);
}
.contact-hub-btn--solid .contact-hub-btn__icon {
  background: rgba(255, 255, 255, 0.14);
}
.contact-hub-btn__icon svg {
  width: 18px;
  height: 18px;
}
.contact-hub-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.contact-hub-trust span,
.contact-reassurance-trust span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 31, 31, 0.08);
  color: rgba(15, 31, 31, 0.72);
  font-weight: 700;
  font-size: 0.92rem;
}
.contact-hub-panel {
  border-radius: 30px;
  padding: 28px;
  align-self: stretch;
  display: grid;
  gap: 16px;
  align-content: start;
}
.contact-hub-panel__eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(15, 31, 31, 0.52);
}
.contact-hub-phone {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  font-weight: 900;
  text-decoration: none;
  color: #0f202b;
}
.contact-hub-panel p {
  margin: 0;
  color: rgba(15, 31, 31, 0.72);
  line-height: 1.6;
}
.contact-hub-mini {
  display: grid;
  gap: 12px;
}
.contact-hub-mini div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(15, 31, 31, 0.08);
}
.contact-hub-mini strong {
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(15, 31, 31, 0.52);
}
.contact-hub-cards-section {
  padding: 10px 16px 18px;
}
.contact-section-head {
  margin-bottom: 18px;
}
.contact-reassurance-card h2,
.contact-section-head h2,
.form-head--premium h2 {
  margin: 14px 0 8px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1;
  letter-spacing: -0.04em;
}
.contact-section-head p {
  max-width: 48rem;
  margin: 0;
  color: rgba(15, 31, 31, 0.7);
  line-height: 1.65;
}
.contact-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.contact-hub-card {
  border-radius: 28px;
  padding: 24px;
  display: grid;
  gap: 18px;
  min-height: 100%;
}
.contact-hub-card__top {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  align-items: start;
}
.contact-hub-icon {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.95), transparent 62%),
    linear-gradient(
      180deg,
      rgba(238, 244, 246, 0.98),
      rgba(231, 239, 242, 0.98)
    );
  border: 1px solid rgba(15, 31, 31, 0.08);
  color: #114f56;
}
.contact-hub-icon svg {
  width: 34px;
  height: 34px;
}
.contact-hub-card h3 {
  margin: 0 0 6px;
  font-size: 1.35rem;
  line-height: 1.05;
}
.contact-hub-card p {
  margin: 0;
  color: rgba(15, 31, 31, 0.7);
  line-height: 1.58;
}
.contact-hub-card__meta {
  display: grid;
  gap: 10px;
  padding: 16px 0;
  border-top: 1px solid rgba(15, 31, 31, 0.07);
  border-bottom: 1px solid rgba(15, 31, 31, 0.07);
}
.contact-hub-card__phone {
  font-size: clamp(1.55rem, 2vw, 2.2rem);
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 900;
  text-decoration: none;
  color: #0f202b;
}
.contact-hub-card__hours,
.contact-hub-card__support {
  color: rgba(15, 31, 31, 0.72);
  line-height: 1.55;
  font-weight: 600;
}
.contact-hub-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.contact-hub-points li {
  position: relative;
  padding-left: 28px;
  color: rgba(15, 31, 31, 0.82);
  font-weight: 600;
  line-height: 1.45;
}
.contact-hub-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #0aa5a5, #0b6f68);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  box-shadow: 0 8px 16px rgba(11, 79, 73, 0.16);
}
.contact-hub-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
}
.contact-hub-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 18px;
  border-radius: 16px;
  border: 1px solid rgba(15, 31, 31, 0.1);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(245, 248, 249, 0.96)
  );
  color: #0f202b;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(15, 31, 31, 0.07);
}
.contact-hub-cta--solid {
  background: linear-gradient(135deg, #0f8f87, #083f43);
  color: #fff;
  border-color: rgba(8, 82, 83, 0.14);
}
.contact-hub-inline {
  align-self: center;
  color: #0d726c;
  font-weight: 700;
  text-decoration: none;
}
.contact-hub-safety {
  padding-top: 10px;
  border-top: 1px dashed rgba(15, 31, 31, 0.18);
  color: rgba(15, 31, 31, 0.76);
}
.contact-hub-safety a {
  color: inherit;
  font-weight: 800;
}
.contact-hub-form-section {
  padding: 8px 16px 34px;
}
.contact-hub-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 18px;
  align-items: start;
}
.contact-form-wrap--premium,
.contact-reassurance-card {
  border-radius: 30px;
  padding: 28px;
}
.form-head--premium {
  margin-bottom: 8px;
}
.contact-reassurance-card h2,
.form-head--premium h2 {
  font-size: clamp(1.7rem, 3vw, 2.3rem);
}
.contact-form {
  margin-top: 16px;
  gap: 14px;
}
.contact-form label span {
  margin-bottom: 8px;
  color: #10202a;
}
.contact-form input,
.contact-form textarea {
  min-height: 56px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(15, 31, 31, 0.1);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}
.contact-form textarea {
  min-height: 160px;
  resize: vertical;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(16, 155, 146, 0.38);
  box-shadow: 0 0 0 4px rgba(16, 155, 146, 0.1);
}
.contact-submit-btn {
  min-height: 58px;
  border: 0;
  border-radius: 18px;
  padding: 14px 22px;
  background: linear-gradient(135deg, #12a095, #083f43);
  color: #fff;
  font: 800 1rem/1 var(--font-body);
  box-shadow: 0 18px 32px rgba(8, 63, 67, 0.18);
  cursor: pointer;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}
.contact-submit-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 36px rgba(8, 63, 67, 0.22);
}
.contact-reassurance-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.contact-reassurance-list li {
  position: relative;
  padding-left: 30px;
  color: rgba(15, 31, 31, 0.78);
  line-height: 1.55;
  font-weight: 600;
}
.contact-reassurance-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #0f8f87, #0b6668);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}
.contact-journey {
  display: grid;
  gap: 12px;
  margin-top: 8px;
}
.contact-journey article {
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(15, 31, 31, 0.08);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.92),
    rgba(245, 248, 248, 0.88)
  );
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05);
}
.contact-journey strong {
  display: block;
  margin-bottom: 6px;
  color: #112131;
}
.contact-journey p {
  margin: 0;
  color: rgba(15, 31, 31, 0.72);
  line-height: 1.55;
}
.contact-reassurance-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
@media (max-width: 980px) {
  .contact-hub-form-grid,
  .contact-hub-grid,
  .contact-hub-hero .contact-hub-shell {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .contact-hub-hero {
    padding: 24px 12px 12px;
  }
  .contact-hub-cards-section,
  .contact-hub-form-section {
    padding-left: 12px;
    padding-right: 12px;
  }
  .contact-form-wrap--premium,
  .contact-hub-card,
  .contact-hub-copy,
  .contact-hub-panel,
  .contact-reassurance-card {
    padding: 18px;
    border-radius: 22px;
  }
  .contact-hub-actions,
  .contact-hub-card__actions {
    flex-direction: column;
  }
  .contact-hub-btn,
  .contact-hub-cta {
    width: 100%;
  }
  .contact-hub-card__top {
    grid-template-columns: 56px 1fr;
    gap: 14px;
  }
  .contact-hub-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
  }
  .contact-hub-icon svg {
    width: 30px;
    height: 30px;
  }
}
:root {
  --ft-shell-max: 1180px;
  --ft-radius-xs: 14px;
  --ft-radius-sm: 18px;
  --ft-radius-md: 24px;
  --ft-radius-lg: 30px;
  --ft-shadow-soft: 0 14px 34px rgba(15, 23, 42, 0.06);
  --ft-shadow-card: 0 20px 48px rgba(15, 23, 42, 0.08);
  --ft-shadow-strong: 0 26px 64px rgba(15, 23, 42, 0.12);
  --ft-surface: rgba(255, 255, 255, 0.96);
  --ft-surface-soft: rgba(246, 250, 251, 0.94);
  --ft-line: rgba(15, 23, 42, 0.08);
  --ft-line-strong: rgba(15, 23, 42, 0.12);
  --ft-ink: #10202b;
  --ft-muted: rgba(16, 32, 43, 0.68);
  --ft-accent: #109b92;
  --ft-accent-dark: #0b6668;
}
html {
  scroll-behavior: smooth;
}
body,
h1,
h2,
h3,
h4 {
  color: var(--ft-ink);
}
body {
  background:
    radial-gradient(
      1200px 620px at 14% -8%,
      rgba(16, 155, 146, 0.1),
      transparent 58%
    ),
    radial-gradient(
      900px 520px at 100%0,
      rgba(0, 85, 164, 0.07),
      transparent 58%
    ),
    linear-gradient(180deg, #f8fbfc 0, #f3f7fa 100%);
}
.container,
.ft-brands-wrap,
.ft-premium-shell,
.ft-wrap,
.ib-wrap,
.wb-page__wrap {
  max-width: var(--ft-shell-max);
}
h1,
h2,
h3,
h4 {
  letter-spacing: -0.04em;
  line-height: 1.02;
}
h1 {
  font-size: clamp(2.35rem, 5vw, 4.6rem);
}
h2 {
  font-size: clamp(1.9rem, 3.4vw, 3.1rem);
}
h3 {
  font-size: clamp(1.12rem, 2vw, 1.4rem);
}
li,
p {
  color: var(--ft-muted);
}
p {
  max-width: 66ch;
}
section {
  position: relative;
}
.ft-premium-section,
.ib-section,
.section,
.wb-section {
  padding-top: 56px;
  padding-bottom: 56px;
}
.btn,
.btn--ghost,
.btn--outline,
.btn--primary,
.btn-light,
.btn-outline,
.btn.ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 13px 18px;
  border-radius: 18px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    background-color 0.18s ease,
    color 0.18s ease;
}
.btn--ghost:hover,
.btn--outline:hover,
.btn--primary:hover,
.btn-light:hover,
.btn-outline:hover,
.btn.ghost:hover,
.btn:hover {
  transform: translateY(-2px);
}
.btn,
.btn--primary {
  background: linear-gradient(135deg, var(--ft-accent), var(--ft-accent-dark));
  color: #fff;
  box-shadow: 0 18px 36px rgba(16, 155, 146, 0.22);
}
.btn--ghost,
.btn--outline,
.btn-light,
.btn-outline,
.btn.ghost {
  background: rgba(255, 255, 255, 0.92);
  border-color: var(--ft-line-strong);
  color: var(--ft-ink);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}
.btn--ghost:hover,
.btn--outline:hover,
.btn-light:hover,
.btn-outline:hover,
.btn.ghost:hover {
  border-color: rgba(16, 155, 146, 0.24);
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.1);
}
.boiler-tile,
.card,
.choice,
.compare-card,
.faq-item,
.ft-premium-card,
.ft-trust-card,
.ib-card,
.ib-panel,
.ib-product,
.offer-card,
.process-card,
.rec,
.result-box,
.seo-card,
.service-card,
.summary-card,
.wb-iconcard,
.wb-modelcard {
  border-radius: var(--ft-radius-md) !important;
  border: 1px solid var(--ft-line) !important;
  background: linear-gradient(
    180deg,
    var(--ft-surface),
    var(--ft-surface-soft)
  ) !important;
  box-shadow: var(--ft-shadow-soft) !important;
}
.choice:hover,
.ft-premium-card:hover,
.ft-trust-card:hover,
.ib-card:hover,
.ib-panel:hover,
.ib-product:hover,
.offer-card:hover,
.process-card:hover,
.rec:hover,
.seo-card:hover,
.wb-iconcard:hover,
.wb-modelcard:hover {
  transform: translateY(-4px);
  box-shadow: var(--ft-shadow-card) !important;
}
.choice,
.ft-premium-card,
.ft-trust-card,
.ib-strip__card,
.offer-card,
.process-card,
.rec,
.wb-iconcard {
  overflow: hidden;
}
.hero,
.ib-hero,
.wb-hero {
  border-radius: var(--ft-radius-lg);
}
.contact-hub-hero,
.ft-premium-hero,
.hero,
.ib-hero,
.wb-hero {
  box-shadow: var(--ft-shadow-card);
}
.contact-hub-hero {
  border-radius: var(--ft-radius-lg);
}
.ft-premium-hero,
.homepage .hero,
.homepage .hero-wrapper,
.ib-hero,
.wb-hero {
  overflow: hidden;
}
.ft-premium-hero__content,
.homepage .hero-content,
.ib-hero__content,
.wb-hero__content {
  gap: 14px;
}
.ft-premium-hero__sub,
.homepage .hero-content p,
.ib-hero__sub,
.seo-card p,
.wb-hero__sub {
  max-width: 56ch;
  font-size: 1rem;
  line-height: 1.62;
}
.cta.cta-upgraded .btn--primary,
.ft-premium-hero .btn--primary,
.homepage .hero-cta .btn,
.ib-actions .btn--primary,
.wb-hero__actions .btn--primary {
  min-height: 54px;
  padding-inline: 22px;
  box-shadow: 0 22px 42px rgba(16, 155, 146, 0.24);
}
.ft-premium-hero .btn-outline,
.homepage .hero-cta .btn + .btn,
.ib-actions .btn-outline,
.wb-hero__actions .btn-outline {
  box-shadow: none;
}
.ft-brand-card__photo,
.homepage .offer-card .offer-media,
.ib-product img,
.rec img,
.wb-modelcard__photo {
  border-radius: 20px;
}
.homepage .offer-card .offer-media img,
.ib-product img,
.rec img,
.wb-modelcard__photo {
  transition: transform 0.22s ease;
}
.homepage .offer-card:hover .offer-media img,
.ib-product:hover img,
.rec:hover img,
.wb-modelcard:hover .wb-modelcard__photo {
  transform: scale(1.03);
}
.process__container {
  border-radius: var(--ft-radius-lg);
}
.compare-card {
}
.contact-form-wrap--premium,
.contact-reassurance-card,
.cta.cta-upgraded .cta-grid,
.ft-premium-final,
.ft-premium-hero,
.ib-final,
.wb-finalcta {
  border-radius: var(--ft-radius-lg);
}
.ft-premium-final,
.ft-premium-section,
.ib-final,
.ib-section,
.process__container,
.wb-finalcta,
.wb-section {
  box-shadow: var(--ft-shadow-card);
}
.seo-card {
}
.ft-trust-inner,
.ib-grid,
.ib-strip,
.offers-grid,
.process__grid,
.wb-credential-strip,
.wb-factorgrid,
.wb-modelgrid,
.wb-subgrid {
  gap: 18px !important;
}
.ft-premium-shell,
.ib-wrap,
.wb-page__wrap {
  padding-top: 26px;
  padding-bottom: 56px;
}
.ft-premium-final,
.ft-premium-hero,
.ft-premium-section,
.ib-final,
.ib-hero,
.ib-section,
.wb-finalcta,
.wb-hero,
.wb-section {
  border: 1px solid var(--ft-line);
}
.ft-trust-icon,
.ib-card__icon,
.ib-list__icon,
.ib-strip__card span,
.process-card__icon,
.wb-featuretile__icon,
.wb-iconbadge {
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
}
body .seo-wrapper {
  padding: 46px 18px 64px;
}
body .seo-wrapper .seo-card {
  max-width: 860px;
  padding: 32px;
  border-radius: var(--ft-radius-lg) !important;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.97),
    rgba(245, 249, 251, 0.95)
  ) !important;
}
body .seo-wrapper .seo-card h1 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 4vw, 3.3rem) !important;
}
body .seo-wrapper .seo-card h2 {
  margin-top: 24px;
  margin-bottom: 8px;
}
body .seo-wrapper .seo-card li,
body .seo-wrapper .seo-card p {
  line-height: 1.66 !important;
}
.homepage .ft-trust-card,
.ib-strip__card,
.wb-iconcard {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.homepage .ft-trust-copy p,
.ib-strip__card p,
.wb-iconcard p {
  margin-top: auto;
}
.brand-page .wb-modelcard__body,
.brand-page .wb-modelcard__summary,
.brand-page .wb-modelcard__tag,
.brand-page .wb-section__intro p,
.ft-premium-card p,
.ib-card p,
.ib-panel p {
  line-height: 1.62;
}
.areas,
.boiler-packages,
.compare,
.cta.cta-upgraded,
.faq,
.homepage .hero,
.offers,
.why-flametec {
  padding-left: 20px;
  padding-right: 20px;
}
.homepage .hero-wrapper,
.homepage .offers-grid,
.homepage .packages-grid,
.homepage .why-grid {
  gap: 18px;
}
@media (max-width: 980px) {
  .ft-premium-section,
  .ib-section,
  .section,
  .wb-section {
    padding-top: 46px;
    padding-bottom: 46px;
  }
  .ft-premium-shell,
  .ib-wrap,
  .wb-page__wrap {
    padding-top: 18px;
    padding-bottom: 40px;
  }
  body .seo-wrapper {
    padding-top: 24px;
    padding-bottom: 44px;
  }
}
@media (max-width: 760px) {
  h1 {
    font-size: clamp(2rem, 9vw, 3rem);
  }
  h2 {
    font-size: clamp(1.55rem, 6vw, 2.2rem);
  }
  .btn,
  .btn--ghost,
  .btn--outline,
  .btn--primary,
  .btn-light,
  .btn-outline,
  .btn.ghost {
    width: 100%;
  }
  .ft-premium-section,
  .ib-section,
  .section,
  .wb-section {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .boiler-tile,
  .card,
  .choice,
  .compare-card,
  .faq-item,
  .ft-premium-card,
  .ft-trust-card,
  .ib-card,
  .ib-panel,
  .ib-product,
  .offer-card,
  .process-card,
  .rec,
  .result-box,
  .seo-card,
  .service-card,
  .summary-card,
  .wb-iconcard,
  .wb-modelcard {
    border-radius: 20px !important;
  }
  body .seo-wrapper .seo-card {
    padding: 22px 18px;
  }
}
.ft-footer-legal {
  width: 100%;
  padding: 10px 18px 12px;
  background: linear-gradient(
    180deg,
    rgba(9, 36, 44, 0.92),
    rgba(5, 24, 29, 0.96)
  );
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.ft-footer-legal__wrap {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 4px;
  justify-items: center;
  text-align: center;
}
.ft-legal-line {
  margin: 0;
  color: rgba(235, 244, 246, 0.74);
  font-size: 12.5px;
  line-height: 1.35;
  letter-spacing: 0.01em;
}
.ft-legal-line--primary {
  color: rgba(245, 250, 251, 0.82);
}
.ft-legal-line--secondary {
  max-width: 940px;
}
.ft-footer-legal p,
.ft-footer-legal .ft-legal-block,
.ft-footer-legal .ft-copy {
  margin: 0;
}
.ft-highlight {
  color: #a6f1e4;
}
@media (max-width: 760px) {
  .ft-footer-legal {
    padding: 8px 14px 10px;
  }
  .ft-footer-legal__wrap {
    max-width: 100%;
    gap: 3px;
  }
  .ft-legal-line {
    font-size: 12px;
    line-height: 1.32;
  }
}
.offers-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 22px;
  align-items: start;
}
.offers-service-stack {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-content: start;
}
.offers .offer-card:hover {
  transform: none;
  box-shadow: var(--ft-shadow-card) !important;
}
.offer-card--showcase {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.99),
    rgba(242, 248, 249, 0.96)
  );
}
.offer-showcase-media {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: clamp(430px, 37vw, 560px);
  min-height: 430px;
  overflow: hidden;
  background: linear-gradient(180deg, #eef5f6 0, #dfe9ec 100%);
}
.offer-showcase-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 18%;
  background: linear-gradient(
    180deg,
    rgba(6, 17, 23, 0),
    rgba(6, 17, 23, 0.12)
  );
}
.offer-showcase-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 82%;
  display: block;
  filter: none;
}
.offer-showcase-copy {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 176px;
  padding: 22px 24px 24px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.96),
    rgba(245, 249, 250, 0.98)
  );
}
.offer-showcase-copy h3 {
  margin: 0 0 10px;
  font-size: clamp(26px, 2.4vw, 34px);
  line-height: 1.05;
  color: #0f172a;
}
.offer-showcase-copy p {
  margin: 0;
  color: #4a5a6c;
  line-height: 1.66;
  font-size: 15.5px;
  max-width: 34ch;
}
.offer-card--support {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.offer-card--support .offer-media {
  height: 188px;
  min-height: 188px;
  overflow: hidden;
}
.offer-card--support .offer-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offer-card--support .offer-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 320px;
  padding: 22px 22px 20px;
}
.offer-card--support .offer-body h3 {
  margin: 0;
  min-height: 2.2em;
}
.offer-card--support .offer-body p {
  margin: 0;
  line-height: 1.62;
}
.offer-card--support .offer-list {
  margin: 0 0 14px;
}
.offer-card--support .offer-cta-row {
  margin-top: auto;
}
.offer-card--replacement-panel {
  margin-top: 22px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.99),
    rgba(242, 248, 249, 0.96)
  );
  border-color: rgba(31, 166, 160, 0.16);
  box-shadow:
    0 24px 60px rgba(15, 23, 42, 0.09),
    0 1px 0 rgba(255, 255, 255, 0.94) inset;
}
.offer-card--replacement-panel .offer-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 28px 30px 26px;
}
.offer-card--replacement-panel .offer-body h3 {
  font-size: clamp(28px, 2.6vw, 36px);
  margin-bottom: 12px;
}
.offer-card--replacement-panel .offer-body p {
  margin-bottom: 8px;
  max-width: 48ch;
}
.offer-card--replacement-panel .offer-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin: 0 0 18px;
}
.offer-card--replacement-panel .offer-cta-row {
  padding-top: 2px;
}
.offer-card--service,
.offer-card--upgrade {
  min-height: 100%;
}
@media (max-width: 1180px) {
  .offers-grid {
    grid-template-columns: 1fr;
  }
  .offers-service-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }
  .offer-card--replacement-panel .offer-list {
    grid-template-columns: 1fr 1fr;
  }
  .offer-showcase-media {
    height: 520px;
    min-height: 520px;
  }
  .offer-showcase-copy p {
    max-width: 44ch;
  }
}
@media (max-width: 900px) {
  .offers-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .offers-service-stack {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 18px;
  }
  .offer-card--showcase,
  .offer-card--support,
  .offer-card--replacement-panel {
    min-height: 0;
  }
  .offer-showcase-media {
    height: 480px;
    min-height: 480px;
  }
  .offer-showcase-copy,
  .offer-card--support .offer-body,
  .offer-card--replacement-panel .offer-body {
    padding: 22px 18px 20px;
  }
  .offer-showcase-copy,
  .offer-card--support .offer-body {
    min-height: 0;
  }
  .offer-card--support .offer-media {
    height: 200px;
    min-height: 200px;
  }
  .offer-card--support .offer-body h3 {
    min-height: 0;
  }
  .offer-showcase-copy p,
  .offer-card--support p,
  .offer-card--replacement-panel p {
    max-width: none;
  }
  .offer-card--replacement-panel {
    margin-top: 18px;
  }
  .offer-card--replacement-panel .offer-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .offer-showcase-media {
    height: 430px;
    min-height: 430px;
  }
  .offer-showcase-media img {
    object-position: center 84%;
  }
  .offer-card--support .offer-media {
    height: 184px;
    min-height: 184px;
  }
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.review-card {
  display: block;
}
.homepage .hero {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 20px 8px !important;
  overflow: visible !important;
}
.homepage .hero-wrapper {
  max-width: 1088px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 30px !important;
  padding: 0 !important;
  overflow: visible !important;
}
.homepage .hero-boiler {
  flex: 0 0 276px;
  width: 276px !important;
  max-width: 276px !important;
  min-height: 286px;
  height: 286px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px !important;
  border-radius: 20px !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.995),
    rgba(247, 250, 251, 0.975)
  ) !important;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.1) !important;
  overflow: hidden;
}
.homepage .hero-boiler img {
  width: 244px !important;
  height: auto !important;
  max-width: 244px !important;
  max-height: 264px !important;
  object-fit: contain !important;
  object-position: center center !important;
  filter: drop-shadow(0 14px 24px rgba(15, 23, 42, 0.12));
  background: transparent;
}
.homepage .hero-boiler--left img,
.homepage .hero-boiler--right img {
  transform: none !important;
}
.homepage .hero-content {
  flex: 0 1 484px;
  max-width: 484px !important;
  margin-top: -10px;
}
.homepage .hero-content h1 {
  margin-bottom: 6px;
  max-width: 12.3ch;
  font-size: clamp(1.95rem, 3.25vw, 2.95rem) !important;
  line-height: 0.93 !important;
}
.homepage .hero-content p {
  max-width: 34ch;
  margin: 0 auto 4px;
  font-size: 0.96rem !important;
  line-height: 1.42 !important;
}
.homepage .hero-cta {
  margin-top: 2px;
}
.homepage .hero-objections {
  gap: 5px;
  margin-top: 7px;
  font-size: 0.88rem;
  line-height: 1.42;
}
.homepage .hero-quickfacts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}
.homepage .hero-quickfacts__card {
  min-height: 104px;
  padding: 12px 12px 10px;
}
.homepage .hero-quickfacts__eyebrow {
  margin-bottom: 8px;
  padding: 5px 9px;
  font-size: 10.5px;
}
.homepage .hero-quickfacts__card strong {
  font-size: 19px;
  line-height: 1.03;
}
.homepage .hero-quickfacts__body {
  font-size: 12.75px;
  line-height: 1.42;
}
.homepage .trust-strip {
  margin-top: 6px;
}
@media (min-width: 821px) and (max-height: 900px) {
  .homepage .hero {
    padding-top: 12px !important;
    padding-bottom: 6px !important;
  }
  .homepage .hero-wrapper {
    gap: 24px !important;
  }
  .homepage .hero-boiler {
    flex-basis: 264px;
    width: 264px !important;
    max-width: 264px !important;
    min-height: 272px;
    height: 272px;
  }
  .homepage .hero-boiler img {
    width: 232px !important;
    max-width: 232px !important;
    max-height: 250px !important;
  }
  .homepage .hero-content {
    margin-top: -14px;
  }
  .homepage .hero-content h1 {
    max-width: 12.7ch;
    font-size: clamp(1.86rem, 3vw, 2.74rem) !important;
  }
  .homepage .hero-content p {
    margin-bottom: 3px;
  }
  .homepage .hero-objections {
    margin-top: 6px;
  }
  .homepage .hero-quickfacts {
    gap: 9px;
    margin-top: 8px;
  }
  .homepage .hero-quickfacts__card {
    min-height: 98px;
    padding: 11px 11px 9px;
  }
  .homepage .hero-quickfacts__card strong {
    font-size: 18px;
  }
  .homepage .hero-quickfacts__body {
    font-size: 12.25px;
    line-height: 1.38;
  }
  .homepage .trust-strip {
    margin-top: 5px;
  }
}
.offer-card--showcase {
  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.99),
    rgba(242, 248, 249, 0.97)
  );
}
.offer-showcase-media {
  position: relative;
  display: block;
  height: clamp(540px, 48vw, 760px);
  min-height: 540px;
  overflow: hidden;
  background: linear-gradient(180deg, #eef4f5 0, #dbe7ea 100%);
}
.offer-showcase-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(7, 16, 23, 0.02) 0,
    rgba(7, 16, 23, 0) 38%,
    rgba(7, 16, 23, 0.56) 100%
  );
  z-index: 1;
}
.offer-showcase-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 34%;
  background: linear-gradient(
    180deg,
    rgba(6, 17, 23, 0),
    rgba(6, 17, 23, 0.24)
  );
  z-index: 1;
}
.offer-showcase-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 74%;
  display: block;
  filter: none;
  transform: none;
}
.offer-showcase-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 26px 24px 28px;
  color: #fff;
}
.offer-showcase-overlay .offer-kicker {
  color: rgba(232, 247, 246, 0.92);
}
.offer-showcase-overlay h3 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 0.98;
  color: #fff;
  text-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
}
.offer-showcase-overlay p {
  margin: 0;
  max-width: 38ch;
  color: rgba(241, 247, 248, 0.92);
  line-height: 1.58;
}
.offer-card--replacement-panel {
  margin-top: 24px;
}
@media (max-width: 1180px) {
  .offer-showcase-media {
    height: 620px;
    min-height: 620px;
  }
  .offer-showcase-overlay h3 {
    max-width: 14ch;
  }
}
@media (max-width: 980px) {
  .homepage .hero {
    padding: 20px 18px 10px !important;
  }
  .homepage .hero-wrapper {
    gap: 26px !important;
  }
  .homepage .hero-boiler {
    flex-basis: 258px;
    width: 258px !important;
    max-width: 258px !important;
    min-height: 272px;
    height: 272px;
    padding: 11px !important;
  }
  .homepage .hero-boiler img {
    width: 236px !important;
    max-width: 236px !important;
    max-height: 252px !important;
  }
  .homepage .hero-content {
    flex-basis: 460px;
    max-width: 460px !important;
  }
  .homepage .hero-content h1 {
    font-size: clamp(2rem, 4.6vw, 2.9rem) !important;
  }
  .homepage .hero-quickfacts {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 900px) {
  .offer-showcase-media {
    height: 560px;
    min-height: 560px;
  }
  .offer-showcase-overlay {
    padding: 22px 18px 24px;
  }
  .offer-showcase-overlay h3 {
    max-width: none;
    font-size: clamp(28px, 7vw, 36px);
  }
  .offer-showcase-overlay p {
    max-width: none;
  }
}
@media (max-width: 820px) {
  .homepage .hero {
    height: auto !important;
    min-height: unset !important;
    padding: 10px 14px 18px !important;
    overflow: visible !important;
  }
  .homepage .hero-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 0 0 6px !important;
    align-items: flex-start !important;
    overflow: visible !important;
  }
  .homepage .hero-wrapper > .hero-content {
    order: 1;
    width: 100% !important;
  }
  .homepage .hero-wrapper > .hero-boiler:first-of-type {
    order: 2;
  }
  .homepage .hero-wrapper > .hero-boiler:last-of-type {
    order: 3;
  }
  .homepage .hero-boiler {
    flex: none;
    width: calc(50% - 4px) !important;
    max-width: calc(50% - 4px) !important;
    min-height: 174px;
    height: 174px;
    padding: 10px !important;
    border-radius: 18px !important;
  }
  .homepage .hero-boiler img {
    width: 152px !important;
    max-width: 152px !important;
    max-height: 162px !important;
  }
  .homepage .hero-content {
    flex: none;
    max-width: none !important;
    overflow: visible !important;
  }
  .homepage .hero-content h1 {
    font-size: clamp(1.8rem, 5.4vw, 2.28rem) !important;
    line-height: 1.01 !important;
    margin-bottom: 6px;
  }
  .homepage .hero-content p {
    margin-bottom: 8px;
    font-size: 0.96rem !important;
    line-height: 1.42 !important;
  }
  .homepage .hero-cta {
    margin-top: 3px;
  }
  .homepage .hero-objections {
    gap: 5px;
    margin-top: 7px;
    font-size: 0.88rem;
  }
  .homepage .hero-quickfacts {
    grid-template-columns: 1fr !important;
    gap: 10px;
    margin-top: 10px;
  }
  .homepage .hero-quickfacts__card {
    min-height: auto;
    padding: 13px 13px 11px;
  }
  .homepage .hero-quickfacts__card strong {
    font-size: 19px;
  }
  .homepage .hero-quickfacts__body {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .homepage .trust-strip {
    position: relative;
    margin-top: 10px;
    margin-bottom: 0;
    overflow: visible !important;
    flex-wrap: wrap;
  }
}
@media (max-width: 520px) {
  .homepage .hero {
    padding: 8px 12px 16px !important;
  }
  .homepage .hero-boiler {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .offer-showcase-media {
    height: 500px;
    min-height: 500px;
  }
  .offer-showcase-media img {
    object-position: center 78%;
  }
  .offer-showcase-overlay {
    gap: 8px;
    padding: 20px 16px 22px;
  }
  .offer-showcase-overlay p {
    font-size: 14.5px;
    line-height: 1.54;
  }
}
.ft-qa {
  position: fixed;
  right: 18px;
  bottom: calc(var(--ft-qa-offset, 24px) + 18px);
  z-index: 1200;
  pointer-events: none;
}
.ft-qa-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
  pointer-events: none;
}
.ft-qa-launcher,
.ft-qa-panel {
  pointer-events: auto;
}
.ft-qa-launcher {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  max-width: min(360px, calc(100vw - 32px));
  padding: 12px 16px 12px 12px;
  border: 0;
  border-radius: 24px;
  background: linear-gradient(135deg, #0f9a93, #0a5f63);
  color: #fff;
  box-shadow:
    0 18px 42px rgba(8, 41, 49, 0.24),
    0 1px 0 rgba(255, 255, 255, 0.2) inset;
  cursor: pointer;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    opacity 0.22s ease;
}
.ft-qa-launcher:hover {
  transform: translateY(-2px);
  box-shadow:
    0 24px 52px rgba(8, 41, 49, 0.28),
    0 1px 0 rgba(255, 255, 255, 0.22) inset;
}
.ft-qa-launcher.is-open {
  opacity: 0.98;
}
.ft-qa-launcher__pulse {
  position: absolute;
  inset: -4px;
  border-radius: 28px;
  border: 1px solid rgba(15, 154, 147, 0.22);
  animation: ft-qa-pulse 2.8s ease-out infinite;
}
.ft-qa-launcher__icon,
.ft-qa-avatar,
.ft-qa-confirm__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.22),
    rgba(255, 255, 255, 0.1)
  );
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.ft-qa-launcher__icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
}
.ft-qa-launcher__copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  text-align: left;
}
.ft-qa-launcher__copy strong {
  font-size: 14px;
  line-height: 1.15;
  font-weight: 800;
  color: #fff;
}
.ft-qa-launcher__copy small {
  margin-top: 3px;
  font-size: 12px;
  line-height: 1.3;
  color: rgba(235, 247, 247, 0.84);
}
.ft-qa-panel {
  width: min(392px, calc(100vw - 24px));
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(244, 249, 250, 0.98)
  );
  border: 1px solid rgba(11, 79, 73, 0.12);
  box-shadow:
    0 28px 68px rgba(15, 23, 42, 0.16),
    0 1px 0 rgba(255, 255, 255, 0.86) inset;
  opacity: 0;
  transform: translateY(14px) scale(0.98);
  transform-origin: bottom right;
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
  visibility: hidden;
}
.ft-qa-panel.is-open {
  opacity: 1;
  transform: translateY(0) scale(1);
  visibility: visible;
}
.ft-qa-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 18px 16px;
  background: linear-gradient(135deg, #0f9a93, #0b6668);
  color: #fff;
}
.ft-qa-header__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.ft-qa-avatar {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}
.ft-qa-header__brand strong {
  display: block;
  font-size: 15px;
  line-height: 1.15;
}
.ft-qa-header__brand span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.35;
  color: rgba(232, 247, 246, 0.84);
}
.ft-qa-header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ft-qa-iconbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.ft-qa-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 18px;
}
.ft-qa-copy h3,
.ft-qa-confirm h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.02;
  color: #10202b;
}
.ft-qa-copy p,
.ft-qa-confirm p,
.ft-qa-bubble,
.ft-qa-footer-note {
  margin: 0;
  color: #4b6570;
  line-height: 1.55;
}
.ft-qa-chipset {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ft-qa-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(16, 155, 146, 0.14);
  background: linear-gradient(180deg, #fff, rgba(244, 249, 250, 0.98));
  color: #12313d;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.01em;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}
.ft-qa-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(16, 155, 146, 0.28);
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.08);
}
.ft-qa-chip--soft {
  background: rgba(245, 249, 250, 0.86);
}
.ft-qa-footer-note {
  font-size: 12px;
  color: #6b7f87;
}
.ft-qa-thread {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ft-qa-bubble {
  padding: 14px 16px;
  border-radius: 20px 20px 20px 8px;
  background: linear-gradient(
    180deg,
    rgba(239, 247, 247, 0.92),
    rgba(247, 250, 251, 0.98)
  );
  border: 1px solid rgba(16, 155, 146, 0.1);
}
.ft-qa-bubble__label {
  display: block;
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0d7f78;
}
.ft-qa-form {
  display: grid;
  gap: 12px;
}
.ft-qa-label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #45606a;
}
.ft-qa-input {
  width: 100%;
  padding: 14px 15px;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #fff;
  color: #10202b;
  font: 600 14px/1.4 var(--font-body);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}
.ft-qa-input:focus {
  outline: none;
  border-color: rgba(16, 155, 146, 0.38);
  box-shadow: 0 0 0 4px rgba(16, 155, 146, 0.08);
}
.ft-qa-input--textarea {
  min-height: 118px;
  resize: vertical;
}
.ft-qa-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 4px;
}
.ft-qa-actions--stack {
  flex-direction: column;
}
.ft-qa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 16px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}
.ft-qa-btn--primary {
  background: linear-gradient(135deg, #0f9a93, #0b6668);
  color: #fff;
  box-shadow: 0 18px 34px rgba(16, 155, 146, 0.2);
}
.ft-qa-btn--ghost {
  background: rgba(244, 249, 250, 0.96);
  border-color: rgba(15, 23, 42, 0.1);
  color: #10202b;
}
.ft-qa-error {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(183, 28, 28, 0.08);
  border: 1px solid rgba(183, 28, 28, 0.14);
  font-size: 13px;
  font-weight: 700;
  color: #982020;
}
.ft-qa-confirm {
  text-align: center;
  display: grid;
  gap: 14px;
  justify-items: center;
}
.ft-qa-confirm__icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #0f9a93, #0b6668);
  box-shadow: 0 18px 36px rgba(16, 155, 146, 0.2);
}
@keyframes ft-qa-pulse {
  0% {
    opacity: 0.65;
    transform: scale(1);
  }
  70% {
    opacity: 0;
    transform: scale(1.08);
  }
  100% {
    opacity: 0;
    transform: scale(1.08);
  }
}
@media (max-width: 820px) {
  .ft-qa {
    right: 12px;
    left: 12px;
    bottom: calc(var(--ft-qa-offset, 86px) + 12px);
  }
  .ft-qa-shell {
    align-items: stretch;
  }
  .ft-qa-launcher {
    max-width: none;
    width: 100%;
    padding: 12px 14px;
  }
  .ft-qa-panel {
    width: 100%;
    max-height: min(78vh, 680px);
  }
  .ft-qa-body {
    max-height: calc(min(78vh, 680px) - 86px);
    overflow: auto;
  }
  .ft-qa-copy h3,
  .ft-qa-confirm h3 {
    font-size: 24px;
  }
  .ft-qa-actions {
    flex-direction: column;
  }
  .ft-qa-btn {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .ft-trust-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .ft-trust-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .ft-trust-copy h4,
  .ft-trust-copy p {
    text-align: center;
  }
  .ft-trust-copy p {
    margin-top: 6px;
  }
}
@media (max-width: 900px) {
  .offers {
    padding: 40px 0 52px;
  }
  .offers__layout {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
  .offers__intro {
    margin: 0 auto 0;
    max-width: none;
  }
  .offers__points {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .offers-grid {
    grid-template-columns: 1fr !important;
    grid-auto-rows: auto !important;
    align-items: start;
    gap: 18px;
  }
  .offers-service-stack {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 18px;
    align-content: start;
  }
  .offer-card,
  .offer-card--showcase,
  .offer-card--support,
  .offer-card--replacement-panel {
    min-height: 0 !important;
    height: auto !important;
    overflow: hidden;
  }
  .offer-card::before {
    display: none;
  }
  .offer-media,
  .offer-card--support .offer-media {
    height: auto !important;
    min-height: 0 !important;
    padding: 18px 18px 14px;
    aspect-ratio: 16/10;
  }
  .offer-media img,
  .offer-card--support .offer-media img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .offer-showcase-media {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 4/5.2;
  }
  .offer-showcase-media::before,
  .offer-showcase-media::after {
    display: none;
  }
  .offer-showcase-media img {
    height: 100%;
    object-position: center 76%;
  }
  .offer-showcase-overlay {
    position: static !important;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 18px 18px 20px;
    background: linear-gradient(180deg, #14373c 0, #0d252c 100%);
  }
  .offer-showcase-overlay h3 {
    max-width: none;
    font-size: clamp(26px, 7vw, 34px);
  }
  .offer-showcase-overlay p {
    max-width: none;
  }
  .offer-body,
  .offer-card--support .offer-body,
  .offer-card--replacement-panel .offer-body {
    min-height: 0 !important;
    padding: 20px 18px 20px !important;
  }
  .offer-body h3,
  .offer-card--support .offer-body h3,
  .offer-card--replacement-panel .offer-body h3 {
    min-height: 0 !important;
    font-size: clamp(24px, 6vw, 30px);
  }
  .offer-body p,
  .offer-card--support .offer-body p,
  .offer-card--replacement-panel .offer-body p {
    max-width: none !important;
    margin-bottom: 14px;
  }
  .offer-list,
  .offer-card--replacement-panel .offer-list {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin: 0 0 16px;
  }
  .offer-cta-row,
  .offer-card--replacement-panel .offer-cta-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 0;
    padding-top: 0;
  }
  .offer-cta-row .btn,
  .offer-card--replacement-panel .offer-cta-row .btn {
    display: flex;
    width: 100%;
    justify-content: center;
    min-height: 50px;
  }
  .micro {
    margin-top: 10px;
  }
}
.ft-footer-top {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(0, 1.05fr);
  gap: 34px;
  align-items: start;
}
.ft-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
}
.ft-group {
  margin: 0;
  border: 0;
}
.ft-group__summary {
  list-style: none;
  display: block;
  cursor: default;
}
.ft-group__summary::-webkit-details-marker {
  display: none;
}
.ft-group__summary h4 {
  margin: 0 0 10px;
}
.ft-group__chevron {
  display: none;
}
.ft-group__panel {
  display: block;
}
.ft-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.ft-group li {
  margin: 0;
}
.ft-group a {
  display: inline-flex;
  align-items: center;
  min-height: 0;
}
@media (max-width: 760px) {
  .flametec-footer .ft-wrap {
    padding-bottom: 8px;
  }
  .ft-footer-top {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .ft-brand {
    gap: 10px;
  }
  .ft-badges {
    margin-top: 8px;
  }
  .ft-links {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .ft-group {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 10px;
  }
  .ft-group__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    cursor: pointer;
    padding: 2px 0;
  }
  .ft-group__summary h4 {
    margin: 0;
    font-size: 12px;
    letter-spacing: 0.12em;
  }
  .ft-group__chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    position: relative;
    transition:
      transform 0.22s ease,
      background-color 0.22s ease,
      border-color 0.22s ease;
  }
  .ft-group__chevron::before,
  .ft-group__chevron::after {
    content: "";
    position: absolute;
    background: rgba(240, 248, 250, 0.92);
    border-radius: 999px;
    transition:
      transform 0.22s ease,
      opacity 0.22s ease;
  }
  .ft-group__chevron::before {
    width: 10px;
    height: 1.5px;
  }
  .ft-group__chevron::after {
    width: 1.5px;
    height: 10px;
  }
  .ft-group[open] .ft-group__chevron {
    background: rgba(20, 148, 131, 0.18);
    border-color: rgba(20, 148, 131, 0.28);
  }
  .ft-group[open] .ft-group__chevron::after {
    opacity: 0;
    transform: scaleY(0.2);
  }
  .ft-group__panel {
    display: grid;
    grid-template-rows: 0fr;
    transition:
      grid-template-rows 0.24s ease,
      opacity 0.2s ease;
    opacity: 0;
  }
  .ft-group__panel > ul {
    overflow: hidden;
    padding-top: 0;
  }
  .ft-group[open] .ft-group__panel {
    grid-template-rows: 1fr;
    opacity: 1;
  }
  .ft-group ul {
    gap: 4px;
  }
  .ft-group a {
    display: flex;
    padding: 7px 0;
    font-size: 14px;
    line-height: 1.35;
  }
  .ft-footer-top .ft-badges,
  .ft-footer-top .ft-social {
    margin-bottom: 0;
  }
  .ft-brandline + .ft-tagline {
    margin-top: 2px;
  }
  .ft-badges {
    gap: 8px;
  }
  .ft-footer-legal {
    padding-top: 8px;
  }
  .ft-footer-legal__wrap {
    gap: 2px;
  }
}
.flametec-footer .ft-contact-stack {
  display: grid !important;
  gap: 2px !important;
}
.flametec-footer .ft-link {
  margin: 0 !important;
  font-size: 15px !important;
  line-height: 1.32 !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  color: rgba(255, 255, 255, 0.94) !important;
}
.flametec-footer .ft-phone {
  font-size: 15px !important;
  line-height: 1.32 !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}
.flametec-footer .ft-social {
  margin-top: 10px !important;
}
.flametec-footer .ft-badges {
  justify-content: center !important;
}
@media (max-width: 760px) {
  .homepage .ft-trust-card {
    display: flex;
    flex-direction: column;
    align-items: center !important;
    justify-content: flex-start;
    text-align: center;
    gap: 10px;
    padding: 16px 14px;
  }
  .homepage .ft-trust-icon {
    margin: 0 auto;
    justify-content: center !important;
  }
  .homepage .ft-trust-copy {
    display: flex;
    flex-direction: column;
    align-items: center !important;
    justify-content: flex-start;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center !important;
  }
  .homepage .ft-trust-copy h4,
  .homepage .ft-trust-copy p {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center !important;
  }
  .homepage .ft-trust-copy h4 {
    margin-top: 0 !important;
  }
  .homepage .ft-trust-copy p {
    margin-top: 4px !important;
  }
}
@media (max-width: 760px) {
  .flametec-footer {
    text-align: center !important;
  }
  .flametec-footer .ft-footer-top {
    gap: 14px !important;
    justify-items: center !important;
    text-align: center !important;
  }
  .flametec-footer .ft-brand {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center !important;
    gap: 6px !important;
  }
  .flametec-footer .ft-brandline {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    width: 100%;
  }
  .flametec-footer .ft-brandline img,
  .flametec-footer .ft-brandlogo {
    margin: 0 auto 10px !important;
  }
  .flametec-footer .ft-brandlockup {
    align-items: center !important;
    text-align: center !important;
  }
  .flametec-footer .ft-tagline,
  .flametec-footer .ft-proud {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
  .flametec-footer .ft-tagline {
    margin-top: 0 !important;
  }
  .flametec-footer .ft-proud {
    margin-top: 0 !important;
  }
  .flametec-footer .ft-contact-stack {
    gap: 1px !important;
    justify-items: center !important;
    text-align: center !important;
  }
  .flametec-footer .ft-link,
  .flametec-footer .ft-phone {
    font-size: 14px !important;
    text-align: center !important;
  }
  .flametec-footer .ft-social {
    display: flex !important;
    justify-content: center !important;
    gap: 14px !important;
    margin-top: 6px !important;
    width: 100%;
  }
  .flametec-footer .ft-badges {
    display: flex !important;
    width: 100% !important;
    max-width: 320px !important;
    margin: 4px auto 0 !important;
    gap: 18px !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .flametec-footer .ft-gassafe,
  .flametec-footer .ft-fca,
  .flametec-footer .ft-worcester {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 760px) {
  .flametec-footer .ft-footer-legal {
    padding: 4px 0 0 !important;
    background: rgba(4, 43, 47, 0.18) !important;
  }
  .flametec-footer .ft-footer-legal__wrap {
    width: min(100%, 420px) !important;
    padding: 8px 14px 10px !important;
    display: grid !important;
    justify-content: center !important;
    align-items: start !important;
    gap: 3px !important;
    text-align: center !important;
    font-size: 10.5px !important;
    line-height: 1.28 !important;
    opacity: 0.76 !important;
  }
  .flametec-footer .ft-legal-line {
    max-width: 42ch !important;
    margin: 0 auto !important;
    font-size: 10.5px !important;
    line-height: 1.28 !important;
    letter-spacing: 0 !important;
  }
  .flametec-footer .ft-legal-line--secondary {
    max-width: 44ch !important;
  }
  .flametec-footer .ft-badges {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    align-self: center !important;
    place-self: center !important;
    width: 100% !important;
    max-width: 280px !important;
    margin: 4px auto 0 !important;
    gap: 12px !important;
  }
  .flametec-footer .ft-gassafe,
  .flametec-footer .ft-fca,
  .flametec-footer .ft-worcester {
    display: block !important;
    flex: 0 0 auto !important;
  }
  .flametec-footer .ft-links {
    margin-top: 2px !important;
  }
  .flametec-footer .ft-group {
    padding-top: 8px !important;
  }
  .flametec-footer .ft-group a {
    padding: 6px 0 !important;
  }
  .flametec-footer .ft-social {
    margin-top: 5px !important;
    margin-bottom: 0 !important;
  }
  .flametec-footer .ft-tagline {
    margin-bottom: 0 !important;
  }
  .flametec-footer .ft-proud {
    margin-bottom: 1px !important;
  }
}
.offer-media--install-proof,
.offer-media--replacement {
  position: relative;
  display: block;
  padding: 0 !important;
  overflow: hidden;
  background: linear-gradient(180deg, #edf5f6 0, #d9e5e8 100%);
}
.offer-media--install-proof {
  aspect-ratio: 4/5.15;
}
.offer-media--replacement {
  aspect-ratio: 16/10;
}
.offer-media--install-proof img,
.offer-media--replacement img {
  width: 100%;
  height: 100%;
  display: block;
}
.offer-media--install-proof img {
  object-fit: cover;
  object-position: center 74%;
}
.offer-media--replacement img {
  object-fit: cover;
  object-position: center 58%;
}
.offer-card--showcase .offer-body,
.offer-card--replacement-panel .offer-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.offer-card--showcase .offer-body h3,
.offer-card--replacement-panel .offer-body h3 {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .offers-grid,
  .offers-service-stack {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
  .offer-card--replacement-panel {
    margin-top: 18px !important;
  }
  .offer-card,
  .offer-card--showcase,
  .offer-card--support,
  .offer-card--replacement-panel {
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    height: auto !important;
    overflow: hidden !important;
  }
  .offer-card--showcase .offer-showcase-overlay,
  .offers .offer-badge {
    display: none !important;
  }
  .offer-media,
  .offer-card--support .offer-media,
  .offer-media--install-proof,
  .offer-media--replacement {
    position: relative !important;
    display: block !important;
    padding: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 16/10 !important;
    overflow: hidden !important;
    background: linear-gradient(180deg, #eef5f6 0, #dde9eb 100%) !important;
  }
  .offer-card--support .offer-media,
  .offer-media--illustration {
    padding: 16px !important;
    background: linear-gradient(180deg, #eff6f7 0, #e5eef0 100%) !important;
  }
  .offer-media img,
  .offer-card--support .offer-media img,
  .offer-media--install-proof img,
  .offer-media--replacement img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
  }
  .offer-card--support .offer-media img,
  .offer-media--illustration img {
    object-fit: contain !important;
    object-position: center center !important;
  }
  .offer-media--install-proof img {
    object-position: center 74% !important;
  }
  .offer-media--replacement img {
    object-position: center 54% !important;
  }
  .offer-body,
  .offer-card--showcase .offer-body,
  .offer-card--support .offer-body,
  .offer-card--replacement-panel .offer-body {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    min-height: 0 !important;
    padding: 20px 20px 20px !important;
  }
  .offer-kicker {
    margin: 0 !important;
    display: inline-flex !important;
    align-self: flex-start !important;
    padding: 7px 13px !important;
    border-radius: 999px !important;
    background: linear-gradient(
      180deg,
      rgba(16, 155, 146, 0.12),
      rgba(16, 155, 146, 0.08)
    ) !important;
    color: #0b6668 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
  }
  .offer-body h3,
  .offer-card--showcase .offer-body h3,
  .offer-card--support .offer-body h3,
  .offer-card--replacement-panel .offer-body h3 {
    min-height: 0 !important;
    margin: 0 !important;
    font-size: clamp(24px, 6vw, 30px) !important;
    line-height: 1.05 !important;
  }
  .offer-body p,
  .offer-card--showcase .offer-body p,
  .offer-card--support .offer-body p,
  .offer-card--replacement-panel .offer-body p {
    max-width: none !important;
    margin: 0 !important;
    line-height: 1.58 !important;
  }
  .offer-list,
  .offer-card--showcase .offer-list,
  .offer-card--replacement-panel .offer-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin: 0 !important;
  }
  .offer-cta-row,
  .offer-card--showcase .offer-cta-row,
  .offer-card--replacement-panel .offer-cta-row {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    margin-top: 2px !important;
    padding-top: 0 !important;
  }
  .offer-cta-row .btn,
  .offer-card--showcase .offer-cta-row .btn,
  .offer-card--replacement-panel .offer-cta-row .btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 46px !important;
    padding: 11px 16px !important;
    border-radius: 16px !important;
  }
  .offer-card .micro {
    display: none !important;
  }
  .offer-card li {
    line-height: 1.5 !important;
  }
}
.offers .offer-cta-row .btn-outline,
.offers .offer-cta-row .btn--outline {
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(15, 23, 42, 0.1) !important;
  color: #10202b !important;
  box-shadow: none !important;
}
.offers .offer-cta-row .btn--primary,
.offers .offer-cta-row .btn {
  box-shadow: 0 14px 28px rgba(16, 155, 146, 0.16) !important;
}
.offers-grid--services-only {
  grid-template-columns: 1fr;
}
.offers-service-stack--wide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: none;
}
@media (max-width: 900px) {
  .offers-service-stack--wide {
    grid-template-columns: 1fr !important;
  }
}
.offers .container {
  max-width: 1400px;
}
.service-cards-section .container {
  max-width: 1320px;
}
.service-cards-wrap {
  max-width: 980px;
  margin: 48px auto 0;
  padding: 0 24px;
}
.service-cards-wrap--wide {
  max-width: 1280px;
}
.service-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
  justify-content: center;
}
.service-cards-grid--careplans {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.service-cards-section .service-card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 11px;
  padding: 26px 22px 22px;
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfefe 62%, #f4fbfb 100%);
  border: 1px solid rgba(15, 23, 42, 0.07);
  box-shadow:
    0 20px 46px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  min-width: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}
.service-cards-section .service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 128px;
  background: radial-gradient(
    120% 90% at 50% 0,
    rgba(16, 155, 146, 0.14) 0,
    rgba(16, 155, 146, 0.06) 42%,
    rgba(16, 155, 146, 0) 100%
  );
  pointer-events: none;
}
.service-cards-section .service-card > * {
  position: relative;
  z-index: 1;
}
.service-cards-section .service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(16, 155, 146, 0.16);
  box-shadow:
    0 28px 58px rgba(15, 23, 42, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}
.service-cards-section .service-card__eyebrow {
  align-self: center;
  min-height: 40px;
  margin-bottom: 2px;
  padding: 10px 18px;
  border: 0;
  background: linear-gradient(135deg, #1baea1 0%, #10807a 100%);
  color: #fff;
  letter-spacing: 0.08em;
  box-shadow: 0 14px 28px rgba(16, 129, 123, 0.24);
}
.service-stack-header__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 13px;
  border-radius: 999px;
  border: 1px solid rgba(17, 120, 110, 0.11);
  background: linear-gradient(
    180deg,
    rgba(20, 148, 131, 0.07),
    rgba(20, 148, 131, 0.03)
  );
  color: #0d6760;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.035);
}
.service-cards-section .service-card h3 {
  margin: 0 auto;
  font-size: clamp(1.34rem, 1.45vw, 1.72rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #0f172a;
  text-align: center;
}
.service-cards-section .service-card p {
  margin: 0 auto;
  color: #526579;
  line-height: 1.58;
  font-size: 15px;
  max-width: 29ch;
  text-align: center;
}
.service-cards-section .service-card .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 100%;
  min-width: 0;
  max-width: 208px;
  min-height: 50px;
  margin: 0 auto;
  padding: 13px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.01em;
  white-space: nowrap;
  text-align: center;
  box-shadow: 0 18px 32px rgba(16, 155, 146, 0.16);
}
.service-cards-section .service-card .btn-outline,
.service-cards-section .service-card .btn--outline {
  color: #fff !important;
  background: linear-gradient(
    135deg,
    var(--ft-accent),
    var(--ft-accent-dark)
  ) !important;
  border: 1px solid transparent !important;
  box-shadow: 0 18px 36px rgba(16, 155, 146, 0.22) !important;
}
.service-cards-section .service-card__image-wrap {
  margin-top: 6px;
  width: min(100%, 230px);
  height: 166px;
  min-height: 166px;
  max-height: 166px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 24px;
  background:
    radial-gradient(120% 110% at 50% 0, rgba(16, 155, 146, 0.18), transparent 58%),
    linear-gradient(180deg, #e7f2ff 0%, #ddf0ed 100%);
  border: 1px solid rgba(15, 23, 42, 0.09);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 16px 34px rgba(15, 23, 42, 0.09);
  overflow: hidden;
}
.service-cards-section .service-card__image {
  display: block;
  width: 178px;
  height: 178px;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transform: scale(1.06);
  transform-origin: center;
  filter:
    contrast(1.18)
    saturate(1.12)
    brightness(0.96)
    drop-shadow(0 18px 30px rgba(20, 62, 99, 0.18));
}
.service-cards-section .service-card__image-wrap--flamecare {
  margin-top: 4px;
  height: 214px;
  min-height: 214px;
  max-height: 214px;
  padding: 14px 12px;
  background:
    radial-gradient(160% 120% at 20% 0, rgba(20, 148, 131, 0.3), transparent 50%),
    linear-gradient(180deg, #ebf8f5 0%, #d8ece8 100%);
}
.service-cards-section .service-card--flamecare {
  padding-left: 18px;
  padding-right: 18px;
}
.service-card__mini-plan {
  width: 100%;
  display: grid;
  gap: 10px;
  padding: 18px 14px 14px;
  border-radius: 22px;
  color: #fff;
  text-align: left;
  background:
    linear-gradient(145deg, rgba(10, 43, 55, 0.96), rgba(20, 148, 131, 0.94)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent);
  box-shadow: 0 20px 38px rgba(11, 111, 104, 0.22);
}
.service-card__mini-plan-head {
  display: grid;
  gap: 7px;
}
.service-card__mini-kicker {
  display: inline-flex;
  width: max-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.84);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.service-card__mini-plan strong {
  font-size: 35px;
  line-height: 0.95;
  letter-spacing: -0.05em;
}
.service-card__mini-logo-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.service-card__mini-logo {
  position: relative;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 5px;
  min-height: 78px;
  padding: 10px 4px 8px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 12px 18px rgba(9, 27, 35, 0.12);
}

.service-card__mini-logo::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.24), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04));
}

.service-card__mini-logo--basic {
  color: #0c3340;
  background: linear-gradient(145deg, rgba(241, 252, 249, 0.98), rgba(164, 230, 214, 0.9));
}

.service-card__mini-logo--plus {
  color: #ffffff;
  background: linear-gradient(145deg, rgba(10, 57, 67, 0.98), rgba(20, 148, 131, 0.94));
}

.service-card__mini-logo--pro {
  color: #ffffff;
  background: linear-gradient(145deg, rgba(12, 28, 40, 0.98), rgba(7, 114, 123, 0.92));
}

.service-card__mini-logo-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 82px;
  height: 62px;
  object-fit: contain;
  object-position: center center;
  filter: drop-shadow(0 10px 16px rgba(9, 27, 35, 0.24));
  transform-origin: center center;
}

.service-card__mini-logo-image--basic {
  transform: scale(2.5);
}

.service-card__mini-logo-image--plus {
  transform: scale(2.42);
}

.service-card__mini-logo-image--pro {
  transform: scale(2.58) translateY(-2px);
}

.service-card__mini-logo-text {
  position: relative;
  z-index: 1;
  margin-top: 1px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}
.service-card__mini-caption {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}
.service-card__route-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 10px;
  max-width: 31ch;
  margin-top: 2px;
}

.service-card__route-links a {
  color: #0b6f68;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.service-card__route-links a:hover {
  text-decoration: underline;
}
.mobile-sticky-cta {
  z-index: 9999 !important;
}
@media (max-width: 1120px) {
  .service-cards-wrap {
    max-width: 960px;
    padding: 0 20px;
  }
  .service-cards-section .service-card {
    padding: 24px 20px 21px;
  }
  .service-cards-grid--careplans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .service-cards-wrap {
    max-width: 760px;
    padding: 0 16px;
  }
  .service-cards-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .service-cards-section .service-card {
    gap: 11px;
    padding: 23px 18px 20px;
  }
}
@media (max-width: 768px) {
  .service-cards-wrap {
    margin: 40px auto 96px;
    padding: 0 16px;
    max-width: 100%;
  }
  .service-cards-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    padding: 0 16px;
  }
  .service-cards-section .service-card {
    gap: 10px;
    padding: 22px 18px 18px;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
    align-items: center;
  }
  .service-cards-section .service-card__eyebrow {
    margin-left: auto;
    margin-right: auto;
  }
  .service-cards-section .service-card h3,
  .service-cards-section .service-card p {
    text-align: center;
  }
  .service-cards-section .service-card p {
    max-width: none;
  }
  .service-cards-section .service-card__image-wrap {
    width: min(100%, 208px);
    height: 150px;
    min-height: 150px;
    max-height: 150px;
    margin-top: 6px;
    padding: 10px;
  }
  .service-cards-section .service-card__image {
    width: 156px;
    height: 156px;
    max-width: 100%;
    max-height: 100%;
  }
  .service-cards-section .service-card__image-wrap--flamecare {
    height: 198px;
    min-height: 198px;
    max-height: 198px;
    padding: 12px 10px;
  }
  .service-cards-section .service-card--flamecare {
    padding-left: 16px;
    padding-right: 16px;
  }
  .service-card__mini-plan {
    gap: 7px;
    padding: 14px 11px 11px;
  }
  .service-card__mini-plan strong {
    font-size: 26px;
  }
  .service-card__mini-logo {
    min-height: 58px;
    padding: 4px 2px;
    border-radius: 14px;
  }
  .service-card__mini-logo-text {
    font-size: 11px;
  }
  .service-card__mini-caption {
    font-size: 11px;
    line-height: 1.3;
  }
  .service-cards-section .service-card .btn {
    display: inline-flex;
    width: 100%;
    max-width: 208px;
    justify-content: center;
    margin: 0 auto;
  }
}

@media (max-width: 420px) {
  .service-cards-section .service-card__image-wrap--flamecare {
    height: 194px;
    min-height: 194px;
    max-height: 194px;
  }
  .service-card__mini-logo {
    min-height: 56px;
  }
  .service-card__mini-logo-text {
    font-size: 10px;
  }
}
.service-stack-section {
  padding: 26px 20px 58px;
  background:
    radial-gradient(
      120% 90% at 50% 0,
      rgba(14, 165, 164, 0.12) 0,
      rgba(14, 165, 164, 0) 58%
    ),
    linear-gradient(180deg, #f6fbfb 0, #edf6f6 52%, #f8fbfb 100%);
}
.service-stack-shell {
  max-width: 1180px;
  margin: 0 auto;
}
.service-stack-header {
  max-width: 720px;
  margin: 0 auto 24px;
  text-align: center;
}
.homepage .areas-head {
  max-width: 880px;
  margin: 0 auto 26px;
  align-items: center;
  justify-content: center;
}
.homepage .areas-head > div {
  max-width: 760px;
  margin: 0 auto;
}
.homepage .areas-card.areas-card--scotland {
  position: relative;
  overflow: hidden;
  padding: 32px 28px 26px;
  background: linear-gradient(
    180deg,
    rgba(247, 251, 251, 0.82),
    rgba(241, 247, 248, 0.78)
  );
}
.homepage .areas-card.areas-card--scotland::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(images/glencoe.webp) center 42% / cover no-repeat;
  filter: saturate(1.14) contrast(1.08) brightness(0.96);
  transform: scale(1.03);
}
.homepage .areas-card.areas-card--scotland::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      135deg,
      rgba(245, 250, 249, 0.78) 0,
      rgba(234, 244, 245, 0.58) 42%,
      rgba(248, 251, 252, 0.68) 100%
    ),
    radial-gradient(
      circle at 18% 18%,
      rgba(16, 120, 112, 0.14),
      transparent 34%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.2));
  pointer-events: none;
}
.homepage .areas-card.areas-card--scotland > * {
  position: relative;
  z-index: 1;
}
.homepage .areas-grid {
  justify-content: center;
}
.homepage .areas-group {
  max-width: 760px;
  margin: 0 auto;
}
.homepage .areas-label {
  margin-bottom: 12px;
}
.homepage .areas-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 360px);
  grid-template-areas: "note checker" "row checker" "button checker";
  align-items: center;
  column-gap: 30px;
  row-gap: 14px;
  max-width: 980px;
  margin: 22px auto 0;
  padding-top: 18px;
}
.homepage .areas-note {
  grid-area: note;
  max-width: 34ch;
  margin: 0;
  text-align: left;
}
.homepage .area-checker {
  grid-area: checker;
  justify-self: center;
  width: min(100%, 360px);
}
.homepage .area-cta-row {
  grid-area: row;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}
.homepage .areas-cta > .btn {
  grid-area: button;
  justify-self: flex-start;
}
@media (max-width: 900px) {
  .homepage .areas-card.areas-card--scotland {
    padding: 28px 22px 24px;
  }
  .homepage .areas-card.areas-card--scotland::before {
    background-position: center 36%;
  }
  .homepage .areas-cta {
    grid-template-columns: 1fr;
    grid-template-areas: "note" "checker" "row" "button";
    max-width: 640px;
    row-gap: 16px;
  }
  .homepage .areas-note,
  .homepage .area-cta-row,
  .homepage .areas-cta > .btn {
    justify-self: center;
    text-align: center;
  }
  .homepage .area-cta-row {
    justify-content: center;
  }
}
.service-stack-header h2 {
  margin: 14px 0 10px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: #0f172a;
}
.service-stack-header p {
  margin: 0 auto;
  max-width: 54ch;
  color: #48616a;
  font-size: 16px;
  line-height: 1.65;
}
.service-stack-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.service-stack-card {
  display: grid;
  grid-template-columns: 1fr;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(247, 251, 251, 0.98)
  );
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 28px;
  overflow: hidden;
  box-shadow:
    0 20px 48px rgba(15, 23, 42, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.95) inset;
}
.service-stack-card__visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 220px;
  padding: 26px 20px;
  background:
    radial-gradient(
      circle at top,
      rgba(52, 211, 204, 0.18),
      rgba(52, 211, 204, 0) 52%
    ),
    linear-gradient(180deg, #fbfefe 0, #eaf6f6 100%);
}
.service-stack-card__visual::after {
  content: "";
  position: absolute;
  inset: auto 24px 18px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(15, 23, 42, 0),
    rgba(15, 23, 42, 0.12),
    rgba(15, 23, 42, 0)
  );
}
.service-stack-card__visual svg {
  width: min(100%, 218px);
  height: auto;
  color: #1b9fba;
}
.service-stack-icon__stroke {
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.service-stack-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px 22px 24px;
}
.service-stack-card__eyebrow {
  display: inline-flex;
  align-self: flex-start;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(16, 155, 146, 0.1);
  color: #0b6668;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.service-stack-card h3 {
  margin: 0;
  font-size: clamp(28px, 5vw, 34px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #0f172a;
}
.service-stack-card p {
  margin: 0;
  color: #415862;
  font-size: 15.5px;
  line-height: 1.62;
  max-width: 34ch;
}
.service-stack-card__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  margin-top: 4px;
  border-radius: 18px;
  background: linear-gradient(135deg, #0f9a93, #0b6668) !important;
  color: #fff !important;
  box-shadow: 0 18px 34px rgba(16, 155, 146, 0.18) !important;
}
.service-stack-card__trust {
  display: block;
  color: #5f7680;
  font-size: 12.5px;
  line-height: 1.5;
}
@media (min-width: 760px) {
  .service-stack-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .service-stack-card {
    height: 100%;
  }
  .service-stack-card__body {
    min-height: 260px;
  }
}
@media (min-width: 1120px) {
  .service-stack-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }
  .service-stack-card:nth-child(4),
  .service-stack-card:nth-child(5) {
    grid-column: span 1;
  }
}
@media (max-width: 900px) {
  .service-stack-section {
    padding: 18px 20px 48px;
  }
  .service-stack-header {
    margin-bottom: 20px;
  }
  .service-stack-card {
    border-radius: 24px;
  }
  .service-stack-card__visual {
    min-height: 208px;
    padding: 24px 18px;
  }
  .service-stack-card__body {
    padding: 20px 20px 22px;
  }
}
@media (max-width: 640px) {
  .service-stack-header {
    text-align: left;
  }
  .service-stack-header p {
    margin-left: 0;
  }
  .service-stack-card__visual {
    min-height: 196px;
  }
  .service-stack-card h3 {
    font-size: clamp(26px, 8vw, 32px);
  }
  .service-stack-card p {
    max-width: none;
  }
  .service-stack-card__cta {
    width: 100%;
  }
}
.reviews-rotator {
  position: relative;
  max-width: 860px;
  margin: 14px auto 0;
}
.reviews .review-card,
.reviews .review-card--measure {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 26px 26px 22px;
  border-radius: 24px !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(245, 250, 250, 0.97)
  ) !important;
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.08) !important;
  overflow: visible !important;
}
.reviews .review-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.reviews .review-card__stars {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: nowrap;
}
.reviews .review-card__star {
  color: #109b92 !important;
  font-family: var(--font-heading) !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}
.reviews .review-card__star.is-filled {
  color: #109b92 !important;
}
.reviews .review-card__source {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(16, 155, 146, 0.1);
  color: #0b6668;
  font-family: var(--font-body) !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.reviews .review-card__text {
  margin: 0;
  min-height: 0;
  color: #19303a;
  font-family: var(--font-body) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.7 !important;
  letter-spacing: 0 !important;
  overflow: visible !important;
  overflow-wrap: anywhere;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
  -webkit-box-orient: initial !important;
  display: block !important;
}
.reviews .review-card__meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: auto;
  padding-top: 2px;
}
.reviews .review-card__name {
  color: #0f172a;
  font-family: var(--font-heading) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.01em;
}
.reviews a.review-card__name {
  text-decoration: none;
}
.reviews a.review-card__name:hover,
.reviews a.review-card__name:focus-visible {
  text-decoration: underline;
}
.reviews .reviews-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}
.reviews .dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 0;
  background: rgba(16, 155, 146, 0.22);
  cursor: pointer;
}
.reviews .dot.is-active {
  background: #109b92;
}
@media (max-width: 640px) {
  .reviews .review-card,
  .reviews .review-card--measure {
    padding: 22px 20px 20px;
    border-radius: 20px !important;
  }
  .reviews .review-card__top {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .reviews .review-card__text {
    font-size: 15.5px !important;
    line-height: 1.66 !important;
  }
  .reviews .review-card__stars {
    justify-content: flex-start;
  }
}
.compare-card__brandhead {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  margin-left: 0 !important;
}
.compare-card__logo {
  display: block !important;
  height: 56px !important;
  width: auto !important;
  max-width: none !important;
  flex: 0 0 auto !important;
  object-fit: contain !important;
  image-rendering: auto !important;
  margin-left: 0 !important;
}
.compare-card__brandhead span {
  margin-left: 0 !important;
  line-height: 1.05 !important;
}
@media (max-width: 900px) {
  .compare-card__brandhead {
    gap: 8px !important;
  }
  .compare-card__logo {
    height: 48px !important;
  }
}
.btn,
.btn--ghost,
.btn--outline,
.btn--primary,
.btn-light,
.btn-outline,
.btn.ghost,
.brand-name,
.brand-sub,
.card h3,
.card-title,
.heading,
.hero h1,
.hero h2,
.hero-title,
.nav a,
.page-title,
.section-title,
.review-name,
.review-card__name,
.tag,
[class*="pill"],
[class*="badge"],
[class*="eyebrow"],
[class*="kicker"],
[class*="label"],
strong,
b,
h1,
h2,
h3,
h4,
h5,
h6,
summary {
  font-weight: 500 !important;
}

:root {
  --ft-heading-weight: 650;
  --ft-subheading-weight: 550;
  --ft-body-weight: 400;
  --ft-button-weight: 550;
}

body
  :not(.hero):is(
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .card-title,
    .heading,
    .page-title,
    .section-title
  ),
body
  :not(.hero)
  :is(
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .card-title,
    .heading,
    .page-title,
    .section-title
  ) {
  font-weight: var(--ft-heading-weight) !important;
}

body
  :not(.hero):is(
    p,
    li,
    label,
    input,
    select,
    textarea,
    .subtitle,
    .subheading,
    .muted,
    .small,
    .review-text,
    .review-card__text,
    .hero-quickfacts__body
  ),
body
  :not(.hero)
  :is(
    p,
    li,
    label,
    input,
    select,
    textarea,
    .subtitle,
    .subheading,
    .muted,
    .small,
    .review-text,
    .review-card__text
  ) {
  font-weight: var(--ft-body-weight) !important;
}

body
  :not(.hero):is(
    .btn,
    .btn--ghost,
    .btn--outline,
    .btn--primary,
    .btn-light,
    .btn-outline,
    .btn.ghost,
    button
  ),
body
  :not(.hero)
  :is(
    .btn,
    .btn--ghost,
    .btn--outline,
    .btn--primary,
    .btn-light,
    .btn-outline,
    .btn.ghost,
    button
  ) {
  font-weight: var(--ft-button-weight) !important;
}

body
  :not(.hero):is(
    .tag,
    [class*="pill"],
    [class*="badge"],
    [class*="eyebrow"],
    [class*="kicker"],
    [class*="label"],
    summary,
    strong,
    b,
    .review-name,
    .review-card__name,
    .brand-name,
    .brand-sub,
    .nav a,
    header a
  ),
body
  :not(.hero)
  :is(
    .tag,
    [class*="pill"],
    [class*="badge"],
    [class*="eyebrow"],
    [class*="kicker"],
    [class*="label"],
    summary,
    strong,
    b,
    .review-name,
    .review-card__name,
    .brand-name,
    .brand-sub,
    .nav a,
    header a
  ) {
  font-weight: var(--ft-subheading-weight) !important;
}

.homepage .hero,
.homepage .hero * {
  font-weight: inherit;
}

.homepage .hero-content h1,
.homepage .hero-content p,
.homepage .hero-objections li,
.homepage .hero-quickfacts__eyebrow,
.homepage .hero-quickfacts__card strong,
.homepage .hero-quickfacts__body,
.homepage .hero-cta .btn,
.homepage .trust-strip,
.homepage .trust-text {
  font-weight: unset;
}

.homepage .hero-content h1 {
  font-weight: 800 !important;
}
.homepage .hero-content p,
.homepage .hero-objections li,
.homepage .trust-strip,
.homepage .trust-text {
  font-weight: 500 !important;
}
.homepage .hero-quickfacts__eyebrow {
  font-weight: 700 !important;
}
.homepage .hero-quickfacts__card strong {
  font-weight: 800 !important;
}
.homepage .hero-quickfacts__body {
  font-weight: 500 !important;
}
.homepage .hero-cta .btn {
  font-weight: 800 !important;
}

.homepage .hero-cta .hero-callback-btn {
  background: linear-gradient(135deg, #123847, #0f172a) !important;
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.24) !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
}

.homepage .hero-cta .hero-callback-btn:hover {
  background: linear-gradient(135deg, #164456, #111827) !important;
  box-shadow: 0 22px 42px rgba(15, 23, 42, 0.28) !important;
}

.homepage .hero-cta .hero-callback-btn:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 4px rgba(18, 56, 71, 0.18),
    0 22px 42px rgba(15, 23, 42, 0.28) !important;
}

.homepage .hero-boiler {
  aspect-ratio: auto;
}

.homepage .hero-boiler > picture {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.homepage .hero-boiler > picture img,
.homepage .hero-boiler > img {
  display: block;
  width: 244px !important;
  height: auto !important;
  max-width: 244px !important;
  max-height: 264px !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.homepage .hero-boiler--left img {
  transform: none !important;
  transform-origin: center center;
}

.homepage .hero-boiler--right img {
  transform: none !important;
  transform-origin: center center;
}

@media (max-width: 820px) {
  .homepage .hero-boiler > picture img,
  .homepage .hero-boiler > img {
    width: 156px !important;
    max-width: 156px !important;
    max-height: 172px !important;
  }
  .homepage .hero-boiler--left img,
  .homepage .hero-boiler--right img {
    transform: none !important;
  }
}

@media (max-width: 520px) {
  .homepage .hero-boiler > picture img,
  .homepage .hero-boiler > img {
    width: 138px !important;
    max-width: 138px !important;
    max-height: 154px !important;
  }
  .homepage .hero-boiler--left img,
  .homepage .hero-boiler--right img {
    transform: none !important;
  }
}

/* Final homepage Areas Covered centering fix */
.homepage .areas-card.areas-card--scotland .areas-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "note"
    "checker"
    "row"
    "button";
  justify-items: center;
  align-items: center;
  max-width: 760px;
  margin: 28px auto 0;
  row-gap: 18px;
  column-gap: 0;
  padding-top: 24px;
}

.homepage .areas-card.areas-card--scotland .areas-note,
.homepage .areas-card.areas-card--scotland .area-cta-row,
.homepage .areas-card.areas-card--scotland .areas-cta > .btn,
.homepage .areas-card.areas-card--scotland .area-checker {
  justify-self: center;
  margin-left: auto;
  margin-right: auto;
}

.homepage .areas-card.areas-card--scotland .areas-note {
  max-width: 42ch;
  text-align: center;
}

.homepage .areas-card.areas-card--scotland .areas-group {
  width: 100%;
  justify-items: center;
}

.homepage .areas-card.areas-card--scotland .areas-label {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.homepage .areas-card.areas-card--scotland .area-checker {
  width: min(100%, 420px);
}

.homepage .areas-card.areas-card--scotland .area-cta-row {
  max-width: none;
  justify-content: center;
}

.homepage .areas-card.areas-card--scotland .areas-cta > .btn {
  text-align: center;
}

/* Keep the hero review strip inside the hero content */
.homepage .hero-content .trust-strip {
  position: relative;
  top: 0;
  margin-top: 8px;
  margin-bottom: 0;
  justify-content: center;
}

@media (max-width: 768px) {
  .homepage .hero-content .trust-strip {
    top: 0;
    margin-top: 10px;
  }
}

/* Homepage Areas Covered refinements */
.homepage .areas-head {
  margin-bottom: 22px;
}

.homepage .areas-card.areas-card--scotland {
  padding: 38px 34px 30px;
  background: linear-gradient(
    180deg,
    rgba(243, 249, 249, 0.78),
    rgba(238, 246, 247, 0.74)
  );
}

.homepage .areas-card.areas-card--scotland::before {
  background: url(images/glencoe.webp) center 40% / cover no-repeat;
  filter: saturate(1.22) contrast(1.14) brightness(0.92);
  transform: scale(1.025);
}

.homepage .areas-card.areas-card--scotland::after {
  background:
    linear-gradient(
      135deg,
      rgba(244, 249, 249, 0.72) 0,
      rgba(228, 240, 242, 0.46) 44%,
      rgba(246, 250, 251, 0.58) 100%
    ),
    radial-gradient(
      circle at 18% 18%,
      rgba(7, 109, 106, 0.12),
      transparent 34%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.04),
      rgba(255, 255, 255, 0.16)
    );
}

.homepage .areas-grid {
  display: grid;
  justify-items: center;
  row-gap: 16px;
}

.homepage .areas-group {
  display: grid;
  justify-items: center;
  align-content: center;
  max-width: 780px;
  margin: 0 auto;
}

.homepage .areas-label {
  margin-bottom: 14px;
  text-align: center;
}

.homepage .areas-row {
  max-width: 720px;
  margin: 0 auto;
}

.homepage .areas-cta {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(320px, 380px);
  grid-template-areas:
    "note checker"
    "row checker"
    "button checker";
  align-items: center;
  column-gap: clamp(28px, 4vw, 56px);
  row-gap: 16px;
  max-width: 940px;
  margin: 28px auto 0;
  padding-top: 24px;
}

.homepage .areas-note {
  grid-area: note;
  align-self: center;
  max-width: 38ch;
  margin: 0 auto;
  text-align: left;
}

.homepage .area-checker {
  grid-area: checker;
  align-self: center;
  justify-self: center;
  width: min(100%, 380px);
  margin: 0 auto;
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(10px);
}

.homepage .area-cta-row {
  grid-area: row;
  max-width: 520px;
  margin: 0 auto 0 0;
  justify-content: flex-start;
}

.homepage .areas-cta > .btn {
  grid-area: button;
  justify-self: flex-start;
}

.homepage .area-checker label span,
.homepage .area-checker__result {
  color: #153942;
}

.homepage .area-checker input {
  background: rgba(248, 255, 254, 0.96);
  border-color: rgba(13, 99, 107, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.homepage .area-checker button {
  box-shadow: 0 12px 24px rgba(11, 79, 73, 0.18);
}

@media (max-width: 900px) {
  .homepage .areas-card.areas-card--scotland {
    padding: 30px 22px 26px;
  }

  .homepage .areas-card.areas-card--scotland::before {
    background-position: center 36%;
  }

  .homepage .areas-cta {
    grid-template-columns: 1fr;
    grid-template-areas:
      "note"
      "checker"
      "row"
      "button";
    max-width: 640px;
    row-gap: 18px;
    padding-top: 20px;
  }

  .homepage .areas-note,
  .homepage .area-cta-row,
  .homepage .areas-cta > .btn {
    justify-self: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .homepage .area-cta-row {
    max-width: none;
    justify-content: center;
  }
}

/* Boiler type landing pages and homepage boiler type cards */
.ib-page--boiler-type {
  --ib-accent: #169b93;
  --ib-accent-deep: #0f766e;
  --ib-accent-soft: rgba(22, 155, 147, 0.12);
  --ib-ink: #0f2c36;
  --ib-copy: #47616d;
  --ib-page-glow: rgba(22, 155, 147, 0.13);
  --ib-page-glow-2: rgba(0, 85, 164, 0.1);
  background:
    radial-gradient(980px 540px at 0 0, var(--ib-page-glow), transparent 58%),
    radial-gradient(920px 520px at 100% 0, var(--ib-page-glow-2), transparent 58%),
    linear-gradient(180deg, #eff6f8 0, #e6eef3 100%);
}

.ib-page--system {
  --ib-accent: #0f8b91;
  --ib-accent-deep: #0c6f77;
  --ib-accent-soft: rgba(15, 139, 145, 0.12);
  --ib-page-glow: rgba(15, 139, 145, 0.14);
  --ib-page-glow-2: rgba(10, 91, 153, 0.09);
}

.ib-page--regular {
  --ib-accent: #127f73;
  --ib-accent-deep: #0d665d;
  --ib-accent-soft: rgba(18, 127, 115, 0.12);
  --ib-page-glow: rgba(18, 127, 115, 0.12);
  --ib-page-glow-2: rgba(0, 85, 164, 0.08);
}

.ib-page--boiler-type .ib-wrap {
  padding-top: 34px;
  padding-bottom: 60px;
}

.ib-page--boiler-type .ib-final,
.ib-page--boiler-type .ib-hero,
.ib-page--boiler-type .ib-section {
  border-color: rgba(15, 23, 42, 0.08);
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.08);
}

.ib-page--boiler-type .ib-hero,
.ib-page--boiler-type .ib-section,
.ib-page--boiler-type .ib-final {
  margin-top: 22px;
}

.ib-page--boiler-type .ib-hero {
  margin-top: 0;
  gap: 28px;
  padding: 32px;
  grid-template-columns: minmax(0, 1.06fr) minmax(340px, 0.94fr);
  background:
    radial-gradient(680px 320px at 0 0, rgba(255, 255, 255, 0.9), transparent 68%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.99), rgba(240, 246, 249, 0.97));
}

.ib-page--boiler-type .ib-hero h1 {
  max-width: 11ch;
  color: var(--ib-ink);
}

.ib-page--boiler-type .ib-hero__sub {
  max-width: 56ch;
  color: var(--ib-copy);
  font-size: 18px;
  line-height: 1.65;
}

.ib-page--boiler-type .ib-actions {
  gap: 14px;
  margin-top: 24px;
}

.ib-page--boiler-type .ib-actions .btn {
  min-height: 54px;
  padding-inline: 22px;
}

.ib-page--boiler-type .ib-actions .btn--primary,
.boiler-type-card .btn--primary {
  background: linear-gradient(135deg, var(--ib-accent), var(--ib-accent-deep));
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}

.ib-page--boiler-type .btn-outline {
  border-color: rgba(15, 23, 42, 0.09);
  background: rgba(255, 255, 255, 0.88);
}

.ib-page--boiler-type .ib-trust-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ib-page--boiler-type .ib-trust-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 15px 16px;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 248, 250, 0.95));
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
}

.ib-page--boiler-type .ib-trust-list strong,
.ib-page--boiler-type .ib-include-item strong {
  display: block;
  color: var(--ib-ink);
}

.ib-page--boiler-type .ib-trust-list small,
.ib-page--boiler-type .ib-include-item span {
  display: block;
  margin-top: 4px;
  color: var(--ib-copy);
  font-size: 13px;
  line-height: 1.55;
}

.ib-page--boiler-type .ib-trust-list__icon,
.ib-feature-card__icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(135deg, var(--ib-accent), var(--ib-accent-deep));
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
}

.ib-page--boiler-type .ib-trust-list__icon svg,
.ib-feature-card__icon svg {
  width: 20px;
  height: 20px;
}

.ib-page--boiler-type .ib-hero__visual {
  min-height: 500px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background:
    radial-gradient(320px 180px at 22% 18%, rgba(255, 255, 255, 0.92), transparent 68%),
    radial-gradient(520px 280px at 68% 14%, rgba(18, 127, 115, 0.11), transparent 72%),
    linear-gradient(180deg, #eaf2f6 0, #dce8ef 100%);
}

.ib-page--boiler-type .ib-hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(15, 23, 42, 0.02) 48%, rgba(15, 23, 42, 0.05)),
    radial-gradient(340px 180px at 50% 82%, rgba(255, 255, 255, 0.22), transparent 76%);
}

.ib-page--boiler-type .ib-hero__caption {
  top: 22px;
  left: 22px;
  right: 286px;
}

.ib-page--boiler-type .ib-hero__caption span {
  max-width: min(100%, 214px);
}

.ib-page--boiler-type .ib-hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: block;
  position: relative;
  z-index: 1;
}

.ib-page--combi .ib-hero__visual img {
  object-fit: cover;
  object-position: center 52%;
}

.ib-page--system .ib-hero__visual img,
.ib-page--regular .ib-hero__visual img {
  object-fit: contain;
  padding: 92px 28px 46px;
  object-position: center 64%;
  transform: scale(1.1);
  transform-origin: center bottom;
  filter: drop-shadow(0 26px 38px rgba(15, 23, 42, 0.14));
}

.ib-page--boiler-type .ib-hero__value {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  max-width: min(246px, calc(100% - 44px));
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid rgba(18, 127, 115, 0.15);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(231, 241, 246, 0.93));
  color: var(--ib-ink);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12);
}

.ib-page--boiler-type .ib-hero__value strong {
  display: block;
  font-size: 17px;
  line-height: 1.35;
  color: var(--ib-ink);
}

.ib-page--boiler-type .ib-hero__value span {
  display: block;
  margin-top: 7px;
  color: #43606d;
  font-size: 13px;
  line-height: 1.52;
}

.ib-page--boiler-type .ib-hero__card {
  left: 22px;
  right: auto;
  bottom: 20px;
  width: min(360px, calc(100% - 44px));
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(231, 241, 246, 0.94));
  box-shadow: 0 20px 36px rgba(15, 23, 42, 0.12);
  z-index: 2;
}

.ib-page--boiler-type .ib-hero__card strong {
  color: var(--ib-ink);
}

.ib-page--boiler-type .ib-hero__card p {
  color: #3c5865;
}

.ib-page--boiler-type .ib-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px !important;
  margin-top: 22px;
}

.ib-page--boiler-type .ib-strip__card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px;
}

.ib-page--boiler-type .ib-strip__card span {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
  background: linear-gradient(135deg, var(--ib-accent), var(--ib-accent-deep));
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.12);
}

.ib-page--boiler-type .ib-strip__card h2 {
  margin: 0;
  min-height: 44px;
  color: var(--ib-ink);
  font-size: 18px;
  letter-spacing: -0.02em;
}

.ib-page--boiler-type .ib-strip__card p {
  margin-top: auto;
  color: var(--ib-copy);
}

.ib-page--boiler-type .ib-section {
  padding: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 251, 0.95));
}

.ib-page--boiler-type .ib-section--soft {
  background:
    radial-gradient(720px 280px at 0 0, var(--ib-accent-soft), transparent 66%),
    linear-gradient(180deg, rgba(250, 253, 255, 0.99), rgba(239, 246, 249, 0.97));
}

.ib-page--boiler-type .ib-head {
  margin-bottom: 24px;
}

.ib-page--boiler-type .ib-head > p {
  max-width: 38ch;
  color: var(--ib-copy);
  font-size: 15px;
  line-height: 1.6;
}

.ib-page--boiler-type .ib-head h2 {
  color: var(--ib-ink);
}

.ib-feature-grid,
.ib-include-grid,
.ib-package-grid,
.ib-proof-showcase,
.ib-suit-grid,
.ib-support-grid,
.ib-compare-grid {
  display: grid;
  gap: 18px;
}

.ib-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ib-feature-grid--5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ib-feature-card,
.ib-suit-card,
.ib-support-card {
  min-height: 100%;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(244, 248, 251, 0.97));
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.06);
}

.ib-feature-card__icon {
  margin-bottom: 18px;
}

.ib-feature-card h3,
.ib-suit-card h3,
.ib-support-card h3,
.ib-compare-card h3,
.ib-proof-note strong {
  margin: 0 0 10px;
  color: var(--ib-ink);
  letter-spacing: -0.02em;
}

.ib-feature-card p,
.ib-suit-card p,
.ib-support-card p,
.ib-proof-note p {
  margin: 0;
  color: var(--ib-copy);
  line-height: 1.62;
}

.ib-suit-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ib-package-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ib-package-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.07);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(244, 248, 251, 0.97));
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.08);
}

.ib-package-card--featured {
  border-color: rgba(15, 23, 42, 0.1);
  box-shadow: 0 24px 52px rgba(15, 23, 42, 0.1);
}

.ib-package-card--wide {
  grid-column: span 2;
}

.ib-package-card--full {
  grid-column: 1 / -1;
}

.ib-package-card__media {
  position: relative;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px;
  background:
    radial-gradient(320px 160px at 50% 0, rgba(255, 255, 255, 0.66), transparent 66%),
    linear-gradient(180deg, #e6edf2 0, #f4f8fb 100%);
}

.ib-package-card__media img {
  width: 100%;
  max-width: 82%;
  height: 220px;
  object-fit: contain;
  filter: drop-shadow(0 20px 28px rgba(15, 23, 42, 0.12));
}

.ib-package-card__badge {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(11, 29, 48, 0.9);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ib-package-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.ib-package-card__eyebrow {
  margin: 0 0 10px;
  color: var(--ib-accent-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ib-package-card h3 {
  margin: 0 0 14px;
  color: var(--ib-ink);
}

.ib-package-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.ib-package-meta li {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 10px;
  align-items: start;
  padding-top: 10px;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  color: var(--ib-copy);
  font-size: 14px;
  line-height: 1.55;
}

.ib-package-meta strong {
  color: var(--ib-ink);
}

.ib-package-card__price {
  display: grid;
  gap: 14px;
  margin: 18px 0 20px;
}

.ib-package-card__price > div {
  padding: 16px 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(11, 29, 48, 0.96), rgba(16, 70, 88, 0.94));
  color: #fff;
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.16);
}

.ib-package-card__price-label,
.ib-package-card__finance span {
  display: block;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ib-package-card__price strong,
.ib-package-card__finance strong {
  display: block;
  color: #fff;
  font-size: 29px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.ib-package-card__price small,
.ib-package-card__finance small {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.45;
}

.ib-package-card .btn {
  margin-top: auto;
}

.ib-include-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ib-include-item {
  position: relative;
  min-height: 100%;
  padding: 18px 18px 18px 54px;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 247, 250, 0.96));
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.06);
}

.ib-include-item::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 19px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ib-accent), var(--ib-accent-deep));
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
}

.ib-include-item::after {
  content: "✓";
  position: absolute;
  left: 24px;
  top: 18px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.ib-page--boiler-type .ib-callout {
  margin-top: 22px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(135deg, rgba(11, 29, 48, 0.94), rgba(15, 105, 113, 0.92));
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.16);
}

.ib-compare-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ib-compare-card {
  min-height: 100%;
  padding: 26px;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 251, 0.97));
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.06);
}

.ib-compare-card--accent {
  background:
    radial-gradient(420px 200px at 100% 0, var(--ib-accent-soft), transparent 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(241, 248, 250, 0.97));
}

.ib-compare-list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.ib-compare-list li {
  position: relative;
  padding-left: 30px;
  color: var(--ib-copy);
  line-height: 1.58;
}

.ib-compare-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ib-accent), var(--ib-accent-deep));
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.ib-compare-list--quiet li::before {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.7), rgba(71, 97, 109, 0.86));
}

.ib-section--how {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 250, 251, 0.97));
}

.ib-how-shell {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
  gap: 18px;
  align-items: start;
}

.ib-how-visuals {
  display: grid;
  gap: 18px;
}

.ib-how-figure {
  margin: 0;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(243, 248, 250, 0.97));
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}

.ib-how-figure__media {
  position: relative;
  min-height: 260px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(320px 160px at 50% 0, rgba(255, 255, 255, 0.76), transparent 68%),
    linear-gradient(180deg, #edf3f6 0, #f7fbfc 100%);
}

.ib-how-figure img {
  width: 100%;
  height: 100%;
  display: block;
}

.ib-how-figure--photo img {
  object-fit: cover;
}

.ib-how-figure--diagram img {
  object-fit: contain;
  padding: 18px;
}

.ib-how-figure figcaption {
  padding: 16px 18px 18px;
  color: var(--ib-copy);
  font-size: 14px;
  line-height: 1.58;
}

.ib-how-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ib-how-card {
  min-height: 100%;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(244, 248, 251, 0.97));
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.06);
}

.ib-how-card__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--ib-accent), var(--ib-accent-deep));
  color: #fff;
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.14);
}

.ib-how-card__icon svg {
  width: 23px;
  height: 23px;
}

.ib-how-card h3 {
  margin: 0 0 10px;
  color: var(--ib-ink);
  font-size: 1.06rem;
  letter-spacing: -0.02em;
}

.ib-how-card p {
  margin: 0;
  color: var(--ib-copy);
  font-size: 14px;
  line-height: 1.62;
}

.ib-how-summary {
  position: relative;
  margin-top: 20px;
  padding: 22px 24px 22px 28px;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  background: linear-gradient(180deg, rgba(251, 253, 255, 0.99), rgba(241, 248, 250, 0.97));
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.06);
}

.ib-how-summary::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 6px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--ib-accent), var(--ib-accent-deep));
}

.ib-how-summary p {
  margin: 0;
  color: var(--ib-ink);
  font-size: 16px;
  line-height: 1.7;
}

.ib-how-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.ib-how-benefit {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 100%;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.05);
}

.ib-how-benefit__icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(20, 148, 131, 0.12);
  color: var(--ib-accent-deep);
}

.ib-how-benefit__icon svg {
  width: 20px;
  height: 20px;
}

.ib-how-benefit strong {
  color: var(--ib-ink);
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.ib-how-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  padding: 28px 30px;
  border-radius: 28px;
  background:
    radial-gradient(520px 220px at 100% 0, rgba(255, 255, 255, 0.12), transparent 58%),
    linear-gradient(135deg, #0b2134, #0f4f67 58%, var(--ib-accent-deep));
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.16);
}

.ib-how-cta h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(24px, 3vw, 32px);
  letter-spacing: -0.03em;
}

.ib-how-cta p {
  margin: 0;
  max-width: 42ch;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.62;
}

.ib-proof-showcase {
  grid-template-columns: minmax(0, 1.14fr) minmax(0, 0.86fr);
  align-items: stretch;
}

.ib-proof-showcase__feature,
.ib-proof-showcase__item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #dfe8ef;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}

.ib-proof-showcase__feature {
  min-height: 560px;
}

.ib-proof-showcase__stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ib-proof-showcase__item {
  min-height: 270px;
}

.ib-proof-showcase__feature img,
.ib-proof-showcase__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ib-proof-showcase__feature figcaption,
.ib-proof-showcase__item figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(11, 29, 48, 0.78);
  color: #fff;
  font-size: 13px;
  line-height: 1.45;
  backdrop-filter: blur(6px);
}

.ib-proof-note {
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-column: span 2;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(243, 248, 250, 0.97));
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.06);
}

.ib-proof-note strong {
  font-size: 1.2rem;
}

.ib-support-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ib-page--boiler-type .ib-section--faq {
  padding-top: 32px;
  padding-bottom: 32px;
}

.ib-page--boiler-type .faq-head {
  max-width: 760px;
  margin: 0 auto 24px;
}

.ib-page--boiler-type .faq-card {
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(242, 247, 250, 0.96));
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
}

.ib-page--boiler-type .faq-card summary {
  min-height: 56px;
  padding: 13px 16px;
}

.ib-page--boiler-type .faq-body {
  padding: 0 16px 16px;
}

.ib-page--boiler-type .faq-grid details[open] {
  border-color: rgba(15, 23, 42, 0.08);
}

.ib-page--boiler-type .ib-final {
  padding: 38px 34px;
  background:
    radial-gradient(620px 280px at 100% 0, rgba(255, 255, 255, 0.16), transparent 56%),
    linear-gradient(135deg, #0b2134, #0f4f67 58%, var(--ib-accent-deep));
}

.ib-page--boiler-type .ib-final h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(30px, 4vw, 46px);
}

.ib-page--boiler-type .ib-final p {
  color: rgba(255, 255, 255, 0.86);
}

.ib-page--boiler-type .ib-final .btn-outline {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.boiler-types-section {
  padding-top: 24px;
  padding-bottom: 82px;
  background:
    radial-gradient(980px 320px at 50% 0, rgba(16, 155, 146, 0.08), transparent 60%),
    linear-gradient(180deg, #f5f9fb 0, #f6fbfc 100%);
}

.boiler-types-section__intro {
  margin-bottom: 28px;
}

.boiler-types-section__wrap {
  margin-top: 0;
}

.boiler-types-section__card {
  min-height: 100%;
}

.boiler-types-section__image-wrap {
  width: min(100%, 220px);
  height: 158px;
  min-height: 158px;
  max-height: 158px;
  margin-top: 8px;
  padding: 14px 12px;
}

.boiler-types-section__image {
  width: auto;
  height: 150px;
  max-width: 100%;
  max-height: 150px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 16px 24px rgba(20, 62, 99, 0.1));
}

.boiler-types-section__image[src*="regularboilericon"] {
  height: 166px;
  max-height: 166px;
}

@media (max-width: 1180px) {
  .ib-feature-grid--5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ib-package-grid,
  .ib-suit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ib-how-shell {
    grid-template-columns: 1fr;
  }

  .ib-how-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ib-include-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ib-package-card--wide,
  .ib-package-card--full {
    grid-column: auto;
  }
}

@media (max-width: 980px) {
  .ib-page--boiler-type .ib-hero {
    grid-template-columns: 1fr;
  }

  .ib-page--boiler-type .ib-trust-list,
  .ib-page--boiler-type .ib-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ib-feature-grid,
  .ib-feature-grid--5,
  .ib-compare-grid,
  .ib-how-cards,
  .ib-proof-showcase,
  .ib-support-grid,
  .boiler-types__grid {
    grid-template-columns: 1fr;
  }

  .ib-proof-showcase__stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ib-proof-note {
    grid-column: span 2;
  }

  .boiler-types-section__wrap {
    max-width: 760px;
  }
}

@media (max-width: 760px) {
  .ib-page--boiler-type .ib-wrap {
    padding-top: 18px;
    padding-bottom: 34px;
  }

  .ib-page--boiler-type .ib-hero,
  .ib-page--boiler-type .ib-section,
  .ib-page--boiler-type .ib-final {
    padding: 18px 16px;
  }

  .ib-page--boiler-type .ib-hero h1 {
    max-width: none;
  }

  .ib-page--boiler-type .ib-trust-list,
  .ib-page--boiler-type .ib-strip,
  .ib-feature-grid,
  .ib-feature-grid--5,
  .ib-suit-grid,
  .ib-how-cards,
  .ib-package-grid,
  .ib-include-grid,
  .ib-how-benefits,
  .ib-proof-showcase,
  .ib-proof-showcase__stack,
  .ib-support-grid {
    grid-template-columns: 1fr;
  }

  .ib-page--boiler-type .ib-trust-list li,
  .ib-feature-card,
  .ib-how-card,
  .ib-suit-card,
  .ib-support-card,
  .ib-compare-card {
    padding: 18px 16px;
  }

  .ib-how-figure__media {
    min-height: 220px;
  }

  .ib-how-summary {
    padding: 18px 18px 18px 22px;
  }

  .ib-how-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 18px;
  }

  .ib-page--boiler-type .ib-hero__visual,
  .ib-page--boiler-type .ib-hero__visual img {
    min-height: 360px;
  }

  .ib-page--system .ib-hero__visual img,
  .ib-page--regular .ib-hero__visual img {
    padding: 118px 18px 28px;
    object-position: center 68%;
    transform: scale(1.08);
  }

  .ib-page--boiler-type .ib-hero__value {
    left: 14px;
    right: 14px;
    top: 14px;
    max-width: none;
  }

  .ib-page--boiler-type .ib-hero__caption {
    top: 108px;
    left: 14px;
    right: 14px;
  }

  .ib-page--boiler-type .ib-hero__caption span {
    width: fit-content;
    max-width: 100%;
  }

  .ib-page--boiler-type .ib-hero__card {
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: auto;
    padding: 14px 15px;
  }

  .ib-package-meta li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .ib-package-card__price strong,
  .ib-package-card__finance strong {
    font-size: 25px;
  }

  .ib-proof-showcase__feature {
    min-height: 360px;
  }

  .ib-proof-showcase__item,
  .ib-proof-note {
    min-height: 0;
  }

  .boiler-types-section {
    padding-top: 8px;
    padding-bottom: 68px;
  }

  .boiler-types-section__image-wrap {
    width: min(100%, 204px);
    height: 148px;
    min-height: 148px;
    max-height: 148px;
    padding: 12px 10px;
  }

  .boiler-types-section__image {
    height: 140px;
    max-height: 140px;
  }
}

/* March 2026: shared branding and footer refresh */
.site-header .brand {
  gap: 0 !important;
}

.site-header .brand__mark {
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.site-header .brand__logo {
  width: auto !important;
  height: 92px !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  filter: drop-shadow(0 10px 20px rgba(22, 144, 151, 0.16)) !important;
}

.flametec-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(76, 221, 225, 0.16), rgba(76, 221, 225, 0) 34%),
    radial-gradient(circle at top right, rgba(253, 170, 59, 0.12), rgba(253, 170, 59, 0) 28%),
    linear-gradient(180deg, #0e5961 0%, #0b4149 50%, #082f35 100%) !important;
  border-top: 1px solid rgba(167, 241, 242, 0.18) !important;
}

.flametec-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.flametec-footer .ft-wrap {
  position: relative;
  z-index: 1;
  width: min(100%, 1240px) !important;
  padding: clamp(26px, 4vw, 44px) 20px 0 !important;
}

.flametec-footer .ft-footer-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.flametec-footer .ft-col {
  min-width: 0;
}

.flametec-footer .ft-brand,
.flametec-footer .ft-links-panel {
  position: relative;
  border-radius: 28px;
  border: 1px solid rgba(167, 241, 242, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.045)),
    rgba(7, 38, 43, 0.48);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 24px 54px rgba(3, 22, 26, 0.18);
  backdrop-filter: blur(14px);
}

.flametec-footer .ft-brand {
  padding: 28px;
  display: grid !important;
  gap: 18px !important;
  text-align: left !important;
}

.flametec-footer .ft-links-panel {
  padding: 24px;
}

.flametec-footer .ft-brandline {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
}

.flametec-footer .ft-logo-badge {
  width: 92px;
  height: 92px;
  flex: 0 0 92px;
  border-radius: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background:
    radial-gradient(circle at 50% 18%, rgba(66, 226, 231, 0.22), rgba(66, 226, 231, 0) 56%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(237, 247, 249, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 18px 34px rgba(3, 22, 26, 0.2);
}

.flametec-footer .ft-logo {
  width: auto !important;
  height: 100% !important;
  max-width: 58px !important;
  max-height: 68px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  object-fit: contain !important;
  object-position: center !important;
}

.flametec-footer .ft-brandlockup {
  display: grid;
  gap: 6px;
}

.flametec-footer .ft-brandeyebrow,
.flametec-footer .ft-panel-label {
  margin: 0;
  color: rgba(210, 247, 248, 0.72);
  font-size: 0.72rem !important;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.18em !important;
  text-transform: uppercase;
}

.flametec-footer .ft-brandname {
  margin: 0;
  color: #f7ffff;
  font-size: clamp(1.5rem, 1.2rem + 0.9vw, 2rem) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.04em !important;
}

.flametec-footer .ft-tagline,
.flametec-footer .ft-panel-text {
  margin: 0;
  color: rgba(226, 244, 245, 0.84) !important;
  max-width: 54ch !important;
  font-size: 0.98rem !important;
  line-height: 1.6 !important;
}

.flametec-footer .ft-contact-stack {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px !important;
}

.flametec-footer .ft-contact-card {
  display: grid !important;
  gap: 6px;
  min-height: 96px;
  padding: 16px 17px !important;
  border-radius: 20px;
  border: 1px solid rgba(191, 238, 239, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04));
  color: #f5ffff !important;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.flametec-footer .ft-contact-card__label {
  color: rgba(200, 243, 244, 0.68);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.flametec-footer .ft-contact-card strong {
  font-size: 1.04rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.flametec-footer .ft-footer-actions {
  display: flex !important;
  gap: 12px !important;
  flex-wrap: wrap;
}

.flametec-footer .ft-footer-action {
  min-height: 48px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(219, 246, 247, 0.18) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #f7ffff !important;
  font-size: 0.94rem !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em !important;
  box-shadow: none !important;
}

.flametec-footer .ft-footer-action--primary {
  background: linear-gradient(135deg, #f59b2f, #ef7f1a) !important;
  border-color: rgba(255, 217, 171, 0.4) !important;
  color: #fff7ef !important;
  box-shadow: 0 18px 32px rgba(223, 116, 24, 0.26) !important;
}

.flametec-footer .ft-footer-action:hover,
.flametec-footer .ft-social-btn:hover,
.flametec-footer .ft-contact-card:hover {
  transform: translateY(-1px);
}

.flametec-footer .ft-support-points {
  display: flex !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
  margin: 0 !important;
}

.flametec-footer .ft-support-points span,
.flametec-footer .ft-trust-points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(193, 242, 243, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(238, 250, 251, 0.9);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.flametec-footer .ft-social-wrap,
.flametec-footer .ft-trust-panel {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(191, 238, 239, 0.12);
  background: rgba(255, 255, 255, 0.05);
}

.flametec-footer .ft-social {
  display: flex !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
  margin: 0 !important;
}

.flametec-footer .ft-social-btn {
  min-width: 0 !important;
  min-height: 42px !important;
  padding: 0 16px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(201, 244, 245, 0.16) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)) !important;
  color: #f2fdff !important;
  font-size: 0.87rem !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.flametec-footer .ft-trust-copy {
  display: grid;
  gap: 8px;
}

.flametec-footer .ft-badges {
  display: flex !important;
  gap: 14px !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
  margin: 0 !important;
}

.flametec-footer .ft-gassafe,
.flametec-footer .ft-fca,
.flametec-footer .ft-worcester {
  width: auto !important;
  max-width: 120px;
  margin: 0 !important;
  filter: saturate(1.02);
}

.flametec-footer .ft-gassafe {
  height: 38px !important;
}

.flametec-footer .ft-fca {
  height: 42px !important;
}

.flametec-footer .ft-worcester {
  height: 40px !important;
}

.flametec-footer .ft-trust-points {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.flametec-footer .ft-links-intro {
  display: grid;
  gap: 8px;
  padding-bottom: 18px;
}

.flametec-footer .ft-links {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px !important;
}

.flametec-footer .ft-group {
  border-radius: 22px;
  border: 1px solid rgba(192, 239, 240, 0.12);
  background: rgba(255, 255, 255, 0.04);
  padding: 0;
  overflow: hidden;
}

.flametec-footer .ft-group__summary {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  padding: 16px 18px;
  list-style: none;
}

.flametec-footer .ft-group__summary::-webkit-details-marker {
  display: none;
}

.flametec-footer .ft-group__summary h4 {
  margin: 0 !important;
  color: #effdff !important;
  font-size: 0.83rem !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase;
}

.flametec-footer .ft-group__chevron {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  border-radius: 999px;
  border: 1px solid rgba(201, 244, 245, 0.16);
  background: rgba(255, 255, 255, 0.08);
  position: relative;
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease;
}

.flametec-footer .ft-group__chevron::before,
.flametec-footer .ft-group__chevron::after {
  content: "";
  position: absolute;
  background: rgba(240, 248, 250, 0.92);
  border-radius: 999px;
  transition:
    transform 0.22s ease,
    opacity 0.22s ease;
}

.flametec-footer .ft-group__chevron::before {
  width: 10px;
  height: 1.5px;
}

.flametec-footer .ft-group__chevron::after {
  width: 1.5px;
  height: 10px;
}

.flametec-footer .ft-group[open] .ft-group__chevron {
  background: rgba(20, 148, 131, 0.18);
  border-color: rgba(20, 148, 131, 0.28);
}

.flametec-footer .ft-group[open] .ft-group__chevron::after {
  opacity: 0;
  transform: scaleY(0.2);
}

.flametec-footer .ft-group__panel {
  display: grid !important;
  grid-template-rows: 0fr;
  opacity: 0 !important;
  transition:
    grid-template-rows 0.24s ease,
    opacity 0.2s ease !important;
}

.flametec-footer .ft-group[open] .ft-group__panel {
  grid-template-rows: 1fr;
  opacity: 1 !important;
}

.flametec-footer .ft-group ul {
  gap: 10px !important;
  padding: 0 18px 16px;
  overflow: hidden;
}

.flametec-footer .ft-group a,
.flametec-footer .ft-link {
  color: rgba(232, 247, 248, 0.9) !important;
}

.flametec-footer .ft-group a {
  display: flex !important;
  min-height: 38px;
  align-items: center;
  font-size: 0.93rem !important;
  line-height: 1.45 !important;
}

.flametec-footer .ft-footer-legal {
  position: relative;
  z-index: 1;
  margin-top: 22px;
  border-top: 1px solid rgba(179, 239, 240, 0.12) !important;
  background: rgba(4, 28, 32, 0.26) !important;
}

.flametec-footer .ft-footer-legal__wrap {
  width: min(100%, 1240px) !important;
  padding: 20px 20px 24px !important;
  display: grid !important;
  gap: 10px !important;
}

.flametec-footer .ft-legal-line {
  margin: 0;
  max-width: 110ch;
  color: rgba(211, 236, 238, 0.8);
  font-size: 0.85rem !important;
  line-height: 1.65 !important;
  letter-spacing: -0.01em !important;
}

.flametec-footer .ft-legal-line--primary {
  color: rgba(245, 254, 255, 0.92);
}

.flametec-footer .ft-highlight {
  color: #c8ffff !important;
}

@media (max-width: 1100px) {
  .flametec-footer .ft-footer-shell {
    grid-template-columns: 1fr;
  }

  .flametec-footer .ft-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .site-header .brand {
    max-width: calc(100% - 72px);
  }

  .site-header .brand__mark {
    width: auto;
    height: auto;
    padding: 0;
  }

  .site-header .brand__logo {
    height: 78px !important;
  }
}

@media (max-width: 820px) {
  body.homepage .site-header .brand {
    max-width: calc(100% - 54px);
  }

  body.homepage .site-header .brand__logo {
    height: 66px !important;
  }

  body.homepage .site-header .ft-nav-toggle {
    width: 40px;
    height: 40px;
    right: 12px;
    border-radius: 11px;
  }
}

@media (max-width: 760px) {
  .flametec-footer .ft-wrap {
    padding: 18px 14px 0 !important;
  }

  .flametec-footer .ft-footer-shell {
    gap: 14px;
  }

  .flametec-footer .ft-brand,
  .flametec-footer .ft-links-panel {
    padding: 18px !important;
    border-radius: 24px;
  }

  .flametec-footer .ft-brand {
    gap: 14px !important;
    text-align: left !important;
  }

  .flametec-footer .ft-brandline {
    align-items: flex-start !important;
  }

  .flametec-footer .ft-logo-badge {
    width: 74px;
    height: 74px;
    flex-basis: 74px;
    border-radius: 22px;
    padding: 9px;
  }

  .flametec-footer .ft-logo {
    max-width: 46px !important;
    max-height: 56px !important;
  }

  .flametec-footer .ft-brandname {
    font-size: 1.45rem !important;
  }

  .flametec-footer .ft-tagline,
  .flametec-footer .ft-panel-text {
    font-size: 0.92rem !important;
    line-height: 1.55 !important;
  }

  .flametec-footer .ft-contact-stack {
    grid-template-columns: 1fr;
    gap: 10px !important;
  }

  .flametec-footer .ft-contact-card {
    min-height: 0;
    padding: 14px 15px !important;
  }

  .flametec-footer .ft-footer-actions {
    display: grid !important;
    grid-template-columns: 1fr;
  }

  .flametec-footer .ft-footer-action {
    width: 100%;
  }

  .flametec-footer .ft-support-points,
  .flametec-footer .ft-social,
  .flametec-footer .ft-trust-points {
    gap: 8px !important;
  }

  .flametec-footer .ft-social-btn,
  .flametec-footer .ft-support-points span,
  .flametec-footer .ft-trust-points span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .flametec-footer .ft-social-wrap,
  .flametec-footer .ft-trust-panel {
    padding: 16px;
    gap: 10px;
  }

  .flametec-footer .ft-badges {
    justify-content: center !important;
    gap: 10px !important;
  }

  .flametec-footer .ft-gassafe,
  .flametec-footer .ft-fca,
  .flametec-footer .ft-worcester {
    max-width: none;
  }

  .flametec-footer .ft-gassafe {
    height: 34px !important;
  }

  .flametec-footer .ft-fca {
    height: 38px !important;
  }

  .flametec-footer .ft-worcester {
    height: 36px !important;
  }

  .flametec-footer .ft-links-intro {
    padding-bottom: 10px;
  }

  .flametec-footer .ft-links {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .flametec-footer .ft-group {
    padding: 0;
    overflow: hidden;
  }

  .flametec-footer .ft-group__summary {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    cursor: pointer;
    padding: 15px 16px;
  }

  .flametec-footer .ft-group__summary h4 {
    font-size: 0.77rem !important;
  }

  .flametec-footer .ft-group__chevron {
    display: inline-flex !important;
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
  }

  .flametec-footer .ft-group__panel {
    display: grid !important;
    grid-template-rows: 0fr;
    transition:
      grid-template-rows 0.24s ease,
      opacity 0.2s ease !important;
    opacity: 0 !important;
  }

  .flametec-footer .ft-group[open] .ft-group__panel {
    grid-template-rows: 1fr;
    opacity: 1 !important;
  }

  .flametec-footer .ft-group ul {
    gap: 0 !important;
    padding: 0 16px 14px;
    overflow: hidden;
  }

  .flametec-footer .ft-group a {
    display: flex !important;
    min-height: 42px;
    align-items: center;
    padding: 0 !important;
    font-size: 0.95rem !important;
  }

  .flametec-footer .ft-footer-legal {
    margin-top: 14px;
  }

  .flametec-footer .ft-footer-legal__wrap {
    padding: 16px 14px 18px !important;
    gap: 8px !important;
  }

  .flametec-footer .ft-legal-line {
    font-size: 0.76rem !important;
    line-height: 1.6 !important;
  }

  body.has-mobile-sticky-cta .flametec-footer .ft-footer-legal__wrap {
    padding-bottom: calc(102px + env(safe-area-inset-bottom, 0px)) !important;
  }
}

/* March 2026 footer refinement */
.flametec-footer {
  font-family: "Helvetica Neue", "Avenir Next", "Segoe UI", Arial, sans-serif !important;
  background:
    radial-gradient(circle at 14% 12%, rgba(61, 225, 231, 0.18), rgba(61, 225, 231, 0) 28%),
    radial-gradient(circle at 86% 0%, rgba(38, 132, 201, 0.12), rgba(38, 132, 201, 0) 24%),
    linear-gradient(180deg, #5b858a 0%, #46757d 42%, #2f5c65 100%) !important;
  border-top: 1px solid rgba(213, 245, 247, 0.18) !important;
}

.flametec-footer::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, rgba(101, 234, 239, 0.06), transparent 44%);
}

.flametec-footer .ft-wrap {
  padding: clamp(30px, 4vw, 48px) 22px 0 !important;
}

.flametec-footer .ft-footer-shell {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
  gap: clamp(34px, 5vw, 76px) !important;
  align-items: start !important;
}

.flametec-footer .ft-brand,
.flametec-footer .ft-links-panel {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  padding: 0 !important;
}

.flametec-footer .ft-brand {
  display: grid !important;
  gap: 18px !important;
}

.flametec-footer .ft-brandline {
  align-items: center !important;
  gap: 16px !important;
}

.flametec-footer .ft-brand-home {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  width: fit-content;
  color: inherit !important;
  text-decoration: none !important;
}

.flametec-footer .ft-brand-home:hover {
  color: inherit !important;
  text-decoration: none !important;
}

.flametec-footer .ft-brand-home:focus-visible {
  outline: 2px solid rgba(110, 225, 229, 0.7);
  outline-offset: 6px;
  border-radius: 28px;
}

.flametec-footer .ft-logo-badge {
  width: 88px;
  height: 88px;
  flex: 0 0 88px;
  border-radius: 26px;
  padding: 11px;
  background:
    radial-gradient(circle at 50% 18%, rgba(110, 225, 229, 0.18), rgba(110, 225, 229, 0) 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(236, 245, 246, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 12px 28px rgba(24, 55, 61, 0.14);
}

.flametec-footer .ft-brandeyebrow,
.flametec-footer .ft-group__summary h4 {
  font-family: "Helvetica Neue", "Avenir Next", "Segoe UI", Arial, sans-serif !important;
}

.flametec-footer .ft-brandeyebrow {
  color: rgba(228, 244, 245, 0.66) !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.15em !important;
}

.flametec-footer .ft-brandname {
  color: #f7fcfd !important;
  font-family: "Helvetica Neue", "Avenir Next", "Segoe UI", Arial, sans-serif !important;
  font-size: clamp(1.46rem, 1.2rem + 0.8vw, 1.92rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.035em !important;
}

.flametec-footer .ft-tagline {
  max-width: 36ch !important;
  color: rgba(232, 244, 245, 0.82) !important;
  font-size: 0.95rem !important;
  line-height: 1.55 !important;
}

.flametec-footer .ft-contact-stack {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}

.flametec-footer .ft-contact-row {
  display: grid !important;
  gap: 4px;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
  text-decoration: none;
}

.flametec-footer .ft-contact-card__label {
  color: rgba(214, 239, 240, 0.64);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.flametec-footer .ft-contact-row strong {
  color: rgba(247, 252, 253, 0.96);
  font-size: 1rem;
  line-height: 1.32;
  font-weight: 700;
}

.flametec-footer .ft-footer-actions {
  display: flex !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
}

.flametec-footer .ft-footer-action {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(228, 244, 245, 0.16) !important;
  color: #f6fbfc !important;
  box-shadow: none !important;
}

.flametec-footer .ft-footer-action--primary {
  background: linear-gradient(135deg, #2d7f88, #225b66) !important;
  border-color: rgba(189, 232, 234, 0.2) !important;
  color: #f6fbfc !important;
  box-shadow: 0 14px 30px rgba(20, 59, 67, 0.2) !important;
}

.flametec-footer .ft-support-points,
.flametec-footer .ft-trust-panel,
.flametec-footer .ft-trust-points,
.flametec-footer .ft-links-intro,
.flametec-footer .ft-panel-text,
.flametec-footer .ft-panel-label {
  display: none !important;
}

.flametec-footer .ft-social {
  margin-top: 2px !important;
  gap: 10px !important;
}

.flametec-footer .ft-social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px !important;
  padding: 0 14px !important;
  background: transparent !important;
  border: 1px solid rgba(226, 243, 244, 0.15) !important;
  color: rgba(243, 251, 252, 0.9) !important;
  box-shadow: none !important;
}

.flametec-footer .ft-social-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.flametec-footer .ft-social-btn__icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.flametec-footer .ft-social-btn__icon .ft-social-btn__dot {
  fill: currentColor;
  stroke: none;
}

.flametec-footer .ft-badges {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(98px, max-content)) !important;
  gap: 16px 22px !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding: 12px 0 2px !important;
  margin: 0 !important;
}

.flametec-footer .ft-badge-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 54px;
}

.flametec-footer .ft-gassafe,
.flametec-footer .ft-fca,
.flametec-footer .ft-worcester {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 48px !important;
  opacity: 0.9 !important;
  filter: saturate(0.74) brightness(1.04) !important;
}

.flametec-footer .ft-links {
  gap: 24px 34px !important;
}

.flametec-footer .ft-group {
  background: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.flametec-footer .ft-group__summary {
  padding: 12px 14px !important;
  margin-bottom: 10px !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, rgba(17, 171, 179, 0.18), rgba(24, 94, 140, 0.18)) !important;
  border: 1px solid rgba(204, 241, 243, 0.14) !important;
  cursor: default;
}

.flametec-footer .ft-group__summary h4 {
  margin: 0 !important;
  color: #eef7f8 !important;
  font-size: 0.9rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.13em !important;
}

.flametec-footer .ft-group ul {
  gap: 11px !important;
  padding-top: 0 !important;
}

.flametec-footer .ft-group a {
  color: rgba(234, 246, 247, 0.88) !important;
  font-size: 0.92rem !important;
  line-height: 1.45 !important;
}

.flametec-footer .ft-footer-legal {
  margin-top: 24px !important;
  border-top: 1px solid rgba(224, 243, 244, 0.1) !important;
  background: rgba(14, 42, 49, 0.18) !important;
}

.flametec-footer .ft-legal-line {
  color: rgba(225, 241, 242, 0.76) !important;
}

.flametec-footer .ft-legal-line--primary {
  color: rgba(245, 252, 253, 0.92) !important;
}

@media (max-width: 1100px) {
  .flametec-footer .ft-footer-shell {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
}

@media (max-width: 760px) {
  .flametec-footer {
    background:
      radial-gradient(circle at 12% 10%, rgba(68, 229, 234, 0.16), rgba(68, 229, 234, 0) 30%),
      radial-gradient(circle at 88% 0%, rgba(36, 133, 205, 0.1), rgba(36, 133, 205, 0) 26%),
      linear-gradient(180deg, #567f85 0%, #416d76 42%, #2d5660 100%) !important;
  }

  .flametec-footer .ft-wrap {
    padding: 22px 16px 0 !important;
  }

  .flametec-footer .ft-footer-shell {
    gap: 28px !important;
  }

  .flametec-footer .ft-brand {
    gap: 16px !important;
  }

  .flametec-footer .ft-brandline {
    align-items: center !important;
  }

  .flametec-footer .ft-logo-badge {
    width: 78px;
    height: 78px;
    flex-basis: 78px;
    border-radius: 22px;
  }

  .flametec-footer .ft-logo {
    max-width: 48px !important;
    max-height: 58px !important;
  }

  .flametec-footer .ft-brandname {
    font-size: 1.38rem !important;
  }

  .flametec-footer .ft-tagline {
    font-size: 0.91rem !important;
  }

  .flametec-footer .ft-footer-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .flametec-footer .ft-footer-action {
    width: 100%;
  }

  .flametec-footer .ft-social {
    gap: 8px !important;
  }

  .flametec-footer .ft-social-btn {
    width: 100%;
    justify-content: center;
  }

  .flametec-footer .ft-badges {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px 18px !important;
    padding: 10px 0 4px !important;
  }

  .flametec-footer .ft-badge-item {
    justify-content: center;
    min-height: 50px;
  }

  .flametec-footer .ft-gassafe,
  .flametec-footer .ft-fca,
  .flametec-footer .ft-worcester {
    max-height: 42px !important;
  }

  .flametec-footer .ft-links {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .flametec-footer .ft-group {
    border-top: 1px solid rgba(223, 242, 243, 0.1) !important;
  }

  .flametec-footer .ft-group__summary {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px !important;
    margin-bottom: 0 !important;
    cursor: pointer;
  }

  .flametec-footer .ft-group__summary h4 {
    margin: 0 !important;
    font-size: 0.88rem !important;
  }

  .flametec-footer .ft-group__panel {
    display: grid !important;
    grid-template-rows: 0fr;
    opacity: 0 !important;
  }

  .flametec-footer .ft-group[open] .ft-group__panel {
    grid-template-rows: 1fr;
    opacity: 1 !important;
  }

  .flametec-footer .ft-group ul {
    padding: 0 0 14px !important;
  }

  .flametec-footer .ft-group a {
    min-height: 42px !important;
  }
}

/* March 2026 boiler image refinement */
.ib-package-card__media img {
  max-width: 86%;
  height: 232px;
}

.ib-package-card__media img[src*="baxi-400-heat-only"],
.ib-package-card__media img[src*="baxi-600-heat-only"],
.ib-package-card__media img[src*="baxi-800-heat-only"],
.ib-package-card__media img[src*="worcesterri"],
.ib-package-card__media img[src*="greenstar-ri-heat-only"] {
  max-width: 74%;
  height: 240px;
  object-position: center bottom;
}

.ib-package-card__media img[src*="worcesterri-inside"] {
  max-width: 82%;
  height: 228px;
  object-position: center center;
}

.ib-hero__visual img[src*="worcesterri"] {
  object-fit: contain;
  object-position: center 64%;
  padding: 92px 28px 46px;
  border-radius: 0;
  background: none;
}

@media (max-width: 900px) {
  .ib-hero__visual img[src*="worcesterri"] {
    object-position: center 68%;
    padding: 118px 18px 28px;
  }
}

.boiler-card img[src*="baxi-400-heat-only"],
.boiler-card img[src*="baxi-600-heat-only"],
.boiler-card img[src*="baxi-800-heat-only"],
.boiler-card img[src*="worcesterri"],
.boiler-card img[src*="greenstar-ri-heat-only"] {
  object-position: center bottom !important;
  background: linear-gradient(180deg, #edf3f6, #f8fbfc) !important;
  padding: 10px !important;
}

/* March 2026 header and footer contact layout polish */
.site-header .nav__phone {
  min-height: 52px;
  padding: 9px 18px;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(244, 248, 249, 0.95));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 14px 30px rgba(15, 23, 42, 0.08);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.site-header .nav__phone:hover {
  transform: translateY(-1px);
  border-color: rgba(18, 140, 134, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(239, 248, 249, 0.97));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 18px 34px rgba(18, 140, 134, 0.12);
}

.site-header .nav__phone-copy {
  display: grid;
  gap: 2px;
  text-align: center;
}

.site-header .nav__phone-label {
  color: #168c86;
  font-size: 0.63rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-header .nav__phone-value {
  color: #0f172a;
  font-size: 1.03rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.site-header .nav__phone--mobile {
  display: none;
}

.flametec-footer .ft-social {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  align-items: stretch !important;
}

.flametec-footer .ft-social-btn {
  display: flex !important;
  align-items: center !important;
  width: 100%;
  min-height: 50px !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  padding: 0 16px !important;
  border-radius: 18px !important;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
}

.flametec-footer .ft-social-btn--social {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.05)) !important;
}

.flametec-footer .ft-social-btn--wide {
  grid-column: 1 / -1;
}

.flametec-footer .ft-social-btn__text {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.flametec-footer .ft-social-btn__icon {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
}

.flametec-footer .ft-social-btn__icon svg {
  width: 19px;
  height: 19px;
}

@media (max-width: 1180px) {
  .site-header .nav__phone {
    min-height: 50px;
    padding: 8px 16px;
  }

  .site-header .nav__phone-value {
    font-size: 0.98rem;
  }
}

@media (max-width: 1024px) {
  .site-header .nav__phone {
    min-height: 46px;
    padding: 0 15px;
  }

  .site-header .nav__phone-label {
    display: none;
  }

  .site-header .nav__phone-value {
    font-size: 0.95rem;
    line-height: 1;
  }
}

@media (max-width: 820px) {
  .site-header .nav {
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 8px;
  }

  .site-header .nav__phone--mobile {
    display: inline-flex;
    order: 3;
    width: 100%;
    min-height: 0;
    margin-top: 4px;
    justify-content: center;
    padding: 7px 12px;
    border-radius: 18px;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.92),
      0 12px 24px rgba(15, 23, 42, 0.06);
  }

  .site-header .nav__phone--mobile .nav__phone-label {
    display: block;
    font-size: 0.56rem;
    line-height: 1;
  }

  .site-header .nav__phone--mobile .nav__phone-copy {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .site-header .nav__phone--mobile .nav__phone-value {
    font-size: 0.92rem;
    line-height: 1;
  }

  .flametec-footer .ft-social-btn {
    min-height: 48px !important;
    padding: 0 14px !important;
    font-size: 0.84rem !important;
  }
}

@media (max-width: 420px) {
  .site-header .nav__phone--mobile {
    border-radius: 16px;
  }

  .site-header .nav__phone--mobile .nav__phone-label {
    font-size: 0.54rem;
  }

  .site-header .nav__phone--mobile .nav__phone-value {
    font-size: 0.88rem;
  }

  .flametec-footer .ft-social-btn {
    justify-content: center !important;
    text-align: center;
  }
}

@media (max-width: 350px) {
  .flametec-footer .ft-social {
    grid-template-columns: 1fr !important;
  }

  .flametec-footer .ft-social-btn--wide {
    grid-column: auto;
  }
}

/* CTA conversion pass */
:root {
  --ft-cta: #e8771e;
  --ft-cta-dark: #ba470c;
  --ft-cta-hover: #da6916;
  --ft-cta-dark-hover: #a93d08;
  --ft-cta-shadow: rgba(186, 71, 12, 0.28);
  --ft-cta-shadow-strong: rgba(186, 71, 12, 0.36);
  --ft-cta-ring: rgba(232, 119, 30, 0.18);
}

.btn:not(.btn--ghost):not(.btn--outline):not(.btn-light):not(.btn-outline):not(.ghost),
.btn--primary,
.btn-primary,
.btn--nav,
.btn-reserve,
.seo-cta,
.service-stack-card__cta,
.mobile-sticky-cta__btn--primary,
.area-checker button,
.ft-cookie-actions button.primary,
.cta-upgraded .cta-copy .btn--primary,
.brand-page .btn--primary,
.ib-page--boiler-type .ib-actions .btn--primary,
.boiler-type-card .btn--primary,
.ib-page--combi .ib-final .btn--primary {
  background: linear-gradient(135deg, var(--ft-cta), var(--ft-cta-dark)) !important;
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: 0 18px 36px var(--ft-cta-shadow) !important;
  text-shadow: 0 1px 0 rgba(103, 39, 6, 0.18);
}

.btn:not(.btn--ghost):not(.btn--outline):not(.btn-light):not(.btn-outline):not(.ghost):hover,
.btn--primary:hover,
.btn-primary:hover,
.btn--nav:hover,
.btn-reserve:hover,
.seo-cta:hover,
.service-stack-card__cta:hover,
.mobile-sticky-cta__btn--primary:hover,
.area-checker button:hover,
.ft-cookie-actions button.primary:hover,
.cta-upgraded .cta-copy .btn--primary:hover,
.brand-page .btn--primary:hover,
.ib-page--boiler-type .ib-actions .btn--primary:hover,
.boiler-type-card .btn--primary:hover,
.ib-page--combi .ib-final .btn--primary:hover {
  background: linear-gradient(135deg, var(--ft-cta-hover), var(--ft-cta-dark-hover)) !important;
  box-shadow: 0 22px 42px var(--ft-cta-shadow-strong) !important;
}

.btn:not(.btn--ghost):not(.btn--outline):not(.btn-light):not(.btn-outline):not(.ghost):focus-visible,
.btn--primary:focus-visible,
.btn-primary:focus-visible,
.btn--nav:focus-visible,
.btn-reserve:focus-visible,
.seo-cta:focus-visible,
.service-stack-card__cta:focus-visible,
.mobile-sticky-cta__btn--primary:focus-visible,
.area-checker button:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 4px var(--ft-cta-ring),
    0 22px 42px var(--ft-cta-shadow-strong) !important;
}

/* March 2026 mobile homepage/header tidy-up */
.homepage .hero-boiler-row--mobile {
  display: none;
}

@media (max-width: 820px) {
  .site-header .nav {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px 12px;
    padding: 10px 12px 8px;
  }

  .site-header .brand {
    max-width: none !important;
    min-width: 0;
  }

  body.homepage .site-header .brand__logo {
    height: 74px !important;
  }

  .site-header .ft-nav-toggle {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    transform: none !important;
    margin: 0;
    width: 42px;
    height: 42px;
    align-self: center;
  }

  .site-header .nav__phone--mobile {
    grid-column: 1 / -1;
    margin-top: 0;
    min-height: 46px;
    padding: 8px 14px;
    border-radius: 20px;
  }

  .site-header .nav__phone--mobile .nav__phone-copy {
    gap: 10px;
  }

  .site-header .nav__phone--mobile .nav__phone-label {
    font-size: 0.58rem;
  }

  .site-header .nav__phone--mobile .nav__phone-value {
    font-size: 1rem;
    letter-spacing: -0.03em;
  }

  .site-header .ft-mobile-menu {
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    width: auto;
    border-radius: 18px;
    padding: 12px;
  }
}

@media (max-width: 640px) {
  .homepage .hero-wrapper > .hero-boiler {
    display: none !important;
  }

  .homepage .hero-boiler-row--mobile {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: min(100%, 340px);
    margin: 12px auto 4px;
  }

  .homepage .hero-boiler-row--mobile .hero-boiler {
    display: flex !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 158px;
    height: 158px;
    padding: 10px !important;
    border-radius: 18px !important;
  }

  .homepage .hero-boiler-row--mobile .hero-boiler > picture {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .homepage .hero-boiler-row--mobile .hero-boiler img {
    width: 132px !important;
    max-width: 132px !important;
    max-height: 148px !important;
    height: auto !important;
    object-fit: contain !important;
  }
}

@media (max-width: 520px) {
  .site-header .nav {
    padding: 9px 10px 8px;
    gap: 8px 10px;
  }

  body.homepage .site-header .brand__logo {
    height: 70px !important;
  }

  .site-header .nav__phone--mobile {
    min-height: 44px;
    padding: 7px 12px;
    border-radius: 18px;
  }

  .site-header .nav__phone--mobile .nav__phone-copy {
    gap: 8px;
    flex-wrap: nowrap;
  }

  .site-header .nav__phone--mobile .nav__phone-value {
    font-size: 0.96rem;
  }

  .site-header .ft-mobile-menu {
    top: calc(100% + 6px);
    padding: 10px;
  }

  .homepage .hero {
    padding-bottom: 18px !important;
  }

  .homepage .hero-boiler-row--mobile {
    width: 100%;
    gap: 8px;
    margin: 10px auto 2px;
  }

  .homepage .hero-boiler-row--mobile .hero-boiler {
    min-height: 146px;
    height: 146px;
    padding: 8px !important;
  }

  .homepage .hero-boiler-row--mobile .hero-boiler img {
    width: 118px !important;
    max-width: 118px !important;
    max-height: 134px !important;
  }
}

@media (max-width: 380px) {
  .site-header .nav__phone--mobile .nav__phone-label {
    font-size: 0.54rem;
  }

  .site-header .nav__phone--mobile .nav__phone-value {
    font-size: 0.92rem;
  }

  .homepage .hero-boiler-row--mobile .hero-boiler {
    min-height: 138px;
    height: 138px;
  }

  .homepage .hero-boiler-row--mobile .hero-boiler img {
    width: 108px !important;
    max-width: 108px !important;
    max-height: 126px !important;
  }
}

/* March 2026 final mobile QA pass */
.homepage .hero-objections__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 640px) {
  html,
  body {
    overflow-x: clip;
  }

  main {
    overflow-x: clip;
  }

  .btn:not(.btn--ghost):not(.btn--outline):not(.btn-light):not(.btn-outline):not(.ghost),
  .btn--primary,
  .btn-primary,
  .btn--nav,
  .mobile-sticky-cta__btn,
  .service-stack-card__cta,
  .seo-cta {
    min-height: 54px !important;
    font-size: 1rem !important;
  }

  body.homepage main {
    padding-bottom: calc(104px + env(safe-area-inset-bottom, 0px));
  }

  #ft-header-mount {
    min-height: 0 !important;
  }

  .site-header .nav {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 6px 10px !important;
    padding: 8px 12px 6px !important;
    align-items: center !important;
  }

  .site-header .brand {
    max-width: calc(100% - 48px) !important;
  }

  .site-header .brand__logo,
  body.homepage .site-header .brand__logo {
    height: 56px !important;
    max-width: 118px !important;
  }

  .site-header .ft-nav-toggle {
    width: 38px !important;
    height: 38px !important;
    border-radius: 12px !important;
    font-size: 16px !important;
  }

  .site-header .nav__phone--mobile {
    grid-column: 1 / -1;
    min-height: 38px !important;
    width: min(100%, calc(100vw - 24px)) !important;
    max-width: calc(100vw - 24px) !important;
    min-width: 0 !important;
    justify-self: center;
    padding: 5px 12px !important;
    border-radius: 999px !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.94),
      0 10px 20px rgba(15, 23, 42, 0.05) !important;
  }

  .site-header .nav__phone--mobile .nav__phone-copy {
    min-width: 0;
    gap: 8px !important;
  }

  .site-header .nav__phone--mobile .nav__phone-label {
    font-size: 0.54rem !important;
    letter-spacing: 0.18em !important;
  }

  .site-header .nav__phone--mobile .nav__phone-value {
    font-size: 0.94rem !important;
    line-height: 1 !important;
  }

  .site-header .ft-mobile-menu {
    top: calc(100% + 6px) !important;
    padding: 10px !important;
    border-radius: 16px !important;
  }

  .homepage .hero {
    padding: 18px 14px 26px !important;
  }

  .homepage .hero-wrapper {
    gap: 16px !important;
    padding: 0 !important;
  }

  .homepage .hero-content {
    width: 100% !important;
    max-width: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .homepage .hero-content h1 {
    max-width: 9.6ch !important;
    margin: 0 auto 12px !important;
    font-size: clamp(1.96rem, 9vw, 2.6rem) !important;
    line-height: 0.95 !important;
  }

  .homepage .hero-content p {
    max-width: 30ch !important;
    margin: 0 auto 14px !important;
    font-size: 0.98rem !important;
    line-height: 1.54 !important;
  }

  .homepage .hero-cta {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 0 16px !important;
  }

  .homepage .hero-cta .btn {
    min-height: 56px !important;
    padding: 0 28px !important;
    font-size: 1.02rem !important;
  }

  .homepage .hero-wrapper > .hero-boiler {
    display: none !important;
  }

  .homepage .hero-boiler-row--mobile {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 344px) !important;
    gap: 12px !important;
    margin: 0 auto 16px !important;
  }

  .homepage .hero-boiler-row--mobile .hero-boiler {
    display: flex !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 170px !important;
    height: 170px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px !important;
    border-radius: 22px !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    background:
      radial-gradient(120% 110% at 50% 0, rgba(16, 155, 146, 0.18), transparent 58%),
      linear-gradient(180deg, #f2faf9 0%, #e1f0ed 100%) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.94),
      0 18px 30px rgba(15, 23, 42, 0.1) !important;
    overflow: hidden !important;
  }

  .homepage .hero-boiler-row--mobile .hero-boiler > picture {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
  }

  .homepage .hero-boiler-row--mobile .hero-boiler > picture img,
  .homepage .hero-boiler-row--mobile .hero-boiler > img {
    width: auto !important;
    height: 148px !important;
    max-width: 100% !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center center !important;
  }

  .homepage .hero-boiler-row--mobile .hero-boiler--left > picture img,
  .homepage .hero-boiler-row--mobile .hero-boiler--left > img {
    transform: scale(1.02) !important;
  }

  .homepage .hero-boiler-row--mobile .hero-boiler--right > picture img,
  .homepage .hero-boiler-row--mobile .hero-boiler--right > img {
    transform: scale(1.06) !important;
  }

  .homepage .hero-objections {
    gap: 10px !important;
    margin: 0 auto !important;
    max-width: 32ch !important;
    font-size: 0.96rem !important;
    line-height: 1.54 !important;
  }

  .homepage .hero-objections li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }

  .homepage .hero-objections__icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    margin-top: 1px;
    border-radius: 999px;
    background: linear-gradient(135deg, #149483, #0b6f68);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 900;
    box-shadow: 0 0 0 6px rgba(20, 148, 131, 0.12);
  }

  .homepage .hero-quickfacts {
    gap: 12px !important;
    margin-top: 18px !important;
  }

  .homepage .hero-quickfacts__card {
    padding: 16px 16px 14px !important;
    border-radius: 24px !important;
  }

  .homepage .hero-quickfacts__eyebrow {
    margin-bottom: 10px !important;
    font-size: 11px !important;
  }

  .homepage .hero-quickfacts__card strong {
    margin-bottom: 8px !important;
    font-size: 1.26rem !important;
  }

  .homepage .hero-quickfacts__body {
    max-width: none !important;
    font-size: 0.95rem !important;
    line-height: 1.58 !important;
  }

  .homepage .hero-content .trust-strip {
    margin-top: 16px !important;
    row-gap: 8px;
  }

  .homepage .service-cards-section .service-card {
    gap: 14px !important;
    padding: 26px 20px 22px !important;
  }

  .homepage .service-cards-section .service-card p {
    font-size: 1rem !important;
    line-height: 1.62 !important;
  }

  .homepage .service-cards-section .service-card__image-wrap--flamecare {
    width: min(100%, 272px) !important;
    height: 254px !important;
    min-height: 254px !important;
    max-height: 254px !important;
    margin-top: 8px !important;
    padding: 16px 14px !important;
  }

  .homepage .service-card__mini-plan {
    gap: 14px !important;
    padding: 19px 17px 17px !important;
    border-radius: 22px !important;
  }

  .homepage .service-card__mini-plan-head {
    gap: 8px !important;
  }

  .homepage .service-card__mini-kicker {
    padding: 7px 12px !important;
    font-size: 11px !important;
  }

  .homepage .service-card__mini-plan strong {
    font-size: 2.15rem !important;
  }

  .homepage .service-card__mini-logo-row {
    gap: 12px !important;
  }

  .homepage .service-card__mini-logo {
    min-height: 98px !important;
    padding: 12px 5px 9px !important;
    border-radius: 18px !important;
  }

  .homepage .service-card__mini-logo-image {
    max-width: 90px !important;
    height: 68px !important;
  }

  .homepage .service-card__mini-logo-image--basic {
    transform: scale(2.75) !important;
  }

  .homepage .service-card__mini-logo-image--plus {
    transform: scale(2.68) !important;
  }

  .homepage .service-card__mini-logo-image--pro {
    transform: scale(2.86) translateY(-3px) !important;
  }

  .homepage .service-card__mini-logo-text {
    font-size: 9.5px !important;
    letter-spacing: 0.07em !important;
  }

  .homepage .service-card__mini-caption {
    font-size: 0.84rem !important;
    line-height: 1.45 !important;
  }

  .homepage .service-card__route-links {
    max-width: 34ch;
  }

  .mobile-sticky-cta {
    padding: 10px 12px calc(12px + env(safe-area-inset-bottom, 0px)) !important;
  }

  .mobile-sticky-cta__btn {
    min-height: 54px !important;
    font-size: 1rem !important;
  }
}

@media (max-width: 420px) {
  .site-header .nav {
    padding: 7px 10px 6px !important;
  }

  .site-header .brand__logo,
  body.homepage .site-header .brand__logo {
    height: 52px !important;
    max-width: 110px !important;
  }

  .site-header .ft-nav-toggle {
    width: 36px !important;
    height: 36px !important;
  }

  .site-header .nav__phone--mobile {
    min-height: 36px !important;
    padding: 4px 10px !important;
  }

  .site-header .nav__phone--mobile .nav__phone-label {
    font-size: 0.52rem !important;
  }

  .site-header .nav__phone--mobile .nav__phone-value {
    font-size: 0.9rem !important;
  }

  .homepage .hero {
    padding: 16px 12px 24px !important;
  }

  .homepage .hero-content h1 {
    font-size: clamp(1.9rem, 10vw, 2.4rem) !important;
    margin-bottom: 10px !important;
  }

  .homepage .hero-content p {
    font-size: 0.95rem !important;
    margin-bottom: 12px !important;
  }

  .homepage .hero-boiler-row--mobile {
    gap: 10px !important;
    margin-bottom: 14px !important;
  }

  .homepage .hero-boiler-row--mobile .hero-boiler {
    min-height: 160px !important;
    height: 160px !important;
    padding: 10px !important;
  }

  .homepage .hero-boiler-row--mobile .hero-boiler > picture img,
  .homepage .hero-boiler-row--mobile .hero-boiler > img {
    height: 138px !important;
  }

  .homepage .hero-objections {
    gap: 10px !important;
    font-size: 0.96rem !important;
  }

  .homepage .hero-objections li {
    gap: 10px !important;
  }

  .homepage .hero-objections__icon {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
    font-size: 0.94rem;
  }

  .homepage .hero-quickfacts {
    margin-top: 18px !important;
  }

  .homepage .service-cards-section .service-card {
    padding: 24px 18px 21px !important;
  }

  .homepage .service-cards-section .service-card__image-wrap--flamecare {
    width: min(100%, 254px) !important;
    height: 240px !important;
    min-height: 240px !important;
    max-height: 240px !important;
  }

  .homepage .service-card__mini-plan {
    gap: 13px !important;
    padding: 17px 15px 15px !important;
  }

  .homepage .service-card__mini-plan strong {
    font-size: 1.95rem !important;
  }

  .homepage .service-card__mini-logo {
    min-height: 92px !important;
    padding: 10px 4px 8px !important;
  }

  .homepage .service-card__mini-logo-image {
    max-width: 84px !important;
    height: 62px !important;
  }

  .homepage .service-card__mini-logo-image--basic {
    transform: scale(2.54) !important;
  }

  .homepage .service-card__mini-logo-image--plus {
    transform: scale(2.48) !important;
  }

  .homepage .service-card__mini-logo-image--pro {
    transform: scale(2.62) translateY(-2px) !important;
  }

.homepage .service-card__mini-logo-text {
    font-size: 9px !important;
  }

  .homepage .service-card__route-links {
    gap: 7px 9px;
  }
}

.reviews-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 280px));
  justify-content: center;
  align-items: start;
  gap: 12px;
  margin: 16px 0 16px;
}

.ib-review-compact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.ib-review-compact-grid .review-live-card {
  padding: 14px;
  gap: 12px;
}

.ib-review-compact-grid .review-live-card__text {
  font-size: 0.95rem;
  line-height: 1.6;
}

.review-shot-card {
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 252, 0.98));
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.07);
}

.review-shot-card img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: contain;
  object-position: center top;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
}

.review-shot-card figcaption {
  display: grid;
  gap: 4px;
  margin-top: 9px;
}

.review-shot-card strong {
  color: #112131;
  font-size: 0.94rem;
  line-height: 1.28;
}

.review-shot-card span {
  color: #516071;
  font-size: 0.88rem;
  line-height: 1.45;
}

.review-live-card,
.review-case-card {
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 15px;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 252, 0.98));
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.07);
}

.review-live-card {
  justify-content: space-between;
  gap: 14px;
}

.review-live-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.review-live-card__stars {
  display: inline-flex;
  gap: 3px;
  color: #d68b05;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

.review-live-card__star {
  opacity: 0.24;
}

.review-live-card__star.is-filled {
  opacity: 1;
}

.review-live-card__when {
  color: #66788a;
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
}

.review-live-card__text {
  margin: 0;
  color: #112131;
  font-size: 0.98rem;
  line-height: 1.65;
}

.review-live-card__meta {
  display: grid;
  gap: 2px;
}

.review-live-card__name {
  color: #112131;
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
}

.review-live-card__source {
  color: #66788a;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.review-case-card img {
  display: block;
  width: 100%;
  aspect-ratio: 0.7;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
}

.review-case-card p {
  color: #516071;
  font-size: 0.92rem;
  line-height: 1.5;
}

.review-proof-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(12, 110, 101, 0.1);
  color: #0d6760;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.review-case-card h3 {
  margin: 10px 0 0;
  font-size: 1rem;
  line-height: 1.24;
}

.review-case-card ul {
  margin: 10px 0 0;
  padding-left: 18px;
  color: #384657;
}

.review-case-card li {
  margin: 6px 0;
}

.brand-install-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.brand-install-gallery--single {
  grid-template-columns: minmax(0, 380px);
  justify-content: start;
}

.brand-install-card {
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 10px;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 252, 0.98));
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
}

.brand-install-card img {
  display: block;
  width: 100%;
  aspect-ratio: 0.78;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
}

.brand-install-card figcaption {
  margin-top: 10px;
}

.brand-install-card strong {
  display: block;
  margin-bottom: 4px;
  color: #112131;
  font-size: 0.92rem;
  line-height: 1.3;
}

.brand-install-card span {
  display: block;
  color: #516071;
  font-size: 0.92rem;
  line-height: 1.5;
}

.area-proof-grid,
.area-route-grid,
.area-faq-grid {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.area-proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.area-route-grid,
.area-faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.area-card {
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.42);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.area-card strong,
.area-card h3 {
  color: #0f172a;
}

.area-card h3 {
  margin: 0 0 8px;
  font-size: 1.02rem;
}

.area-card p,
.area-card li {
  color: #334155;
}

.area-proof-quote {
  margin-top: 16px;
  padding: 18px 20px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(240, 251, 249, 0.72));
  border: 1px solid rgba(255, 255, 255, 0.52);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
}

.area-proof-quote strong {
  display: block;
  margin-bottom: 8px;
}

.area-proof-quote p {
  margin: 0;
}

.install-story-card {
  position: relative;
  overflow: hidden;
  margin-top: 18px;
  padding: 18px;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(45, 149, 138, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(234, 248, 245, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.56);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12);
}

.install-story-card::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -72px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15, 118, 110, 0.14), transparent 68%);
  pointer-events: none;
}

.install-story-card h2 {
  margin: 10px 0 10px;
}

.install-story-card p {
  margin: 0;
  color: #334155;
}

.install-story-kicker {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(13, 148, 136, 0.14);
  color: #0f766e;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.install-story-top {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(210px, 0.62fr);
  gap: 14px;
  align-items: start;
}

.install-story-intro {
  min-width: 0;
}

.install-story-lede {
  font-size: 1rem;
  line-height: 1.65;
}

.install-story-proof {
  align-self: start;
  padding: 12px 14px;
  border-radius: 16px;
  background: linear-gradient(160deg, #0f172a, #163746);
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.16);
}

.install-story-proof strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 0.96rem;
  line-height: 1.32;
}

.install-story-proof p {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.9rem;
  line-height: 1.48;
}

.install-story-stars {
  display: flex;
  gap: 5px;
  color: #ffd166;
  font-size: 0.92rem;
  line-height: 1;
}

.install-story-stars span {
  text-shadow: 0 6px 12px rgba(0, 0, 0, 0.22);
}

.install-story-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.install-story-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: #1e293b;
  font-size: 0.86rem;
  font-weight: 700;
}

.install-story-pair {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.install-story-pair::after {
  content: "→";
  position: absolute;
  left: 50%;
  top: 44%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #0f172a;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.24);
  pointer-events: none;
}

.install-story-figure {
  position: relative;
  margin: 0;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.install-story-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: #0f172a;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.install-story-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  margin-top: 12px;
  border-radius: 14px;
  background: #eef4f6;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.1);
}

.install-story-figure figcaption {
  margin-top: 10px;
  color: #516071;
  font-size: 0.92rem;
  line-height: 1.5;
}

.area-service-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.area-cta-band {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(11, 84, 78, 0.92), rgba(31, 168, 155, 0.88));
  color: #fff;
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.18);
}

.area-cta-band h2 {
  margin: 0 0 10px;
  color: #fff;
}

.area-cta-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}

.area-cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.area-cta-band .seo-cta {
  margin-top: 0;
}

.area-cta-band .seo-pill {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.brand-matrix {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.brand-matrix__row {
  display: grid;
  grid-template-columns: minmax(140px, 0.9fr) repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.78);
}

.brand-matrix__row strong {
  font-size: 0.95rem;
}

.brand-matrix__row span {
  color: #526173;
  font-size: 0.9rem;
  line-height: 1.45;
}

@media (max-width: 1080px) {
  .reviews-proof-grid,
  .ib-review-compact-grid,
  .area-proof-grid,
  .area-route-grid,
  .area-faq-grid,
  .install-story-pair,
  .install-story-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-matrix__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .reviews-proof-grid,
  .ib-review-compact-grid,
  .area-proof-grid,
  .area-route-grid,
  .area-faq-grid,
  .brand-matrix__row,
  .install-story-pair,
  .install-story-top {
    grid-template-columns: 1fr;
  }

  .install-story-pair::after {
    content: "↓";
    top: 50%;
  }

  .review-live-card,
  .review-case-card,
  .review-shot-card,
  .brand-install-card,
  .area-card,
  .area-proof-quote,
  .area-cta-band,
  .install-story-card,
  .install-story-figure {
    border-radius: 18px;
  }

  .review-shot-card img {
    height: 240px;
  }

}
