@import url("https://cdn.jsdelivr.net/gh/lykmapipo/themify-icons@0.1.2/css/themify-icons.css");

@font-face {
  font-family: Flaticon;
  src: url("fonts/Flaticon.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: tm-boldman-icons;
  src: url("fonts/tm-boldman-icons.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before {
  font-family: Flaticon;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
}
.flaticon-handy-man-worker-silhouette:before { content: "\f101"; }
.flaticon-handyman-tools:before { content: "\f100"; }
.flaticon-maintenance:before { content: "\f12b"; }
.flaticon-wall:before { content: "\f12f"; }

[class^="tm-boldman-icon-"]:before,
[class*=" tm-boldman-icon-"]:before {
  font-family: tm-boldman-icons;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
}
.tm-boldman-icon-star-1:before { content: "\e84d"; }
.tm-boldman-icon-quote-left:before { content: "\e82c"; }
.tm-boldman-icon-location:before { content: "\e84a"; }
.tm-boldman-icon-mail:before { content: "\e832"; }
.tm-boldman-icon-phone:before { content: "\e833"; }
.tm-boldman-icon-clock:before { content: "\e81b"; }
.tm-boldman-icon-youtube:before { content: "\e816"; }
.tm-boldman-icon-facebook:before { content: "\e80c"; }
.tm-boldman-icon-twitter:before { content: "\e812"; }
.tm-boldman-icon-flickr:before { content: "\e80d"; }
.tm-boldman-icon-linkedin:before { content: "\e810"; }

/* The Power Flush Company — standalone recreation of Boldman theme visuals */
:root {
  --skin: #0095eb;
  --dark: #182333;
  --navy: #213148;
  --title-overlay: rgba(33, 49, 72, 0.85);
  --text: #000;
  --muted: rgba(255, 255, 255, 0.6);
  --topbar-text: rgba(255, 255, 255, 0.95);
  --container: 1170px;
  --header-h: 115px;
  --topbar-h: 50px;
  --span-out: 300px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Poppins, Tahoma, Geneva, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  color: var(--text);
  background: #fff;
}
img { max-width: 100%; height: auto; border: 0; vertical-align: middle; }
a { color: var(--dark); text-decoration: none; }
a:hover { color: var(--skin); }
.topbar a { color: #fff; }
.topbar a:hover { color: var(--skin); }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 15px; font-family: Poppins, Arial, Helvetica, sans-serif; color: var(--dark); }
p { margin: 0 0 15px; }
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 15px;
}
.container.span-inner { padding-left: 0; padding-right: 0; }
html, body { overflow-x: hidden; }
@media (max-width: 999px) { :root { --span-out: 50px; } }
@media (min-width: 1000px) and (max-width: 1170px) { :root { --span-out: 100px; } }
@media (min-width: 1171px) and (max-width: 1400px) { :root { --span-out: 200px; } }
@media (min-width: 1401px) and (max-width: 1600px) { :root { --span-out: 300px; } }
@media (min-width: 1601px) and (max-width: 1800px) { :root { --span-out: 400px; } }
@media (min-width: 1801px) { :root { --span-out: 500px; } }
.tm-hide { position: absolute !important; clip: rect(1px, 1px, 1px, 1px); width: 1px; height: 1px; overflow: hidden; }

/* ===== TOPBAR ===== */
.topbar {
  height: var(--topbar-h);
  background: var(--dark);
  color: var(--topbar-text);
  font-size: 14px;
  line-height: var(--topbar-h);
  position: relative;
  overflow: hidden;
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  position: relative;
}
.topbar-left {
  position: relative;
  z-index: 2;
  padding: 0 5px 0 0;
}
.topbar-left::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 5000px;
  height: 100%;
  background: var(--skin);
  z-index: -1;
}
.topbar-left i { margin-right: 8px; color: #fff; }
.topbar-left strong { font-weight: 600; color: #fff; }
.topbar-right {
  display: flex;
  align-items: center;
  gap: 18px;
  z-index: 2;
}
.topbar-right a { color: #fff; }
.topbar-right a:hover { color: var(--skin); }
.topbar-right i { margin-right: 6px; }
.social-icons { display: flex; gap: 12px; }
.social-icons a {
  color: #fff;
  font-size: 14px;
  width: 18px;
  display: inline-block;
  text-align: center;
}
.social-icons a:hover { color: var(--skin); }

/* ===== HEADER ===== */
.site-header-wrap { background: #fff; height: var(--header-h); }
.site-header-wrap.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 75px;
  z-index: 9999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.site-header-wrap.is-sticky .site-header-main { height: 75px; }
.site-header-wrap.is-sticky .logo img { max-height: 52px; }
.site-header-wrap.is-sticky .nav-menu > li > a { line-height: 75px; height: 75px; }
.site-header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
}
.logo img {
  display: block;
  width: 110px;
  height: 65px;
  object-fit: contain;
}
#site-header-menu { float: right; }
.main-navigation { position: relative; }
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  font-size: 26px;
  color: var(--dark);
  cursor: pointer;
  padding: 8px 4px;
}
.menu-toggle::before,
.menu-toggle::after {
  content: "";
  position: absolute;
  left: 5px;
  width: 30px;
  height: 2px;
  background: #182333;
  border-radius: 3px;
  transition: 0.3s;
}
.menu-toggle::before { top: 14px; }
.menu-toggle::after { top: 24px; }
#site-navigation.toggled-on .menu-toggle::before {
  top: 19px;
  transform: rotate(45deg);
}
#site-navigation.toggled-on .menu-toggle::after {
  top: 19px;
  transform: rotate(-45deg);
}
.nav-menu {
  display: flex;
  align-items: center;
}
.nav-menu > li > a {
  display: block;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--dark);
  padding: 0 10px;
  line-height: 115px;
  height: 115px;
  white-space: nowrap;
}
.nav-menu > li > a:hover,
.nav-menu > li.current > a { color: var(--skin); }

/* ===== SLIDER ===== */
.hero-slider {
  position: relative;
  width: 100%;
  height: 720px;
  overflow: hidden;
  background: #f9f9f9;
}
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.9s ease;
  background-size: cover;
  background-position: center center;
}
.hero-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.hero-caption {
  position: absolute;
  left: 100px;
  top: 150px;
  width: 560px;
  height: 260px;
  background: rgba(255, 247, 247, 0.49);
  padding: 41px 35px 0 35px;
}
.hero-caption h2 {
  font-family: Roboto, Arial, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
  text-transform: uppercase;
  color: #182333;
  margin: 0 0 24px;
}
.hero-caption p {
  font-family: Roboto, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 25px;
  color: #182333;
  margin: 0;
}
.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 70px;
  height: 70px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s, background 0.3s;
}
.hero-slider:hover .hero-arrow { opacity: 1; }
.hero-arrow:hover { background: rgba(0, 0, 0, 0.35); }
.hero-arrow.prev { left: 20px; }
.hero-arrow.next { right: 20px; }

/* ===== TITLEBAR ===== */
.titlebar {
  position: relative;
  height: 283px;
  display: flex;
  align-items: center;
  background: #213148 url("http://boldman.themetechmount.com/boldman-data/wp-content/themes/boldman/images/titlebar-bg.jpg") center/cover no-repeat;
  color: rgba(255, 255, 255, 0.85);
}
.titlebar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(33, 49, 72, 0.85);
}
.titlebar .container { position: relative; z-index: 1; }
.titlebar h1 {
  color: #fff;
  font-size: 43px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  padding-left: 20px;
  position: relative;
}
.titlebar h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 5px;
  background: var(--skin);
}

