/*
Theme Name: Znokro
Theme URI: https://Znokro.online
Author: Znokro
Description: Independent UK mobile network guidance WordPress theme converted from static website. Includes connected pages, responsive design, disclosure content, and contact number 02037450624.
Version: 1.0.0
Text Domain: znokro
*/
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Syne:wght@400;500;600;700;800&display=swap');

:root {
  /* Gradient palette */
  --g1: #6C2BD9;  /* deep purple */
  --g2: #4F46E5;  /* indigo */
  --g3: #0891B2;  /* cyan */
  --g4: #0D9488;  /* teal */
  --grad: linear-gradient(135deg, #6C2BD9 0%, #4F46E5 35%, #0891B2 70%, #0D9488 100%);
  --grad-soft: linear-gradient(135deg, rgba(108,43,217,.12) 0%, rgba(8,145,178,.12) 100%);
  --grad-card: linear-gradient(135deg, rgba(255,255,255,.18) 0%, rgba(255,255,255,.06) 100%);
  /* Neutrals */
  --dark: #080B14;
  --dark2: #0E1220;
  --dark3: #141928;
  --panel: rgba(255,255,255,.07);
  --panel2: rgba(255,255,255,.04);
  --border: rgba(255,255,255,.12);
  --border2: rgba(255,255,255,.07);
  --white: #FFFFFF;
  --off: #F0F2FF;
  --ink: #0E1220;
  --mid: #4A5568;
  --muted: #718096;
  --line: #E2E8F0;
  /* Status */
  --green: #10B981;
  --amber: #F59E0B;
  --red: #EF4444;
  --gl: rgba(16,185,129,.15);
  --al: rgba(245,158,11,.15);
  --rl: rgba(239,68,68,.15);
  /* Fonts */
  --fh: 'Syne', sans-serif;
  --fb: 'Outfit', sans-serif;
  --mw: 1200px;
  --gap: clamp(18px,4vw,52px);
  --r: 12px;
  --r2: 20px;
  --r3: 28px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--fb); background: var(--dark); color: var(--white); -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; }

/* ── GRADIENT MESH BACKGROUND ── */
.mesh {
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 80% 60% at 20% 10%, rgba(108,43,217,.35) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 80% 80%, rgba(8,145,178,.3) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 50% 50%, rgba(79,70,229,.15) 0%, transparent 70%),
    var(--dark);
}

/* ── DISCLAIMER BAR ── */
.topbar {
  position: relative; z-index: 10;
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border2);
  color: rgba(255,255,255,.65);
  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(8,11,20,.8);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
}
.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: 38px; height: 38px; border-radius: 10px;
  background: var(--grad);
  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.1rem; font-weight: 700; color: #fff; }
.logo-name span { background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.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: rgba(255,255,255,.6); padding: 8px 12px; border-radius: var(--r); white-space: nowrap; transition: .15s; }
.nav a:hover, .nav a.on { color: #fff; background: rgba(255,255,255,.1); }
.hcta {
  flex-shrink: 0; margin-left: auto;
  background: var(--grad); color: #fff;
  padding: 10px 20px; border-radius: var(--r);
  font-size: .82rem; font-weight: 600; transition: .2s; white-space: nowrap;
  box-shadow: 0 4px 20px rgba(108,43,217,.4);
}
.hcta:hover { opacity: .9; transform: translateY(-1px); }
.burger { display: none; flex-direction: column; gap: 5px; padding: 8px; margin-left: 6px; }
.burger span { display: block; width: 22px; height: 2px; background: #fff; border-radius: 2px; }
.dr { display: none; position: fixed; inset: 0; z-index: 200; background: var(--dark2); 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(--panel); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 1rem; cursor: pointer; color: #fff; }
.dr-sec { font-size: .65rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.3); padding: 16px 0 7px; margin-top: 6px; }
.dr a { padding: 13px 0; font-size: .94rem; font-weight: 500; color: rgba(255,255,255,.8); border-bottom: 1px solid var(--border2); }
.dr-cta { margin-top: 20px; background: var(--grad); 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); position: relative; z-index: 2; }
.ws { max-width: 820px; margin: 0 auto; padding: 0 var(--gap); position: relative; z-index: 2; }
.sec { padding: clamp(56px,7vw,96px) var(--gap); position: relative; z-index: 2; }

/* ── GLASS CARD BASE ── */
.glass {
  background: var(--grad-card);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--border);
  border-radius: var(--r3);
}
.glass-sm {
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(16px);
  border: 1px solid var(--border);
  border-radius: var(--r2);
}
.glass-dark {
  background: rgba(255,255,255,.04);
  border: 1px solid var(--border2);
  border-radius: var(--r2);
}

