:root {
  --bg: #ffffff;
  --bg-soft: #f8f6ff;
  --bg-alt: #f4f8ff;
  --panel: #ffffff;
  --panel-soft: #fbfaff;
  --text: #1d2540;
  --muted: #66708d;
  --line: #e7eafd;
  --brand: #6f63ff;
  --brand-2: #8f7cff;
  --brand-soft: #efeaff;
  --accent: #12b886;
  --accent-soft: #eafbf6;
  --warning: #f59f00;
  --radius: 24px;
  --shadow: 0 18px 48px rgba(95, 87, 179, 0.10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(143,124,255,0.08), transparent 26%),
    radial-gradient(circle at right 20%, rgba(18,184,134,0.05), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
h1, h2, h3 { line-height: 1.08; margin: 0 0 14px; letter-spacing: -0.03em; }
h1 { font-size: clamp(2.9rem, 5vw, 5rem); max-width: 13ch; }
h2 { font-size: clamp(2rem, 3vw, 3.1rem); }
h3 { font-size: 1.22rem; }
p { margin: 0; color: var(--muted); }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(860px, calc(100% - 40px)); }
.section { padding: 96px 0; position: relative; }
.alt {
  background: linear-gradient(180deg, rgba(111,99,255,0.035), rgba(111,99,255,0.02));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 9px 14px; border-radius: 999px;
  background: var(--brand-soft); border: 1px solid #ddd7ff;
  color: #5848d6; font-size: 0.92rem; margin-bottom: 18px;
  font-weight: 600;
}
.lead { font-size: 1.12rem; max-width: 760px; color: #4f5978; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(255,255,255,0.85); border-bottom: 1px solid rgba(231,234,253,0.92);
}
.site-header.simple { position: relative; }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 24px; }
.brand { display:flex; gap:14px; align-items:center; }
.brand strong { color: var(--text); }
.brand small { display:block; color: var(--muted); font-size: .76rem; margin-top: 3px; }
.brand-mark {
  width: 46px; height: 46px; display:grid; place-items:center;
  border-radius: 14px; color: white; flex: 0 0 46px;
  background: #111;
  box-shadow: 0 12px 24px rgba(0,0,0,.22);
  overflow: hidden;
}
.brand-mark img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.nav-links, .nav-cta { display:flex; align-items:center; gap: 16px; }
.nav-links a { color: #4c5876; font-size: .96rem; }
.nav-links a:hover { color: var(--brand); }
.btn {
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  border-radius: 14px; padding: 13px 18px; font-weight: 700; border: 1px solid transparent;
  transition: .2s ease; cursor: pointer;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: linear-gradient(135deg, var(--brand), var(--brand-2)); color: white; box-shadow: 0 18px 32px rgba(111, 99, 255, .18); }
.btn-primary:hover { box-shadow: 0 20px 38px rgba(111, 99, 255, .24); }
.btn-ghost { background: #fff; border-color: var(--line); color: var(--text); }
.btn-ghost:hover { border-color: #cfd4fb; }
.btn-large { padding: 15px 22px; }
.menu-toggle { display:none; background:none; border:none; color: var(--text); font-size:1.7rem; }
.hero-grid, .two-col, .legal-grid, .strip-grid, .footer-grid, .cta-card { display:grid; gap: 34px; }
.hero-grid { grid-template-columns: 1.03fr .97fr; align-items: center; min-height: calc(100vh - 80px); }
.hero { padding-top: 42px; }
.hero-actions { display:flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 24px; }
.trust-row { display:flex; flex-wrap: wrap; gap: 10px; }
.trust-row span, .mini-badges span {
  padding: 10px 12px; border-radius: 999px; background: #fff;
  color: #52607d; border: 1px solid var(--line); font-size:.9rem;
  box-shadow: 0 6px 18px rgba(95,87,179,0.05);
}
.hero-card { position: relative; }
.dashboard-window {
  background: #ffffff; border: 1px solid var(--line);
  border-radius: 28px; box-shadow: var(--shadow); overflow: hidden;
}
.window-top { display:flex; gap:8px; padding: 14px 18px; border-bottom: 1px solid var(--line); background: #fcfbff; }
.window-top span { width: 10px; height: 10px; border-radius: 50%; background: #d8d7e8; }
.window-body { display:grid; grid-template-columns: 180px 1fr; min-height: 520px; }
.dashboard-sidebar { background: linear-gradient(180deg, #faf8ff, #f7f8ff); border-right: 1px solid var(--line); padding: 20px; }
.sidebar-logo {
  width: 46px; height: 46px; border-radius: 14px; display:grid; place-items:center; font-weight:800; font-size:.78rem; letter-spacing:.04em; margin-bottom: 24px;
  color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand-2));
}
.sidebar-item { color:#6b7490; padding: 11px 12px; border-radius: 12px; margin: 6px 0; }
.sidebar-item.active { background: var(--brand-soft); color: #5547d1; font-weight: 700; }
.dashboard-main { padding: 22px; background: linear-gradient(180deg, #ffffff, #fcfdff); }
.stats-grid, .feature-grid, .pricing-grid { display:grid; gap: 18px; }
.stats-grid { grid-template-columns: repeat(3, 1fr); margin: 18px 0; }
.stat-card, .feature-card, .content-card, .price-card, .comparison-card, .process-card, .legal-card, .contact-box {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(95, 87, 179, 0.07);
}
.stat-card, .feature-card, .price-card, .comparison-card, .process-card, .legal-card, .content-card { padding: 22px; }
.stat-card strong, .feature-card h3, .comparison-card h3, .price-card h3, .legal-card h3, .content-card h2 { color: var(--text); }
.stat-card span { display:block; font-size: 2rem; font-weight: 800; margin: 8px 0; color: #3e2fc5; }
.stat-card small { color: var(--muted); }
.panel-card { background: #fbfcff; border: 1px solid var(--line); border-radius: 20px; padding: 16px; }
.panel-head { display:flex; justify-content:space-between; align-items:center; margin-bottom: 12px; color: var(--text); }
.panel-head span { color: var(--muted); font-size:.9rem; }
.table-mock div {
  display:grid; grid-template-columns: 1.5fr 1fr 1fr;
  padding: 14px 12px; border-bottom: 1px solid var(--line);
  color: var(--text);
}
.table-mock div:last-child { border-bottom: none; }
.table-mock b, .table-mock i { font-style: normal; color: var(--muted); font-weight: 600; }
.floating-note {
  position:absolute; bottom: -26px; left: 24px; right: 24px;
  padding: 14px 18px; border-radius: 18px; background: var(--accent-soft); border:1px solid #c9f3e7;
  color: #177c5d; backdrop-filter: blur(10px); box-shadow: 0 12px 26px rgba(18,184,134,.08);
}
.strip { padding: 42px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); background: var(--bg-soft); }
.strip-grid { grid-template-columns: 1.1fr .9fr; align-items: center; }
.strip strong { color: var(--text); }
.tick-list, .cross-list { list-style: none; padding: 0; margin: 18px 0 0; display:grid; gap: 12px; }
.tick-list li, .cross-list li { display:flex; gap: 12px; color:#44506f; }
.tick-list li::before, .cross-list li::before {
  width: 22px; height: 22px; flex: 0 0 22px; display:grid; place-items:center; border-radius: 999px; font-size:.8rem; font-weight:800;
}
.tick-list li::before { content: '✓'; background: var(--accent-soft); color: var(--accent); }
.cross-list li::before { content: '–'; background: #f6f0ff; color: #9f71ff; }
.tick-list.compact li { font-size: .97rem; }
.section-head { display:flex; justify-content:space-between; align-items:end; gap: 24px; margin-bottom: 28px; }
.section-head p { max-width: 520px; }
.feature-grid { grid-template-columns: repeat(4, 1fr); }
.feature-card { background: linear-gradient(180deg, #ffffff 0%, #fbfbff 100%); }
.feature-card p { color: #5e6886; }
.two-col, .legal-grid, .footer-grid, .cta-card { grid-template-columns: 1fr 1fr; align-items: center; }
.two-col.reverse { grid-template-columns: .95fr 1.05fr; }
.comparison-row {
  display:grid; grid-template-columns: 1.8fr .7fr .9fr; gap: 12px;
  padding: 14px 0; border-bottom: 1px solid var(--line); color: #44506f;
}
.comparison-row:last-child { border-bottom: 0; }
.comparison-row.head { color: var(--muted); font-weight: 700; }
.comparison-row b, .comparison-row i { font-style: normal; }
.comparison-row b { color: #1f9f74; }
.comparison-row i { color: #8e709f; }
.process-list { margin: 0; padding-left: 20px; color: #44506f; display:grid; gap: 14px; }
.pricing-grid { grid-template-columns: repeat(3, 1fr); }
.price-card { position: relative; }
.price-card.featured { background: linear-gradient(180deg, rgba(111,99,255,0.08), rgba(111,99,255,0.025)); border-color: #d8d2ff; }
.price-badge {
  position:absolute; top: 18px; right: 18px; background: #fff; border:1px solid var(--line);
  border-radius: 999px; padding: 7px 10px; font-size: .82rem; color: #5848d6;
}
.price { font-size: 2.2rem; font-weight: 800; margin-bottom: 12px; color: #3e2fc5; }
.price span { font-size: 1rem; color: var(--muted); font-weight: 500; }
.cta-card {
  padding: 28px; background: linear-gradient(180deg, rgba(111,99,255,0.08), rgba(255,255,255,1));
  border-radius: 28px; border: 1px solid var(--line); box-shadow: var(--shadow);
}
.contact-box { padding: 22px; background: #fff; }
.contact-box label { display:block; color:#44506f; font-size:.95rem; margin-bottom: 14px; }
input, select, textarea {
  width:100%; margin-top: 8px; background: #ffffff; border:1px solid #dfe4fb;
  color: var(--text); border-radius: 14px; padding: 14px 16px; font: inherit;
}
input:focus, select:focus, textarea:focus { outline: 2px solid rgba(111,99,255,0.16); border-color: #c9c2ff; }
textarea { min-height: 100px; resize: vertical; }
.form-actions { display:flex; flex-wrap:wrap; gap: 12px; margin: 18px 0 8px; }
.text-link { color: #5a4ceb; font-weight: 700; display:inline-block; margin-top: 18px; }
.site-footer { padding: 30px 0 60px; border-top:1px solid var(--line); background: #fff; }
.footer-grid strong { color: var(--text); }
.footer-grid a, .footer-grid span { display:block; color: var(--muted); margin: 8px 0; }
.bg-orb {
  position: fixed; inset: auto; width: 420px; height: 420px; filter: blur(90px); opacity: .22; pointer-events:none;
  background: radial-gradient(circle, rgba(143,124,255,0.45), transparent 60%);
}
.orb-1 { top: 120px; left: -80px; }
.orb-2 { right: -120px; bottom: 140px; background: radial-gradient(circle, rgba(18,184,134,0.28), transparent 60%); }
.inner-page .section { padding-top: 72px; }
.guide-step {
  display:grid; grid-template-columns: 56px 1fr; gap: 18px; padding: 22px; background: #fff; border:1px solid var(--line); border-radius: 22px; margin: 16px 0;
}
.guide-step span {
  width:56px; height:56px; display:grid; place-items:center; border-radius: 18px; font-weight: 800; color: #5a4ceb;
  background: linear-gradient(135deg, rgba(111,99,255,.12), rgba(143,124,255,.12));
}
.note-card { background: #fffaf0; border-color: #f5e2b8; }
@media (max-width: 1080px) {
  .hero-grid, .two-col, .legal-grid, .strip-grid, .footer-grid, .cta-card, .pricing-grid { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: 1fr; }
  .floating-note { position: static; margin-top: 16px; }
}
@media (max-width: 760px) {
  .nav-links, .nav-cta { display:none; }
  .menu-toggle { display:block; }
  .feature-grid { grid-template-columns: 1fr; }
  .section { padding: 72px 0; }
  .window-body { grid-template-columns: 1fr; }
  .dashboard-sidebar { display:none; }
  .table-mock div, .comparison-row { grid-template-columns: 1fr; gap: 4px; }
  h1 { font-size: clamp(2.4rem, 11vw, 3.6rem); }
  .container { width: min(100% - 28px, 1180px); }
}
.content-card h2{margin-bottom:12px;}
