:root {
  --navy: #07111f;
  --ink: #0f172a;
  --teal: #0f766e;
  --teal2: #14b8a6;
  --gold: #fbbf24;
  --paper: #f4f7fb;
  --white: #fff;
  --muted: #64748b;
  --line: rgba(15, 23, 42, .08);
  --shadow: 0 18px 50px rgba(7, 17, 31, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Outfit", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
}
body.poskn-vitrina a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.wrap { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  border: 0; border-radius: 999px; padding: 13px 20px;
  font-weight: 700; text-decoration: none; cursor: pointer;
}
.btn-wa { background: #25d366; color: #062; }
.btn-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.28); }
.btn-dark { background: var(--navy); color: #fff; }
.top {
  position: sticky; top: 0; z-index: 40;
  backdrop-filter: blur(16px);
  background: rgba(7,17,31,.86);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.top-in { display: flex; align-items: center; justify-content: space-between; min-height: 64px; gap: 16px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: #fff; font-weight: 800; letter-spacing: -.03em; }
.logo {
  width: 36px; height: 36px; border-radius: 10px;
  background: linear-gradient(135deg, #0d9488, #7c3aed);
  display: grid; place-items: center; font-size: 18px;
}
.nav { display: flex; gap: 18px; font-size: 14px; color: #cbd5e1; overflow: auto; }
.nav a { text-decoration: none; white-space: nowrap; }
.nav a:hover { color: #fff; }
.hero {
  background:
    radial-gradient(900px 400px at 10% 0%, rgba(20,184,166,.28), transparent 55%),
    radial-gradient(700px 380px at 90% 10%, rgba(124,58,237,.22), transparent 50%),
    linear-gradient(180deg, #07111f 0%, #0b1b33 100%);
  color: #fff; padding: 72px 0 56px;
}
.kicker {
  display: inline-flex; gap: 8px; align-items: center;
  font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
  color: #99f6e4; margin-bottom: 16px;
}
h1 { font-size: clamp(36px, 6vw, 64px); line-height: 1.02; letter-spacing: -.04em; margin: 0 0 16px; max-width: 16ch; }
.lead { font-size: 20px; color: #cbd5e1; max-width: 42ch; margin: 0 0 28px; }
.cta { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
.screen {
  background: #0b1628; border: 1px solid rgba(255,255,255,.1); border-radius: 18px;
  box-shadow: var(--shadow); overflow: hidden;
}
.screen-bar { height: 38px; background: #122036; display: flex; align-items: center; gap: 6px; padding: 0 14px; color: #94a3b8; font-size: 12px; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: #334155; }
.screen-body { display: grid; grid-template-columns: 90px 1fr 120px; min-height: 280px; }
.side { background: #0e1c31; padding: 14px 10px; font-size: 11px; color: #94a3b8; }
.side b { display: block; color: #fff; margin-bottom: 10px; }
.mid { padding: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.card-mini { background: #13243d; border-radius: 10px; padding: 10px; font-size: 12px; }
.card-mini span { display: block; color: #94a3b8; font-size: 11px; }
.pay { padding: 14px; border-left: 1px solid rgba(255,255,255,.06); }
.pay .tot { font-size: 22px; font-weight: 800; color: var(--teal2); }
.stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  margin-top: -28px; position: relative; z-index: 2;
}
.stat {
  background: #fff; border-radius: 16px; padding: 18px 16px;
  box-shadow: var(--shadow); border: 1px solid var(--line);
}
.stat b { display: block; font-size: 22px; }
.stat span { color: var(--muted); font-size: 13px; }
section { padding: 72px 0; }
h2 { font-size: clamp(28px, 4vw, 42px); letter-spacing: -.03em; margin: 0 0 10px; }
.sub { color: var(--muted); font-size: 18px; max-width: 52ch; margin: 0 0 32px; }
.mods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.mod {
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  padding: 22px; box-shadow: 0 8px 24px rgba(15,23,42,.04);
}
.mod .ico {
  width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center;
  background: #ecfdf5; color: var(--teal); font-size: 22px; margin-bottom: 12px;
}
.mod h3 { margin: 0 0 8px; font-size: 20px; }
.mod p { margin: 0 0 12px; color: var(--muted); }
.mod ul { margin: 0; padding-left: 18px; color: #334155; font-size: 14px; line-height: 1.55; }
.band { background: var(--navy); color: #fff; }
.band .sub { color: #94a3b8; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: start; }
.list { display: grid; gap: 10px; }
.item {
  display: flex; gap: 12px; background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06); border-radius: 12px; padding: 14px 16px;
}
.item b { display: block; color: #fff; }
.item span { color: #94a3b8; font-size: 14px; }
.who { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; color: #0f172a; }
.who-card {
  background: #fff;
  color: #0f172a;
  border-radius: 16px;
  padding: 16px 18px;
  min-width: 0;
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
}
.who-card .who-title,
.who-card .who-desc,
.who-card a,
.who-card b,
.who-card p {
  color: #0f172a;
  text-decoration: none;
}
.who-card .who-title {
  display: block;
  font-weight: 800;
  font-size: 15px;
  line-height: 1.35;
  margin: 0 0 6px;
}
.who-card .who-desc {
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: #475569;
}
.cta-final {
  background: linear-gradient(135deg, #0f766e, #7c3aed);
  color: #fff; border-radius: 24px; padding: 42px 36px; text-align: center;
}
.cta-final h2 { color: #fff; }
.cta-final p { color: rgba(255,255,255,.86); }
.foot { padding: 28px 0 40px; color: var(--muted); font-size: 13px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
@media (max-width: 960px) {
  .split { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .hero-grid, .mods, .stats, .who { grid-template-columns: 1fr 1fr; }
  .screen-body { grid-template-columns: 1fr; }
  .nav { display: none; }
}
@media (max-width: 640px) {
  .hero-grid, .split, .mods, .stats, .who { grid-template-columns: 1fr; }
  h1 { max-width: none; }
}
