/* ==========================================================================
   IPTV South Africa — design system
   Lives in scripts/ because the build wipes the output directory.
   ========================================================================== */

:root{
  --ink:#150c33; --ink-2:#1e1148; --ink-3:#2b1a6b;
  --grape:#4c1d95; --violet:#6d28d9; --magenta:#a21caf;
  --flame:#f97316; --amber:#fb923c; --gold:#fbbf24;
  /* #c026d3 measured 4.32:1 as .eyebrow on --mist; #a21caf is 5.80 there, 6.32 on white */
  --paper:#ffffff; --mist:#f6f4fb; --line:#e6e1f2;
  --fg:#1b1533; --mut:#6b6486; --ok:#16a34a;
  --r:16px; --r-sm:10px; --r-pill:999px;
  --shadow:0 10px 30px -12px rgb(21 12 51 / .28);
  --shadow-lg:0 24px 60px -20px rgb(21 12 51 / .38);
  --wrap:1180px;
  --s1:.5rem; --s2:.75rem; --s3:1rem; --s4:1.5rem; --s5:2rem; --s6:2.5rem; --s7:3.5rem;
  --measure:60ch; --measure-tight:52ch;
  --grad-hero:linear-gradient(155deg,#1e1148 0%,#3b1d7a 45%,#5b2192 100%);
  --grad-strip:linear-gradient(90deg,#9f1239 0%,#c2410c 55%,#c2410c 100%);
  --grad-cta:linear-gradient(135deg,#f97316 0%,#fb923c 100%);
  --grad-steps:linear-gradient(135deg,#4c1d95 0%,#7e1e9c 60%,#86198f 100%);
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
body{margin:0;background:var(--paper);color:var(--fg);overflow-x:hidden;
  font:16px/1.7 system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
svg{display:block}
a{color:var(--violet)}
.text-link{display:inline-block;margin:0;font-weight:700}
.wrap{max-width:var(--wrap);margin-inline:auto;padding-inline:20px}
.center{text-align:center}
.stack-3{margin-top:var(--s3)} .stack-4{margin-top:var(--s4)}
.stack-5{margin-top:var(--s5)} .stack-6{margin-top:var(--s6)}
.measure{max-width:var(--measure);margin-inline:auto}
.measure-tight{max-width:var(--measure-tight);margin-inline:auto}
.cta-row{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}

h1,h2,h3{line-height:1.15;letter-spacing:-.02em;margin:0 0 .5em}
h1{font-size:clamp(1.9rem,1.2rem + 3vw,3.1rem);font-weight:800}
h2{font-size:clamp(1.5rem,1.1rem + 1.8vw,2.3rem);font-weight:800}
h3{font-size:1.375rem;font-weight:700;line-height:1.25}
.card h3{font-size:1.185rem;margin-bottom:.45rem}
p{margin:0 0 1rem}
.lede{font-size:1.06rem;color:var(--mut)}
.eyebrow{display:inline-block;font-size:.72rem;font-weight:800;letter-spacing:.16em;
  text-transform:uppercase;color:var(--magenta);margin-bottom:.6rem}
.section{padding:clamp(3rem,7vw,5.5rem) 0}
.section--mist{background:var(--mist)}

.btn{display:inline-flex;align-items:center;gap:.55rem;background:var(--grad-cta);color:#3b1700;
  text-decoration:none;font-weight:700;font-size:.98rem;padding:.85rem 1.6rem;border:0;
  border-radius:var(--r-pill);cursor:pointer;box-shadow:0 8px 22px -8px rgb(249 115 22 / .75);
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}
.btn:hover{transform:translateY(-2px);box-shadow:0 14px 30px -10px rgb(249 115 22 / .8);filter:brightness(1.05)}
.btn--ghost{background:transparent;color:#fff;border:1.5px solid rgb(255 255 255 / .5);box-shadow:none}
.btn--ghost:hover{background:rgb(255 255 255 / .12);box-shadow:none}
.btn--dark{background:var(--ink-2);color:#fff;box-shadow:0 8px 22px -10px rgb(21 12 51 / .7)}
.btn--sm{padding:.6rem 1.15rem;font-size:.9rem}
.btn--block{width:100%;justify-content:center}

.topbar{background:var(--ink);color:#cfc6ec;font-size:.82rem}
.topbar .wrap{display:flex;gap:1.2rem;align-items:center;min-height:38px;flex-wrap:wrap}
.topbar a{color:#cfc6ec;text-decoration:none;display:inline-block;padding-block:.45rem}
.topbar a:hover{color:#fff}
.site-head{position:sticky;top:0;z-index:50;background:rgb(255 255 255 / .93);
  backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.site-head .wrap{display:flex;align-items:center;gap:1.2rem;min-height:70px}
.brand{display:flex;align-items:center;gap:.6rem;font-weight:800;color:var(--ink);
  text-decoration:none;letter-spacing:-.02em}
.brand svg{width:34px;height:34px;flex:none}
.nav{margin-left:auto;display:flex;align-items:center;gap:1.5rem}
.nav a{color:var(--fg);text-decoration:none;font-size:.94rem;font-weight:600}
.nav a:hover,.nav a[aria-current=page]{color:var(--magenta)}
.nav-toggle{display:none;margin-left:auto;background:none;border:0;padding:.5rem;cursor:pointer;
  min-width:44px;min-height:44px;flex-direction:column;align-items:center;justify-content:center}
.nav-toggle span{display:block;width:24px;height:2px;background:var(--ink);margin:5px 0;border-radius:2px}
@media (max-width:900px){
  .nav-toggle{display:flex}
  .nav{position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;align-items:stretch;
    gap:0;padding:1rem 20px 1.5rem;border-bottom:1px solid var(--line);
    transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto;box-shadow:var(--shadow)}
  .js .nav{transform:translateY(-12px);opacity:0;visibility:hidden;pointer-events:none;transition:transform .3s ease,opacity .3s ease,visibility .3s ease}
  .js .nav[data-open=true]{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto}
  .nav a{padding:.8rem 0;border-bottom:1px solid var(--line)}
  .nav .btn{margin-top:1rem}
}

.hero{background:var(--grad-hero);color:#fff;position:relative;overflow:hidden}
.hero::after{content:"";position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(60% 50% at 85% 10%,rgb(192 38 211 / .35),transparent 60%),
             radial-gradient(45% 40% at 5% 90%,rgb(249 115 22 / .22),transparent 60%)}
.hero .wrap{position:relative;z-index:1;padding-block:clamp(3rem,7vw,5.5rem)}
.hero-grid{display:grid;gap:2.5rem;grid-template-columns:1.15fr .85fr;align-items:center}
@media (max-width:900px){.hero-grid{grid-template-columns:1fr}}
.hero h1{color:#fff;max-width:17ch}
.hero p{color:#d9d2f2;max-width:52ch}
.hero-list{list-style:none;padding:0;margin:1.6rem 0;display:grid;gap:.6rem}
.hero-list li{display:flex;gap:.65rem;align-items:flex-start;font-size:.97rem;color:#efeaff}
.hero-list svg{width:20px;height:20px;max-width:20px;flex:none;margin-top:.18rem;color:var(--amber)}
.hero-cta{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:.5rem}
.hero-card{background:rgb(255 255 255 / .07);border:1px solid rgb(255 255 255 / .16);
  border-radius:var(--r);padding:1.5rem;backdrop-filter:blur(8px)}
.hero-card h2,.hero-card h3{color:#fff;font-size:1rem;margin-bottom:1rem}
.spec{display:flex;justify-content:space-between;gap:1rem;padding:.6rem 0;
  border-bottom:1px dashed rgb(255 255 255 / .18);font-size:.92rem}
.spec:last-child{border-bottom:0}
.spec span:first-child{color:#c8bfe8}
.spec span:last-child{font-weight:700;color:#fff}
.stat-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin-top:1.6rem}
.stat{background:rgb(255 255 255 / .08);border:1px solid rgb(255 255 255 / .16);
  border-radius:var(--r-sm);padding:.9rem;text-align:center}
.stat b{display:block;font-size:1.35rem;color:var(--gold);letter-spacing:-.02em}
.stat span{font-size:.78rem;color:#cfc6ec}

.strip{background:var(--grad-strip);color:#fff}
.strip ul{list-style:none;margin:0;padding:1.4rem 0;display:grid;gap:1rem;
  grid-template-columns:repeat(auto-fit,minmax(190px,1fr));text-align:center;justify-content:center}
@media (min-width:1000px){.strip ul{grid-template-columns:repeat(7,1fr)}}
.strip li{display:flex;flex-direction:column;align-items:center;gap:.45rem;font-size:.88rem;font-weight:600}
.strip svg{width:26px;height:26px;max-width:26px}

.grid{display:grid;gap:1.4rem}
.grid>*{min-width:0}
.grid--3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}
.grid--2{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:1.6rem;
  box-shadow:var(--shadow);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:#d9d0f0}
.card .ico{width:46px;height:46px;border-radius:12px;display:grid;place-items:center;
  background:linear-gradient(135deg,#fde7d2,#fbd0b4);color:var(--flame);margin-bottom:1rem}
.card .ico svg{width:24px;height:24px;max-width:24px}
.card p{color:var(--mut);font-size:.95rem;margin-bottom:0}

.steps{background:var(--grad-steps);color:#fff;border-radius:var(--r);padding:clamp(2rem,4vw,3rem)}
.steps h2{color:#fff}
.steps .lede{color:#efe9fb}
.steps ol{list-style:none;margin:2rem 0 0;padding:0;display:grid;gap:1.5rem;
  grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}
.steps li{text-align:center}
.step-n{width:56px;height:56px;margin:0 auto .9rem;border-radius:50%;display:grid;place-items:center;
  font-weight:800;font-size:1.2rem;background:rgb(255 255 255 / .15);border:1px solid rgb(255 255 255 / .3)}
.steps h3{color:#fff;font-size:1rem}
.steps p{color:#efe9fb;font-size:.92rem;margin:0}

.plan-toggle{display:inline-flex;background:var(--mist);border:1px solid var(--line);
  border-radius:var(--r-pill);padding:.28rem;margin:0 auto 2.2rem;gap:.25rem}
.plan-toggle button{border:0;background:none;font:inherit;font-weight:700;font-size:.93rem;
  padding:.6rem 1.5rem;border-radius:var(--r-pill);cursor:pointer;color:var(--mut);
  transition:background-color .2s ease,color .2s ease,box-shadow .2s ease}
.plan-toggle button[aria-selected=true]{background:var(--ink-2);color:#fff;box-shadow:var(--shadow)}
.prices{display:grid;gap:1.4rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));align-items:start}
.price{background:#fff;border:1.5px solid var(--line);border-radius:var(--r);padding:1.8rem 1.5rem;
  text-align:center;position:relative;box-shadow:var(--shadow);display:flex;flex-direction:column;
  transition:transform .2s ease,box-shadow .2s ease}
.price .plist{flex:1 0 auto}
.price>.btn{margin-top:auto}
.price:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}
.price--best{background:var(--ink-2);border-color:var(--ink-3);color:#fff;box-shadow:var(--shadow-lg)}
.price--best .price-per,.price--best .price-alt,.price--best .price-name{color:#c9bff0}
.price--best .price-term{color:#fff}
.price--best .plist li{color:#e6e0f7}
.badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--gold);
  color:#3b2a00;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;
  padding:.35rem 1rem;border-radius:var(--r-pill);white-space:nowrap;
  box-shadow:0 6px 16px -6px rgb(251 191 36 / .8)}
.price-name{color:var(--mut);font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}
.price-term{font-weight:800;font-size:1.25rem;color:var(--ink-2);margin-bottom:.1rem;letter-spacing:-.02em}
.price-amt{font-size:clamp(1.9rem,1.4rem + 1.6vw,2.5rem);font-weight:800;letter-spacing:-.03em;line-height:1.1}
.price-amt,.price-alt,.price-per,.device-calc-total{font-variant-numeric:tabular-nums}
.price--best .price-amt{color:var(--gold)}
.price-alt{font-size:1.02rem;font-weight:700;color:var(--violet);margin-top:.1rem}
.price-per{color:var(--mut);font-size:.85rem;margin-bottom:0}
.price-per--zar{margin-bottom:1.2rem}
.price-device-note{color:var(--mut);font-size:.76rem;line-height:1.4;margin:-.7rem 0 1rem}
.plist{list-style:none;padding:0;margin:0 0 1.4rem;text-align:left;display:grid;gap:.5rem}
.plist li{display:flex;gap:.55rem;align-items:flex-start;font-size:.9rem;color:var(--fg)}
.plist svg{width:17px;height:17px;max-width:17px;flex:none;margin-top:.2rem;color:var(--ok)}
.price--best .plist svg{color:var(--gold)}

.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--r);background:#fff}
table{border-collapse:collapse;width:100%;min-width:34ch;font-size:.94rem}
caption{text-align:left;padding:1rem 1.2rem;color:var(--mut);font-size:.82rem;
  text-transform:uppercase;letter-spacing:.08em;font-weight:700}
th,td{padding:.8rem 1.2rem;text-align:left;border-top:1px solid var(--line);vertical-align:top}
thead th{background:var(--mist);font-size:.84rem;color:var(--mut);font-weight:700}
tbody th{font-weight:700}

/* ------------------------------------------------------ device showcase --- */
.dev-grid{list-style:none;padding:0;margin:2rem 0 0;display:grid;gap:1rem;
  grid-template-columns:repeat(auto-fit,minmax(158px,1fr))}
@media (min-width:1000px){.dev-grid{grid-auto-rows:1fr}}
.dev-grid li{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:1.4rem 1rem;
  text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem;
  box-shadow:var(--shadow);transition:transform .2s,border-color .2s,box-shadow .2s}
.dev-grid li:hover{transform:translateY(-4px);border-color:var(--magenta);box-shadow:var(--shadow-lg)}
.dev-grid .dev-ico{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;
  background:linear-gradient(135deg,#ede9fe,#ddd6fe);color:var(--violet)}
.dev-grid .dev-ico svg{width:38px;height:38px;max-width:38px}
[id]{scroll-margin-top:90px}
.device-calculators{display:grid;gap:1.4rem;margin-top:2rem}
.device-calculator{background:linear-gradient(135deg,#1e1148,#3b1d7a);color:#fff;border-radius:var(--r);padding:clamp(1.2rem,3vw,2rem);box-shadow:var(--shadow-lg)}
.device-calc-head{display:flex;justify-content:space-between;gap:2rem;align-items:flex-start}
.device-calc-head h3{color:#fff;margin:.15rem 0 .4rem;font-size:1.35rem}
.device-calc-head p{color:#d9d2f2;margin:0;max-width:58ch;font-size:.93rem}
.device-calc-head .eyebrow{color:var(--gold);margin:0}
.device-calc-total{text-align:right;min-width:145px}
.device-calc-total strong{display:block;color:var(--gold);font-size:clamp(1.5rem,3vw,2rem);line-height:1.1}
.device-calc-total small{color:#d9d2f2}
.device-calc-control{display:flex;align-items:flex-end;gap:.7rem;margin:1.5rem 0;flex-wrap:wrap}
.device-calc-control button{width:44px;height:44px;border:1px solid rgb(255 255 255 / .28);border-radius:50%;background:rgb(255 255 255 / .1);color:#fff;font-size:1.5rem;cursor:pointer}
.device-calc-control button:hover{background:rgb(255 255 255 / .2)}
.device-calc-control button:disabled,.device-calc-control button[aria-disabled=true]{opacity:.35;cursor:not-allowed}
.device-calc-control label{display:flex;align-items:center;gap:.5rem;font-weight:700}
.device-term-label{font-size:.8rem;color:#d9d2f2;flex-direction:column;align-items:flex-start!important;gap:.2rem!important}
.device-term-label select{height:44px;border:1px solid rgb(255 255 255 / .35);border-radius:10px;background:#fff;color:var(--ink);font:inherit;font-weight:700;padding:0 .65rem}
.device-count-label{font-size:.8rem;color:#d9d2f2;flex-direction:column;align-items:flex-start!important;gap:.2rem!important;font-weight:400}
.device-model-label{font-size:.8rem;color:#d9d2f2;flex-direction:column;align-items:flex-start!important;gap:.2rem!important}
.device-model-label select{height:44px;border:1px solid rgb(255 255 255 / .35);border-radius:10px;background:#fff;color:var(--ink);font:inherit;font-weight:700;padding:0 .65rem;min-width:150px}
.device-calc-control input,.device-calc-control select{height:44px;border:1px solid rgb(255 255 255 / .35);border-radius:10px;background:#fff;color:var(--ink);font:inherit;font-weight:800;text-align:center;padding:0 .7rem}
.device-calc-control select[data-device-count]{min-width:118px}
.device-calc-limit{margin-left:auto;color:#d9d2f2;font-size:.85rem;padding-bottom:.75rem}
.device-steps{list-style:none;display:grid;grid-template-columns:repeat(var(--steps,5),minmax(0,1fr));gap:.6rem;padding:0;margin:0}
@media (max-width:700px){.device-steps{grid-template-columns:repeat(2,minmax(0,1fr))}}
.device-steps li{min-height:76px;padding:.7rem;border:1px solid rgb(255 255 255 / .16);border-radius:12px;background:rgb(255 255 255 / .06);display:flex;flex-direction:column;gap:.12rem}
.device-steps li.is-active{border-color:var(--gold);background:rgb(251 191 36 / .14);box-shadow:inset 0 -3px 0 var(--gold)}
.device-steps li.is-active b{color:var(--gold)}
.device-steps b{font-size:1.2rem;color:#e8c765}
.device-steps span{font-size:.78rem;font-weight:700}
.device-steps small{color:#c9c0e8;font-size:.75rem}
.device-calc-note{margin:1rem 0 0;color:#d9d2f2;font-size:.82rem}
.device-calc-note strong{color:#fff}
.device-calc-order{margin-top:1.1rem;background:var(--grad-cta);color:#3b1700;box-shadow:0 8px 22px -8px rgb(249 115 22 / .75)}
.device-calc-order:hover{filter:brightness(1.06);box-shadow:0 14px 30px -10px rgb(249 115 22 / .85)}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.dev-grid b{font-size:.92rem;font-weight:700;line-height:1.3}
.dev-grid small{color:var(--mut);font-size:.78rem}

.checklist{list-style:none;padding:0;margin:1.2rem 0 0;display:grid;gap:.6rem}
.checklist li{display:flex;gap:.6rem;align-items:flex-start;font-size:.96rem}
.checklist svg{width:19px;height:19px;max-width:19px;flex:none;margin-top:.24rem;color:var(--ok)}
.split{display:grid;gap:2.5rem;grid-template-columns:1fr 1fr;align-items:center}
.split>*{min-width:0}
@media (max-width:860px){.split{grid-template-columns:1fr}}
.panel{background:var(--ink-2);color:#fff;border-radius:var(--r);padding:clamp(1.8rem,4vw,3rem)}
.panel h2{color:#fff}.panel p{color:#d5cdf0}
.note{background:#fff8ed;border:1px solid #fbd9a8;border-left:4px solid var(--flame);
  border-radius:var(--r-sm);padding:1.1rem 1.3rem;font-size:.93rem}
.note strong{color:#9a4a06}

.faq{display:grid;gap:.7rem;max-width:860px;margin-inline:auto}
.faq details{background:#fff;border:1px solid var(--line);border-radius:var(--r-sm);overflow:hidden}
.faq details[open]{border-color:var(--violet);box-shadow:var(--shadow)}
.faq summary{cursor:pointer;list-style:none;padding:1.05rem 1.3rem;font-weight:700;font-size:.98rem;
  display:flex;justify-content:space-between;gap:1rem;align-items:center}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";font-size:1.4rem;font-weight:400;color:var(--violet);line-height:1;flex:none}
.faq details[open] summary::after{content:"–"}
.faq .a{padding:0 1.3rem 1.2rem;color:var(--mut);font-size:.95rem}
.faq .a p:last-child{margin-bottom:0}

.site-foot{background:var(--ink);color:#b9afdd;padding:3rem 0 2rem;font-size:.92rem}
.site-foot a{color:#d7cff2;text-decoration:none}
.site-foot a:hover{color:#fff;text-decoration:underline}
.foot-grid{display:grid;gap:2rem;grid-template-columns:1.4fr 1fr 1fr;margin-bottom:2rem}
@media (max-width:760px){.foot-grid{grid-template-columns:1fr 1fr}}
.foot-grid h4{color:#fff;font-size:.88rem;text-transform:uppercase;letter-spacing:.1em;margin:0 0 .9rem}
.foot-grid ul{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}
.foot-bot{border-top:1px solid rgb(255 255 255 / .12);padding-top:1.4rem;font-size:.85rem;color:#9186bb}

.wa{position:fixed;right:max(18px,env(safe-area-inset-right));bottom:max(18px,env(safe-area-inset-bottom));z-index:60;width:56px;height:56px;border-radius:50%;
  background:#128c3e;display:grid;place-items:center;box-shadow:0 10px 26px -8px rgb(5 46 22 / .8);
  transition:transform .2s}
.wa:hover{transform:scale(1.08)}
@media (max-width:560px){
  .wa{width:48px;height:48px}
  .device-calc-control{padding-right:56px}
  .device-calc-order{margin-bottom:.5rem}
}
.wa svg{width:30px;height:30px;max-width:30px;color:#fff}

:focus-visible{outline:3px solid var(--gold);outline-offset:2px;border-radius:4px;
  box-shadow:0 0 0 6px rgb(21 12 51 / .55)}
.hero :focus-visible,.panel :focus-visible,.steps :focus-visible,.device-calculator :focus-visible,
.site-foot :focus-visible,.topbar :focus-visible{outline-color:#fff}
/* The skip target is focused programmatically; do not paint a page-wide ring. */
main[tabindex="-1"]:focus,main[tabindex="-1"]:focus-visible{outline:none;box-shadow:none}
.skip{position:absolute;left:-9999px;top:0;background:var(--ink);color:#fff;padding:.7rem 1.1rem;z-index:100;
  border:2px solid var(--gold);border-radius:0 0 var(--r-sm) 0}
.skip:focus{left:0}
.reveal{opacity:1;transform:none;transition:opacity .6s ease,transform .6s ease}
.reveal-pending{opacity:0;transform:translateY(18px)}
.reveal.in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){
  .reveal{opacity:1;transform:none;transition:none}
  *{animation:none!important;transition:none!important}
  .btn:hover,.card:hover,.price:hover,.dev-grid li:hover,.wa:hover{transform:none}
}

/* ---------------------------------------------------------------- media --- */
picture{display:block;width:100%;overflow:hidden}
picture img{width:100%;height:auto;border-radius:var(--r)}
.hero-art{border-radius:var(--r);background:rgb(255 255 255 / .05);
  border:1px solid rgb(255 255 255 / .14);box-shadow:var(--shadow-lg)}

@media (max-width:560px){
  .topbar .wrap{justify-content:center;gap:.35rem .8rem;padding-block:.5rem}
  .topbar .wrap span{margin-left:0!important}
  .brand{font-size:.92rem}
  .hero-grid{gap:1.7rem}
  .hero-cta .btn{width:100%;justify-content:center}
  .grid--2{grid-template-columns:1fr}
  .prices{grid-template-columns:1fr}
  .price{padding:1.5rem 1.2rem}
  .device-calc-head{display:block}
  .device-calc-total{text-align:left;margin-top:1rem}
  .device-term-label{flex:1 1 100%}
  .device-term-label select{width:100%}
  .device-model-label{flex:1 1 100%}
  .device-model-label select{width:100%}
  .device-calc-limit{flex-basis:100%;margin-left:0}
  .device-steps{grid-template-columns:repeat(2,1fr)}
}
