  /* === DryFastNow accent face — Batuphat (Creative Fabrica licensed)
       Canonical brand kit font_accent. Caveat is graceful fallback. === */
  @font-face {
    font-family: 'Batuphat';
    src: url('../fonts/Batuphat.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  /* === DryFastNow canonical brand kit (Site 56) === */
  :root {
    --navy: #0E3D61;
    --navy-deep: #0B1D2D;
    --service-blue: #3773B6;
    --mist: #DCE7F4;
    --yellow: #FED408;
    --yellow-hot: #FDB813;
    --off-white: #FAFAF7;
    --ink: #0B1D2D;
    --white: #FFFFFF;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  body {
    font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--ink);
    background: var(--white);
    -webkit-font-smoothing: antialiased;
    line-height: 1.55;
  }
  h1, h2, h3 { font-family: 'Inter', system-ui, sans-serif; font-weight: 900; letter-spacing: -0.02em; line-height: 1.1; }
  .container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
  a { color: inherit; text-decoration: none; }

  /* === Emergency banner — navy with yellow accent (brand-locked) === */
  .emergency-bar {
    background: var(--navy);
    color: var(--white);
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.02em;
  }
  .emergency-bar a { color: var(--yellow); text-decoration: underline; font-weight: 700; }
  .pulse {
    display: inline-block;
    width: 8px; height: 8px;
    background: var(--yellow);
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
    animation: pulse 1.5s ease-in-out infinite;
  }
  @keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(0.7); }
  }

  /* === Sticky header === */
  .site-header {
    position: sticky; top: 0;
    background: var(--white);
    border-bottom: 1px solid #e2e8f0;
    z-index: 50;
  }
  .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    gap: 24px;
  }
  .site-header .container { max-width: none; padding: 0 48px; }
  .logo-link img { height: 96px; width: auto; display: block; }
  .header-rebrand-line {
    flex: 1;
    text-align: center;
    color: rgba(11, 29, 45, 0.78);
    font-size: 16px;
    font-style: italic;
    line-height: 1.45;
    padding: 0 28px;
    margin: 0;
    max-width: 820px;
  }
  .header-rebrand-line strong {
    color: var(--navy);
    font-weight: 800;
    font-style: normal;
  }
  .header-rebrand-tagline {
    display: inline-block;
    margin-top: 2px;
    font-size: 14px;
    opacity: 0.85;
  }
  .header-actions { display: flex; align-items: center; gap: 36px; }
  @media (max-width: 1100px) {
    .header-rebrand-line { display: none; }
  }
  .header-nav-link {
    color: var(--ink);
    font-weight: 600;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    transition: color 0.15s;
  }
  .header-nav-link:hover { color: var(--service-blue); }
  .header-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--navy);
    color: var(--white);
    padding: 12px 22px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    transition: background 0.15s;
  }
  .header-cta:hover { background: var(--navy-deep); }
  @media (max-width: 640px) {
    .logo-link img { height: 64px; }
    .header-nav-link { display: none; }
  }

  /* === Prestige rebrand popup === */
  .rebrand-popup {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    animation: rebrand-fade-in 0.25s ease-out;
  }
  .rebrand-popup[hidden] { display: none; }
  .rebrand-popup-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(11, 29, 45, 0.72);
    cursor: pointer;
  }
  .rebrand-popup-card {
    position: relative;
    background: var(--white);
    border-radius: 16px;
    padding: 36px 36px 32px;
    max-width: 480px;
    width: 100%;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    border-top: 6px solid var(--yellow);
    animation: rebrand-slide-up 0.3s ease-out;
  }
  .rebrand-popup-close {
    position: absolute;
    top: 10px;
    right: 14px;
    background: transparent;
    border: none;
    font-size: 28px;
    line-height: 1;
    color: var(--gray-400, #94a3b8);
    cursor: pointer;
    padding: 4px 10px;
    border-radius: 4px;
    transition: color 0.15s, background 0.15s;
  }
  .rebrand-popup-close:hover { color: var(--ink); background: rgba(11, 29, 45, 0.05); }
  .rebrand-popup-eyebrow {
    display: inline-block;
    color: var(--service-blue);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 14px;
    font-family: 'Inter', sans-serif;
  }
  .rebrand-popup-card h2 {
    color: var(--navy);
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
  }
  .rebrand-popup-card p {
    color: #475569;
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 22px;
  }
  .rebrand-popup-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--yellow);
    color: var(--ink);
    border: none;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    transition: transform 0.12s, box-shadow 0.12s;
  }
  .rebrand-popup-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(254, 212, 8, 0.45);
  }
  @keyframes rebrand-fade-in {
    from { opacity: 0; }
    to   { opacity: 1; }
  }
  @keyframes rebrand-slide-up {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  @media (max-width: 480px) {
    .rebrand-popup-card { padding: 30px 22px 24px; }
    .rebrand-popup-card h2 { font-size: 19px; }
    .rebrand-popup-card p { font-size: 14px; }
  }

  /* === Hero — DENSE, URGENT, DISPATCHER STYLE === */
  .hero {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%);
    color: var(--white);
    padding: 70px 0 90px;
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute;
    top: 0; right: -200px;
    width: 700px; height: 700px;
    background: radial-gradient(circle, rgba(254, 212, 8, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
  }
  .hero-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 48px;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(254, 212, 8, 0.18);
    border: 1px solid rgba(254, 212, 8, 0.35);
    color: var(--yellow);
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .hero-rebrand-line {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.55;
    margin-bottom: 24px;
    max-width: 620px;
  }
  .hero-rebrand-line strong {
    color: var(--yellow);
    font-weight: 700;
    font-style: normal;
  }
  h1 {
    font-size: 64px;
    line-height: 0.98;
    margin-bottom: 44px;
    color: var(--white);
  }
  h1 .yellow { color: var(--yellow); }
  .hero-sub {
    font-size: 19px;
    line-height: 1.5;
    color: rgba(255,255,255,0.85);
    margin-bottom: 32px;
    max-width: 580px;
  }
  .hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
  .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 30px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    transition: transform 0.12s, box-shadow 0.12s;
    border: none;
    cursor: pointer;
    letter-spacing: -0.01em;
  }
  .btn-emergency {
    background: var(--yellow);
    color: var(--ink);
    box-shadow: 0 6px 18px rgba(254, 212, 8, 0.45);
  }
  .btn-emergency:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(254, 212, 8, 0.6); }
  .btn-quote {
    background: rgba(255,255,255,0.1);
    color: var(--white);
    border: 1.5px solid rgba(255,255,255,0.28);
  }
  .btn-quote:hover { background: rgba(255,255,255,0.18); }

  .hero-trust {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    column-gap: 40px;
    row-gap: 14px;
    margin-top: 40px;
    padding-top: 28px;
    border-top: 1px solid rgba(255,255,255,0.12);
  }
  .trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    font-weight: 700;
  }
  .trust-dot {
    width: 8px; height: 8px;
    background: var(--yellow);
    border-radius: 50%;
  }

  .hero-mascot {
    position: relative;
    text-align: center;
  }
  .hero-mascot img { max-width: 100%; height: auto; display: block; margin: 0 auto; filter: drop-shadow(0 20px 40px rgba(0,0,0,0.4)); }
  .hero-tagline-script {
    margin-top: 14px;
    font-family: 'Batuphat', 'Caveat', cursive;
    color: var(--yellow);
    font-size: 36px;
    font-weight: 400;
    line-height: 1.1;
  }

  /* === Problem ribbon === */
  .problem-ribbon {
    background: var(--off-white);
    border-bottom: 1px solid #e2e8f0;
    padding: 28px 0;
  }
  .problem-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    align-items: center;
  }
  .problem-item {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .problem-num {
    flex-shrink: 0;
    width: 64px; height: 64px;
    background: var(--navy);
    color: white;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-weight: 800;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
  }
  .problem-item p { font-size: 14px; color: var(--ink); font-weight: 500; line-height: 1.4; }
  @media (max-width: 900px) { .problem-grid { grid-template-columns: 1fr 1fr; } }

  /* === Sections === */
  section { padding: 64px 0; }
  .section-eyebrow {
    display: inline-block;
    color: var(--service-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 12px;
  }
  .section-title { font-size: 40px; color: var(--navy); margin-bottom: 14px; }
  .section-sub { font-size: 17px; color: #475569; margin-bottom: 48px; line-height: 1.55; }
  .center { text-align: center; }
  .center .section-sub { max-width: 720px; margin-left: auto; margin-right: auto; }

  /* === Services — 4x2 grid (7 services + CTA card) === */
  .services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .service-card {
    background: var(--off-white);
    border: 1px solid #e2e8f0;
    border-left: 4px solid var(--yellow);
    border-radius: 10px;
    padding: 26px 22px;
    transition: transform 0.15s, box-shadow 0.15s;
  }
  .service-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(11, 29, 45, 0.08);
  }
  .service-title { font-size: 18px; font-weight: 800; color: var(--navy); margin-bottom: 8px; font-family: 'Inter', sans-serif; }
  .service-desc { font-size: 14px; color: #475569; line-height: 1.6; }
  /* CTA card (navy with yellow stripe + yellow button) */
  .service-card.cta-card {
    background: var(--navy);
    border-color: var(--navy);
    border-left-color: var(--yellow);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .service-card.cta-card .service-title { color: var(--white); }
  .service-card.cta-card .service-desc { color: rgba(255,255,255,0.85); margin-bottom: 14px; }
  .cta-card-phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--yellow);
    color: var(--ink);
    padding: 10px 18px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    align-self: center;
    transition: transform 0.12s;
  }
  .cta-card-phone:hover { transform: translateY(-2px); }
  @media (max-width: 1100px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 600px) { .services-grid { grid-template-columns: 1fr; } }

  /* === TES Differentiator — full-width navy band === */
  .tes-section { background: var(--navy-deep); }
  .tes-block {
    color: white;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 56px;
    align-items: center;
  }
  .tes-block h3 { font-size: 32px; color: var(--yellow); margin-bottom: 14px; }
  .tes-block p { font-size: 16px; line-height: 1.6; color: rgba(255,255,255,0.85); margin-bottom: 18px; }
  .tes-bullets { list-style: none; padding: 0; margin: 0; }
  .tes-bullets li {
    position: relative;
    padding: 8px 0 8px 44px;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255,255,255,0.92);
  }
  .tes-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 28px;
    height: 28px;
    background-color: var(--yellow);
    border-radius: 50%;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230E3D61' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
  }
  .tes-bullets li strong { color: var(--white); font-weight: 700; }
  .tes-stat { text-align: center; }
  .tes-stat .num { font-family: 'Inter', sans-serif; font-size: 88px; font-weight: 900; color: var(--yellow); line-height: 1; letter-spacing: -0.04em; }
  .tes-stat .label { color: white; font-size: 14px; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700; margin-top: 6px; }
  @media (max-width: 900px) { .tes-block { grid-template-columns: 1fr; text-align: center; gap: 24px; } .tes-block h3 { font-size: 24px; } .tes-stat .num { font-size: 64px; } .tes-bullets li { text-align: left; } }

  /* === Process === */
  .process-section { background: var(--off-white); }
  .steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    counter-reset: step;
  }
  .step {
    background: white;
    border-radius: 14px;
    padding: 28px 22px;
    border: 1.5px solid #e2e8f0;
    position: relative;
  }
  .step-num {
    width: 42px; height: 42px;
    background: var(--yellow);
    color: var(--ink);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 18px;
  }
  .step h4 { font-family: 'Inter', sans-serif; font-size: 17px; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
  .step p { font-size: 14px; color: #475569; line-height: 1.55; }
  @media (max-width: 900px) { .steps { grid-template-columns: 1fr 1fr; } }
  .process-cta {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 56px;
  }
  .btn-outline {
    background: transparent;
    color: var(--navy);
    border: 1.5px solid var(--navy);
  }
  .btn-outline:hover { background: var(--navy); color: white; }

  /* === Meet Kent === */
  .owner-section {
    background: var(--navy);
    color: white;
  }
  .owner-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 56px;
    align-items: center;
  }
  .owner-section .section-eyebrow { color: var(--yellow); }
  .owner-section h2 { color: white; }
  .owner-section p { color: rgba(255,255,255,0.85); font-size: 17px; line-height: 1.7; margin-bottom: 18px; }
  .owner-mascot img { max-width: 100%; height: auto; }
  @media (max-width: 900px) { .owner-grid { grid-template-columns: 1fr; } }

  /* === Testimonials === */
  .reviews-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .review {
    background: white;
    border-radius: 14px;
    padding: 28px 26px;
    border: 1.5px solid #e2e8f0;
  }
  .review-stars { color: var(--yellow); font-size: 18px; letter-spacing: 2px; margin-bottom: 12px; }
  .review-text { font-style: italic; color: var(--ink); line-height: 1.65; margin-bottom: 18px; }
  .review-author { font-weight: 700; color: var(--navy); font-family: 'Inter', sans-serif; }
  .review-loc { font-size: 13px; color: #64748b; }
  @media (max-width: 900px) { .reviews-grid { grid-template-columns: 1fr; } }

  /* === Final CTA === */
  .final-cta {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%);
    color: white;
    text-align: center;
    padding: 64px 0;
  }
  .final-cta h2 { color: white; font-size: 44px; margin-bottom: 14px; }
  .final-cta p { font-size: 18px; color: rgba(255,255,255,0.95); max-width: 720px; margin: 0 auto 14px; }
  .final-cta .final-cta-insurance {
    font-size: 15px;
    font-weight: 600;
    color: var(--yellow);
    margin-bottom: 32px;
    letter-spacing: 0.02em;
  }
  .big-phone {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: white;
    color: var(--navy);
    padding: 22px 40px;
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 38px;
    font-weight: 900;
    letter-spacing: -0.02em;
    box-shadow: 0 14px 36px rgba(0,0,0,0.3);
    transition: transform 0.12s;
  }
  .big-phone:hover { transform: scale(1.03); }
  .phone-icon-bg {
    width: 50px; height: 50px;
    background: var(--yellow);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--ink);
  }

  /* === Footer === */
  .site-footer { background: var(--navy-deep); color: rgba(255,255,255,0.6); padding: 48px 0 28px; font-size: 14px; }
  .site-footer .container { max-width: none; padding: 0 64px; }
  .footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 56px; margin-bottom: 32px; align-items: start; }
  .footer-brand img { height: 168px; width: auto; margin-bottom: 14px; filter: brightness(1.5); }
  .footer-brand p { line-height: 1.6; font-family: 'Poppins', system-ui, sans-serif; font-size: 14px; color: rgba(255,255,255,0.6); }
  .footer-rebrand-note { margin: 12px 0 0 0; padding: 0; border: 0; background: none; }
  .footer-rebrand-note strong { color: var(--yellow); font-weight: 700; }
  .site-footer h4 { color: white; font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 14px; }
  .site-footer ul { list-style: none; }
  .site-footer li { margin-bottom: 8px; }
  .site-footer a { color: rgba(255,255,255,0.6); }
  .site-footer a:hover { color: white; }
  .footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; font-size: 13px; }
  @media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }

  /* === Mobile (tablet and below) === */
  @media (max-width: 900px) {
    h1 { font-size: 40px; }
    .section-title { font-size: 28px; }
    .hero-grid { grid-template-columns: 1fr; gap: 40px; }
    .tes-block h3 { font-size: 22px; }
    .big-phone { font-size: 26px; padding: 16px 26px; }
    .final-cta h2 { font-size: 30px; }
  }

  /* === Mobile (phone) === */
  @media (max-width: 640px) {
    .site-header .container { padding: 0 16px; }
    .site-footer .container { padding: 0 20px; }
    .header-inner { gap: 12px; padding: 10px 0; }
    .header-actions { gap: 12px; }
    .logo-link img { height: 52px; }
    .header-cta {
      padding: 10px 14px;
      font-size: 13px;
      gap: 6px;
      white-space: nowrap;
    }
    .header-cta svg { width: 14px; height: 14px; }

    .emergency-bar { font-size: 12px; padding: 8px 14px; }

    .hero { padding: 48px 0 64px; }
    .hero-grid > div:first-child { text-align: center; }
    .hero-eyebrow {
      font-size: 10px;
      padding: 5px 12px;
      letter-spacing: 0.06em;
      margin-bottom: 26px;
    }
    .hero-rebrand-line {
      font-size: 13px;
      margin-bottom: 20px;
    }
    h1 { font-size: 34px; line-height: 1.08; margin-bottom: 36px; }
    .hero-sub { font-size: 16px; }
    .hero-ctas { gap: 10px; justify-content: center; }
    .hero-ctas .btn { padding: 14px 18px; font-size: 14px; }
    .hero-trust {
      grid-template-columns: 1fr 1fr;
      column-gap: 14px;
      row-gap: 10px;
      margin-top: 40px;
      padding-top: 24px;
      text-align: left;
    }
    .trust-item { font-size: 12px; }
    .hero-tagline-script { font-size: 28px; }

    .owner-grid { gap: 18px; }
    .owner-section { padding: 48px 0 32px; }
    .owner-mascot img { max-width: 320px; margin: 0 auto; }

    .problem-num { width: 48px; height: 48px; font-size: 14px; }
    .tes-block { grid-template-columns: 1fr; gap: 20px; }
    .tes-stat .num { font-size: 56px; }
    .steps { grid-template-columns: 1fr; gap: 16px; }

    .final-cta h2 { font-size: 26px; }
    .big-phone { font-size: 22px; padding: 14px 20px; }
    .contact-phone-card .big-phone { font-size: 20px; padding: 14px 16px; gap: 10px; }
    .contact-phone-card .phone-icon-bg { width: 40px; height: 40px; }

    .footer-grid { grid-template-columns: 1fr; gap: 28px; margin-bottom: 22px; text-align: center; }
    .footer-brand img { height: 96px; margin-left: auto; margin-right: auto; }
    .footer-brand p { font-size: 14px; }
    .site-footer h4 { font-size: 13px; }
    .footer-bottom { font-size: 12px; }

    .container { padding: 0 12px; }
    .contact-form-card { padding: 22px 14px; border-radius: 14px; }
    .contact-phone-card { padding: 24px 18px; border-radius: 14px; position: static; }
    .contact-form-card h2,
    .contact-phone-card h2 { font-size: 22px; }
    .contact-hero { padding: 50px 0 40px; }
    .contact-hero h1 { font-size: 28px; white-space: normal; }
    .contact-hero .hero-sub { white-space: normal; font-size: 15px; }
    .mp-form input, .mp-form select, .mp-form textarea { font-size: 16px; }
    .mp-form .form-row-split { grid-template-columns: 1fr; gap: 0; }
  }

  /* === Very narrow phones === */
  @media (max-width: 380px) {
    h1 { font-size: 26px; }
    .hero-eyebrow { font-size: 9px; padding: 4px 10px; }
    .header-cta { font-size: 12px; padding: 9px 12px; }
    .logo-link img { height: 46px; }
  }

