/*
Theme Name: Yorkshire Boilers & Heating
Theme URI: https://yorkshireboilersandheating.co.uk/
Author: Yorkshire Boilers & Heating
Author URI: https://yorkshireboilersandheating.co.uk/
Description: Custom theme for Yorkshire Boilers & Heating — boiler replacement and heating services across West and North Yorkshire.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yorkshire-boilers
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --navy:#0f2456; --navy2:#1a3570; --gold:#c9951e; --gold-lt:#f0c84a;
  --cream:#faf8f4; --line:#e8e4dd; --text:#0d1b2e; --muted:#5a6272;
  --white:#fff; --shadow-sm:0 4px 18px rgba(10,25,60,.07);
}
html { scroll-behavior:smooth; }
body {
  font-family:'DM Sans',sans-serif;
  color:var(--text);
  background:var(--cream);
  -webkit-font-smoothing:antialiased;
  line-height:1.55;
}
a { text-decoration:none; color:inherit; }
.wrap { max-width:1120px; margin:0 auto; padding:0 20px; }

/* ── Top Bar ── */
.topbar{
  background:var(--navy);
  color:#fff;
  font-size:13px;
  font-weight:600;
  letter-spacing:.03em;
  padding:9px 20px;
  text-align:center
}
.topbar span{opacity:.75;margin:0 10px}

/* ── Header ── */
.site-header{
  background:#fff;
  border-bottom:1px solid var(--line);
  position:sticky;
  top:0;
  z-index:200;
  box-shadow:0 2px 20px rgba(10,25,60,.06)
}
.header-inner{
  max-width:1120px;
  margin:0 auto;
  padding:14px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap
}
.logo-wrap img,.logo img{height:48px;width:auto;display:block}
.logo-sub{
  font-size:11px;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--muted);
  margin-top:4px
}
.header-ctas{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap
}

/* ── Buttons ── */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  font-family:'DM Sans',sans-serif;
  font-weight:700;
  line-height:1;
  border-radius:12px;
  border:1.5px solid transparent;
  transition:all .18s ease;
  white-space:nowrap;
  cursor:pointer
}
.btn-ghost{
  padding:12px 18px;
  font-size:15px;
  background:#fff;
  color:var(--navy);
  border-color:rgba(15,36,86,.25)
}
.btn-ghost:hover{background:var(--cream);border-color:var(--navy)}
.btn-navy{
  padding:12px 18px;
  font-size:15px;
  background:var(--navy);
  color:#fff;
  border-color:var(--navy)
}
.btn-navy:hover{background:var(--navy2)}
.btn-gold{
  padding:13px 22px;
  font-size:15px;
  background:var(--gold);
  color:#fff;
  border-color:var(--gold)
}
.btn-gold:hover{background:#b8841a}
.btn-lg{padding:16px 28px;font-size:17px;border-radius:14px}

/* ── Hero ── */
.hero{
  position:relative;
  overflow:hidden;
  background:var(--navy);
  min-height:620px;
  display:flex;
  align-items:center
}
.hero-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center right;
  opacity:.28
}
.hero-inner{
  position:relative;
  z-index:2;
  max-width:1120px;
  margin:0 auto;
  padding:72px 20px 80px;
  display:grid;
  grid-template-columns:1fr 380px;
  gap:48px;
  align-items:center;
  width:100%
}
.hero-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 16px;
  border-radius:999px;
  background:rgba(240,200,74,.15);
  border:1px solid rgba(240,200,74,.35);
  color:var(--gold-lt);
  font-size:13px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  margin-bottom:20px
}
.hero-h1,.section-h2,.book-h2{
  font-family:'Playfair Display',Georgia,serif;
  font-weight:900;
  color:#fff;
  letter-spacing:-.02em
}
.hero-h1{
  font-size:clamp(38px,5vw,68px);
  line-height:1
}
.hero-h1 em,.book-h2 em{
  font-style:normal;
  color:var(--gold-lt)
}
.hero-divider,.section-rule{
  width:48px;
  height:3px;
  background:var(--gold);
  border-radius:99px;
  margin:18px 0 22px
}
.hero-sub{
  font-size:18px;
  font-weight:500;
  color:rgba(255,255,255,.82);
  line-height:1.6;
  max-width:640px;
  margin-bottom:24px
}
.hero-bullets{
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:10px;
  margin-bottom:24px
}
.hero-bullets li{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:16px;
  font-weight:600;
  color:rgba(255,255,255,.9)
}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}

