/* ============================================================
   ABS · Avatar Business OS — landing styles
   Brand: deep navy + electric blue → cyan gradient, blueprint
   ============================================================ */

:root {
  /* palette */
  --bg: #ffffff;
  --bg-2: #f5f8fc;
  --surface: #ffffff;
  --surface-solid: #ffffff;
  --border: rgba(16, 38, 84, 0.12);
  --border-strong: rgba(29, 78, 216, 0.28);

  --blue: #1d4ed8;
  --blue-600: #1e40af;
  --cyan: #1668c9;
  --cyan-bright: #2563eb;

  --text: #0e1a2b;
  --text-soft: #3f4f68;
  --text-dim: #6a7a92;

  --grad: linear-gradient(120deg, #1d4ed8 0%, #2563eb 55%, #1a8fd1 100%);
  --grad-soft: linear-gradient(135deg, rgba(37,99,235,0.07), rgba(26,143,209,0.05));

  --radius: 18px;
  --radius-lg: 26px;
  --shadow: 0 18px 44px -24px rgba(16, 38, 84, 0.35);
  --glow: 0 10px 30px -18px rgba(29, 78, 216, 0.35);
  --maxw: 1200px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);

  /* line icons (Lucide-style) as mask data-uris */
  --ic-memory:  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3'/%3E%3Cpath d='M12 5a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3'/%3E%3Cpath d='M9 8H6a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h3'/%3E%3Cpath d='M15 8h3a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-3'/%3E%3C/svg%3E");
  --ic-avatar:  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21a8 8 0 0 1 16 0'/%3E%3C/svg%3E");
  --ic-agents:  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='7' width='16' height='12' rx='2'/%3E%3Cpath d='M12 7V4'/%3E%3Ccircle cx='9' cy='13' r='1'/%3E%3Ccircle cx='15' cy='13' r='1'/%3E%3Cpath d='M2 12v3M22 12v3'/%3E%3C/svg%3E");
  --ic-control: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='14' rx='2'/%3E%3Cpath d='M8 21h8M12 18v3'/%3E%3Cpath d='M7 12l3-3 2 2 3-4'/%3E%3C/svg%3E");
  --ic-plug:    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 2v6M15 2v6'/%3E%3Cpath d='M6 8h12v3a6 6 0 0 1-12 0z'/%3E%3Cpath d='M12 17v5'/%3E%3C/svg%3E");
  --ic-shield:  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v5c0 5-3.5 8-7 9-3.5-1-7-4-7-9V6z'/%3E%3Cpath d='M9.5 12l1.8 1.8 3.2-3.6'/%3E%3C/svg%3E");
  --ic-server:  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='7' rx='1.5'/%3E%3Crect x='3' y='13' width='18' height='7' rx='1.5'/%3E%3Cpath d='M7 7.5h.01M7 16.5h.01'/%3E%3C/svg%3E");
  --ic-rocket:  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 15c-1.5 1.3-2 5-2 5s3.7-.5 5-2c.8-.9.7-2.2-.2-3-.9-.8-2.1-.8-2.8 0z'/%3E%3Cpath d='M9 12a12 12 0 0 1 8-8c1.6 0 3 1.4 3 3a12 12 0 0 1-8 8z'/%3E%3Cpath d='M14.5 9.5a1 1 0 1 0 0-.01'/%3E%3C/svg%3E");
  --ic-cap:     url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 9l10-4 10 4-10 4z'/%3E%3Cpath d='M6 11v4c0 1.2 2.7 2.5 6 2.5s6-1.3 6-2.5v-4'/%3E%3C/svg%3E");
  --ic-database:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cellipse cx='12' cy='5' rx='8' ry='3'/%3E%3Cpath d='M4 5v6c0 1.7 3.6 3 8 3s8-1.3 8-3V5'/%3E%3Cpath d='M4 11v6c0 1.7 3.6 3 8 3s8-1.3 8-3v-6'/%3E%3C/svg%3E");
  --ic-doc:     url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 3H7a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V8z'/%3E%3Cpath d='M14 3v5h5M9 13h6M9 17h6'/%3E%3C/svg%3E");
  --ic-building:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='3' width='16' height='18' rx='1.5'/%3E%3Cpath d='M9 7h.01M15 7h.01M9 11h.01M15 11h.01M9 15h.01M15 15h.01'/%3E%3C/svg%3E");
  --ic-send:    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 3L3 10.5l7 2.5 2.5 7z'/%3E%3Cpath d='M21 3l-11 10'/%3E%3C/svg%3E");
  --ic-message: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 5h16a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H9l-4 4v-4H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
  --ic-trophy:  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 4h10v5a5 5 0 0 1-10 0z'/%3E%3Cpath d='M7 6H4v1a3 3 0 0 0 3 3M17 6h3v1a3 3 0 0 1-3 3M9 20h6M12 14v6'/%3E%3C/svg%3E");
  --ic-star:    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l2.6 5.3 5.9.9-4.3 4.1 1 5.8L12 16.9 6.8 19.2l1-5.8L3.5 9.2l5.9-.9z'/%3E%3C/svg%3E");
  --ic-cloud:   url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 18a4 4 0 0 1-.5-8 5 5 0 0 1 9.6-1A3.5 3.5 0 0 1 17.5 18z'/%3E%3C/svg%3E");
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; scroll-padding-top: 90px; -webkit-text-size-adjust: 100%; overflow-x: hidden; max-width: 100%; }

body {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, .nav__name { font-family: "Exo 2", "Inter", sans-serif; letter-spacing: -0.01em; }

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(20px, 5vw, 48px); }

