/*
Theme Name: Blackcat Tally Partner
Theme URI: https://blackcat.ae
Author: BlackCat Media & Tech FZC LLC
Author URI: https://blackcat.ae
Description: Premium Gold & Black WordPress theme for the Blackcat — UAE's Certified TallyPrime Partner. Full SEO optimized, mobile-first, with all Tally services sections built in.
Version: 1.0.0
License: Private
License URI: https://blackcat.ae
Text Domain: blackcat
Tags: business, corporate, dark, gold, tally, erp, uae, mobile-first, responsive
*/

/* ═══════════════════════════════════════════
   GOLD & BLACK DESIGN SYSTEM
═══════════════════════════════════════════ */
:root {
  --bg0: #050400; --bg1: #080600; --bg2: #0c0900; --bg3: #110d00;
  --card: rgba(255,255,255,.04); --card2: rgba(255,255,255,.07);
  --g1: #f5c842; --g2: #e8b830; --g3: #d4a520; --g4: #b88c10;
  --glow: rgba(232,184,48,.35); --gd: rgba(232,184,48,.1); --gd2: rgba(232,184,48,.06);
  --warm: #f97316; --green: #10b981; --gnd: rgba(16,185,129,.12);
  --rim: rgba(232,184,48,.1); --rim2: rgba(232,184,48,.2); --rim3: rgba(232,184,48,.35);
  --t1: #fef9ec; --t2: rgba(254,249,236,.7); --t3: rgba(254,249,236,.4); --t4: rgba(254,249,236,.18);
  --fd: 'Cormorant Garamond', serif;
  --fb: 'Plus Jakarta Sans', sans-serif;
  --fm: 'JetBrains Mono', monospace;
  --r1: 8px; --r2: 14px; --r3: 20px; --r4: 28px;
}

/* Reset */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-font-smoothing: antialiased; }
body { background: var(--bg0); color: var(--t2); font-family: var(--fb); line-height: 1.7; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button { cursor: pointer; font-family: var(--fb); }

/* Noise texture */
body::before {
  content: ''; position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E");
  opacity: .4;
}

/* Layout helpers */
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 20px; }
section { padding: 100px 20px; position: relative; }

/* Reveal animations */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.on { opacity: 1; transform: none; }
.rl { opacity: 0; transform: translateX(-28px); transition: opacity .7s ease, transform .7s ease; }
.rl.on { opacity: 1; transform: none; }
.rr { opacity: 0; transform: translateX(28px); transition: opacity .7s ease, transform .7s ease; }
.rr.on { opacity: 1; transform: none; }

/* Section tag */
.stag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--fm); font-size: 11px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: var(--g2); background: var(--gd); border: 1px solid var(--rim2); padding: 6px 14px; border-radius: 20px; margin-bottom: 16px; }
.stag::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--g2); }

/* Headings */
.h2 { font-family: var(--fd); font-size: clamp(30px, 4vw, 52px); font-weight: 700; color: var(--t1); letter-spacing: -.5px; line-height: 1.07; margin-bottom: 14px; }
.h2 em, .h2 span { font-style: italic; color: var(--g1); }
.lead { font-size: 17px; color: var(--t2); max-width: 620px; line-height: 1.8; }
.gdiv { width: 48px; height: 2px; background: linear-gradient(90deg, var(--g2), transparent); margin: 14px 0 18px; }