/* ── Price Card ── */
.price-card{
  background:#fff;
  border-radius:24px;
  padding:32px 28px 28px;
  box-shadow:0 32px 80px rgba(5,15,40,.35);
  text-align:center
}
.price-card-label{
  font-size:11px;
  font-weight:800;
  letter-spacing:.2em;
  text-transform:uppercase;
  color:var(--muted);
  margin-bottom:6px
}
.price-card-amount{
  font-family:'Playfair Display',serif;
  font-size:56px;
  font-weight:900;
  color:var(--navy);
  line-height:1;
  letter-spacing:-.03em;
  margin-bottom:8px
}
.price-card-sub{
  font-size:13px;
  color:var(--muted);
  font-weight:500;
  margin-bottom:18px;
  line-height:1.5
}
.legal-box{
  background:#fff8e8;
  border:1px solid #f0d89a;
  border-radius:16px;
  padding:14px;
  margin-top:14px;
  font-size:14px;
  line-height:1.55;
  color:var(--text)
}
.small-note{
  font-size:13px;
  color:var(--muted);
  margin-top:12px
}

/* ── Trust Bar ── */
.trustbar{
  background:#fff;
  border-bottom:1px solid var(--line)
}
.trustbar-inner{
  max-width:1120px;
  margin:0 auto;
  padding:0 20px;
  display:grid;
  grid-template-columns:repeat(4,1fr)
}
.trust-item{
  padding:20px 12px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:6px;
  text-align:center;
  border-right:1px solid var(--line)
}
.trust-item:last-child{border-right:none}
.trust-icon{
  width:38px;
  height:38px;
  border-radius:50%;
  background:rgba(15,36,86,.07);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px
}
.trust-label{
  font-size:14px;
  font-weight:800;
  color:var(--navy)
}
.trust-sub{
  font-size:12px;
  color:var(--muted);
  font-weight:500
}

/* ── Sections ── */
.section{padding:64px 0}
.section-alt{background:#fff}
.section-kicker{
  font-size:11px;
  font-weight:800;
  letter-spacing:.2em;
  text-transform:uppercase;
  color:var(--gold);
  margin-bottom:10px;
  display:block
}
.section-h2{
  font-size:clamp(28px,3.5vw,42px);
  color:var(--navy);
  line-height:1.1;
  margin-bottom:12px
}
.section-lead{
  font-size:17px;
  font-weight:500;
  color:var(--muted);
  line-height:1.65;
  max-width:760px;
  margin-top:16px
}
.grid2,.grid3,.grid4{display:grid;gap:18px}
.grid2{grid-template-columns:1.1fr .9fr}
.grid3{grid-template-columns:repeat(3,1fr)}
.grid4{grid-template-columns:repeat(4,1fr)}
.cta-row{margin-top:20px;display:flex;gap:12px;flex-wrap:wrap}

/* ── Cards ── */
.card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:24px;
  transition:box-shadow .18s, transform .18s
}
.section-alt .card{background:var(--cream)}
.card:hover{
  box-shadow:var(--shadow-sm);
  transform:translateY(-2px)
}
.feature-title{
  font-size:18px;
  font-weight:800;
  color:var(--navy);
  margin-bottom:10px
}
.feature-list{padding-left:18px;margin:0}
.feature-list li{margin:8px 0}

/* ── Steps ── */
.steps{
  counter-reset:step;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-top:28px
}
.step{
  background:#fff;
  border-radius:20px;
  padding:24px;
  border:1px solid var(--line);
  position:relative
}
.step:before{
  counter-increment:step;
  content:counter(step);
  width:42px;
  height:42px;
  border-radius:50%;
  background:var(--navy);
  color:#fff;
  font-weight:900;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:14px
}

