:root {
  --bg: #f7f8fc;
  --surface: #ffffff;
  --surface-2: #eef1f8;
  --text: #151928;
  --muted: #62697a;
  --line: #dfe3ec;
  --primary: #5b5ce2;
  --primary-2: #8b5cf6;
  --accent: #18a999;
  --danger: #b42318;
  --success: #027a48;
  --shadow: 0 18px 50px rgba(31, 35, 58, .10);
  --radius: 22px;
  --radius-sm: 14px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
}
a { color: inherit; }
img, svg { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button, .button { min-height: 44px; }
:focus-visible { outline: 3px solid rgba(91,92,226,.35); outline-offset: 3px; }
.container { width: min(calc(100% - 32px), var(--max)); margin-inline: auto; }
.skip-link { position:absolute; left:-999px; top:8px; background:#fff; padding:10px 14px; z-index:9999; }
.skip-link:focus { left:8px; }
.site-header { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(18px); background: rgba(247,248,252,.88); border-bottom: 1px solid rgba(223,227,236,.85); }
.nav-wrap { min-height: 72px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand { display:flex; align-items:center; gap:10px; font-weight:800; text-decoration:none; letter-spacing:-.02em; }
.brand-mark { width:34px; height:34px; border-radius:11px; background: linear-gradient(135deg, var(--primary), var(--primary-2)); position:relative; box-shadow:0 9px 20px rgba(91,92,226,.24); }
.brand-mark::before, .brand-mark::after { content:""; position:absolute; border-radius:50%; background:#fff; opacity:.92; }
.brand-mark::before { width:10px; height:10px; left:7px; top:7px; }
.brand-mark::after { width:7px; height:7px; right:7px; bottom:7px; }
.nav { display:flex; gap:22px; align-items:center; }
.nav a { text-decoration:none; color:var(--muted); font-weight:650; font-size:.95rem; }
.nav a:hover { color:var(--text); }
.nav-toggle { display:none; border:1px solid var(--line); background:var(--surface); border-radius:12px; padding:8px 12px; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:12px 18px; border-radius:13px; border:1px solid transparent; text-decoration:none; font-weight:750; cursor:pointer; transition:.2s ease; }
.button-primary { background:var(--text); color:#fff; box-shadow:0 10px 28px rgba(21,25,40,.16); }
.button-primary:hover { transform:translateY(-1px); }
.button-secondary { background:var(--surface); border-color:var(--line); }
.hero { padding:72px 0 54px; overflow:hidden; }
.hero-grid { display:grid; grid-template-columns: 1.02fr .98fr; gap:48px; align-items:center; }
.eyebrow { display:inline-flex; align-items:center; gap:8px; padding:7px 11px; border-radius:999px; background:#ebeaff; color:#4645ad; font-size:.88rem; font-weight:800; }
.eyebrow-dot { width:8px; height:8px; border-radius:999px; background:var(--accent); }
h1 { font-size:clamp(2.55rem, 6vw, 5.25rem); line-height:.98; letter-spacing:-.055em; margin:18px 0 22px; max-width:780px; }
.hero p { font-size:1.15rem; color:var(--muted); max-width:660px; }
.hero-actions { display:flex; gap:12px; flex-wrap:wrap; margin-top:28px; }
.trust-row { display:flex; flex-wrap:wrap; gap:14px 24px; margin-top:26px; color:var(--muted); font-size:.92rem; }
.trust-item::before { content:"✓"; margin-right:7px; color:var(--success); font-weight:900; }
.hero-visual { position:relative; min-height:540px; }
.glow { position:absolute; width:420px; height:420px; border-radius:50%; background:radial-gradient(circle at 40% 35%, rgba(139,92,246,.34), rgba(91,92,226,.06) 62%, transparent 70%); filter:blur(2px); right:-50px; top:20px; }
.phone-card { position:absolute; inset:28px 42px auto auto; width:min(360px, 82%); background:var(--surface); border:1px solid rgba(255,255,255,.8); border-radius:34px; padding:14px; box-shadow:var(--shadow); transform:rotate(4deg); }
.photo-demo { aspect-ratio: 4/5; border-radius:24px; overflow:hidden; position:relative; background:linear-gradient(155deg,#bdc6d8 0 37%,#8fc5bd 38% 62%,#665d6f 63%); }
.photo-demo::before { content:""; position:absolute; width:150px; height:150px; border-radius:48% 52% 50% 50%; background:linear-gradient(145deg,#f1c7ae,#c77c67); left:50%; top:22%; transform:translateX(-50%); box-shadow:0 110px 0 42px #343d55; }
.photo-demo::after { content:""; position:absolute; inset:0 50% 0 0; backdrop-filter: blur(4px) saturate(.65); background:rgba(40,50,70,.12); border-right:2px solid rgba(255,255,255,.9); }
.demo-label { position:absolute; top:16px; padding:7px 10px; background:rgba(255,255,255,.86); border-radius:999px; font-size:.76rem; font-weight:800; z-index:2; }
.demo-label.before { left:16px; }
.demo-label.after { right:16px; }
.floating-card { position:absolute; left:-8px; bottom:72px; width:235px; background:rgba(255,255,255,.94); border:1px solid var(--line); border-radius:18px; padding:16px; box-shadow:var(--shadow); transform:rotate(-5deg); }
.floating-card strong { display:block; font-size:1.08rem; }
.floating-card span { color:var(--muted); font-size:.88rem; }
.section { padding:78px 0; }
.section-alt { background:var(--surface); border-block:1px solid var(--line); }
.section-head { display:flex; justify-content:space-between; gap:30px; align-items:end; margin-bottom:34px; }
.section-head h2, .legal-page h1 { font-size:clamp(2rem,4vw,3.35rem); line-height:1.05; letter-spacing:-.04em; margin:0; }
.section-head p { max-width:620px; color:var(--muted); margin:0; }
.cards { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.card { background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); padding:24px; box-shadow:0 10px 30px rgba(31,35,58,.04); }
.card-icon { width:46px; height:46px; display:grid; place-items:center; background:#efefff; border-radius:14px; font-size:1.3rem; margin-bottom:36px; }
.card h3 { margin:0 0 8px; font-size:1.14rem; }
.card p { margin:0; color:var(--muted); font-size:.95rem; }
.steps { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; counter-reset:step; }
.step { background:var(--surface-2); border-radius:var(--radius); padding:26px; counter-increment:step; }
.step::before { content:"0" counter(step); display:block; color:var(--primary); font-size:.82rem; font-weight:900; margin-bottom:46px; }
.step h3 { margin:0 0 8px; }
.step p { margin:0; color:var(--muted); }
.disclaimer { margin-top:24px; padding:16px 18px; border-radius:14px; background:#f9fafb; border:1px solid var(--line); color:var(--muted); font-size:.9rem; }
.lead-section { padding:86px 0; }
.lead-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:46px; align-items:start; }
.lead-copy h2 { font-size:clamp(2rem,4vw,3.5rem); line-height:1.05; letter-spacing:-.04em; margin:0 0 18px; }
.lead-copy p { color:var(--muted); }
.form-card { background:var(--surface); border:1px solid var(--line); border-radius:28px; padding:28px; box-shadow:var(--shadow); }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.field { display:flex; flex-direction:column; gap:7px; }
.field.full { grid-column:1 / -1; }
.field label { font-weight:750; font-size:.9rem; }
.field input, .field select, .field textarea { width:100%; border:1px solid #cfd4df; border-radius:12px; background:#fff; padding:12px 13px; color:var(--text); }
.field textarea { min-height:112px; resize:vertical; }
.check { display:flex; gap:10px; align-items:flex-start; color:var(--muted); font-size:.88rem; }
.check input { margin-top:3px; }
.form-note { background:#f7f8fc; padding:13px 14px; border-radius:12px; font-size:.82rem; color:var(--muted); }
.form-status { margin-top:12px; min-height:24px; font-size:.9rem; }
.form-status.success { color:var(--success); }
.form-status.error { color:var(--danger); }
.faq { display:grid; gap:12px; max-width:900px; margin:auto; }
.faq-item { border:1px solid var(--line); background:var(--surface); border-radius:16px; overflow:hidden; }
.faq-button { width:100%; border:0; background:transparent; padding:18px 20px; display:flex; justify-content:space-between; gap:20px; text-align:left; font-weight:780; cursor:pointer; color:var(--text); }
.faq-panel { padding:0 20px 18px; color:var(--muted); }
.site-footer { padding:44px 0 32px; border-top:1px solid var(--line); background:#f1f3f8; }
.footer-grid { display:grid; grid-template-columns:1.5fr 1fr 1fr; gap:30px; }
.footer-links { display:grid; gap:8px; }
.footer-links a { color:var(--muted); text-decoration:none; font-size:.92rem; }
.footer-bottom { display:flex; justify-content:space-between; gap:16px; margin-top:34px; padding-top:20px; border-top:1px solid var(--line); color:var(--muted); font-size:.86rem; }
.legal-page { padding:72px 0 88px; }
.legal-wrap { max-width:860px; }
.legal-page h1 { margin-bottom:14px; }
.legal-page .intro { color:var(--muted); font-size:1.08rem; margin-bottom:38px; }
.legal-page h2 { margin-top:34px; font-size:1.35rem; }
.legal-page p, .legal-page li { color:#4e5565; }
.notice-box { padding:16px; border:1px solid #f0c36d; background:#fff8e8; border-radius:14px; }
.cookie-banner { position:fixed; left:16px; right:16px; bottom:16px; z-index:100; max-width:980px; margin:auto; background:#fff; border:1px solid var(--line); border-radius:20px; box-shadow:0 25px 70px rgba(20,23,40,.22); padding:20px; }
.cookie-banner[hidden], .cookie-settings[hidden] { display:none !important; }
.cookie-content { display:grid; grid-template-columns:1fr auto; gap:22px; align-items:center; }
.cookie-content p { margin:4px 0 0; color:var(--muted); font-size:.9rem; }
.cookie-actions { display:flex; gap:8px; flex-wrap:wrap; }
.cookie-actions button { border:1px solid var(--line); background:#fff; border-radius:11px; padding:10px 13px; font-weight:750; cursor:pointer; }
.cookie-actions button.primary { background:var(--text); color:#fff; border-color:var(--text); }
.cookie-settings { margin-top:16px; padding-top:16px; border-top:1px solid var(--line); }
.cookie-settings label { display:flex; justify-content:space-between; gap:20px; padding:8px 0; }
@media (max-width: 920px) {
  .hero-grid, .lead-grid { grid-template-columns:1fr; }
  .hero-visual { min-height:470px; }
  .cards { grid-template-columns:repeat(2,1fr); }
  .steps { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width: 700px) {
  .nav-toggle { display:block; }
  .nav { display:none; position:absolute; top:68px; left:16px; right:16px; padding:16px; border:1px solid var(--line); background:#fff; border-radius:16px; box-shadow:var(--shadow); flex-direction:column; align-items:stretch; }
  .nav.is-open { display:flex; }
  .hero { padding-top:48px; }
  .hero-visual { min-height:410px; }
  .phone-card { right:6px; width:82%; }
  .floating-card { left:0; bottom:22px; }
  .cards, .form-grid, .footer-grid { grid-template-columns:1fr; }
  .field.full { grid-column:auto; }
  .section-head, .footer-bottom, .cookie-content { display:block; }
  .cookie-actions { margin-top:14px; }
  .cookie-actions button { flex:1 1 30%; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior:auto !important; transition:none !important; }
}
