/* ============================================================
   LOADANDGO — seo-pages.css
   Shared styles for: privacy-policy, terms-and-conditions,
   courier-liverpool, courier-north-west, same-day pages.
   
   Font stack : Lexend (headings) · Yantramanav (body)
   Color token: --red #D32F2F · --ink #0D1B2A · --cream #F5F7FA
   ALL colors come from main.css variables — zero hardcoded hex.
   ============================================================ */

/* ════════════════════════════
   BREADCRUMB
════════════════════════════ */
.breadcrumb {
  background: var(--white);
  border-bottom: 1px solid var(--rule);
  padding: .7rem var(--pad);
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .8rem;
  font-family: var(--fb);
  color: var(--ink-m);
}

.breadcrumb a {
  color: var(--ink-m);
  transition: color .18s;
}

.breadcrumb a:hover {
  color: var(--red);
}

.breadcrumb i {
  font-size: .6rem;
  color: var(--ink-m);
  opacity: .5;
}

.breadcrumb span {
  color: var(--ink);
  font-weight: 600;
}

/* ════════════════════════════
   PAGE HEADER  (legal + seo pages)
════════════════════════════ */
.privacy-header {
  text-align: center;
  padding: 5rem var(--pad) 3.5rem;
  position: relative;
  overflow: hidden;
}
.privacy-bg-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.650),
        rgba(0, 0, 0, 0.650)
    );
}

.privacy-header h1 {
  font-family: var(--fd);
  font-size: clamp(1.9rem, 4vw, 2.75rem);
  color: var(--white);
  margin: 0 0 .75rem;
  line-height: 1.15;
}

.privacy-header .date {
  font-size: .85rem;
  color: rgba(255,255,255,.38);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
}
.privacy-header h1,
.privacy-header .date {
    position: relative;
    z-index: 2;
}
.privacy-bg{position:absolute;inset:0;z-index:0;}
.privacy-bg-img{width:100%;height:100%;object-fit:cover;object-position:center 35%;animation:hzoom 22s ease-in-out infinite alternate;}
/* ════════════════════════════
   LEGAL PAGE BODY  (privacy / terms)
════════════════════════════ */
.privacy-page {
  max-width: 780px;
  margin: 0 auto;
  padding: 3rem var(--pad) 5rem;
}

.privacy-intro {
  font-size: 1.02rem;
  color: var(--ink-m);
  line-height: 1.85;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1.5px solid var(--rule);
}

/* ── Section ── */
.privacy-section {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--rule);
}

.privacy-section:last-of-type {
  border-bottom: none;
}

.privacy-section h2 {
  font-family: var(--fd);
  font-size: 1.15rem;
  color: var(--ink);
  margin-bottom: .85rem;
  display: flex;
  align-items: center;
  gap: .6rem;
}

.privacy-section h2::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 1.1em;
  background: var(--red);
  border-radius: 2px;
  flex-shrink: 0;
}

.privacy-section p {
  font-size: 1rem;
  color: var(--ink-m);
  line-height: 1.8;
  margin-bottom: .75rem;
}

.privacy-section p:last-child {
  margin-bottom: 0;
}

.privacy-section ul {
  list-style: none;
  padding: 0;
  margin: .6rem 0 .75rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.privacy-section ul li {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  font-size: 1rem;
  color: var(--ink-m);
  line-height: 1.65;
}

.privacy-section ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
  flex-shrink: 0;
  margin-top: .52em;
}

/* ── Highlight box ── */
.highlight {
  background: var(--red-lt);
  border: 1px solid var(--red-bd);
  border-left: 3px solid var(--red);
  border-radius: var(--r);
  padding: 1rem 1.25rem;
  margin: 1rem 0;
}

.highlight p {
  font-size: .875rem;
  color: var(--ink);
  margin: 0;
  line-height: 1.7;
}

