/* ============================================
   ADFORCE UNIFIED — Landing Page CSS
   Premium. Conversion-optimized. Mobile-first responsive.
   ============================================ */

:root {
  --navy: #012D6C;
  --blue: #0071BD;
  --deep: #0A1F44;
  --sky: #5BA3D9;
  --ora1: #F9AE3B;
  --ora2: #FF6A40;
  --green: #22C55E;
  --red: #EF4444;
  --txt: #1E293B;
  --muted: #64748B;
  --bg: #F8FAFC;
  --white: #FFFFFF;
  --border: #E2E8F0;
  --grad: linear-gradient(135deg, var(--ora1), var(--ora2));
  --space: linear-gradient(170deg, #030A14 0%, #081A38 25%, #0C2858 55%, #164588 100%);
  --wa: #25D366;
  --tg: #0088CC;
  --ff: 'Inter', system-ui, -apple-system, sans-serif;
  --r: 12px;
  --rl: 20px;
  /* Platform colors */
  --meta: #1877F2;
  --google: #4285F4;
  --tiktok: #000000;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: var(--ff); font-size: 17px; line-height: 1.6; color: var(--txt); background: var(--white); overflow-x: hidden; }
a { text-decoration: none; color: inherit; transition: .2s ease; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
strong { font-weight: 700; }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

/* ============================================
   BUTTONS
   ============================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 50px; font-family: var(--ff); font-weight: 700;
  cursor: pointer; border: none; white-space: nowrap; transition: all .2s;
}
.btn--s { padding: 11px 24px; font-size: .85rem; }
.btn--l { padding: 18px 40px; font-size: 1.05rem; }
.btn--cta {
  background: var(--grad); color: var(--white);
  box-shadow: 0 4px 20px rgba(255, 106, 64, .35);
}
.btn--cta:hover {
  box-shadow: 0 8px 32px rgba(255, 106, 64, .5);
  transform: translateY(-2px);
}
.btn--wa {
  background: var(--wa); color: var(--white);
  box-shadow: 0 4px 20px rgba(37, 211, 102, .3);
}
.btn--wa:hover {
  box-shadow: 0 8px 32px rgba(37, 211, 102, .45);
  transform: translateY(-2px); background: #20BD5A;
}
.btn--wa svg { flex-shrink: 0; }
.btn--tg {
  background: var(--tg); color: var(--white);
  box-shadow: 0 4px 20px rgba(0, 136, 204, .3);
}
.btn--tg:hover {
  box-shadow: 0 8px 32px rgba(0, 136, 204, .45);
  transform: translateY(-2px); background: #0077B5;
}
.btn--tg svg { flex-shrink: 0; }
.cta-pair {
  display: flex; align-items: center; justify-content: center; gap: 12px;
}
.cta-pair--compact .btn { padding: 16px 32px; font-size: .95rem; }

.btn--check {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  margin: 4px 24px 12px; padding: 15px 24px; border-radius: 10px;
  font-family: var(--ff); font-size: .88rem; font-weight: 700;
  color: #fff; text-decoration: none; cursor: pointer;
  background: linear-gradient(135deg, var(--ora1), var(--ora2));
  box-shadow: 0 4px 20px rgba(255,106,64,.3), 0 1px 0 rgba(255,255,255,.1) inset;
  transition: all .25s; position: relative; overflow: hidden; letter-spacing: .2px;
}
.btn--check::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.12) 0%, rgba(255,255,255,0) 55%);
  pointer-events: none;
}
.btn--check:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(255,106,64,.45), 0 1px 0 rgba(255,255,255,.12) inset;
}
.btn--check svg { transition: transform .2s; }
.btn--check:hover svg { transform: translateX(3px); }
.btn--check-pop {
  background: linear-gradient(135deg, #F9AE3B 0%, #FF6A40 50%, #FF4D2D 100%);
  box-shadow: 0 4px 24px rgba(255,106,64,.4), 0 0 0 1px rgba(255,255,255,.08) inset, 0 1px 0 rgba(255,255,255,.15) inset;
  font-size: .92rem; padding: 17px 24px;
}
.btn--check-pop:hover {
  box-shadow: 0 10px 40px rgba(255,106,64,.55), 0 0 0 1px rgba(255,255,255,.1) inset, 0 1px 0 rgba(255,255,255,.18) inset;
}
.doubt {
  display: block; text-align: center; margin-top: 12px;
  font-size: .78rem; color: var(--muted); font-weight: 500;
}
.sec--pricing .doubt,
.sec--proof .doubt { color: rgba(255,255,255,.5); }

/* ============================================
   NAV
   ============================================ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 14px 0; transition: all .3s;
}
.nav.scrolled {
  background: rgba(255,255,255,.97); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  box-shadow: 0 1px 12px rgba(0,0,0,.06); padding: 10px 0;
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; }
.nav__logo {
  display: flex; align-items: center; gap: 8px; z-index: 10;
}
.nav__logo img { height: 28px; width: auto; transition: opacity .3s ease; }
.nav__logo-light { opacity: 1; }
.nav__logo-dark { opacity: 0; position: absolute; }
.nav.scrolled .nav__logo-light { opacity: 0; position: absolute; }
.nav.scrolled .nav__logo-dark { opacity: 1; position: static; }
.nav__product {
  font-size: .72rem; font-weight: 700; color: var(--ora1);
  letter-spacing: 1px; text-transform: uppercase; opacity: .8;
}
.nav.scrolled .nav__product { color: var(--ora2); }
.nav__links {
  display: flex; align-items: center; gap: 28px;
}
.nav__link {
  font-size: .82rem; font-weight: 600; color: rgba(255,255,255,.65);
  letter-spacing: .3px; transition: color .2s;
}
.nav__link:hover { color: #fff; }
.nav.scrolled .nav__link { color: var(--muted); }
.nav.scrolled .nav__link:hover { color: var(--navy); }

.nav__burger {
  display: none; background: none; border: none; cursor: pointer;
  width: 28px; height: 20px; position: relative; z-index: 10;
}
.nav__burger span {
  display: block; width: 100%; height: 2px; background: #fff;
  border-radius: 2px; transition: all .3s; position: absolute; left: 0;
}
.nav__burger span:nth-child(1) { top: 0; }
.nav__burger span:nth-child(2) { top: 9px; }
.nav__burger span:nth-child(3) { top: 18px; }
.nav.scrolled .nav__burger span { background: var(--navy); }

/* ============================================
   HERO
   ============================================ */
.hero {
  position: relative; background: var(--space); overflow: hidden; padding: 130px 0 0;
}
.hero__canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }

/* Decorative orbs */
.hero__orbs { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hero__orb {
  position: absolute; border-radius: 50%; filter: blur(100px); opacity: .15;
}
.hero__orb--meta {
  width: 400px; height: 400px; background: #1877F2;
  top: 10%; left: -5%;
  animation: float-orb 8s ease-in-out infinite;
}
.hero__orb--google {
  width: 350px; height: 350px; background: #34A853;
  top: 20%; right: -8%;
  animation: float-orb 10s ease-in-out infinite reverse;
}
.hero__orb--tiktok {
  width: 300px; height: 300px; background: #EE1D52;
  bottom: 15%; left: 30%;
  animation: float-orb 12s ease-in-out infinite;
}
@keyframes float-orb {
  0%, 100% { transform: translateY(0) translateX(0); }
  33% { transform: translateY(-20px) translateX(10px); }
  66% { transform: translateY(15px) translateX(-15px); }
}

.hero__inner {
  position: relative; z-index: 2; text-align: center;
  max-width: 860px; margin: 0 auto; padding-bottom: 56px;
}

.trust-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(34,197,94,.06);
  border: 1px solid rgba(34,197,94,.2);
  border-radius: 8px; padding: 8px 18px; margin-bottom: 32px;
  font-size: .72rem; font-weight: 600; color: rgba(255,255,255,.65);
  letter-spacing: .8px; text-transform: uppercase;
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
.trust-pill svg { flex-shrink: 0; }

.hero__h1 {
  font-size: 3.8rem; font-weight: 900; color: #fff; line-height: 1.06;
  margin-bottom: 24px; letter-spacing: -1.5px;
}
.hero__gradient {
  background: linear-gradient(135deg, var(--ora1) 0%, var(--ora2) 50%, #FF4D6A 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero__sub {
  font-size: 1.12rem; color: rgba(200,210,225,.55); line-height: 1.75;
  margin-bottom: 36px; max-width: 600px; margin-left: auto; margin-right: auto;
}
.hero__hook { color: #fff; font-weight: 700; }

/* Platform icons row */
.hero__platforms {
  display: flex; align-items: center; justify-content: center; gap: 20px;
  margin-bottom: 36px;
}
.hero__plat {
  display: flex; align-items: center; gap: 8px;
  color: rgba(255,255,255,.7); font-size: .82rem; font-weight: 600;
}
.hero__plat svg { opacity: .8; }
.hero__plat-divider {
  width: 1px; height: 24px; background: rgba(255,255,255,.15);
}

.hero__cta-block {
  display: flex; flex-direction: column; align-items: center; gap: 20px;
}
.cta-pair--hero { gap: 10px; }

.btn--wa-pro, .btn--tg-pro {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 36px; border-radius: 10px; font-family: var(--ff);
  font-weight: 600; font-size: .88rem; cursor: pointer; border: none;
  color: #fff; transition: all .25s; letter-spacing: .2px;
  position: relative; overflow: hidden;
}
.btn--wa-pro::before, .btn--tg-pro::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.12) 0%, rgba(255,255,255,0) 60%);
  pointer-events: none;
}
.btn--wa-pro {
  background: linear-gradient(180deg, #2BD974 0%, #1EA855 100%);
  box-shadow: 0 1px 0 rgba(255,255,255,.15) inset, 0 4px 20px rgba(34,197,94,.25), 0 1px 3px rgba(0,0,0,.2);
}
.btn--wa-pro:hover {
  box-shadow: 0 1px 0 rgba(255,255,255,.15) inset, 0 8px 32px rgba(34,197,94,.35), 0 2px 6px rgba(0,0,0,.25);
  transform: translateY(-1px);
}
.btn--tg-pro {
  background: linear-gradient(180deg, #2CA5E0 0%, #0088CC 100%);
  box-shadow: 0 1px 0 rgba(255,255,255,.15) inset, 0 4px 20px rgba(0,136,204,.25), 0 1px 3px rgba(0,0,0,.2);
}
.btn--tg-pro:hover {
  box-shadow: 0 1px 0 rgba(255,255,255,.15) inset, 0 8px 32px rgba(0,136,204,.35), 0 2px 6px rgba(0,0,0,.25);
  transform: translateY(-1px);
}
.btn--wa-pro svg, .btn--tg-pro svg { flex-shrink: 0; opacity: .9; }

.trust-strip { display: flex; align-items: center; gap: 14px; }
.trust-strip__methods { display: flex; align-items: center; gap: 6px; }
.trust-strip__methods svg { opacity: .55; transition: opacity .2s; border-radius: 3px; }
.trust-strip__methods svg:hover { opacity: .85; }
.trust-strip__label {
  font-size: .7rem; font-weight: 600; color: rgba(255,255,255,.35);
  letter-spacing: .5px; text-transform: uppercase;
  border-left: 1px solid rgba(255,255,255,.1); padding-left: 14px;
}

/* System Monitor */
.sys-monitor {
  max-width: 720px; margin: 44px auto 0;
  background: rgba(6,18,40,.7);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 14px; overflow: hidden;
  box-shadow: 0 8px 40px rgba(0,0,0,.3), 0 0 0 1px rgba(255,255,255,.03) inset;
}
.sys-monitor__header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  background: rgba(255,255,255,.02);
}
.sys-monitor__status { display: flex; align-items: center; gap: 8px; }
.sys-monitor__dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--green);
  box-shadow: 0 0 6px rgba(34,197,94,.6), 0 0 12px rgba(34,197,94,.3);
  animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; box-shadow: 0 0 6px rgba(34,197,94,.6), 0 0 12px rgba(34,197,94,.3); }
  50% { opacity: .6; box-shadow: 0 0 3px rgba(34,197,94,.3), 0 0 6px rgba(34,197,94,.15); }
}
.sys-monitor__status-text {
  font-size: .68rem; font-weight: 600; color: var(--green);
  letter-spacing: .5px; text-transform: uppercase;
}
.sys-monitor__label {
  font-size: .6rem; font-weight: 600; color: rgba(255,255,255,.25);
  letter-spacing: 1.5px; text-transform: uppercase;
}
.sys-monitor__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.sys-monitor__cell {
  padding: 22px 16px; text-align: center;
  border-right: 1px solid rgba(255,255,255,.05);
}
.sys-monitor__cell:last-child { border-right: none; }
.sys-monitor__value {
  display: block;
  font-family: 'JetBrains Mono', 'SF Mono', 'Fira Code', monospace;
  font-size: 1.65rem; font-weight: 700; color: #fff;
  line-height: 1; margin-bottom: 6px; letter-spacing: -0.5px;
}
.sys-monitor__key {
  font-size: .58rem; color: rgba(255,255,255,.35); text-transform: uppercase;
  letter-spacing: 1.2px; font-weight: 600;
}