/* Buttons */
.btn-gold { display: inline-flex; align-items: center; gap: 10px; font-family: var(--fb); font-size: 15px; font-weight: 700; padding: 14px 30px; border-radius: 11px; border: none; background: linear-gradient(135deg, var(--g1), var(--g3)); color: #050400; box-shadow: 0 4px 28px var(--glow); transition: transform .2s, box-shadow .2s; white-space: nowrap; cursor: pointer; }
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 8px 40px var(--glow); color: #050400; }
.btn-rim { display: inline-flex; align-items: center; gap: 10px; font-family: var(--fb); font-size: 15px; font-weight: 600; padding: 14px 30px; border-radius: 11px; border: 1px solid var(--rim3); color: var(--t1); background: transparent; transition: border-color .2s, background .2s; white-space: nowrap; }
.btn-rim:hover { border-color: var(--g2); background: var(--gd); color: var(--t1); }

/* ── NAVIGATION ── */
#nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; height: 70px; padding: 0 20px; display: flex; align-items: center; background: rgba(5,4,0,.92); backdrop-filter: blur(24px); border-bottom: 1px solid var(--rim); transition: box-shadow .3s; }
#nav.scrolled { box-shadow: 0 4px 50px rgba(0,0,0,.8); }
.nav-inner { max-width: 1240px; margin: 0 auto; width: 100%; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { display: flex; align-items: center; gap: 11px; }
.nav-logo-svg { width: 38px; height: 38px; flex-shrink: 0; }
.nav-logo-text .the { font-size: 9px; font-weight: 400; color: var(--t4); letter-spacing: 2px; text-transform: lowercase; display: block; }
.nav-logo-text .name { font-family: var(--fd); font-size: 20px; font-weight: 700; color: var(--t1); font-style: italic; }
.nav-logo-text .name em { color: var(--g1); font-style: normal; }
.nav-cert { font-family: var(--fm); font-size: 9px; color: var(--g2); background: var(--gd); border: 1px solid var(--rim2); padding: 3px 9px; border-radius: 4px; margin-left: 4px; letter-spacing: 1px; text-transform: uppercase; }
.nav-menu { display: flex; align-items: center; gap: 2px; list-style: none; }
.nav-menu a { font-size: 13.5px; font-weight: 500; color: var(--t3); padding: 7px 13px; border-radius: 8px; transition: color .2s, background .2s; }
.nav-menu a:hover { color: var(--t1); background: var(--gd); }
.nav-cta-btn { background: linear-gradient(135deg, var(--g1), var(--g3)) !important; color: #050400 !important; font-weight: 700 !important; padding: 9px 22px !important; border-radius: 9px !important; box-shadow: 0 2px 16px var(--glow) !important; }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: var(--g2); border-radius: 2px; transition: all .3s; }
.mobile-menu { display: none; position: fixed; top: 70px; left: 0; right: 0; background: rgba(5,4,0,.98); backdrop-filter: blur(20px); border-bottom: 1px solid var(--rim); padding: 20px; z-index: 999; flex-direction: column; gap: 8px; }
.mobile-menu.open { display: flex; }
.mobile-menu a { font-size: 16px; font-weight: 500; color: var(--t2); padding: 12px 16px; border-radius: 8px; border: 1px solid var(--rim); transition: background .2s; }
.mobile-menu a:hover { background: var(--gd); color: var(--g1); }

/* ── HERO ── */
#hero { min-height: 100vh; display: flex; align-items: center; padding: 100px 20px 80px; overflow: hidden; }
.hero-mesh { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 70% 60% at 65% 25%, rgba(212,165,32,.14) 0%, transparent 60%), radial-gradient(ellipse 40% 40% at 10% 80%, rgba(245,200,66,.05) 0%, transparent 55%); }
.hero-grid-bg { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(232,184,48,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(232,184,48,.03) 1px, transparent 1px); background-size: 56px 56px; mask-image: radial-gradient(ellipse 85% 85% at 50% 50%, black 30%, transparent 100%); }
.hero-orb1 { position: absolute; top: -120px; right: -80px; width: 550px; height: 550px; border-radius: 50%; background: radial-gradient(circle at 40% 40%, rgba(212,165,32,.12) 0%, transparent 65%); filter: blur(40px); pointer-events: none; }
.hero-orb2 { position: absolute; bottom: -80px; left: 5%; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(245,200,66,.05) 0%, transparent 65%); filter: blur(60px); pointer-events: none; }
.sparks { position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: 0; }
.spark { position: absolute; border-radius: 50%; background: var(--g1); animation: sparkAnim linear infinite; }
@keyframes sparkAnim { 0% { transform: translateY(0) scale(1); opacity: .5; } 100% { transform: translateY(-100px) scale(0); opacity: 0; } }
.hero-inner { position: relative; z-index: 1; max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; width: 100%; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-family: var(--fm); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--g2); background: var(--gd); border: 1px solid var(--rim2); padding: 7px 16px; border-radius: 20px; margin-bottom: 26px; }
.ep { width: 7px; height: 7px; border-radius: 50%; background: var(--g2); animation: goldpulse 2s ease-in-out infinite; }
@keyframes goldpulse { 0%,100% { box-shadow: 0 0 6px var(--g2); } 50% { box-shadow: 0 0 18px var(--g1), 0 0 32px rgba(232,184,48,.3); } }
.hero-h1 { font-family: var(--fd); font-size: clamp(44px, 5.5vw, 76px); font-weight: 700; color: var(--t1); line-height: 1.03; margin-bottom: 26px; }
.hero-h1 .grad { background: linear-gradient(100deg, var(--g1) 0%, var(--warm) 50%, var(--g1) 100%); background-size: 200%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: shimmer 4s linear infinite; }
@keyframes shimmer { 0% { background-position: 0% 50%; } 100% { background-position: 200% 50%; } }
.hero-h1 em { font-style: italic; color: var(--g1); -webkit-text-fill-color: var(--g1); }
.hero-p { font-size: 17px; color: var(--t2); max-width: 520px; line-height: 1.8; margin-bottom: 38px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 50px; }
.hero-badges { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.hb { display: flex; align-items: center; gap: 9px; }
.hb-ico { width: 33px; height: 33px; border-radius: 9px; background: var(--gd); border: 1px solid var(--rim); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hb-ico svg { width: 15px; height: 15px; stroke: var(--g2); fill: none; stroke-width: 1.5; }
.hb-t b { display: block; font-size: 13px; font-weight: 700; color: var(--t1); }
.hb-t span { font-size: 11px; color: var(--t3); }
.hb-sep { width: 1px; height: 28px; background: var(--rim2); }
.hero-visual { }
.stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 14px; }
.stat-mini { background: rgba(20,15,0,.8); backdrop-filter: blur(12px); border: 1px solid var(--rim); border-radius: 12px; padding: 18px; text-align: center; }
.stat-mini-n { font-family: var(--fd); font-size: 26px; font-weight: 700; color: var(--t1); }
.stat-mini-n em { color: var(--g1); font-style: normal; }
.stat-mini-l { font-size: 10px; color: var(--t3); margin-top: 2px; }
.hero-card { background: rgba(20,15,0,.8); backdrop-filter: blur(14px); border: 1px solid var(--rim2); border-radius: 14px; padding: 18px; margin-bottom: 12px; position: relative; overflow: hidden; }
.hero-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(232,184,48,.4), transparent); }
.hc-row { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.hc-ico { width: 38px; height: 38px; border-radius: 9px; background: var(--gd); border: 1px solid var(--rim); display: flex; align-items: center; justify-content: center; }
.hc-ico svg { width: 18px; height: 18px; stroke: var(--g2); fill: none; stroke-width: 1.5; }
.hc-title { font-size: 14px; font-weight: 700; color: var(--t1); }
.hc-sub { font-size: 11px; color: var(--t3); }
.hc-body { font-size: 13px; color: var(--t2); line-height: 1.6; }
.hc-pill { display: inline-block; margin-top: 8px; font-family: var(--fm); font-size: 9px; letter-spacing: 1px; text-transform: uppercase; background: var(--gnd); color: var(--green); border: 1px solid rgba(16,185,129,.2); padding: 3px 8px; border-radius: 4px; }

/* ── TRUSTED / MARQUEE ── */
#trusted { padding: 50px 20px; background: var(--bg1); border-top: 1px solid var(--rim); border-bottom: 1px solid var(--rim); }
.trusted-label { text-align: center; font-family: var(--fm); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--t3); margin-bottom: 28px; }
.marquee-wrap { width: 100%; overflow: hidden; mask-image: linear-gradient(90deg, transparent, black 12%, black 88%, transparent); }
.marquee-track { display: flex; align-items: center; gap: 44px; animation: marquee 28s linear infinite; white-space: nowrap; }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.marquee-item { font-family: var(--fd); font-size: 14px; font-weight: 700; color: var(--t3); flex-shrink: 0; }
.marquee-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--t4); flex-shrink: 0; }

