:root {
  --bg: #f7f8fd;
  --card: #ffffff;
  --text: #111433;
  --muted: #5c6387;
  --border: #dfe3f2;
  --primary: #6d41f5;
  --primary-2: #4f6de5;
  --accent: #eef1ff;
  --success: #14b86a;
  --shadow: 0 20px 60px rgba(53, 61, 124, 0.12);
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  background: linear-gradient(180deg, #fbfbff 0%, var(--bg) 100%);
  color: var(--text);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(900px, calc(100% - 40px)); }
.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(12px);
  background: rgba(251, 251, 255, 0.82);
  border-bottom: 1px solid rgba(223, 227, 242, .7);
}
.nav-wrap { display:flex; align-items:center; justify-content:space-between; gap:24px; padding:16px 0; }
.brand-logo { height: 44px; width: auto; }
.nav { display:flex; gap:24px; font-weight:600; color:var(--muted); }
.nav a:hover { color: var(--text); }
.btn {
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  border-radius: 999px; font-weight: 700; padding: 15px 24px; transition: .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  color:#fff;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-2) 100%);
  box-shadow: 0 16px 40px rgba(95, 86, 230, .28);
}
.btn-secondary, .btn-outline {
  border:1px solid var(--border);
  background:#fff;
  color:var(--text);
}
.hero { padding: 62px 0 36px; }
.hero-grid { display:grid; grid-template-columns: 1.08fr .92fr; gap: 44px; align-items:center; }
.eyebrow, .section-tag {
  display:inline-block; padding:10px 14px; border-radius:999px; background:#eef0ff; color:var(--primary);
  font-size:12px; font-weight:800; letter-spacing:.08em; text-transform:uppercase;
}
.section-tag.light { background: rgba(255,255,255,.16); color: #fff; }
.hero h1 {
  margin: 18px 0 18px;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}
.lead { font-size: 20px; line-height: 1.7; color: var(--muted); margin:0; }
.hero-points { margin: 26px 0 0; padding:0; list-style:none; display:grid; gap:12px; }
.hero-points li {
  position: relative; padding-left: 28px; color: var(--text); line-height: 1.55; font-weight:500;
}
.hero-points li::before {
  content: '✓'; position:absolute; left:0; top:0; color:var(--primary); font-weight:900;
}
.hero-actions { display:flex; flex-wrap:wrap; gap:14px; margin-top: 30px; }
.note { color: var(--muted); margin-top: 16px; font-size: 14px; }
.hero-card {
  position: relative;
  background: radial-gradient(circle at 30% 30%, rgba(122, 95, 255, .16), transparent 40%), #f0f2ff;
  border-radius: 36px;
  padding: 26px;
  box-shadow: var(--shadow);
}
.mockup { display:grid; grid-template-columns: 300px 1fr; gap:18px; align-items:center; }
.mockup-phone {
  width: 300px; background:#0d1027; padding: 12px; border-radius: 38px; box-shadow:0 22px 50px rgba(17,20,51,.28);
}
.mockup-notch { width: 120px; height: 18px; background:#0a0d20; border-radius:999px; margin: 0 auto 10px; }
.mockup-screen { background:#fff; border-radius:30px; padding: 18px; min-height: 540px; }
.mockup-logo { width: 108px; margin-bottom: 16px; }
.mockup-screen h2 { margin: 10px 0 8px; font-size: 28px; line-height:1.1; }
.mockup-screen p { margin:0 0 16px; color:var(--muted); }
.field { height: 48px; border-radius: 14px; background:#f5f6fc; border:1px solid #e7e9f5; margin-bottom:12px; }
.mockup-btn {
  margin-top: 12px; background: linear-gradient(135deg, var(--primary) 0%, var(--primary-2) 100%);
  color:#fff; text-align:center; padding: 16px; border-radius: 16px; font-weight:700;
}
.mockup-sidecards { display:grid; gap:14px; }
.status-card {
  background:#fff; border-radius: 22px; padding: 18px; box-shadow: 0 16px 30px rgba(45, 55, 118, .08);
  border:1px solid rgba(223, 227, 242, .8);
}
.status-card strong { display:block; margin-bottom:6px; }
.status-card span { color:var(--muted); }
.status-card.success strong::before,
.status-card.info strong::before {
  display:inline-flex; align-items:center; justify-content:center; width:26px; height:26px; border-radius:999px; margin-right:10px; color:#fff;
}
.status-card.success strong::before { content:'✓'; background:var(--success); }
.status-card.info strong::before { content:'i'; background:var(--primary-2); }
.trust-bar { padding: 8px 0 0; }
.trust-grid {
  background:#fff; border:1px solid var(--border); border-radius: 999px; padding: 16px 22px; display:grid; grid-template-columns: repeat(4,1fr); gap:18px; text-align:center; font-weight:700; color:var(--muted);
}
.section { padding: 86px 0; }
.section h2 { font-size: clamp(32px, 4vw, 48px); line-height:1.08; letter-spacing:-.03em; margin:16px 0 18px; }
.section p { color: var(--muted); font-size: 18px; line-height: 1.75; }
.problem-grid, .steps-grid, .benefit-list {
  display:grid; gap:20px; margin-top: 32px;
}
.problem-grid { grid-template-columns: repeat(3, 1fr); }
.problem-box, .step-card, .benefit-item, .faq-list details {
  background:#fff; border:1px solid var(--border); border-radius: var(--radius); padding: 24px; box-shadow: 0 14px 30px rgba(45, 55, 118, .06);
}
.problem-box h3, .step-card h3, .benefit-item h3 { margin:0 0 10px; font-size: 22px; }
.steps-grid { grid-template-columns: repeat(3, 1fr); }
.step-number {
  display:inline-flex; align-items:center; justify-content:center; width:48px; height:48px; border-radius:16px; background:#eef0ff; color:var(--primary); font-size:22px; font-weight:800;
}
.benefits-grid { display:grid; grid-template-columns: .95fr 1.05fr; gap:28px; align-items:start; }
.benefit-list { grid-template-columns: repeat(2, 1fr); }
.promo-box {
  display:grid; grid-template-columns: 1fr 420px; gap:28px; align-items:start;
  background: linear-gradient(135deg, #151b46 0%, #4d5ee5 100%);
  color:#fff; padding: 36px; border-radius: 36px; box-shadow: var(--shadow);
}
.promo-box p { color: rgba(255,255,255,.88); }
.lead-form {
  background:#fff; color:var(--text); border-radius: 28px; padding: 22px; display:grid; gap:14px;
}
.lead-form label { display:grid; gap:8px; font-weight:600; }
.lead-form input {
  width:100%; border:1px solid var(--border); border-radius: 16px; padding: 14px 16px; font: inherit; color: var(--text);
}
.hidden-field { position:absolute; left:-9999px; opacity:0; pointer-events:none; }
.btn-full { width:100%; }
.form-note { margin:0; font-size:13px; color:#6c7398; }
.seo-copy { padding-top: 70px; }
.faq-list { display:grid; gap:14px; }
details summary { cursor:pointer; font-size: 20px; font-weight:700; }
details summary::-webkit-details-marker { display:none; }
details p { margin: 12px 0 0; }
.site-footer {
  padding: 34px 0 50px; border-top:1px solid var(--border); background:#fff;
}
.footer-wrap { display:flex; align-items:center; justify-content:space-between; gap:24px; }
.footer-logo { width: 152px; }
.footer-links { display:flex; gap:18px; flex-wrap:wrap; color:var(--muted); font-weight:600; }

@media (max-width: 1080px) {
  .hero-grid, .benefits-grid, .promo-box, .mockup { grid-template-columns: 1fr; }
  .mockup-phone { margin: 0 auto; }
}
@media (max-width: 820px) {
  .nav { display:none; }
  .trust-grid, .problem-grid, .steps-grid, .benefit-list { grid-template-columns: 1fr; }
  .section { padding: 70px 0; }
  .hero { padding-top: 34px; }
  .hero-card { padding: 18px; }
  .mockup-phone { width: 100%; max-width: 320px; }
  .mockup-screen { min-height: 470px; }
  .footer-wrap { flex-direction: column; align-items:flex-start; }
}


.seo-links {
  margin-top: 26px;
  display: grid;
  gap: 12px;
}
.seo-links a {
  color: var(--primary-2);
  font-weight: 700;
}
.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}
.cookie-content {
  width: min(980px, 100%);
  margin: 0 auto;
  background: rgba(17, 20, 51, .96);
  color: #fff;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(0,0,0,.28);
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}
.cookie-content p {
  margin: 0;
  color: rgba(255,255,255,.9);
  font-size: 15px;
  line-height: 1.5;
}
.cookie-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.cookie-actions a {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}
.cookie-btn {
  padding: 12px 18px;
}
@media (max-width: 820px) {
  .cookie-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