/* === 404 page === */
.page-404 {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%);
    color: var(--white);
    padding: 120px 0 140px;
    text-align: center;
    min-height: 60vh;
    display: flex;
    align-items: center;
}
.page-404 h1 {
    color: var(--white);
    font-size: 52px;
    margin-bottom: 16px;
}
.page-404 p {
    color: rgba(255,255,255,0.8);
    font-size: 19px;
    max-width: 520px;
    margin: 0 auto 32px;
}
.page-404-ctas {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}
@media (max-width: 900px) {
    .page-404 h1 { font-size: 36px; }
    .page-404 p { font-size: 16px; }
}

/* === Contact page === */
.contact-hero {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%);
    color: var(--white);
    padding: 70px 0 60px;
}
.contact-hero h1 {
    color: var(--white);
    font-size: 52px;
    margin-bottom: 16px;
    white-space: nowrap;
}
.contact-hero .hero-sub {
    color: rgba(255,255,255,0.85);
    font-size: 18px;
    margin: 0;
    white-space: nowrap;
}
@media (max-width: 900px) {
    .contact-hero h1, .contact-hero .hero-sub { white-space: normal; }
    .contact-hero h1 { font-size: 36px; }
}

.contact-grid-section {
    padding: 64px 0;
    background: var(--off-white);
}
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 36px;
    align-items: start;
}