.grad {
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

/* ============ AMBIENT BACKGROUND ============ */
.bg-layer { position: fixed; inset: 0; z-index: -1; overflow: hidden; background:
  radial-gradient(1100px 620px at 82% -12%, rgba(37,99,235,0.08), transparent 62%),
  radial-gradient(820px 520px at 4% 6%, rgba(26,143,209,0.05), transparent 58%),
  #ffffff; }

.bg-grid {
  position: absolute; inset: -2px;
  background-image:
    linear-gradient(rgba(29,78,216,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(29,78,216,0.05) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 100% 70% at 50% 0%, #000 40%, transparent 85%);
}
.bg-radar {
  position: absolute; top: -280px; right: -220px; width: 900px; height: 900px;
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle, rgba(29,78,216,0.045) 0 1px, transparent 1px 70px);
  opacity: 0.5;
  animation: spin 90s linear infinite;
}
.bg-glow { position: absolute; border-radius: 50%; filter: blur(100px); opacity: 0.35; }
.bg-glow--1 { width: 520px; height: 520px; top: -140px; right: 5%; background: rgba(37,99,235,0.16); }
.bg-glow--2 { width: 420px; height: 420px; top: 40%; left: -120px; background: rgba(26,143,209,0.10); }
.bg-noise { position: absolute; inset: 0; opacity: 0.018;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

@keyframes spin { to { transform: rotate(360deg); } }

/* ============ BUTTONS ============ */
.btn {
  --pad: 13px 22px;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: var(--pad); border-radius: 999px; font-weight: 600; font-size: 15px;
  cursor: pointer; border: 1px solid transparent; transition: all 0.25s var(--ease);
  font-family: inherit; white-space: nowrap;
}
.btn--sm { --pad: 10px 18px; font-size: 14px; }
.btn--lg { --pad: 16px 30px; font-size: 16px; }
.btn--full { width: 100%; }
.btn--primary {
  background: var(--grad); color: #ffffff; box-shadow: 0 12px 28px -12px rgba(29,78,216,0.55);
  font-weight: 700;
}
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 18px 38px -12px rgba(29,78,216,0.65); }
.btn--ghost { background: #ffffff; color: var(--text); border-color: rgba(16,38,84,0.18); }
.btn--ghost:hover { background: #f3f7ff; border-color: var(--cyan-bright); color: var(--blue); transform: translateY(-2px); }

/* ============ NAV ============ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: all 0.3s var(--ease);
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border-bottom-color: var(--border);
}
.nav__inner { display: flex; align-items: center; gap: 24px; height: 72px; }
.nav__brand { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.nav__logo { width: 38px; height: 38px; }
.nav__wordmark { display: flex; flex-direction: column; line-height: 1; }
.nav__name { font-size: 22px; font-weight: 800; letter-spacing: 0.04em; }
.nav__sub { font-size: 9px; letter-spacing: 0.28em; color: var(--text-dim); margin-top: 3px; }
.nav__links { display: flex; gap: 28px; }
.nav__links a { font-size: 15px; color: var(--text-soft); transition: color 0.2s; position: relative; }
.nav__links a:hover { color: var(--text); }
.nav__links a::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px; background: var(--grad); transition: width 0.25s var(--ease); }
.nav__links a:hover::after { width: 100%; }
.nav__cta { display: flex; align-items: center; gap: 12px; }
.nav__tg { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--border-strong); background: #ffffff; transition: all 0.25s var(--ease); }
.nav__tg:hover { border-color: var(--cyan); background: var(--grad-soft); transform: translateY(-2px); }
.nav__tg-ico { width: 18px; height: 18px; background: var(--grad); -webkit-mask: var(--ic-send) center / contain no-repeat; mask: var(--ic-send) center / contain no-repeat; }
.nav__burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav__burger span { width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: 0.3s var(--ease); }
.nav__burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__burger.open span:nth-child(2) { opacity: 0; }
.nav__burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav__mobile { display: none; flex-direction: column; gap: 4px; padding: 0 clamp(20px,5vw,48px) 0; max-height: 0; overflow: hidden; transition: max-height 0.4s var(--ease), padding 0.4s var(--ease);
  background: rgba(255,255,255,0.98); backdrop-filter: blur(18px); border-bottom: 1px solid var(--border); }
.nav__mobile.open { max-height: 400px; padding-bottom: 20px; padding-top: 8px; }
.nav__mobile a { padding: 12px 0; color: var(--text-soft); border-bottom: 1px solid var(--border); }
.nav__mobile a.btn { border: 0; margin-top: 12px; color: #ffffff; justify-content: center; }

/* ============ SECTION SHELL ============ */
.section { position: relative; padding: clamp(72px, 10vw, 130px) 0; }
.section__head { max-width: 720px; margin: 0 auto clamp(40px, 6vw, 64px); text-align: center; }
.eyebrow {
  display: inline-block; font-family: "JetBrains Mono", monospace; font-size: 12px;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--cyan);
  padding: 6px 14px; border: 1px solid var(--border-strong); border-radius: 999px;
  background: rgba(37,99,235,0.06); margin-bottom: 20px;
}
.section__title { font-size: clamp(26px, 4vw, 42px); font-weight: 800; line-height: 1.14; }
.section__intro { margin-top: 18px; color: var(--text-soft); font-size: clamp(16px, 2vw, 18px); }

/* ============ HERO ============ */
.hero { position: relative; padding-top: 150px; padding-bottom: 40px; }
.hero__inner { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; align-items: center; }
.badge {
  display: inline-flex; align-items: center; gap: 8px; font-family: "JetBrains Mono", monospace;
  font-size: 12.5px; letter-spacing: 0.05em; color: var(--text-soft);
  padding: 7px 15px; border: 1px solid var(--border-strong); border-radius: 999px;
  background: var(--grad-soft); margin-bottom: 26px;
}
.badge__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1;} 50%{opacity:0.35;} }
.hero__title { font-size: clamp(34px, 5.2vw, 62px); font-weight: 900; line-height: 1.06; letter-spacing: -0.02em; }
/* mask reveal (single block, width-agnostic) */
.hero__title .line { display: block; overflow: hidden; padding-bottom: 0.1em; }
.hero__title .line > span { display: block; will-change: transform, filter; }
.has-js .hero__title .line > span { transform: translateY(108%); filter: blur(10px); opacity: 0; }
.hero__title.lines-in .line > span { transform: none; filter: none; opacity: 1; transition: transform 1s var(--ease), filter 1s var(--ease), opacity 1s var(--ease); }

/* hero intro cascade */
.has-js .hero [data-intro] { opacity: 0; transform: translateY(34px) scale(0.97); filter: blur(10px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease), filter 0.7s var(--ease); transition-delay: var(--d, 0s); will-change: opacity, transform, filter; }
.hero [data-intro].show { opacity: 1; transform: none; filter: none; }
.hero__lead { margin-top: 26px; font-size: clamp(16px, 2.1vw, 20px); color: var(--text-soft); max-width: 560px; }
.hero__actions { display: flex; gap: 14px; margin-top: 36px; flex-wrap: wrap; }
.hero__stats { display: flex; gap: 34px; margin-top: 48px; flex-wrap: wrap; }
.stat { display: flex; flex-direction: column; }
.stat__num { font-family: "Exo 2", sans-serif; font-size: clamp(28px, 4vw, 40px); font-weight: 800; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; line-height: 1; }
.stat__label { font-size: 13px; color: var(--text-dim); margin-top: 8px; max-width: 160px; }

/* hero visual */
.hero__visual { position: relative; display: flex; align-items: center; justify-content: center; min-height: 480px; max-width: 100%; }
.hero__visual picture { display: contents; }
.hero__mascot { width: min(105%, 560px); height: auto; filter: drop-shadow(0 30px 60px rgba(16,38,84,0.22)); position: relative; z-index: 2; will-change: transform; }
.hero__ring { position: absolute; border-radius: 50%; border: 1px solid rgba(29,78,216,0.16); }
.hero__ring { width: 460px; height: 460px; box-shadow: inset 0 0 80px rgba(37,99,235,0.07); animation: spin 40s linear infinite; }
.hero__ring::before { content: ""; position: absolute; top: -4px; left: 50%; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 14px var(--cyan); }
.hero__ring--2 { width: 620px; height: 620px; border-style: dashed; border-color: rgba(29,78,216,0.10); animation: spin 120s linear infinite reverse; }
.chip {
  position: absolute; z-index: 3; font-size: 13px; font-weight: 600; padding: 9px 15px;
  border-radius: 12px; background: #ffffff; border: 1px solid var(--border); box-shadow: 0 10px 26px -16px rgba(16,38,84,0.5);
  backdrop-filter: blur(10px); box-shadow: var(--shadow); white-space: nowrap;
}
.chip::before { content: ""; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); margin-right: 8px; vertical-align: middle; box-shadow: 0 0 10px var(--cyan); }
.chip--a { top: 12%; left: -4%; }
.chip--b { top: 46%; right: -8%; }
.chip--c { bottom: 12%; left: 2%; }

/* hero marquee */
.hero__marquee { margin-top: 46px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 16px 0; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee__track { display: flex; gap: 22px; align-items: center; width: max-content; animation: marquee 34s linear infinite; }
.marquee__track span { font-family: "JetBrains Mono", monospace; font-size: 14px; color: var(--text-dim); letter-spacing: 0.04em; white-space: nowrap; }
.marquee__track span:nth-child(even) { color: var(--cyan); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ============ POSITIONING ============ */
.posit { max-width: 900px; margin: 0 auto 48px; text-align: center; }
.posit__lead { font-family: "Exo 2", sans-serif; font-size: clamp(20px, 3vw, 30px); font-weight: 600; line-height: 1.35; color: var(--text); }
.posit__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 900px; margin: 0 auto; }
.posit-card { padding: 30px; border-radius: var(--radius-lg); border: 1px solid var(--border); background: var(--surface); backdrop-filter: blur(10px); }
.posit-card__label { display: inline-block; font-family: "JetBrains Mono", monospace; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 16px; }
.posit-card--no { border-color: rgba(120,140,180,0.2); }
.posit-card--no .posit-card__label { color: var(--text-dim); }
.posit-card--yes { border-color: var(--border-strong); background: var(--grad-soft); }
.posit-card--yes .posit-card__label { color: var(--cyan); }
.posit-card ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.posit-card li { padding-left: 26px; position: relative; color: var(--text-soft); }
.posit-card--no li::before { content: "—"; position: absolute; left: 0; color: var(--text-dim); }
.posit-card--yes li::before { content: "✓"; position: absolute; left: 0; color: var(--cyan); font-weight: 700; }

/* ============ GRID + CARDS ============ */
.grid { display: grid; gap: 22px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 30px; backdrop-filter: blur(12px); transition: transform 0.3s var(--ease), border-color 0.3s, box-shadow 0.3s;
  position: relative; overflow: hidden;
}
.card::after { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px; background: var(--grad); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: 0; transition: opacity 0.3s; pointer-events: none; }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.card:hover::after { opacity: 0.6; }

.feature__icon { width: 52px; height: 52px; border-radius: 14px; background: var(--grad-soft); border: 1px solid var(--border-strong); margin-bottom: 20px; position: relative; }
.feature__icon::before { content: ""; position: absolute; inset: 0; background: var(--cyan); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; -webkit-mask-size: 26px; mask-size: 26px; }
.feature h3, .tier__name, .price__cap { font-size: 20px; font-weight: 700; margin-bottom: 10px; }
.feature p { color: var(--text-soft); font-size: 15.5px; }

/* icon via inline svg mask fallback: use pseudo backgrounds */
.feature__icon[data-icon]{ background-image: var(--grad-soft); }
.feature__icon[data-icon]::before { background: var(--grad); }
.feature__icon[data-icon="memory"]::before   { -webkit-mask-image: var(--ic-memory);   mask-image: var(--ic-memory); }
.feature__icon[data-icon="avatar"]::before    { -webkit-mask-image: var(--ic-avatar);   mask-image: var(--ic-avatar); }
.feature__icon[data-icon="agents"]::before    { -webkit-mask-image: var(--ic-agents);   mask-image: var(--ic-agents); }
.feature__icon[data-icon="control"]::before   { -webkit-mask-image: var(--ic-control);  mask-image: var(--ic-control); }
.feature__icon[data-icon="plug"]::before      { -webkit-mask-image: var(--ic-plug);     mask-image: var(--ic-plug); }
.feature__icon[data-icon="shield"]::before    { -webkit-mask-image: var(--ic-shield);   mask-image: var(--ic-shield); }

/* ============ TIERS ============ */
.tiers .tier { display: flex; flex-direction: column; }
.tier__step { font-family: "JetBrains Mono", monospace; font-size: 13px; color: var(--text-dim); letter-spacing: 0.1em; }
.tier__name { margin-top: 10px; font-family: "Exo 2", sans-serif; font-size: 24px; }
.tier__desc { color: var(--text-soft); margin: 10px 0 20px; font-size: 15.5px; }
.tier__list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-top: auto; }
.tier__list li { padding-left: 24px; position: relative; color: var(--text-soft); font-size: 15px; }
.tier__list li::before { content: ""; position: absolute; left: 0; top: 9px; width: 9px; height: 9px; border-radius: 3px; background: var(--grad); }
.tier--hot { border-color: var(--border-strong); background: linear-gradient(180deg, rgba(37,99,235,0.07), #ffffff); }
.tier--hot::after { opacity: 0.5; }
.tier__badge { position: absolute; top: 20px; right: 20px; font-size: 11px; font-family: "JetBrains Mono", monospace; letter-spacing: 0.08em; text-transform: uppercase; color: var(--cyan); padding: 5px 11px; border: 1px solid var(--border-strong); border-radius: 999px; background: rgba(37,99,235,0.08); }

/* ============ AGENTS ============ */
.agents__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.agent {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 24px 22px; display: flex; flex-direction: column; gap: 6px; backdrop-filter: blur(10px);
  transition: all 0.3s var(--ease); position: relative; overflow: hidden;
}
.agent::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: var(--grad); transform: scaleX(0); transform-origin: left; transition: transform 0.35s var(--ease); }
.agent:hover { transform: translateY(-5px); border-color: var(--border-strong); background: var(--grad-soft); }
.agent:hover::before { transform: scaleX(1); }
.agent span { font-family: "Exo 2", sans-serif; font-weight: 700; font-size: 18px; }
.agent small { color: var(--text-dim); font-size: 13px; }
.agent--more { background: linear-gradient(135deg, rgba(37,99,235,0.08), #ffffff); border-style: dashed; }

/* ============ TIMELINE ============ */
.timeline { list-style: none; max-width: 820px; margin: 0 auto; position: relative; padding-left: 12px; }
.timeline::before { content: ""; position: absolute; left: 30px; top: 8px; bottom: 8px; width: 2px; background: linear-gradient(180deg, var(--blue), var(--cyan), transparent); }
.timeline__item { display: flex; gap: 26px; padding: 16px 0; align-items: flex-start; }
.timeline__n {
  flex: none; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  font-family: "Exo 2", sans-serif; font-weight: 800; font-size: 18px; color: #ffffff;
  background: var(--grad); box-shadow: var(--glow); z-index: 1; position: relative;
}
.timeline__item h3 { font-size: 19px; margin-bottom: 4px; }
.timeline__item p { color: var(--text-soft); font-size: 15px; }

/* ============ WHY NOW ============ */
.whynow__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.whynow__copy .section__title { text-align: left; }
.whynow__stats { display: flex; flex-direction: column; gap: 18px; }
.bigstat { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 26px 30px; backdrop-filter: blur(10px); }
.bigstat__num { font-family: "Exo 2", sans-serif; font-size: 46px; font-weight: 900; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; line-height: 1; display: block; }
.bigstat__caseline { font-family: "Exo 2", sans-serif; font-size: 22px; font-weight: 700; color: var(--text); display: block; line-height: 1.25; }
.bigstat__cap { color: var(--text-soft); font-size: 15px; margin-top: 10px; display: block; }

/* ============ AUDIENCE ============ */
.chip-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px 24px; font-weight: 600; font-size: 16px; backdrop-filter: blur(10px); transition: all 0.3s var(--ease); display: flex; align-items: center; gap: 14px; }
.chip-card::before { content: ""; flex: none; width: 10px; height: 10px; border-radius: 3px; background: var(--grad); }
.chip-card:hover { transform: translateY(-4px); border-color: var(--border-strong); }

/* ============ SECURITY ============ */
.security__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.security__head .section__title { text-align: left; }
.security__list { list-style: none; display: grid; gap: 14px; }
.security__list li { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 18px 20px 18px 52px; position: relative; color: var(--text-soft); backdrop-filter: blur(8px); }
.security__list li b { color: var(--text); }
.security__list li::before { content: ""; position: absolute; left: 18px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; background: var(--grad); -webkit-mask: var(--ic-shield) center/contain no-repeat; mask: var(--ic-shield) center/contain no-repeat; }

/* ============ PRICING ============ */
.price { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 38px 30px; }
.price__cap { color: var(--text-soft); font-weight: 600; font-size: 17px; }
.price__val { font-family: "Exo 2", sans-serif; font-size: 20px; color: var(--text); }
.price__val b { font-size: 44px; font-weight: 900; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.price__val small { font-size: 16px; color: var(--text-dim); font-weight: 500; }
.price__note { color: var(--text-dim); font-size: 14px; }
.price--hot { border-color: var(--border-strong); background: linear-gradient(180deg, rgba(37,99,235,0.07), #ffffff); }
.price--hot::after { opacity: 0.5; }
.price-disclaimer { text-align: center; color: var(--text-dim); font-size: 14px; margin-top: 28px; max-width: 640px; margin-inline: auto; }

/* ============ CONTACT ============ */
.cta { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; background: linear-gradient(135deg, rgba(37,99,235,0.06), rgba(26,143,209,0.04)); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: clamp(30px, 5vw, 56px); position: relative; overflow: hidden; }
.cta::before { content: ""; position: absolute; width: 400px; height: 400px; border-radius: 50%; background: rgba(37,99,235,0.10); filter: blur(80px); top: -140px; right: -100px; }
.cta__copy { position: relative; }
.cta__copy h2 { font-size: clamp(24px, 3.4vw, 36px); font-weight: 800; line-height: 1.15; }
.cta__copy p { color: var(--text-soft); margin-top: 14px; font-size: 17px; }
.cta__mascot { display: flex; align-items: center; gap: 12px; margin-top: 28px; }
.cta__mascot img { width: 40px; height: 40px; }
.cta__mascot span { font-family: "Exo 2", sans-serif; font-weight: 700; letter-spacing: 0.02em; }
.cta__form { position: relative; display: flex; flex-direction: column; gap: 16px; background: #ffffff; border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; box-shadow: 0 20px 50px -30px rgba(16,38,84,0.5); }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label { font-size: 13px; color: var(--text-soft); font-weight: 500; }
.field input, .field textarea { background: #fbfcfe; border: 1px solid rgba(16,38,84,0.16); border-radius: 12px; padding: 13px 15px; color: var(--text); font-family: inherit; font-size: 15px; transition: border-color 0.2s, box-shadow 0.2s; resize: vertical; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(37,99,235,0.14); }
.field input::placeholder, .field textarea::placeholder { color: var(--text-dim); }
.cta__hint { font-size: 14px; color: var(--cyan); text-align: center; }

/* ============ WHAT IS ABS ============ */
.whatis__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 960px; margin: 0 auto; }
.whatis__card { padding: 26px 28px; border-radius: var(--radius-lg); border: 1px solid var(--border); background: var(--surface); backdrop-filter: blur(10px); }
.whatis__card--problem { border-color: rgba(120,140,180,0.2); }
.whatis__card--solution { border-color: var(--border-strong); background: var(--grad-soft); }
.whatis__label { display: inline-block; font-family: "JetBrains Mono", monospace; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-dim); margin-bottom: 16px; }
.whatis__label--accent { color: var(--cyan); }
.whatis__list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.whatis__list li { position: relative; padding-left: 26px; color: var(--text-soft); font-size: 15px; line-height: 1.4; }
.whatis__list li b { color: var(--text); }
.whatis__list--problem li::before { content: "—"; position: absolute; left: 4px; color: var(--text-dim); }
.whatis__list--solution li::before { content: ""; position: absolute; left: 2px; top: 8px; width: 8px; height: 8px; border-radius: 50%; background: var(--grad); }
.whatis__idea { max-width: 820px; margin: 34px auto 0; text-align: center; font-family: "Exo 2", sans-serif; font-size: clamp(18px, 2.4vw, 24px); font-weight: 600; line-height: 1.4; color: var(--text); }
.whatis__cta { display: flex; flex-direction: column; align-items: center; gap: 12px; margin-top: 28px; }
.whatis__not { font-size: 13px; color: var(--text-dim); }
@media (max-width: 760px) { .whatis__grid { grid-template-columns: 1fr; } }

/* ============ OBJECTIONS ============ */
.faq__card h3 { font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.faq__card p { color: var(--text-soft); font-size: 14.5px; line-height: 1.5; }

/* ============ SCHEME MODAL ============ */
.modal { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 28px; opacity: 0; transition: opacity 0.25s var(--ease); }
.modal[hidden] { display: none; }
.modal.open { opacity: 1; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(14,26,43,0.55); backdrop-filter: blur(6px); }
.modal__box { position: relative; z-index: 1; max-width: min(920px, 96vw); display: flex; flex-direction: column; gap: 12px; transform: scale(0.96); transition: transform 0.28s var(--ease); }
.modal.open .modal__box { transform: scale(1); }
.modal__img { max-width: 100%; max-height: 80vh; object-fit: contain; border-radius: 14px; border: 1px solid var(--border-strong); box-shadow: var(--shadow); background: #fff; }
.modal__close { position: absolute; top: -16px; right: -16px; width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--border-strong); background: var(--surface-solid); color: var(--text); font-size: 22px; line-height: 1; cursor: pointer; z-index: 2; transition: all 0.2s; }
.modal__close:hover { background: var(--grad); color: #ffffff; border-color: transparent; }
.modal__foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; color: var(--text-soft); font-size: 14px; }
@media (max-width: 560px) { .modal { padding: 14px; } .modal__close { top: 4px; right: 4px; } .modal__foot { justify-content: center; } }

/* ============ TELEGRAM CTA ============ */
.tgcta-sec { padding-top: 0; }
.tgcta { position: relative; overflow: hidden; display: flex; align-items: center; gap: 28px; padding: clamp(26px, 4vw, 40px); border-radius: var(--radius-lg); border: 1px solid var(--border-strong); background: linear-gradient(120deg, rgba(37,99,235,0.07), rgba(26,143,209,0.04)); }
.tgcta__glow { position: absolute; width: 380px; height: 380px; border-radius: 50%; background: rgba(37,99,235,0.10); filter: blur(80px); top: -160px; right: -80px; pointer-events: none; }
.tgcta__ico { position: relative; flex: none; width: 72px; height: 72px; border-radius: 20px; background: var(--grad); display: grid; place-items: center; box-shadow: 0 12px 30px -12px rgba(29,78,216,0.55); }
.tgcta__ico span { width: 38px; height: 38px; background: #ffffff; -webkit-mask: var(--ic-send) center / contain no-repeat; mask: var(--ic-send) center / contain no-repeat; }
.tgcta__copy { position: relative; flex: 1; min-width: 0; }
.tgcta__eyebrow { font-family: "JetBrains Mono", monospace; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--cyan); }
.tgcta__copy h2 { font-size: clamp(20px, 2.6vw, 28px); font-weight: 800; line-height: 1.18; margin: 8px 0 8px; }
.tgcta__copy p { color: var(--text-soft); font-size: 15px; max-width: 620px; }
.tgcta__btn { position: relative; flex: none; white-space: nowrap; }
@media (max-width: 820px) {
  .tgcta { flex-direction: column; align-items: flex-start; text-align: left; }
  .tgcta__btn { width: 100%; }
}

/* ============ FOOTER ============ */
.footer { border-top: 1px solid var(--border); padding: 64px 0 30px; margin-top: 40px; background: #f6f9fd; }
.footer__inner { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; }
.footer__logo { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.footer__logo img { width: 40px; height: 40px; }
.footer__logo span { display: flex; flex-direction: column; line-height: 1; }
.footer__logo b { font-family: "Exo 2", sans-serif; font-size: 24px; font-weight: 800; letter-spacing: 0.04em; color: var(--text); }
.footer__logo small { font-size: 9px; letter-spacing: 0.26em; color: var(--text-dim); margin-top: 4px; }
.footer__brand p { color: var(--text-dim); max-width: 380px; font-size: 15px; }
.footer__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.footer__col { display: flex; flex-direction: column; gap: 12px; }
.footer__h { font-family: "Exo 2", sans-serif; font-weight: 700; margin-bottom: 4px; }
.footer__col a { color: var(--text-dim); font-size: 15px; transition: color 0.2s; }
.footer__col a:hover { color: var(--cyan); }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--border); color: var(--text-dim); font-size: 13px; }
.footer__tag { font-family: "JetBrains Mono", monospace; letter-spacing: 0.1em; }

/* ============ REVEAL ============ */
.has-js .reveal { opacity: 0; transform: translateY(34px) scale(0.985); filter: blur(6px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease), filter 0.7s var(--ease); }
.reveal.in { opacity: 1; transform: none; filter: none; }

/* ============ RESPONSIVE ============ */
@media (max-width: 980px) {
  .nav__links, .nav__cta { display: none; }
  .nav__burger { display: flex; }
  .nav__mobile { display: flex; }
  .hero__inner { grid-template-columns: 1fr; text-align: center; }
  .hero__copy { display: flex; flex-direction: column; align-items: center; min-width: 0; max-width: 100%; }
  .hero__lead { margin-inline: auto; }
  .hero__stats { justify-content: center; }
  .hero__visual { min-height: 420px; margin-top: 20px; overflow: hidden; }
  .hero__ring { width: 380px; height: 380px; }
  .hero__ring--2 { width: 300px; height: 300px; }
  .whynow__inner, .security__inner, .cta { grid-template-columns: 1fr; }
  .whynow__copy .section__title, .security__head .section__title { text-align: center; }
  .agents__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .grid--3, .posit__cards { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; gap: 10px; text-align: center; }
  .chip { display: none; }
  .hero__stats { gap: 22px; }
  .stat__label { max-width: 120px; }
}
@media (max-width: 560px) {
  .hero { padding-top: 120px; }
  .hero__copy { text-align: center; }
  .hero__title { width: 100%; max-width: 310px; font-size: clamp(25px, 6.8vw, 30px); line-height: 1.14; letter-spacing: 0; overflow-wrap: normal; word-break: normal; }
  .hero__title .line { overflow: visible; }
  .hero__lead { max-width: 100%; font-size: 16px; }
  .badge { white-space: normal; font-size: 11.5px; text-align: left; }
  .hero__actions { width: 100%; flex-direction: column; align-items: stretch; margin-top: 30px; }
  .hero__actions .btn { width: 100%; min-height: 56px; white-space: normal; text-align: center; }
  .hero__stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; justify-content: stretch; width: 100%; }
  .stat { min-width: 0; align-items: center; text-align: center; }
  .stat__num { font-size: 26px; }
  .stat__label { font-size: 11px; line-height: 1.35; max-width: none; }
  .footer__cols { grid-template-columns: 1fr 1fr; }
  .cta__form { padding: 20px; }
}
@media (max-width: 460px) {
  .agents__grid { grid-template-columns: 1fr; }
  .footer__cols { grid-template-columns: 1fr; }
}

/* ============ MOTION: BUILD SCENE ============ */
.build { position: relative; }
.build__sticky { min-height: 100vh; display: flex; align-items: center; padding: 90px 0; }
.build__inner { width: 100%; }
.build__head { text-align: center; max-width: 760px; margin: 0 auto 46px; }
.build__title { font-size: clamp(26px, 4vw, 42px); font-weight: 800; line-height: 1.14; margin-top: 6px; }
.build__status { display: inline-flex; align-items: center; gap: 12px; margin-top: 24px; padding: 9px 18px; border-radius: 999px; border: 1px solid var(--border-strong); background: #ffffff; }
.build__status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); animation: pulse 1.4s infinite; }
.build__status-text { font-family: "JetBrains Mono", monospace; font-size: 14px; letter-spacing: 0.05em; color: var(--text); min-width: 96px; text-align: left; }
.build__status-pct { font-family: "JetBrains Mono", monospace; font-size: 13px; color: var(--cyan); min-width: 40px; text-align: right; }

.build__stage { position: relative; }
.tracks { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.track { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 18px 16px; backdrop-filter: blur(10px); }
.track__name { display: flex; align-items: center; gap: 9px; font-family: "Exo 2", sans-serif; font-weight: 700; font-size: 15px; margin-bottom: 18px; }
.track__ico { width: 20px; height: 20px; flex: none; background: var(--grad); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; -webkit-mask-size: contain; mask-size: contain; }
.track__ico[data-icon="memory"] { -webkit-mask-image: var(--ic-memory); mask-image: var(--ic-memory); }
.track__ico[data-icon="avatar"] { -webkit-mask-image: var(--ic-avatar); mask-image: var(--ic-avatar); }
.track__ico[data-icon="agents"] { -webkit-mask-image: var(--ic-agents); mask-image: var(--ic-agents); }
.track__ico[data-icon="plug"] { -webkit-mask-image: var(--ic-plug); mask-image: var(--ic-plug); }
.track__ico[data-icon="shield"] { -webkit-mask-image: var(--ic-shield); mask-image: var(--ic-shield); }
.task { margin-bottom: 15px; }
.task:last-child { margin-bottom: 0; }
.task > span { display: block; font-size: 12.5px; color: var(--text-dim); margin-bottom: 8px; transition: color 0.3s; }
.task.done > span { color: var(--text); }
.task.done > span::before { content: "✓ "; color: var(--cyan); }
.bar { height: 6px; border-radius: 999px; background: rgba(16,38,84,0.10); overflow: hidden; position: relative; }
.bar > i { position: absolute; inset: 0; transform-origin: left; transform: scaleX(0); border-radius: 999px; background: var(--grad); box-shadow: 0 0 12px rgba(56,189,248,0.7); }

.build__result { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; }
.build__result-glow { position: absolute; width: 460px; height: 300px; background: radial-gradient(ellipse, rgba(56,189,248,0.35), transparent 70%); filter: blur(50px); }
.build__result-card { position: relative; width: min(560px, 94%); background: #ffffff; border: 1px solid var(--border-strong); border-radius: var(--radius-lg); padding: 26px; backdrop-filter: blur(14px); box-shadow: var(--shadow); }
.build__result-top { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.build__result-top img { width: 34px; height: 34px; }
.build__result-top span:nth-child(2) { font-family: "Exo 2", sans-serif; font-weight: 700; font-size: 18px; margin-right: auto; }
.build__done { font-family: "JetBrains Mono", monospace; font-size: 12px; color: #ffffff; background: var(--grad); padding: 4px 11px; border-radius: 999px; font-weight: 600; }
.build__result-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.build__result-grid span { padding: 13px; border-radius: 12px; background: #f7f9fd; border: 1px solid var(--border); text-align: center; font-size: 13px; color: var(--text-soft); }

/* ============ MOTION: MICRO ============ */
.card, .tier, .price, .agent, .chip-card { transform: translateZ(0); }
.breath { animation: breathe var(--bt, 6s) ease-in-out infinite; }
@keyframes breathe { 0%, 100% { box-shadow: 0 0 0 rgba(56,189,248,0); } 50% { box-shadow: 0 18px 40px -14px rgba(56,189,248,0.4); } }
.btn { position: relative; overflow: hidden; }
.btn--primary::before { content: ""; position: absolute; top: 0; left: -70%; width: 45%; height: 100%; background: linear-gradient(100deg, transparent, rgba(255,255,255,0.5), transparent); transform: skewX(-18deg); animation: shimmer 5s ease-in-out infinite; pointer-events: none; }
@keyframes shimmer { 0%, 55% { left: -70%; } 78%, 100% { left: 130%; } }
.btn:active { transform: scale(0.97); }

/* ============ RESPONSIVE: BUILD ============ */
@media (max-width: 980px) {
  .tracks { grid-template-columns: repeat(2, 1fr); }
  .build__sticky { min-height: auto; }
}
@media (max-width: 560px) {
  .tracks { grid-template-columns: 1fr; }
}

/* fallback when GSAP/JS motion is unavailable */
.motion-off .bar > i, .no-anim .bar > i { transform: scaleX(1); }
.motion-off .sat { opacity: 1; transform: none; filter: none; }
.motion-off .task > span, .no-anim .task > span { color: var(--text); }
.motion-off .build__result, .no-anim .build__result { position: static; opacity: 1; margin-top: 26px; }

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.15s !important; }
  .reveal, .hero [data-intro], .hero__title .line > span { opacity: 1 !important; transform: none !important; filter: none !important; }
  .sat { opacity: 1 !important; transform: none !important; filter: none !important; }
  .bar > i { transform: scaleX(1) !important; }
  .task > span { color: var(--text); }
  .build__result { position: static; opacity: 1; margin-top: 26px; }
  .btn--primary::before { display: none; }
  .breath { animation: none; }
  html { scroll-behavior: auto; }
}

/* ============ CORE SCHEME (structured infographic) ============ */
.scheme {
  position: relative; isolation: isolate; display: grid; gap: 18px; max-width: 1080px; margin: 8px auto 0;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.84fr) minmax(0, 1fr); align-items: stretch;
  grid-template-areas:
    "infra  deploy  learn"
    "team   core    agents"
    "integ  integ   value"; }
.scheme::before {
  content: ""; position: absolute; inset: 84px 8% 88px; z-index: 0; pointer-events: none; opacity: 0.78;
  background:
    linear-gradient(90deg, transparent 0 7%, rgba(56,189,248,0.26) 7% 92%, transparent 92%),
    linear-gradient(90deg, transparent 0 7%, rgba(47,107,255,0.16) 7% 92%, transparent 92%),
    linear-gradient(180deg, transparent 0 6%, rgba(56,189,248,0.22) 6% 92%, transparent 92%),
    radial-gradient(circle at 50% 50%, rgba(56,189,248,0.2), transparent 38%);
  background-size: 100% 1px, 100% 1px, 1px 100%, 100% 100%;
  background-position: 0 18%, 0 82%, 50% 0, 0 0;
  background-repeat: no-repeat;
  filter: drop-shadow(0 0 14px rgba(56,189,248,0.35));
  transform: scaleX(0.82); transform-origin: center; transition: opacity 0.7s var(--ease), transform 0.9s var(--ease);
}
.scheme::after {
  content: ""; position: absolute; inset: 30px 4% 30px; z-index: 0; pointer-events: none; border: 1px solid rgba(29,78,216,0.13);
  border-radius: 34px; background:
    linear-gradient(90deg, rgba(56,189,248,0.2), transparent 22% 78%, rgba(56,189,248,0.2)),
    linear-gradient(180deg, rgba(47,107,255,0.16), transparent 28% 72%, rgba(47,107,255,0.16));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; padding: 1px; opacity: 0.62;
}
.scheme.is-live::before { opacity: 1; transform: scaleX(1); }

.sat { position: relative; z-index: 2; min-height: 176px; background: #ffffff; border: 1px solid var(--border); border-radius: 18px; padding: 18px 18px 16px; box-shadow: var(--shadow); transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s; overflow: hidden; }
.sat::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; background: linear-gradient(115deg, transparent 0 36%, rgba(56,189,248,0.12), transparent 64%); transform: translateX(-130%); opacity: 0; }
.sat.is-in::after { animation: satScan 5.8s ease-in-out infinite; animation-delay: calc(var(--sat-delay, 0) * 0.35s); }
.sat:nth-of-type(1) { --sat-delay: 0; }
.sat:nth-of-type(2) { --sat-delay: 1; }
.sat:nth-of-type(3) { --sat-delay: 2; }
.sat:nth-of-type(4) { --sat-delay: 3; }
.sat:nth-of-type(5) { --sat-delay: 4; }
.sat:nth-of-type(6) { --sat-delay: 5; }
.sat:nth-of-type(7) { --sat-delay: 6; }
.sat:hover { border-color: var(--border-strong); box-shadow: 0 20px 44px -18px rgba(56,189,248,0.4); }
.has-js .sat { opacity: 0; transform: translateY(26px) scale(0.97); filter: blur(8px); }
.sat.is-in { opacity: 1; transform: none; filter: none; }
@keyframes satScan { 0%, 44% { opacity: 0; transform: translateX(-130%); } 58% { opacity: 1; } 74%, 100% { opacity: 0; transform: translateX(130%); } }

.sat__h { display: flex; align-items: center; gap: 10px; font-family: "Exo 2", sans-serif; font-weight: 700; font-size: 16px; margin-bottom: 14px; }
.sat__ico { flex: none; width: 34px; height: 34px; border-radius: 10px; background: var(--grad-soft); border: 1px solid var(--border-strong); position: relative; }
.sat__ico--sm { width: 22px; height: 22px; border-radius: 7px; }
.sat__ico::before { content: ""; position: absolute; inset: 0; background: var(--grad); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; -webkit-mask-size: 19px; mask-size: 19px; }
.sat__ico--sm::before { -webkit-mask-size: 13px; mask-size: 13px; }
.sat__ico[data-icon="server"]::before { -webkit-mask-image: var(--ic-server); mask-image: var(--ic-server); }
.sat__ico[data-icon="rocket"]::before { -webkit-mask-image: var(--ic-rocket); mask-image: var(--ic-rocket); }
.sat__ico[data-icon="cap"]::before    { -webkit-mask-image: var(--ic-cap);    mask-image: var(--ic-cap); }
.sat__ico[data-icon="avatar"]::before { -webkit-mask-image: var(--ic-avatar); mask-image: var(--ic-avatar); }
.sat__ico[data-icon="agents"]::before { -webkit-mask-image: var(--ic-agents); mask-image: var(--ic-agents); }
.sat__ico[data-icon="plug"]::before   { -webkit-mask-image: var(--ic-plug);   mask-image: var(--ic-plug); }
.sat__ico[data-icon="trophy"]::before { -webkit-mask-image: var(--ic-trophy); mask-image: var(--ic-trophy); }
.sat__ico[data-icon="star"]::before   { -webkit-mask-image: var(--ic-star);   mask-image: var(--ic-star); }

.sat__list { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.sat__list li { position: relative; padding-left: 18px; font-size: 13.5px; color: var(--text-soft); line-height: 1.35; }
.sat__list li::before { content: ""; position: absolute; left: 2px; top: 8px; width: 6px; height: 6px; border-radius: 50%; background: var(--grad); box-shadow: 0 0 8px rgba(56,189,248,0.5); }
.sat__list--2col { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 14px; }
.sat__list--num { counter-reset: s; }
.sat__list--num li { padding-left: 26px; }
.sat__list--num li::before { content: counter(s); counter-increment: s; width: 17px; height: 17px; border-radius: 50%; background: var(--grad); color: #ffffff; font-size: 10px; font-weight: 700; display: grid; place-items: center; top: 1px; left: 0; box-shadow: none; font-family: "JetBrains Mono", monospace; }
.sat__tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.sat__tags span { font-size: 11px; padding: 4px 10px; border-radius: 999px; border: 1px solid var(--border); background: #f7f9fd; color: var(--text-soft); }
.sat__foot { margin-top: 10px; font-size: 12.5px; color: var(--cyan); }

.integ { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.integ__i { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 12px 6px; border-radius: 12px; border: 1px solid var(--border); background: #f7f9fd; font-size: 12px; color: var(--text-soft); text-align: center; transition: border-color 0.2s, transform 0.2s; }
.integ__i:hover { border-color: var(--border-strong); transform: translateY(-3px); }
.integ__ico { width: 26px; height: 26px; position: relative; }
.integ__ico::before { content: ""; position: absolute; inset: 0; background: var(--grad); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; -webkit-mask-size: 23px; mask-size: 23px; }
.integ__ico[data-icon="database"]::before { -webkit-mask-image: var(--ic-database); mask-image: var(--ic-database); }
.integ__ico[data-icon="doc"]::before      { -webkit-mask-image: var(--ic-doc);      mask-image: var(--ic-doc); }
.integ__ico[data-icon="building"]::before { -webkit-mask-image: var(--ic-building); mask-image: var(--ic-building); }
.integ__ico[data-icon="send"]::before     { -webkit-mask-image: var(--ic-send);     mask-image: var(--ic-send); }
.integ__ico[data-icon="message"]::before  { -webkit-mask-image: var(--ic-message);  mask-image: var(--ic-message); }
.integ__ico[data-icon="agents"]::before   { -webkit-mask-image: var(--ic-agents);   mask-image: var(--ic-agents); }

.core__hub { position: relative; z-index: 3; display: grid; place-items: center; min-height: 270px; }
.core__hub::before,
.core__hub::after { content: ""; position: absolute; z-index: 0; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(56,189,248,0.58), transparent); box-shadow: 0 0 18px rgba(56,189,248,0.38); opacity: 0.76; }
.core__hub::before { width: calc(100% + 56px); height: 1px; left: -28px; top: 50%; }
.core__hub::after { width: 1px; height: calc(100% + 72px); left: 50%; top: -36px; background: linear-gradient(180deg, transparent, rgba(56,189,248,0.54), transparent); }
.core__hub-inner { position: relative; z-index: 2; width: 100%; max-width: 232px; border-radius: 20px; padding: 22px 18px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 2px; background: linear-gradient(180deg, rgba(37,99,235,0.10), #ffffff); border: 1px solid var(--border-strong); box-shadow: 0 18px 44px -26px rgba(29,78,216,0.55); }
.core__hub-inner img { width: 34px; height: 34px; margin-bottom: 4px; filter: drop-shadow(0 3px 10px rgba(56,189,248,0.55)); }
.core__hub-inner b { font-family: "Exo 2", sans-serif; font-size: 18px; font-weight: 800; }
.core__hub-inner small { font-size: 11px; color: var(--text-soft); margin-bottom: 6px; }
.core__check { list-style: none; text-align: left; display: flex; flex-direction: column; gap: 6px; width: 100%; margin-top: 4px; padding-top: 12px; border-top: 1px solid var(--border); }
.core__check li { position: relative; padding-left: 20px; font-size: 12px; color: var(--text-soft); }
.core__check li::before { content: "✓"; position: absolute; left: 0; top: -1px; color: var(--cyan); font-weight: 700; font-size: 12px; }
.core__ring { position: absolute; width: 252px; height: 252px; border-radius: 50%; border: 1px solid rgba(29,78,216,0.20); animation: spin 22s linear infinite; z-index: 0; }
.core__ring::before { content: ""; position: absolute; top: -3px; left: 50%; width: 6px; height: 6px; margin-left: -3px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); }
.core__ring--2 { width: 300px; height: 300px; border-style: dashed; border-color: rgba(29,78,216,0.14); animation: spin 38s linear infinite reverse; }
.core__pulse { position: absolute; width: 232px; height: 232px; border-radius: 50%; border: 1px solid rgba(37,99,235,0.35); animation: corePulse 3.4s ease-out infinite; z-index: 0; }
@keyframes corePulse { 0% { transform: scale(0.82); opacity: 0.7; } 100% { transform: scale(1.32); opacity: 0; } }

.core__extra { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; align-items: center; margin-top: 40px; }
.core__extra-label { display: inline-flex; align-items: center; gap: 8px; font-family: "JetBrains Mono", monospace; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-dim); margin-right: 4px; }
.core__extra > span:not(.core__extra-label) { padding: 8px 14px; border-radius: 999px; border: 1px solid var(--border); background: var(--surface); font-size: 13px; color: var(--text-soft); }
.core__tg { text-align: center; margin-top: 26px; color: var(--text-soft); font-size: 15px; }
.core__tg a { color: var(--cyan); font-weight: 600; }
.core__tg a:hover { text-decoration: underline; }

@media (max-width: 900px) {
  .scheme { grid-template-columns: 1fr 1fr; grid-template-areas:
    "infra  deploy"
    "team   agents"
    "core   core"
    "learn  value"
    "integ  integ"; }
  .scheme::before, .scheme::after, .core__hub::before, .core__hub::after { display: none; }
  .integ { grid-template-columns: repeat(3, 1fr); }
  .core__hub { min-height: 230px; }
}
@media (max-width: 560px) {
  .scheme { grid-template-columns: 1fr; grid-template-areas:
    "core" "infra" "deploy" "team" "agents" "learn" "integ" "value"; }
  .integ { grid-template-columns: repeat(3, 1fr); }
  .sat { min-height: auto; }
  .sat { opacity: 1 !important; transform: none !important; filter: none !important; }
}

/* ============ CONSENT / LEGAL / COOKIE ============ */
.cta__consent { display: flex; gap: 10px; align-items: flex-start; font-size: 12.5px; color: var(--text-dim); line-height: 1.45; cursor: pointer; }
.cta__consent input { flex: none; width: 17px; height: 17px; margin-top: 2px; accent-color: var(--cyan); cursor: pointer; }
.cta__consent a { color: var(--cyan); text-decoration: underline; text-underline-offset: 2px; }
.cta__consent a:hover { color: var(--cyan-bright); }

.footer__legal { border-top: 1px solid var(--border); margin-top: 40px; padding-top: 26px; color: var(--text-dim); font-size: 13px; line-height: 1.7; }
.footer__legal-name { color: var(--text-soft); font-weight: 600; }
.footer__legal-links { margin-top: 8px; }
.footer__legal-links a { color: var(--text-dim); text-decoration: underline; text-underline-offset: 2px; transition: color 0.2s; }
.footer__legal-links a:hover { color: var(--cyan); }

.cookie { position: fixed; left: 50%; bottom: 16px; transform: translateX(-50%); z-index: 200; width: min(560px, calc(100% - 24px)); display: flex; align-items: center; gap: 14px; padding: 11px 12px 11px 18px; border-radius: 999px; border: 1px solid var(--border); background: #ffffff; box-shadow: 0 20px 50px -26px rgba(16,38,84,0.6); animation: cookieUp 0.5s var(--ease) both; }
.cookie[hidden] { display: none; }
.cookie .btn { flex: none; }
@keyframes cookieUp { from { opacity: 0; transform: translate(-50%, 20px); } to { opacity: 1; transform: translate(-50%, 0); } }
.cookie__text { font-size: 12.5px; color: var(--text-soft); line-height: 1.4; }
.cookie__text a { color: var(--cyan); text-decoration: underline; }
@media (max-width: 480px) {
  .cookie { bottom: 12px; padding: 10px 10px 10px 14px; }
  .cookie__text { font-size: 12px; }
}

/* ============ LEGAL ARGUMENT (pravo) ============ */
.pravo__fines {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px; margin-top: 26px;
}
.pravo__fine {
  border: 1px solid rgba(180, 83, 9, 0.28); border-radius: 16px; padding: 22px;
  background: linear-gradient(135deg, rgba(245,158,11,0.10), rgba(245,158,11,0.04));
}
.pravo__fine b {
  display: block; font-family: "Exo 2", sans-serif; font-weight: 800;
  font-size: clamp(24px, 3.4vw, 34px); color: #b45309; line-height: 1.05;
}
.pravo__fine span { display: block; margin-top: 8px; font-size: 13.5px; color: var(--text-dim); line-height: 1.5; }
.pravo__solve {
  margin-top: 26px; font-size: clamp(15px, 1.8vw, 17px); line-height: 1.7; color: var(--text-soft);
  border-left: 3px solid var(--cyan); padding: 6px 0 6px 20px;
}
.pravo__solve b { color: var(--text); }
.pravo__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.pravo__docs { margin-top: 22px; text-align: center; }
.pravo__docscap {
  font-size: 13.5px; color: var(--text-dim); letter-spacing: 0.02em;
  margin: 0 0 12px;
}
.pravo__docslist { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

/* ============================================================
   LINEUP — три версии продукта (ABS / ABS PRO / ABS BOX)
   Переиспользует готовый компонент .tier; добавлены только
   цена внутри карточки, сравнительная матрица и подбор версии.
   ============================================================ */
.tier__price { font-family: "Exo 2", sans-serif; font-size: 20px; color: var(--text); margin: 4px 0 2px; }
.tier__price b { font-size: 38px; font-weight: 900; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.tier__price small { font-size: 15px; color: var(--text-dim); font-weight: 500; }
.tier__price--custom b { font-size: 26px; }
.tier .btn { margin-top: 22px; }

/* --- сравнительная матрица --- */
.matrix-wrap { margin-top: clamp(36px, 5vw, 56px); overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); backdrop-filter: blur(10px); }
.matrix { width: 100%; min-width: 720px; border-collapse: collapse; font-size: 15px; }
.matrix th, .matrix td { padding: 15px 18px; text-align: left; border-bottom: 1px solid var(--border); vertical-align: top; }
.matrix thead th { position: sticky; top: 0; background: var(--surface-solid); font-family: "Exo 2", sans-serif; font-size: 17px; font-weight: 800; color: var(--text); white-space: nowrap; z-index: 1; }
.matrix thead th:first-child { color: var(--text-dim); font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
.matrix tbody th { font-weight: 600; color: var(--text-soft); white-space: nowrap; }
.matrix td { color: var(--text-soft); }
.matrix tbody tr:last-child th, .matrix tbody tr:last-child td { border-bottom: 0; }
.matrix tbody tr:hover td, .matrix tbody tr:hover th { background: rgba(56, 189, 248, 0.045); }
.matrix .m-yes { color: var(--cyan-bright); }
.matrix .m-no { color: var(--text-dim); }
.matrix tr.matrix__price th, .matrix tr.matrix__price td { font-family: "Exo 2", sans-serif; font-weight: 800; color: var(--text); font-size: 16px; background: rgba(37, 99, 235, 0.09); }
.matrix-hint { margin-top: 12px; font-size: 13.5px; color: var(--text-dim); text-align: center; }

/* --- подбор версии: 6 вопросов --- */
.pick { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: clamp(36px, 5vw, 56px); }
.pick__item { position: relative; padding: 24px 22px 22px 60px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); }
.pick__n { position: absolute; left: 22px; top: 23px; font-family: "JetBrains Mono", monospace; font-size: 13px; color: var(--cyan); letter-spacing: 0.06em; }
.pick__q { font-weight: 700; font-size: 16.5px; color: var(--text); }
.pick__a { margin-top: 7px; font-size: 14.5px; color: var(--text-soft); line-height: 1.5; }
.pick__rule { margin-top: 22px; padding: 22px 26px; border: 1px solid var(--border-strong); border-radius: var(--radius); background: var(--grad-soft); color: var(--text-soft); font-size: 15.5px; line-height: 1.6; }
.pick__rule b { color: var(--text); }

@media (max-width: 980px) { .pick { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) {
  .pick { grid-template-columns: 1fr; }
  .matrix { font-size: 14px; }
  .matrix th, .matrix td { padding: 12px 14px; }
}

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* ============================================================
   PRICING v2 — структура платежей по «ABS тарифы 2026»
   ============================================================ */
.paylist { margin-top: clamp(30px, 4vw, 44px); border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); overflow: hidden; }
.payrow { display: grid; grid-template-columns: 240px 170px 1fr; gap: 18px; align-items: baseline; padding: 16px 24px; border-bottom: 1px solid var(--border); }
.payrow:last-child { border-bottom: 0; }
.payrow:hover { background: rgba(56, 189, 248, 0.045); }
.payrow__name { font-weight: 700; color: var(--text); font-size: 16px; }
.payrow__cost { font-family: "Exo 2", sans-serif; font-weight: 800; color: var(--cyan-bright); font-size: 16px; white-space: nowrap; }
.payrow__what { color: var(--text-soft); font-size: 14.5px; line-height: 1.5; }
.payrule { margin-top: 22px; padding: 20px 26px; border: 1px solid var(--border-strong); border-radius: var(--radius); background: var(--grad-soft); color: var(--text-soft); font-size: 15.5px; line-height: 1.6; }
.payrule b { color: var(--text); }

/* пример расчёта */
.calc { margin-top: clamp(36px, 5vw, 56px); display: grid; grid-template-columns: 1.15fr 1fr; gap: 26px; align-items: stretch; }
.calc__box { border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); padding: 28px 30px; }
.calc__cap { font-family: "JetBrains Mono", monospace; font-size: 12.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-dim); }
.calc__title { font-family: "Exo 2", sans-serif; font-size: 22px; font-weight: 800; margin: 8px 0 20px; color: var(--text); }
.calc__line { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px dashed var(--border); color: var(--text-soft); font-size: 15px; }
.calc__line b { color: var(--text); font-family: "Exo 2", sans-serif; font-weight: 700; white-space: nowrap; }
.calc__total { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--border-strong); }
.calc__total span { color: var(--text-soft); font-size: 15px; }
.calc__total b { font-family: "Exo 2", sans-serif; font-size: 34px; font-weight: 900; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; white-space: nowrap; }
.calc__side { display: grid; gap: 14px; align-content: start; }
.calc__kpi { border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); padding: 20px 22px; }
.calc__kpi b { display: block; font-family: "Exo 2", sans-serif; font-size: 28px; font-weight: 900; color: var(--cyan-bright); line-height: 1.1; }
.calc__kpi span { display: block; margin-top: 6px; color: var(--text-soft); font-size: 14px; line-height: 1.45; }

@media (max-width: 900px) { .calc { grid-template-columns: 1fr; } }
@media (max-width: 640px) {
  .payrow { grid-template-columns: 1fr; gap: 6px; padding: 16px 20px; }
  .payrow__cost { color: var(--cyan-bright); }
}

.agents__note { max-width: 720px; margin: -18px auto 34px; padding: 15px 22px; border: 1px solid var(--border-strong); border-radius: var(--radius); background: var(--grad-soft); color: var(--text-soft); font-size: 15px; line-height: 1.55; text-align: center; }
.agents__note b { color: var(--text); }

.price__val--custom b { font-size: 27px; letter-spacing: -0.01em; }

/* матрица на узких экранах: липкая первая колонка + подсказка о свайпе */
.matrix-swipe { display: none; margin-top: 10px; text-align: center; font-size: 13px; color: var(--cyan); font-family: "JetBrains Mono", monospace; letter-spacing: 0.04em; }
@media (max-width: 860px) {
  .matrix-swipe { display: block; }
  .matrix th:first-child, .matrix td:first-child { position: sticky; left: 0; z-index: 2; background: var(--surface-solid); }
  .matrix thead th:first-child { z-index: 3; }
  .matrix tr.matrix__price th:first-child { background: #eaf1ff; }
  .matrix th:first-child::after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; width: 1px; background: var(--border-strong); }
}

/* ============================================================
   PRODUCT PAGES — abs.html / abs-pro.html / abs-box.html
   Общий слой: подключается из styles.css, в страницах CSS нет.
   ============================================================ */
.ptop { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 13px clamp(20px, 5vw, 48px); background: rgba(255, 255, 255, 0.9); backdrop-filter: blur(14px); border-bottom: 1px solid var(--border); }
.ptop__brand { display: flex; align-items: center; gap: 10px; }
.ptop__brand img { width: 34px; height: 34px; }
.ptop__brand b { font-family: "Exo 2", sans-serif; font-size: 17px; letter-spacing: -0.01em; color: var(--text); }
.ptop__brand small { display: block; font-size: 10px; letter-spacing: 0.14em; color: var(--text-dim); }
.ptop__nav { display: flex; align-items: center; gap: 8px; }
.ptop__nav a { font-size: 14px; font-weight: 600; color: var(--text-soft); padding: 8px 14px; border-radius: 999px; transition: all 0.25s var(--ease); white-space: nowrap; }
.ptop__nav a:hover { color: var(--text); background: rgba(16,38,84,0.05); }
.ptop__nav a.is-current { color: var(--text); border: 1px solid var(--border-strong); background: var(--grad-soft); }
@media (max-width: 720px) { .ptop__nav a { padding: 7px 10px; font-size: 13px; } .ptop__brand small { display: none; } }
@media (max-width: 480px) { .ptop__nav a:not(.is-current):not(.ptop__back) { display: none; } }

.prod { padding: 112px 0 0; }
.prod__head { max-width: 800px; }
.prod__price { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; margin: 18px 0 6px; }
.prod__price b { font-family: "Exo 2", sans-serif; font-size: clamp(38px, 6vw, 56px); font-weight: 900; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; line-height: 1; }
.prod__price span { color: var(--text-dim); font-size: 17px; }
.prod__lead { font-size: clamp(16px, 2vw, 19px); line-height: 1.65; color: var(--text-soft); border-left: 3px solid var(--cyan); padding: 6px 0 6px 20px; margin: 22px 0 26px; max-width: 720px; }
.prod__cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 8px; }

.prod__three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: clamp(44px, 6vw, 68px); }
.prod__three .card { padding: 26px 26px 28px; }
.prod__three h3 { font-family: "Exo 2", sans-serif; font-size: 19px; font-weight: 800; color: var(--text); margin-bottom: 10px; }
.prod__three p { color: var(--text-soft); font-size: 15.5px; line-height: 1.6; }

.feat { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 26px; margin-top: 26px; list-style: none; }
.feat li { position: relative; padding-left: 26px; color: var(--text-soft); font-size: 15.5px; line-height: 1.55; }
.feat li::before { content: ""; position: absolute; left: 0; top: 8px; width: 9px; height: 9px; border-radius: 3px; background: var(--grad); }
.feat li b { color: var(--text); }

.warn { margin-top: 30px; padding: 22px 26px; border: 1px solid rgba(180, 83, 9, 0.26); border-radius: var(--radius); background: rgba(245, 158, 11, 0.08); color: var(--text-soft); font-size: 15px; line-height: 1.65; }
.warn b { color: #b45309; }

.nextver { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: clamp(44px, 6vw, 64px); }
.nextver a { display: block; padding: 24px 26px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); transition: all 0.3s var(--ease); }
.nextver a:hover { border-color: var(--cyan); transform: translateY(-4px); }
.nextver span { display: block; font-family: "JetBrains Mono", monospace; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-dim); }
.nextver b { display: block; font-family: "Exo 2", sans-serif; font-size: 22px; font-weight: 800; color: var(--text); margin: 8px 0 6px; }
.nextver p { color: var(--text-soft); font-size: 15px; line-height: 1.55; }

@media (max-width: 900px) { .prod__three { grid-template-columns: 1fr; } .nextver { grid-template-columns: 1fr; } }
@media (max-width: 620px) { .feat { grid-template-columns: 1fr; } }

/* ============================================================
   WEBFORM — заявка с сайта клиента сразу в CRM ABS
   ============================================================ */
.flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: clamp(36px, 5vw, 52px); }
.flow__step { position: relative; padding: 26px 22px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); text-align: center; }
.flow__step:not(:last-child)::after { content: "→"; position: absolute; right: -12px; top: 50%; transform: translateY(-50%); color: var(--cyan); font-size: 19px; z-index: 2; }
.flow__ico { width: 42px; height: 42px; margin: 0 auto 12px; border-radius: 12px; background: var(--grad-soft); border: 1px solid var(--border-strong); display: grid; place-items: center; }
.flow__ico::before { content: ""; width: 21px; height: 21px; background: var(--cyan-bright); -webkit-mask-size: contain; mask-size: contain; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; }
.flow__step[data-ico="doc"]   .flow__ico::before { -webkit-mask-image: var(--ic-doc);   mask-image: var(--ic-doc); }
.flow__step[data-ico="send"]  .flow__ico::before { -webkit-mask-image: var(--ic-send);  mask-image: var(--ic-send); }
.flow__step[data-ico="db"]    .flow__ico::before { -webkit-mask-image: var(--ic-database); mask-image: var(--ic-database); }
.flow__step[data-ico="agent"] .flow__ico::before { -webkit-mask-image: var(--ic-agents); mask-image: var(--ic-agents); }
.flow__step b { display: block; font-family: "Exo 2", sans-serif; font-size: 17px; font-weight: 800; color: var(--text); margin-bottom: 7px; }
.flow__step p { color: var(--text-soft); font-size: 14.5px; line-height: 1.5; }
.webform__free { margin-top: 26px; padding: 22px 28px; border: 1px solid var(--border-strong); border-radius: var(--radius); background: var(--grad-soft); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.webform__free p { color: var(--text-soft); font-size: 15.5px; line-height: 1.6; max-width: 640px; }
.webform__free b { color: var(--text); }
@media (max-width: 900px) { .flow { grid-template-columns: repeat(2, 1fr); } .flow__step:nth-child(2)::after { display: none; } }
@media (max-width: 520px) { .flow { grid-template-columns: 1fr; } .flow__step::after { display: none !important; } }

/* ============================================================
   VSCH — схема тарифа: кто → что делает → где живёт
   Адаптивна: на узких экранах слои становятся вертикальным стеком.
   ============================================================ */
.vsch { margin-top: clamp(36px, 5vw, 56px); }
.vsch__shell { position: relative; border: 1px dashed var(--border-strong); border-radius: var(--radius-lg); padding: 44px clamp(18px, 3vw, 34px) 30px; background: linear-gradient(180deg, rgba(37,99,235,0.05), #ffffff); }
.vsch__tag { position: absolute; top: -13px; left: 26px; display: inline-flex; align-items: center; gap: 8px; font-family: "JetBrains Mono", monospace; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--cyan); padding: 5px 14px; border: 1px solid var(--border-strong); border-radius: 999px; background: var(--surface-solid); }
.vsch__tag::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); }

.vsch__layer { display: grid; grid-template-columns: 128px 1fr; gap: 20px; align-items: center; }
.vsch__cap { font-family: "JetBrains Mono", monospace; font-size: 12px; letter-spacing: 0.07em; text-transform: uppercase; color: var(--text-dim); line-height: 1.5; }
.vsch__nodes { display: flex; flex-wrap: wrap; gap: 10px; }
.vnode { display: inline-flex; align-items: center; gap: 8px; padding: 12px 18px; border: 1px solid var(--border); border-radius: 14px; background: var(--surface); color: var(--text-soft); font-size: 15px; font-weight: 600; }
.vnode--hot { border-color: var(--border-strong); background: var(--grad-soft); color: var(--text); }
.vnode--core { border-color: var(--cyan-bright); background: linear-gradient(135deg, rgba(37,99,235,0.12), rgba(26,143,209,0.08)); color: var(--text); box-shadow: 0 10px 26px -14px rgba(29,78,216,0.5); }
.vnode--off { border-style: dashed; color: var(--text-dim); background: transparent; }
.vnode--off::before { content: "✕"; color: var(--text-dim); font-size: 12px; }

.vsch__arrow { grid-column: 2; display: flex; align-items: center; gap: 10px; margin: 4px 0 4px 2px; color: var(--text-dim); font-size: 12px; }
.vsch__arrow::before { content: ""; width: 2px; height: 24px; background: linear-gradient(180deg, var(--cyan), transparent); border-radius: 2px; margin-left: 16px; }
.vsch__flow { display: grid; grid-template-columns: 128px 1fr; gap: 20px; }
.vsch__flow > .vsch__arrow { margin: 0; }

.vsch__limits { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--border); }
.vsch__limits li { position: relative; padding-left: 24px; color: var(--text-dim); font-size: 14.5px; line-height: 1.5; }
.vsch__limits li::before { content: ""; position: absolute; left: 0; top: 7px; width: 9px; height: 9px; border-radius: 3px; border: 1.5px solid var(--text-dim); }
.vsch__limits li.is-on { color: var(--text-soft); }
.vsch__limits li.is-on::before { border-color: transparent; background: var(--grad); }

@media (max-width: 760px) {
  .vsch__layer, .vsch__flow { grid-template-columns: 1fr; gap: 10px; }
  .vsch__arrow { grid-column: 1; }
  .vsch__cap { color: var(--cyan); }
  .vsch__limits { grid-template-columns: 1fr; }
  .vnode { font-size: 14px; padding: 10px 14px; }
}

/* ---- сценарии «как это выглядит в жизни» ---- */
.cases { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: clamp(32px, 4vw, 46px); }
.case { border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); padding: 24px 26px; }
.case__say { display: flex; gap: 12px; align-items: flex-start; color: var(--text); font-size: 16.5px; font-weight: 600; line-height: 1.5; }
.case__say::before { content: ""; flex: 0 0 auto; width: 20px; height: 20px; margin-top: 2px; background: var(--cyan-bright); -webkit-mask-image: var(--ic-message); mask-image: var(--ic-message); -webkit-mask-size: contain; mask-size: contain; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; }
.case__do { margin-top: 12px; padding-top: 12px; border-top: 1px dashed var(--border); color: var(--text-soft); font-size: 15px; line-height: 1.6; }
.case__do b { color: var(--text); }
@media (max-width: 760px) { .cases { grid-template-columns: 1fr; } }

/* ---- три шага старта ---- */
.steps3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: clamp(32px, 4vw, 46px); counter-reset: s; }
.steps3 > div { position: relative; padding: 26px 24px 24px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); }
.steps3 > div::before { counter-increment: s; content: "0" counter(s); display: block; font-family: "Exo 2", sans-serif; font-size: 30px; font-weight: 900; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 10px; }
.steps3 b { display: block; font-size: 17px; color: var(--text); margin-bottom: 7px; }
.steps3 p { color: var(--text-soft); font-size: 15px; line-height: 1.55; }
@media (max-width: 820px) { .steps3 { grid-template-columns: 1fr; } }