/* ── SECTION HEADER ── */
.sh { margin-bottom: 48px; }
.sh.c { text-align: center; }
.sh-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.08); border: 1px solid var(--border);
  border-radius: 99px; padding: 6px 14px;
  font-size: .7rem; font-weight: 600; color: rgba(255,255,255,.7);
  letter-spacing: .06em; text-transform: uppercase; margin-bottom: 14px;
}
.sh-pill::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--grad); flex-shrink: 0; }
.sh h2 {
  font-family: var(--fh);
  font-size: clamp(1.8rem,3.5vw,2.8rem);
  font-weight: 800; color: #fff;
  letter-spacing: -.02em; line-height: 1.15; margin-bottom: 12px;
}
.sh h2 .grad-txt {
  background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.sh p { font-size: .97rem; color: rgba(255,255,255,.6); line-height: 1.74; max-width: 560px; }
.sh.c p { margin: 0 auto; }

/* ── HERO ── */
.hero { min-height: 100vh; display: flex; align-items: center; padding: 100px var(--gap) 80px; position: relative; overflow: hidden; }
.hero::before {
  content: ''; position: absolute;
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(108,43,217,.3) 0%, transparent 70%);
  top: -200px; right: -200px; pointer-events: none;
}
.hero::after {
  content: ''; position: absolute;
  width: 400px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(8,145,178,.25) 0%, transparent 70%);
  bottom: -100px; left: -100px; pointer-events: none;
}
.hero-i { max-width: var(--mw); margin: 0 auto; width: 100%; position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.08); border: 1px solid var(--border);
  border-radius: 99px; padding: 7px 16px;
  font-size: .74rem; font-weight: 600; color: rgba(255,255,255,.8);
  letter-spacing: .04em; margin-bottom: 22px;
}
.hero-eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--grad); flex-shrink: 0; }
.hero h1 {
  font-family: var(--fh);
  font-size: clamp(2.4rem,5.5vw,4.8rem);
  font-weight: 800; color: #fff;
  line-height: 1.08; letter-spacing: -.03em; margin-bottom: 20px;
}
.hero h1 .grad-txt {
  background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-sub { font-size: 1.05rem; color: rgba(255,255,255,.65); line-height: 1.72; max-width: 500px; margin-bottom: 16px; }
.hero-disc {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--r2); padding: 12px 16px;
  font-size: .8rem; color: rgba(255,255,255,.65); line-height: 1.62; margin-bottom: 28px;
}
.hero-disc strong { color: #fff; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-grad {
  background: var(--grad); color: #fff;
  padding: 14px 26px; border-radius: var(--r);
  font-size: .9rem; font-weight: 600; transition: .2s;
  display: inline-flex; align-items: center; gap: 8px;
  box-shadow: 0 6px 24px rgba(108,43,217,.4);
}
.btn-grad:hover { opacity: .9; transform: translateY(-1px); box-shadow: 0 10px 32px rgba(108,43,217,.5); }
.btn-glass {
  background: rgba(255,255,255,.1); border: 1px solid var(--border); color: #fff;
  padding: 13px 24px; border-radius: var(--r);
  font-size: .88rem; font-weight: 500; transition: .2s;
  display: inline-flex; align-items: center; gap: 8px; backdrop-filter: blur(8px);
}
.btn-glass:hover { background: rgba(255,255,255,.16); }

