/*
Theme Name: Satellite Support
Theme URI: https://radiosmpro.online/
Author: Satellite Support
Description: Professional support and subscription site for satellite radio. Navy and teal, mobile first, no page builder required. Phone number, brand name and hours are all editable from Appearance > Customize.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: satellite-support
Tags: business, one-column, two-columns, custom-menu, custom-colors, editor-style, full-width-template, block-styles, wide-blocks
*/

/* ==========================================================================
   0. Tokens
   ========================================================================== */
:root{
  --navy:#0B1F35;
  --navy-2:#12324F;
  --navy-3:#1D4B76;
  --teal:#0F766E;
  --teal-d:#0A5A54;
  --teal-w:#E8F3F1;
  --ink:#14273B;
  --body:#41566C;
  --muted:#6B8098;
  --line:#DEE7EF;
  --line-2:#EDF2F7;
  --bg:#F4F7FA;
  --card:#FFFFFF;
  --amber:#B2751A;
  --amber-w:#FDF6EA;
  --r:14px;
  --r-sm:8px;
  --sh:0 1px 2px rgba(11,31,53,.05),0 8px 24px -12px rgba(11,31,53,.14);
  --sh-lg:0 2px 4px rgba(11,31,53,.06),0 18px 40px -18px rgba(11,31,53,.24);
  --wrap:1180px;
  --hd:'Manrope',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
  --bd:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
}

/* ==========================================================================
   1. Reset
   ========================================================================== */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:16px}
body{
  margin:0;background:var(--bg);color:var(--body);
  font-family:var(--bd);font-size:16px;line-height:1.62;
  -webkit-font-smoothing:antialiased;overflow-x:hidden;
}
img,svg,video{max-width:100%;height:auto;display:block}
h1,h2,h3,h4{font-family:var(--hd);color:var(--ink);margin:0 0 .5em;line-height:1.2;letter-spacing:-.02em;font-weight:800}
p{margin:0 0 1em}
a{color:var(--teal);text-decoration:none}
a:hover{text-decoration:underline}
ul,ol{margin:0 0 1em;padding-left:1.15em}
:focus-visible{outline:3px solid var(--teal);outline-offset:2px;border-radius:4px}
.scr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.wrap{max-width:var(--wrap);margin:0 auto;padding-inline:20px}

/* ==========================================================================
   2. Header
   ========================================================================== */
.site-header{position:static;background:var(--card);border-bottom:1px solid var(--line)}