/* ── Quote Band ── */
.quote-band{
  background:var(--navy);
  color:#fff;
  border-radius:24px;
  padding:34px
}
.quote-band h2{color:#fff;margin-top:0}

/* ── Footer ── */
.site-footer{
  background:#070e1c;
  color:rgba(255,255,255,.75);
  padding:52px 0 28px
}
.footer-grid{
  max-width:1120px;
  margin:0 auto;
  padding:0 20px 36px;
  display:grid;
  grid-template-columns:1.6fr 1fr 1fr;
  gap:40px;
  border-bottom:1px solid rgba(255,255,255,.08);
  margin-bottom:28px
}
.footer-logo{
  height:42px;
  width:auto;
  display:block;
  margin-bottom:12px;
  filter:brightness(0) invert(1);
  opacity:.85
}
.footer-tagline{
  font-size:13px;
  font-weight:600;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:rgba(255,255,255,.4);
  margin-bottom:14px
}
.footer-contact a,.footer-links a{
  display:block;
  font-size:14px;
  font-weight:500;
  color:rgba(255,255,255,.8);
  margin-bottom:8px
}
.footer-h{
  font-size:12px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:rgba(255,255,255,.4);
  margin-bottom:14px
}
.legal-note{
  font-size:13px;
  line-height:1.6;
  color:rgba(255,255,255,.74);
  margin-top:18px
}
.footer-bottom{
  max-width:1120px;
  margin:0 auto;
  padding:0 20px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  flex-wrap:wrap
}
.footer-bottom-text{
  font-size:13px;
  color:rgba(255,255,255,.35);
  font-weight:500
}
.badge-pill{
  padding:5px 12px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:99px;
  font-size:11.5px;
  font-weight:700;
  color:rgba(255,255,255,.5);
  letter-spacing:.05em;
  display:inline-block
}

/* ── Main Nav ── */
.main-nav{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
  font-weight:700;
  font-size:15px;
  align-items:center
}
.main-nav a{color:var(--text)}
.main-nav a:hover{color:var(--navy2)}

/* ── Inner Page Hero (2-col grid) ── */
.hero-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:34px;
  align-items:center
}
.eyebrow{
  display:inline-block;
  background:rgba(255,255,255,.14);
  color:#fff;
  padding:8px 12px;
  border-radius:999px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
  margin-bottom:16px
}
.hero-page{
  background:linear-gradient(135deg,var(--navy) 0%,var(--navy2) 100%);
  color:#fff;
  padding:72px 0 60px
}
.hero-page h1{
  font-family:'Playfair Display',Georgia,serif;
  font-size:clamp(32px,5vw,52px);
  line-height:1.05;
  font-weight:900;
  letter-spacing:-.02em;
  margin:0 0 16px;
  color:#fff
}
.hero-page p{
  font-size:19px;
  max-width:720px;
  color:rgba(255,255,255,.9);
  line-height:1.6;
  margin:0 0 8px
}
.hero-card{
  background:#fff;
  color:var(--text);
  border-radius:22px;
  padding:26px;
  box-shadow:0 10px 35px rgba(0,0,0,.12)
}
.hero-card h3{
  margin:0 0 12px;
  color:var(--navy);
  font-size:22px;
  font-weight:800
}

/* ── Price elements ── */
.tag{
  display:inline-block;
  background:#eef3ff;
  color:var(--navy);
  border-radius:999px;
  padding:7px 10px;
  font-size:12px;
  font-weight:800;
  margin-bottom:10px
}
.price-big{
  font-family:'Playfair Display',serif;
  font-size:48px;
  line-height:1;
  color:var(--navy);
  font-weight:900;
  margin:8px 0
}
.price-sub{
  color:var(--muted);
  font-size:15px;
  margin-bottom:8px
}

/* ── Info / Warning / Contact boxes ── */
.info-box{
  background:#f7f9fc;
  border:1px solid #d7deed;
  border-radius:14px;
  padding:16px;
  margin-top:16px;
  font-size:15px;
  line-height:1.6
}
.warn-box{
  background:#fff8e8;
  border:1px solid #f0d89a;
  border-radius:14px;
  padding:16px;
  margin-top:16px;
  font-size:15px;
  line-height:1.6
}
.contact-box{
  background:#f7f9fc;
  border:1px solid #d7deed;
  border-radius:14px;
  padding:18px;
  margin-top:24px;
  font-size:15px;
  line-height:1.8
}
.contact-box a{color:var(--navy);font-weight:600}

/* ── FAQ ── */
.faq{border-top:1px solid var(--line)}
.faq-item{
  padding:20px 0;
  border-bottom:1px solid var(--line)
}
.faq-item h3{
  margin:0 0 8px;
  font-size:20px;
  color:var(--navy);
  font-weight:800
}
.faq-item p{margin:0;color:var(--muted)}