/* Logo strip */
.logo-strip {
  position: relative; z-index: 2; padding: 18px 0; overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.06);
}
.logo-strip__track { overflow: hidden; }
.logo-strip__scroll {
  display: flex; gap: 48px; animation: marquee 30s linear infinite; width: max-content;
}
.logo-strip__scroll span {
  font-size: .85rem; font-weight: 700; color: rgba(255,255,255,.25); white-space: nowrap;
}
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ============================================
   SECTIONS — shared
   ============================================ */
.sec { padding: 80px 0; }
.sec--story { background: var(--white); }
.sec--platforms { background: var(--bg); padding: 90px 0; }
.sec--pain { background: var(--white); }
.sec--agitate { background: var(--bg); }
.sec--pain-wow {
  background: linear-gradient(170deg, #0A0610 0%, #150B20 30%, #1A0A1A 60%, #12081A 100%);
  padding: 100px 0 80px; position: relative; overflow: hidden;
}
.sec--solve { background: var(--white); }
.sec--community { background: var(--space); padding: 100px 0; position: relative; overflow: hidden; }
.sec--services { background: var(--bg); padding: 90px 0; }
.sec--proof { background: var(--space); }
.sec--steps { background: var(--bg); }
.sec--pricing { background: var(--space); padding: 90px 0; }
.sec--guarantee { background: var(--bg); padding: 60px 0; }
.sec--faq { background: var(--white); }
.sec--final { background: var(--space); padding: 100px 0; }

.sec__eyebrow {
  text-align: center; font-size: .7rem; font-weight: 700;
  letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--blue); margin-bottom: 10px;
}
.sec__eyebrow--gold { color: var(--ora1); }
.sec__h2 {
  text-align: center; font-size: 2.2rem; font-weight: 900;
  color: var(--navy); line-height: 1.15; margin-bottom: 40px;
}
.sec__h2--light { color: #fff; }
.sec__sub { text-align: center; color: var(--muted); font-size: 1rem; margin: -24px auto 48px; max-width: 560px; }
.sec__sub--light { color: rgba(255,255,255,.6); }

/* ============================================
   STORY — Narrative section
   ============================================ */
.story__inner {
  max-width: 680px; margin: 0 auto;
}
.story__text p {
  font-size: 1.02rem; color: var(--muted); line-height: 1.8;
  margin-bottom: 16px;
}
.story__text p:last-child { margin-bottom: 0; }
.story__text strong { color: var(--navy); }

/* ============================================
   PLATFORMS — Three cards
   ============================================ */
.platform-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  margin-bottom: 48px;
}
.platform {
  background: var(--white); border-radius: var(--rl); padding: 32px 28px;
  border: 1px solid var(--border); transition: all .3s;
  position: relative; overflow: hidden;
}
.platform::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  transition: height .3s;
}
.platform--meta::before { background: linear-gradient(90deg, #1877F2, #00C6FF); }
.platform--google::before { background: linear-gradient(90deg, #EA4335, #FBBC05, #34A853, #4285F4); }
.platform--tiktok::before { background: linear-gradient(90deg, #00F2EA, #FF0050); }

.platform:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0,0,0,.08);
}
.platform:hover::before { height: 6px; }

.platform__header { text-align: center; margin-bottom: 24px; }
.platform__icon {
  width: 64px; height: 64px; border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
}
.platform__icon--meta { background: rgba(24,119,242,.08); color: #1877F2; }
.platform__icon--google { background: rgba(66,133,244,.08); color: #4285F4; }
.platform__icon--tiktok { background: rgba(0,0,0,.06); color: #000; }

.platform__header h3 {
  font-size: 1.15rem; font-weight: 800; color: var(--navy); margin-bottom: 4px;
}
.platform__badge {
  font-size: .72rem; font-weight: 600; color: var(--muted);
  letter-spacing: .5px;
}
.platform__features {
  list-style: none; padding: 0; margin: 0 0 20px;
}
.platform__features li {
  display: flex; align-items: center; gap: 10px;
  padding: 7px 0; font-size: .85rem; color: var(--txt);
  border-bottom: 1px solid rgba(0,0,0,.04);
}
.platform__features li:last-child { border-bottom: none; }
.platform__features li::before {
  content: ''; width: 16px; height: 16px; flex-shrink: 0;
  border-radius: 50%;
  background: rgba(34,197,94,.12) url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 13l4 4L19 7' stroke='%2322C55E' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/10px;
}

.platform__status {
  display: flex; align-items: center; gap: 6px;
  font-size: .7rem; font-weight: 600; color: var(--green);
  letter-spacing: .5px; text-transform: uppercase;
}
.platform__dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--green);
  box-shadow: 0 0 4px rgba(34,197,94,.5);
  animation: pulse-dot 2s ease-in-out infinite;
}

/* Unified benefits bar */
.unified-bar {
  display: flex; align-items: center; justify-content: center; gap: 24px;
  background: var(--white); border: 2px solid var(--border);
  border-radius: 16px; padding: 24px 40px;
  box-shadow: 0 4px 24px rgba(0,0,0,.04);
}
.unified-bar__item {
  display: flex; align-items: center; gap: 10px;
  font-size: .85rem; font-weight: 600; color: var(--navy);
}
.unified-bar__item svg { color: var(--blue); flex-shrink: 0; }
.unified-bar__divider {
  width: 1px; height: 32px; background: var(--border);
}

/* ============================================
   PAIN WOW — Cinematic problem section
   ============================================ */
.pain-wow__glow {
  position: absolute; width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(239,68,68,.12) 0%, transparent 70%);
  top: -150px; left: -100px; pointer-events: none;
  animation: pain-glow 5s ease-in-out infinite;
}
.pain-wow__glow--2 {
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(239,68,68,.08) 0%, transparent 70%);
  top: auto; bottom: -100px; left: auto; right: -80px;
  animation: pain-glow 6s ease-in-out infinite reverse;
}
@keyframes pain-glow {
  0%, 100% { opacity: .5; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.15); }
}
.pain-wow__particles {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  pointer-events: none; z-index: 0;
}
.pain-wow__content { position: relative; z-index: 2; }

/* Live loss ticker */
.pain-wow__ticker {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  margin-bottom: 12px;
}
.pain-wow__ticker-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 12px var(--red), 0 0 24px rgba(239,68,68,.4);
  animation: pulse-danger 1.5s ease-in-out infinite;
}
.pain-wow__ticker-pulse { display: none; }
@keyframes pulse-danger {
  0%, 100% { opacity: 1; box-shadow: 0 0 12px var(--red), 0 0 24px rgba(239,68,68,.4); }
  50% { opacity: .5; box-shadow: 0 0 6px var(--red), 0 0 12px rgba(239,68,68,.2); }
}
.pain-wow__ticker-label {
  font-family: var(--mono); font-size: .68rem; letter-spacing: 3px;
  text-transform: uppercase; color: rgba(239,68,68,.7); font-weight: 600;
}

/* Giant counter */
.pain-wow__counter {
  text-align: center; font-family: var(--mono);
  font-size: clamp(2.8rem, 7vw, 5rem); font-weight: 900;
  color: #fff; line-height: 1; margin-bottom: 8px;
  text-shadow: 0 0 40px rgba(239,68,68,.3), 0 0 80px rgba(239,68,68,.15);
}
.pain-wow__counter span {
  background: linear-gradient(180deg, #fff 30%, rgba(239,68,68,.6));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.pain-wow__counter-sub {
  text-align: center; color: rgba(255,255,255,.4); font-size: .82rem;
  max-width: 460px; margin: 0 auto 48px; line-height: 1.6;
}

/* Headline */
.pain-wow__h2 {
  text-align: center; font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 900; color: #fff; line-height: 1.15; margin-bottom: 16px;
}
.pain-wow__h2-accent {
  background: linear-gradient(90deg, var(--red), #FF6B6B, var(--red));
  background-size: 200% auto;
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  animation: gradient-shift 4s linear infinite;
}
@keyframes gradient-shift {
  0% { background-position: 0% center; }
  100% { background-position: 200% center; }
}
.pain-wow__sub {
  text-align: center; color: rgba(255,255,255,.5); font-size: 1rem;
  max-width: 520px; margin: 0 auto 52px; line-height: 1.7;
}

/* Card grid */
.pain-wow-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 48px;
}

/* Individual cards */
.pain-wow-card {
  position: relative; background: rgba(255,255,255,.03);
  border: 1px solid rgba(239,68,68,.15); border-radius: var(--rl);
  padding: 32px 28px; overflow: hidden;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  opacity: 0; transform: translateY(30px); transition-delay: var(--delay, 0s);
}
.pain-wow-card.visible { opacity: 1; transform: translateY(0); }
.pain-wow-card:hover {
  background: rgba(255,255,255,.06); border-color: rgba(239,68,68,.4);
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(239,68,68,.1), 0 0 0 1px rgba(239,68,68,.2), inset 0 1px 0 rgba(255,255,255,.05);
}

/* Animated border glow */
.pain-wow-card__border {
  position: absolute; top: -1px; left: -1px; right: -1px; bottom: -1px;
  border-radius: var(--rl);
  background: conic-gradient(from 0deg, transparent, rgba(239,68,68,.4), transparent, rgba(239,68,68,.2), transparent);
  opacity: 0; transition: opacity .4s; z-index: -1; animation: border-spin 4s linear infinite;
}
.pain-wow-card:hover .pain-wow-card__border { opacity: 1; }
@keyframes border-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

/* Red shimmer sweep */
.pain-wow-card__shimmer {
  position: absolute; top: -50%; left: -50%; width: 200%; height: 200%;
  background: linear-gradient(45deg, transparent 30%, rgba(239,68,68,.03) 45%, rgba(239,68,68,.06) 50%, rgba(239,68,68,.03) 55%, transparent 70%);
  animation: shimmer-red 8s linear infinite; pointer-events: none;
}
@keyframes shimmer-red {
  0% { transform: translateX(-30%) translateY(-30%) rotate(25deg); }
  100% { transform: translateX(30%) translateY(30%) rotate(25deg); }
}

/* Stat badge */
.pain-wow-card__stat { display: flex; align-items: baseline; gap: 8px; margin-bottom: 20px; }
.pain-wow-card__stat-num {
  font-family: var(--mono); font-size: 1.8rem; font-weight: 900;
  color: var(--red); line-height: 1; text-shadow: 0 0 20px rgba(239,68,68,.3);
}
.pain-wow-card__stat-label {
  font-size: .7rem; color: rgba(255,255,255,.35);
  text-transform: uppercase; letter-spacing: 1px; font-weight: 600;
}

/* Icon */
.pain-wow-card__icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: rgba(239,68,68,.08); border: 1px solid rgba(239,68,68,.15);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px; color: var(--red); transition: all .3s;
}
.pain-wow-card__icon svg { width: 22px; height: 22px; }
.pain-wow-card:hover .pain-wow-card__icon {
  background: rgba(239,68,68,.15); box-shadow: 0 0 20px rgba(239,68,68,.2);
}

/* Card text */
.pain-wow-card h4 { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 8px; }
.pain-wow-card p { font-size: .85rem; color: rgba(255,255,255,.45); line-height: 1.65; }

/* Bottom urgency */
.pain-wow__bottom { text-align: center; }
.pain-wow__bottom-text {
  display: inline-block; font-size: .9rem; font-weight: 600;
  color: rgba(239,68,68,.7); padding: 12px 28px;
  border: 1px solid rgba(239,68,68,.2); border-radius: 50px;
  background: rgba(239,68,68,.04); animation: bottom-pulse 3s ease-in-out infinite;
}
@keyframes bottom-pulse {
  0%, 100% { border-color: rgba(239,68,68,.2); box-shadow: none; }
  50% { border-color: rgba(239,68,68,.4); box-shadow: 0 0 30px rgba(239,68,68,.08); }
}

/* ============================================
   SOLVE — 6 benefit cards
   ============================================ */
.solve-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.solve {
  background: var(--bg); border-radius: var(--r); padding: 28px 24px;
  border: 1px solid var(--border); transition: all .2s;
}
.solve:hover { box-shadow: 0 6px 24px rgba(0,0,0,.06); transform: translateY(-3px); border-color: rgba(0,113,189,.15); }
.solve svg { width: 28px; height: 28px; color: var(--blue); margin-bottom: 12px; }
.solve h4 { font-size: .92rem; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.solve p { font-size: .84rem; color: var(--muted); line-height: 1.55; }

/* ============================================
   COMMUNITY — WOW section
   ============================================ */
.community__glow {
  position: absolute; width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(249,174,59,.15) 0%, transparent 70%);
  top: -100px; left: 50%; transform: translateX(-50%);
  pointer-events: none;
  animation: glow-pulse 4s ease-in-out infinite;
}
@keyframes glow-pulse {
  0%, 100% { opacity: .6; transform: translateX(-50%) scale(1); }
  50% { opacity: 1; transform: translateX(-50%) scale(1.1); }
}
.community__content { position: relative; z-index: 2; }
.community__sub {
  text-align: center; color: rgba(255,255,255,.6); font-size: 1.05rem;
  max-width: 560px; margin: -20px auto 48px; line-height: 1.7;
}

.community-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
  max-width: 900px; margin: 0 auto;
}
.community-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--rl); padding: 32px;
  transition: all .3s; position: relative; overflow: hidden;
}
.community-card:hover {
  background: rgba(255,255,255,.08);
  transform: translateY(-4px);
  border-color: rgba(249,174,59,.3);
}

