/* Anong theme. Tokens are shared with the AN Prefix Engine plugin (an-*). */
:root{
  --ink:#12203A;--ink2:#4A5568;--line:#E3E7EE;--surface:#F4F6FA;--bg:#FFFFFF;
  --globe:#1B4FBF;--smart:#12A150;--dito:#D7263D;--sun:#E9A800;
  --an-ink:var(--ink);--an-ink2:var(--ink2);--an-line:var(--line);--an-surface:var(--surface);--an-bg:var(--bg);
  --font:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --wrap:72rem;--gutter:clamp(1rem,4vw,2rem);
}
*,*::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;font-family:var(--font);font-size:1.0625rem;line-height:1.6;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto}
a{color:var(--ink);text-decoration-color:rgba(18,32,58,.35);text-underline-offset:.15em}
a:hover{text-decoration-color:currentColor}
:focus-visible{outline:3px solid #BFD3FF;outline-offset:2px;border-radius:4px}
h1,h2,h3{line-height:1.2;letter-spacing:-.015em;margin:1.6em 0 .5em}
h1{font-size:clamp(1.75rem,5vw,2.5rem);margin-top:.5em}
h2{font-size:clamp(1.3rem,3.2vw,1.65rem)}
h3{font-size:1.1rem}
p,ul,ol{margin:0 0 1em}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 var(--gutter)}
.page-wrap{min-height:60vh}
.sr,.skip{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip:focus{left:1rem;top:1rem;width:auto;height:auto;padding:.5rem 1rem;background:var(--ink);color:#fff;z-index:100;border-radius:8px}

/* header: brand mark = four signal bars in the four network colours */
.site-head{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:saturate(1.4) blur(8px);border-bottom:1px solid var(--line)}
.site-head__row{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:3.75rem}
.brand{display:inline-flex;align-items:flex-end;gap:.55rem;text-decoration:none;color:var(--ink)}
.brand__mark{display:inline-flex;align-items:flex-end;gap:2px;height:1.35rem}
.brand__mark i{display:block;width:5px;border-radius:2px 2px 0 0;background:var(--globe)}
.brand__mark i:nth-child(1){height:40%}.brand__mark i:nth-child(2){height:60%;background:var(--smart)}.brand__mark i:nth-child(3){height:80%;background:var(--sun)}.brand__mark i:nth-child(4){height:100%;background:var(--dito)}
.brand__name{font-weight:600;font-size:1.2rem;letter-spacing:-.02em;line-height:1}
.brand__name b{font-weight:800}
.nav{display:flex;align-items:center;gap:1.25rem}
.nav__list{list-style:none;margin:0;padding:0;display:flex;gap:1.1rem}
.nav__list a{text-decoration:none;font-weight:600;font-size:.95rem;color:var(--ink2)}
.nav__list a:hover{color:var(--ink)}
.nav__cta{text-decoration:none;font-weight:700;font-size:.95rem;padding:.55em 1em;border-radius:10px;background:var(--ink);color:#fff}
.nav-toggle{display:none;background:none;border:0;padding:.5rem;cursor:pointer}
.nav-toggle span:not(.sr){display:block;width:22px;height:2px;background:var(--ink);margin:5px 0;border-radius:2px}
@media(max-width:820px){
  .nav-toggle{display:block}
  .nav{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;border-bottom:1px solid var(--line);padding:1rem var(--gutter) 1.25rem;flex-direction:column;align-items:stretch}
  .nav.is-open{display:flex}
  .nav__list{flex-direction:column;gap:.25rem}
  .nav__list a{display:block;padding:.6rem 0;font-size:1.05rem;border-bottom:1px solid var(--line)}
  .nav__cta{text-align:center;margin-top:.5rem}
}

/* home */
.home-hero{padding:2.5rem 0 2rem;border-bottom:1px solid var(--line)}
.home-hero h1{font-size:clamp(2rem,6.5vw,3.25rem);letter-spacing:-.03em;margin:0 0 .5rem;max-width:20ch}
.home-hero__sub{font-size:1.15rem;color:var(--ink2);max-width:56ch;margin:0 0 .5rem}
.home-hero .an-lookup input[type=tel]{font-size:1.5rem;padding:1rem 1.2rem}
.home-hero .an-lookup button{font-size:1.15rem;padding:1rem 1.5rem}
.home-sec{padding:2.5rem 0;border-bottom:1px solid var(--line)}
.home-sec:last-child{border-bottom:0}
.home-sec h2{margin-top:0}
.home-sec__lead{color:var(--ink2);max-width:60ch;margin-top:-.25rem}
.home-sec--two{display:grid;gap:2.5rem;grid-template-columns:1fr}
@media(min-width:820px){.home-sec--two{grid-template-columns:1.2fr 1fr}}
.steps{padding-left:1.25rem}
.steps li{margin-bottom:.75rem}
.reasons{list-style:none;padding:0;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr))}
.reasons li{padding:1rem 1.1rem;background:var(--surface);border-radius:14px;line-height:1.5}
.reasons strong{display:block;margin-bottom:.2rem}

/* content pages */
.page-single{padding:1.5rem 0 3rem;display:grid;gap:3rem;grid-template-columns:1fr}
@media(min-width:960px){.page-single{grid-template-columns:minmax(0,1fr) 18rem}}
.prose{max-width:70ch}
.prose h1{margin-top:.25em}
.prose table{width:100%;border-collapse:collapse;margin:1rem 0;font-size:.95rem}
.prose th,.prose td{text-align:left;padding:.5rem;border-bottom:1px solid var(--line)}
.prose th{background:var(--surface)}
.prose blockquote{margin:1rem 0;padding:.75rem 1rem;border-left:4px solid var(--ink);background:var(--surface);border-radius:0 10px 10px 0}
.prose img.hero-img{border-radius:14px;margin:0 0 1rem}
.meta-line{font-size:.9rem;color:var(--ink2);margin-top:-.25rem}
.related h2{font-size:1rem;margin:1.5rem 0 .5rem}
.related .an-grid{grid-template-columns:repeat(2,1fr)}
.post-list{display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(18rem,1fr))}
.post-card{display:block;padding:1.1rem 1.25rem;border:1px solid var(--line);border-radius:14px;text-decoration:none}
.post-card h2{font-size:1.15rem;margin:0 0 .35rem}
.post-card p{margin:0;color:var(--ink2);font-size:.95rem}
.post-card:hover{background:var(--surface)}

