:root{
  --navy:#0a1f44;--navy-2:#071834;--green:#10b981;--green-dark:#0e9f6e;--ink:#0f172a;--slate:#475569;--muted:#64748b;--line:#e2e8f0;--soft:#f8fafc;--white:#fff;--radius:24px;--shadow:0 24px 70px rgba(10,31,68,.12)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:"DM Sans",system-ui,-apple-system,sans-serif;background:#fff;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.announcement{background:var(--navy);color:#dbe7f7;font-size:.86rem}.announcement__inner{min-height:38px;display:flex;align-items:center;justify-content:center;gap:18px}.announcement a{font-weight:700;color:#fff}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(226,232,240,.85)}.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand img{width:164px;height:auto}.primary-nav{display:flex;align-items:center;gap:28px;font-size:.94rem;font-weight:600;color:#334155}.primary-nav a:hover{color:var(--green-dark)}.nav-portal{padding:11px 16px;border:1px solid #cbd5e1;border-radius:999px}.menu-toggle{display:none;background:none;border:0;padding:8px}.menu-toggle span{width:24px;height:2px;background:var(--navy);display:block;margin:5px}.hero{position:relative;overflow:hidden;padding:90px 0 82px;background:linear-gradient(180deg,#fbfdff 0%,#f5f9fc 100%)}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(10,31,68,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(10,31,68,.035) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,#000,transparent 85%)}.hero__grid{position:relative;display:grid;grid-template-columns:1.02fr .98fr;gap:76px;align-items:center}.eyebrow,.section-kicker{font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:.73rem;color:var(--green-dark)}.eyebrow{display:inline-flex;align-items:center;gap:9px;padding:8px 12px;border-radius:999px;background:#eafaf4;border:1px solid #c8f1e2}.eyebrow__dot{width:7px;height:7px;border-radius:50%;background:var(--green)}.hero h1,.section h2,.cta-card h2{font-family:Manrope,sans-serif;letter-spacing:-.045em;line-height:1.05}.hero h1{font-size:clamp(2.4rem,4vw,3.75rem);margin:24px 0 24px;color:var(--navy);max-width:750px}.hero h1 span{color:var(--green-dark)}.hero__lede{font-size:1.14rem;color:var(--slate);max-width:650px}.hero__actions{display:flex;gap:12px;margin-top:34px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:14px 22px;border-radius:13px;font-weight:800;transition:.22s ease}.button:hover{transform:translateY(-2px)}.button--primary{background:var(--green);color:#062d25;box-shadow:0 12px 28px rgba(16,185,129,.22)}.button--secondary{background:#fff;border:1px solid #cbd5e1;color:var(--navy)}.hero__proof{display:flex;gap:30px;margin-top:44px;padding-top:28px;border-top:1px solid #dfe8ef}.hero__proof div{display:flex;flex-direction:column}.hero__proof strong{font:800 1.25rem Manrope;color:var(--navy)}.hero__proof span{font-size:.78rem;color:var(--muted)}.hero__visual{position:relative;min-height:535px;display:grid;place-items:center}.dashboard-card{position:relative;width:min(100%,520px);background:#fff;border:1px solid #e2e8f0;border-radius:30px;box-shadow:var(--shadow);padding:28px;z-index:2}.dashboard-card:before{content:"";position:absolute;left:26px;right:26px;top:-8px;height:8px;border-radius:12px 12px 0 0;background:var(--green)}.dashboard-card__top{display:flex;justify-content:space-between;gap:20px}.mini-label{font-size:.64rem;font-weight:800;letter-spacing:.12em;color:#94a3b8}.dashboard-card h2{font:800 1.55rem Manrope;margin:4px 0;color:var(--navy)}.status-pill{align-self:flex-start;display:flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:#ebfbf5;color:#087856;font-size:.73rem;font-weight:800}.status-pill span{width:6px;height:6px;background:var(--green);border-radius:50%}.dashboard-card__score{display:grid;grid-template-columns:110px 1fr;gap:22px;align-items:center;margin:28px 0;padding:24px;border-radius:20px;background:#f8fafc}.score-ring{width:100px;height:100px;border-radius:50%;display:grid;place-items:center;position:relative;background:conic-gradient(var(--green) 0 92%,#dfe7ec 92% 100%)}.score-ring:after{content:"";position:absolute;inset:8px;border-radius:50%;background:#fff}.score-ring span,.score-ring small{position:relative;z-index:1;grid-area:1/1}.score-ring span{font:800 1.65rem Manrope;transform:translateY(-7px);color:var(--navy)}.score-ring small{font-size:.62rem;color:var(--muted);transform:translateY(13px)}.score-copy{display:flex;flex-direction:column;gap:5px}.score-copy strong{color:var(--navy)}.score-copy span{font-size:.84rem;color:var(--muted)}.task-list{display:grid;gap:10px}.task-row{display:grid;grid-template-columns:36px 1fr auto;gap:12px;align-items:center;padding:13px;border:1px solid #edf2f7;border-radius:15px}.task-icon{width:34px;height:34px;border-radius:10px;background:#effaf6;display:grid;place-items:center;color:var(--green-dark);font-weight:900}.task-row div{display:flex;flex-direction:column}.task-row strong{font-size:.87rem}.task-row small{font-size:.72rem;color:#94a3b8}.task-tag{font-size:.67rem;font-weight:800;background:#f1f5f9;color:#64748b;border-radius:999px;padding:5px 8px}.task-tag--done{background:#eafaf4;color:#087856}.floating-note{position:absolute;z-index:3;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 18px 45px rgba(10,31,68,.15);padding:12px 15px;display:flex;align-items:center;gap:10px;font-size:.78rem}.floating-note>span{width:30px;height:30px;border-radius:9px;background:#eafaf4;display:grid;place-items:center;color:var(--green-dark);font-weight:900}.floating-note div{display:flex;flex-direction:column}.floating-note small{color:#94a3b8}.floating-note--one{left:-18px;top:88px}.floating-note--two{right:-10px;bottom:67px}.hero-orb{position:absolute;border-radius:50%;filter:blur(2px)}.hero-orb--one{width:340px;height:340px;background:rgba(16,185,129,.10);right:-130px;top:30px}.hero-orb--two{width:240px;height:240px;background:rgba(10,31,68,.08);left:-100px;bottom:-80px}.trust-strip{border-block:1px solid #e2e8f0;background:#fff}.trust-strip__inner{min-height:78px;display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap;color:#64748b;font-size:.88rem}.trust-strip strong{color:var(--navy)}.trust-strip i{width:4px;height:4px;border-radius:50%;background:#cbd5e1}.section{padding:100px 0}.section--services{background:#fff}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:50px;margin-bottom:44px}.section-heading>div{max-width:650px}.section-heading h2,.split-copy h2{font-size:clamp(2.2rem,4vw,3.5rem);margin:9px 0 0;color:var(--navy)}.section-heading p{max-width:430px;color:var(--slate);margin:0}.section-heading--center{display:block;text-align:center;max-width:720px;margin:0 auto 48px}.section-heading--center p{margin:14px auto 0}.service-tabs{display:flex;gap:8px;padding:7px;background:#f1f5f9;border-radius:15px;width:max-content;max-width:100%;overflow:auto;margin-bottom:26px}.service-tab{border:0;background:transparent;color:#64748b;padding:10px 16px;border-radius:10px;font-weight:800;cursor:pointer;white-space:nowrap}.service-tab.is-active{background:#fff;color:var(--navy);box-shadow:0 3px 12px rgba(15,23,42,.07)}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.service-card{position:relative;min-height:220px;border:1px solid #e2e8f0;border-radius:20px;padding:24px;display:flex;flex-direction:column;transition:.22s ease;background:#fff;overflow:hidden}.service-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(10,31,68,.09);border-color:#cbd5e1}.service-card__icon{width:42px;height:42px;border-radius:12px;background:#edf9f5;color:var(--green-dark);display:grid;place-items:center;font-weight:900;margin-bottom:28px}.service-card h3{font:800 1.1rem Manrope;margin:0 0 8px;color:var(--navy)}.service-card p{font-size:.86rem;color:var(--muted);margin:0 0 18px}.service-card b{margin-top:auto;font-size:.78rem;color:var(--green-dark)}.split-section{background:var(--soft)}.split-section__grid,.fleet-section__grid{display:grid;grid-template-columns:1fr 1fr;gap:76px;align-items:center}.photo-panel{position:relative}.photo-panel img{width:100%;height:570px;object-fit:cover;border-radius:30px}.photo-badge{position:absolute;right:-24px;bottom:35px;background:#fff;box-shadow:var(--shadow);border-radius:18px;padding:17px 20px;display:flex;align-items:center;gap:14px}.photo-badge span{width:38px;height:38px;border-radius:50%;background:var(--green);display:grid;place-items:center;font:800 .78rem Manrope;color:#06352b}.split-copy p{color:var(--slate);font-size:1.03rem}.check-list{list-style:none;padding:0;margin:30px 0;display:grid;gap:13px}.check-list li{display:flex;align-items:center;gap:11px;font-weight:600;color:#334155}.check-list span{width:25px;height:25px;border-radius:50%;background:#e8faf3;color:var(--green-dark);display:grid;place-items:center;font-size:.72rem}.text-link{font-weight:800;color:var(--navy);display:inline-flex;align-items:center;gap:9px}.text-link span{color:var(--green-dark)}.fleet-section{background:var(--navy);color:#fff}.fleet-section .split-copy h2{color:#fff}.fleet-section .split-copy p{color:#cbd5e1}.section-kicker--light{color:#6ee7b7}.fleet-links{display:grid;margin-top:34px;border-top:1px solid rgba(255,255,255,.14)}.fleet-links a{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.14);font-weight:700;color:#e5eef8}.fleet-links b{color:#6ee7b7}.fleet-image{position:relative}.fleet-image img{width:100%;height:570px;object-fit:cover;border-radius:30px;filter:saturate(.85)}.fleet-stat{position:absolute;left:-28px;bottom:34px;max-width:260px;background:var(--green);color:#052c24;padding:20px;border-radius:18px;box-shadow:0 20px 50px rgba(0,0,0,.20)}.fleet-stat strong{font:800 1.5rem Manrope;display:block}.fleet-stat span{font-size:.82rem;font-weight:700}.process-section{background:#fff}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.process-grid article{padding:28px;border:1px solid #e2e8f0;border-radius:22px;position:relative}.process-grid article>span{position:absolute;right:22px;top:18px;font:800 3rem Manrope;color:#eef2f6}.process-icon{width:48px;height:48px;border-radius:14px;background:var(--navy);color:#fff;display:grid;place-items:center;font-weight:900;margin-bottom:36px}.process-grid h3{font:800 1.15rem Manrope;color:var(--navy);margin:0 0 9px}.process-grid p{font-size:.9rem;color:var(--muted);margin:0}.resource-section{background:#f8fafc}.resource-grid{display:grid;grid-template-columns:1.3fr .85fr .85fr;gap:16px}.resource-card{min-height:390px;border-radius:24px;overflow:hidden;background:#fff;border:1px solid #e2e8f0;display:flex;transition:.22s ease}.resource-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(10,31,68,.08)}.resource-card>div{padding:28px;display:flex;flex-direction:column;align-items:flex-start}.resource-card span{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.11em;color:var(--green-dark)}.resource-card h3{font:800 1.4rem/1.2 Manrope;color:var(--navy);margin:9px 0 10px}.resource-card p{font-size:.88rem;color:var(--muted)}.resource-card b{margin-top:auto;font-size:.78rem}.resource-card--image{display:grid;grid-template-rows:180px 1fr}.resource-card--image img{width:100%;height:100%;object-fit:cover}.resource-card--navy{background:var(--navy);border-color:var(--navy)}.resource-card--navy span{color:#6ee7b7}.resource-card--navy h3{color:#fff}.resource-card--navy p{color:#cbd5e1}.resource-card--navy b{color:#6ee7b7}.cta-section{padding:0 0 100px;background:#f8fafc}.cta-card{background:linear-gradient(125deg,#0a1f44 0%,#0d2b59 70%,#0e4161 100%);border-radius:30px;padding:52px;display:flex;align-items:center;justify-content:space-between;gap:50px;color:#fff;position:relative;overflow:hidden}.cta-card:after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:rgba(16,185,129,.18);right:-70px;top:-120px}.cta-card>div{position:relative;z-index:1}.cta-card h2{font-size:clamp(2rem,3.6vw,3.25rem);margin:8px 0}.cta-card p{color:#cbd5e1;margin:0}.cta-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.button--light{background:#fff;color:var(--navy)}.button--ghost{border:1px solid rgba(255,255,255,.3);color:#fff}.site-footer{background:#06152f;color:#aebbd0;padding:70px 0 24px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:38px}.footer-brand img{width:170px;margin-bottom:18px}.footer-brand p{max-width:300px;font-size:.88rem}.footer-grid h3{color:#fff;font:800 .85rem Manrope;margin:4px 0 18px}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:9px}.footer-grid a{font-size:.82rem}.footer-grid a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.11);margin-top:54px;padding-top:22px;display:flex;justify-content:space-between;gap:30px;font-size:.75rem}.footer-bottom div{display:flex;gap:20px}.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.reveal.is-visible{opacity:1;transform:none}
@media(max-width:980px){.primary-nav{position:absolute;left:20px;right:20px;top:86px;display:none;flex-direction:column;align-items:stretch;background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:18px;box-shadow:var(--shadow)}.primary-nav.is-open{display:flex}.menu-toggle{display:block}.hero{padding-top:68px}.hero__grid,.split-section__grid,.fleet-section__grid{grid-template-columns:1fr;gap:54px}.hero__visual{min-height:500px}.service-grid{grid-template-columns:repeat(2,1fr)}.photo-panel img,.fleet-image img{height:500px}.fleet-section .split-copy{order:2}.fleet-image{order:1}.resource-grid{grid-template-columns:1fr 1fr}.resource-card:first-child{grid-column:1/-1}.footer-grid{grid-template-columns:2fr 1fr 1fr}.footer-grid>div:nth-child(4),.footer-grid>div:nth-child(5){margin-top:10px}.cta-card{align-items:flex-start;flex-direction:column}.cta-actions{justify-content:flex-start}}
@media(max-width:680px){.container{width:min(100% - 28px,1180px)}.announcement__inner{justify-content:space-between;font-size:.74rem}.announcement__inner>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-wrap{height:72px}.brand img{width:145px}.hero{padding:54px 0 56px}.hero h1{font-size:clamp(2.15rem,9vw,2.8rem)}.hero__lede{font-size:1rem}.hero__proof{gap:16px;justify-content:space-between}.hero__proof span{max-width:90px}.hero__visual{min-height:430px}.dashboard-card{padding:18px;border-radius:23px}.dashboard-card__score{padding:18px;grid-template-columns:80px 1fr}.score-ring{width:76px;height:76px}.floating-note{display:none}.section{padding:74px 0}.section-heading{display:block;margin-bottom:32px}.section-heading p{margin-top:14px}.section-heading h2,.split-copy h2{font-size:2.45rem}.service-grid,.process-grid,.resource-grid{grid-template-columns:1fr}.resource-card:first-child{grid-column:auto}.photo-panel img,.fleet-image img{height:390px}.photo-badge{right:12px;bottom:14px}.fleet-stat{left:12px;bottom:12px}.cta-section{padding-bottom:74px}.cta-card{padding:34px 24px;border-radius:24px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column}.footer-bottom div{flex-wrap:wrap}.trust-strip__inner{justify-content:flex-start;padding:18px 0}.trust-strip i{display:none}}

/* Refined hero composition — matches the approved reference layout */
.hero__copy{max-width:690px}
.hero h1{font-size:clamp(3rem,4.45vw,4.25rem);line-height:1.03;letter-spacing:-.052em;margin:30px 0 24px;max-width:690px}
.hero h1 span{display:inline-block;white-space:nowrap}
.hero__lede{max-width:640px;font-size:1.08rem;line-height:1.72;margin-bottom:0}
.hero__benefits{display:grid;grid-template-columns:repeat(3,1fr);margin-top:38px;max-width:650px}
.hero-benefit{display:flex;flex-direction:column;align-items:flex-start;gap:10px;min-width:0;padding-right:22px}
.hero-benefit+ .hero-benefit{border-left:1px solid #d7e1e9;padding-left:34px}
.hero-benefit__icon{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:#e8f8f2;color:var(--green-dark);font:900 1.3rem Manrope,sans-serif}
.hero-benefit div{display:flex;flex-direction:column;gap:3px}
.hero-benefit strong{font:800 1rem Manrope,sans-serif;color:var(--navy);line-height:1.25}
.hero-benefit div>span{font-size:.84rem;line-height:1.45;color:var(--muted)}
.hero__actions{margin-top:30px}
.hero__proof{margin-top:36px;padding-top:25px;max-width:650px}
.hero__proof strong{font-size:1.2rem}
.hero__grid{grid-template-columns:1.08fr .92fr;gap:68px}

@media(max-width:1100px) and (min-width:981px){
  .hero h1{font-size:clamp(2.75rem,4.35vw,3.55rem)}
  .hero h1 span{white-space:normal}
  .hero__grid{gap:46px}
  .hero-benefit+ .hero-benefit{padding-left:22px}
}
@media(max-width:680px){
  .hero h1{font-size:clamp(2.45rem,11vw,3.2rem);line-height:1.02}
  .hero h1 span{white-space:normal}
  .hero__benefits{grid-template-columns:1fr;gap:18px;margin-top:30px}
  .hero-benefit{display:grid;grid-template-columns:46px 1fr;align-items:center;padding:0}
  .hero-benefit+ .hero-benefit{border-left:0;border-top:1px solid #e2e8f0;padding:18px 0 0}
  .hero-benefit__icon{width:44px;height:44px}
}


/* FIX: Center all process-card content */
.process-grid article{
  min-height: 225px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 34px 28px;
}

.process-grid article > span{
  position: absolute;
  right: 22px;
  top: 18px;
  font: 800 3rem Manrope, sans-serif;
  color: #eef2f6;
}

.process-icon{
  margin: 0 auto 22px;
}

.process-grid h3{
  width: 100%;
  margin: 0 0 9px;
  text-align: center;
}

.process-grid p{
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
  text-align: center;
}

/* Center homepage process-card content */
.process-grid article{min-height:225px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:34px 28px}.process-grid article>span{position:absolute;right:22px;top:18px}.process-icon{margin:0 auto 22px}.process-grid h3{width:100%;text-align:center}.process-grid p{width:100%;max-width:310px;margin:0 auto;text-align:center}


/* ==========================================================================
   FILINGS4U — MOBILE RESPONSIVE SYSTEM
   Additive mobile overrides
   ========================================================================== */

@media (max-width: 680px) {

  /* --------------------------------------------------------------------------
     0. GLOBAL MOBILE FOUNDATION
     -------------------------------------------------------------------------- */

  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    font-size: 15px;
    line-height: 1.55;
  }

  .container {
    width: calc(100% - 28px);
    max-width: 100%;
  }

  /* Remove the announcement/banner completely on mobile */
  .announcement {
    display: none !important;
  }

  /* Sticky header sits at the very top once banner is removed */
  .site-header {
    top: 0;
  }

  /* Keep logo and navigation control aligned left/right without centering brand */
  .nav-wrap {
    height: 70px;
    gap: 14px;
  }

  .brand {
    margin-right: auto;
    text-align: left;
  }

  .brand img {
    width: 142px;
    max-width: 46vw;
  }


  /* --------------------------------------------------------------------------
     1. HERO — IMAGE FIRST, TEXT SECOND
     -------------------------------------------------------------------------- */

  .hero {
    padding: 28px 0 44px;
  }

  .hero__grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 26px !important;
    align-items: stretch !important;
  }

  .hero__visual {
    order: 1 !important;
    width: 100%;
    min-height: 0 !important;
    margin: 0;
  }

  .hero__copy {
    order: 2 !important;
    width: 100%;
    max-width: none;
  }

  .dashboard-card {
    width: 100%;
    max-width: 100%;
    padding: 18px;
    border-radius: 20px;
  }

  .hero h1 {
    margin: 18px 0 16px;
    font-size: clamp(2.15rem, 10vw, 2.8rem);
    line-height: 1.02;
    letter-spacing: -.045em;
  }

  .hero__lede {
    font-size: 1rem;
    line-height: 1.6;
  }

  .hero__benefits {
    grid-template-columns: 1fr !important;
    gap: 14px;
    margin-top: 24px;
  }

  .hero-benefit {
    grid-template-columns: 42px 1fr !important;
    gap: 12px;
  }

  .hero-benefit + .hero-benefit {
    padding-top: 14px;
  }

  .hero__proof {
    margin-top: 26px;
    padding-top: 20px;
    gap: 12px;
  }


  /* --------------------------------------------------------------------------
     2. ALL MAJOR IMAGE/TEXT SECTIONS — IMAGE TOP, COPY BELOW
     -------------------------------------------------------------------------- */

  .split-section__grid,
  .fleet-section__grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
  }

  .photo-panel,
  .fleet-image {
    order: 1 !important;
    width: 100%;
  }

  .split-copy,
  .fleet-section .split-copy {
    order: 2 !important;
    width: 100%;
  }

  .photo-panel img,
  .fleet-image img {
    width: 100%;
    height: 300px;
    border-radius: 20px;
  }

  .photo-badge,
  .fleet-stat {
    position: static !important;
    width: 100%;
    max-width: none;
    margin-top: 12px;
    border-radius: 14px;
  }


  /* --------------------------------------------------------------------------
     3. CARDS, FORMS, MENUS, GRIDS — STACK ON MOBILE
     -------------------------------------------------------------------------- */

  .service-grid,
  .process-grid,
  .resource-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .resource-card:first-child {
    grid-column: auto !important;
  }

  .service-card,
  .process-grid article,
  .resource-card,
  .cta-card,
  .dashboard-card,
  .photo-badge,
  .fleet-stat {
    max-width: 100%;
  }

  .service-card {
    min-height: 0;
    padding: 20px;
  }

  .process-grid article {
    min-height: 0;
    padding: 24px 20px;
  }

  .resource-card {
    min-height: 0;
  }

  .resource-card--image {
    grid-template-rows: 165px auto;
  }

  /* Generic form/card support for pages sharing the same stylesheet */
  form,
  .form-grid,
  .form-row,
  .form-columns,
  .card-grid,
  .cards-grid,
  .pricing-grid,
  .feature-grid,
  .contact-grid {
    max-width: 100%;
  }

  .form-grid,
  .form-row,
  .form-columns,
  .card-grid,
  .cards-grid,
  .pricing-grid,
  .feature-grid,
  .contact-grid {
    grid-template-columns: 1fr !important;
  }

  input,
  select,
  textarea,
  button {
    max-width: 100%;
  }

  .service-tabs {
    width: 100%;
    margin-bottom: 18px;
  }


  /* --------------------------------------------------------------------------
     4. MOBILE TYPOGRAPHY
     -------------------------------------------------------------------------- */

  .section-heading h2,
  .split-copy h2,
  .cta-card h2 {
    font-size: clamp(1.9rem, 8vw, 2.35rem);
    line-height: 1.08;
    letter-spacing: -.035em;
  }

  .section-heading p,
  .split-copy p,
  .resource-card p,
  .process-grid p,
  .service-card p {
    font-size: .94rem;
    line-height: 1.55;
  }

  .section-kicker,
  .eyebrow {
    font-size: .68rem;
    letter-spacing: .10em;
  }


  /* --------------------------------------------------------------------------
     5. BUTTONS — SIDE BY SIDE WHEN THERE IS ROOM
     -------------------------------------------------------------------------- */

  .hero__actions,
  .cta-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px !important;
    width: 100%;
    margin-top: 24px;
  }

  .hero__actions .button,
  .cta-actions .button {
    width: 100%;
    min-width: 0;
    padding: 13px 12px;
    text-align: center;
    white-space: normal;
    line-height: 1.25;
  }


  /* --------------------------------------------------------------------------
     6. TIGHTER SECTION SPACING
     -------------------------------------------------------------------------- */

  .section {
    padding: 52px 0 !important;
  }

  .section-heading,
  .section-heading--center {
    margin-bottom: 24px !important;
  }

  .section-heading--center p {
    margin-top: 10px;
  }

  .trust-strip__inner {
    min-height: 0;
    padding: 14px 0;
    gap: 10px;
  }

  .check-list {
    margin: 22px 0;
    gap: 10px;
  }

  .fleet-links {
    margin-top: 24px;
  }

  .cta-section {
    padding: 0 0 52px !important;
  }

  .cta-card {
    padding: 26px 20px;
    gap: 22px;
    border-radius: 20px;
  }
}


/* ==========================================================================
   FILINGS4U SERVICE PAGES — MOBILE HERO IMAGE FIRST
   Load AFTER styles.css and inner-pages.css
   ========================================================================== */

@media (max-width: 680px) {

  /* Stack service-page hero vertically */
  .page-hero__grid {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 24px !important;
  }

  /* Image first */
  .page-hero__grid .page-visual {
    order: 1 !important;
    width: 100% !important;
    margin: 0 !important;
  }

  /* Text second */
  .page-hero__grid > div:not(.page-visual) {
    order: 2 !important;
    width: 100% !important;
  }

  /* Mobile image sizing */
  .page-visual img {
    width: 100% !important;
    height: 300px !important;
    object-fit: cover !important;
    border-radius: 20px !important;
  }

  /* Keep the image card attached cleanly */
  .page-visual__card {
    max-width: calc(100% - 28px) !important;
  }

  /* Tighter hero spacing on mobile */
  .page-hero {
    padding-top: 28px !important;
    padding-bottom: 44px !important;
  }
}