/* ── SERVICES ── */
#services { background: var(--bg0); }
.svc-header { text-align: center; margin-bottom: 64px; }
.svc-header .lead { margin: 0 auto; }
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--rim); border: 1px solid var(--rim2); border-radius: var(--r4); overflow: hidden; }
.svc-tile { background: var(--bg1); padding: 36px 32px; position: relative; overflow: hidden; transition: background .3s; }
.svc-tile:hover { background: var(--bg2); }
.svc-tile::before { content: ''; position: absolute; top: 0; left: 0; width: 2px; height: 100%; background: linear-gradient(180deg, var(--g2), transparent); transform: scaleY(0); transform-origin: top; transition: transform .4s; }
.svc-tile:hover::before { transform: scaleY(1); }
.svc-num { font-family: var(--fm); font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--t4); margin-bottom: 16px; }
.svc-icon { width: 52px; height: 52px; border-radius: 14px; background: var(--gd); border: 1px solid var(--rim); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; transition: background .3s; }
.svc-tile:hover .svc-icon { background: rgba(232,184,48,.18); border-color: var(--rim2); }
.svc-icon svg { width: 24px; height: 24px; stroke: var(--g2); fill: none; stroke-width: 1.4; }
.svc-tile h3 { font-family: var(--fd); font-size: 21px; font-weight: 700; color: var(--t1); margin-bottom: 9px; }
.svc-tile p { font-size: 14px; color: var(--t3); line-height: 1.75; margin-bottom: 16px; }
.svc-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.chip { font-family: var(--fm); font-size: 10px; background: var(--gd2); color: var(--t3); border: 1px solid var(--rim); padding: 3px 9px; border-radius: 5px; }

