/*
Theme Name: Wiseclearwise Telecom Guide
Theme URI: https://wiseclearwise.online/
Author: ChatGPT
Description: WordPress conversion of the Wiseclearwise independent telecom guidance website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: wiseclearwise-telecom-guide
*/

/* Wiseclearwise — White + Deep Red + Royal Blue + Orange */
/* Playfair Display + Plus Jakarta Sans — Mosaic Card Structure */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,600&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
  --red: #C0152A;
  --red2: #A01020;
  --red3: #E01830;
  --red-l: #FEF2F4;
  --red-m: #F8C0C8;
  --blue: #1A3FAB;
  --blue2: #2450CC;
  --blue3: #4A70E8;
  --blue-l: #EEF2FF;
  --blue-m: #C0CEFF;
  --orange: #E8680A;
  --orange2: #F07820;
  --orange-l: #FFF4EC;
  --orange-m: #FFD4A8;
  --white: #FFFFFF;
  --off: #F9FAFB;
  --off2: #F3F4F6;
  --ink: #0F0F1A;
  --mid: #374151;
  --muted: #6B7280;
  --line: #E5E7EB;
  --line2: #F3F4F6;
  --green: #0F6B3C;
  --green-l: #ECFDF5;
  --amber: #92400E;
  --amber-l: #FFFBEB;
  --fh: 'Playfair Display', serif;
  --fb: 'Plus Jakarta Sans', sans-serif;
  --mw: 1260px;
  --gap: clamp(18px,4vw,52px);
  --r: 8px;
  --r2: 16px;
  --r3: 24px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--fb); background: var(--white); 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; }

