:root {
  --bg: #111827;
  --text: #f8fafc;
  --muted: #a8b3c7;
  --card: rgba(255, 255, 255, 0.08);
  --line: rgba(255, 255, 255, 0.14);
  --primary: #f97316;
  --primary-2: #fb7185;
  --blue: #38bdf8;
  --dark: #0b1020;
  --radius: 26px;
}

* { 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:
    radial-gradient(circle at 14% 10%, rgba(249, 115, 22, 0.24), transparent 32rem),
    radial-gradient(circle at 82% 8%, rgba(56, 189, 248, 0.18), transparent 28rem),
    var(--bg);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.container { width: min(100% - 40px, 1160px); margin: 0 auto; }
.topbar {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 10;
  width: min(calc(100% - 32px), 1160px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.78);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: -0.04em; }
.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 14px;
  color: #180a00;
  background: linear-gradient(135deg, var(--primary), #fff0c2);
}
nav { display: flex; gap: 6px; }
nav a { padding: 10px 14px; border-radius: 999px; color: var(--muted); font-weight: 700; }
nav a:hover { color: var(--text); background: rgba(255,255,255,.08); }
.hero { min-height: 100vh; display: flex; align-items: center; padding: 132px 0 76px; }
.hero-grid, .contact-grid, .process { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.eyebrow { margin: 0 0 14px; color: #fed7aa; font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 820px; margin-bottom: 24px; font-size: clamp(2.65rem, 4.75vw, 4.45rem); line-height: 1.08; letter-spacing: -.02em; font-weight: 800; }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 3.35vw, 3.25rem); line-height: 1.12; letter-spacing: -.015em; font-weight: 800; }
.hero-copy p, .section-title p, .contact p { color: var(--muted); font-size: 1.08rem; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 0 22px;
  font-weight: 900;
  cursor: pointer;
}
.primary { color: #1c0b03; background: linear-gradient(135deg, var(--primary), #fed7aa); box-shadow: 0 20px 48px rgba(249,115,22,.28); }
.ghost { border: 1px solid var(--line); background: rgba(255,255,255,.08); }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 42px; }
.stats span { padding: 16px; border: 1px solid var(--line); border-radius: 18px; color: var(--muted); background: rgba(255,255,255,.06); }
.stats strong { display: block; color: var(--text); font-size: 1.1rem; }
.phone-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 36px;
  background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.04));
  box-shadow: 0 30px 90px rgba(0,0,0,.34);
}
.phone-head { display: flex; gap: 7px; margin-bottom: 20px; }
.phone-head span { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.24); }
.post-card { display: flex; gap: 14px; align-items: center; padding: 16px; border-radius: 20px; background: rgba(255,255,255,.08); }
.post-card p { margin: 0; color: var(--muted); }
.avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--primary), var(--primary-2)); }
.post-visual { min-height: 230px; display: grid; place-items: center; margin: 18px 0; border-radius: 28px; background: radial-gradient(circle at 50% 35%, rgba(251,113,133,.42), transparent 14rem), linear-gradient(135deg, #fb923c, #f43f5e); text-align: center; }
.post-visual span { display: block; font-size: 4rem; font-weight: 950; letter-spacing: -.08em; }
.post-visual p { margin: 0; font-weight: 800; }
.metric-row { display: flex; justify-content: space-between; padding: 14px 4px; border-top: 1px solid var(--line); color: var(--muted); }
.metric-row strong { color: #86efac; }
.section { padding: 92px 0; }
.section-title { max-width: 780px; margin-bottom: 34px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cards article {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
}
.cards span { color: #fed7aa; font-weight: 950; }
.cards p { color: var(--muted); }
.dark { background: var(--dark); }
ol { display: grid; gap: 14px; padding: 0; margin: 0; list-style: none; counter-reset: steps; }
ol li { display: grid; gap: 4px; padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.06); }
ol span { color: var(--muted); }
.contact { background: #f8fafc; color: #0f172a; }
.contact .eyebrow { color: #ea580c; }
.contact p { color: #64748b; }
form { padding: 26px; border-radius: 28px; background: #fff; box-shadow: 0 28px 80px rgba(15,23,42,.12); }
label { display: grid; gap: 8px; margin-bottom: 14px; color: #334155; font-weight: 800; }
input, textarea { width: 100%; border: 1px solid #dbe3ef; border-radius: 14px; padding: 14px 15px; outline: 0; }
input:focus, textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 4px rgba(249,115,22,.12); }
.consent { grid-template-columns: 18px 1fr; align-items: start; font-size: .86rem; font-weight: 600; color: #64748b; }
.consent input { padding: 0; width: 18px; height: 18px; accent-color: var(--primary); }
.trap { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form-note { min-height: 22px; margin: 12px 0 0; color: #16a34a; text-align: center; font-weight: 700; }
.form-note.error { color: #dc2626; }
footer { display: flex; justify-content: space-between; gap: 20px; padding: 28px max(20px, calc((100% - 1160px) / 2)); color: var(--muted); background: #070b14; }
footer span { color: var(--text); font-weight: 900; }
footer a { color: #fed7aa; font-weight: 900; }
@media (max-width: 900px) {
  .hero-grid, .contact-grid, .process, .cards { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .topbar { top: 10px; border-radius: 24px; }
  nav { display: none; }
  .hero { padding-top: 118px; }
  h1 { font-size: clamp(2.35rem, 10vw, 3.35rem); line-height: 1.08; }
}