.community-card--main {
  grid-column: span 2; padding: 40px;
  border: 2px solid rgba(249,174,59,.25);
  background: linear-gradient(135deg, rgba(249,174,59,.06) 0%, rgba(255,106,64,.03) 100%);
}
.community-card--main:hover {
  border-color: rgba(249,174,59,.5);
  box-shadow: 0 0 60px rgba(249,174,59,.08);
}

/* Shimmer effect */
.community-card__shimmer {
  position: absolute; top: -50%; left: -50%; width: 200%; height: 200%;
  background: linear-gradient(
    45deg,
    transparent 30%,
    rgba(249,174,59,.04) 45%,
    rgba(249,174,59,.08) 50%,
    rgba(249,174,59,.04) 55%,
    transparent 70%
  );
  animation: shimmer 6s linear infinite;
  pointer-events: none;
}
@keyframes shimmer {
  0% { transform: translateX(-30%) translateY(-30%) rotate(25deg); }
  100% { transform: translateX(30%) translateY(30%) rotate(25deg); }
}

.community-card__icon {
  margin-bottom: 20px; color: var(--ora1);
}
.community-card__icon--sm {
  margin-bottom: 16px;
}
.community-card__icon--sm svg { color: rgba(255,255,255,.6); }

.community-card h3 {
  font-size: 1.15rem; font-weight: 800; color: #fff; margin-bottom: 8px;
}
.community-card--main h3 { font-size: 1.35rem; }
.community-card p {
  font-size: .88rem; color: rgba(255,255,255,.65); line-height: 1.65;
}
.community-card--main p { font-size: .95rem; }