/* ── 5-LAYER DISCLAIMER SYSTEM ── */
.disc-l1 { background: var(--red); color: #fff; font-size: .7rem; padding: 7px var(--gap); text-align: center; line-height: 1.5; font-family: var(--fb); }
.disc-l1 strong { font-weight: 800; }
.disc-l2 { background: var(--blue-l); border-bottom: 2px solid var(--blue-m); color: var(--mid); font-size: .73rem; padding: 9px var(--gap); text-align: center; line-height: 1.5; font-family: var(--fb); }
.disc-l2 strong { color: var(--blue); font-weight: 700; }
.disc-l3 { background: var(--orange-l); border: 1.5px solid var(--orange-m); border-radius: var(--r2); padding: 14px 18px; font-size: .82rem; color: var(--mid); line-height: 1.66; margin: 18px 0; font-family: var(--fb); }
.disc-l3 strong { color: var(--red); }
.disc-l4 { background: var(--red-l); border-left: 4px solid var(--red); border-radius: 0 var(--r) var(--r) 0; padding: 12px 16px; font-size: .82rem; color: var(--mid); line-height: 1.64; margin: 16px 0; font-family: var(--fb); }
.disc-l4 strong { color: var(--red); }
.disc-l5 { font-family: var(--fb); font-size: .69rem; color: rgba(255,255,255,.22); line-height: 1.8; margin-bottom: 16px; padding: 14px; background: rgba(255,255,255,.04); border-radius: var(--r); border: 1px solid rgba(255,255,255,.07); }

/* ── HEADER ── */
.hdr { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.97); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); box-shadow: 0 2px 12px rgba(0,0,0,.06); }
.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: 12px; flex-shrink: 0; margin-right: 28px; }
.logo-mark { width: 40px; height: 40px; background: linear-gradient(135deg,var(--red),var(--blue)); border-radius: 10px; 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; stroke-linejoin: round; }
.logo-name { font-family: var(--fh); font-size: 1.15rem; font-weight: 700; color: var(--ink); }
.logo-name span { color: var(--red); }
.logo-sub { font-size: .58rem; font-weight: 700; color: var(--orange); letter-spacing: .1em; text-transform: uppercase; display: block; margin-top: 1px; }
.nav { display: flex; align-items: center; gap: 1px; flex: 1; overflow-x: auto; }
.nav a { font-size: .79rem; font-weight: 600; color: var(--muted); padding: 8px 11px; border-radius: var(--r); white-space: nowrap; transition: .15s; }
.nav a:hover, .nav a.on { color: var(--red); background: var(--red-l); }
.hcta { flex-shrink: 0; margin-left: auto; background: var(--red); color: #fff; padding: 10px 20px; border-radius: var(--r); font-size: .82rem; font-weight: 700; transition: .2s; white-space: nowrap; display: flex; align-items: center; gap: 7px; box-shadow: 0 2px 10px rgba(192,21,42,.3); }
.hcta:hover { background: var(--red2); }
.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: #fff; 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(--off2); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; font-size: .9rem; cursor: pointer; color: var(--ink); }
.dr-sec { font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); padding: 14px 0 7px; border-top: 1px solid var(--line); margin-top: 6px; }
.dr a { padding: 12px 0; font-size: .94rem; font-weight: 600; color: var(--ink); border-bottom: 1px solid var(--line2); }
.dr-cta { margin-top: 18px; background: var(--red); color: #fff; padding: 14px; border-radius: var(--r); font-weight: 700; text-align: center; display: block; }

/* ── HERO ── */
.hero { background: var(--ink); position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(to right,var(--red),var(--orange),var(--blue)); }
.hero-top { max-width: var(--mw); margin: 0 auto; padding: 72px var(--gap) 0; display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: center; }
.hero-left {}
.hero-tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 99px; padding: 6px 14px; font-size: .71rem; font-weight: 700; color: rgba(255,255,255,.75); letter-spacing: .05em; text-transform: uppercase; margin-bottom: 20px; }
.hero-tag::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }
.hero h1 { font-family: var(--fh); font-size: clamp(2.2rem,4.8vw,4rem); font-weight: 800; color: #fff; line-height: 1.1; letter-spacing: -.02em; margin-bottom: 16px; }
.hero h1 em { font-style: italic; color: var(--orange); }
.hero-deck { font-size: .98rem; color: rgba(255,255,255,.62); line-height: 1.74; max-width: 480px; margin-bottom: 20px; }
.hero-disc-box { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: var(--r2); padding: 13px 16px; font-size: .81rem; color: rgba(255,255,255,.68); line-height: 1.62; margin-bottom: 24px; font-family: var(--fb); }
.hero-disc-box strong { color: #fff; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-red { background: var(--red); color: #fff; padding: 13px 24px; border-radius: var(--r); font-size: .88rem; font-weight: 700; transition: .2s; display: inline-flex; align-items: center; gap: 8px; box-shadow: 0 4px 16px rgba(192,21,42,.4); }
.btn-red:hover { background: var(--red3); transform: translateY(-1px); }
.btn-ghost-w { border: 1.5px solid rgba(255,255,255,.25); color: rgba(255,255,255,.85); padding: 12px 22px; border-radius: var(--r); font-size: .86rem; font-weight: 600; transition: .2s; display: inline-flex; align-items: center; gap: 8px; }
.btn-ghost-w:hover { border-color: #fff; color: #fff; }
/* Hero right — 3-focus quick cards */
.hero-focus { display: flex; flex-direction: column; gap: 12px; }
.hf-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: var(--r2); padding: 16px 18px; display: flex; align-items: center; gap: 14px; transition: .2s; cursor: pointer; }
.hf-card:hover { background: rgba(255,255,255,.1); border-color: var(--orange); }
.hf-logo { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-family: var(--fh); font-weight: 700; font-size: .98rem; color: #fff; flex-shrink: 0; }
.hf-name { font-family: var(--fh); font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 2px; }
.hf-hook { font-size: .77rem; color: rgba(255,255,255,.55); line-height: 1.4; }
.hf-arr { margin-left: auto; color: var(--orange); font-size: 1.1rem; flex-shrink: 0; }
.hf-badge { font-size: .65rem; font-weight: 700; padding: 2px 7px; border-radius: 4px; background: var(--orange); color: #fff; margin-left: 6px; }
/* Hero ticker */
.hero-ticker { background: rgba(255,255,255,.06); border-top: 1px solid rgba(255,255,255,.08); margin-top: 36px; overflow: hidden; padding: 12px 0; }
.ticker-inner { display: flex; gap: 40px; width: max-content; animation: ticker 36s linear infinite; white-space: nowrap; }
.ticker-item { display: inline-flex; align-items: center; gap: 9px; font-size: .72rem; font-weight: 600; color: rgba(255,255,255,.6); letter-spacing: .03em; }
.tdot { width: 5px; height: 5px; border-radius: 50%; background: var(--orange); flex-shrink: 0; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── LAYOUT ── */
.w { max-width: var(--mw); margin: 0 auto; padding: 0 var(--gap); }
.ws { max-width: 860px; margin: 0 auto; padding: 0 var(--gap); }
.sec { padding: clamp(52px,6.5vw,88px) var(--gap); }
.sec-white { background: var(--white); }
.sec-off { background: var(--off); }
.sec-off2 { background: var(--off2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sec-ink { background: var(--ink); color: #fff; }
.sec-blue { background: var(--blue); color: #fff; }
.sec-red { background: var(--red); color: #fff; }

/* ── SECTION HEADERS ── */
.sh { margin-bottom: 44px; }
.sh-label { display: inline-flex; align-items: center; gap: 8px; font-size: .7rem; font-weight: 800; color: var(--orange); letter-spacing: .12em; text-transform: uppercase; margin-bottom: 10px; }
.sh-label::before { content: ''; width: 18px; height: 3px; background: var(--orange); border-radius: 2px; }
.sh h2 { font-family: var(--fh); font-size: clamp(1.7rem,3.2vw,2.6rem); font-weight: 800; color: var(--ink); letter-spacing: -.02em; line-height: 1.18; margin-bottom: 10px; }
.sh h2.wc { color: #fff; }
.sh h2 em { font-style: italic; color: var(--red); }
.sh p { font-size: .95rem; color: var(--muted); line-height: 1.74; max-width: 580px; }
.sh p.wc { color: rgba(255,255,255,.65); }
.sh.c { text-align: center; }
.sh.c p { margin: 0 auto; }

/* ── MOSAIC FOCUS CARDS (O2, Sky, EE) ── */
.mosaic { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; gap: 18px; }
.mc { background: var(--white); border: 2px solid var(--line); border-radius: var(--r3); overflow: hidden; transition: .22s; position: relative; }
.mc:hover { border-color: var(--red); box-shadow: 0 8px 32px rgba(192,21,42,.12); transform: translateY(-3px); }
.mc-main { grid-column: 1; grid-row: 1 / 3; } /* O2 — tall */
.mc-top { grid-column: 2; grid-row: 1; } /* Sky */
.mc-bot { grid-column: 2; grid-row: 2; } /* EE */
.mc-accent { position: absolute; top: 0; left: 0; right: 0; height: 5px; }
.mc-body { padding: 24px; }
.mc-logo-row { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 14px; }
.mc-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: 1rem; color: #fff; flex-shrink: 0; }
.mc-focus-tag { background: var(--orange-l); border: 1px solid var(--orange-m); color: var(--orange); font-size: .68rem; font-weight: 700; padding: 3px 9px; border-radius: 99px; font-family: var(--fb); }
.mc-name { font-family: var(--fh); font-size: 1.2rem; font-weight: 800; color: var(--ink); margin-bottom: 4px; }
.mc-sub { font-size: .76rem; color: var(--muted); margin-bottom: 12px; font-family: var(--fb); }
.mc-desc { font-size: .86rem; color: var(--mid); line-height: 1.66; margin-bottom: 14px; }
.mc-pills { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.mpill { font-size: .69rem; font-weight: 700; padding: 3px 9px; border-radius: 6px; font-family: var(--fb); }
.mpill-r { background: var(--red-l); color: var(--red); }
.mpill-b { background: var(--blue-l); color: var(--blue); }
.mpill-o { background: var(--orange-l); color: var(--orange); }
.mpill-g { background: var(--green-l); color: var(--green); }
.mc-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; background: var(--off); border-radius: var(--r); padding: 13px; margin-bottom: 14px; }
.mc-stat-n { font-family: var(--fh); font-size: 1.1rem; font-weight: 700; color: var(--red); line-height: 1; }
.mc-stat-l { font-size: .65rem; color: var(--muted); margin-top: 2px; line-height: 1.3; }
.mc-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 14px 24px; background: var(--off); border-top: 1px solid var(--line); }
.mc-stars { color: var(--orange); font-size: .88rem; }
.mc-btn { background: var(--red); color: #fff; padding: 9px 18px; border-radius: var(--r); font-size: .8rem; font-weight: 700; transition: .2s; display: flex; align-items: center; gap: 6px; font-family: var(--fb); }
.mc-btn:hover { background: var(--red2); }

/* ── ALL NETWORKS GRID ── */
.net-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.nc { background: var(--white); border: 1.5px solid var(--line); border-radius: var(--r2); padding: 0; overflow: hidden; transition: .22s; }
.nc:hover { border-color: var(--blue); box-shadow: 0 6px 20px rgba(26,63,171,.1); transform: translateY(-2px); }
.nc-stripe { height: 5px; }
.nc-body { padding: 18px 20px; }
.nc-top { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 10px; }
.nc-logo { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-family: var(--fh); font-weight: 700; font-size: .9rem; color: #fff; flex-shrink: 0; }
.nc-name { font-family: var(--fh); font-size: 1rem; font-weight: 700; color: var(--ink); margin-bottom: 2px; }
.nc-type { font-size: .68rem; font-weight: 700; padding: 1px 6px; border-radius: 4px; font-family: var(--fb); }
.nc-mno { background: var(--blue-l); color: var(--blue); }
.nc-mvo { background: var(--orange-l); color: var(--orange); }
.nc-score { font-family: var(--fh); font-size: 1.2rem; font-weight: 700; color: var(--orange); margin-left: auto; }
.nc p { font-size: .83rem; color: var(--mid); line-height: 1.62; margin-bottom: 11px; }
.nc-pills { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 12px; }
.nc-foot { display: flex; align-items: center; justify-content: space-between; padding: 10px 20px; background: var(--off); border-top: 1px solid var(--line); }
.nc-stat-row { display: flex; gap: 14px; }
.nc-st { text-align: center; }
.nc-st-n { font-family: var(--fh); font-size: .9rem; font-weight: 700; color: var(--red); line-height: 1; }
.nc-st-l { font-size: .62rem; color: var(--muted); }
.nc-link { font-size: .79rem; font-weight: 700; color: var(--blue); display: flex; align-items: center; gap: 4px; font-family: var(--fb); }
.nc-link:hover { color: var(--red); }

/* ── DATA TABLE ── */
.dtbl-wrap { overflow-x: auto; border-radius: var(--r2); border: 2px solid var(--line); }
.dtbl { width: 100%; border-collapse: collapse; min-width: 720px; }
.dtbl thead tr { background: var(--ink); }
.dtbl th { padding: 12px 16px; text-align: left; font-family: var(--fb); font-size: .72rem; font-weight: 800; color: rgba(255,255,255,.8); letter-spacing: .05em; text-transform: uppercase; }
.dtbl td { padding: 12px 16px; font-size: .84rem; color: var(--mid); border-bottom: 1px solid var(--line2); }
.dtbl tbody tr:last-child td { border: none; }
.dtbl tbody tr:hover td { background: var(--red-l); }
.tn { font-weight: 700; color: var(--ink); font-family: var(--fh); }
.tick { color: var(--green); font-weight: 700; }
.cross { color: var(--red); }
.half { color: var(--amber); font-weight: 600; }

/* ── DETAIL LAYOUT ── */
.nd-wrap { display: grid; grid-template-columns: 1fr 300px; gap: 40px; align-items: start; }
.nd-sticky { position: sticky; top: 82px; }
.nd-card { background: var(--white); border: 2px solid var(--line); border-radius: var(--r3); overflow: hidden; }
.nd-card-head { background: var(--ink); padding: 20px 22px; border-bottom: 4px solid var(--orange); }
.nd-logo { width: 50px; height: 50px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-family: var(--fh); font-weight: 700; font-size: 1rem; color: #fff; margin-bottom: 11px; }
.nd-name { font-family: var(--fh); font-size: 1.12rem; font-weight: 700; color: #fff; }
.nd-type { font-size: .7rem; color: rgba(255,255,255,.5); font-family: var(--fb); }
.nd-body { padding: 14px 20px; }
.nd-row { display: flex; justify-content: space-between; gap: 8px; padding: 8px 0; border-bottom: 1px solid var(--line2); font-size: .83rem; }
.nd-row:last-child { border: none; }
.nd-row .k { color: var(--muted); font-family: var(--fb); }
.nd-row .v { font-weight: 700; color: var(--ink); text-align: right; font-family: var(--fh); }
.nd-cta { display: block; margin: 12px 20px; background: var(--red); color: #fff; text-align: center; padding: 12px; border-radius: var(--r); font-weight: 700; font-size: .85rem; transition: .2s; font-family: var(--fb); }
.nd-cta:hover { background: var(--red2); }
.nd-tel { text-align: center; font-size: .73rem; color: var(--muted); margin: 8px 20px 16px; font-family: var(--fb); }

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

/* ── TIMELINE ── */
.timeline { position: relative; padding-left: 26px; }
.timeline::before { content: ''; position: absolute; left: 7px; top: 0; bottom: 0; width: 2px; background: linear-gradient(to bottom,var(--red),var(--blue)); }
.tl-item { position: relative; margin-bottom: 20px; }
.tl-dot { position: absolute; left: -23px; top: 5px; width: 14px; height: 14px; border-radius: 50%; background: var(--orange); border: 2px solid var(--white); box-shadow: 0 0 0 2px var(--orange); }
.tl-year { font-family: var(--fh); font-size: .82rem; font-weight: 700; color: var(--red); margin-bottom: 3px; }
.tl-event { font-size: .86rem; color: var(--mid); line-height: 1.64; font-family: var(--fb); }

/* ── FEATURE GRID ── */
.feat-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin: 18px 0; }
.feat { background: var(--off); border: 1.5px solid var(--line); border-radius: var(--r2); padding: 20px; transition: .2s; }
.feat:hover { border-color: var(--orange); }
.feat-ic { font-size: 1.3rem; margin-bottom: 10px; }
.feat h4 { font-family: var(--fh); font-size: .95rem; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.feat p { font-size: .83rem; color: var(--mid); line-height: 1.64; font-family: var(--fb); }

/* ── REVIEWS ── */
.reviews { display: flex; flex-direction: column; gap: 12px; margin: 18px 0; }
.review { background: var(--white); border: 1.5px solid var(--line); border-radius: var(--r2); padding: 16px 18px; }
.review-top { display: flex; align-items: flex-start; gap: 11px; margin-bottom: 9px; }
.review-av { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg,var(--red),var(--blue)); display: flex; align-items: center; justify-content: center; font-family: var(--fh); font-weight: 700; font-size: .86rem; color: #fff; flex-shrink: 0; }
.review-name { font-family: var(--fh); font-size: .9rem; font-weight: 700; color: var(--ink); margin-bottom: 2px; }
.review-meta { font-size: .7rem; color: var(--muted); font-family: var(--fb); }
.review-stars { color: var(--orange); font-size: .82rem; margin-left: auto; }
.review p { font-size: .83rem; color: var(--mid); line-height: 1.64; font-style: italic; font-family: var(--fb); }
.review-disc { font-size: .68rem; color: var(--muted); margin-top: 7px; font-family: var(--fb); }

/* ── PROS CONS ── */
.pc { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin: 18px 0; }
.pros { background: var(--green-l); border: 1px solid #A7F3D0; border-radius: var(--r2); padding: 18px; }
.cons { background: var(--red-l); border: 1px solid var(--red-m); border-radius: var(--r2); padding: 18px; }
.pros h4 { font-family: var(--fh); font-size: .9rem; font-weight: 700; color: var(--green); margin-bottom: 10px; }
.cons h4 { font-family: var(--fh); font-size: .9rem; font-weight: 700; color: var(--red); margin-bottom: 10px; }
.pros li, .cons li { font-size: .83rem; color: var(--mid); padding-left: 17px; position: relative; margin-bottom: 7px; line-height: 1.56; font-family: var(--fb); }
.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 ── */
.suits { background: var(--blue-l); border: 1.5px solid var(--blue-m); border-radius: var(--r2); padding: 20px; margin-top: 18px; }
.suits h4 { font-family: var(--fh); font-size: .92rem; font-weight: 700; color: var(--blue); margin-bottom: 11px; }
.suits ul { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.suits li { font-size: .82rem; color: var(--mid); padding-left: 15px; position: relative; font-family: var(--fb); }
.suits li::before { content: '›'; position: absolute; left: 0; color: var(--red); font-weight: 700; font-size: 1rem; line-height: 1.2; }

/* ── CTA STRIP ── */
.cta-strip { background: linear-gradient(135deg,var(--red),var(--blue)); border-radius: var(--r2); padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-top: 28px; box-shadow: 0 6px 24px rgba(192,21,42,.25); }
.cta-strip p { font-size: .91rem; color: rgba(255,255,255,.9); line-height: 1.6; max-width: 560px; font-family: var(--fb); }
.cta-strip p strong { color: #fff; }
.btn-cta-wh { background: #fff; color: var(--red); 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; font-family: var(--fb); }
.btn-cta-wh:hover { background: var(--off); }

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

/* ── PROSE ── */
.pr h2 { font-family: var(--fh); font-size: 1.4rem; font-weight: 700; color: var(--ink); margin: 34px 0 11px; padding-bottom: 9px; border-bottom: 2px solid var(--line); }
.pr h3 { font-family: var(--fh); font-style: italic; font-size: 1rem; font-weight: 700; color: var(--red); margin: 20px 0 7px; }
.pr p { font-family: var(--fb); font-size: .9rem; color: var(--mid); line-height: 1.84; margin-bottom: 12px; }
.pr ul, .pr ol { padding-left: 22px; margin-bottom: 14px; }
.pr li { font-family: var(--fb); font-size: .88rem; color: var(--mid); margin-bottom: 7px; line-height: 1.65; }
.pr strong { color: var(--ink); font-weight: 700; }
.info-box { background: var(--blue-l); border-left: 4px solid var(--blue); border-radius: 0 var(--r) var(--r) 0; padding: 13px 17px; font-size: .85rem; color: var(--mid); line-height: 1.7; margin: 16px 0; font-family: var(--fb); }
.warn-box { background: var(--amber-l); border-left: 4px solid var(--amber); border-radius: 0 var(--r) var(--r) 0; padding: 13px 17px; font-size: .85rem; color: var(--mid); line-height: 1.7; margin: 16px 0; font-family: var(--fb); }
.disc-blk { background: var(--off2); border: 1.5px solid var(--line); border-radius: var(--r2); padding: 18px 20px; font-family: var(--fb); font-size: .77rem; color: var(--muted); line-height: 1.76; margin: 26px 0; }

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

/* ── STEPS ── */
.steps { display: flex; flex-direction: column; }
.step { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1.5px solid var(--line2); align-items: flex-start; }
.step:last-child { border: none; }
.step-n { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg,var(--red),var(--blue)); color: #fff; font-family: var(--fh); font-size: .98rem; 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: 7px; }
.step p { font-size: .87rem; color: var(--mid); line-height: 1.72; font-family: var(--fb); }
.cpill { display: inline-block; background: var(--ink); color: #fff; font-family: 'Courier New',monospace; font-size: .87rem; font-weight: 700; padding: 2px 9px; border-radius: 5px; }

/* ── CONTACT ── */
.cg { display: grid; grid-template-columns: 1fr 1.4fr; gap: 36px; align-items: start; }
.ci { display: flex; gap: 13px; align-items: flex-start; background: var(--off); border: 1.5px solid var(--line); border-radius: var(--r2); padding: 15px; margin-bottom: 10px; }
.ci-ic { width: 38px; height: 38px; border-radius: 9px; background: var(--red-l); display: flex; align-items: center; justify-content: center; font-size: .95rem; flex-shrink: 0; }
.ci .lbl { font-family: var(--fb); font-size: .68rem; font-weight: 800; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 3px; }
.ci .val { font-family: var(--fh); font-size: .95rem; font-weight: 700; color: var(--ink); }
.fw { background: var(--white); border: 2px solid var(--line); border-radius: var(--r3); padding: 28px; box-shadow: 0 4px 20px rgba(0,0,0,.06); }
.fw h3 { font-family: var(--fh); font-size: 1.15rem; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.fw > p { font-family: var(--fb); font-size: .84rem; color: var(--muted); margin-bottom: 18px; }
.fg { margin-bottom: 12px; }
.fg label { display: block; font-family: var(--fb); font-size: .74rem; font-weight: 700; color: var(--ink); margin-bottom: 5px; }
.fg input, .fg select, .fg textarea { width: 100%; padding: 11px 13px; background: var(--off); 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(--red); background: #fff; box-shadow: 0 0 0 3px rgba(192,21,42,.08); }
.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: .76rem; color: var(--muted); line-height: 1.52; font-family: var(--fb); }
.fg-ck input { width: auto; margin-top: 3px; accent-color: var(--red); }
.fsub { width: 100%; padding: 13px; background: var(--red); 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(--red2); }

/* ── PAGE HEADER ── */
.ph { background: var(--ink); padding: 86px var(--gap) 50px; position: relative; overflow: hidden; }
.ph::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(to right,var(--red),var(--orange),var(--blue)); }
.ph-i { max-width: var(--mw); margin: 0 auto; position: relative; z-index: 2; }
.ph-bc { font-size: .74rem; color: rgba(255,255,255,.36); margin-bottom: 11px; font-family: var(--fb); }
.ph-bc a { color: rgba(255,255,255,.6); font-weight: 600; }
.ph-tag { font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--orange); margin-bottom: 10px; display: block; font-family: var(--fb); }
.ph h1 { font-family: var(--fh); font-size: clamp(2rem,4.5vw,3.2rem); font-weight: 800; color: #fff; letter-spacing: -.02em; line-height: 1.1; margin-bottom: 10px; }
.ph h1 span { color: var(--orange); }
.ph-sub { font-family: var(--fb); font-size: .97rem; color: rgba(255,255,255,.52); line-height: 1.68; max-width: 580px; }

/* ── CTA BAND ── */
.cta-band { background: var(--off2); border-top: 1px solid var(--line); padding: 60px var(--gap); text-align: center; }
.cta-band h2 { font-family: var(--fh); font-size: clamp(1.7rem,3.2vw,2.4rem); font-weight: 800; color: var(--ink); margin-bottom: 11px; }
.cta-band h2 em { font-style: italic; color: var(--red); }
.cta-band p { font-family: var(--fb); font-size: .96rem; color: var(--muted); max-width: 480px; margin: 0 auto 24px; line-height: 1.7; }
.cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn-blue { background: var(--blue); color: #fff; padding: 13px 26px; border-radius: var(--r); font-size: .9rem; font-weight: 700; transition: .2s; display: inline-flex; align-items: center; gap: 8px; font-family: var(--fb); }
.btn-blue:hover { background: var(--blue2); }
.btn-outline { border: 2px solid var(--line); color: var(--mid); padding: 12px 24px; border-radius: var(--r); font-size: .88rem; font-weight: 600; transition: .2s; display: inline-flex; align-items: center; gap: 8px; font-family: var(--fb); }
.btn-outline:hover { border-color: var(--red); color: var(--red); }

/* ── 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: 2fr 1fr 1fr 1fr 1fr; gap: 30px; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.07); margin-bottom: 20px; }
.ft-logo-row { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.ft-lm { width: 32px; height: 32px; background: linear-gradient(135deg,var(--red),var(--blue)); border-radius: 7px; 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-ln { font-family: var(--fh); font-size: .98rem; font-weight: 700; color: #fff; }
.ft-ln span { color: var(--orange); }
.ft-brand p { font-family: var(--fb); font-size: .76rem; color: rgba(255,255,255,.34); line-height: 1.68; max-width: 230px; margin-bottom: 12px; }
.ft-tel { font-family: var(--fb); font-size: .8rem; color: rgba(255,255,255,.46); font-weight: 600; }
.ft-col h4 { font-family: var(--fh); font-size: .8rem; font-weight: 700; color: rgba(255,255,255,.5); margin-bottom: 13px; border-bottom: 1px solid rgba(255,255,255,.07); padding-bottom: 7px; }
.ft-col ul { display: flex; flex-direction: column; gap: 9px; }
.ft-col a { font-family: var(--fb); font-size: .79rem; color: rgba(255,255,255,.42); transition: .15s; }
.ft-col a:hover { color: #fff; }
.ft-bot { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-family: var(--fb); font-size: .7rem; color: rgba(255,255,255,.2); border-top: 1px solid rgba(255,255,255,.06); padding-top: 14px; }
.ft-bot a { color: rgba(255,255,255,.36); }

/* ── COOKIE BANNER ── */
.sb-ck-overlay { position: fixed; inset: 0; z-index: 9998; background: rgba(15,15,26,.5); backdrop-filter: blur(4px); }
.sb-ck-box { position: fixed; bottom: 28px; left: 50%; transform: translateX(-50%); z-index: 9999; background: var(--white); border: 2px solid var(--line); border-top: 5px solid var(--red); border-radius: var(--r3); padding: 28px 28px 22px; width: min(560px,calc(100vw - 32px)); box-shadow: 0 20px 60px rgba(0,0,0,.2); display: flex; flex-direction: column; gap: 14px; }
.sb-ck-icon { font-size: 2rem; text-align: center; }
.sb-ck-content h3 { font-family: var(--fh); font-size: 1.18rem; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.sb-ck-content p { font-family: var(--fb); font-size: .84rem; color: var(--mid); line-height: 1.68; margin-bottom: 6px; }
.sb-ck-content p strong { color: var(--ink); }
.sb-ck-links { font-size: .75rem !important; color: var(--muted) !important; }
.sb-ck-links a { color: var(--red); font-weight: 600; text-decoration: underline; }
.sb-ck-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.sb-ck-acc { flex: 1; background: var(--red); color: #fff; padding: 12px 18px; border-radius: var(--r); font-family: var(--fb); font-size: .88rem; font-weight: 700; border: none; cursor: pointer; transition: .18s; min-width: 150px; }
.sb-ck-acc:hover { background: var(--red2); }
.sb-ck-rej { flex: 1; background: var(--off2); color: var(--mid); padding: 12px 18px; border-radius: var(--r); font-family: var(--fb); font-size: .88rem; font-weight: 600; border: 1.5px solid var(--line); cursor: pointer; transition: .18s; min-width: 150px; }
.sb-ck-rej:hover { border-color: var(--red); color: var(--red); }

/* ── UTILS ── */
.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: linear-gradient(to right,var(--red),var(--blue)); padding: 14px var(--gap); box-shadow: 0 -4px 16px rgba(0,0,0,.2); }
.mob-bar a { display: flex; align-items: center; justify-content: center; gap: 10px; color: #fff; font-family: var(--fb); font-size: .94rem; font-weight: 700; }

/* ── RESPONSIVE ── */
@media(max-width:1080px){ .mosaic { grid-template-columns:1fr 1fr; } .mc-main { grid-column:1 2; grid-row:1; } .mc-top { grid-column:1; grid-row:2; } .mc-bot { grid-column:2; grid-row:2; } .net-grid{grid-template-columns:repeat(2,1fr)} .nd-wrap{grid-template-columns:1fr} .nd-sticky{position:static} .ft-top{grid-template-columns:1fr 1fr 1fr} }
@media(max-width:900px){ .nav{display:none} .burger{display:flex} .hero-top{grid-template-columns:1fr} .hero-focus{display:none} .cg{grid-template-columns:1fr} .mob-bar{display:block} body{padding-bottom:62px} }
@media(max-width:660px){ .mosaic{grid-template-columns:1fr} .mc-main,.mc-top,.mc-bot{grid-column:1;grid-row:auto} .net-grid{grid-template-columns:1fr} .pc{grid-template-columns:1fr} .suits ul{grid-template-columns:1fr} .feat-grid{grid-template-columns:1fr} .ft-top{grid-template-columns:1fr 1fr} .fg-row{grid-template-columns:1fr} .sb-ck-box{bottom:0;border-radius:var(--r3) var(--r3) 0 0;width:100%} .sb-ck-btns{flex-direction:column} }
@media(max-width:480px){ .ft-top{grid-template-columns:1fr} }


/* WordPress conversion safety fixes */
img{max-width:100%;height:auto}.wp-site-blocks{overflow-x:hidden}
@media(max-width:900px){.nav{display:none}.burger{display:flex!important}.dr.open{display:block;opacity:1;transform:translateX(0)}.mob-bar{display:block}}