/* ---- FAQ по версии ---- */
.qa { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: clamp(32px, 4vw, 46px); }
.qa > div { border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); padding: 24px 26px; }
.qa h3 { font-size: 17px; color: var(--text); margin-bottom: 10px; }
.qa p { color: var(--text-soft); font-size: 15px; line-height: 1.6; }
@media (max-width: 900px) { .qa { grid-template-columns: 1fr; } }

/* стрелки между слоями схемы — заметнее */
.vsch__arrow { position: relative; height: 30px; margin: 0 0 0 2px; }
.vsch__arrow::before { content: ""; position: absolute; left: 18px; top: 2px; width: 2px; height: 18px; background: linear-gradient(180deg, rgba(37,99,235,0.15), var(--cyan)); border-radius: 2px; margin: 0; }
.vsch__arrow::after { content: ""; position: absolute; left: 14px; top: 18px; width: 10px; height: 10px; border-right: 2px solid var(--cyan); border-bottom: 2px solid var(--cyan); transform: rotate(45deg); border-radius: 0 0 2px 0; }
.vsch__layer { padding: 2px 0; }
@media (max-width: 760px) { .vsch__arrow::before { left: 8px; } .vsch__arrow::after { left: 4px; } }

.footer__contacts a { color: var(--text-soft); }
.footer__contacts a:hover { color: var(--cyan); }