.community-card__stats {
  display: flex; gap: 32px; margin-top: 24px;
  padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08);
}
.community-card__stats div {
  text-align: center;
}
.community-card__stats strong {
  display: block; font-size: 1.5rem; font-weight: 900; color: var(--ora1);
  font-family: 'JetBrains Mono', monospace; line-height: 1.1;
}
.community-card__stats span {
  font-size: .7rem; color: rgba(255,255,255,.45); font-weight: 600;
  text-transform: uppercase; letter-spacing: .8px;
}

.community__cta {
  text-align: center; margin-top: 40px;
}
.community__cta-text {
  font-size: 1rem; color: rgba(255,255,255,.5);
}
.community__cta-text strong {
  color: var(--ora1);
}

/* ============================================
   SERVICES — Technical partnership
   ============================================ */
.services-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
  max-width: 900px; margin: 0 auto 48px;
}
.service {
  display: flex; gap: 20px;
  background: var(--white); border-radius: var(--rl); padding: 32px;
  border: 1px solid var(--border); transition: all .3s;
}
.service:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,.06);
  transform: translateY(-4px);
  border-color: rgba(0,113,189,.15);
}
.service__num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 2rem; font-weight: 900; color: rgba(0,113,189,.12);
  line-height: 1; flex-shrink: 0;
}
.service__body h4 {
  font-size: .95rem; font-weight: 700; color: var(--navy); margin-bottom: 6px;
}
.service__body p {
  font-size: .85rem; color: var(--muted); line-height: 1.6;
}