.contact-phone-card {
    background: var(--navy);
    color: var(--white);
    border-radius: 18px;
    padding: 40px 36px;
    position: sticky;
    top: 100px;
}
.contact-phone-card h2 { color: var(--white); font-size: 28px; margin-bottom: 14px; }
.contact-phone-card p { color: rgba(255,255,255,0.85); margin-bottom: 24px; }
.contact-phone-card .big-phone { font-size: 28px; padding: 18px 28px; }
.phone-card-areas {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,0.15);
}
.phone-card-areas-eyebrow {
    display: block;
    font-size: 11px;
    font-weight: 800;
    color: var(--yellow);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
}
.phone-card-areas-title {
    color: var(--white);
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 6px;
}
.phone-card-areas-list {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    margin: 0;
    line-height: 1.6;
}

.contact-form-card {
    background: var(--white);
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 40px 36px;
}
.contact-form-card h2 { font-size: 28px; color: var(--navy); margin-bottom: 12px; }
.contact-form-card .form-disclaimer {
    background: var(--mist);
    border-left: 4px solid var(--navy);
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 14px;
    color: var(--ink);
    margin-bottom: 28px;
}
.contact-form-card .form-disclaimer a { color: var(--navy); font-weight: 700; text-decoration: underline; }

.mp-form .form-row { margin-bottom: 18px; }
.mp-form .form-row-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.mp-form label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 6px;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.02em;
}
.mp-form input[type="text"],
.mp-form input[type="tel"],
.mp-form input[type="email"],
.mp-form select,
.mp-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1.5px solid #cbd5e1;
    border-radius: 8px;
    font-size: 15px;
    font-family: inherit;
    color: var(--ink);
    background: var(--white);
    transition: border-color 0.15s;
}
.mp-form input:focus, .mp-form select:focus, .mp-form textarea:focus {
    outline: none;
    border-color: var(--navy);
    box-shadow: 0 0 0 3px rgba(14, 61, 97, 0.12);
}
.mp-form .form-submit {
    width: 100%;
    margin-top: 8px;
    justify-content: center;
}
.mp-form .form-status {
    margin-top: 16px;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    display: none;
}
.mp-form .form-status.success {
    display: block;
    background: #d1fae5;
    color: #065f46;
    border: 1px solid #6ee7b7;
}
.mp-form .form-status.error {
    display: block;
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fca5a5;
}
.mp-form input.invalid,
.mp-form select.invalid,
.mp-form textarea.invalid {
    border-color: #dc2626;
}