/* ============================================================
   WHITE EDITION v3 — короткий лендинг, светлая тема
   Добавления поверх базовой системы: компактные отступы,
   явные CTA, аккордеоны, блок контактов, мобильная панель.
   ============================================================ */

/* --- компактнее вертикальный ритм (лендинг стал короче) --- */
.section { padding: clamp(56px, 7vw, 96px) 0; }
.section__head { margin-bottom: clamp(32px, 4.5vw, 52px); }
.hero { padding-top: 132px; padding-bottom: 24px; }

/* --- карточки на белом: мягкая тень вместо стеклянного блюра --- */
.card { box-shadow: 0 2px 4px -2px rgba(16,38,84,0.06), 0 14px 34px -26px rgba(16,38,84,0.5); }
.card:hover { box-shadow: 0 10px 24px -12px rgba(16,38,84,0.18); }
.agent, .bigstat, .chip-card, .paylist, .matrix-wrap, .calc__box, .calc__kpi, .pick__item, .security__list li {
  box-shadow: 0 2px 4px -2px rgba(16,38,84,0.05);
}

/* --- телефон в шапке --- */
.nav__phone { font-family: "Exo 2", sans-serif; font-weight: 700; font-size: 15px; color: var(--text); white-space: nowrap; transition: color 0.2s; }
.nav__phone:hover { color: var(--blue); }
@media (max-width: 1180px) { .nav__phone { display: none; } }

