/* SignalNest UK — Off-White + Deep Teal + Slate */
/* Cabinet Grotesk (display) + Space Grotesk (body) */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,700;0,900;1,700&display=swap');

:root {
  --teal: #0D6E6E;
  --teal2: #0A5757;
  --teal3: #0F8080;
  --teal-l: #E6F4F4;
  --teal-m: #B3D9D9;
  --slate: #1E2A35;
  --slate2: #2C3E50;
  --ink: #111820;
  --mid: #3D5166;
  --muted: #7A909E;
  --line: #D8E4E4;
  --white: #FFFFFF;
  --cream: #F8F6F2;
  --cream2: #F0EDE8;
  --amber: #B8860B;
  --amber-l: #FBF7E8;
  --green: #1A7A4A;
  --red: #B5271A;
  --red-l: #FDF0EF;
  --fh: 'Playfair Display', serif;
  --fb: 'Space Grotesk', sans-serif;
  --mw: 1180px;
  --gap: clamp(18px, 4vw, 52px);
  --r: 8px;
  --r2: 16px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--fb); background: var(--cream); color: var(--ink); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; border: none; background: none; font-family: var(--fb); }
ul { list-style: none; }
img { max-width: 100%; display: block; }

/* ── TOP BAR ── */
.topbar { background: var(--slate); color: rgba(255,255,255,.7); font-size: .72rem; padding: 8px var(--gap); text-align: center; line-height: 1.5; }
.topbar strong { color: #fff; }

/* ── HEADER ── */
.hdr { position: sticky; top: 0; z-index: 100; background: rgba(248,246,242,.97); backdrop-filter: blur(12px); border-bottom: 2px solid var(--teal); }
.hi { max-width: var(--mw); margin: 0 auto; padding: 0 var(--gap); height: 68px; display: flex; align-items: center; gap: 8px; }
.logo { display: flex; align-items: center; gap: 11px; flex-shrink: 0; margin-right: 28px; }
.logo-mark { width: 36px; height: 36px; background: var(--teal); border-radius: 6px; display: flex; align-items: center; justify-content: center; }
.logo-mark svg { width: 20px; height: 20px; fill: none; stroke: #fff; stroke-width: 2.2; stroke-linecap: round; }
.logo-name { font-family: var(--fh); font-size: 1.14rem; font-weight: 700; color: var(--ink); }
.logo-name span { color: var(--teal); }
.nav { display: flex; align-items: center; gap: 1px; flex: 1; overflow-x: auto; }
.nav a { font-family: var(--fb); font-size: .8rem; font-weight: 500; color: var(--mid); padding: 8px 12px; border-radius: var(--r); white-space: nowrap; transition: .15s; }
.nav a:hover, .nav a.on { color: var(--teal); background: var(--teal-l); }
.hcta { flex-shrink: 0; margin-left: auto; background: var(--teal); color: #fff; padding: 10px 20px; border-radius: var(--r); font-size: .82rem; font-weight: 600; transition: .2s; white-space: nowrap; }
.hcta:hover { background: var(--teal2); }
.burger { display: none; flex-direction: column; gap: 5px; padding: 8px; margin-left: 6px; }
.burger span { display: block; width: 22px; height: 2px; background: var(--ink); border-radius: 2px; }
.dr { display: none; position: fixed; inset: 0; z-index: 200; background: var(--cream); flex-direction: column; padding: 82px var(--gap) 40px; overflow-y: auto; }
.dr.open { display: flex; }
.dr-x { position: absolute; top: 16px; right: var(--gap); width: 36px; height: 36px; border-radius: 50%; background: var(--cream2); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; font-size: 1rem; cursor: pointer; }
.dr-sec { font-size: .64rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); padding: 16px 0 7px; margin-top: 6px; }
.dr a { padding: 13px 0; font-size: .94rem; font-weight: 500; color: var(--ink); border-bottom: 1px solid var(--line); }
.dr-cta { margin-top: 20px; background: var(--teal); color: #fff; padding: 15px; border-radius: var(--r); font-weight: 600; text-align: center; display: block; }

/* ── LAYOUT ── */
.w { max-width: var(--mw); margin: 0 auto; padding: 0 var(--gap); }
.ws { max-width: 800px; margin: 0 auto; padding: 0 var(--gap); }
.sec { padding: clamp(52px, 7vw, 88px) var(--gap); }
.sec-cream { background: var(--cream); }
.sec-cream2 { background: var(--cream2); }
.sec-white { background: var(--white); }
.sec-teal { background: var(--teal); color: #fff; }
.sec-slate { background: var(--slate); color: #fff; }

/* ── SECTION HEADER (editorial style — left rule) ── */
.sh { margin-bottom: 42px; }
.sh-inner { border-left: 4px solid var(--teal); padding-left: 18px; }
.sh-label { font-family: var(--fb); font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--teal); margin-bottom: 8px; display: block; }
.sh h2 { font-family: var(--fh); font-size: clamp(1.7rem, 3.2vw, 2.4rem); font-weight: 700; color: var(--ink); letter-spacing: -.01em; line-height: 1.2; margin-bottom: 10px; }
.sh h2.wc { color: #fff; }
.sh h2 em { font-style: italic; color: var(--teal3); }
.sh p { font-size: .95rem; color: var(--mid); line-height: 1.74; max-width: 560px; }
.sh p.wc { color: rgba(255,255,255,.7); }
.sh.c { text-align: center; }
.sh.c .sh-inner { border-left: none; padding-left: 0; border-bottom: 2px solid var(--teal); padding-bottom: 16px; display: inline-block; }
.sh.c p { margin: 12px auto 0; }

/* ── HERO: MAGAZINE SPLIT ── */
.hero { background: var(--slate); overflow: hidden; position: relative; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; }
.hero-left { padding: 80px var(--gap) 60px calc(50vw - var(--mw)/2 + var(--gap)); background: var(--slate); display: flex; flex-direction: column; justify-content: center; }
.hero-right { position: relative; overflow: hidden; }
.hero-right img { width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.hero-right-overlay { position: absolute; inset: 0; background: linear-gradient(to right, var(--slate) 0%, transparent 50%); }
.hero-edition { font-family: var(--fb); font-size: .7rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--teal3); margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }
.hero-edition::before { content: ''; width: 28px; height: 2px; background: var(--teal3); }
.hero h1 { font-family: var(--fh); font-size: clamp(2.4rem, 5.5vw, 4.6rem); font-weight: 900; color: #fff; line-height: 1.05; letter-spacing: -.02em; margin-bottom: 20px; }
.hero h1 em { font-style: italic; color: var(--teal-m); }
.hero-deck { font-size: 1.02rem; color: rgba(255,255,255,.68); line-height: 1.72; max-width: 460px; margin-bottom: 14px; }
.hero-disc-inline { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: var(--r); padding: 11px 15px; font-size: .8rem; color: rgba(255,255,255,.75); line-height: 1.6; max-width: 460px; margin-bottom: 26px; }
.hero-disc-inline strong { color: #fff; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-teal { background: var(--teal); color: #fff; padding: 13px 24px; border-radius: var(--r); font-size: .88rem; font-weight: 600; transition: .2s; display: inline-flex; align-items: center; gap: 8px; }
.btn-teal:hover { background: var(--teal2); }
.btn-ghost-w { border: 1.5px solid rgba(255,255,255,.3); color: rgba(255,255,255,.88); padding: 12px 22px; border-radius: var(--r); font-size: .86rem; font-weight: 500; transition: .2s; display: inline-flex; align-items: center; gap: 8px; }
.btn-ghost-w:hover { border-color: #fff; }
.hero-stats { display: flex; gap: 28px; margin-top: 32px; flex-wrap: wrap; }
.hstat { }
.hstat-n { font-family: var(--fh); font-size: 1.9rem; font-weight: 700; color: #fff; line-height: 1; }
.hstat-l { font-size: .76rem; color: rgba(255,255,255,.5); margin-top: 3px; }

/* ── NETWORK CARDS (editorial with left accent) ── */
.nc-list { display: flex; flex-direction: column; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r2); overflow: hidden; }
.nc { background: var(--white); display: grid; grid-template-columns: 6px 1fr; transition: .2s; }
.nc-bar { }
.nc-main { padding: 24px 26px; display: grid; grid-template-columns: 56px 1fr auto; gap: 20px; align-items: center; }
.nc:hover { background: var(--teal-l); }
.nc-logo { width: 52px; height: 52px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-family: var(--fh); font-weight: 700; font-size: 1.05rem; color: #fff; flex-shrink: 0; }
.nc-info h3 { font-family: var(--fh); font-size: 1.1rem; font-weight: 700; color: var(--ink); margin-bottom: 4px; }
.nc-type { font-size: .71rem; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; margin-bottom: 8px; }
.nc-info p { font-size: .84rem; color: var(--mid); line-height: 1.6; }
.nc-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.nctag { font-size: .69rem; font-weight: 600; padding: 3px 9px; border-radius: 4px; }
.nctag-g { background: #E8F7EE; color: var(--green); }
.nctag-t { background: var(--teal-l); color: var(--teal); }
.nctag-a { background: var(--amber-l); color: var(--amber); }
.nc-action { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; flex-shrink: 0; }
.nc-score { font-family: var(--fh); font-size: 1.6rem; font-weight: 700; color: var(--teal); }
.nc-score small { font-size: .8rem; color: var(--muted); font-family: var(--fb); font-weight: 400; }
.nc-link { font-size: .79rem; font-weight: 600; color: var(--teal); display: flex; align-items: center; gap: 5px; white-space: nowrap; }

/* ── COMPARISON TABLE ── */
.ctbl-wrap { overflow-x: auto; border-radius: var(--r2); border: 1.5px solid var(--line); }
.ctbl { width: 100%; border-collapse: collapse; min-width: 680px; }
.ctbl thead tr { background: var(--slate); }
.ctbl th { padding: 13px 16px; text-align: left; font-family: var(--fb); font-size: .75rem; font-weight: 600; color: rgba(255,255,255,.82); letter-spacing: .03em; }
.ctbl td { padding: 12px 16px; font-size: .85rem; color: var(--mid); border-bottom: 1.5px solid var(--line); }
.ctbl tbody tr:last-child td { border: none; }
.ctbl tbody tr:hover td { background: var(--teal-l); }
.tn { font-weight: 700; color: var(--ink); }
.tick { color: var(--green); font-weight: 700; }
.cross { color: var(--red); }
.part { color: var(--amber); font-weight: 600; }
.bdg { display: inline-block; font-size: .68rem; font-weight: 700; padding: 2px 8px; border-radius: 4px; }
.bdg-mno { background: var(--teal-l); color: var(--teal); }
.bdg-mvo { background: var(--amber-l); color: var(--amber); }

/* ── NETWORK DETAIL PAGE ── */
.net-wrap { display: grid; grid-template-columns: 1fr 300px; gap: 36px; align-items: start; }
.net-main { }
.net-side { position: sticky; top: 80px; }
.side-widget { background: var(--white); border: 1.5px solid var(--line); border-radius: var(--r2); overflow: hidden; margin-bottom: 16px; }
.sw-head { background: var(--teal); padding: 16px 20px; }
.sw-logo { width: 48px; height: 48px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-family: var(--fh); font-weight: 700; font-size: 1rem; color: #fff; background: rgba(255,255,255,.2); margin-bottom: 10px; }
.sw-name { font-family: var(--fh); font-size: 1.1rem; font-weight: 700; color: #fff; }
.sw-type { font-size: .7rem; color: rgba(255,255,255,.65); font-weight: 500; margin-top: 2px; }
.sw-body { padding: 16px 20px; }
.sw-row { display: flex; justify-content: space-between; gap: 8px; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: .84rem; }
.sw-row:last-child { border: none; }
.sw-row .k { color: var(--muted); }
.sw-row .v { font-weight: 600; color: var(--ink); text-align: right; }
.sw-cta { display: block; margin: 16px; background: var(--teal); color: #fff; text-align: center; padding: 12px; border-radius: var(--r); font-weight: 600; font-size: .85rem; transition: .2s; }
.sw-cta:hover { background: var(--teal2); }
.sw-tel { text-align: center; font-size: .74rem; color: var(--muted); margin: 8px 16px 16px; }

/* ── PLAN TABS ── */
.ptabs-wrap { }
.ptabs { display: flex; gap: 0; border: 1.5px solid var(--line); border-radius: var(--r); overflow: hidden; margin-bottom: 20px; }
.ptab { flex: 1; padding: 10px 16px; font-size: .82rem; font-weight: 600; color: var(--muted); text-align: center; transition: .15s; background: var(--cream2); border-right: 1px solid var(--line); cursor: pointer; }
.ptab:last-child { border-right: none; }
.ptab.on, .ptab:hover { background: var(--teal); color: #fff; }
.ppanel { display: none; }
.ppanel.on { display: block; }
.plan-block { background: var(--cream2); border: 1.5px solid var(--line); border-radius: var(--r2); padding: 20px; }
.plan-block h4 { font-family: var(--fh); font-size: .95rem; font-weight: 700; color: var(--ink); margin-bottom: 9px; }
.plan-block p { font-size: .87rem; color: var(--mid); line-height: 1.72; }

/* ── FEATURE GRID ── */
.feat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 20px 0; }
.feat { background: var(--cream2); border: 1.5px solid var(--line); border-radius: var(--r2); padding: 20px; }
.feat-icon { font-size: 1.3rem; margin-bottom: 11px; }
.feat h4 { font-family: var(--fh); font-size: .94rem; font-weight: 700; color: var(--ink); margin-bottom: 7px; }
.feat p { font-size: .83rem; color: var(--mid); line-height: 1.64; }

/* ── PROS CONS ── */
.pc { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 20px 0; }
.pros { background: #EDF7F2; border-radius: var(--r2); padding: 20px; }
.cons { background: #FDF0EF; border-radius: var(--r2); padding: 20px; }
.pros h4 { font-family: var(--fh); font-size: .92rem; font-weight: 700; color: var(--green); margin-bottom: 11px; }
.cons h4 { font-family: var(--fh); font-size: .92rem; font-weight: 700; color: var(--red); margin-bottom: 11px; }
.pros li, .cons li { font-size: .83rem; color: var(--mid); padding-left: 18px; position: relative; margin-bottom: 7px; line-height: 1.58; }
.pros li::before { content: '✓'; position: absolute; left: 0; color: var(--green); font-weight: 700; }
.cons li::before { content: '✕'; position: absolute; left: 0; color: var(--red); font-weight: 700; }

/* ── SUITS BEST BOX ── */
.suits { background: var(--teal-l); border: 1.5px solid var(--teal-m); border-radius: var(--r2); padding: 20px 22px; margin-top: 20px; }
.suits h4 { font-family: var(--fh); font-size: .94rem; font-weight: 700; color: var(--teal2); margin-bottom: 12px; }
.suits ul { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.suits li { font-size: .83rem; color: var(--teal2); padding-left: 16px; position: relative; }
.suits li::before { content: '→'; position: absolute; left: 0; color: var(--teal); font-weight: 700; }

/* ── CALL CTA STRIP ── */
.cta-strip { background: var(--teal); border-radius: var(--r2); padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-top: 28px; }
.cta-strip p { font-size: .92rem; color: rgba(255,255,255,.88); line-height: 1.6; max-width: 560px; }
.cta-strip p strong { color: #fff; }
.btn-w { background: #fff; color: var(--teal); padding: 12px 22px; border-radius: var(--r); font-size: .86rem; font-weight: 700; transition: .2s; white-space: nowrap; display: inline-flex; align-items: center; gap: 7px; flex-shrink: 0; }
.btn-w:hover { background: var(--teal-l); }

/* ── PROSE ── */
.pr h2 { font-family: var(--fh); font-size: 1.32rem; font-weight: 700; color: var(--ink); margin: 36px 0 12px; padding-bottom: 10px; border-bottom: 2px solid var(--line); }
.pr h3 { font-family: var(--fh); font-style: italic; font-size: 1.02rem; font-weight: 700; color: var(--teal2); margin: 22px 0 8px; }
.pr p { font-size: .91rem; color: var(--mid); line-height: 1.84; margin-bottom: 13px; }
.pr ul, .pr ol { padding-left: 22px; margin-bottom: 14px; }
.pr li { font-size: .89rem; color: var(--mid); margin-bottom: 7px; line-height: 1.66; }
.pr strong { color: var(--ink); font-weight: 600; }
.info-box { background: var(--teal-l); border-left: 4px solid var(--teal); border-radius: 0 var(--r) var(--r) 0; padding: 14px 18px; font-size: .86rem; color: var(--mid); line-height: 1.7; margin: 18px 0; }
.info-box strong { color: var(--teal2); }
.warn-box { background: var(--amber-l); border-left: 4px solid var(--amber); border-radius: 0 var(--r) var(--r) 0; padding: 14px 18px; font-size: .86rem; color: var(--mid); line-height: 1.7; margin: 18px 0; }
.disc-box { background: var(--cream2); border: 1.5px solid var(--line); border-radius: var(--r2); padding: 20px 22px; font-size: .78rem; color: var(--muted); line-height: 1.76; margin: 28px 0; }

/* ── SAFETY BOX ── */
.safety { background: var(--red-l); border: 1.5px solid #F5C6C2; border-radius: var(--r2); padding: 22px 24px; display: flex; gap: 16px; align-items: flex-start; }
.safety-ic { width: 42px; height: 42px; border-radius: 50%; background: var(--red); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.safety h4 { font-family: var(--fh); font-size: 1rem; font-weight: 700; color: var(--red); margin-bottom: 7px; }
.safety p { font-size: .87rem; color: var(--mid); line-height: 1.68; }

/* ── SWITCHING STEPS ── */
.steps { display: flex; flex-direction: column; gap: 0; }
.step { display: grid; grid-template-columns: 52px 1fr; gap: 20px; align-items: flex-start; padding: 24px 0; border-bottom: 1.5px solid var(--line); }
.step:last-child { border: none; }
.step-num { width: 44px; height: 44px; border-radius: 50%; background: var(--teal); color: #fff; font-family: var(--fh); font-size: 1rem; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.step h4 { font-family: var(--fh); font-size: 1rem; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.step p { font-size: .88rem; color: var(--mid); line-height: 1.74; }
.code { display: inline-block; background: var(--ink); color: #fff; font-family: 'Courier New', monospace; font-size: .88rem; font-weight: 700; padding: 3px 10px; border-radius: 5px; letter-spacing: .03em; }

/* ── FAQ ── */
.fi { border-bottom: 1.5px solid var(--line); }
.fq { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 19px 0; cursor: pointer; }
.fq-t { font-family: var(--fh); font-size: .98rem; font-weight: 600; color: var(--ink); line-height: 1.4; }
.fq-ic { width: 28px; height: 28px; border-radius: 50%; background: var(--teal-l); display: flex; align-items: center; justify-content: center; font-size: .8rem; color: var(--teal); flex-shrink: 0; transition: .2s; }
.fi.open .fq-ic { background: var(--teal); color: #fff; transform: rotate(45deg); }
.fa { display: none; padding: 0 0 19px; font-size: .89rem; color: var(--mid); line-height: 1.8; }
.fi.open .fa { display: block; }

/* ── CONTACT ── */
.cg { display: grid; grid-template-columns: 1fr 1.4fr; gap: 36px; align-items: start; }
.ci { display: flex; gap: 13px; align-items: flex-start; padding: 15px; background: var(--cream2); border: 1.5px solid var(--line); border-radius: var(--r); margin-bottom: 10px; }
.ci-ic { width: 38px; height: 38px; border-radius: 9px; background: var(--teal-l); display: flex; align-items: center; justify-content: center; font-size: .95rem; flex-shrink: 0; }
.ci .lbl { font-size: .7rem; font-weight: 600; color: var(--muted); margin-bottom: 3px; text-transform: uppercase; letter-spacing: .04em; }
.ci .val { font-size: .92rem; font-weight: 600; color: var(--ink); }
.fw { background: var(--white); border: 1.5px solid var(--line); border-radius: var(--r2); padding: 28px; }
.fw h3 { font-family: var(--fh); font-size: 1.12rem; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.fw p { font-size: .84rem; color: var(--mid); margin-bottom: 18px; line-height: 1.6; }
.fg { margin-bottom: 12px; }
.fg label { display: block; font-size: .75rem; font-weight: 600; color: var(--ink); margin-bottom: 5px; }
.fg input, .fg select, .fg textarea { width: 100%; padding: 11px 14px; background: var(--cream); border: 1.5px solid var(--line); border-radius: var(--r); color: var(--ink); font-size: .87rem; font-family: var(--fb); outline: none; transition: .18s; -webkit-appearance: none; }
.fg input:focus, .fg select:focus, .fg textarea:focus { border-color: var(--teal); background: var(--white); }
.fg textarea { resize: vertical; min-height: 82px; }
.fg-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fg-ck { display: flex; gap: 9px; align-items: flex-start; margin: 11px 0; font-size: .77rem; color: var(--mid); line-height: 1.52; }
.fg-ck input { width: auto; margin-top: 3px; flex-shrink: 0; accent-color: var(--teal); }
.fsub { width: 100%; padding: 13px; background: var(--teal); color: #fff; font-family: var(--fb); font-size: .9rem; font-weight: 700; border-radius: var(--r); transition: .2s; cursor: pointer; border: none; }
.fsub:hover { background: var(--teal2); }

/* ── PAGE HEADER ── */
.ph { background: var(--slate); color: #fff; padding: 88px var(--gap) 50px; position: relative; overflow: hidden; }
.ph::after { content: ''; position: absolute; width: 350px; height: 350px; border: 70px solid rgba(13,110,110,.2); border-radius: 50%; top: -120px; right: -80px; pointer-events: none; }
.ph-i { max-width: var(--mw); margin: 0 auto; position: relative; z-index: 2; }
.ph-bc { font-size: .75rem; color: rgba(255,255,255,.42); margin-bottom: 12px; }
.ph-bc a { color: rgba(255,255,255,.68); font-weight: 500; }
.ph-tag { font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--teal3); margin-bottom: 10px; }
.ph h1 { font-family: var(--fh); font-size: clamp(1.9rem, 4.2vw, 3rem); font-weight: 700; letter-spacing: -.01em; line-height: 1.14; margin-bottom: 10px; }
.ph h1 em { font-style: italic; color: var(--teal-m); }
.ph-sub { font-size: .97rem; color: rgba(255,255,255,.62); line-height: 1.68; max-width: 580px; }

/* ── CTA BAND ── */
.cta-band { background: var(--slate); padding: 64px var(--gap); text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; width: 400px; height: 400px; border: 80px solid rgba(13,110,110,.15); border-radius: 50%; top: -160px; left: -100px; }
.cta-band h2 { font-family: var(--fh); font-size: clamp(1.7rem, 3.2vw, 2.3rem); font-weight: 700; color: #fff; font-style: italic; margin-bottom: 12px; position: relative; z-index: 2; }
.cta-band p { font-size: .97rem; color: rgba(255,255,255,.72); max-width: 500px; margin: 0 auto 24px; line-height: 1.7; position: relative; z-index: 2; }
.cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 2; }
.btn-cream { background: var(--cream); color: var(--teal2); padding: 13px 26px; border-radius: var(--r); font-size: .9rem; font-weight: 700; transition: .2s; display: inline-flex; align-items: center; gap: 8px; }
.btn-cream:hover { background: var(--white); }
.btn-ghost-slate { border: 1.5px solid rgba(255,255,255,.3); color: rgba(255,255,255,.88); padding: 12px 24px; border-radius: var(--r); font-size: .88rem; font-weight: 500; transition: .2s; display: inline-flex; align-items: center; gap: 8px; }
.btn-ghost-slate:hover { border-color: #fff; }

/* ── FOOTER ── */
.footer { background: var(--ink); padding: 52px var(--gap) 24px; }
.ft { max-width: var(--mw); margin: 0 auto; }
.ft-top { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr 1fr; gap: 30px; padding-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,.08); margin-bottom: 22px; }
.ft-brand-logo { display: flex; align-items: center; gap: 9px; margin-bottom: 12px; }
.ft-lm { width: 30px; height: 30px; background: var(--teal); border-radius: 5px; display: flex; align-items: center; justify-content: center; }
.ft-lm svg { width: 16px; height: 16px; fill: none; stroke: #fff; stroke-width: 2.2; stroke-linecap: round; }
.ft-brand-name { font-family: var(--fh); font-size: 1rem; font-weight: 700; color: #fff; }
.ft-brand-name span { color: var(--teal3); }
.ft-brand p { font-size: .77rem; color: rgba(255,255,255,.38); line-height: 1.68; max-width: 230px; margin-bottom: 12px; }
.ft-tel { font-size: .8rem; color: rgba(255,255,255,.5); font-weight: 500; }
.ft-col h4 { font-size: .67rem; font-weight: 600; color: rgba(255,255,255,.3); letter-spacing: .09em; text-transform: uppercase; margin-bottom: 13px; }
.ft-col ul { display: flex; flex-direction: column; gap: 9px; }
.ft-col a { font-size: .79rem; color: rgba(255,255,255,.48); transition: .15s; }
.ft-col a:hover { color: #fff; }
.ft-disc { font-size: .71rem; color: rgba(255,255,255,.28); line-height: 1.78; margin-bottom: 14px; }
.ft-bot { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: .7rem; color: rgba(255,255,255,.26); border-top: 1px solid rgba(255,255,255,.08); padding-top: 14px; }
.ft-bot a { color: rgba(255,255,255,.4); }

/* ── UTILITIES ── */
.rv { opacity: 0; transform: translateY(11px); transition: opacity .46s, transform .46s; }
.rv.in { opacity: 1; transform: none; }
.d1 { transition-delay: .08s; } .d2 { transition-delay: .16s; } .d3 { transition-delay: .24s; }
.mob-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 150; background: var(--teal); padding: 14px var(--gap); box-shadow: 0 -4px 20px rgba(0,0,0,.2); }
.mob-bar a { display: flex; align-items: center; justify-content: center; gap: 10px; color: #fff; font-size: .94rem; font-weight: 600; }

/* ── RESPONSIVE ── */
@media(max-width: 1050px) { .hero-grid { grid-template-columns: 1fr; } .hero-right { display: none; } .hero-left { padding: 72px var(--gap) 52px; } .net-wrap { grid-template-columns: 1fr; } .net-side { position: static; } .ft-top { grid-template-columns: 1fr 1fr 1fr; } }
@media(max-width: 900px) { .nav { display: none; } .burger { display: flex; } .cg { grid-template-columns: 1fr; } .mob-bar { display: block; } body { padding-bottom: 60px; } }
@media(max-width: 660px) { .pc { grid-template-columns: 1fr; } .suits ul { grid-template-columns: 1fr; } .feat-grid { grid-template-columns: 1fr; } .nc-main { grid-template-columns: 1fr; } .nc-action { align-items: flex-start; flex-direction: row; } .ft-top { grid-template-columns: 1fr 1fr; } .fg-row { grid-template-columns: 1fr; } }
@media(max-width: 480px) { .ft-top { grid-template-columns: 1fr; } }
