:root {
  color-scheme: dark;
  --ink: #08080a;
  --surface: #151519;
  --raised: #202026;
  --line: #303039;
  --text: #fbfbfc;
  --muted: #9b9ba6;
  --accent: #ff6d54;
  --mint: #5fe2a0;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 82% 7%, rgba(255, 109, 84, .16), transparent 28rem),
    radial-gradient(circle at 4% 48%, rgba(95, 226, 160, .07), transparent 24rem),
    var(--ink);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  min-height: 100vh;
}

a { color: inherit; }
img { max-width: 100%; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }

.site-nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 22px 0;
}
.brand { align-items: center; display: inline-flex; font-size: 17px; font-weight: 800; gap: 10px; text-decoration: none; }
.brand img { border-radius: 11px; height: 38px; width: 38px; }
.nav-links { align-items: center; display: flex; gap: 24px; }
.nav-links a { color: var(--muted); font-size: 14px; font-weight: 650; text-decoration: none; }
.nav-links a:hover { color: var(--text); }

.hero {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .75fr);
  min-height: 720px;
  padding: 70px 0 105px;
}
.eyebrow { color: var(--accent); font-size: 12px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
h1 { font-size: clamp(48px, 7vw, 82px); letter-spacing: -.055em; line-height: .98; margin: 18px 0 24px; max-width: 760px; }
.hero-copy > p { color: #c2c2ca; font-size: clamp(18px, 2vw, 22px); max-width: 650px; }
.actions { align-items: center; display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  background: white;
  border: 1px solid white;
  border-radius: 999px;
  color: #09090b;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  justify-content: center;
  padding: 14px 21px;
  text-decoration: none;
}
.button.secondary { background: rgba(255,255,255,.04); border-color: var(--line); color: var(--text); }
.price-note { color: var(--muted); font-size: 13px; margin-top: 16px; }

.phone {
  background: #030304;
  border: 1px solid #38383f;
  border-radius: 46px;
  box-shadow: 0 42px 100px rgba(0,0,0,.48), 0 0 70px rgba(255,109,84,.09);
  margin: 0 auto;
  max-width: 390px;
  padding: 18px 18px 24px;
  transform: rotate(1.2deg);
}
.phone-top { background: #16161a; border-radius: 999px; height: 25px; margin: 0 auto 24px; width: 104px; }
.phone-brand { align-items: center; display: flex; gap: 11px; margin-bottom: 18px; }
.phone-brand img { border-radius: 13px; height: 46px; width: 46px; }
.phone-brand strong { display: block; font-size: 18px; }
.phone-brand span { color: var(--muted); font-size: 11px; }
.status {
  align-items: center;
  background: linear-gradient(135deg, rgba(255,109,84,.13), rgba(255,255,255,.05));
  border: 1px solid var(--line);
  border-radius: 22px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
  padding: 16px;
}
.status small { color: var(--mint); display: block; font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.status b { font-size: 13px; }
.pill { background: rgba(255,255,255,.1); border-radius: 999px; font-size: 11px; font-weight: 800; padding: 7px 10px; }
.widget-action { background: white; border-radius: 13px; color: #09090b; font-size: 13px; font-weight: 850; margin-bottom: 10px; padding: 11px 13px; }
.thread { align-items: center; background: var(--surface); border: 1px solid #25252b; border-radius: 14px; display: flex; gap: 10px; margin-top: 8px; padding: 11px; }
.thread-dot { background: var(--mint); border-radius: 50%; height: 7px; width: 7px; }
.thread-dot.idle { background: #575760; }
.thread strong { display: block; font-size: 12px; line-height: 1.25; }
.thread span { color: var(--muted); font-size: 9px; }

.section { padding: 100px 0; }
.section h2 { font-size: clamp(34px, 4.5vw, 56px); letter-spacing: -.045em; line-height: 1.05; margin: 12px 0 18px; }
.section-lead { color: var(--muted); font-size: 18px; max-width: 680px; }
.grid-3 { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); margin-top: 42px; }
.card { background: rgba(21,21,25,.78); border: 1px solid var(--line); border-radius: 24px; padding: 25px; }
.card .icon { align-items: center; background: rgba(255,109,84,.12); border-radius: 14px; color: var(--accent); display: flex; font-weight: 900; height: 44px; justify-content: center; margin-bottom: 38px; width: 44px; }
.card h3 { font-size: 20px; letter-spacing: -.02em; margin: 0 0 8px; }
.card p { color: var(--muted); margin: 0; }

.setup { align-items: start; display: grid; gap: 60px; grid-template-columns: .75fr 1.25fr; }
.steps { counter-reset: step; }
.step { border-top: 1px solid var(--line); padding: 24px 0; position: relative; }
.step::before { color: var(--accent); content: counter(step, decimal-leading-zero); counter-increment: step; font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.step h3 { margin: 7px 0 5px; }
.step p { color: var(--muted); margin: 0; }

.pricing { background: linear-gradient(140deg, rgba(255,109,84,.12), rgba(21,21,25,.86) 50%); border: 1px solid #51332f; border-radius: 34px; display: grid; gap: 30px; grid-template-columns: 1fr auto; padding: clamp(28px, 5vw, 54px); }
.price { font-size: 58px; font-weight: 850; letter-spacing: -.05em; line-height: 1; }
.price span { color: var(--muted); font-size: 16px; letter-spacing: 0; }
.checklist { color: #d5d5db; display: grid; gap: 8px; margin: 20px 0 0; padding: 0; }
.checklist li { list-style: none; }
.checklist li::before { color: var(--mint); content: "✓"; font-weight: 900; margin-right: 9px; }

.faq { display: grid; gap: 0; margin-top: 35px; }
.faq details { border-top: 1px solid var(--line); padding: 20px 0; }
.faq summary { cursor: pointer; font-size: 17px; font-weight: 750; }
.faq p { color: var(--muted); max-width: 760px; }

.legal { padding: 70px 0 110px; }
.legal h1 { font-size: clamp(44px, 6vw, 68px); }
.legal article { max-width: 780px; }
.legal h2 { font-size: 24px; margin-top: 40px; }
.legal p, .legal li { color: #b9b9c2; }
.legal .notice { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 18px; }

footer { border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; padding: 32px 0 46px; }
.footer-row { display: flex; flex-wrap: wrap; gap: 18px; justify-content: space-between; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { text-decoration: none; }

@media (max-width: 820px) {
  .nav-links a:not(.nav-keep) { display: none; }
  .hero { gap: 60px; grid-template-columns: 1fr; min-height: 0; padding: 60px 0 90px; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-left: auto; margin-right: auto; }
  .actions { justify-content: center; }
  .grid-3 { grid-template-columns: 1fr; }
  .setup { gap: 28px; grid-template-columns: 1fr; }
  .pricing { grid-template-columns: 1fr; }
}

@media (max-width: 500px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .site-nav { padding: 14px 0; }
  .phone { border-radius: 36px; padding: 15px; }
  .section { padding: 72px 0; }
  .card { border-radius: 20px; }
}