.topbar{background:var(--navy);color:#CBDAE8;font-size:.83rem}
.topbar .wrap{display:flex;align-items:center;justify-content:space-between;gap:12px;
  min-height:40px;padding-block:6px;flex-wrap:wrap}
.tb-l,.tb-r{display:flex;align-items:center;gap:9px;min-width:0}
.tb-ico{width:14px;height:14px;flex:0 0 auto;fill:var(--teal)}
.tb-lab{color:#93AAC1}
.tb-num{color:#fff;font-weight:700;letter-spacing:.2px;white-space:nowrap}
.tb-num:hover{color:#fff}
.tb-hours{color:#93AAC1;white-space:nowrap}
.dot{width:7px;height:7px;border-radius:50%;background:#34D399;flex:0 0 auto}

.mainnav .wrap{display:flex;align-items:center;gap:20px;min-height:72px;padding-block:12px}
.brand{display:flex;align-items:center;gap:10px;flex:0 0 auto;text-decoration:none;min-height:42px}
.brand:hover{text-decoration:none}
.brand-mark{width:34px;height:34px;flex:0 0 auto;border-radius:9px;background:var(--navy);
  display:grid;place-items:center}
.brand-mark svg{width:20px;height:20px;stroke:var(--teal);fill:none;stroke-width:2;stroke-linecap:round}
.brand-name{font-family:var(--hd);font-weight:800;font-size:1.18rem;color:var(--ink);
  letter-spacing:-.03em;line-height:1.1;white-space:nowrap}
.brand-sub{display:block;font-family:var(--bd);font-size:.66rem;font-weight:600;color:var(--muted);
  letter-spacing:.09em;text-transform:uppercase;margin-top:1px}

.nav-cta{margin-left:auto}

.nav-cta{flex:0 0 auto}
.btn-call-nav{display:inline-flex;align-items:center;gap:7px;background:var(--teal);color:#fff;
  padding:11px 18px;border-radius:var(--r-sm);font-weight:800;font-size:.875rem;
  letter-spacing:.01em;white-space:nowrap;box-shadow:0 2px 10px -2px rgba(15,118,110,.5);text-decoration:none}
.btn-call-nav:hover{background:var(--teal-d);color:#fff;text-decoration:none}
.btn-call-nav svg{width:15px;height:15px;fill:currentColor;flex:0 0 auto}

/* ==========================================================================
   3. Hero
   ========================================================================== */
.hero{background:linear-gradient(170deg,var(--navy) 0%,var(--navy-2) 100%);
  color:#fff;padding-block:clamp(38px,5.5vw,62px);position:relative;overflow:hidden}
.hero::after{content:"";position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(700px 300px at 88% -10%,rgba(15,118,110,.34),transparent 62%)}
.hero .wrap{position:relative;z-index:1;max-width:900px;text-align:center}
.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.16);border-radius:100px;padding:6px 15px;
  font-size:.74rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#9FD5CE;margin-bottom:16px}
.hero h1{color:#fff;font-size:clamp(1.65rem,4.2vw,2.7rem);margin-bottom:14px;letter-spacing:-.032em}
.hero-lede{font-size:clamp(1rem,1.6vw,1.1rem);color:#C2D3E2;max-width:640px;margin:0 auto;line-height:1.6}

/* Hero call to action — the primary conversion point on the site. The number
   sits inside the button so the whole target dials, rather than asking someone
   to read a number and then find a separate button. */
.hero-cta{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;align-items:stretch;
  margin-top:clamp(22px,3vw,30px)}
.btn-hero{display:inline-flex;align-items:center;justify-content:center;gap:11px;
  background:var(--teal);color:#fff;border-radius:10px;padding:16px 28px;min-height:60px;
  font-family:var(--hd);font-weight:800;font-size:clamp(1.02rem,2.2vw,1.2rem);letter-spacing:-.01em;
  box-shadow:0 6px 22px -6px rgba(15,118,110,.75),0 0 0 1px rgba(255,255,255,.08) inset;
  text-decoration:none;transition:transform .16s,background .16s}
.btn-hero:hover{background:#12897F;color:#fff;text-decoration:none;transform:translateY(-1px)}
.btn-hero svg{width:19px;height:19px;fill:currentColor;flex:0 0 auto}
.btn-hero .hb-num{font-variant-numeric:tabular-nums;white-space:nowrap}
.btn-hero .hb-sep{opacity:.55;font-weight:600}
.btn-hero-ghost{display:inline-flex;align-items:center;justify-content:center;gap:9px;
  background:rgba(255,255,255,.06);color:#DCE8F2;border:1.5px solid rgba(255,255,255,.24);
  border-radius:10px;padding:16px 24px;min-height:60px;font-weight:700;font-size:.97rem;text-decoration:none}
.btn-hero-ghost:hover{background:rgba(255,255,255,.13);color:#fff;text-decoration:none}

.hero-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 22px;
  margin:20px 0 0;font-size:.83rem;color:#9FB8CE}
.hero-trust span{display:inline-flex;align-items:center;gap:6px}
.hero-trust svg{width:14px;height:14px;fill:#4FBFAF;flex:0 0 auto}

/* ---- Hero tiles: the five routes, in place of a navigation bar ---------- */
.hero-tiles{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;
  margin:clamp(26px,3.4vw,36px) auto 0;max-width:1000px}
.htile{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:11px;
  padding:20px 12px 18px;border-radius:14px;text-align:center;text-decoration:none;
  background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.15);
  color:#E6EEF6;font-family:var(--hd);font-weight:700;font-size:.875rem;line-height:1.3;
  letter-spacing:-.015em;transition:background .18s,border-color .18s,transform .18s;min-width:0}
.htile:hover,.htile:focus-visible{background:rgba(255,255,255,.15);border-color:rgba(127,227,216,.55);
  color:#fff;text-decoration:none;transform:translateY(-2px)}
.ht-ico{width:40px;height:40px;flex:0 0 auto;border-radius:11px;display:grid;place-items:center;
  background:rgba(15,118,110,.42);border:1px solid rgba(127,227,216,.22)}
.ht-ico svg{width:20px;height:20px;fill:#7FE3D8}
.ht-lab{display:block}

/* Compact variant for inner-page banners */
.page-hero .hero-tiles{margin-top:24px}
.hero-tiles-sm .htile{flex-direction:row;justify-content:center;gap:9px;padding:12px 14px;
  border-radius:100px;font-size:.82rem}
.hero-tiles-sm .ht-ico{width:26px;height:26px;border-radius:8px}
.hero-tiles-sm .ht-ico svg{width:14px;height:14px}

/* ==========================================================================
   4. Sections
   ========================================================================== */
.sec{padding-block:clamp(40px,5.5vw,68px)}
.sec-alt{background:var(--card);border-block:1px solid var(--line)}
.sec-head{text-align:center;max-width:720px;margin:0 auto clamp(26px,3.5vw,40px)}
.eyebrow{display:inline-block;background:var(--teal-w);color:var(--teal-d);border-radius:100px;
  padding:5px 14px;font-size:.71rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px}
.sec-head h2{font-size:clamp(1.4rem,3vw,2rem);margin-bottom:10px}
.sec-head p{color:var(--muted);font-size:1rem;margin:0}

/* ==========================================================================
   5. Issue cards
   ========================================================================== */
/* six tracks so the two cards on the second row sit centred under the three
   above them, instead of stranding an empty column on the right */
.issue-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px;align-items:stretch}
.issue-grid>*{grid-column:span 2}
.issue-grid>*:nth-child(4){grid-column:2/span 2}
.icard{background:var(--card);border:1px solid var(--line);border-radius:var(--r);
  padding:22px;display:flex;flex-direction:column;box-shadow:var(--sh);min-width:0}
.icard.hl{border-color:#BFDEDA;box-shadow:var(--sh-lg)}
.icard-top{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.icard-ico{width:42px;height:42px;flex:0 0 auto;border-radius:11px;background:var(--teal-w);
  display:grid;place-items:center}
.icard-ico svg{width:21px;height:21px;fill:var(--teal-d)}
.icard h3{font-size:1.02rem;margin:0;letter-spacing:-.02em;line-height:1.28}
.icard ul{list-style:none;margin:0 0 18px;padding:0;flex:1 1 auto}
.icard li{position:relative;padding-left:19px;margin-bottom:9px;font-size:.895rem;line-height:1.52;color:var(--body)}
.icard li::before{content:"";position:absolute;left:2px;top:.6em;width:6px;height:6px;
  border-radius:50%;background:var(--teal);opacity:.55}
.icard li:last-child{margin-bottom:0}
.icard-act{margin-top:auto;display:flex;flex-direction:column;gap:9px}
.btn-call{display:flex;align-items:center;justify-content:center;gap:8px;min-height:48px;
  background:var(--navy);color:#fff;border-radius:var(--r-sm);padding:12px 14px;
  font-weight:800;font-size:.88rem;letter-spacing:.01em;text-align:center;text-decoration:none}
.btn-call:hover{background:var(--navy-2);color:#fff;text-decoration:none}
.btn-call svg{width:15px;height:15px;fill:currentColor;flex:0 0 auto}
.btn-call.teal{background:var(--teal)}
.btn-call.teal:hover{background:var(--teal-d)}
.alt-link{display:block;text-align:center;font-size:.83rem;font-weight:700;color:var(--teal-d);
  padding:11px 8px;border-radius:var(--r-sm);min-height:42px;line-height:1.45}
.alt-link:hover{background:var(--teal-w);text-decoration:none}

/* ==========================================================================
   6. Call card
   ========================================================================== */
.callcard{max-width:660px;margin:clamp(26px,3.5vw,38px) auto 0;background:var(--card);
  border:1px solid var(--line);border-top:3px solid var(--teal);border-radius:var(--r);
  padding:clamp(24px,3.5vw,34px) 24px;text-align:center;box-shadow:var(--sh-lg)}
.callcard p.cc-lede{color:var(--body);font-size:.97rem;max-width:480px;margin:0 auto 18px}
.cc-label{display:block;font-size:.71rem;font-weight:800;letter-spacing:.13em;
  text-transform:uppercase;color:var(--muted);margin-bottom:6px}
.cc-num{display:block;font-family:var(--hd);font-size:clamp(1.6rem,4.4vw,2.15rem);font-weight:800;
  color:var(--navy);letter-spacing:-.03em;margin-bottom:16px;text-decoration:none}
.cc-num:hover{color:var(--teal-d);text-decoration:none}
.cc-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;width:100%;
  max-width:330px;min-height:52px;background:var(--teal);color:#fff;border-radius:var(--r-sm);
  padding:14px 22px;font-weight:800;font-size:.97rem;box-shadow:0 4px 16px -4px rgba(15,118,110,.55);
  text-decoration:none}
.cc-btn:hover{background:var(--teal-d);color:#fff;text-decoration:none}
.cc-btn svg{width:17px;height:17px;fill:currentColor;flex:0 0 auto}
.cc-micro{font-size:.79rem;color:var(--muted);margin:12px 0 0}

/* ==========================================================================
   7. Plans
   ========================================================================== */
.plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}
.pcard{background:var(--card);border:1px solid var(--line);border-radius:var(--r);
  padding:24px 22px;display:flex;flex-direction:column;box-shadow:var(--sh);position:relative;min-width:0}
.pcard.feat{border:2px solid var(--teal);box-shadow:var(--sh-lg)}
.pbadge{display:inline-block;align-self:flex-start;border-radius:100px;padding:4px 12px;
  font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px}
.pbadge.pop{background:var(--teal);color:#fff}
.pbadge.fam{background:var(--amber-w);color:var(--amber)}
.pcard h3{font-size:1.1rem;margin:0 0 14px}
.price{display:flex;align-items:baseline;flex-wrap:wrap;gap:7px;margin-bottom:4px}
.price-old{font-size:.86rem;color:var(--muted);text-decoration:line-through}
.price-new{font-family:var(--hd);font-size:2.05rem;font-weight:800;color:var(--navy);letter-spacing:-.035em}
.price-per{font-size:.87rem;color:var(--muted);font-weight:600}
.pdesc{font-size:.9rem;color:var(--body);margin:10px 0 18px;flex:1 1 auto;line-height:1.55}
.pcard .btn-call{margin-top:auto}
.plan-note{max-width:820px;margin:24px auto 0;text-align:center;font-size:.82rem;
  color:var(--muted);line-height:1.65}

/* ==========================================================================
   8. Parts
   ========================================================================== */
.part-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}
.partcard{background:var(--card);border:1px solid var(--line);border-radius:var(--r);
  overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--sh);min-width:0}
.part-art{background:linear-gradient(160deg,#F2F6FA,#E6EDF4);border-bottom:1px solid var(--line);
  aspect-ratio:16/10;display:grid;place-items:center;padding:18px}
.part-art svg{width:100%;max-width:190px;height:auto}
.part-body{padding:20px;display:flex;flex-direction:column;flex:1 1 auto}
.partcard h3{font-size:1.01rem;margin:0 0 8px}
.partcard p{font-size:.885rem;color:var(--body);margin:0 0 16px;flex:1 1 auto;line-height:1.55}
.part-price{font-family:var(--hd);font-weight:800;color:var(--navy);font-size:1.2rem;margin-bottom:14px}

/* ==========================================================================
   9. FAQ
   ========================================================================== */
.faq-list{max-width:800px;margin:0 auto;display:grid;gap:12px}
.faq-item{background:var(--card);border:1px solid var(--line);border-radius:var(--r);overflow:hidden}
.faq-item summary{cursor:pointer;list-style:none;padding:17px 52px 17px 20px;position:relative;
  font-family:var(--hd);font-weight:700;font-size:.99rem;color:var(--ink);line-height:1.42}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:"";position:absolute;right:21px;top:50%;width:9px;height:9px;
  border-right:2.2px solid var(--teal);border-bottom:2.2px solid var(--teal);
  transform:translateY(-70%) rotate(45deg);transition:transform .22s}
.faq-item[open] summary::after{transform:translateY(-25%) rotate(225deg)}
.faq-item summary:hover{background:var(--line-2)}
.faq-a{padding:0 20px 18px;font-size:.925rem;color:var(--body);line-height:1.68}
.faq-a p:last-child{margin-bottom:0}
.sec-more{text-align:center;margin:24px 0 0}
.sec-more a{font-weight:700;font-size:.93rem;display:inline-block;padding:10px 16px;border-radius:var(--r-sm)}
.sec-more a:hover{background:var(--teal-w);text-decoration:none}

/* ==========================================================================
   10. Trust + footer
   ========================================================================== */
.trust{background:var(--card);border-block:1px solid var(--line);padding-block:34px}
.trust .wrap{max-width:860px;text-align:center}
.trust h3{font-size:1.06rem;margin-bottom:10px}
.trust p{font-size:.855rem;color:var(--muted);line-height:1.7;margin:0}

.site-footer{background:var(--navy);color:#A9BED2;padding-block:40px 30px;font-size:.86rem}
.foot-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:30px;margin-bottom:28px}
.foot-grid .brand-name{color:#fff}
.foot-grid .brand-sub{color:#7E97AF}
.foot-grid .brand-mark{background:rgba(255,255,255,.08)}
.foot-about{margin:14px 0 12px;color:#A9BED2;line-height:1.66;max-width:380px}
.foot-phone{display:inline-flex;align-items:center;gap:8px;color:#fff;font-weight:800;font-size:1.02rem}
.foot-phone svg{width:15px;height:15px;fill:var(--teal)}
.foot-h{font-family:var(--hd);color:#fff;font-size:.78rem;font-weight:800;letter-spacing:.1em;
  text-transform:uppercase;margin:0 0 12px}
.site-footer ul{list-style:none;margin:0;padding:0}
.site-footer li{margin-bottom:9px}
.site-footer li a{color:#A9BED2;text-decoration:none}
.site-footer li a:hover{color:#fff;text-decoration:underline}
.foot-legal{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;font-size:.78rem;
  color:#8CA4BC;line-height:1.68}
.foot-legal a{color:#B9CBDC}
.foot-bot{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-top:16px;
  padding-top:16px;border-top:1px solid rgba(255,255,255,.1);color:#7E97AF;font-size:.78rem}
.foot-bot ul{display:flex;gap:16px;flex-wrap:wrap}
.foot-bot li{margin:0}

/* ==========================================================================
   11. Prose (Privacy / Terms / editor pages)
   ========================================================================== */
.prose{max-width:760px;margin:0 auto;background:var(--card);border:1px solid var(--line);
  border-radius:var(--r);padding:clamp(26px,4vw,44px);box-shadow:var(--sh)}
.prose h1{font-size:clamp(1.5rem,3.4vw,2.1rem);margin-bottom:.45em}
.prose h2{font-size:1.2rem;margin-top:1.7em;padding-top:1.1em;border-top:1px solid var(--line-2)}
.prose h2:first-of-type{border-top:0;padding-top:0;margin-top:1.2em}
.prose h3{font-size:1.02rem;margin-top:1.5em}
.prose p,.prose li{font-size:.95rem;line-height:1.72}
.prose ul,.prose ol{padding-left:1.25em}
.prose li{margin-bottom:.5em}
.prose .lede{font-size:1.04rem;color:var(--muted);line-height:1.66}
.page-hero{background:var(--navy);color:#fff;padding-block:clamp(30px,4vw,48px)}
.page-hero h1{color:#fff;font-size:clamp(1.5rem,3.6vw,2.3rem);margin:0;text-align:center}
.page-hero p{text-align:center;color:#B4C8DA;margin:.6em auto 0;max-width:620px;font-size:.99rem}

/* steps used on Signal Help */
.steps{counter-reset:s;list-style:none;padding:0;margin:0;display:grid;gap:14px}
.steps li{counter-increment:s;position:relative;background:var(--card);border:1px solid var(--line);
  border-radius:var(--r);padding:18px 20px 18px 62px;box-shadow:var(--sh);margin:0}
.steps li::before{content:counter(s);position:absolute;left:18px;top:17px;width:30px;height:30px;
  border-radius:9px;background:var(--teal);color:#fff;display:grid;place-items:center;
  font-family:var(--hd);font-weight:800;font-size:.93rem}
.steps h3{font-size:1rem;margin:0 0 6px}
.steps p{font-size:.9rem;margin:0;line-height:1.6}
.callout{background:var(--teal-w);border:1px solid #C4E0DC;border-left:4px solid var(--teal);
  border-radius:var(--r-sm);padding:16px 18px;margin:20px 0;font-size:.91rem;color:var(--ink)}
.callout p:last-child{margin-bottom:0}
.callout strong{color:var(--teal-d)}

/* ==========================================================================
   12. Responsive
   ========================================================================== */
@media(max-width:1080px){
  .btn-call-nav{padding:11px 15px}
}
@media(max-width:1040px){
  /* six tracks, each tile spanning two, so the two tiles that drop to the
     second row sit centred under the three above instead of hugging the left */
  .hero-tiles{grid-template-columns:repeat(6,1fr);max-width:660px}
  .hero-tiles>*{grid-column:span 2}
  .hero-tiles>*:nth-child(4){grid-column:2/span 2}
}
@media(max-width:940px){
  .issue-grid{grid-template-columns:repeat(4,1fr)}
  .issue-grid>*,.issue-grid>*:nth-child(4){grid-column:span 2}
  .issue-grid>*:nth-child(5){grid-column:2/span 2}
  .plan-grid,.part-grid{grid-template-columns:repeat(2,1fr)}
  .foot-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  body{font-size:15.5px}
  .topbar .wrap{justify-content:center;row-gap:4px}
  .tb-hours{display:none}
  .issue-grid{grid-template-columns:1fr;gap:14px}
  .issue-grid>*,.issue-grid>*:nth-child(4),.issue-grid>*:nth-child(5){grid-column:1/-1}
  .plan-grid,.part-grid{grid-template-columns:1fr;gap:14px}
  .foot-grid{grid-template-columns:1fr;gap:26px}
  .foot-about{max-width:none}
  .pcard.feat{order:-1}
}
@media(max-width:700px){
  /* two across, and the odd fifth tile spans the full width as a wide row */
  .hero-tiles{grid-template-columns:repeat(2,1fr);gap:10px;max-width:430px}
  .hero-tiles>*,.hero-tiles>*:nth-child(4){grid-column:auto}
  .hero-tiles>*:last-child:nth-child(odd){grid-column:1/-1;flex-direction:row;justify-content:center;gap:10px}
  .htile{padding:15px 10px;font-size:.83rem;gap:9px}
  .ht-ico{width:34px;height:34px}
  .ht-ico svg{width:17px;height:17px}
  .hero-tiles-sm{grid-template-columns:1fr 1fr}
  .hero-tiles-sm .htile{padding:11px 10px}
}
@media(max-width:560px){
  .hero-cta{flex-direction:column;align-items:stretch}
  .btn-hero,.btn-hero-ghost{width:100%}
  .hero-trust{gap:8px 16px;font-size:.79rem}
}
@media(max-width:430px){
  /* brand + call button on one row: the strapline is the part that gives way */
  .brand-sub{display:none}
  .brand-name{font-size:1.02rem}
  .brand-mark{width:30px;height:30px}
  .btn-call-nav{padding:10px 13px;font-size:.82rem;gap:6px}
  .mainnav .wrap{gap:10px;min-height:60px}
}
@media(max-width:420px){
  .wrap{padding-inline:16px}
  .btn-hero{padding:15px 14px;font-size:1rem;gap:8px}
  .tb-lab{display:none}
  .brand-name{font-size:1.06rem}
  .icard,.pcard{padding:18px 16px}
  .part-body{padding:16px}
  .btn-call{font-size:.845rem;padding:12px 10px}
}

/* ==========================================================================
   13. Print / motion
   ========================================================================== */
/* Below ~340px the label and the number no longer fit on one line together;
   the number is the part that has to survive. */
@media(max-width:344px){
  .btn-hero .hb-lab,.btn-hero .hb-sep{display:none}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.001ms!important;transition-duration:.001ms!important}
}