.services__promise {
  display: flex; align-items: flex-start; gap: 16px;
  max-width: 700px; margin: 0 auto;
  background: var(--white); border: 2px solid rgba(0,113,189,.12);
  border-radius: var(--rl); padding: 28px 32px;
}
.services__promise svg { flex-shrink: 0; color: var(--red); margin-top: 2px; }
.services__promise p {
  font-size: .92rem; color: var(--muted); line-height: 1.65;
}
.services__promise strong { color: var(--navy); }

/* ============================================
   SOCIAL PROOF
   ============================================ */
.proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.proof {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r); padding: 28px; transition: all .2s;
}
.proof:hover { background: rgba(255,255,255,.08); transform: translateY(-2px); }
.proof--hero {
  grid-column: span 2; padding: 36px; border-color: rgba(249,174,59,.2); border-width: 2px;
}
.proof--hero .proof__quote { font-size: 1.1rem; }
.proof__result {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(34,197,94,.1); border-radius: 50px;
  padding: 6px 16px; margin-bottom: 14px;
  font-size: .82rem; font-weight: 700;
}
.proof__before { color: rgba(255,255,255,.5); text-decoration: line-through; }
.proof__after { color: #fff; }
.proof__quote { color: rgba(255,255,255,.85); font-size: .9rem; line-height: 1.65; margin-bottom: 16px; }
.proof__who { display: flex; align-items: center; gap: 10px; }
.proof__who strong { display: block; color: #fff; font-size: .85rem; }
.proof__who span { font-size: .75rem; color: rgba(255,255,255,.45); }
.av {
  width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 700; font-size: .7rem; flex-shrink: 0;
  background: var(--c, #5B8DEF); border: 2px solid rgba(255,255,255,.15);
}

/* ============================================
   HOW IT WORKS
   ============================================ */
.steps {
  display: flex; align-items: flex-start; justify-content: center;
  max-width: 720px; margin: 0 auto;
}
.step { text-align: center; flex: 1; }
.step__num {
  width: 56px; height: 56px; border-radius: 50%;
  background: rgba(0,113,189,.08); border: 2px solid rgba(0,113,189,.12);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px; font-size: 1.2rem; font-weight: 800; color: var(--blue);
}
.step h4 { font-size: .92rem; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.step p { font-size: .82rem; color: var(--muted); padding: 0 12px; line-height: 1.5; }
.step__line { width: 48px; height: 2px; background: rgba(0,113,189,.12); margin-top: 28px; flex-shrink: 0; }
.steps__cta { text-align: center; margin-top: 40px; }

/* ============================================
   PRICING
   ============================================ */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: start; }
.price {
  background: rgba(255,255,255,.05); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.1); border-radius: var(--rl);
  overflow: hidden; transition: all .25s; position: relative;
}
.price:hover { background: rgba(255,255,255,.08); transform: translateY(-4px); }
.price--pop { border: 2px solid var(--ora1); transform: scale(1.03); z-index: 2; }
.price--pop:hover { transform: scale(1.03) translateY(-4px); }
.price__ribbon {
  background: var(--grad); color: #fff; text-align: center; padding: 7px;
  font-size: .68rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
}
.price__head { padding: 28px 24px 16px; text-align: center; }
.price--pop .price__head { padding-top: 24px; }
.price__head h3 { font-size: 1.05rem; font-weight: 700; color: #fff; margin-bottom: 6px; }
.price__amount {
  display: flex; align-items: baseline; justify-content: center; gap: 2px;
  color: #fff; font-size: 2.6rem; font-weight: 900; line-height: 1; margin-bottom: 4px;
}
.price__amount sup { font-size: 1rem; font-weight: 700; }
.price__amount span { font-size: .85rem; color: rgba(255,255,255,.5); font-weight: 500; }
.price__note { font-size: .78rem; color: rgba(255,255,255,.5); }
.price__fee {
  display: inline-flex; align-items: center; gap: 4px;
  margin-top: 8px; padding: 5px 14px; border-radius: 6px;
  background: rgba(249,174,59,.08); border: 1px solid rgba(249,174,59,.2);
  font-size: .78rem; font-weight: 600; color: var(--ora1);
}
.price__list { padding: 0 24px 16px; }
.price__list li {
  display: flex; align-items: flex-start; gap: 8px;
  padding: 6px 0; font-size: .84rem; color: rgba(255,255,255,.8); line-height: 1.4;
}
.price__list li::before {
  content: ''; width: 16px; height: 16px; flex-shrink: 0; margin-top: 1px;
  border-radius: 50%;
  background: rgba(34,197,94,.15) url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 13l4 4L19 7' stroke='%2322C55E' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/10px;
}
.price__bonus {
  margin: 0 24px 16px;
  background: linear-gradient(135deg, rgba(249,174,59,.08) 0%, rgba(255,106,64,.06) 100%);
  border: 1px solid rgba(249,174,59,.18); border-radius: 10px; padding: 16px;
}
.price__bonus span {
  display: flex; align-items: center; gap: 6px;
  font-size: .66rem; font-weight: 800;
  color: var(--ora1); letter-spacing: 1.2px; margin-bottom: 10px;
}
.price__bonus span svg { stroke: var(--ora1); flex-shrink: 0; }
.price__bonus-list { list-style: none; padding: 0; margin: 0; }
.price__bonus-list li {
  display: flex; align-items: center; justify-content: space-between;
  padding: 5px 0; font-size: .78rem; font-weight: 500;
  color: rgba(255,255,255,.75);
  border-bottom: 1px solid rgba(255,255,255,.04);
}
.price__bonus-list li:last-child { border-bottom: none; }
.price__bonus-list li em {
  font-style: normal; font-size: .7rem; font-weight: 600;
  color: var(--ora1); opacity: .8;
}
.price__guarantee {
  text-align: center; font-size: .72rem; color: rgba(255,255,255,.4);
  font-weight: 500; padding: 0 24px 20px;
}

/* Expert bar */
.expert-bar {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 740px; margin: 40px auto 0;
  background: rgba(6,18,40,.65);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px; padding: 20px 28px;
  box-shadow: 0 8px 32px rgba(0,0,0,.2), 0 0 0 1px rgba(255,255,255,.03) inset;
}
.expert-bar__text {
  display: flex; align-items: center; gap: 12px;
  font-size: .88rem; color: rgba(255,255,255,.6);
}
.expert-bar__text strong { color: #fff; font-weight: 600; }
.expert-bar__text svg { flex-shrink: 0; stroke: rgba(255,255,255,.4); }
.expert-bar__btns { display: flex; gap: 8px; flex-shrink: 0; }
.expert-bar__btn {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 10px 20px; border-radius: 10px;
  font-family: var(--ff); font-size: .8rem; font-weight: 600;
  color: #fff; text-decoration: none; transition: all .2s;
  position: relative; overflow: hidden;
}
.expert-bar__btn::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.1) 0%, rgba(255,255,255,0) 55%);
  pointer-events: none;
}
.expert-bar__btn--wa { background: var(--wa); box-shadow: 0 2px 12px rgba(37,211,102,.25); }
.expert-bar__btn--wa:hover { box-shadow: 0 4px 20px rgba(37,211,102,.4); transform: translateY(-1px); }
.expert-bar__btn--tg { background: var(--tg); box-shadow: 0 2px 12px rgba(0,136,204,.25); }
.expert-bar__btn--tg:hover { box-shadow: 0 4px 20px rgba(0,136,204,.4); transform: translateY(-1px); }
.expert-bar__btn svg { flex-shrink: 0; opacity: .9; }

.pricing-trust {
  display: flex; align-items: center; justify-content: center;
  gap: 32px; margin-top: 28px;
}
.pricing-trust__item {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: .76rem; font-weight: 500; color: rgba(255,255,255,.35);
}
.pricing-trust__item svg { stroke: rgba(255,255,255,.3); flex-shrink: 0; }

/* ============================================
   GUARANTEE
   ============================================ */
.guarantee__inner {
  display: flex; align-items: center; gap: 24px;
  max-width: 640px; margin: 0 auto;
  background: var(--white); border: 2px solid var(--green);
  border-radius: var(--rl); padding: 32px;
}
.guarantee__inner svg { flex-shrink: 0; color: var(--green); }
.guarantee__inner h3 { font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.guarantee__inner p { font-size: .88rem; color: var(--muted); line-height: 1.6; }

/* ============================================
   FAQ
   ============================================ */
.faq-list { max-width: 680px; margin: 0 auto; }
.faq {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r); margin-bottom: 8px; overflow: hidden;
}
.faq:hover { border-color: rgba(0,113,189,.12); }
.faq summary {
  padding: 16px 20px; font-weight: 600; font-size: .92rem;
  color: var(--navy); cursor: pointer; list-style: none;
  display: flex; align-items: center; justify-content: space-between;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-size: 1.1rem; font-weight: 300; color: var(--muted); transition: transform .2s; }
.faq[open] summary::after { content: '\2212'; }
.faq p { padding: 0 20px 16px; font-size: .85rem; color: var(--txt); line-height: 1.65; }

/* ============================================
   FINAL CTA
   ============================================ */
.final__inner { text-align: center; max-width: 560px; margin: 0 auto; }
.final__inner h2 { font-size: 2rem; font-weight: 900; color: #fff; line-height: 1.2; margin-bottom: 12px; }
.final__sub { color: rgba(255,255,255,.5); font-size: .95rem; margin-bottom: 28px; }
.final__inner .doubt { color: rgba(255,255,255,.4); }

/* ============================================
   FOOTER
   ============================================ */
.foot {
  background: var(--white); padding: 24px 0; border-top: 1px solid var(--border);
}
.foot__inner {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px;
}
.foot__logo { display: inline-flex; align-items: center; }
.foot__logo img { height: 26px; width: auto; }
.foot__left p { font-size: .75rem; color: var(--muted); }
.foot__links { display: flex; gap: 16px; }
.foot__links a { font-size: .78rem; color: var(--muted); }
.foot__links a:hover { color: var(--blue); }
.foot__copy { font-size: .72rem; color: var(--muted); width: 100%; text-align: center; margin-top: 8px; }

/* ============================================
   MOBILE STICKY BAR
   ============================================ */
.mob-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 999;
  display: none; padding: 10px 14px; background: #fff;
  box-shadow: 0 -4px 16px rgba(0,0,0,.1);
}
.mob-bar__pair { display: flex; gap: 8px; }
.mob-bar__btn {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  flex: 1; padding: 14px 8px; border-radius: 50px;
  color: #fff; font-family: var(--ff);
  font-weight: 700; font-size: .85rem; border: none; cursor: pointer;
}
.mob-bar__btn--wa { background: var(--wa); box-shadow: 0 4px 16px rgba(37,211,102,.3); }
.mob-bar__btn--tg { background: var(--tg); box-shadow: 0 4px 16px rgba(0,136,204,.3); }
.mob-bar__btn svg { flex-shrink: 0; }

/* ============================================
   ANIMATIONS
   ============================================ */
[data-animate] {
  opacity: 0; transform: translateY(20px);
  transition: opacity .5s ease, transform .5s ease;
}
[data-animate].visible { opacity: 1; transform: none; }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .sys-monitor__grid { grid-template-columns: repeat(2, 1fr); }
  .sys-monitor__cell:nth-child(2) { border-right: none; }
  .sys-monitor__cell:nth-child(1), .sys-monitor__cell:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,.05); }
  .platform-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto 48px; }
  .unified-bar { flex-wrap: wrap; gap: 16px; padding: 24px; }
  .unified-bar__divider { display: none; }
  .unified-bar__item { flex: 0 0 calc(50% - 8px); justify-content: center; }
  .solve-grid { grid-template-columns: 1fr 1fr; }
  .community-grid { grid-template-columns: 1fr; }
  .community-card--main { grid-column: auto; }
  .services-grid { grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof--hero { grid-column: auto; }
  .price-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .price--pop { transform: none; }
  .price--pop:hover { transform: translateY(-4px); }
  .expert-bar { flex-direction: column; gap: 16px; text-align: center; padding: 20px 24px; }
  .expert-bar__text { flex-direction: column; gap: 8px; }
  .expert-bar__btns { justify-content: center; }
  .pricing-trust { flex-direction: column; gap: 12px; }
}

