/* Gulfport Dumpster Rental Guys — design system
   Brand: ocean blue #124a73 · green #3f9c45 · coral CTA #ef6a4d · white
   Coastal identity, distinct from sibling sites. */

:root{
  --navy:#124a73; --navy-700:#1a6699; --navy-900:#0d3854;
  --red:#ef6a4d; --red-600:#e0532f; --red-700:#c8451f;
  --ink:#16202e; --body:#3b4757; --muted:#657186;
  --line:#e4e8ef; --bg:#ffffff; --bg-soft:#f2f7fa; --bg-navy-soft:#e6f0f5;
  --gold:#43a047;
  --radius:14px; --radius-sm:9px; --shadow:0 12px 34px rgba(13,56,84,.13);
  --shadow-sm:0 4px 14px rgba(13,56,84,.09);
  --maxw:1180px; --wrap:1.5rem;
  --sans:"Nunito Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --head:"Archivo",var(--sans);
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;overflow-x:clip}
body{margin:0;font-family:var(--sans);color:var(--body);background:var(--bg);
  font-size:1.02rem;line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:var(--red-600);text-decoration:none}
a:hover{text-decoration:underline}
h1,h2,h3,h4{font-family:var(--head);color:var(--ink);line-height:1.18;font-weight:700;margin:0 0 .55em}
h1{font-size:clamp(2rem,5.2vw,3.15rem);letter-spacing:-.02em}
h2{font-size:clamp(1.6rem,3.6vw,2.3rem);letter-spacing:-.01em}
h3{font-size:clamp(1.2rem,2.2vw,1.45rem)}
p{margin:0 0 1.05rem}
ul,ol{margin:0 0 1.15rem;padding-left:1.2rem}
li{margin:.35rem 0}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 var(--wrap)}
.narrow{max-width:820px;margin-inline:auto}
section{padding:clamp(3rem,6vw,5rem) 0}
.bg-soft{background:var(--bg-soft)}
.bg-navy{background:var(--navy);color:#dbe4f2}
.bg-navy h2,.bg-navy h3{color:#fff}
.eyebrow{display:inline-block;font-family:var(--head);font-weight:600;text-transform:uppercase;
  letter-spacing:.14em;font-size:.74rem;color:var(--red);margin-bottom:.6rem}
.bg-navy .eyebrow{color:var(--gold)}
.lead{font-size:1.16rem;color:var(--muted)}
.center{text-align:center}
.mt0{margin-top:0}.mb0{margin-bottom:0}

/* Buttons */
.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--head);font-weight:600;
  font-size:1.02rem;padding:.85rem 1.5rem;border-radius:var(--radius-sm);border:2px solid transparent;
  cursor:pointer;transition:transform .12s ease,box-shadow .2s ease,background .2s ease;text-decoration:none;line-height:1}