/* ── Contact block ── */
.contact-block {
  background: var(--cream);
  border: 1px solid var(--rule);
  border-radius: var(--r);
  padding: 1.25rem 1.5rem;
  margin-top: .85rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.contact-block p {
  margin: 0;
  font-size: .9rem;
  color: var(--ink-m);
}

.contact-block a {
  color: var(--red);
  font-weight: 600;
  transition: opacity .15s;
}

.contact-block a:hover {
  opacity: .75;
}

/* ── Back button ── */
.back-btn {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1.5px solid var(--rule);
}

/* ════════════════════════════
   SEO LANDING PAGE HERO
════════════════════════════ */
.seo-hero {
  background: var(--white);
  padding: 3rem var(--pad) 3rem;
  position: relative;
  overflow: hidden;
}

.seo-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 60% at 50% 110%, rgba(211,47,47,.13) 0%, transparent 65%);
  pointer-events: none;
}

.seo-hero-inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.seo-hero .eyebrow {
  display: inline-block;
  font-family: var(--fb);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: .9rem;
}

.seo-hero h1 {
  font-family: var(--fd);
  font-size: clamp(2rem, 4.5vw, 2.7rem);
  color: var(--ink);
  line-height: 1.15;
  margin-bottom: 1.1rem;
}

.seo-hero h1 em {
  font-style: normal;
  color: var(--red);
}

.seo-hero .hero-desc {
  font-size: .98rem;
  color: var(--ink-m);
  max-width: 600px;
  margin: 0 auto 2rem;
  line-height: 1.8;
}

.seo-hero-btns {
  display: flex;
  gap: .85rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

/* ── Trust strip inside hero ── */
.seo-trust-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,.08);
}

.seo-trust-item {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-family: var(--fb);
  font-size: .78rem;
  color: rgba(255,255,255,.45);
}

.seo-trust-item i {
  color: var(--red);
  font-size: .82rem;
}