/* === Checkbox + radio pill groups === */
.mp-form .form-group-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 8px;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.02em;
}
.mp-form .form-hint {
    font-size: 12px;
    font-weight: 500;
    color: #94a3b8;
    text-transform: none;
    letter-spacing: 0;
    margin-left: 6px;
}
.service-checkboxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.radio-pills {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.mp-form .service-check,
.mp-form .radio-pill {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 16px;
    border: 1.5px solid #cbd5e1;
    border-radius: 8px;
    cursor: pointer;
    transition: border-color 0.15s, background-color 0.15s;
    font-size: 14px;
    line-height: 1.3;
    color: var(--ink);
    font-weight: 500;
    margin: 0;
    user-select: none;
    background: var(--white);
}
.mp-form .service-check > span,
.mp-form .radio-pill > span {
    flex: 1;
    min-width: 0;
}
.mp-form .service-check:hover,
.mp-form .radio-pill:hover { border-color: var(--service-blue); }
.mp-form .service-check input[type="checkbox"],
.mp-form .radio-pill input[type="radio"] {
    width: 20px;
    height: 20px;
    accent-color: var(--navy);
    margin: 0;
    padding: 0;
    cursor: pointer;
    flex-shrink: 0;
}
.service-check:has(input:checked),
.radio-pill:has(input:checked) {
    border-color: var(--navy);
    background: var(--mist);
}
.service-checkboxes.invalid,
.radio-pills.invalid {
    border: 1.5px solid #dc2626;
    border-radius: 10px;
    padding: 6px;
}
@media (max-width: 600px) {
    .service-checkboxes { grid-template-columns: 1fr; }
}

.service-area-section {
    padding: 60px 0;
    background: var(--white);
}

/* === Contact page FAQ / Working With Us === */
.contact-faq-section {
    padding: 64px 0;
    background: var(--white);
}
.contact-faq-head {
    text-align: center;
    margin-bottom: 40px;
}
.contact-faq-head .section-title {
    margin-bottom: 0;
}
.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}
.faq-card {
    background: var(--off-white);
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    padding: 28px 26px;
}
.faq-card h3 {
    color: var(--navy);
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.01em;
}
.faq-card p {
    font-size: 14px;
    line-height: 1.65;
    color: #475569;
    margin: 0;
}
@media (max-width: 900px) {
    .faq-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
    .contact-hero h1 { font-size: 34px; }
    .contact-grid { grid-template-columns: 1fr; }
    .contact-phone-card { position: static; }
    .mp-form .form-row-split { grid-template-columns: 1fr; }
}

/* === Late-cascade mobile overrides (must come after the contact-page desktop rules) === */
@media (max-width: 640px) {
    .contact-phone-card .big-phone { font-size: 20px; padding: 14px 16px; gap: 10px; }
    .contact-phone-card .phone-icon-bg { width: 40px; height: 40px; }
}