/* ===== HEADINGS =====
   Horizontal style = tall vertical bar left of eyebrow+title (~6×117)
   Vertical left style = same tall vertical bar
   Centered style = short 70×6 horizontal skin bar under the title
*/
.eyebrow {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  margin: 5px 0 2px;
}
.section-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
  color: var(--dark);
  margin: 0 0 20px;
}
.heading-h,
.heading-v {
  position: relative;
  text-align: left;
}
.heading-h { padding-left: 24px; padding-top: 10px; }
.heading-v { padding-left: 29px; margin-bottom: 21px; }
.heading-h::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 117px;
  background: var(--skin);
}
.heading-v::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 6px;
  height: auto;
  background: var(--skin);
}
.heading-h::after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 12px;
  width: 1px;
  height: 111px;
  background: #f1f1f1;
}
.heading-v .section-title { position: relative; padding-bottom: 0; margin-bottom: 0; }
.heading-v .section-title::after { content: none; }
.heading-v.center {
  text-align: center;
  padding-left: 0;
}
.heading-v.center::before { display: none; }
.heading-v.center .section-title {
  display: inline-block;
  padding-bottom: 22px;
  margin-bottom: 20px;
}
.heading-v.center .section-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 6px;
  background: var(--skin);
  margin: 16px auto 0;
}
.heading-v.light .eyebrow { color: rgba(255, 255, 255, 0.9); }
.heading-v.light .section-title { color: #fff; }
.heading-v.light::before { background: #fff; }
.heading-v.light-soft { text-align: center; padding-left: 0; }
.heading-v.light-soft::before { display: none; }
.heading-v.light-soft .eyebrow { color: rgba(255, 255, 255, 0.75); }
.heading-v.light-soft .section-title { color: #fff; }
.heading-v.light-soft .section-title::after { background: var(--skin); }
.heading-none { padding-left: 0; margin-bottom: 21px; }
.heading-none::before { display: none; }

/* ===== BUTTONS ===== */
.btn {
  display: inline-block;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 13px 30px;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
}
.btn-dark { background: #182333; color: #fff; }
.btn-dark:hover { background: var(--skin); color: #fff; }
.btn-skin { background: var(--skin); color: #fff; padding: 14px 20px; }
.btn-skin:hover { background: var(--dark); color: #fff; }
.btn-block { display: block; width: 100%; }
.btn-submit {
  background: #182333;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 12px 35px;
  border: 0;
  cursor: pointer;
  min-height: 51px;
  line-height: 27px;
  box-sizing: border-box;
}
.btn-submit:hover { background: var(--skin); }
.gfield-label,
.cf7-form label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  margin: 0 0 5px;
  color: #000;
}
.hidden_label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  margin: 0;
  padding: 0;
}
.gform .form-row { position: relative; margin: 0 0 16px; }
.gform .form-footer {
  margin-top: 16px;
  padding: 16px 0 10px;
}
.gform .btn-submit {
  width: auto;
  cursor: pointer;
  border: 0;
  font-family: Poppins, Tahoma, Geneva, sans-serif;
}
.cf7-form p { margin: 0 0 15px; }
.cf7-form label { margin: 0 0 5px; }
.cf7-form input[type="text"],
.cf7-form input[type="email"],
.cf7-form input[type="tel"] {
  width: 100%;
  height: 46px;
  padding: 9px 15px;
  font-size: 15px;
  border: 1px solid #dedede;
  box-sizing: border-box;
}
.cf7-form .btn-submit {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  min-height: 50px;
  padding: 12px 35px;
}
.btn-round-skin {
  display: inline-block;
  background: var(--skin);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
  padding: 13px 30px;
  border-radius: 28px;
  text-transform: uppercase;
}
.btn-round-skin:hover { background: var(--dark); color: #fff; }
.powertable-single { max-width: 540px; }
.powertable-single td { text-align: center; }
.bs-cost { margin: 16px 0 24px; max-width: 560px; }
.bs-cost .pts-col { flex: 0 0 50%; max-width: 50%; }

.page-content.page-contact {
  padding: 65px 0 40px;
  background: #fff;
}
.page-contact-inner {
  max-width: 760px;
  margin: 50px auto 0;
}
.page-contact-inner h3 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 15px;
  color: #182333;
}
.page-contact-inner .light-text { font-weight: 600; }
.page-contact-inner > p {
  text-align: center;
  font-size: 14px;
  line-height: 27px;
  margin: 0;
}
.page-contact-inner form { margin: 0; }
.page-contact .form-row { margin: 16px 0 0; }
.page-contact .form-row input,
.page-contact .form-row select {
  height: 38px;
  margin-top: 0;
}
.page-contact .form-row select {
  height: 38px;
  background: #fff;
  border-color: #dedede;
}
.page-contact .form-footer {
  margin-top: 16px;
  padding: 16px 0 10px;
}

/* ===== PAGE FEATURED (homepage WP thumbnail after slider) ===== */
.page-featured { line-height: 0; margin-top: 82px; }
.page-featured img { width: 100%; height: auto; display: block; }

/* ===== INTRO + STATS ===== */
.section-intro {
  padding: 108px 0 92px;
  margin-top: 0;
  position: relative;
}
.intro-grid {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.intro-media { flex: 0 0 41.666%; max-width: 41.666%; }
.intro-copy { flex: 0 0 58.333%; max-width: 58.333%; padding-top: 20px; padding-left: 5px; }
.stats {
  display: flex;
  margin-right: -30px;
  margin-top: 4px;
  margin-bottom: 30px;
}
.stat {
  flex: 1;
  text-align: center;
  padding: 29px 15px 21px;
  position: relative;
}
.stat + .stat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 1px;
  background: #e6e6e6;
}
.stat-top {
  position: relative;
  min-height: 45px;
  margin-bottom: 15px;
  text-align: left;
}
.stat-top i,
.stat-top .ti {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 40px;
  line-height: 40px;
  color: var(--skin);
  font-weight: 400;
}
.stat-num {
  font-size: 35px;
  font-weight: 500;
  color: var(--skin);
  line-height: 45px;
  padding-left: 55px;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  text-align: left;
}
.stat-label {
  font-size: 17px;
  font-weight: 400;
  color: var(--dark);
  line-height: 25px;
  text-align: left;
}

/* ===== WORKING WITH EXCELLENT ===== */
.section-excellent {
  margin-top: -70px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.excellent-grid {
  display: flex;
  min-height: 560px;
  position: relative;
}
.excellent-copy {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 80px 70px 17px 15px;
}
.excellent-copy::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: calc(var(--span-out) * -1);
  background: var(--skin);
  z-index: -1;
}
.excellent-copy p,
.excellent-copy h2,
.excellent-copy h4 { color: #fff; }
.excellent-copy .box-title { font-size: 20px; font-weight: 600; line-height: 27px; margin: 0 0 8px; color: #fff; }
.sbox-stack { position: relative; }
.sbox { display: flex; gap: 18px; margin-bottom: 11px; position: relative; z-index: 1; }
.sbox-icon {
  width: 74px;
  height: 74px;
  border: 1.5px solid #fff;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
}
.sbox-icon i { font-size: 30px; line-height: 30px; color: #fff; font-weight: 400; }
.sbox-sep {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  margin: 8px 0 28px 89px;
}
.excellent-photo {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}
.excellent-photo::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: calc(var(--span-out) * -1);
  background: url("https://thepowerflushcompany.co.uk/wp-content/uploads/2022/10/Special-Services.jpg") right center / cover no-repeat;
}

/* ===== SERVICES ===== */
.section-services { padding: 90px 25px 70px; }
.section-services .inner-heading { margin-top: 50px; margin-bottom: 15px; }
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.service-card {
  background: #fff;
  box-shadow: 0 0 25px rgba(41, 61, 88, 0.06);
  min-height: 487px;
  display: flex;
  flex-direction: column;
}
.service-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 360 / 230;
  object-fit: cover;
  display: block;
  margin-bottom: 35px;
}
.service-card h5 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--dark);
  padding: 0 15px;
  margin: 0 0 15px;
}
.service-card p { text-align: center; padding: 0 15px; margin: 0 0 35px; }
.service-card-btn { text-align: center; padding-bottom: 15px; margin-top: auto; }
.service-card .btn-skin {
  display: inline-block;
  width: 150px;
  min-width: 150px;
  height: 51px;
  padding: 14px 20px;
  line-height: 23px;
  box-sizing: border-box;
}
.explore-line { text-align: center; font-size: 16px; padding-top: 50px; }
.explore-line a { color: var(--skin); text-decoration: underline; font-weight: 700; }

/* ===== WHY CHOOSE ===== */
.section-why { padding: 35px 0 70px; overflow: hidden; }
.why-grid { display: flex; min-height: 420px; position: relative; }
.why-photo {
  flex: 0 0 41.666%;
  max-width: 41.666%;
  position: relative;
}
.why-photo::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: calc(var(--span-out) * -1);
  background: url("https://thepowerflushcompany.co.uk/wp-content/uploads/2022/10/Why-Choose-Us.jpg") center / cover no-repeat;
}
.why-copy {
  flex: 0 0 58.333%;
  max-width: 58.333%;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 70px 15px 30px 65px;
}
.why-copy::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: calc(var(--span-out) * -1);
  background: var(--dark);
  z-index: -1;
}
.why-copy h2,
.why-copy .section-title { color: #fff; }
.why-copy p { color: rgba(255, 255, 255, 0.85); }
.why-copy a { color: #337ab7; }

/* ===== KEY VALUES ===== */
.section-values {
  padding: 90px 0 25px;
  background: url("http://boldman.themetechmount.com/wp-content/uploads/2019/02/rowbg-nine.jpg") center / cover no-repeat;
}
.values-grid { display: flex; align-items: flex-start; gap: 20px; }
.values-list { flex: 0 0 66.666%; display: grid; grid-template-columns: 1fr 1fr; gap: 28px 20px; }
.value-item h3 { font-size: 20px; font-weight: 600; color: var(--dark); margin: 0 0 6px; }
.value-item i,
.value-item i:before {
  color: var(--skin);
  font-size: 30px;
  line-height: 30px;
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
}
.values-photo { flex: 0 0 33.333%; text-align: center; }
.values-photo img { max-width: 320px; }

/* ===== TESTIMONIALS ===== */
.section-testimonials {
  padding: 90px 0 100px;
  height: 583px;
  box-sizing: border-box;
  overflow: hidden;
  background: #182333 url("https://thepowerflushcompany.co.uk/wp-content/uploads/2022/10/Testimonial-BG.jpg") center / cover no-repeat;
  color: #fff;
  text-align: center;
  position: relative;
}
.section-testimonials::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(24, 35, 51);
  opacity: 0.94;
  pointer-events: none;
}
.section-testimonials .container { position: relative; z-index: 1; }
.section-testimonials .heading-v.center {
  min-height: 224px;
  padding-bottom: 100px;
  margin-bottom: 0;
}
.section-testimonials .heading-v.center .section-title {
  margin-bottom: 0;
}
.testimonial-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.18);
  z-index: 2;
}
.testimonial-progress span {
  display: block;
  height: 100%;
  width: 0;
  background: #fff;
}
.testimonial-progress span.is-running {
  width: 100%;
  transition: width 4.5s linear;
}
.testimonial-viewport {
  overflow: hidden;
  width: 83.333%;
  max-width: 975px;
  margin: -60px auto 0;
  padding-bottom: 28px;
  min-height: 228px;
}
.testimonial-track {
  display: flex;
  will-change: transform;
}
.testimonial {
  flex: 0 0 100%;
  width: 100%;
  min-height: 200px;
  color: #fff;
  padding: 0 15px;
  box-sizing: border-box;
}
.testimonial .quote-icon {
  font-size: 17px;
  color: #fff;
  margin: 8px 0 10px;
}
.testimonial .quote-icon i:before { color: #fff; }
.testimonial blockquote {
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  margin: 0 0 12px;
  border: 0;
  color: #fff;
}
.testimonial .stars {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 8px;
  font-size: 17px;
}
.testimonial .stars i {
  display: inline-block;
  color: #fff;
  font-size: 17px;
  line-height: 31px;
  margin: 0 1px;
}
.testimonial .author { font-weight: 600; font-size: 16px; color: #fff; }
.testimonial .loc { color: rgba(255, 255, 255, 0.85); }

/* ===== QUOTE FORM ===== */
.section-quote {
  margin-top: -100px;
  position: relative;
  z-index: 3;
}
.quote-card {
  display: flex;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
}
.quote-form { flex: 0 0 58.333%; padding: 50px 60px 70px; }
.quote-photo {
  flex: 0 0 41.666%;
  background: #182333 url("https://thepowerflushcompany.co.uk/wp-content/uploads/2022/10/Get-a-Free-Quote.jpg") center / cover no-repeat;
  min-height: 305px;
}
.form-row { margin-bottom: 16px; }
.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  height: 38px;
  border: 1px solid #dedede;
  padding: 5px 4px;
  font-family: Poppins, Tahoma, Geneva, sans-serif;
  font-size: 14px;
  color: #242424;
  background: #fff;
}
.form-row textarea { height: 110px; resize: vertical; }
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus { outline: 0; border-color: var(--skin); }
.phone-field { position: relative; }
.phone-field .iti {
  width: 100%;
  display: block;
  container-type: inline-size;
}
.phone-field .iti__flag-container { z-index: 2; }
.phone-field .iti__selected-flag,
.phone-field .iti__selected-country {
  padding: 0 6px 0 8px;
  background: #fff;
}
.phone-field .iti--separate-dial-code .iti__selected-flag,
.phone-field .iti--separate-dial-code .iti__selected-country {
  background: #fff;
  border-right: 1px solid #dedede;
}
.phone-field .iti--separate-dial-code input[type="tel"] { padding-left: 77px; }

/* Live Gravity phone dropdown: compact list under the field, never a full-page overlay */
.iti__dropdown-content {
  position: absolute !important;
  inset: auto !important;
  left: 0 !important;
  width: 100cqw !important;
  max-width: 100cqw !important;
  max-height: none !important;
  z-index: 999;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.iti__country-list {
  max-height: 185px !important;
  overflow-y: scroll !important;
  width: 100%;
  font-family: Poppins, Tahoma, Geneva, sans-serif;
  font-size: 14px;
}
.iti__country {
  padding: 10px 8px;
  line-height: 27px;
  font-size: 14px;
}
.iti__search-input {
  height: 37px;
  padding: 5px 4px;
  font-size: 14px;
  border: 0;
  border-bottom: 1px solid #dedede;
}
.iti--fullscreen-popup,
.iti--fullscreen-popup.iti {
  position: static !important;
  inset: auto !important;
  width: auto !important;
  height: auto !important;
  background: transparent !important;
}
.iti--fullscreen-popup .iti__dropdown-content {
  position: absolute !important;
  width: 100% !important;
  height: auto !important;
}
.form-success {
  display: none;
  padding: 16px 18px;
  background: #e8f4fd;
  border: 1px solid #b3daf5;
  border-left: 4px solid var(--skin);
  color: var(--dark);
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.5;
}
.form-error {
  display: none;
  padding: 16px 18px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-left: 4px solid #dc2626;
  color: #991b1b;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.5;
}
.field-error {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.4;
  color: #dc2626;
  min-height: 0;
}
.field-error:empty { display: none; }
.form-row input.is-invalid,
.form-row select.is-invalid,
.form-row textarea.is-invalid,
.cf7-form input.is-invalid,
.comment-form input.is-invalid,
.comment-form textarea.is-invalid {
  border-color: #dc2626 !important;
  box-shadow: 0 0 0 1px rgba(220, 38, 38, 0.15);
}
form.is-submitting .btn-submit,
form.is-submitting .btn-post-comment {
  opacity: 0.7;
  cursor: wait;
}

/* ===== FOOTER ===== */
.site-footer { background: var(--dark); color: var(--muted); margin-top: 0; }
.footer-main {
  padding: 70px 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.footer-col h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding-left: 14px;
  position: relative;
  margin: 0 0 25px;
  display: inline-block;
}
.footer-col h3::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 0;
  width: 3px;
  height: 80%;
  margin-top: 3px;
  background: var(--skin);
}
.footer-col p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 27px;
  margin: 0 0 15px;
}
.footer-col .work-days-title { margin-top: 32px; }
.pricelist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pricelist li {
  display: block;
  font-size: 15px;
  line-height: 23px;
  color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0;
}
.pricelist li:first-child { padding-top: 0; }
.pricelist li span {
  float: right;
}
.pricelist li::after {
  content: "";
  display: block;
  clear: both;
}
.footer-nav li { padding: 0 0 12px; }
.footer-nav li:last-child { padding-bottom: 0; }
.footer-nav a {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 27px;
}
.footer-nav a:hover { color: #fff; }
.footer-contact li {
  position: relative;
  padding: 0 0 0 37px;
  margin: 0 0 17px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.footer-contact li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.footer-contact li::before {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 20px;
  font-weight: 400;
  color: var(--skin);
}
.footer-contact a {
  color: rgba(255, 255, 255, 0.9);
}
.footer-contact a:hover { color: var(--skin); }
.footer-bottom {
  border-top: 0;
  padding: 0;
}
.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 25px 0 19px;
  font-size: 14px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.9);
}
.footer-bottom .footer-social {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}
.footer-bottom .footer-social a {
  color: rgba(248, 252, 255, 0.6);
  font-size: 14px;
  line-height: 1;
}
.footer-bottom .footer-social a:hover { color: #fff; }

/* ===== FLOATING ===== */
#totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 42px;
  height: 42px;
  background: var(--skin);
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9998;
  font-size: 18px;
}
#totop.show { display: flex; }
#totop:hover { background: var(--dark); color: #fff; }
.joinchat {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  z-index: 9998;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.joinchat:hover { color: #fff; transform: scale(1.05); }

/* ===== INNER PAGE CONTENT ===== */
.page-content { padding: 70px 0 80px; }
.page-content.grey { background: #f5f5f5; }
.page-content.page-blog {
  background: #f8f9fa;
  padding: 90px 0 135px;
  margin-top: -10px;
}
.page-content.page-pfc { padding: 0 0 75px; }
.page-services {
  padding: 82px 0 0;
  background: #fff;
}
.page-services > .container {
  padding: 90px 25px 0;
  margin-top: -92px;
}
.page-services .inner-heading { margin-bottom: 15px; }
.page-services .heading-v.center .section-title {
  padding-bottom: 0;
  margin-bottom: 25px;
}
.page-services .service-grid { margin-bottom: 70px; }
.page-services .quote-card {
  margin-left: -25px;
  margin-right: -25px;
  width: calc(100% + 50px);
  max-width: none;
  min-height: 825px;
  box-shadow: none;
}
.page-services .quote-photo {
  background-image: url("https://thepowerflushcompany.co.uk/wp-content/uploads/2022/10/services-free-quote.jpg");
  background-position: center center;
  background-size: cover;
  min-height: 825px;
  align-self: stretch;
}
.inner-heading { text-align: center; margin-bottom: 40px; }

/* Tabs — live Boldman tm-tourtab-style1 / outline grey / left */
.page-content.page-tour { padding: 65px 0 40px; }
.tour {
  display: flex;
  gap: 0;
  align-items: flex-start;
}
.tour-nav {
  flex: 0 0 25%;
  max-width: 289px;
}
.tour-nav button {
  display: block;
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(227, 227, 227, 0.7);
  border-right: 1px solid rgba(227, 227, 227, 0.7);
  border-bottom: 1px solid rgba(227, 227, 227, 0.7);
  padding: 12px;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-transform: none;
  color: var(--dark);
  cursor: pointer;
  margin: 0;
}
.tour-nav button:first-child { border-top: 0; }
.tour-nav button:last-child { border-bottom: 0; }
.tour-nav button:hover { color: var(--skin); }
.tour-nav button.active {
  background: #eee;
  color: var(--skin);
  border-color: #eee;
  border-right-color: transparent;
}
.tour-panels {
  flex: 1;
  min-width: 0;
  padding: 0 20px;
}
.tour-panel { display: none; }
.tour-panel.active { display: block; }
.tour-panel h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 0 29px;
  color: var(--dark);
}
.tour-panel h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin: 20px 0 15px;
  color: var(--dark);
}
.tour-panel h3.contact-title {
  font-size: 17.5px;
  font-weight: 700;
  line-height: 35px;
  margin: 10px 0 6px;
  color: var(--dark);
}
.tour-panel p { margin: 0; }
.tour-panel p + p { margin-top: 0; }
.tour-panel .cf7-form p { margin: 0 0 15px; }
.tour-panel .cf7-form p + p { margin-top: 0; }
.tour-panel .cf7-form input {
  font-weight: 400;
}
.tour-panel .gform { margin: 0; }
.tour-panel .contact-title + .gform { margin-top: 0; }
.tour-panel p + .gform { margin-top: 16px; }
.tour-panel .gform .form-row input,
.tour-panel .gform .form-row select {
  height: 38px;
  margin-top: 0;
}
.tour-panel .gform .form-row select {
  background: #fff;
  border-color: #dedede;
}
.tour-panel img { display: inline-block; vertical-align: middle; }
.tour-panel .custom-list,
.tour-panel .legal {
  list-style: disc;
  list-style-position: outside;
  padding: 0 0 0 25px;
  margin: 16px 0 0;
}
.tour-panel .custom-list li,
.tour-panel .legal li {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 27px;
  color: #000;
}

/* Power Flush rates — live TablePress .powertable */
.powertable-grid {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin: 16px 0 20px;
}
.powertable {
  flex: 1 1 0;
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 10px;
}
.powertable th,
.powertable td {
  padding: 5px;
  font-size: 14px;
  line-height: 27px;
  color: #111;
  text-align: center;
  font-weight: 400;
  border: 0;
}
.powertable thead th {
  background: #d9edf7;
  font-weight: 700;
}
.powertable tbody td { background: #fff; }
.powertable tbody tr:not(.powertable-cta):nth-child(even) td { background: #f9f9f9; }
.powertable tbody tr.powertable-cta td,
.powertable tbody tr.powertable-cta td div {
  background: #fff !important;
}
.powertable td p { margin: 0; text-align: center; }
.powertable thead th h6 {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  color: var(--dark);
}
.powertable thead th p {
  text-align: center;
  margin: 0;
  font-weight: 400;
}
.powertable h4 {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
  color: var(--dark);
}
.powertable-cta td {
  background: #fff !important;
  text-align: center;
  padding: 10px 5px;
}
.powertable-cta td div {
  text-align: center;
  margin: 0;
}
.powertable-cta a {
  display: inline-block;
  background: #26364c;
  border: 1px solid #26364c;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  padding: 5px 10px;
  text-align: center;
}
.powertable-cta a:hover { color: #fff; }
.labour-table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 20px;
}
.labour-table th,
.labour-table td {
  padding: 5px;
  font-size: 14px;
  line-height: 27px;
  color: #111;
  text-align: left;
  border: 0;
}
.labour-table th {
  background: #d9edf7;
  font-weight: 700;
}
.labour-table td { background: #fff; }
.labour-table tbody tr:nth-child(even) td { background: #f9f9f9; }

/* Rates page — live Supsystic tables (visitor-visible only) */
.page-rates { padding: 65px 0 40px; background: #fff; }
.page-rates .rates-inner { max-width: 760px; margin: 0 auto; }
.page-rates .rates-inner > p { margin: 0 0 15px; }
.page-rates .rates-inner > p:last-child { margin-bottom: 0; }
.page-rates h4 {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  color: var(--dark);
  margin: 0 0 35px;
}
.pts-table {
  display: flex;
  width: 100%;
  margin: 0 0 40px;
}
.pts-col { flex: 1 1 0; padding: 0 10px; min-width: 0; position: relative; }
.pts-card {
  position: relative;
  transition: box-shadow 0.3s, margin 0.3s;
}
.pts-col:hover .pts-card {
  z-index: 101;
  margin-top: -20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.pts-head {
  background: #3399ff;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  min-height: 51px;
  box-sizing: border-box;
}
.pts-rows { background: #f5f5f5; }
.pts-cell {
  padding: 12px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #666;
  border-bottom: 1px solid #d2d2d2;
  min-height: 47px;
  box-sizing: border-box;
}
.pts-cell:nth-child(even) { background: #fff; }

/* Pricing / offers */
.price-table { width: 100%; border-collapse: collapse; margin: 20px 0 40px; }
.price-table th, .price-table td {
  border: 1px solid #e5e5e5;
  padding: 12px 14px;
  text-align: center;
}
.price-table th { background: var(--dark); color: #fff; }
.price-table td:first-child { text-align: left; font-weight: 600; background: #f7f7f7; }
.price-table .leftover { font-size: 12px; color: #999; font-weight: 400; }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.offer-card {
  background: #fff;
  color: var(--dark);
  padding: 36px 28px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}
.page-offers .offers-heading {
  text-align: center;
  padding: 50px 0;
}
.page-offers .offers-heading h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
  color: var(--dark);
  margin: 0 0 15px;
}
.page-offers .offer-card {
  background: #ffdb3e;
  box-shadow: none;
  padding: 35px 15px 25px;
}
.page-offers .offer-card h4 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0;
  color: #cc1f1a;
  margin: 0 0 15px;
}
.page-offers .offer-card h5,
.page-offers .offer-card .offer-red,
.page-offers .offer-card h5.offer-red {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #cc1f1a;
  margin: 0;
}
.page-offers .offer-card p {
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  color: #000;
  margin: 0 0 15px;
}
.page-offers .offer-card .btn-red {
  padding: 13px 30px;
  font-size: 14px;
  line-height: 23px;
  font-weight: 600;
  margin-top: 22px;
  background-color: #cc1f1a;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
  background-repeat: repeat-x;
  background-size: 200%;
  background-position: 0 -100%;
  transition: background-position 0.2s ease-in-out, color 0.2s ease-in-out;
}
.page-offers .offer-card .btn-red:hover {
  background-color: #cc1f1a;
  background-position: 0 100%;
  color: #fff;
}
.page-offers .offer-grid + .offer-grid { margin-top: 20px; }
.offer-card.filled-skin { background: var(--skin); color: #fff; }
.offer-card.filled-skin h3,
.offer-card.filled-skin h4,
.offer-card.filled-skin .price,
.offer-card.filled-skin p,
.offer-card.filled-skin li { color: #fff; }
.offer-card.dark { background: var(--dark); color: #fff; }
.offer-card.dark h3,
.offer-card.dark h4,
.offer-card.dark .price,
.offer-card.dark p,
.offer-card.dark li { color: #fff; }
.offer-card h3,
.offer-card h4 { color: var(--dark); font-size: 18px; letter-spacing: 1px; margin: 0 0 8px; }
.offer-card .price { font-size: 28px; font-weight: 700; margin: 10px 0; color: var(--dark); }
.offer-card p, .offer-card li { color: #000; }
.offer-card .offer-red,
.offer-card h5.offer-red { color: #cc1f1a; font-size: 14px; font-weight: 600; margin: 12px 0; }
.offer-card .btn-red {
  background: #cc1f1a;
  color: #fff;
  padding: 14px 20px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 16px;
}
.offer-card .btn-red:hover { background: var(--dark); color: #fff; }
.offer-card .btn-dark { margin-top: 16px; }

.ptable-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  background: #ececec;
  padding: 20px;
  margin-bottom: 20px;
}
.ptable {
  border: 0;
  text-align: left;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  padding: 35px 30px 25px;
  display: flex;
  flex-direction: column;
}
.ptable h3 {
  font-size: 23px;
  font-weight: 600;
  line-height: 35px;
  color: var(--skin);
  margin: 0;
}
.ptable-price-w {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 25px;
}
.ptable-cur {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  font-weight: 600;
  color: var(--skin);
  line-height: 27px;
}
.ptable .price {
  display: inline-block;
  font-size: 50px;
  font-weight: 600;
  line-height: 40px;
  color: var(--skin);
  padding-left: 20px;
  margin: 0;
}
.ptable-freq {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  line-height: 27px;
  color: #8d9297;
  padding-left: 5px;
}
.ptable-features {
  list-style: none;
  text-align: left;
  padding: 0 0 16px;
  margin: 0;
  flex: 1 1 auto;
}
.ptable-features li {
  padding: 10px 0 9px;
  margin: 0;
  border-bottom: 1px solid #f1f1f1;
  font-size: 14px;
  line-height: 21px;
  color: #333;
}
.ptable-features li::before {
  font-family: FontAwesome;
  content: "\f00c";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  padding-right: 10px;
  color: #182333;
}
.ptable-foot {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 0;
  margin-top: auto;
}
.ptable .btn-ptable-more {
  display: block;
  width: 100%;
  text-align: center;
  background: #e8e8e8;
  color: #182333;
  border: 0;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
}
.ptable .btn-ptable-more:hover { background: #ddd; color: #182333; }
.ptable .btn-white {
  display: block;
  width: 100%;
  text-align: center;
  background: #fff;
  color: #182333;
  border: 1px solid #ddd;
  padding: 13px 30px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.ptable .btn-white:hover { background: #182333; color: #fff; border-color: #182333; }

.btn-success {
  background: #6ab165;
  color: #fff;
  padding: 14px 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 5px;
}
.btn-success:hover { background: #59a453; color: #f7f7f7; }

.page-content.page-package {
  padding: 70px 0 80px;
}
.pkg-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.pkg-page-col {
  grid-column: 1;
  max-width: 100%;
}
.pkg-page-title {
  margin: 0 0 15px;
}
.pkg-page-title strong {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  color: var(--dark);
}
.page-package .pkg-page-col > p {
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  color: #666;
  margin: 0 0 15px;
}
.page-package .pkg-page-col h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: var(--dark);
  margin: 0 0 25px;
}
.page-package .btn-signup { margin: 0; }

.pkg-row {
  display: flex;
  gap: 40px;
  align-items: center;
}
.pkg-row > * { flex: 1; }

.land-split {
  display: flex;
  gap: 30px;
  align-items: center;
  margin: 40px 0;
}
.land-split img { width: 100%; display: block; }
.land-split > * { flex: 1; }
.stat-boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 24px 0 40px;
}
.stat-box {
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  padding: 24px 16px;
  text-align: center;
}
.stat-box strong { display: block; font-size: 22px; color: var(--skin); margin-bottom: 6px; }
.info-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 20px 0 40px;
}
.info-card {
  background: #fff;
  padding: 22px 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.info-card h3 { font-size: 18px; }
.area-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 30px; }
.area-chips span { background: #f4f6f8; padding: 8px 14px; color: var(--dark); }

.quote-inline { margin-top: 60px; }

/* Blog */
.blog-filter {
  display: block;
  text-align: center;
  list-style: none;
  margin: 16px 0 20px;
  padding: 0;
}
.blog-filter li {
  display: inline-block;
  margin: 0 5px 5px 0;
}
.blog-filter button {
  background: transparent;
  color: #000;
  border: 0;
  border-radius: 30px;
  padding: 2px 10px;
  font-size: 14px;
  line-height: 27px;
  font-family: inherit;
  cursor: pointer;
  transition: background-color 0.1s linear, color 0.1s linear;
}
.blog-filter button.active,
.blog-filter button:hover {
  background: #ebebeb;
  color: #666;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.blog-card {
  background: transparent;
  transform-origin: center center;
}
.blog-card.is-hidden,
.blog-card.is-filtered-out { display: none !important; }
.blog-card.blog-zoom-out {
  opacity: 0;
  transform: scale3d(0.001, 0.001, 0.001);
  transition: none;
}
.blog-card.blog-zoom-in {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition: opacity 0.4s, transform 0.4s;
}
.blog-card-media {
  display: block;
  height: 250px;
  overflow: hidden;
  background: #ddd center/cover no-repeat;
}
.blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-card-body {
  background: #f4f4f4;
  padding: 10px;
  height: 250px;
  overflow: hidden;
  box-sizing: border-box;
}
.blog-card-title {
  margin: 0 0 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-card h4 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  color: var(--dark);
  margin: 0 0 15px;
}
.blog-card-excerpt {
  overflow: hidden;
  margin: 0 0 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-card p {
  font-size: 14px;
  line-height: 27px;
  color: #000;
  margin: 0 0 15px;
}
.load-more-wrap { text-align: center; margin-top: 25px; }
.btn-load {
  display: inline-block;
  background: #5472d2;
  color: #fff;
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  border: 1px solid transparent;
  min-height: 51px;
  cursor: pointer;
  box-sizing: border-box;
  font-family: inherit;
  transition: 0.2s ease-in-out;
}
.btn-load:hover { background: #3c5ecc; color: #f7f7f7; }
.article-body { max-width: 860px; margin: 0 auto; }
.article-body img { margin: 16px 0; }
.article-body h2, .article-body h3 { margin-top: 28px; }

/* Single blog post — Boldman classic + Recent Posts sidebar */
.page-content.page-post {
  padding: 65px 0 0;
  background: #fff;
}
.page-post-layout {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.page-post-main {
  width: 75%;
  padding: 0 15px;
  box-sizing: border-box;
}
.page-post-side {
  width: 25%;
  padding: 60px 15px 70px;
  margin-top: -37px;
  box-sizing: border-box;
}
.page-post-article {
  position: relative;
  margin: 0 0 70px;
}
.post-featured {
  margin: 0 0 20px;
}
.post-featured img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.tm-box-post-date {
  position: absolute;
  top: -20px;
  right: 20px;
  width: 64px;
  padding: 13px 0 7px;
  background: var(--skin);
  color: #fff;
  text-align: center;
  z-index: 1;
  box-sizing: border-box;
}
.tm-box-post-date time { display: block; color: #fff; }
.tm-box-post-date .entry-day {
  display: block;
  font-size: 26px;
  font-weight: 600;
  line-height: 18px;
  color: #fff;
}
.tm-box-post-date .entry-month,
.tm-box-post-date .entry-year {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
}
.post-meta {
  font-size: 12px;
  line-height: 27px;
  margin: 0 0 15px;
  color: #9dabaf;
}
.post-meta .byline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #9dabaf;
}
.post-meta .byline a { color: #8d9297; }
.post-meta .byline a:hover { color: var(--skin); }
.post-meta .byline img {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
}
.page-post-article .entry-content {
  margin: 0 0 20px;
}
.page-post-article .entry-content p {
  font-size: 14px;
  line-height: 27px;
  margin: 0 0 15px;
}
.page-post-article .entry-content h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
  margin: 0 0 15px;
}
.page-post-article .entry-content h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  margin: 0 0 15px;
}
.page-post-article .entry-content ul,
.page-post-article .entry-content ol {
  margin: 0 0 15px;
  padding-left: 22px;
}
.page-post-article .entry-content li { margin: 4px 0; }
.post-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 10px;
  margin: 30px 0 10px;
}
.post-nav-btn {
  display: inline-block;
  position: relative;
  background: var(--skin);
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 11px 24px 11px 42px;
  border: 0;
}
.post-nav-btn.post-nav-next { padding: 11px 42px 11px 24px; }
.post-nav-btn i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}
.post-nav-prev i { left: 16px; }
.post-nav-next i { right: 16px; }
.post-nav-btn:hover {
  background: var(--dark);
  color: #fff !important;
}
.comment-respond { padding: 10px 0 0; }
.comments-area { margin: 30px 0 10px; }
.comments-title {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  margin: 0 0 20px;
}
.comments-empty {
  font-size: 15px;
  color: #666;
  margin: 0 0 16px;
}
.comments-empty.is-hidden { display: none; }
.comment-list { list-style: none; margin: 0 0 28px; padding: 0; }
.comment-item {
  border-top: 1px solid #ececec;
  padding: 18px 0;
}
.comment-item-meta {
  font-size: 14px;
  color: #666;
  margin: 0 0 8px;
}
.comment-item-name {
  font-weight: 600;
  color: var(--dark);
}
.comment-item-date { margin-left: 8px; }
.comment-item-body {
  font-size: 15px;
  line-height: 27px;
  color: #242424;
  white-space: pre-wrap;
}
.comment-reply-title {
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
  margin: 0 0 15px;
}
.comment-notes {
  font-size: 15px;
  line-height: 27px;
  margin: 0 0 10px;
}
.comment-form { overflow: hidden; }
.comment-form .tm-hide { display: none; }
.comment-form-comment { margin: 0 0 20px; }
.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #efefef;
  background: transparent;
  color: #242424;
  font-size: 15px;
  line-height: 27px;
  font-family: inherit;
  padding: 9px 15px;
}
.comment-form textarea { height: 125px; resize: vertical; }
.comment-form-author,
.comment-form-email,
.comment-form-url {
  float: left;
  width: calc((100% - 32px) / 3);
  margin: 0 16px 20px 0;
}
.comment-form-url { margin-right: 0; }
.comment-form-cookies-consent {
  clear: both;
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 27px;
}
.comment-form-cookies-consent label { display: inline; }
.btn-post-comment,
.comment-form .form-submit input,
.comment-form .form-submit button {
  display: inline-block;
  background: var(--skin);
  color: #fff;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 11px 34px;
  min-height: 45px;
  cursor: pointer;
  font-family: inherit;
}
.btn-post-comment:hover,
.comment-form .form-submit input:hover,
.comment-form .form-submit button:hover {
  background: var(--dark);
  color: #fff;
}
.page-post-side .widget-title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  margin: 0 0 25px;
  padding: 0 0 0 14px;
  position: relative;
}
.page-post-side .widget-title::after {
  content: "";
  position: absolute;
  left: 1px;
  top: 0;
  width: 3px;
  height: 22px;
  background: var(--skin);
}
.recent-posts { list-style: none; margin: 0; padding: 0; }
.recent-posts li {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  column-gap: 18px;
  align-items: start;
  overflow: hidden;
  padding: 0 0 10px;
  margin: 0;
  list-style: none;
}
.recent-posts li > a:first-child {
  grid-row: 1 / span 3;
}
.recent-posts img {
  display: block;
  width: 70px;
  height: 70px;
  object-fit: cover;
  margin: 0;
}
.recent-posts .post-date {
  display: block;
  font-size: 12px;
  line-height: 27px;
  color: #000;
  overflow-wrap: break-word;
}
.recent-posts li > a:last-child {
  display: block;
  min-width: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  color: var(--dark);
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.recent-posts li > a:last-child:hover { color: var(--skin); }

/* FAQ */
.faq-item { border-bottom: 1px solid #e5e5e5; }
.faq-item button {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 16px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--dark);
  cursor: pointer;
  font-family: inherit;
}
.faq-item .faq-a { display: none; padding: 0 0 16px; }
.faq-item.open .faq-a { display: block; }

/* Quote wizard */
.wizard { max-width: 760px; margin: 0 auto; background: #fff; padding: 36px 32px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.06); }
.wizard-step { display: none; }
.wizard-step.active { display: block; }
.wizard-nav { display: flex; gap: 10px; margin-top: 20px; }

.legal h2 { font-size: 22px; margin-top: 28px; }
.legal h3 { font-size: 18px; }
.legal ul { list-style: disc; padding-left: 22px; margin: 0 0 15px; }
.legal li { margin: 4px 0; }

.cta-band {
  background: var(--skin);
  color: #fff;
  text-align: center;
  padding: 40px 20px;
  margin: 30px 0;
}
.cta-band h2 { color: #fff; }

.step-cards { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.step-card { background: #fff; padding: 18px 14px; box-shadow: 0 0 12px rgba(0, 0, 0, 0.06); text-align: center; }
.step-card .n { font-size: 28px; font-weight: 700; color: var(--skin); }

.mobile-nav {
  display: none;
  background: var(--dark);
}
.mobile-nav.open { display: block; }
.mobile-nav a {
  display: block;
  color: #fff;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
.mobile-nav a.current { color: var(--skin); }

/* ===== COMMERCIAL POWER FLUSH LANDING (live pfc-*) ===== */
.pfc-featured {
  max-width: 1170px;
  margin: 0 auto;
  padding: 70px 15px 0;
}
.pfc-featured img { width: 100%; height: auto; display: block; }

.pfc-commercial-powerflush-page {
  --pfc-navy: #1f3556;
  --pfc-navy-dark: #162844;
  --pfc-blue: #1ea0f2;
  --pfc-blue-dark: #0d8ddd;
  --pfc-light: #f5f8fc;
  --pfc-text: #1c2430;
  --pfc-muted: #5d6878;
  --pfc-border: #dbe4ef;
  --pfc-white: #ffffff;
  --pfc-shadow: 0 12px 30px rgba(15, 35, 60, 0.10);
  font-family: Arial, Helvetica, sans-serif;
  color: var(--pfc-text);
  line-height: 1.6;
  background: #fff;
}
.pfc-commercial-powerflush-page * { box-sizing: border-box; }
.pfc-commercial-powerflush-page a { text-decoration: none; transition: 0.25s; }
.pfc-commercial-powerflush-page a:focus,
.pfc-commercial-powerflush-page summary:focus {
  outline: #7dc8fb solid 3px;
  outline-offset: 3px;
}
.pfc-commercial-powerflush-page h1,
.pfc-commercial-powerflush-page h2,
.pfc-commercial-powerflush-page h3,
.pfc-commercial-powerflush-page h4 {
  font-family: Arial, Helvetica, sans-serif;
}
.pfc-container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.pfc-section { padding: 70px 0; }
.pfc-section-title {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 800;
  color: var(--pfc-navy-dark);
  margin: 0 0 18px;
  letter-spacing: -0.5px;
}
.pfc-subtitle {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: var(--pfc-blue);
  margin-bottom: 14px;
}
.pfc-lead { font-size: 18px; color: #eaf2ff; margin: 0 0 28px; max-width: 650px; }
.pfc-text p { margin: 0 0 16px; color: var(--pfc-muted); font-size: 17px; }
.pfc-btn-wrap { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.pfc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}
.pfc-btn-primary {
  background: var(--pfc-blue);
  color: #fff;
  box-shadow: 0 10px 24px rgba(30, 160, 242, 0.25);
}
.pfc-btn-primary:hover {
  background: var(--pfc-blue-dark);
  color: #fff;
  transform: translateY(-2px);
}
.pfc-btn-secondary {
  background: #fff;
  color: var(--pfc-navy-dark);
  border: 2px solid #fff;
}
.pfc-btn-secondary:hover {
  background: transparent;
  color: #fff;
}
.pfc-btn-outline {
  background: transparent;
  color: var(--pfc-blue);
  border: 2px solid var(--pfc-blue);
}
.pfc-btn-outline:hover {
  background: var(--pfc-blue);
  color: #fff;
}
.pfc-btn-outline-light {
  background: transparent;
  color: #7dc8fb;
  border: 2px solid #7dc8fb;
}
.pfc-btn-outline-light:hover {
  background: #7dc8fb;
  color: var(--pfc-navy-dark);
}

.pfc-hero {
  background: linear-gradient(135deg, rgba(22, 40, 68, 0.96), rgba(31, 53, 86, 0.93));
  overflow: hidden;
  position: relative;
}
.pfc-hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 40px;
  align-items: center;
}
.pfc-hero-copy { padding: 86px 0; }
.pfc-hero h1 {
  font-size: 58px;
  line-height: 1.06;
  letter-spacing: -1px;
  color: #fff;
  margin: 0 0 20px;
  font-weight: 800;
  max-width: 760px;
}
.pfc-hero-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.pfc-hero-points li {
  color: #f2f7ff;
  font-size: 16px;
  padding-left: 26px;
  position: relative;
}
.pfc-hero-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--pfc-blue);
  font-weight: 800;
}
.pfc-hero-card { position: relative; padding: 40px 0; }
.pfc-hero-image {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--pfc-shadow);
  background: #fff;
}
.pfc-hero-image img { display: block; width: 100%; height: 420px; object-fit: cover; }
.pfc-hero-badge {
  position: absolute;
  left: -10px;
  bottom: 12px;
  background: #fff;
  padding: 18px 20px;
  border-left: 5px solid var(--pfc-blue);
  box-shadow: var(--pfc-shadow);
  max-width: 300px;
  border-radius: 6px;
}
.pfc-hero-badge strong { display: block; font-size: 17px; color: var(--pfc-navy-dark); margin-bottom: 4px; }
.pfc-hero-badge span { font-size: 14px; color: var(--pfc-muted); }

.pfc-trustbar { background: #fff; border-bottom: 1px solid var(--pfc-border); }
.pfc-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.pfc-trust-item { text-align: center; padding: 24px 15px; border-right: 1px solid var(--pfc-border); }
.pfc-trust-item:last-child { border-right: none; }
.pfc-trust-item strong { display: block; font-size: 18px; color: var(--pfc-navy-dark); margin-bottom: 5px; }
.pfc-trust-item span { font-size: 14px; color: var(--pfc-muted); }

.pfc-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; align-items: center; }
.pfc-image-box { border-radius: 10px; overflow: hidden; box-shadow: var(--pfc-shadow); background: #fff; }
.pfc-image-box img { width: 100%; display: block; height: auto; }

.pfc-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 34px; }
.pfc-card,
.pfc-benefit,
.pfc-step {
  background: #fff;
  border: 1px solid var(--pfc-border);
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(15, 35, 60, 0.05);
}
.pfc-card { background: var(--pfc-light); padding: 24px 22px; }
.pfc-card h3,
.pfc-benefit h3,
.pfc-step h3 {
  margin: 0 0 10px;
  color: var(--pfc-navy-dark);
  font-size: 22px;
  line-height: 1.25;
}
.pfc-card p,
.pfc-benefit p,
.pfc-step p { margin: 0; color: var(--pfc-muted); line-height: 1.65; }

.pfc-benefits,
.pfc-coverage { background: var(--pfc-light); }
.pfc-benefits-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 30px; }
.pfc-benefit { padding: 24px; }

.pfc-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-top: 34px; }
.pfc-step { padding: 24px 18px; }
.pfc-step-number {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--pfc-blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 16px;
}
.pfc-step p { font-size: 15px; }

.pfc-area-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}
.pfc-area-list li {
  background: #fff;
  border: 1px solid var(--pfc-border);
  border-radius: 8px;
  padding: 14px 16px;
  font-weight: 700;
  color: var(--pfc-navy-dark);
  box-shadow: 0 6px 15px rgba(15, 35, 60, 0.04);
}

.pfc-pricing-box {
  background: #fff;
  border: 1px solid var(--pfc-border);
  border-radius: 12px;
  padding: 34px;
  box-shadow: var(--pfc-shadow);
}
.pfc-pricing-box h3 { margin: 0 0 12px; color: var(--pfc-navy-dark); font-size: 30px; line-height: 1.2; }
.pfc-price-line { font-size: 20px; color: var(--pfc-text); margin-bottom: 14px; font-weight: 700; }
.pfc-pricing-note { color: var(--pfc-muted); font-size: 16px; margin-bottom: 24px; line-height: 1.65; }
.pfc-price-list { list-style: none; padding: 0; margin: 0 0 24px; }
.pfc-price-list li {
  padding: 11px 0 11px 24px;
  border-bottom: 1px solid var(--pfc-border);
  position: relative;
  color: var(--pfc-muted);
  font-size: 16px;
  line-height: 1.65;
}
.pfc-price-list li::before {
  content: "•";
  position: absolute;
  left: 7px;
  top: 10px;
  color: var(--pfc-blue);
  font-size: 20px;
  line-height: 1;
}

.pfc-cta-band { background: linear-gradient(135deg, var(--pfc-blue), #43b0f4); color: #fff; }
.pfc-cta-band-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 30px; align-items: center; }
.pfc-cta-band h2 { font-size: 42px; line-height: 1.12; margin: 0 0 14px; font-weight: 800; color: #fff; }
.pfc-cta-band p { margin: 0; font-size: 18px; color: #eef8ff; }
.pfc-cta-actions { display: flex; justify-content: flex-end; gap: 14px; flex-wrap: wrap; }

.pfc-faqs { max-width: 950px; margin: 30px auto 0; }
.pfc-faq {
  border: 1px solid var(--pfc-border);
  border-radius: 8px;
  background: #fff;
  margin-bottom: 14px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(15, 35, 60, 0.04);
}
.pfc-faq summary {
  list-style: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  color: var(--pfc-navy-dark);
  padding: 22px 55px 22px 22px;
  position: relative;
}
.pfc-faq summary::-webkit-details-marker { display: none; }
.pfc-faq summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  color: var(--pfc-blue);
  font-weight: 400;
}
.pfc-faq[open] summary::after { content: "–"; }
.pfc-faq-content { padding: 0 22px 22px; color: var(--pfc-muted); font-size: 16px; line-height: 1.65; }
.pfc-faq-content p { margin: 0; }

.pfc-final-cta { background: var(--pfc-navy-dark); text-align: center; }
.pfc-final-cta h2 { color: #fff; font-size: 42px; margin: 0 0 16px; line-height: 1.15; font-weight: 800; }
.pfc-final-cta p { color: #d9e6f7; font-size: 18px; margin: 0 auto 30px; max-width: 760px; }

@media (max-width: 1100px) {
  .pfc-hero h1 { font-size: 50px; }
  .pfc-steps { grid-template-columns: repeat(3, 1fr); }
  .pfc-area-list { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .pfc-hero-grid,
  .pfc-two-col,
  .pfc-cta-band-grid { grid-template-columns: 1fr; }
  .pfc-hero-copy { padding: 70px 0 20px; }
  .pfc-hero-card { padding: 0 0 60px; }
  .pfc-trust-grid,
  .pfc-card-grid,
  .pfc-benefits-grid,
  .pfc-steps,
  .pfc-area-list { grid-template-columns: repeat(2, 1fr); }
  .pfc-cta-actions { justify-content: flex-start; }
  .pfc-section-title,
  .pfc-cta-band h2,
  .pfc-final-cta h2 { font-size: 36px; }
}
@media (max-width: 640px) {
  .pfc-section { padding: 54px 0; }
  .pfc-hero h1 { font-size: 38px; }
  .pfc-section-title,
  .pfc-cta-band h2,
  .pfc-final-cta h2 { font-size: 30px; }
  .pfc-lead { font-size: 17px; }
  .pfc-hero-points,
  .pfc-trust-grid,
  .pfc-card-grid,
  .pfc-benefits-grid,
  .pfc-steps,
  .pfc-area-list { grid-template-columns: 1fr; }
  .pfc-trust-item { border-right: none; border-bottom: 1px solid var(--pfc-border); }
  .pfc-trust-item:last-child { border-bottom: none; }
  .pfc-btn { width: 100%; }
  .pfc-hero-badge { position: relative; left: auto; bottom: auto; margin-top: 18px; max-width: 100%; }
  .pfc-pricing-box { padding: 26px 22px; }
  .pfc-hero-image img { height: auto; }
}