/* ── E-INVOICING BENTO ── */
#einvoice { background: var(--bg1); }
.bento-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }
.bento-cell { background: var(--card); border: 1px solid var(--rim); border-radius: var(--r3); padding: 28px 26px; transition: border-color .3s, transform .3s; }
.bento-cell:hover { border-color: var(--rim2); transform: translateY(-4px); }
.bc-5 { grid-column: span 5; } .bc-7 { grid-column: span 7; }
.bc-tg { border-top: 2px solid var(--g2); } .bc-ta { border-top: 2px solid var(--warm); } .bc-tgr { border-top: 2px solid var(--green); }
.bento-icon { width: 48px; height: 48px; border-radius: 13px; background: var(--gd); border: 1px solid var(--rim); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.bento-icon svg { width: 22px; height: 22px; stroke: var(--g2); fill: none; stroke-width: 1.4; }
.bento-icon.warm svg { stroke: var(--warm); } .bento-icon.green svg { stroke: var(--green); }
.bento-cell h3 { font-family: var(--fd); font-size: 20px; font-weight: 700; color: var(--t1); margin-bottom: 8px; }
.bento-cell p { font-size: 13.5px; color: var(--t3); line-height: 1.75; }
.bento-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.bpill { font-family: var(--fm); font-size: 10px; padding: 4px 11px; border-radius: 6px; background: var(--gd); color: var(--g2); border: 1px solid var(--rim2); }
.bpill.gr { background: var(--gnd); color: var(--green); border-color: rgba(16,185,129,.2); }
.compliance-banner { margin-top: 14px; background: linear-gradient(135deg, rgba(232,184,48,.08), rgba(245,200,66,.04)); border: 1px solid var(--rim2); border-radius: var(--r2); padding: 20px 24px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.cb-icon { width: 44px; height: 44px; border-radius: 12px; background: var(--gd); border: 1px solid var(--rim2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cb-icon svg { width: 22px; height: 22px; stroke: var(--g2); fill: none; stroke-width: 1.5; }
.cb-text b { display: block; font-family: var(--fd); font-size: 17px; font-weight: 700; color: var(--t1); }
.cb-text span { font-size: 13px; color: var(--t3); }
.cb-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-left: auto; }
.ctag { font-family: var(--fm); font-size: 10px; padding: 4px 10px; border-radius: 5px; background: var(--gd); color: var(--g2); border: 1px solid var(--rim2); }

/* ── WHY US ── */
#why { background: var(--bg0); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.why-items { display: flex; flex-direction: column; gap: 14px; margin-top: 32px; }
.why-item { display: flex; gap: 16px; align-items: flex-start; padding: 20px 18px; background: var(--card); border: 1px solid var(--rim); border-radius: var(--r2); transition: border-color .3s, background .3s; }
.why-item:hover { border-color: var(--rim2); background: var(--gd2); }
.why-ico { width: 40px; height: 40px; border-radius: 10px; background: var(--gd); border: 1px solid var(--rim); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.why-ico svg { width: 19px; height: 19px; stroke: var(--g2); fill: none; stroke-width: 1.5; }
.why-item h4 { font-family: var(--fd); font-size: 16px; font-weight: 700; color: var(--t1); margin-bottom: 4px; }
.why-item p { font-size: 13px; color: var(--t3); line-height: 1.65; }
.stats-column { display: flex; flex-direction: column; gap: 14px; }
.stat-hero-box { background: linear-gradient(135deg, rgba(212,165,32,.12), rgba(245,200,66,.05)); border: 1px solid var(--rim2); border-radius: var(--r4); padding: 42px 36px; text-align: center; position: relative; overflow: hidden; }
.stat-hero-box::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--g2), transparent); }
.stat-big-n { font-family: var(--fd); font-size: 84px; font-weight: 700; letter-spacing: -4px; line-height: 1; background: linear-gradient(135deg, var(--g1), var(--g3)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 8px; }
.stat-big-l { font-size: 15px; color: var(--t2); }
.stats-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.stat-sm { background: var(--card); border: 1px solid var(--rim); border-radius: var(--r2); padding: 22px 18px; text-align: center; }
.stat-sm-n { font-family: var(--fd); font-size: 34px; font-weight: 700; color: var(--t1); letter-spacing: -1px; }
.stat-sm-n em { color: var(--g2); font-style: normal; }
.stat-sm-l { font-size: 11px; color: var(--t3); margin-top: 3px; }

/* ── MODULES ── */
#modules { background: var(--bg1); }
.modules-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.module-card { background: var(--card); border: 1px solid var(--rim); border-radius: var(--r3); padding: 26px 22px; position: relative; overflow: hidden; transition: border-color .3s, transform .3s; }
.module-card:hover { border-color: var(--rim2); transform: translateY(-4px); }
.module-popular { position: absolute; top: 12px; right: 12px; font-family: var(--fm); font-size: 9px; letter-spacing: 1px; text-transform: uppercase; background: linear-gradient(135deg, var(--g1), var(--g3)); color: #050400; padding: 3px 9px; border-radius: 4px; font-weight: 700; }
.module-icon { width: 46px; height: 46px; border-radius: 12px; background: var(--gd); border: 1px solid var(--rim); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; transition: background .3s; }
.module-card:hover .module-icon { background: rgba(232,184,48,.18); }
.module-icon svg { width: 22px; height: 22px; stroke: var(--g2); fill: none; stroke-width: 1.4; }
.module-icon.warm { background: rgba(249,115,22,.1); border-color: rgba(249,115,22,.2); }
.module-icon.warm svg { stroke: var(--warm); }
.module-icon.green { background: var(--gnd); border-color: rgba(16,185,129,.2); }
.module-icon.green svg { stroke: var(--green); }
.module-card h3 { font-family: var(--fd); font-size: 17px; font-weight: 700; color: var(--t1); margin-bottom: 6px; }
.module-card p { font-size: 13px; color: var(--t3); line-height: 1.7; }

/* ── TESTIMONIALS ── */
#testimonials { background: var(--bg0); }
.testi-header { text-align: center; margin-bottom: 60px; }
.testi-header .lead { margin: 0 auto; }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.testi-card { background: var(--card); border: 1px solid var(--rim); border-radius: var(--r3); padding: 28px 24px; position: relative; overflow: hidden; transition: border-color .3s; }
.testi-card:hover { border-color: var(--rim2); }
.testi-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(232,184,48,.18), transparent); }
.testi-quote-mark { font-family: var(--fd); font-size: 48px; line-height: 1; color: var(--g3); opacity: .35; margin-bottom: 8px; font-style: italic; }
.testi-stars { color: var(--g2); font-size: 13px; letter-spacing: 2px; margin-bottom: 14px; }
.testi-text { font-size: 14px; color: var(--t2); line-height: 1.8; margin-bottom: 22px; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--gd); border: 2px solid var(--rim2); display: flex; align-items: center; justify-content: center; font-family: var(--fd); font-size: 16px; font-weight: 700; color: var(--g2); flex-shrink: 0; }
.testi-name { font-family: var(--fd); font-size: 15px; font-weight: 700; color: var(--t1); }
.testi-role { font-size: 11px; color: var(--t3); }