/* --- доверительная строка под hero-кнопками --- */
.hero__trust { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 8px 20px; font-size: 13.5px; color: var(--text-dim); }
.hero__trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero__trust span::before { content: ""; width: 15px; height: 15px; flex: none; background: var(--grad); -webkit-mask: var(--ic-shield) center/contain no-repeat; mask: var(--ic-shield) center/contain no-repeat; }

/* --- «проблема → решение» в две колонки --- */
.whatis__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.whatis__card { border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 30px; background: #fff; box-shadow: 0 2px 4px -2px rgba(16,38,84,0.05); }
.whatis__card--solution { border-color: var(--border-strong); background: linear-gradient(180deg, rgba(37,99,235,0.05), #ffffff); }
.whatis__label { display: inline-block; font-family: "JetBrains Mono", monospace; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-dim); margin-bottom: 16px; }
.whatis__label--accent { color: var(--cyan); }
.whatis__list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.whatis__list li { position: relative; padding-left: 26px; color: var(--text-soft); font-size: 15.5px; line-height: 1.55; }
.whatis__list li b { color: var(--text); }
.whatis__list--problem li::before { content: "—"; position: absolute; left: 2px; color: var(--text-dim); }
.whatis__list--solution li::before { content: ""; position: absolute; left: 2px; top: 8px; width: 8px; height: 8px; border-radius: 50%; background: var(--grad); }
.whatis__idea { margin-top: 26px; text-align: center; font-size: clamp(16px, 2.1vw, 20px); line-height: 1.6; color: var(--text-soft); max-width: 860px; margin-inline: auto; }
.whatis__idea b { color: var(--text); }
.whatis__cta { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: center; margin-top: 26px; }
.whatis__not { font-size: 14px; color: var(--text-dim); }
@media (max-width: 820px) { .whatis__grid { grid-template-columns: 1fr; } }

/* --- аккордеоны: сравнение версий, частые вопросы --- */
.acc { border: 1px solid var(--border); border-radius: var(--radius); background: #fff; margin-top: 14px; overflow: hidden; }
.acc + .acc { margin-top: 10px; }
.acc > summary {
  list-style: none; cursor: pointer; padding: 18px 54px 18px 22px; position: relative;
  font-family: "Exo 2", sans-serif; font-weight: 700; font-size: 17px; color: var(--text);
}
.acc > summary::-webkit-details-marker { display: none; }
.acc > summary::after {
  content: ""; position: absolute; right: 22px; top: 50%; width: 12px; height: 12px;
  border-right: 2px solid var(--cyan); border-bottom: 2px solid var(--cyan);
  transform: translateY(-70%) rotate(45deg); transition: transform 0.25s var(--ease);
}
.acc[open] > summary::after { transform: translateY(-30%) rotate(-135deg); }
.acc > summary:hover { background: #f5f8fd; }
.acc__body { padding: 0 22px 22px; color: var(--text-soft); font-size: 15.5px; line-height: 1.6; }
.acc__body .matrix-wrap { margin-top: 0; }

/* --- блок «Связаться»: прямые контакты рядом с формой --- */
.contactbox { display: grid; gap: 12px; margin-top: 24px; }
.contactbox a {
  display: flex; align-items: center; gap: 14px; padding: 16px 20px; border-radius: 14px;
  border: 1px solid var(--border); background: #fff; transition: all 0.25s var(--ease);
}
.contactbox a:hover { border-color: var(--border-strong); transform: translateY(-2px); box-shadow: 0 12px 26px -18px rgba(16,38,84,0.7); }
.contactbox i { flex: none; width: 38px; height: 38px; border-radius: 11px; background: var(--grad-soft); border: 1px solid var(--border-strong); position: relative; }
.contactbox i::before { content: ""; position: absolute; inset: 0; background: var(--grad); -webkit-mask-size: 19px; mask-size: 19px; -webkit-mask-position: center; mask-position: center; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; }
.contactbox i[data-icon="send"]::before { -webkit-mask-image: var(--ic-send); mask-image: var(--ic-send); }
.contactbox i[data-icon="message"]::before { -webkit-mask-image: var(--ic-message); mask-image: var(--ic-message); }
.contactbox i[data-icon="building"]::before { -webkit-mask-image: var(--ic-building); mask-image: var(--ic-building); }
.contactbox b { display: block; font-size: 16px; color: var(--text); }
.contactbox small { display: block; font-size: 13.5px; color: var(--text-dim); margin-top: 2px; }

/* --- мобильная панель действий: «Заказать» всегда на экране --- */
.mobar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 150; display: none; gap: 10px;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,0.94); backdrop-filter: blur(14px);
  border-top: 1px solid var(--border);
}
.mobar .btn { flex: 1; }
.mobar .btn--ghost { flex: 0 0 auto; }
@media (max-width: 760px) {
  .mobar { display: flex; }
  body { padding-bottom: 74px; }
  .cookie { bottom: 84px; }
}

/* --- финальный CTA-блок --- */
.cta__copy h2 { font-size: clamp(24px, 3.4vw, 36px); font-weight: 800; line-height: 1.15; }
.cta__copy > p { margin-top: 16px; color: var(--text-soft); font-size: 16.5px; }
.cta__mascot { display: flex; align-items: center; gap: 12px; margin-top: 24px; color: var(--text-dim); font-size: 14px; }
.cta__mascot img { width: 34px; height: 34px; }
.cta__hint { font-size: 13.5px; color: var(--text-soft); line-height: 1.5; background: rgba(37,99,235,0.06); border: 1px solid var(--border-strong); border-radius: 12px; padding: 12px 14px; }
.cta__hint a { color: var(--blue); font-weight: 600; text-decoration: underline; }
.field label { font-size: 13.5px; color: var(--text-soft); font-weight: 600; }
.field { display: flex; flex-direction: column; gap: 7px; }
@media (max-width: 900px) { .cta { grid-template-columns: 1fr; } }

/* --- прайс: одна строка примера вместо большого калькулятора --- */
.priceexample { margin-top: 20px; text-align: center; color: var(--text-soft); font-size: 15.5px; line-height: 1.6; }
.priceexample b { color: var(--text); }

/* --- hero: заголовок в одну строку на десктопе --- */
@media (min-width: 981px) {
  .hero__title { font-size: clamp(32px, 4.4vw, 52px); }
  .hero__lead { max-width: 520px; }
}
@media (min-width: 1100px) { .hero__inner { grid-template-columns: 1.1fr 0.9fr; } }

/* ============================================================
   WHITE EDITION v4 — правки по ТЗ Пономаренко (23.08.2026):
   одна карточка-захват, три продукта без цен, выход в Telegram.
   ============================================================ */

/* блок «секретарь» */
.secbox { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(28px, 4vw, 56px); align-items: center;
  border: 1px solid var(--border); border-radius: var(--radius-lg); padding: clamp(28px, 4vw, 52px);
  background: linear-gradient(135deg, rgba(37,99,235,0.05), #ffffff); }
.secbox .section__title { text-align: left; font-size: clamp(24px, 3.2vw, 36px); }
.secbox .section__intro { margin-bottom: 22px; }
.secbox .eyebrow { margin-bottom: 14px; }
@media (max-width: 900px) { .secbox { grid-template-columns: 1fr; } }

/* имитация диалога с секретарём */
.dialog { display: flex; flex-direction: column; gap: 12px; }
.dialog p { max-width: 88%; padding: 13px 17px; border-radius: 16px; font-size: 15px; line-height: 1.5; }
.dialog__say { align-self: flex-end; background: var(--grad); color: #fff; border-bottom-right-radius: 5px; font-weight: 600; }
.dialog__do { align-self: flex-start; background: #ffffff; border: 1px solid var(--border); color: var(--text-soft); border-bottom-left-radius: 5px; box-shadow: 0 10px 26px -22px rgba(16,38,84,0.8); }

/* подпись над формой */
.cta__formcap { font-size: 14px; color: var(--text-dim); line-height: 1.5; margin-bottom: 2px; }

/* карточки версий: две кнопки подряд */
.tier .btn + .btn { margin-top: 10px; }
.tier__desc { min-height: 0; }

/* строка про цену без цифр */
.priceexample a { color: var(--blue); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }

/* реплики у маскота — цитаты вместо терминов */
.chip { font-size: 13px; }

/* --- мобильная вёрстка v4: ничего не вылезает за экран --- */
@media (max-width: 720px) {
  .secbox { padding: 24px 20px; }
  .secbox .section__title { font-size: 24px; }
  .dialog p { max-width: 100%; font-size: 14.5px; }
  .tier .btn { white-space: normal; }
  .mobar .btn { white-space: normal; font-size: 14px; padding: 12px 14px; }
  .hero__trust { justify-content: center; }
}
@media (max-width: 560px) {
  .hero__title { max-width: 100%; }
  .whatis__cta { flex-direction: column; align-items: stretch; }
  .whatis__cta .btn { width: 100%; }
  .pravo__cta { flex-direction: column; }
  .pravo__cta .btn { width: 100%; white-space: normal; }
  .pravo__docslist { flex-direction: column; }
  .pravo__docslist .btn { width: 100%; white-space: normal; }
}

/* позиционирование вместо цены на страницах продуктов */
.prod__price--text { align-items: center; gap: 10px; }
.prod__price--text b { font-size: clamp(18px, 2.2vw, 22px); font-weight: 800; padding: 7px 16px; border-radius: 999px;
  background: var(--grad-soft); border: 1px solid var(--border-strong); -webkit-text-fill-color: currentColor; color: var(--blue); }
.prod__price--text span { font-size: 15.5px; }

/* ============ ХЛЕБНЫЕ КРОШКИ ============
   Видимая навигация, которую дублирует разметка BreadcrumbList.
   Размечать то, чего нет на странице, Яндекс считает нарушением. */
.crumbs { margin: 0 0 22px; font-size: 13px; line-height: 1.5; color: var(--text-dim); }
.crumbs ol { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; list-style: none; margin: 0; padding: 0; }
.crumbs li { display: flex; align-items: center; gap: 8px; }
.crumbs li + li::before { content: "/"; color: var(--border-strong); }
.crumbs a { color: var(--text-dim); text-decoration: none; transition: color 0.2s var(--ease); }
.crumbs a:hover { color: var(--blue); }
.crumbs [aria-current="page"] { color: var(--text-soft); }
.legal-doc .crumbs { margin-bottom: 18px; }

/* ============ БЛОК «КАК ABS РЕШАЕТ ЭТО» на правовых страницах ============ */
.pravo-next { margin: 56px 0 8px; padding-top: 34px; border-top: 1px solid var(--border); }
.pravo-next > h2 { font-size: clamp(19px, 2.4vw, 25px); margin: 0 0 6px; }
.pravo-next > p { color: var(--text-soft); font-size: 16px; line-height: 1.7; margin-bottom: 22px; }
.pravo-next__grid { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
/* специфичность выше, чем у .legal-doc a из инлайнового блока правовых страниц */
.pravo-next .pravo-next__grid a {
  display: block; padding: 18px 20px; border: 1px solid var(--border); border-radius: var(--radius);
  background: var(--surface); text-decoration: none; transition: all 0.25s var(--ease);
}
.pravo-next .pravo-next__grid a:hover { border-color: var(--border-strong); box-shadow: var(--glow); transform: translateY(-2px); }
.pravo-next .pravo-next__grid b { display: block; font-family: "Exo 2", sans-serif; font-size: 17px; color: var(--text); margin-bottom: 6px; text-decoration: none; }
.pravo-next .pravo-next__grid span { display: block; font-size: 14px; line-height: 1.55; color: var(--text-soft); text-decoration: none; }

/* ============ НАВИГАЦИЯ В ПОДВАЛЕ СЛУЖЕБНЫХ СТРАНИЦ ============ */
.legal-footer__nav {
  display: flex; flex-wrap: wrap; gap: 8px 18px; justify-content: center;
  margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--border);
  font-size: 14px;
}
.legal-footer__nav a { color: var(--text-soft); text-decoration: none; transition: color 0.2s var(--ease); }
.legal-footer__nav a:hover { color: var(--blue); }