/* ── Legal pages content card ── */
.legal-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:40px;
  box-shadow:0 6px 18px rgba(10,25,60,.05)
}
.legal-card h2{
  color:var(--navy);
  font-size:26px;
  margin:32px 0 10px;
  font-weight:800
}
.legal-card h2:first-child{margin-top:0}
.legal-card h3{
  color:var(--navy);
  font-size:20px;
  margin:20px 0 8px;
  font-weight:800
}
.legal-card p{margin:10px 0;color:var(--text);line-height:1.7}
.legal-card ul{
  margin:10px 0 10px 22px;
  line-height:1.8
}
.legal-card li{margin:6px 0}
.legal-nav{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:28px
}
.legal-nav a{
  padding:8px 14px;
  border-radius:99px;
  border:1.5px solid var(--line);
  font-size:13px;
  font-weight:700;
  color:var(--navy);
  transition:all .15s
}
.legal-nav a:hover{background:var(--navy);color:#fff;border-color:var(--navy)}
.legal-nav a.active{background:var(--navy);color:#fff;border-color:var(--navy)}

/* ── Services menu items ── */
.services-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:28px
}
.service-link-card{
  background:#fff;
  border:1.5px solid var(--line);
  border-radius:18px;
  padding:22px;
  transition:all .18s;
  display:block
}
.service-link-card:hover{
  border-color:var(--navy);
  box-shadow:var(--shadow-sm);
  transform:translateY(-2px)
}
.service-link-card .feature-title{margin-bottom:6px}
.service-link-card p{font-size:14px;color:var(--muted);margin:0}

/* ── Forms ── */
.form-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:40px;
  box-shadow:var(--shadow-sm)
}
.form-card h2{
  font-family:'Playfair Display',Georgia,serif;
  font-size:clamp(24px,3vw,32px);
  font-weight:900;
  color:var(--navy);
  letter-spacing:-.02em;
  margin:0 0 8px
}
.form-intro{
  font-size:16px;
  color:var(--muted);
  margin-bottom:28px;
  line-height:1.6
}
.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px
}
.form-group{
  display:flex;
  flex-direction:column;
  gap:6px
}
.form-group.full{grid-column:1/-1}
.form-group label{
  font-size:13px;
  font-weight:800;
  color:var(--navy);
  letter-spacing:.04em;
  text-transform:uppercase
}
.form-group label span{color:#c0392b;margin-left:2px}
.form-group input,
.form-group select,
.form-group textarea{
  font-family:'DM Sans',sans-serif;
  font-size:15px;
  font-weight:500;
  color:var(--text);
  background:#fff;
  border:1.5px solid var(--line);
  border-radius:12px;
  padding:13px 16px;
  outline:none;
  transition:border-color .15s,box-shadow .15s;
  width:100%;
  -webkit-appearance:none;
  appearance:none
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus{
  border-color:var(--navy);
  box-shadow:0 0 0 3px rgba(15,36,86,.09)
}
.form-group input::placeholder,
.form-group textarea::placeholder{color:#b0b8c6}
.form-group select{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235a6272' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 14px center;
  padding-right:42px
}
.form-group textarea{resize:vertical;min-height:110px;line-height:1.6}
.form-submit-row{
  margin-top:24px;
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap
}
.form-note{font-size:13px;color:var(--muted);line-height:1.5}
.form-success{
  background:#f0faf6;
  border:1.5px solid #7dd5b0;
  border-radius:18px;
  padding:32px;
  text-align:center
}
.form-success h3{
  font-family:'Playfair Display',serif;
  font-size:28px;
  font-weight:900;
  color:var(--navy);
  margin:0 0 10px
}
.form-success p{color:var(--muted);margin:0;font-size:16px}
.form-error-msg{
  background:#fff5f5;
  border:1.5px solid #f5c6c6;
  border-radius:12px;
  padding:14px 18px;
  font-size:14px;
  color:#c0392b;
  margin-bottom:20px
}
.form-group input.invalid,
.form-group select.invalid,
.form-group textarea.invalid{border-color:#e74c3c}
@media(max-width:640px){
  .form-card{padding:24px 20px}
  .form-grid{grid-template-columns:1fr}
}

/* ── Review / Testimonial cards ── */
.review-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-top:28px
}
.review-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:24px;
  display:flex;
  flex-direction:column;
  gap:10px
}
.section-alt .review-card{background:var(--cream)}
.review-stars{
  color:#f0b429;
  font-size:18px;
  letter-spacing:2px
}
.review-text{
  font-size:15px;
  line-height:1.65;
  color:var(--text);
  flex:1
}
.review-author{
  font-size:13px;
  font-weight:800;
  color:var(--navy)
}
.review-location{
  font-size:12px;
  color:var(--muted);
  font-weight:500
}

/* ── Stat strip ── */
.stat-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:2px;
  margin-top:28px;
  background:var(--line);
  border-radius:18px;
  overflow:hidden
}
.stat-item{
  background:#fff;
  padding:22px 18px;
  text-align:center
}
.section-alt .stat-item{background:var(--cream)}
.stat-number{
  font-family:'Playfair Display',serif;
  font-size:36px;
  font-weight:900;
  color:var(--navy);
  line-height:1;
  margin-bottom:6px
}
.stat-label{
  font-size:13px;
  font-weight:700;
  color:var(--muted)
}

/* ── Area tags ── */
.area-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px
}
.area-tag{
  padding:7px 14px;
  border:1.5px solid var(--line);
  border-radius:99px;
  font-size:13px;
  font-weight:700;
  color:var(--navy);
  background:#fff
}
.area-tag:hover{
  background:var(--navy);
  color:#fff;
  border-color:var(--navy)
}