@media (max-width: 768px) {
  .sec { padding: 56px 0; }
  .sec--community { padding: 70px 0; }
  .sec--services { padding: 70px 0; }
  .sec--platforms { padding: 70px 0; }
  .hero { padding: 100px 0 0; }
  .hero__h1 { font-size: 2.4rem; letter-spacing: -1px; }
  .hero__sub { font-size: .95rem; }
  .hero__platforms { gap: 12px; flex-wrap: wrap; }
  .hero__plat { font-size: .75rem; }
  .hero__plat-divider { height: 18px; }
  .sys-monitor { max-width: 100%; margin-top: 36px; }
  .sys-monitor__value { font-size: 1.35rem; }
  .sys-monitor__key { font-size: .52rem; }
  .trust-strip { flex-direction: column; gap: 8px; }
  .trust-strip__label { border-left: none; padding-left: 0; }
  .btn--wa-pro, .btn--tg-pro { padding: 14px 28px; font-size: .84rem; }
  .sec__h2 { font-size: 1.65rem; }
  .pain-grid { grid-template-columns: 1fr; }
  .pain-wow-grid { grid-template-columns: 1fr; }
  .pain-wow__counter { font-size: 2.4rem; }
  .pain-wow-card__stat-num { font-size: 1.4rem; }
  .pain-wow-card { padding: 24px 20px; }
  .pain-wow__bottom-text { font-size: .78rem; padding: 10px 20px; }
  .solve-grid { grid-template-columns: 1fr; }
  .steps { flex-direction: column; align-items: center; gap: 4px; }
  .step__line { width: 2px; height: 24px; margin-top: 0; }
  .mob-bar { display: block; }
  .foot { padding-bottom: 72px; }
  .guarantee__inner { flex-direction: column; text-align: center; }
  .foot__inner { justify-content: center; text-align: center; }
  .agitate__inner h2 { font-size: 1.3rem; }
  .cta-pair { flex-direction: column; gap: 10px; }
  .cta-pair .btn--l { width: 100%; padding: 16px 24px; }
  .cta-pair--hero { flex-direction: row; }
  .cta-pair--hero .btn--wa-pro, .cta-pair--hero .btn--tg-pro { flex: 1; }
  .cta-pair--compact { flex-direction: column; }
  .cta-pair--compact .btn { width: 100%; }
  .expert-bar { max-width: 100%; margin-top: 32px; border-radius: 14px; }
  .expert-bar__text { font-size: .82rem; }
  .expert-bar__btn { padding: 10px 16px; font-size: .78rem; }
  .btn--check { padding: 16px 24px; font-size: .9rem; }
  .btn--check-pop { padding: 18px 24px; }

  /* Nav mobile */
  .nav__links {
    position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(3,10,20,.97); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px);
    flex-direction: column; align-items: center; justify-content: center;
    gap: 32px; opacity: 0; pointer-events: none; transition: opacity .3s;
  }
  .nav__links.open { opacity: 1; pointer-events: all; }
  .nav__links .nav__link {
    font-size: 1.2rem; color: rgba(255,255,255,.8);
  }
  .nav__cta { display: none; }
  .nav__burger { display: block; }

  .community-card__stats { gap: 16px; flex-wrap: wrap; }
  .community-card__stats div { flex: 1; min-width: 80px; }
  .services__promise { flex-direction: column; text-align: center; }
  .services__promise svg { margin: 0 auto; }

  .community__glow { width: 300px; height: 300px; }
}

@media (max-width: 480px) {
  .hero__h1 { font-size: 1.95rem; letter-spacing: -.8px; }
  .sec__h2 { font-size: 1.4rem; }
  .wrap { padding: 0 16px; }
  .sys-monitor__grid { grid-template-columns: repeat(2, 1fr); }
  .sys-monitor__value { font-size: 1.2rem; }
  .sys-monitor__cell { padding: 16px 12px; }
  .cta-pair--hero { flex-direction: column; }
  .cta-pair--hero .btn--wa-pro, .cta-pair--hero .btn--tg-pro { width: 100%; }
  .trust-pill { font-size: .65rem; padding: 7px 14px; }
  .hero__platforms { gap: 8px; }
  .hero__plat { font-size: .7rem; gap: 5px; }
  .hero__plat svg { width: 16px; height: 16px; }
  .community-card { padding: 24px; }
  .community-card--main { padding: 28px; }
  .service { flex-direction: column; gap: 12px; padding: 24px; }
  .service__num { font-size: 1.4rem; }
  .unified-bar { padding: 20px 16px; }
  .unified-bar__item { font-size: .78rem; flex: 0 0 100%; }
}