/* ════════════════════════════
   SEO PAGE CONTENT SECTIONS
════════════════════════════ */
.stat-card {
  background: var(--white);
  padding: 1.5rem 1.75rem;
  border-radius: var(--rl);
  box-shadow: 0 10px 36px rgba(13, 27, 42, .14);
  text-align: center;
  position: absolute;
  bottom: -1.5rem;
  right: -1rem;
  border-left: 4px solid var(--red);
  min-width: 140px;
}
.stat-number {
  font-family: var(--fd);
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--red);
  line-height: 1;
}
.stat-card .stat-label {
  font-family: var(--fb);
  font-size: .76rem;
  font-weight: 600;
  color: var(--ink-m);
  margin-top: .35rem;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.stat-card .stat-label small {
  font-size: .7rem;
  opacity: .75;
}

/* ──────────────────────────────
   SEO CONTENT SECTIONS
────────────────────────────── */
.seo-content-section {
  padding: 3rem var(--pad);
  background: var(--white);
}
.seo-content-section:nth-child(even) {
  background: var(--cream);
}
.seo-content-container {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.seo-content-container.reverse { direction: rtl; }
.seo-content-container.reverse > * { direction: ltr; }

.seo-content-text h2 {
  font-family: var(--fd);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -.015em;
  margin-bottom: .85rem;
}
.seo-content-text h2 span { color: var(--red); }

.seo-content-text h3 {
  font-family: var(--fd);
  font-size: 1.25rem;
  color: var(--ink);
  margin-bottom: .75rem;
}
.seo-content-text p {
  font-size: .95rem;
  color: var(--ink-m);
  line-height: 1.78;
  margin-bottom: 1rem;
}
.seo-content-text ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}
.seo-content-text ul li {
  padding: .5rem 0 .5rem 1.6rem;
  position: relative;
  color: var(--ink-m);
  font-size: .9rem;
  line-height: 1.65;
}
.seo-content-text ul li::before {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: .65rem;
  color: var(--red);
  font-size: .72rem;
}

/* Full-width content block */
.seo-content-full {
  max-width: 900px;
  margin: 0 auto;
}
.seo-content-full h2 {
  font-family: var(--fd);
  font-size: clamp(1.75rem, 3vw, 2.3rem);
  font-weight: 600;
  color: var(--ink);
  text-align: center;
  margin-bottom: 1.5rem;
}
.seo-content-full h2 span { color: var(--red); }
.seo-content-full p {
  font-size: .95rem;
  color: var(--ink-m);
  line-height: 1.8;
  margin-bottom: 1.2rem;
}

/* Lead text */
.lead-text {
  font-size: 1rem;
  text-align: center;
  max-width: 680px;
  margin: 0 auto 2rem;
  color: var(--ink-m);
  line-height: 1.78;
}

/* Visual image wrapper */
.seo-content-visual { position: relative; }
.seo-content-visual img {
  width: 100%;
  border-radius: var(--rl);
  box-shadow: 0 10px 36px rgba(13, 27, 42, .10);
}

/* ──────────────────────────────
   FEATURE LIST
────────────────────────────── */
.feature-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.feature-list li {
  padding: 1rem;
  background: var(--cream);
  border-radius: var(--r);
  border-left: 3px solid var(--red);
  position: relative;
  font-family: var(--fb);
  font-size: .875rem;
  font-weight: 500;
  color: var(--ink);
  transition: box-shadow .2s, transform .2s;
}
.feature-list li:hover {
  box-shadow: 0 4px 16px rgba(232, 103, 10, .10);
  transform: translateY(-2px);
}
.feature-list li i {
  color: var(--red);
  font-size: .8rem;
  margin-right: .55rem;
  flex-shrink: 0;
}
/* .feature-list li::before {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  left: .9rem;
  top: 1.05rem;
  color: var(--red);
  font-size: .72rem;
} */

/* ──────────────────────────────
   AREAS GRID
────────────────────────────── */
.areas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .85rem;
  margin-top: 2rem;
  list-style: none;
  padding: 0;
}
.areas-grid li {
  padding: .85rem 1rem;
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: var(--r);
  font-family: var(--fb);
  font-size: 1rem;
  color: var(--ink);
  display: flex;

  gap: .55rem;
  transition: border-color .2s, box-shadow .2s, transform .2s;
  align-items: center;
}
.areas-grid li:hover {
  border-color: var(--red-bd);
  box-shadow: 0 4px 16px rgba(232, 103, 10, .08);
  transform: translateY(-2px);
}
.areas-grid li i {
  color: var(--red);
  font-size: .8rem;
  margin-top: .2rem;
  flex-shrink: 0;
}
.areas-grid li span {
  display: block;
  font-size: .76rem;
  color: var(--ink-m);
  margin-top: .2rem;
}

/* ──────────────────────────────
   INDUSTRY GRID
────────────────────────────── */
.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}
.industry-card {
  background: var(--white);
  padding: 1.75rem;
  border-radius: var(--rl);
  border: 1px solid var(--rule);
  transition: box-shadow .22s, transform .22s, border-color .22s;
  position: relative;
}
.industry-card:hover {
  box-shadow: 0 8px 28px rgba(232, 103, 10, .09);
  transform: translateY(-3px);
}
.industry-card .icon-wrapper {
  width: 46px;
  height: 46px;
  background: var(--white);
  border: 1px solid var(--red-bd);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .85rem;
}
.industry-card i {
  font-size: 1.1rem;
  color: var(--red);
}
.industry-card h4 {
  font-family: var(--fd);
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: .5rem;
}
.industry-card p {
  font-size: .84rem;
  color: var(--ink-m);
  line-height: 1.65;
  margin: 0;
}

/* ──────────────────────────────
   TESTIMONIAL CARD
────────────────────────────── */
.testimonial-card {
  background: var(--cream);
  padding: 2rem;
  border-radius: var(--rl);
  border: 1px solid var(--rule);
  margin-top: 2rem;
  position: relative;
}
.testimonial-card > i {
  font-size: 2.5rem;
  color: var(--red);
  opacity: .15;
  margin-bottom: .75rem;
  display: block;
}
.testimonial-card p {
  font-style: italic;
  line-height: 1.8;
  margin-bottom: 1.25rem;
  color: var(--ink);
  font-size: .925rem;
}
.testimonial-author {
  font-family: var(--fb);
  font-size: .82rem;
  font-weight: 600;
  color: var(--ink-m);
}

