/* ================================================================
   JS & Co. — DSC Services · Main Stylesheet
   Extracted from index.html for performance (defer/preload)
================================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --navy: #1E3A8A;
  --navy-dark: #162d6d;
  --navy-light: #2a4fa0;
  --sky: #0EA5E9;
  --sky-light: #38bdf8;
  --sky-pale: #e0f2fe;
  --sky-pale2: #f0f9ff;
  --green: #16A34A;
  --green-pale: #dcfce7;
  --gold: #f59e0b;
  --white: #ffffff;
  --bg: #F8FAFC;
  --gray-50: #f8fafc;
  --gray-100: #f1f5f9;
  --gray-200: #e2e8f0;
  --gray-300: #cbd5e1;
  --gray-400: #94a3b8;
  --gray-500: #64748b;
  --gray-600: #475569;
  --gray-700: #334155;
  --gray-800: #1e293b;
  --red: #dc2626;
  --r: 12px;
  --rl: 18px;
  --sh: 0 4px 6px -1px rgba(0,0,0,.08), 0 2px 4px -2px rgba(0,0,0,.06);
  --shm: 0 10px 30px -5px rgba(0,0,0,.12), 0 4px 10px -4px rgba(0,0,0,.08);
  --shl: 0 25px 50px -12px rgba(0,0,0,.15);
  --shn: 0 8px 32px rgba(30,58,138,.18);
}
html { scroll-behavior: smooth; }
body { font-family: 'Manrope', sans-serif; font-size: 16px; line-height: 1.65; color: var(--gray-800); background: var(--white); -webkit-font-smoothing: antialiased; }
h1,h2,h3,h4,h5 { font-family: 'Manrope', sans-serif; font-weight: 800; line-height: 1.18; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; }
button { cursor: pointer; font-family: inherit; }
input, select, textarea { font-family: inherit; }
ul { list-style: none; }

/* LAYOUT */
.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.section { padding: 60px 0; }
.section-sm { padding: 36px 0; }
.bg-alt { background: var(--bg); }
.bg-navy { background: var(--navy); }

/* HEADER */
#header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 999;
  background: #ffffff;
  border-bottom: 2px solid var(--gray-100);
  box-shadow: 0 2px 16px rgba(0,0,0,.07);
  transition: box-shadow .3s;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.logo { display: flex; align-items: center; gap: 10px; }
.logo-mark {
  width: 42px; height: 42px;
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; box-shadow: var(--shn);
}
.logo-mark svg { width: 22px; height: 22px; }
.logo-name { font-weight: 800; font-size: 1.15rem; color: var(--navy); display: block; line-height:1.1; }
.logo-tagline { font-size: 0.67rem; color: var(--gray-500); font-weight: 600; letter-spacing: .06em; text-transform: uppercase; display: block; }
.nav { display: flex; align-items: center; gap: 2px; }
.nav-a { padding: 8px 13px; font-size: .875rem; font-weight: 600; color: var(--gray-600); border-radius: 8px; transition: all .2s; cursor: pointer; border: none; background: none; white-space: nowrap; }
.nav-a:hover { color: var(--navy); background: var(--sky-pale); }
.nav-a.active { color: var(--navy); background: var(--sky-pale); }
.nav-cta { margin-left: 8px; padding: 10px 22px; background: var(--navy); color: #fff; border-radius: 10px; font-weight: 700; font-size: .875rem; border: none; transition: all .25s; white-space: nowrap; box-shadow: var(--shn); }
.nav-cta:hover { background: var(--navy-light); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(30,58,138,.3); }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; padding: 8px; border-radius: 8px; cursor: pointer; }
.hamburger:hover { background: var(--gray-100); }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--gray-700); border-radius: 2px; transition: all .3s; }
#mob-menu { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--gray-200); box-shadow: var(--shm); padding: 12px 20px 20px; }
#mob-menu.open { display: block; }
#mob-menu .nav-a { display: block; padding: 13px 14px; border-bottom: 1px solid var(--gray-100); font-size: .95rem; }
#mob-menu .nav-cta { display: block; width: 100%; text-align: center; margin-top: 14px; padding: 14px; font-size: 1rem; }