/* ── Highlight box ── */
.highlight-box{
  background:rgba(15,36,86,.04);
  border-left:4px solid var(--gold);
  border-radius:0 12px 12px 0;
  padding:18px 22px;
  margin:20px 0;
  font-size:16px;
  line-height:1.65;
  color:var(--text)
}

/* ── Check list (icon list) ── */
.check-list{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:10px
}
.check-list li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-size:15px;
  line-height:1.55
}
.check-list li::before{
  content:"✓";
  color:var(--gold);
  font-weight:900;
  font-size:14px;
  margin-top:2px;
  flex-shrink:0
}

/* ── Process detail (numbered) ── */
.process-list{
  counter-reset:proc;
  display:flex;
  flex-direction:column;
  gap:16px;
  margin-top:20px
}
.process-item{
  display:flex;
  gap:16px;
  align-items:flex-start
}
.process-num{
  counter-increment:proc;
  content:counter(proc);
  width:36px;
  height:36px;
  border-radius:50%;
  background:var(--navy);
  color:#fff;
  font-weight:900;
  font-size:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0
}
.process-body h4{
  font-size:16px;
  font-weight:800;
  color:var(--navy);
  margin:0 0 4px
}
.process-body p{
  font-size:14px;
  color:var(--muted);
  margin:0;
  line-height:1.55
}

/* ── Local page hero variant ── */
.hero-local{
  background:linear-gradient(135deg,var(--navy) 0%,var(--navy2) 100%);
  color:#fff;
  padding:64px 0 52px
}
.local-breadcrumb{
  font-size:13px;
  color:rgba(255,255,255,.6);
  margin-bottom:12px;
  font-weight:500
}
.local-breadcrumb a{color:rgba(255,255,255,.7)}

@media(max-width:1000px){
  .review-grid{grid-template-columns:1fr 1fr}
  .stat-strip{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .review-grid,.stat-strip{grid-template-columns:1fr}
}

/* ── Sticky CTA (mobile) ── */
.sticky-cta{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  background:#fff;
  border-top:1px solid var(--line);
  box-shadow:0 -8px 30px rgba(0,0,0,.10);
  padding:10px 12px;
  z-index:300;
  display:none
}
.sticky-cta-inner{display:flex;gap:8px}
.sticky-cta-inner a{
  flex:1;
  text-align:center;
  padding:14px 8px;
  border-radius:12px;
  font-weight:800;
  font-size:15px;
  line-height:1;
  border:1.5px solid transparent
}
.sticky-cta-inner a.call{background:#fff;color:var(--navy);border-color:rgba(15,36,86,.25)}
.sticky-cta-inner a.wa{background:var(--navy);color:#fff}
.sticky-cta-inner a.book{background:var(--gold);color:#fff}

/* ── Responsive ── */
@media (max-width:1000px){
  .hero-inner,.grid2,.grid3,.grid4,.steps,.footer-grid,.trustbar-inner,.hero-grid{grid-template-columns:1fr 1fr;gap:24px}
  .hero-inner,.hero-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
}
@media (max-width:640px){
  .grid2,.grid3,.grid4,.steps,.trustbar-inner{grid-template-columns:1fr}
  .header-ctas .btn-ghost,.header-ctas .btn-navy{display:none}
  .sticky-cta{display:block}
  body{padding-bottom:72px}
  h1{font-size:32px}
  h2{font-size:28px}
}
