:root {
  --bg: #f5f7f8;
  --surface: #ffffff;
  --text: #1a1a1a;
  --muted: #5a5a5a;
  --line: #dde3e7;
  --brand: #62ad46;
  --brand-dark: #4a8a35;
  --ink: #0a0a0a;
  --teal: #1a1a1a;
  --shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Inter", "Open Sans", Arial, Helvetica, sans-serif; background: var(--bg); color: var(--text); line-height: 1.65; overflow-x: hidden; }
a { color: var(--brand-dark); }
h1, h2, h3 { font-family: "Poppins", "Manrope", Arial, Helvetica, sans-serif; }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}
.topbar { background: linear-gradient(90deg, var(--ink), #000000); color: #fff; text-align: center; padding: 10px 16px; font-size: 14px; font-weight: 700; }
.topbar a { color: #d9f4ef; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(246, 243, 235, 0.96); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
.header-inner, .nav-inner, .hero-inner, .section-inner, .footer-inner { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 0; min-height: 72px; }
.brand { text-decoration: none; color: var(--ink); display: flex; align-items: center; gap: 12px; }
.brand-logo { display: block; height: 72px; width: auto; max-width: 280px; }
.brand-logo-drawer { height: 48px; }
.footer-logo-panel { display: inline-flex; align-items: center; justify-content: center; background: #fff; border-radius: 14px; padding: 10px 16px; margin-bottom: 12px; }
.footer-logo-panel .brand-logo { height: 42px; }
.brand-mark { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 14px; background: var(--ink); color: #fff; box-shadow: inset 0 0 0 3px var(--brand); font-size: 24px; font-weight: 900; }
.brand-name { display: block; font-size: clamp(28px, 3.5vw, 42px); line-height: 0.95; font-weight: 900; letter-spacing: -0.05em; }
.brand-name span { color: var(--brand); }
.brand-subline { display: inline-block; margin-top: 6px; padding: 4px 10px; border-radius: 999px; background: rgba(0, 0, 0, 0.08); color: var(--teal); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.07em; }
.header-actions, .button-row { display: flex; flex-wrap: wrap; gap: 10px; }
.pill, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 11px 16px; border-radius: 999px; text-decoration: none; font-weight: 800; border: none; }
.pill { background: var(--ink); color: #fff; }
.button-primary { background: var(--brand); color: #fff; }
.button-secondary { background: #fff; color: var(--ink); box-shadow: inset 0 0 0 1px var(--line); }
.button-whatsapp { background: #16a34a; color: #fff; }
.main-nav { border-top: 1px solid rgba(0, 0, 0, 0.08); }
.main-nav ul { margin: 0; padding: 0 0 14px; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.main-nav a { display: block; padding: 10px 14px; border-radius: 999px; color: var(--ink); text-decoration: none; font-weight: 800; }
.main-nav a.active, .main-nav a:hover { background: var(--ink); color: #fff; }
.main-nav a.active { box-shadow: inset 0 -3px 0 var(--brand); }
.nav-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 14px;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.nav-toggle-lines {
  display: inline-grid;
  gap: 4px;
}

.nav-toggle-lines span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
}

.site-header.menu-open .nav-toggle {
  background: var(--brand);
}
.hero { overflow: hidden; background: radial-gradient(circle at 8% 12%, rgba(98, 173, 70, 0.08), transparent 26%), linear-gradient(160deg, #fbfcfc 0%, #eef2f4 100%); border-bottom: 1px solid var(--line); }
.hero-inner { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.95fr); gap: 28px; padding: 56px 0; align-items: start; }
.hero-kicker { margin: 0 0 12px; color: var(--brand-dark); text-transform: uppercase; letter-spacing: 0.1em; font-weight: 800; font-size: 13px; }
h1, h2, h3 { color: var(--ink); line-height: 1.1; }
h1 { margin: 0 0 16px; font-size: clamp(38px, 5vw, 64px); letter-spacing: -0.055em; }
h1 span { color: var(--brand); }
.hero-copy, .section-intro { font-size: 18px; color: #333333; }
.panel, .card, .quote, .link-card, .route-card, .reason-card { background: var(--surface); border: 1px solid rgba(0, 0, 0, 0.08); border-radius: 24px; box-shadow: var(--shadow); padding: 24px; }
.bullet-list { display: grid; gap: 10px; margin: 18px 0 0; padding-left: 20px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 24px; }
.hero-point { padding: 9px 12px; border-radius: 999px; background: rgba(0, 0, 0, 0.08); color: var(--ink); font-weight: 800; }
.section { padding: 68px 0; }
.section-heading { margin: 0 0 14px; font-size: clamp(30px, 4vw, 42px); letter-spacing: -0.045em; }
.section-intro { max-width: 760px; margin: 0 0 30px; }
.grid-2, .grid-3, .grid-4 { display: grid; gap: 20px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.eyebrow { color: var(--brand-dark); font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; font-size: 12px; }
.number-badge, .icon-badge { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; margin-bottom: 14px; background: rgba(98, 173, 70, 0.1); color: var(--brand-dark); font-size: 20px; font-weight: 800; }
.card-link { display: inline-block; margin-top: 10px; font-weight: 700; color: var(--brand-dark); text-decoration: none; }
.card-link:hover { text-decoration: underline; }
.quote { border-left: 6px solid var(--brand); }
.quote-author { margin-top: 18px; font-weight: 800; color: var(--ink); }
.notice-band { background: var(--ink); color: #fff; text-align: center; padding: 22px 16px; }
.notice-band strong { display: block; margin-bottom: 8px; font-size: 18px; }
.cta { padding: 0 0 72px; }
.cta-box { width: min(1120px, calc(100% - 32px)); margin: 0 auto; padding: 34px; border-radius: 28px; background: linear-gradient(135deg, var(--ink), #000000); color: #fff; box-shadow: var(--shadow); }
.cta-box h2, .cta-box p { color: #fff; }
.list-clean { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.list-clean li { padding: 14px 16px; border-radius: 16px; background: rgba(0, 0, 0, 0.04); }
.footer { background: #f0ebe0; border-top: 1px solid rgba(0, 0, 0, 0.08); }
.footer-inner { padding: 24px 0 34px; text-align: center; color: var(--muted); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 18px; margin-top: 14px; }
.floating-whatsapp {
  position: fixed;
  right: 16px;
  bottom: calc(14px + env(safe-area-inset-bottom));
  z-index: 60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #25d366 0%, #16a34a 100%);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.01em;
  box-shadow: 0 14px 28px rgba(22, 163, 74, 0.35);
}

.floating-whatsapp::before {
  content: "";
  width: 22px;
  height: 22px;
  margin-right: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' d='M19.11 17.21c-.3-.15-1.77-.87-2.05-.97s-.47-.15-.67.15-.77.97-.95 1.17-.35.22-.65.07a8.18 8.18 0 0 1-2.4-1.48 9.02 9.02 0 0 1-1.66-2.07c-.17-.3 0-.46.13-.61.13-.13.3-.35.45-.52.15-.18.2-.3.3-.5s.05-.37-.02-.52-.67-1.62-.92-2.22c-.24-.58-.48-.5-.67-.5h-.57c-.2 0-.52.07-.8.37s-1.05 1.02-1.05 2.5 1.08 2.9 1.23 3.1c.15.2 2.11 3.2 5.11 4.49.72.31 1.29.5 1.73.64.73.23 1.39.2 1.91.12.58-.08 1.77-.72 2.02-1.41.25-.7.25-1.3.18-1.42-.08-.12-.28-.2-.58-.35z'/%3E%3Cpath fill='%23fff' d='M26.44 5.54A15.76 15.76 0 0 0 1.77 24.83L0 32l7.35-1.92A15.78 15.78 0 0 0 32 16c0-4.2-1.64-8.16-5.56-10.46zM16 29.22c-2.38 0-4.71-.64-6.75-1.86l-.48-.29-4.36 1.14 1.17-4.24-.31-.51a13.2 13.2 0 1 1 10.73 5.76z'/%3E%3C/svg%3E");
}

@media (max-width: 900px) {
  .topbar {
    display: none;
  }

  .hero-inner,
  .grid-4,
  .grid-3,
  .grid-2 {
    grid-template-columns: 1fr;
  }

  .header-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
  }

  .header-actions {
    display: none;
  }

  .header-actions:has(.menu-btn) {
    display: flex;
    width: auto;
    justify-content: flex-end;
  }

  .header-actions .button-primary,
  .header-actions .pill:not(.menu-btn) {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
    margin: 0;
  }

  .main-nav {
    border-top: 0;
    padding: 0 16px 14px;
  }

  .main-nav ul {
    display: none;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 14px;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1);
  }

  .site-header.menu-open .main-nav ul {
    display: grid;
  }

  .main-nav a {
    white-space: normal;
    border-radius: 12px;
    padding: 13px 16px;
    font-size: 16px;
  }

  .main-nav a.active {
    background: var(--brand);
  }

  .button-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-row .button,
  .button-row .pill {
    width: 100%;
    justify-content: center;
  }

  .section {
    padding: 56px 0;
  }
}

@media (max-width: 640px) {
  .header-inner,
  .nav-inner,
  .hero-inner,
  .section-inner,
  .footer-inner,
  .cta-box {
    width: min(100% - 24px, 1120px);
  }

  .topbar {
    font-size: 12px;
    padding: 9px 12px;
  }

  .brand-mark {
    width: 52px;
    height: 52px;
    font-size: 28px;
  }

  .brand-logo {
    height: 42px;
    max-width: 190px;
  }

  .brand-name {
    font-size: clamp(24px, 8vw, 34px);
  }

  h1 {
    font-size: clamp(30px, 9.4vw, 42px);
  }

  .hero-copy,
  .section-intro {
    font-size: 16px;
  }

  .panel,
  .card,
  .quote,
  .link-card,
  .route-card,
  .reason-card,
  .cta-box {
    border-radius: 20px;
    padding: 20px;
  }

  .section,
  .hero-inner {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .button,
  .pill {
    min-height: 46px;
    padding: 12px 15px;
  }

  .floating-whatsapp {
    right: 12px;
    min-height: 52px;
    padding: 0 15px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .brand-mark {
    width: 44px;
    height: 44px;
    font-size: 24px;
    border-radius: 10px;
  }

  .brand-logo {
    height: 34px;
    max-width: 150px;
  }

  .brand-name {
    font-size: clamp(20px, 7.5vw, 28px);
  }

  .brand-subline {
    font-size: 10px;
  }

  .hero-inner {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section {
    padding: 40px 0;
  }

  h1 {
    font-size: clamp(26px, 8.5vw, 36px);
  }

  .floating-whatsapp {
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    min-height: 48px;
    padding: 0 13px;
    font-size: 13px;
  }

  .floating-whatsapp::before {
    width: 18px;
    height: 18px;
    margin-right: 7px;
  }
}

/* ===================== New component system ===================== */

/* Slim top contact bar */
.topbar-inner { width: min(1180px, calc(100% - 32px)); margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 18px; }
.topbar-links { display: flex; flex-wrap: wrap; gap: 8px 16px; align-items: center; }
.topbar-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(98, 173, 70, 0.28); color: #fff; padding: 4px 10px; border-radius: 999px; font-weight: 700; font-size: 12px; }
.topbar-social { display: flex; gap: 10px; }
.topbar-social a { display: inline-flex; width: 26px; height: 26px; border-radius: 50%; background: rgba(255,255,255,0.14); align-items: center; justify-content: center; font-size: 12px; text-decoration: none; }

/* Desktop dropdown nav (progressive enhancement alongside existing .main-nav) */
.primary-nav { display: none; }
.primary-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 4px; flex-wrap: wrap; justify-content: center; }
.primary-nav > ul > li { position: relative; }
.primary-nav a { display: flex; align-items: center; gap: 4px; padding: 10px 12px; border-radius: 10px; color: var(--ink); text-decoration: none; font-weight: 700; font-size: 14.5px; }
.primary-nav a:hover, .primary-nav a.active { color: var(--brand-dark); background: rgba(98, 173, 70, 0.1); }
.has-dropdown:hover .dropdown, .has-dropdown:focus-within .dropdown { display: grid; }
.dropdown { display: none; position: absolute; top: 100%; left: 0; min-width: 260px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); padding: 10px; gap: 2px; z-index: 50; }
.dropdown a { padding: 10px 12px; font-weight: 600; font-size: 14px; border-radius: 8px; }
.dropdown a:hover { background: var(--bg); color: var(--brand-dark); }
@media (min-width: 901px) {
  .primary-nav { display: block; }
  .site-header .header-actions .menu-btn { display: none; }
}
.primary-nav > ul > li > a { white-space: nowrap; }
@media (max-width: 1080px) and (min-width: 901px) {
  .primary-nav a { padding: 10px 9px; font-size: 13.5px; }
  .primary-nav ul { gap: 2px; }
}

/* Side drawer (right-hand slide-out) */
.menu-btn { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink); font-weight: 700; cursor: pointer; }
.menu-btn:hover { border-color: var(--ink); }
.menu-btn-lines { display: inline-grid; gap: 4px; }
.menu-btn-lines span { width: 20px; height: 2px; border-radius: 999px; background: var(--ink); display: block; }
.side-drawer-overlay { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.5); z-index: 90; opacity: 0; pointer-events: none; transition: opacity 0.2s ease; }
.side-drawer-overlay.is-open { opacity: 1; pointer-events: auto; }
.side-drawer { position: fixed; top: 0; right: 0; bottom: 0; width: min(360px, 88vw); background: #fff; z-index: 91; transform: translateX(100%); transition: transform 0.25s ease; display: flex; flex-direction: column; box-shadow: -18px 0 40px rgba(0, 0, 0, 0.2); }
.side-drawer.is-open { transform: translateX(0); }
.side-drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; border-bottom: 1px solid var(--line); }
.side-drawer-close { border: none; background: var(--bg); width: 40px; height: 40px; border-radius: 50%; font-size: 18px; cursor: pointer; color: var(--ink); }
.side-drawer-body { padding: 18px; overflow-y: auto; flex: 1; }
.side-drawer nav ul { list-style: none; margin: 0 0 12px; padding: 0; display: grid; gap: 2px; }
.side-drawer nav a { display: block; padding: 12px 14px; border-radius: 10px; color: var(--ink); text-decoration: none; font-weight: 700; }
.side-drawer nav a:hover { background: var(--bg); color: var(--brand-dark); }
.side-drawer details { border-top: 1px solid var(--line); }
.side-drawer summary { padding: 12px 14px; font-weight: 700; cursor: pointer; color: var(--ink); list-style: none; display: flex; justify-content: space-between; }
.side-drawer summary::-webkit-details-marker { display: none; }
.side-drawer details ul { padding-left: 10px; }
.side-drawer-contact { display: grid; gap: 8px; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); }
.side-drawer-areas { margin-top: 14px; font-size: 13.5px; color: var(--muted); }
.side-drawer-social { display: flex; gap: 10px; margin-top: 14px; }
.side-drawer-social a { display: inline-flex; width: 34px; height: 34px; border-radius: 50%; background: var(--bg); align-items: center; justify-content: center; color: var(--ink); text-decoration: none; font-weight: 700; }

/* Hero car + quick enquiry */
.hero-car { margin: 20px 0; border-radius: 20px; overflow: hidden; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.hero-car img { display: block; width: 100%; height: auto; }
.enquiry-card { background: var(--surface); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); padding: 22px; }
.enquiry-card h2 { font-size: 21px; margin: 0 0 4px; }
.enquiry-card .enquiry-sub { margin: 0 0 16px; color: var(--muted); font-size: 14px; }
.enquiry-form { display: grid; gap: 12px; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { display: grid; gap: 6px; }
.field label { font-size: 13px; font-weight: 700; color: var(--ink); }
.field input, .field select, .field textarea { width: 100%; padding: 11px 13px; border-radius: 12px; border: 1.5px solid var(--line); font: inherit; color: var(--text); background: #fff; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--brand); }
.field-consent { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; color: var(--muted); }
.field-consent input { margin-top: 3px; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-success { display: none; padding: 14px; border-radius: 12px; background: rgba(22, 163, 74, 0.1); color: #128a3e; font-weight: 700; }
.form-success.is-visible { display: block; }

/* Trust strip */
.trust-strip { background: var(--ink); color: #fff; padding: 22px 0; }
.trust-strip-inner { width: min(1180px, calc(100% - 32px)); margin: 0 auto; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; text-align: center; }
.trust-item { display: grid; gap: 8px; justify-items: center; font-size: 13.5px; font-weight: 700; }
.trust-item .icon-dot { width: 34px; height: 34px; border-radius: 50%; background: rgba(98, 173, 70, 0.28); color: #a8e08f; display: grid; place-items: center; font-size: 16px; }

/* Process steps */
.process-list { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; position: relative; }
.process-step { text-align: center; position: relative; padding: 20px 14px; }
.process-num { width: 42px; height: 42px; border-radius: 50%; background: var(--brand); color: #fff; font-weight: 800; display: grid; place-items: center; margin: 0 auto 12px; }
.process-list::before { content: ""; position: absolute; top: 41px; left: 12%; right: 12%; height: 2px; background-image: linear-gradient(to right, var(--line) 60%, transparent 40%); background-size: 14px 2px; z-index: 0; }

/* Pricing cards */
.price-card { position: relative; display: grid; gap: 10px; }
.price-card.is-popular { border-color: var(--brand); box-shadow: 0 0 0 2px var(--brand), var(--shadow); }
.price-badge { position: absolute; top: -13px; right: 18px; background: var(--brand); color: #fff; padding: 5px 12px; border-radius: 999px; font-size: 12px; font-weight: 800; }
.price-amount { font-size: 30px; font-weight: 800; color: var(--ink); }
.price-amount small { font-size: 14px; font-weight: 600; color: var(--muted); }
.price-list { list-style: none; margin: 6px 0; padding: 0; display: grid; gap: 8px; font-size: 14.5px; }
.price-list li::before { content: "✓"; color: var(--brand); font-weight: 800; margin-right: 8px; }
.price-note { font-size: 12.5px; color: var(--muted); }

/* FAQ accordion */
.faq-list { display: grid; gap: 12px; max-width: 860px; }
.faq-item { padding: 0; overflow: hidden; }
.faq-item summary { padding: 18px 22px; cursor: pointer; font-weight: 700; color: var(--ink); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 22px; color: var(--brand); flex-shrink: 0; }
.faq-item[open] summary::after { content: "\2013"; }
.faq-item p { margin: 0; padding: 0 22px 20px; color: var(--muted); }

/* Reviews */
.review-rating { color: var(--brand); font-weight: 800; margin-bottom: 8px; }
.review-source { display: inline-flex; align-items: center; gap: 8px; margin-top: 8px; font-weight: 700; color: var(--ink); text-decoration: none; }

/* Footer (extended) */
.footer-columns { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 26px; padding-top: 10px; }
.footer-columns h4 { color: var(--ink); font-size: 15px; margin: 0 0 12px; }
.footer-col-links { display: grid; gap: 8px; list-style: none; padding: 0; margin: 0; }
.footer-col-links a { color: var(--muted); }
.footer-col-links a:hover { color: var(--brand-dark); }
.footer-bottom-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 16px; margin-top: 10px; font-size: 12.5px; }

/* Floating mobile contact bar */
.mobile-contact-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: none; grid-template-columns: repeat(3, 1fr); background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -8px 20px rgba(16,36,51,0.12); padding-bottom: env(safe-area-inset-bottom); }
.mobile-contact-bar a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; padding: 10px 4px; text-decoration: none; font-weight: 700; font-size: 12px; color: var(--ink); border-right: 1px solid var(--line); }
.mobile-contact-bar a:last-child { border-right: none; }
.mobile-contact-bar a.is-primary { background: var(--brand); color: #fff; }
.mobile-contact-bar a.is-whatsapp { background: #16a34a; color: #fff; }

@media (max-width: 900px) {
  .trust-strip-inner { grid-template-columns: repeat(2, 1fr); }
  .process-list { grid-template-columns: 1fr; }
  .process-list::before { display: none; }
  .footer-columns { grid-template-columns: 1fr 1fr; }
  .mobile-contact-bar { display: grid; }
  body { padding-bottom: 60px; }
}

@media (max-width: 640px) {
  .form-row-2 { grid-template-columns: 1fr; }
  .trust-strip-inner { grid-template-columns: 1fr 1fr; }
  .footer-columns { grid-template-columns: 1fr; }
  .enquiry-card { padding: 18px; }
}