/* PAGES */
.page { display: none; padding-top: 70px; }
.page.active { display: block; }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 26px; border-radius: 10px; font-size: .93rem; font-weight: 700; border: none; transition: all .25s; cursor: pointer; text-decoration: none; }
.btn-primary { background: var(--sky); color: #fff; box-shadow: 0 4px 16px rgba(14,165,233,.35); }
.btn-primary:hover { background: var(--sky-light); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(14,165,233,.45); }
.btn-navy { background: var(--navy); color: #fff; box-shadow: var(--shn); }
.btn-navy:hover { background: var(--navy-light); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(30,58,138,.35); }
.btn-ghost { background: rgba(255,255,255,.1); color: #fff; border: 2px solid rgba(255,255,255,.4); }
.btn-ghost:hover { background: rgba(255,255,255,.18); border-color: rgba(255,255,255,.7); }
.btn-outline-sky { background: transparent; color: var(--sky); border: 2px solid var(--sky); }
.btn-outline-sky:hover { background: var(--sky); color: #fff; }
.btn-green { background: var(--green); color: #fff; box-shadow: 0 4px 14px rgba(22,163,74,.3); }
.btn-green:hover { background: #15803d; transform: translateY(-2px); }
.btn-lg { padding: 16px 36px; font-size: 1.05rem; }
.btn-xl { padding: 18px 42px; font-size: 1.1rem; }
.btn-sm { padding: 9px 18px; font-size: .82rem; }

/* TYPOGRAPHY */
.tag { display: inline-flex; align-items: center; gap: 6px; padding: 5px 14px; border-radius: 50px; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 14px; }
.tag-sky { background: var(--sky-pale); color: var(--sky); }
.tag-navy { background: rgba(30,58,138,.08); color: var(--navy); }
.tag-green { background: var(--green-pale); color: var(--green); }
.tag-white { background: rgba(255,255,255,.12); color: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.2); }
.section-heading { font-size: clamp(1.7rem, 3.2vw, 2.6rem); color: var(--navy); margin-bottom: 14px; }
.section-sub { font-size: 1.05rem; color: var(--gray-500); max-width: 580px; line-height: 1.7; }
.text-center { text-align: center; }
.text-center .section-sub { margin: 0 auto; }

/* CHECKLIST */
.checklist { display: flex; flex-direction: column; gap: 9px; }
.checklist li { display: flex; align-items: flex-start; gap: 8px; font-size: .9rem; color: var(--gray-600); }
.checklist li::before { content: "✓"; color: var(--green); font-weight: 800; flex-shrink: 0; margin-top: 1px; }

/* ====== HERO ====== */
.hero {
  background: linear-gradient(130deg, var(--navy-dark) 0%, var(--navy) 45%, #1a4fa8 100%);
  padding: 56px 0 48px;
  position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; top: -120px; right: -120px;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(14,165,233,.12) 0%, transparent 70%);
  pointer-events: none;
}
.hero::after {
  content: ''; position: absolute; bottom: -100px; left: 10%;
  width: 380px; height: 380px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.04) 0%, transparent 70%);
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1fr 400px; gap: 56px; align-items: center; position: relative; z-index: 1; }
.hero h1 { font-size: clamp(2rem,4vw,3.1rem); color: #fff; margin-bottom: 20px; line-height: 1.12; }
.hero h1 em { font-style: normal; color: var(--sky-light); }
.hero-sub { font-size: 1.08rem; color: rgba(255,255,255,.72); margin-bottom: 34px; max-width: 500px; line-height: 1.75; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 20px; }

/* Hero compact process strip */
.hero-process { display: flex; gap: 0; flex-wrap: wrap; margin-bottom: 32px; }
.hp-item { display: flex; align-items: center; gap: 7px; padding: 6px 16px 6px 0; font-size: .83rem; font-weight: 700; color: rgba(255,255,255,.82); }
.hp-item::before { content: "✔"; color: #4ade80; font-size: .85rem; flex-shrink: 0; }
.hp-sep { color: rgba(255,255,255,.2); padding: 6px 4px; font-size: .8rem; }

.hero-stats { display: flex; gap: 0; border-top: 1px solid rgba(255,255,255,.1); padding-top: 32px; }
.hs-item { flex: 1; padding-right: 24px; border-right: 1px solid rgba(255,255,255,.12); }
.hs-item:last-child { border-right: none; padding-right: 0; }
.hs-num { font-size: 1.9rem; font-weight: 900; color: #fff; line-height: 1; margin-bottom: 4px; }
.hs-label { font-size: .78rem; color: rgba(255,255,255,.55); font-weight: 600; letter-spacing: .04em; }

/* Hero product cards */
.hero-cards { display: flex; flex-direction: column; gap: 12px; }
.hpc {
  background: rgba(255,255,255,.07); backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.13); border-radius: 14px;
  padding: 18px 22px; display: flex; align-items: center; justify-content: space-between;
  cursor: pointer; transition: all .22s;
}
.hpc:hover { background: rgba(255,255,255,.13); transform: translateX(4px); }
.hpc.featured { border-color: rgba(14,165,233,.5); background: rgba(14,165,233,.12); }
.hpc-left { display: flex; align-items: center; gap: 14px; }
.hpc-icon { width: 40px; height: 40px; border-radius: 10px; background: rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.hpc-name { font-size: .97rem; font-weight: 700; color: #fff; margin-bottom: 2px; }
.hpc-desc { font-size: .76rem; color: rgba(255,255,255,.5); }
.hpc-price { text-align: right; }
.hpc-amount { font-size: 1.1rem; font-weight: 800; color: var(--sky-light); }
.hpc-orig { font-size: .7rem; color: rgba(255,255,255,.4); text-decoration: line-through; }
.hpc-badge { font-size: .62rem; background: rgba(14,165,233,.3); color: var(--sky-light); padding: 2px 8px; border-radius: 20px; font-weight: 700; display: inline-block; margin-top: 3px; }

/* Trust bar */
.trust-strip { background: var(--navy-dark); border-bottom: 1px solid rgba(255,255,255,.06); padding: 14px 0; }
.trust-strip-inner { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0; }
.ts-item { display: flex; align-items: center; gap: 8px; padding: 7px 22px; color: rgba(255,255,255,.78); font-size: .8rem; font-weight: 600; border-right: 1px solid rgba(255,255,255,.1); }
.ts-item:last-child { border-right: none; }
.ts-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--sky-light); flex-shrink: 0; }

/* ====== STATS SECTION ====== */
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.stat-card {
  background: #fff; border-radius: var(--rl); border: 1px solid var(--gray-200);
  box-shadow: var(--sh); padding: 32px 24px; text-align: center;
  transition: all .25s; position: relative; overflow: hidden;
}
.stat-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--sky), var(--navy)); }
.stat-card:hover { transform: translateY(-4px); box-shadow: var(--shm); }
.stat-num { font-size: 2.4rem; font-weight: 900; color: var(--navy); line-height: 1; margin-bottom: 6px; }
.stat-label { font-size: .87rem; color: var(--gray-500); font-weight: 600; }

/* ====== PRODUCTS ====== */
.validity-wrap { display: flex; justify-content: center; margin-bottom: 40px; }
.validity-tabs { display: flex; background: var(--gray-100); border-radius: 12px; padding: 4px; gap: 4px; }
.vt { padding: 10px 30px; border-radius: 9px; font-size: .875rem; font-weight: 700; color: var(--gray-500); border: none; background: none; cursor: pointer; transition: all .2s; }
.vt.active { background: #fff; color: var(--navy); box-shadow: var(--sh); }
.products-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; align-items: start; }
.pc {
  background: #fff; border: 2px solid var(--gray-200); border-radius: var(--rl);
  padding: 32px 28px; position: relative; transition: all .25s;
}
.pc:hover { transform: translateY(-5px); box-shadow: var(--shm); border-color: var(--gray-300); }
.pc.popular { border-color: var(--sky); box-shadow: 0 0 0 4px rgba(14,165,233,.1), var(--shm); transform: scale(1.03); }
.pc.popular:hover { transform: scale(1.03) translateY(-5px); }
.ribbon { position: absolute; top: -1px; right: 22px; background: var(--sky); color: #fff; font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 5px 14px; border-radius: 0 0 10px 10px; }
.urgency-badge { display: inline-flex; align-items: center; gap: 5px; background: #fff3cd; color: #92400e; border: 1px solid #fcd34d; font-size: .7rem; font-weight: 700; padding: 3px 10px; border-radius: 20px; margin-bottom: 14px; }
.pc-icon { width: 52px; height: 52px; border-radius: 13px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 16px; background: rgba(30,58,138,.07); }
.pc.popular .pc-icon { background: var(--sky-pale); }
.pc-name { font-size: 1.12rem; font-weight: 800; color: var(--navy); margin-bottom: 4px; }
.pc-name a { color: inherit; text-decoration: none; }
.pc-name a:hover { color: var(--sky); text-decoration: underline; }
.pc-tagline { font-size: .84rem; color: var(--gray-500); margin-bottom: 18px; }
.pc-price-wrap { margin-bottom: 22px; }
.pc-orig { font-size: .85rem; color: var(--gray-400); text-decoration: line-through; margin-bottom: 2px; }
.pc-price { font-size: 2.2rem; font-weight: 900; color: var(--navy); line-height: 1; }
.pc-price-period { font-size: .8rem; color: var(--gray-500); font-weight: 600; }
.pc.popular .pc-price { color: var(--sky); }
.pc-save { display: inline-block; background: var(--green-pale); color: var(--green); font-size: .72rem; font-weight: 800; padding: 3px 10px; border-radius: 20px; margin-top: 6px; }
.pc-divider { border: none; border-top: 1px solid var(--gray-100); margin: 20px 0; }
.pc-features { display: flex; flex-direction: column; gap: 9px; margin-bottom: 24px; }
.pc-feat { display: flex; align-items: flex-start; gap: 8px; font-size: .875rem; color: var(--gray-700); }
.pc-feat .ck { color: var(--green); font-weight: 800; flex-shrink: 0; margin-top: 1px; }
.pc-feat .no { color: var(--gray-300); flex-shrink: 0; margin-top: 1px; }
.pc-usecases { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 24px; }
.uc-tag { padding: 4px 10px; background: var(--sky-pale2); color: var(--navy); border-radius: 20px; font-size: .72rem; font-weight: 700; border: 1px solid var(--sky-pale); }
.pc-support { font-size: .78rem; color: var(--gray-500); text-align: center; margin-top: 10px; }
.pc-support span { color: var(--green); font-weight: 700; }

/* ====== COMPARISON TABLE ====== */
.comp-table-wrap { overflow-x: auto; border-radius: var(--rl); border: 1px solid var(--gray-200); box-shadow: var(--sh); }
.comp-table { width: 100%; border-collapse: collapse; background: #fff; }
.comp-table th { padding: 18px 24px; background: var(--navy); color: #fff; font-size: .875rem; font-weight: 700; text-align: center; }
.comp-table th:first-child { text-align: left; background: var(--navy-dark); }
.comp-table th.popular-col { background: var(--sky); }
.comp-table td { padding: 16px 24px; border-bottom: 1px solid var(--gray-100); font-size: .9rem; text-align: center; color: var(--gray-700); }
.comp-table td:first-child { text-align: left; font-weight: 600; color: var(--navy); }
.comp-table tr:last-child td { border-bottom: none; }
.comp-table tr:nth-child(even) td { background: var(--gray-50); }
.ct-yes { color: var(--green); font-size: 1.1rem; }
.ct-no { color: var(--gray-300); font-size: 1.1rem; }

/* ====== WHY CHOOSE ====== */
.wcu-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.wcu-card { background: #fff; border-radius: var(--rl); border: 1px solid var(--gray-200); padding: 32px 28px; transition: all .25s; box-shadow: var(--sh); }
.wcu-card:hover { transform: translateY(-4px); box-shadow: var(--shm); border-color: var(--sky-pale); }
.wcu-icon { width: 54px; height: 54px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 18px; background: var(--sky-pale2); }
.wcu-title { font-size: 1.05rem; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.wcu-desc { font-size: .88rem; color: var(--gray-500); line-height: 1.7; }

/* ====== STATS + WHY COMBINED SECTION ====== */
.stats-wcu-wrap { display: grid; grid-template-columns: 1fr; gap: 40px; }
.stats-mini { display: flex; gap: 24px; flex-wrap: wrap; justify-content: center; margin-bottom: 8px; }
.stat-mini-item { text-align: center; flex: 1; min-width: 120px; }
.stat-mini-num { font-size: 2rem; font-weight: 900; color: var(--navy); line-height: 1; }
.stat-mini-label { font-size: .8rem; color: var(--gray-500); font-weight: 600; margin-top: 4px; }

/* ====== HOW IT WORKS ====== */
.hiw-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; position: relative; }
.hiw-steps::before { content: ''; position: absolute; top: 32px; left: calc(16.67% + 32px); right: calc(16.67% + 32px); height: 2px; background: linear-gradient(90deg, var(--sky), var(--navy)); z-index: 0; }
.hiw-step { text-align: center; padding: 0 24px; position: relative; z-index: 1; }
.hiw-num { width: 64px; height: 64px; border-radius: 50%; background: linear-gradient(135deg, var(--navy), var(--sky)); color: #fff; font-size: 1.4rem; font-weight: 900; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; box-shadow: var(--shn); }
.hiw-icon { font-size: 2rem; margin-bottom: 14px; }
.hiw-title { font-size: 1.05rem; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.hiw-desc { font-size: .875rem; color: var(--gray-500); line-height: 1.7; }
.hiw-time { display: inline-flex; align-items: center; gap: 5px; background: var(--sky-pale); color: var(--sky); font-size: .72rem; font-weight: 800; padding: 3px 10px; border-radius: 20px; margin-top: 10px; }

/* ====== TESTIMONIALS ====== */
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.testi-card { background: #fff; border-radius: var(--rl); border: 1px solid var(--gray-200); padding: 28px; box-shadow: var(--sh); transition: all .25s; }
.testi-card:hover { transform: translateY(-3px); box-shadow: var(--shm); }
.stars { color: var(--gold); font-size: 1rem; margin-bottom: 14px; letter-spacing: 1px; }
.testi-text { font-size: .93rem; color: var(--gray-700); line-height: 1.75; margin-bottom: 18px; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1rem; font-weight: 800; color: #fff; flex-shrink: 0; }
.testi-name { font-size: .9rem; font-weight: 800; color: var(--navy); }
.testi-role { font-size: .77rem; color: var(--gray-500); }

/* ====== UPSELL ====== */
.upsell-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.upsell-card { background: #fff; border-radius: var(--rl); border: 1px solid var(--gray-200); padding: 28px 22px; text-align: center; transition: all .25s; box-shadow: var(--sh); cursor: pointer; }
.upsell-card:hover { transform: translateY(-4px); box-shadow: var(--shm); border-color: var(--sky-pale); }
.upsell-icon { font-size: 2rem; margin-bottom: 14px; }
.upsell-title { font-size: .97rem; font-weight: 800; color: var(--navy); margin-bottom: 6px; }
.upsell-desc { font-size: .82rem; color: var(--gray-500); line-height: 1.65; margin-bottom: 16px; }
.upsell-link { font-size: .82rem; font-weight: 700; color: var(--sky); }

/* ====== CONTACT / LEAD ====== */
.contact-grid { display: grid; grid-template-columns: 1fr 480px; gap: 60px; align-items: start; }
.contact-detail { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.contact-detail-icon { width: 44px; height: 44px; border-radius: 11px; background: var(--sky-pale2); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.contact-detail-label { font-size: .8rem; color: var(--gray-400); font-weight: 600; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 2px; }
.contact-detail-val { font-size: 1rem; font-weight: 700; color: var(--navy); }
.cta-box { background: linear-gradient(135deg, var(--green), #15803d); border-radius: var(--rl); padding: 28px; margin-top: 24px; color: #fff; }
.cta-box h4 { font-size: 1.1rem; margin-bottom: 8px; }
.cta-box p { font-size: .87rem; opacity: .85; margin-bottom: 18px; line-height: 1.65; }
.cta-box a { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 14px; background: #fff; color: var(--green); border-radius: 10px; font-weight: 800; font-size: .93rem; text-decoration: none; transition: all .2s; }
.cta-box a:hover { background: var(--green-pale); transform: translateY(-2px); }

/* Form */
.lead-form-card { background: #fff; border-radius: var(--rl); border: 1px solid var(--gray-200); box-shadow: var(--shm); padding: 36px; }
.form-title { font-size: 1.3rem; font-weight: 800; color: var(--navy); margin-bottom: 6px; }
.form-sub { font-size: .87rem; color: var(--gray-500); margin-bottom: 26px; }
.field-group { margin-bottom: 18px; }
.field-label { display: block; font-size: .82rem; font-weight: 700; color: var(--gray-700); margin-bottom: 6px; letter-spacing: .02em; }
.field-input { width: 100%; padding: 12px 14px; border: 1.5px solid var(--gray-200); border-radius: 9px; font-size: .93rem; color: var(--gray-800); transition: all .2s; background: var(--gray-50); }
.field-input:focus { outline: none; border-color: var(--sky); background: #fff; box-shadow: 0 0 0 3px rgba(14,165,233,.1); }
.field-input.error { border-color: var(--red); }
.field-err { display: none; font-size: .78rem; color: var(--red); font-weight: 600; margin-top: 4px; }
.field-err.visible { display: block; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-submit { width: 100%; padding: 15px; background: linear-gradient(135deg, var(--navy), var(--navy-light)); color: #fff; border: none; border-radius: 10px; font-size: 1rem; font-weight: 800; cursor: pointer; transition: all .25s; box-shadow: var(--shn); }
.form-submit:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(30,58,138,.35); }
.form-note { text-align: center; font-size: .77rem; color: var(--gray-400); margin-top: 12px; }
.form-success { display: none; text-align: center; padding: 40px 24px; }
.form-success.visible { display: block; }
.form-success-icon { font-size: 3rem; margin-bottom: 14px; }
.form-success h3 { font-size: 1.3rem; color: var(--navy); margin-bottom: 8px; }
.form-success p { font-size: .9rem; color: var(--gray-500); }

/* ====== CTA BANNER ====== */
.cta-banner {
  background: linear-gradient(130deg, var(--navy-dark), var(--navy-light));
  border-radius: 20px; padding: 52px 56px;
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
  position: relative; overflow: hidden;
}
.cta-banner::before { content: '🔐'; position: absolute; right: 200px; top: 50%; transform: translateY(-50%); font-size: 6rem; opacity: .04; pointer-events: none; }
.cta-banner h2 { font-size: 1.75rem; color: #fff; margin-bottom: 8px; }
.cta-banner p { color: rgba(255,255,255,.68); font-size: .95rem; }
.cta-banner-btns { display: flex; gap: 12px; flex-shrink: 0; }

/* ====== FOOTER ====== */
footer { background: var(--navy-dark); color: rgba(255,255,255,.75); padding: 64px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-brand-desc { font-size: .88rem; color: rgba(255,255,255,.5); line-height: 1.75; margin: 14px 0 20px; }
.footer-contact-item { display: flex; align-items: center; gap: 8px; font-size: .85rem; color: rgba(255,255,255,.6); margin-bottom: 8px; }
.footer-col-title { font-size: .75rem; font-weight: 800; color: rgba(255,255,255,.9); letter-spacing: .1em; text-transform: uppercase; margin-bottom: 16px; }
.footer-link { font-size: .88rem; color: rgba(255,255,255,.5); margin-bottom: 10px; cursor: pointer; transition: color .2s; }
.footer-link:hover { color: var(--sky-light); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.06); font-size: .82rem; color: rgba(255,255,255,.35); }
.footer-disclaimer { font-size: .75rem; color: rgba(255,255,255,.25); margin-top: 8px; line-height: 1.6; }
footer .logo-name { color: #fff; }
footer .logo-tagline { color: rgba(255,255,255,.4); }
.footer-social { display: flex; gap: 12px; margin-top: 14px; }
.footer-social a { width: 34px; height: 34px; border-radius: 8px; background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.6); font-size: .85rem; text-decoration: none; transition: all .2s; }
.footer-social a:hover { background: var(--sky); color: #fff; }

/* ====== FLOATING BUTTONS ====== */
#call-sticky { display: none; }
#wa-btn {
  position: fixed; bottom: 24px; right: 24px; left: auto; z-index: 9999;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25d366; color: #fff; border: none;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; box-shadow: 0 4px 20px rgba(37,211,102,.5);
  transition: transform .25s, box-shadow .25s; cursor: pointer; text-decoration: none;
  overflow: visible !important;
}
#wa-btn:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(37,211,102,.65); }
#call-sticky {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 900;
  background: var(--navy); padding: 12px 24px;
  display: none; align-items: center; justify-content: center; gap: 14px;
  box-shadow: 0 -4px 20px rgba(0,0,0,.25);
}
#call-sticky a { color: #fff; font-weight: 800; font-size: 1rem; display: flex; align-items: center; gap: 8px; }
#call-sticky .wa-link { background: #25d366; color: #fff; padding: 10px 20px; border-radius: 8px; }

/* ===== TOKEN IMAGE ===== */
.token-img-wrap { display: flex; align-items: center; justify-content: center; margin: 16px 0 12px; }
.token-img { width: 110px; height: auto; filter: drop-shadow(0 4px 12px rgba(94,47,149,.25)); transition: transform .3s ease, filter .3s ease; }
.token-img:hover { transform: scale(1.07) rotate(-3deg); filter: drop-shadow(0 8px 20px rgba(94,47,149,.4)); }
.token-badge { display: inline-flex; align-items: center; gap: 6px; background: linear-gradient(135deg,#f3e8ff,#ede9fe); border: 1px solid #c4b5fd; border-radius: 20px; padding: 4px 12px; font-size: .72rem; font-weight: 800; color: #6d28d9; margin-top: 8px; }
.hiw-token { text-align: center; margin: 12px 0; }
.hiw-token img { width: 80px; filter: drop-shadow(0 3px 8px rgba(94,47,149,.3)); }

/* ===== FADE-UP ANIMATIONS ===== */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
.fade-up { opacity: 0; transform: translateY(28px); will-change: opacity, transform; transition: opacity .65s ease, transform .65s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.fade-up.delay-1 { transition-delay: .1s; }
.fade-up.delay-2 { transition-delay: .2s; }
.fade-up.delay-3 { transition-delay: .3s; }
.fade-up.delay-4 { transition-delay: .4s; }
.fade-up.delay-5 { transition-delay: .5s; }
.hero-animate { animation: fadeUp .7s ease both; }
.hero-animate.d1 { animation-delay: .05s; }
.hero-animate.d2 { animation-delay: .2s; }
.hero-animate.d3 { animation-delay: .35s; }
.hero-animate.d4 { animation-delay: .5s; }
.hero-animate.d5 { animation-delay: .65s; }

/* ===== FAQ ACCORDION ===== */
.faq-item { border-bottom: 1px solid var(--gray-200); }
.faq-q { width: 100%; text-align: left; background: none; border: none; padding: 18px 0; display: flex; align-items: center; justify-content: space-between; font-size: 1rem; font-weight: 700; color: var(--navy); cursor: pointer; font-family: inherit; gap: 16px; }
.faq-q:hover { color: var(--sky); }
.faq-icon { font-size: 1.3rem; font-weight: 400; flex-shrink: 0; color: var(--sky); transition: transform .3s; }
.faq-a { display: none; padding: 0 0 18px; font-size: .92rem; color: var(--gray-600); line-height: 1.75; }
.faq-item.open .faq-a { display: block; }
.faq-item.open .faq-icon { transform: rotate(45deg); }

/* ===== STICKY MOBILE CTA ===== */
#mob-sticky-cta {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999;
  background: #25D366; padding: 14px 16px;
  align-items: center; justify-content: space-between; gap: 12px;
  box-shadow: 0 -3px 16px rgba(0,0,0,.2);
}
#mob-sticky-cta a { flex: 1; color: #fff; font-weight: 800; font-size: .93rem; text-decoration: none; display: flex; align-items: center; gap: 8px; }
#mob-sticky-cta .close-btn { background: rgba(0,0,0,.15); border: none; color: #fff; border-radius: 50%; width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; font-size: 1rem; cursor: pointer; flex-shrink: 0; }
@media (max-width: 768px) { #mob-sticky-cta.visible { display: flex; } }

/* ===== WHATSAPP RIPPLE ===== */
#wa-btn::before, #wa-btn::after { content: ''; position: absolute; inset: 0; border-radius: 50%; background: rgba(37,211,102,.45); animation: waRipple 2.4s ease-out infinite; pointer-events: none; z-index: -1; }
#wa-btn::after { animation-delay: 1.2s; }
@keyframes waRipple { 0% { transform: scale(1); opacity: .7; } 100% { transform: scale(2.4); opacity: 0; } }

/* ====== RESPONSIVE ====== */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr 340px; gap: 36px; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .products-grid { grid-template-columns: 1fr 1fr; }
  .products-grid .pc:last-child { grid-column: span 2; max-width: 400px; margin: 0 auto; }
  .wcu-grid { grid-template-columns: 1fr 1fr; }
  .hiw-steps::before { display: none; }
  .upsell-grid { grid-template-columns: 1fr 1fr; }
  .testi-grid { grid-template-columns: 1fr 1fr; }
  .testi-grid .testi-card:last-child { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-grid .lead-form-card { max-width: 540px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .nav { display: none; }
  .hamburger { display: flex; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-cards { display: none; }
  .hero-stats { gap: 0; }
  .hs-item { padding: 0 16px; }
  .products-grid { grid-template-columns: 1fr; }
  .products-grid .pc:last-child { grid-column: auto; max-width: 100%; }
  .pc.popular { transform: none; }
  .wcu-grid { grid-template-columns: 1fr; }
  .hiw-steps { grid-template-columns: 1fr; gap: 32px; }
  .upsell-grid { grid-template-columns: 1fr 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .cta-banner { flex-direction: column; text-align: center; padding: 40px 28px; }
  .cta-banner-btns { flex-direction: column; width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .section { padding: 44px 0; }
  .hero { padding: 56px 0 50px; }
  #call-sticky { display: flex; }
  #wa-btn { bottom: 80px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .form-row { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .comp-table th, .comp-table td { padding: 14px 16px; font-size: .83rem; }
  .hero-process { gap: 0; }
  .hp-item { font-size: .78rem; padding: 5px 12px 5px 0; }
  .hp-sep { display: none; }
}