/* ──────────────────────────────
   COVERAGE NOTE
────────────────────────────── */
.coverage-note {
  background: var(--red-lt);
  border-left: 4px solid var(--red);
  padding: 1.25rem 1.5rem;
  border-radius: 0 var(--r) var(--r) 0;
  margin-top: 1.75rem;
  display: flex;
  gap: .85rem;
  align-items: flex-start;
}
.coverage-note i {
  color: var(--red);
  font-size: 1.1rem;
  margin-top: .15rem;
  flex-shrink: 0;
}
.coverage-note p {
  margin: 0;
  font-size: .875rem;
  color: var(--ink);
  line-height: 1.7;
}

/* ──────────────────────────────
   SEO CTA SECTION
────────────────────────────── */
.cta {
  padding: 3rem var(--pad);
  text-align: center;
}
.seo-cta {
  background: var(--ink);
  border-radius: var(--rl);
  padding: 3rem 2.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.seo-cta h2 {
  font-family: var(--fd);
  font-size: clamp(2rem, 4vw, 2.6rem);
  font-weight: 600;
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 1rem;
}
.seo-cta h2 span { color: var(--red); }
.seo-cta p {
  font-size: .95rem;
  color: rgba(255, 255, 255, .48);
  line-height: 1.75;
  margin-bottom: 2rem;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.seo-cta .eyebrow {
   color : var(--white);
}
.seo-cta .cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Phone link below CTA */
.phone-link {
  margin-top: 1.25rem;
  font-size: .875rem;
  color: rgba(255, 255, 255, .38);
}
.phone-link a {
  color: var(--red);
  font-weight: 600;
  text-decoration: none;
  transition: color .15s;
}
.phone-link a:hover { color: #fff; }

/* ──────────────────────────────
   CONTACT BLOCK (inline contact row)
────────────────────────────── */
.contact-block {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: var(--rl);
  padding: 1.5rem 2rem;
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.contact-block-item {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-family: var(--fb);
  font-size: .875rem;
}
.contact-block-item i { color: var(--red); }
.contact-block-item a {
  color: var(--rule);
  font-weight: 600;
  text-decoration: none;
  transition: color .15s;x  
}
.contact-block-item a:hover { color: #fff; }
.contact-block-item span { color: var(--rule); }

/* ──────────────────────────────
   RELATED PAGES
────────────────────────────── */
.related-pages {
  background: var(--cream);
  padding: 4rem var(--pad);
  text-align: center;
}
.related-pages h3 {
  font-family: var(--fd);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 1.75rem;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  max-width: 860px;
  margin: 0 auto;
}
.related-card {
  background: var(--white);
  border: 1.5px solid var(--rule);
  border-radius: var(--rl);
  padding: 1.75rem 1.5rem;
  text-align: center;
  text-decoration: none;
  color: inherit;
  display: block;
  transition: border-color .22s, box-shadow .22s, transform .22s;
}
.related-card:hover {
  border-color: var(--red-bd);
  box-shadow: 0 8px 28px rgba(232, 103, 10, .10);
  transform: translateY(-3px);
}
.related-card i {
  font-size: 1.75rem;
  color: var(--red);
  margin-bottom: .85rem;
  display: block;
}
.related-card h4 {
  font-family: var(--fd);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: .45rem;
}
.related-card p {
  font-size: .82rem;
  color: var(--ink-m);
  margin: 0;
  line-height: 1.6;
}


/* ── CTA banner ── */
.seo-cta {
  background: var(--ink);
  border-radius: var(--rl);
  padding: 3rem 2.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.seo-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 50% 120%, rgba(211,47,47,.15) 0%, transparent 65%);
  pointer-events: none;
}

.seo-cta h2 {
  font-family: var(--fd);
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  color: var(--white);
  margin-bottom: .65rem;
  position: relative;
}

.seo-cta p {
  font-size: .92rem;
  color: rgba(255,255,255,.45);
  margin-bottom: 1.75rem;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.75;
  position: relative;
}

.seo-cta-btns {
  display: flex;
  gap: .85rem;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

/* ════════════════════════════
   QUOTE PAGE HEADER
   (used in get-quote.html)
════════════════════════════ */
.quote-header {
  background: var(--ink);
  text-align: center;
  padding: 5rem var(--pad) 3.5rem;
  position: relative;
  overflow: hidden;
}

.quote-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 55% 70% at 50% 110%, rgba(211,47,47,.12) 0%, transparent 65%);
  pointer-events: none;
}

.quote-header .eyebrow {
  display: inline-block;
  font-family: var(--fb);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: .85rem;
}

.quote-header h1 {
  font-family: var(--fd);
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  color: var(--white);
  margin: 0 0 .75rem;
}

.quote-intro {
  font-size: .95rem;
  color: rgba(255,255,255,.42);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.8;
}

/* ── Quote form section ── */
.quote-form-section {
  background: var(--cream);
  padding: 3rem var(--pad) 5rem;
  min-height: 50vh;
}

/* ════════════════════════════
   RESPONSIVE
════════════════════════════ */
@media (max-width: 960px) {
  .seo-intro-grid {
    grid-template-columns: 1fr;
  }
  .seo-info-card {
    position: static;
  }
  .seo-features {
    grid-template-columns: repeat(2, 1fr);
  }
  .seo-areas-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 640px) {
  .privacy-header {
    padding: 4rem var(--pad) 2.5rem;
  }
  .privacy-page {
    padding: 2rem var(--pad) 3.5rem;
  }
  .seo-hero {
    padding: 4.5rem var(--pad) 3rem;
  }
  .seo-content {
    padding: 3rem var(--pad);
  }
  .seo-features {
    grid-template-columns: 1fr;
  }
  .seo-areas-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .seo-cta {
    padding: 2.25rem 1.5rem;
  }
  .seo-trust-strip {
    gap: 1rem;
  }
}
.trust-badges {
  gap: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  padding: 1.3rem 0px;
}
.trust-badges span {
  font-size: .9rem;
  color: var(--ink-m);
}
.trust-badges i {
  color: var(--red);
  font-size: .9rem;
}
.seo-hero-container {
  width: 950px;
}
/* ──────────────────────────────
   RESPONSIVE
────────────────────────────── */
@media (max-width: 1024px) {
  .feature-list { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 960px) {
  .seo-hero-container,
  .seo-content-container { grid-template-columns: 1fr; gap: 2.5rem; }
  .seo-content-container.reverse { direction: ltr; }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
  .areas-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-card { position: relative; bottom: auto; right: auto; margin-top: 1.5rem; }
  .trust-badges { justify-content: flex-start; }
}

@media (max-width: 768px) {
  .seo-hero { padding: 3rem var(--pad); }
  .seo-hero-content h1 { font-size: clamp(1.8rem, 7vw, 2.4rem); }
  .seo-content-section { padding: 3.5rem var(--pad); }
  .feature-list { grid-template-columns: 1fr; }
  .contact-block { flex-direction: column; gap: 1rem; align-items: flex-start; }
  .seo-cta { padding: 4rem var(--pad); }
}

@media (max-width: 576px) {
  .seo-hero-content h1 { font-size: 1.9rem; }
  .areas-grid { grid-template-columns: 1fr; }
  .industry-grid { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .feature-list { grid-template-columns: 1fr; }
  .stat-number { font-size: 2rem; }
  .testimonial-card { padding: 1.5rem; }
  .trust-badges { flex-direction: column; gap: .75rem; }
  .seo-cta .cta-buttons { flex-direction: column; align-items: stretch; }
  .seo-cta .cta-buttons a { justify-content: center; }
  .related-pages .btn { display: block; width: 100%; margin: .4rem 0; }
  .breadcrumb { padding: .75rem var(--pad); }
  .seo-hero-container {width:auto;}
}

@media (prefers-reduced-motion: reduce) {
  .feature-list li,
  .areas-grid li,
  .industry-card,
  .related-card,
  .testimonial-card { transition: none; transform: none !important; }
}