.btn:hover{text-decoration:none;transform:translateY(-2px)}
.btn-red{background:var(--red);color:#fff;box-shadow:0 8px 20px rgba(239,106,77,.34)}
.btn-red:hover{background:var(--red-600);color:#fff}
.btn-navy{background:var(--navy);color:#fff}
.btn-navy:hover{background:var(--navy-700);color:#fff}
.btn-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.6)}
.btn-ghost:hover{background:rgba(255,255,255,.12);color:#fff}
.btn-outline{background:#fff;color:var(--navy);border-color:var(--line)}
.btn-outline:hover{border-color:var(--navy);color:var(--navy)}
.btn-lg{font-size:1.1rem;padding:1rem 1.8rem}
.btn svg{width:1.05em;height:1.05em;flex:0 0 auto}

/* Announcement bar */
.topbar{background:var(--navy-900);color:#cdd8ea;font-size:.86rem}
.topbar .wrap{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-block:.45rem;min-height:38px}
.topbar a{color:#fff;font-weight:600}
.topbar .tb-left{display:flex;gap:1.3rem;align-items:center}
.topbar .tb-item{display:inline-flex;gap:.4rem;align-items:center}
.topbar svg{width:15px;height:15px;opacity:.85}
@media(max-width:760px){.topbar .tb-hide{display:none}}

/* Header / nav */
.site-header{position:sticky;top:0;z-index:60;background:#fff;border-bottom:1px solid var(--line);
  box-shadow:0 2px 12px rgba(11,42,91,.05)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:74px}
.brand{display:flex;align-items:center;gap:.6rem;font-family:var(--head);font-weight:700;color:var(--navy);
  font-size:1.14rem;line-height:1.05;text-decoration:none}
.brand img{width:52px;height:52px}
.brand span small{display:block;font-size:.66rem;letter-spacing:.12em;text-transform:uppercase;color:var(--red);font-weight:600}
.nav-links{display:flex;align-items:center;gap:.15rem;list-style:none;margin:0;padding:0}
.nav-links>li{position:relative}
.nav-links>li>a,.nav-links>li>span{display:flex;align-items:center;gap:.28rem;font-family:var(--head);
  font-weight:500;color:var(--ink);padding:.7rem .8rem;border-radius:8px;cursor:pointer;font-size:.97rem;white-space:nowrap}
.nav-links>li>a:hover,.nav-links>li.has:hover>span{color:var(--red);text-decoration:none;background:var(--bg-soft)}
.nav-links .caret{width:11px;height:11px;transition:transform .2s}
.dropdown{position:absolute;top:calc(100% + 6px);left:0;min-width:238px;background:#fff;border:1px solid var(--line);
  border-radius:12px;box-shadow:var(--shadow);padding:.5rem;opacity:0;visibility:hidden;transform:translateY(8px);
  transition:.18s ease;list-style:none;margin:0}
.dropdown.wide{min-width:430px;columns:2;column-gap:.4rem}
.nav-links>li.has:hover .dropdown{opacity:1;visibility:visible;transform:translateY(0)}
.dropdown li{margin:0;break-inside:avoid}
.dropdown a{display:block;padding:.5rem .7rem;border-radius:7px;color:var(--body);font-size:.92rem;font-family:var(--sans)}
.dropdown a:hover{background:var(--bg-soft);color:var(--red);text-decoration:none}
.nav-cta{display:flex;align-items:center;gap:.6rem}
.nav-phone{display:inline-flex;flex-direction:column;line-height:1.05;font-family:var(--head);text-align:right}
.nav-phone small{font-size:.66rem;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-weight:600}
.nav-phone b{font-size:1.12rem;color:var(--navy)}
.nav-toggle{display:none;background:none;border:0;cursor:pointer;padding:.4rem;color:var(--navy)}
.nav-toggle svg{width:30px;height:30px}
@media(max-width:1024px){
  .nav-links{position:fixed;inset:0 0 0 auto;width:min(360px,86vw);flex-direction:column;align-items:stretch;
    background:#fff;padding:5rem 1.1rem 2rem;gap:.1rem;transform:translateX(100%);transition:transform .28s ease;
    box-shadow:-12px 0 40px rgba(11,42,91,.18);overflow-y:auto;z-index:70}
  .nav-links.open{transform:translateX(0)}
  .nav-links>li>a,.nav-links>li>span{padding:.85rem .6rem;font-size:1.05rem;border-bottom:1px solid var(--line);border-radius:0}
  .dropdown,.dropdown.wide{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;
    columns:1;min-width:0;padding:.1rem 0 .6rem 1rem;display:none}
  .dropdown.show{display:block}
  .nav-links>li.has>span .caret{margin-left:auto}
  .nav-toggle{display:inline-flex}
  .nav-phone{display:none}
  .nav-cta{gap:.4rem}
  .nav-scrim{position:fixed;inset:0;background:rgba(7,29,63,.5);opacity:0;visibility:hidden;transition:.25s;z-index:58}
  .nav-scrim.open{opacity:1;visibility:visible}
  .nav-close{position:absolute;top:1rem;right:1rem;background:none;border:0;color:var(--navy);cursor:pointer}
  .nav-close svg{width:28px;height:28px}
}
@media(min-width:1025px){.nav-close,.nav-scrim{display:none}}
@media(max-width:430px){.nav-cta .cta-label{display:none}.nav-cta .btn{padding:.7rem .8rem}.brand span{font-size:1.02rem}.brand img{width:46px;height:46px}}

/* Hero */
.hero{position:relative;background:var(--navy-900);color:#fff;overflow:hidden}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,rgba(9,40,62,.95) 0%,rgba(18,74,115,.84) 46%,rgba(18,74,115,.34) 100%)}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.hero .wrap{position:relative;z-index:2;padding-block:clamp(3.2rem,7vw,6rem)}
.hero-inner{max-width:660px}
.hero h1{color:#fff}
.hero p{color:#d5deee;font-size:1.18rem}
.hero .eyebrow{color:var(--gold)}
.hero-cta{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.6rem}
.hero-trust{display:flex;flex-wrap:wrap;gap:1.1rem;margin-top:1.9rem;font-size:.9rem;color:#c7d3e8}
.hero-trust span{display:inline-flex;align-items:center;gap:.4rem}
.hero-trust svg{width:18px;height:18px;color:var(--gold)}
.page-hero{background:linear-gradient(120deg,var(--navy-900),var(--navy-700));color:#fff;position:relative;overflow:hidden}
.page-hero::before{content:"";position:absolute;right:-80px;top:-80px;width:360px;height:360px;
  background:radial-gradient(circle,rgba(239,106,77,.34),transparent 70%)}
.page-hero .wrap{position:relative;z-index:2;padding-block:clamp(2.6rem,5vw,4rem)}
.page-hero h1{color:#fff;max-width:900px}
.page-hero p{color:#d5deee;max-width:720px;font-size:1.12rem;margin-bottom:0}

/* Breadcrumbs */
.crumbs{font-size:.84rem;color:var(--muted);padding:.85rem 0}
.crumbs .wrap{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}
.crumbs a{color:var(--navy);font-weight:500}
.crumbs span{color:var(--muted)}
.page-hero .crumbs{color:#b9c6de;padding-bottom:.2rem}
.page-hero .crumbs a{color:#fff}
.page-hero .crumbs span{color:#a9b8d4}

/* Grid + cards */
.grid{display:grid;gap:1.4rem}
.g2{grid-template-columns:repeat(2,1fr)}
.g3{grid-template-columns:repeat(3,1fr)}
.g4{grid-template-columns:repeat(4,1fr)}
@media(max-width:900px){.g3,.g4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.g2,.g3,.g4{grid-template-columns:1fr}}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-sm);
  transition:transform .15s ease,box-shadow .2s ease}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.card h3{margin-bottom:.4rem}
.card p:last-child{margin-bottom:0}
.card .ico{width:52px;height:52px;border-radius:12px;background:var(--bg-navy-soft);color:var(--navy);
  display:grid;place-items:center;margin-bottom:1rem}
.card .ico svg{width:26px;height:26px}
.card-link{display:inline-flex;align-items:center;gap:.35rem;font-family:var(--head);font-weight:600;
  color:var(--red);margin-top:.6rem;font-size:.95rem}
.svc-card{padding:0;overflow:hidden}
.svc-card img{aspect-ratio:16/10;object-fit:cover;width:100%}
.svc-card .pad{padding:1.3rem 1.4rem 1.5rem}

/* Split media */
.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.6rem,4vw,3.2rem);align-items:center}
.split>*,.with-side>*,.grid>*{min-width:0}
.split.rev .split-media{order:2}
@media(max-width:860px){.split{grid-template-columns:1fr}.split.rev .split-media{order:0}}
.split-media img{border-radius:var(--radius);box-shadow:var(--shadow);width:100%;aspect-ratio:4/3;object-fit:cover}
figure{margin:0}
figcaption{font-size:.82rem;color:var(--muted);margin-top:.5rem;text-align:center}

/* Trust bar */
.trustbar{background:var(--navy);color:#fff}
.trustbar .wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;padding-block:2.2rem}
.trust-item{display:flex;gap:.8rem;align-items:flex-start}
.trust-item svg{width:30px;height:30px;color:var(--gold);flex:0 0 auto}
.trust-item b{display:block;font-family:var(--head);color:#fff;font-size:1.02rem}
.trust-item small{color:#c0cde3;font-size:.86rem}
@media(max-width:820px){.trustbar .wrap{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.trustbar .wrap{grid-template-columns:1fr}}

/* Stats */
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;text-align:center}
.stat b{display:block;font-family:var(--head);font-size:clamp(2rem,4vw,2.7rem);color:var(--red);line-height:1}
.stat span{color:var(--muted);font-size:.92rem;font-weight:500}
@media(max-width:640px){.stats{grid-template-columns:repeat(2,1fr);gap:1.8rem}}

/* Process steps */
.steps{counter-reset:step;display:grid;gap:1.3rem;grid-template-columns:repeat(4,1fr)}
@media(max-width:900px){.steps{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.steps{grid-template-columns:1fr}}
.step{position:relative;padding-top:.5rem}
.step .num{width:46px;height:46px;border-radius:50%;background:var(--red);color:#fff;font-family:var(--head);
  font-weight:700;display:grid;place-items:center;font-size:1.15rem;margin-bottom:.8rem;box-shadow:0 6px 16px rgba(239,106,77,.34)}
.step h3{font-size:1.12rem;margin-bottom:.3rem}
.step p{font-size:.95rem;margin-bottom:0}

/* Checklist */
.checks{list-style:none;padding:0;margin:0 0 1.2rem;display:grid;gap:.6rem}
.checks.two{grid-template-columns:1fr 1fr}
@media(max-width:560px){.checks.two{grid-template-columns:1fr}}
.checks li{display:flex;gap:.6rem;align-items:flex-start;margin:0}
.checks svg{width:20px;height:20px;color:#1f9d55;flex:0 0 auto;margin-top:.22rem}
.bg-navy .checks svg{color:var(--gold)}

/* Prose (articles / legal) */
.prose{max-width:760px}
.prose h2{margin-top:2.2rem}
.prose h3{margin-top:1.6rem}
.prose img{border-radius:var(--radius);box-shadow:var(--shadow-sm);margin:1.4rem 0}
.prose ul li::marker{color:var(--red)}
.prose blockquote{margin:1.6rem 0;padding:1rem 1.3rem;border-left:4px solid var(--red);background:var(--bg-soft);
  border-radius:0 10px 10px 0;color:var(--ink);font-style:italic}
.prose table{width:100%;border-collapse:collapse;margin:1.4rem 0;font-size:.95rem}
.prose th,.prose td{border:1px solid var(--line);padding:.7rem .85rem;text-align:left}
.prose th{background:var(--navy);color:#fff;font-family:var(--head)}
.prose tr:nth-child(even) td,.prose tbody tr:nth-child(even){background:var(--bg-soft)}

/* Table generic */
.table-scroll{margin:1.2rem 0;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:12px;min-width:0;max-width:100%}
.table-scroll .tbl{margin:0}
.table-scroll::-webkit-scrollbar{height:8px}
.table-scroll::-webkit-scrollbar-thumb{background:var(--line);border-radius:8px}
.tbl{width:100%;border-collapse:collapse;margin:1.2rem 0;font-size:.96rem;background:#fff;
  border-radius:12px;overflow:hidden;box-shadow:var(--shadow-sm)}
/* only the wide multi-column comparison table needs a scroll min-width */
@media(max-width:640px){.table-scroll .tbl-compare{min-width:520px}}
.tbl th,.tbl td{padding:.85rem 1rem;text-align:left;border-bottom:1px solid var(--line)}
.tbl th{background:var(--navy);color:#fff;font-family:var(--head);font-weight:600}
.tbl tr:nth-child(even) td{background:var(--bg-soft)}
.tbl td:first-child{font-weight:600;color:var(--ink)}

/* FAQ */
.faq{max-width:820px;margin-inline:auto}
.faq details{background:#fff;border:1px solid var(--line);border-radius:12px;margin-bottom:.8rem;
  box-shadow:var(--shadow-sm);overflow:hidden}
.faq summary{list-style:none;cursor:pointer;padding:1.1rem 1.3rem;font-family:var(--head);font-weight:600;
  color:var(--ink);display:flex;justify-content:space-between;gap:1rem;align-items:center}
.faq summary::-webkit-details-marker{display:none}
.faq summary .pm{width:22px;height:22px;flex:0 0 auto;color:var(--red);transition:transform .2s}
.faq details[open] summary .pm{transform:rotate(45deg)}
.faq details[open] summary{color:var(--red)}
.faq .ans{padding:0 1.3rem 1.2rem;color:var(--body)}
.faq .ans p:last-child{margin-bottom:0}

/* CTA band */
.cta-band{background:linear-gradient(115deg,var(--red-700),var(--red));color:#fff;text-align:center}
.cta-band h2{color:#fff}
.cta-band p{color:#ffe1e4;max-width:620px;margin-inline:auto;font-size:1.12rem}
.cta-band .btn-outline{background:#fff;color:var(--red-700);border-color:#fff}
.cta-band .btn-ghost{border-color:rgba(255,255,255,.75)}
.cta-phone{font-family:var(--head);font-weight:800;font-size:clamp(1.6rem,4vw,2.3rem);color:#fff;display:inline-block;margin:.4rem 0 1rem}
.cta-phone:hover{color:#fff;text-decoration:none}

/* Pills / tags */
.pills{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0;margin:1rem 0}
.pills li{margin:0}
.pill{display:inline-block;background:var(--bg-navy-soft);color:var(--navy);border-radius:999px;
  padding:.35rem .85rem;font-size:.86rem;font-weight:500}
a.pill:hover{background:var(--navy);color:#fff;text-decoration:none}

/* Location / link columns */
.linkcols{columns:3;column-gap:2rem}
@media(max-width:760px){.linkcols{columns:2}}
@media(max-width:460px){.linkcols{columns:1}}
.linkcols a{display:block;padding:.3rem 0;color:var(--body)}
.linkcols a:hover{color:var(--red)}

/* Sidebar layout for articles */
.with-side{display:grid;grid-template-columns:1fr 320px;gap:3rem;align-items:start}
@media(max-width:960px){.with-side{grid-template-columns:1fr}}
.side .box{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.4rem;
  box-shadow:var(--shadow-sm);margin-bottom:1.4rem}
.side.sticky{position:sticky;top:96px}
.side h4{font-family:var(--head);color:var(--navy);margin:0 0 .8rem;font-size:1.05rem}
.side ul{list-style:none;padding:0;margin:0}
.side ul li{margin:.25rem 0}
.side .box.navy{background:var(--navy);color:#fff}
.side .box.navy h4{color:#fff}
.side .box.navy a{color:#fff}

/* Map */
.map-embed{border:0;width:100%;height:100%;min-height:320px;border-radius:var(--radius)}
.map-wrap{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);min-height:320px}

/* Footer */
.site-footer{background:var(--navy-900);color:#aebbd2;font-size:.94rem}
.footer-top{padding:clamp(2.6rem,5vw,3.6rem) 0}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:2rem}
@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.footer-grid{grid-template-columns:1fr}}
.footer-grid>*{min-width:0}
.footer-grid a{overflow-wrap:anywhere}
.footer-grid h4{color:#fff;font-size:1rem;margin:0 0 1rem;font-family:var(--head)}
.footer-grid ul{list-style:none;padding:0;margin:0}
.footer-grid li{margin:.4rem 0}
.footer-grid a{color:#aebbd2}
.footer-grid a:hover{color:#fff}
.f-brand img{width:56px;height:56px;margin-bottom:.8rem}
.f-brand b{color:#fff;font-family:var(--head);font-size:1.1rem;display:block}
.f-contact li{display:flex;gap:.6rem;align-items:flex-start}
.f-contact svg{width:18px;height:18px;color:var(--gold);flex:0 0 auto;margin-top:.2rem}
.f-map iframe{width:100%;height:170px;border:0;border-radius:10px;margin-top:.5rem}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.2rem 0;font-size:.85rem}
.footer-bottom .wrap{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.8rem;align-items:center}
.footer-bottom a{color:#c7d2e6}
.f-social{display:flex;gap:.6rem}
.f-social a{width:36px;height:36px;border-radius:8px;background:rgba(255,255,255,.08);display:grid;place-items:center}
.f-social a:hover{background:var(--red)}
.f-social svg{width:18px;height:18px;color:#fff}

/* Sticky mobile call bar */
.callbar{position:fixed;left:0;right:0;bottom:0;z-index:55;display:none;
  background:var(--navy);border-top:2px solid var(--red);padding:.5rem .7rem;
  box-shadow:0 -6px 20px rgba(7,29,63,.28)}
.callbar a{display:flex;align-items:center;justify-content:center;gap:.5rem;background:var(--red);color:#fff;
  font-family:var(--head);font-weight:700;padding:.75rem;border-radius:9px;font-size:1.05rem}
.callbar a:hover{text-decoration:none}
.callbar svg{width:20px;height:20px}
@media(max-width:1024px){.callbar{display:block}body{padding-bottom:64px}}

/* Utility */
.badge{display:inline-flex;align-items:center;gap:.4rem;background:var(--bg-navy-soft);color:var(--navy);
  font-family:var(--head);font-weight:600;font-size:.8rem;padding:.35rem .8rem;border-radius:999px}
.badge svg{width:15px;height:15px;color:var(--red)}
.divider{height:1px;background:var(--line);margin:2rem 0}
.mt2{margin-top:1.4rem}.mt3{margin-top:2rem}
.author{display:flex;gap:.8rem;align-items:center;margin:1.5rem 0;padding:1rem 1.2rem;background:var(--bg-soft);border-radius:12px}
.author img{width:52px;height:52px;border-radius:50%;object-fit:cover}
.author b{color:var(--ink);font-family:var(--head)}
.author small{color:var(--muted)}
.postmeta{color:var(--muted);font-size:.9rem;margin-bottom:1rem;display:flex;gap:1rem;flex-wrap:wrap}
.postmeta span{display:inline-flex;gap:.35rem;align-items:center}
.postmeta svg{width:15px;height:15px}
:focus-visible{outline:3px solid var(--gold);outline-offset:2px;border-radius:4px}
.skip{position:absolute;left:-999px;top:0;background:#fff;color:var(--navy);padding:.7rem 1rem;z-index:100}
.skip:focus{left:8px;top:8px}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto}}

/* ============================================================
   GULFPORT COASTAL THEME OVERRIDES — distinct look vs siblings
   ============================================================ */
/* Sturdy, uppercase buttons with modest radius (not pill, not soft) */
.btn{border-radius:7px;text-transform:uppercase;letter-spacing:.045em;font-weight:700;font-size:.92rem}
.btn-lg{border-radius:8px;font-size:1rem}
/* Eyebrow: green, letterspaced, no dash */
.eyebrow{letter-spacing:.18em}
/* Wave divider at the bottom of hero + page-hero (coastal signature) */
.hero,.page-hero{position:relative}
.hero::before,.page-hero::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:46px;z-index:3;
  background:var(--bg) ;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 46' preserveAspectRatio='none'%3E%3Cpath d='M0 46 L0 20 C 150 44 300 44 450 26 C 620 6 780 6 950 24 C 1060 36 1140 34 1200 22 L1200 46 Z' fill='%23000'/%3E%3C/svg%3E") bottom/100% 46px no-repeat;
          mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 46' preserveAspectRatio='none'%3E%3Cpath d='M0 46 L0 20 C 150 44 300 44 450 26 C 620 6 780 6 950 24 C 1060 36 1140 34 1200 22 L1200 46 Z' fill='%23000'/%3E%3C/svg%3E") bottom/100% 46px no-repeat;}
.page-hero .wrap{padding-bottom:calc(clamp(2.6rem,5vw,4rem) + 28px)}
.hero .wrap{padding-bottom:calc(clamp(3.2rem,7vw,6rem) + 24px)}
/* Trust bar: ocean row with vertical dividers, coral icons */
.trustbar{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.trustbar .wrap{padding-block:2rem}
.trust-item{align-items:center}
.trust-item + .trust-item{}
@media(min-width:821px){.trust-item{border-left:1px solid var(--line);padding-left:1.3rem}
  .trustbar .wrap>.trust-item:first-child{border-left:0;padding-left:0}}
.trust-item svg{color:var(--red)}
.trust-item b{color:var(--navy)}
/* Cards: rounded, circular icon, soft; accent appears on hover as bottom bar */
.card{border-radius:16px;border-top:0;position:relative;overflow:hidden}
.card::after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .2s}
.card:hover::after{transform:scaleX(1)}
.card .ico{border-radius:50%;background:var(--bg-navy-soft);color:var(--navy)}
.svc-card{border-top:0}
.svc-card .ico{border-radius:50%;background:var(--navy);color:#fff}
.card-link{color:var(--red-600)}
/* Steps: circular ocean number with coral ring */
.step .num{background:var(--navy);box-shadow:0 0 0 5px var(--bg-navy-soft),0 6px 16px rgba(18,74,115,.28)}
/* Media frames a touch more rounded */
.split-media img{border-radius:18px}
/* Badge / pills coastal */
.badge{background:var(--bg-navy-soft);color:var(--navy)} .badge svg{color:var(--red)}
a.pill:hover{background:var(--navy);color:#fff}
/* Sticky call bar coral accent */
.callbar{border-top:2px solid var(--red)}