/* ── PRICING ── */
#pricing { background: var(--bg1); }
.pricing-header { text-align: center; margin-bottom: 60px; }
.pricing-toggle { display: inline-flex; align-items: center; gap: 12px; background: var(--card); border: 1px solid var(--rim); border-radius: 10px; padding: 4px; margin-top: 20px; }
.toggle-btn { font-size: 13px; font-weight: 600; padding: 8px 18px; border-radius: 7px; border: none; background: transparent; color: var(--t3); cursor: pointer; transition: background .2s, color .2s; }
.toggle-btn.active { background: linear-gradient(135deg, var(--g1), var(--g3)); color: #050400; }
.save-badge { font-family: var(--fm); font-size: 10px; color: var(--green); background: var(--gnd); padding: 2px 7px; border-radius: 4px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pricing-card { background: var(--card); border: 1px solid var(--rim); border-radius: var(--r3); padding: 34px 28px; position: relative; transition: transform .3s; }
.pricing-card:hover { transform: translateY(-6px); }
.pricing-card.popular { border-color: var(--rim3); background: linear-gradient(160deg, rgba(212,165,32,.1), rgba(245,200,66,.04)); }
.pricing-card.popular::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--g2), transparent); }
.popular-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--g1), var(--g3)); color: #050400; font-family: var(--fm); font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 4px 16px; border-radius: 20px; white-space: nowrap; }
.plan-name { font-family: var(--fm); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--t3); margin-bottom: 12px; }
.plan-price { display: flex; align-items: baseline; gap: 4px; margin-bottom: 6px; }
.price-currency { font-family: var(--fd); font-size: 20px; font-weight: 700; color: var(--t1); }
.price-amount { font-family: var(--fd); font-size: 50px; font-weight: 900; color: var(--t1); letter-spacing: -3px; line-height: 1; }
.pricing-card.popular .price-amount { color: var(--g1); }
.price-period { font-size: 14px; color: var(--t3); }
.plan-desc { font-size: 13px; color: var(--t3); margin-bottom: 24px; line-height: 1.6; }
.plan-divider { height: 1px; background: var(--rim); margin: 20px 0; }
.plan-features { list-style: none; display: flex; flex-direction: column; gap: 11px; margin-bottom: 28px; }
.plan-features li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--t2); }
.plan-features li svg { width: 15px; height: 15px; stroke: var(--green); fill: none; stroke-width: 2; flex-shrink: 0; margin-top: 3px; }
.plan-btn { display: block; width: 100%; padding: 13px; border-radius: 10px; border: 1px solid var(--rim2); background: transparent; color: var(--t1); font-family: var(--fd); font-size: 15px; font-weight: 700; text-align: center; cursor: pointer; transition: background .2s, border-color .2s; }
.plan-btn:hover { background: var(--gd); border-color: var(--rim3); }
.pricing-card.popular .plan-btn { background: linear-gradient(135deg, var(--g1), var(--g3)); border: none; color: #050400; box-shadow: 0 4px 20px var(--glow); }
.plan-note { text-align: center; font-size: 11px; color: var(--t4); margin-top: 8px; font-family: var(--fm); }

/* ── FAQ ── */
#faq { background: var(--bg0); }
.faq-header { text-align: center; margin-bottom: 52px; }
.faq-inner { max-width: 800px; margin: 0 auto; }
.faq-item { background: var(--card); border: 1px solid var(--rim); border-radius: var(--r2); overflow: hidden; margin-bottom: 10px; transition: border-color .3s; }
.faq-item.open { border-color: var(--rim2); }
.faq-question { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 22px; cursor: pointer; }
.faq-question-text { font-family: var(--fd); font-size: 17px; font-weight: 600; color: var(--t1); }
.faq-icon { width: 28px; height: 28px; border-radius: 7px; background: var(--gd); border: 1px solid var(--rim); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: transform .3s, background .3s; }
.faq-item.open .faq-icon { transform: rotate(45deg); background: rgba(232,184,48,.2); }
.faq-icon svg { width: 14px; height: 14px; stroke: var(--g2); fill: none; stroke-width: 2; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .4s ease, padding .3s; padding: 0 22px; }
.faq-item.open .faq-answer { max-height: 200px; padding: 0 22px 20px; }
.faq-answer p { font-size: 14px; color: var(--t3); line-height: 1.8; }

/* ── CONTACT ── */
#contact { background: var(--bg1); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.contact-info-list { display: flex; flex-direction: column; gap: 18px; margin-top: 32px; }
.contact-info-item { display: flex; gap: 14px; }
.contact-ico { width: 42px; height: 42px; border-radius: 11px; background: var(--gd); border: 1px solid var(--rim); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-ico svg { width: 19px; height: 19px; stroke: var(--g2); fill: none; stroke-width: 1.5; }
.contact-label { font-family: var(--fm); font-size: 10px; color: var(--t3); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 3px; }
.contact-val { font-size: 15px; font-weight: 600; color: var(--t1); }
.contact-form-wrap { background: var(--card); border: 1px solid var(--rim); border-radius: var(--r3); padding: 36px 32px; }
.form-title { font-family: var(--fd); font-size: 24px; font-weight: 700; color: var(--t1); margin-bottom: 4px; }
.form-subtitle { font-size: 14px; color: var(--t3); margin-bottom: 26px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-group { margin-bottom: 14px; }
.form-label { display: block; font-family: var(--fm); font-size: 10px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; color: var(--t3); margin-bottom: 6px; }
.form-input, .form-select, .form-textarea { display: block; width: 100%; background: var(--bg3); border: 1px solid var(--rim2); color: var(--t1); font-family: var(--fb); font-size: 14px; padding: 11px 14px; border-radius: var(--r1); outline: none; transition: border-color .2s, background .2s; }
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color: var(--g2); background: rgba(232,184,48,.04); }
.form-input::placeholder, .form-textarea::placeholder { color: var(--t4); }
.form-textarea { resize: vertical; min-height: 90px; }
.form-submit { width: 100%; background: linear-gradient(135deg, var(--g1), var(--g3)); color: #050400; font-family: var(--fd); font-size: 15px; font-weight: 700; padding: 14px; border: none; border-radius: var(--r1); cursor: pointer; transition: opacity .2s, transform .2s; margin-top: 6px; box-shadow: 0 4px 20px var(--glow); }
.form-submit:hover { opacity: .9; transform: translateY(-1px); }
.form-note { text-align: center; font-size: 11px; color: var(--t4); margin-top: 10px; font-family: var(--fm); }

/* ── CTA BANNER ── */
#cta-section { padding: 110px 20px; background: var(--bg0); text-align: center; position: relative; overflow: hidden; }
.cta-orb { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 600px; height: 300px; background: radial-gradient(ellipse, rgba(212,165,32,.1) 0%, transparent 65%); pointer-events: none; }
.cta-content { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
.cta-heading { font-family: var(--fd); font-size: clamp(34px, 5vw, 62px); font-weight: 700; color: var(--t1); letter-spacing: -.5px; line-height: 1.05; margin-bottom: 18px; }
.cta-heading em { font-style: italic; color: var(--g1); }
.cta-sub { font-size: 17px; color: var(--t2); margin-bottom: 36px; line-height: 1.8; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ── FOOTER ── */
footer { background: #030200; border-top: 1px solid var(--rim); padding: 76px 20px 40px; }
.footer-grid { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr; gap: 52px; margin-bottom: 48px; }
.footer-brand-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.footer-the { font-size: 9px; color: var(--t4); letter-spacing: 2px; text-transform: lowercase; }
.footer-name { font-family: var(--fd); font-size: 20px; font-weight: 700; color: var(--t1); font-style: italic; }
.footer-name em { color: var(--g1); font-style: normal; }
.footer-cert { display: inline-flex; align-items: center; gap: 6px; background: var(--gd); border: 1px solid var(--rim2); color: var(--g2); font-family: var(--fm); font-size: 9px; letter-spacing: 1.2px; text-transform: uppercase; padding: 4px 10px; border-radius: 5px; margin-bottom: 16px; }
.footer-desc { font-size: 13px; color: var(--t3); line-height: 1.8; max-width: 280px; margin-bottom: 20px; }
.footer-social { display: flex; gap: 8px; }
.social-btn { width: 36px; height: 36px; border-radius: 9px; border: 1px solid var(--rim); display: flex; align-items: center; justify-content: center; transition: border-color .2s, background .2s; }
.social-btn:hover { border-color: var(--g3); background: var(--gd); }
.social-btn svg { width: 15px; height: 15px; stroke: var(--t3); fill: none; stroke-width: 1.5; }
.social-btn:hover svg { stroke: var(--g2); }
.footer-col h4 { font-family: var(--fd); font-size: 15px; font-weight: 700; color: var(--t1); margin-bottom: 18px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { font-size: 13px; color: var(--t3); transition: color .2s; }
.footer-col a:hover { color: var(--g2); }
.footer-bottom { max-width: 1240px; margin: 0 auto; border-top: 1px solid var(--rim); padding-top: 26px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; }
.footer-bottom p { font-size: 12px; color: var(--t4); }
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { font-size: 12px; color: var(--t4); transition: color .2s; }
.footer-legal a:hover { color: var(--g2); }

/* ── WHATSAPP FAB ── */
.wa-fab { position: fixed; bottom: 28px; right: 28px; z-index: 9999; width: 58px; height: 58px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 30px rgba(37,211,102,.4); transition: transform .2s, box-shadow .2s; }
.wa-fab:hover { transform: scale(1.12); box-shadow: 0 10px 40px rgba(37,211,102,.55); }
.wa-fab svg { width: 28px; height: 28px; fill: white; }
.wa-dot { position: absolute; top: 1px; right: 1px; width: 13px; height: 13px; border-radius: 50%; background: #ef4444; border: 2px solid var(--bg0); }
.wa-tooltip { position: absolute; right: 66px; background: #111; color: #fff; font-size: 12px; font-weight: 600; padding: 7px 12px; border-radius: 8px; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity .2s; font-family: var(--fb); }
.wa-fab:hover .wa-tooltip { opacity: 1; }

/* ═══════════════════════════════════
   MOBILE-FIRST RESPONSIVE
═══════════════════════════════════ */
/* Tablet 768px - 1100px */
@media (max-width: 1100px) {
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .modules-grid { grid-template-columns: 1fr 1fr; }
  .bc-5, .bc-7 { grid-column: span 6; }
}

/* Mobile 768px and below */
@media (max-width: 768px) {
  section { padding: 72px 16px; }
  .nav-menu { display: none; }
  .nav-hamburger { display: flex; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .hero-h1 { font-size: clamp(38px, 8vw, 52px); }
  .hero-p { font-size: 16px; }
  .hero-btns { flex-direction: column; }
  .hero-btns .btn-gold, .hero-btns .btn-rim { width: 100%; justify-content: center; }
  .why-grid { grid-template-columns: 1fr; gap: 48px; }
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .testi-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .h2 { font-size: clamp(28px, 6vw, 38px); }
}

/* Small mobile 480px and below */
@media (max-width: 480px) {
  .svc-grid { grid-template-columns: 1fr; }
  .modules-grid { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .bc-5, .bc-7 { grid-column: span 12; }
  .stats-row { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-btns { flex-direction: column; align-items: center; }
  .hero-badges { flex-direction: column; align-items: flex-start; gap: 12px; }
  .hb-sep { display: none; }
  .compliance-banner { flex-direction: column; align-items: flex-start; }
  .cb-tags { margin-left: 0; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

/* WordPress admin bar fix */
.admin-bar #nav { top: 32px; }
@media screen and (max-width: 782px) {
  .admin-bar #nav { top: 46px; }
}