/* prefix / hub pages (plugin templates) */
.an-page{padding-bottom:3rem}
.an-page--prefix .an-hero{padding-top:1.5rem}
.an-article{max-width:70ch;padding-top:.5rem}
.an-section{padding:1.75rem 0;border-bottom:1px solid var(--line)}
.an-section:last-child{border-bottom:0}
.an-section h2{margin-top:0}
.an-prose{max-width:70ch}
.an-page--dir .an-hero .an-lookup,.an-page--series .an-hero .an-lookup{max-width:40rem}

/* footer */
.site-foot{margin-top:3rem;background:var(--ink);color:#DCE3F0}
.site-foot a{color:#fff;text-decoration:none}
.site-foot a:hover{text-decoration:underline}
.site-foot__grid{display:grid;gap:2rem;padding-top:2.5rem;padding-bottom:2rem;grid-template-columns:repeat(auto-fit,minmax(11rem,1fr))}
.site-foot__grid>div:first-child{grid-column:1/-1}
@media(min-width:960px){.site-foot__grid{grid-template-columns:2fr 1fr 1fr 1fr 1fr}.site-foot__grid>div:first-child{grid-column:auto}}
.site-foot h2{font-size:.85rem;text-transform:none;letter-spacing:0;color:#9FB0CF;margin:0 0 .6rem;font-weight:600}
.site-foot ul{list-style:none;padding:0;margin:0}
.site-foot li{margin:.3rem 0;font-size:.95rem}
.site-foot__brand{font-size:1.3rem;font-weight:600;color:#fff;margin:0 0 .5rem;letter-spacing:-.02em}
.site-foot__brand b{font-weight:800}
.site-foot__tag{max-width:38ch;font-size:.95rem;line-height:1.55}
.site-foot__series{display:flex;flex-wrap:wrap;gap:.35rem .75rem}
.site-foot__legal{border-top:1px solid rgba(255,255,255,.12);padding-top:1.25rem;padding-bottom:1.5rem;font-size:.85rem;color:#9FB0CF;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.site-foot__legal p{margin:0;max-width:70ch}