/* HERO STATS PANEL */
.hero-panel {
  background: var(--grad-card); backdrop-filter: blur(20px);
  border: 1px solid var(--border); border-radius: var(--r3);
  padding: 28px; display: flex; flex-direction: column; gap: 14px;
}
.hero-stat { display: flex; align-items: center; gap: 14px; }
.hero-stat-ic {
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--grad); flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; font-size: 1.1rem;
}
.hero-stat-n { font-family: var(--fh); font-size: 1.5rem; font-weight: 700; color: #fff; line-height: 1; }
.hero-stat-l { font-size: .76rem; color: rgba(255,255,255,.55); margin-top: 2px; }
.hero-panel-div { height: 1px; background: var(--border); }

/* ── NETWORK GRID ── */
.net-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.nc {
  background: var(--grad-card); backdrop-filter: blur(20px);
  border: 1px solid var(--border); border-radius: var(--r3);
  padding: 24px; transition: .25s; position: relative; overflow: hidden;
}
.nc::before {
  content: ''; position: absolute; inset: 0;
  background: var(--grad-soft); opacity: 0; transition: .25s;
  border-radius: var(--r3);
}
.nc:hover { border-color: rgba(255,255,255,.25); transform: translateY(-4px); box-shadow: 0 20px 60px rgba(0,0,0,.4); }
.nc:hover::before { opacity: 1; }
.nc-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 14px; position: relative; z-index: 2; }
.nc-logo {
  width: 52px; height: 52px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--fh); font-weight: 700; font-size: 1rem; color: #fff;
}
.nc-badge {
  font-size: .68rem; font-weight: 700; padding: 4px 10px; border-radius: 99px;
  background: rgba(255,255,255,.1); border: 1px solid var(--border); color: rgba(255,255,255,.7);
}
.nc h3 { font-family: var(--fh); font-size: 1.05rem; font-weight: 700; color: #fff; margin-bottom: 4px; position: relative; z-index: 2; }
.nc-type { font-size: .7rem; color: rgba(255,255,255,.45); font-weight: 500; margin-bottom: 10px; position: relative; z-index: 2; }
.nc p { font-size: .83rem; color: rgba(255,255,255,.65); line-height: 1.62; margin-bottom: 14px; position: relative; z-index: 2; }
.nc-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; position: relative; z-index: 2; }
.ntag { font-size: .68rem; font-weight: 600; padding: 3px 9px; border-radius: 6px; }
.ntag-g { background: var(--gl); color: var(--green); border: 1px solid rgba(16,185,129,.2); }
.ntag-b { background: rgba(99,102,241,.15); color: #818CF8; border: 1px solid rgba(99,102,241,.2); }
.ntag-a { background: var(--al); color: var(--amber); border: 1px solid rgba(245,158,11,.2); }
.nc-link { font-size: .8rem; font-weight: 600; display: inline-flex; align-items: center; gap: 5px; position: relative; z-index: 2; background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

/* ── COMPARISON TABLE ── */
.ctbl-wrap { overflow-x: auto; border-radius: var(--r2); border: 1px solid var(--border); background: rgba(255,255,255,.03); }
.ctbl { width: 100%; border-collapse: collapse; min-width: 700px; }
.ctbl thead tr { background: rgba(255,255,255,.08); }
.ctbl th { padding: 13px 16px; text-align: left; font-family: var(--fh); font-size: .74rem; font-weight: 700; color: rgba(255,255,255,.7); letter-spacing: .03em; border-bottom: 1px solid var(--border); }
.ctbl td { padding: 12px 16px; font-size: .84rem; color: rgba(255,255,255,.65); border-bottom: 1px solid var(--border2); }
.ctbl tbody tr:last-child td { border: none; }
.ctbl tbody tr:hover td { background: rgba(255,255,255,.04); }
.tn { font-weight: 700; color: #fff; }
.tick { color: var(--green); font-weight: 700; }
.cross { color: var(--red); }
.part { color: var(--amber); font-weight: 600; }
.bdg { display: inline-block; font-size: .67rem; font-weight: 700; padding: 2px 8px; border-radius: 5px; }
.bdg-mno { background: rgba(99,102,241,.2); color: #818CF8; border: 1px solid rgba(99,102,241,.25); }
.bdg-mvo { background: var(--al); color: var(--amber); border: 1px solid rgba(245,158,11,.25); }

/* ── NETWORK DETAIL ── */
.net-wrap { display: grid; grid-template-columns: 1fr 290px; gap: 36px; align-items: start; }
.det-side { position: sticky; top: 80px; }
.side-card { background: var(--grad-card); backdrop-filter: blur(20px); border: 1px solid var(--border); border-radius: var(--r3); overflow: hidden; }
.side-head { padding: 20px; border-bottom: 1px solid var(--border); }
.side-logo { width: 54px; height: 54px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-family: var(--fh); font-weight: 700; font-size: 1.1rem; color: #fff; margin-bottom: 12px; }
.side-name { font-family: var(--fh); font-size: 1.15rem; font-weight: 700; color: #fff; margin-bottom: 3px; }
.side-type { font-size: .7rem; color: rgba(255,255,255,.45); }
.side-body { padding: 16px; }
.sr { display: flex; justify-content: space-between; gap: 8px; padding: 9px 0; border-bottom: 1px solid var(--border2); font-size: .84rem; }
.sr:last-child { border: none; }
.sr .k { color: rgba(255,255,255,.45); }
.sr .v { font-weight: 600; color: #fff; text-align: right; font-family: var(--fh); }
.side-cta { display: block; margin: 14px 16px; background: var(--grad); color: #fff; text-align: center; padding: 12px; border-radius: var(--r); font-weight: 600; font-size: .85rem; transition: .2s; box-shadow: 0 4px 16px rgba(108,43,217,.35); }
.side-cta:hover { opacity: .9; }
.side-tel { text-align: center; font-size: .74rem; color: rgba(255,255,255,.35); margin: 8px 16px 16px; }

/* ── PLAN TABS ── */
.ptw { }
.ptabs { display: flex; gap: 4px; background: rgba(255,255,255,.06); border: 1px solid var(--border); border-radius: var(--r2); padding: 4px; margin-bottom: 18px; flex-wrap: wrap; }
.ptab { flex: 1; min-width: 90px; padding: 9px 14px; border-radius: var(--r); font-family: var(--fb); font-size: .82rem; font-weight: 600; color: rgba(255,255,255,.5); text-align: center; transition: .15s; cursor: pointer; border: none; background: none; }
.ptab.on, .ptab:hover { background: var(--grad); color: #fff; box-shadow: 0 2px 12px rgba(108,43,217,.3); }
.ppanel { display: none; }
.ppanel.on { display: block; }
.pb { background: rgba(255,255,255,.06); border: 1px solid var(--border); border-radius: var(--r2); padding: 20px; }
.pb h4 { font-family: var(--fh); font-size: .94rem; font-weight: 700; color: #fff; margin-bottom: 9px; }
.pb p { font-size: .87rem; color: rgba(255,255,255,.65); line-height: 1.72; }

/* ── FEAT GLASS GRID ── */
.feat-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin: 20px 0; }
.feat { background: rgba(255,255,255,.07); border: 1px solid var(--border); border-radius: var(--r2); padding: 20px; }
.feat-ic { font-size: 1.4rem; margin-bottom: 11px; }
.feat h4 { font-family: var(--fh); font-size: .93rem; font-weight: 700; color: #fff; margin-bottom: 7px; }
.feat p { font-size: .83rem; color: rgba(255,255,255,.6); line-height: 1.64; }

/* ── PROS CONS ── */
.pc { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 18px 0; }
.pros { background: rgba(16,185,129,.08); border: 1px solid rgba(16,185,129,.2); border-radius: var(--r2); padding: 18px; }
.cons { background: rgba(239,68,68,.08); border: 1px solid rgba(239,68,68,.2); border-radius: var(--r2); padding: 18px; }
.pros h4 { font-family: var(--fh); font-size: .88rem; font-weight: 700; color: var(--green); margin-bottom: 11px; }
.cons h4 { font-family: var(--fh); font-size: .88rem; font-weight: 700; color: var(--red); margin-bottom: 11px; }
.pros li, .cons li { font-size: .82rem; color: rgba(255,255,255,.65); padding-left: 18px; position: relative; margin-bottom: 7px; line-height: 1.56; }
.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 BOX ── */
.suits { background: rgba(108,43,217,.12); border: 1px solid rgba(108,43,217,.25); border-radius: var(--r2); padding: 20px 22px; margin-top: 18px; }
.suits h4 { font-family: var(--fh); font-size: .92rem; font-weight: 700; color: #a78bfa; margin-bottom: 12px; }
.suits ul { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.suits li { font-size: .82rem; color: rgba(255,255,255,.65); padding-left: 16px; position: relative; }
.suits li::before { content: '→'; position: absolute; left: 0; color: #a78bfa; font-weight: 700; }

/* ── CTA STRIP ── */
.cta-strip { background: var(--grad); 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 8px 32px rgba(108,43,217,.4); }
.cta-strip p { font-size: .92rem; color: rgba(255,255,255,.9); line-height: 1.6; max-width: 560px; }
.cta-strip p strong { color: #fff; }
.btn-wh { background: #fff; color: var(--g1); 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-wh:hover { background: rgba(255,255,255,.9); }

/* ── PROSE ── */
.pr h2 { font-family: var(--fh); font-size: 1.3rem; font-weight: 700; color: #fff; margin: 34px 0 12px; padding-bottom: 10px; border-bottom: 1px solid var(--border); }
.pr h3 { font-family: var(--fh); font-size: 1rem; font-weight: 700; color: #a78bfa; margin: 20px 0 8px; }
.pr p { font-size: .91rem; color: rgba(255,255,255,.65); line-height: 1.84; margin-bottom: 12px; }
.pr ul, .pr ol { padding-left: 20px; margin-bottom: 13px; }
.pr li { font-size: .88rem; color: rgba(255,255,255,.6); margin-bottom: 7px; line-height: 1.65; }
.pr strong { color: #fff; font-weight: 600; }
.info-box { background: rgba(108,43,217,.12); border-left: 3px solid var(--g1); border-radius: 0 var(--r) var(--r) 0; padding: 13px 17px; font-size: .85rem; color: rgba(255,255,255,.65); line-height: 1.7; margin: 16px 0; }
.info-box strong { color: #a78bfa; }
.warn-box { background: var(--al); border-left: 3px solid var(--amber); border-radius: 0 var(--r) var(--r) 0; padding: 13px 17px; font-size: .85rem; color: rgba(255,255,255,.7); line-height: 1.7; margin: 16px 0; }
.disc-box { background: rgba(255,255,255,.04); border: 1px solid var(--border2); border-radius: var(--r2); padding: 18px 20px; font-size: .78rem; color: rgba(255,255,255,.35); line-height: 1.76; margin: 26px 0; }

/* ── SAFETY ── */
.safety { background: rgba(239,68,68,.08); border: 1px solid rgba(239,68,68,.2); 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: #fc8181; margin-bottom: 7px; }
.safety p { font-size: .87rem; color: rgba(255,255,255,.6); line-height: 1.68; }

/* ── FAQ ── */
.fi { border-bottom: 1px solid var(--border2); }
.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: .96rem; font-weight: 600; color: #fff; line-height: 1.4; }
.fq-ic { width: 28px; height: 28px; border-radius: 8px; background: rgba(255,255,255,.08); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: .8rem; color: rgba(255,255,255,.6); flex-shrink: 0; transition: .2s; }
.fi.open .fq-ic { background: var(--grad); border-color: transparent; color: #fff; transform: rotate(45deg); }
.fa { display: none; padding: 0 0 18px; font-size: .88rem; color: rgba(255,255,255,.6); line-height: 1.8; }
.fi.open .fa { display: block; }

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

/* ── 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: rgba(255,255,255,.06); border: 1px solid var(--border); border-radius: var(--r2); padding: 15px; margin-bottom: 10px; }
.ci-ic { width: 38px; height: 38px; border-radius: 10px; background: var(--grad); display: flex; align-items: center; justify-content: center; font-size: .95rem; flex-shrink: 0; }
.ci .lbl { font-size: .7rem; font-weight: 600; color: rgba(255,255,255,.4); margin-bottom: 3px; text-transform: uppercase; letter-spacing: .04em; }
.ci .val { font-size: .92rem; font-weight: 600; color: #fff; }
.fw { background: var(--grad-card); backdrop-filter: blur(20px); border: 1px solid var(--border); border-radius: var(--r3); padding: 28px; }
.fw h3 { font-family: var(--fh); font-size: 1.1rem; font-weight: 700; color: #fff; margin-bottom: 6px; }
.fw p { font-size: .84rem; color: rgba(255,255,255,.5); margin-bottom: 18px; }
.fg { margin-bottom: 12px; }
.fg label { display: block; font-size: .75rem; font-weight: 600; color: rgba(255,255,255,.6); margin-bottom: 5px; }
.fg input, .fg select, .fg textarea { width: 100%; padding: 11px 14px; background: rgba(255,255,255,.07); border: 1px solid var(--border); border-radius: var(--r); color: #fff; font-size: .87rem; font-family: var(--fb); outline: none; transition: .18s; -webkit-appearance: none; }
.fg input::placeholder, .fg textarea::placeholder { color: rgba(255,255,255,.3); }
.fg select option { background: var(--dark2); color: #fff; }
.fg input:focus, .fg select:focus, .fg textarea:focus { border-color: var(--g2); background: rgba(255,255,255,.1); }
.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: rgba(255,255,255,.5); line-height: 1.52; }
.fg-ck input { width: auto; margin-top: 3px; flex-shrink: 0; accent-color: var(--g2); }
.fsub { width: 100%; padding: 13px; background: var(--grad); color: #fff; font-family: var(--fb); font-size: .9rem; font-weight: 700; border-radius: var(--r); transition: .2s; cursor: pointer; border: none; box-shadow: 0 4px 20px rgba(108,43,217,.4); }
.fsub:hover { opacity: .9; }

/* ── PAGE HEADER ── */
.ph { background: var(--dark2); padding: 88px var(--gap) 52px; position: relative; overflow: hidden; border-bottom: 1px solid var(--border); }
.ph::before { content: ''; position: absolute; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(108,43,217,.25) 0%, transparent 70%); top: -200px; right: -100px; }
.ph::after { content: ''; position: absolute; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(8,145,178,.2) 0%, transparent 70%); bottom: -100px; left: -50px; }
.ph-i { max-width: var(--mw); margin: 0 auto; position: relative; z-index: 2; }
.ph-bc { font-size: .74rem; color: rgba(255,255,255,.35); margin-bottom: 12px; }
.ph-bc a { color: rgba(255,255,255,.6); font-weight: 500; }
.ph-tag { font-size: .68rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: #a78bfa; margin-bottom: 10px; }
.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 .grad-txt { background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.ph-sub { font-size: .97rem; color: rgba(255,255,255,.55); line-height: 1.68; max-width: 580px; }

/* ── CTA BAND ── */
.cta-band { background: var(--dark2); padding: 64px var(--gap); text-align: center; position: relative; overflow: hidden; border-top: 1px solid var(--border); }
.cta-band::before { content: ''; position: absolute; width: 600px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(108,43,217,.2) 0%, transparent 70%); top: -200px; left: 50%; transform: translateX(-50%); }
.cta-band h2 { font-family: var(--fh); font-size: clamp(1.7rem,3.5vw,2.4rem); font-weight: 800; color: #fff; letter-spacing: -.02em; margin-bottom: 12px; position: relative; z-index: 2; }
.cta-band h2 .grad-txt { background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.cta-band p { font-size: .97rem; color: rgba(255,255,255,.55); max-width: 480px; 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; }

/* ── FOOTER ── */
.footer { background: var(--dark); border-top: 1px solid var(--border); 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: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border2); margin-bottom: 22px; }
.ft-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.ft-lm { width: 30px; height: 30px; background: var(--grad); 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-brand-name { font-family: var(--fh); font-size: .98rem; font-weight: 700; color: #fff; }
.ft-brand-name span { background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.ft-brand p { font-size: .77rem; color: rgba(255,255,255,.32); line-height: 1.68; max-width: 230px; margin-bottom: 12px; }
.ft-tel { font-size: .8rem; color: rgba(255,255,255,.42); font-weight: 500; }
.ft-col h4 { font-size: .66rem; font-weight: 700; color: rgba(255,255,255,.25); 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,.42); transition: .15s; }
.ft-col a:hover { color: #fff; }
.ft-disc { font-size: .7rem; color: rgba(255,255,255,.22); line-height: 1.76; margin-bottom: 14px; }
.ft-bot { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: .7rem; color: rgba(255,255,255,.22); border-top: 1px solid var(--border2); padding-top: 14px; }
.ft-bot a { color: rgba(255,255,255,.38); }

/* ── UTILITIES ── */
.rv { opacity: 0; transform: translateY(12px); 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(--grad); padding: 14px var(--gap); box-shadow: 0 -6px 30px rgba(108,43,217,.4); }
.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-i { grid-template-columns: 1fr; } .net-grid { grid-template-columns: repeat(2,1fr); } .net-wrap { grid-template-columns: 1fr; } .det-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) { .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; } }
@media(max-width:480px) { .ft-top { grid-template-columns: 1fr; } }
