:root {
  --bg: #f4f1ea;
  --panel: #ffffff;
  --ink: #151515;
  --muted: #66635d;
  --brand: #111111;
  --accent: #d8ff4f;
  --line: #ded8cd;
  --shadow: 0 24px 70px rgba(0,0,0,.10);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--ink);
}
a { color: inherit; text-decoration: none; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(244,241,234,.82);
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.nav {
  max-width: 1120px;
  margin: 0 auto;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.1rem; }
.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: var(--ink);
  color: var(--accent);
  display: grid;
  place-items: center;
  font-weight: 900;
}
.nav-links { display: flex; gap: 22px; align-items: center; font-weight: 600; color: var(--muted); }
.nav-cta { color: var(--ink); border: 1px solid var(--ink); border-radius: 999px; padding: 10px 16px; }
.hero {
  max-width: 1120px;
  margin: 0 auto;
  padding: 82px 20px 48px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 36px;
  align-items: center;
}
.eyebrow { text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; font-weight: 800; color: var(--muted); margin: 0 0 14px; }
h1 { font-size: clamp(3rem, 7vw, 6.8rem); line-height: .9; letter-spacing: -.07em; margin: 0 0 24px; max-width: 800px; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1; letter-spacing: -.05em; margin: 0 0 16px; }
h3 { margin: 0 0 12px; font-size: 1.25rem; }
.lead { font-size: 1.22rem; line-height: 1.6; color: var(--muted); max-width: 660px; margin: 0 0 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.centered { justify-content: center; }
.btn { border-radius: 999px; padding: 15px 22px; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; }
.btn-primary { background: var(--ink); color: white; }
.btn-secondary { border: 1px solid var(--ink); color: var(--ink); }
.btn-secondary.light { border-color: rgba(255,255,255,.5); color: white; }
.microcopy { color: var(--muted); font-size: .95rem; margin-top: 14px; }
.hero-card {
  background: var(--ink);
  color: white;
  border-radius: 32px;
  padding: 32px;
  min-height: 430px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}
.hero-card:before {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  border-radius: 999px;
  background: var(--accent);
  top: -70px;
  right: -80px;
}
.status-dot { width: 14px; height: 14px; border-radius: 50%; background: var(--accent); margin-bottom: 26px; position: relative; z-index: 1; }
.hero-card h2 { font-size: 2.2rem; position: relative; z-index: 1; }
.hero-card ul { list-style: none; padding: 0; margin: 12px 0 0; display: grid; gap: 12px; color: #ddd; position: relative; z-index: 1; }
.hero-card li:before { content: "✓"; color: var(--accent); font-weight: 900; margin-right: 10px; }
.trust-strip {
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px 20px 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.trust-strip div { background: rgba(255,255,255,.68); border: 1px solid var(--line); border-radius: 18px; padding: 20px; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip span { color: var(--muted); margin-top: 5px; }
.section, .split-section {
  max-width: 1120px;
  margin: 0 auto;
  padding: 72px 20px;
}
.section-heading { max-width: 760px; margin-bottom: 28px; }
.section-heading p:last-child { color: var(--muted); font-size: 1.08rem; line-height: 1.6; }
.cards, .pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card, .price-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 10px 28px rgba(0,0,0,.04);
}
.card p, .price-card p { color: var(--muted); line-height: 1.55; margin: 0; }
.split-section {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 32px;
  align-items: start;
}
.steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.steps li { display: flex; gap: 18px; background: var(--panel); border: 1px solid var(--line); padding: 20px; border-radius: 22px; }
.steps span { flex: 0 0 42px; height: 42px; border-radius: 50%; background: var(--accent); display: grid; place-items: center; font-weight: 900; }
.steps p { color: var(--muted); margin: 6px 0 0; line-height: 1.5; }
.price { font-size: 2rem; font-weight: 900; letter-spacing: -.04em; color: var(--ink) !important; margin-bottom: 12px !important; }
.featured { background: var(--ink); color: white; transform: translateY(-10px); }
.featured p { color: #d7d7d7; }
.featured .price { color: var(--accent) !important; }
.badge { display: inline-flex; background: var(--accent); color: var(--ink); border-radius: 999px; padding: 7px 10px; font-size: .75rem; font-weight: 900; margin-bottom: 18px; }
.cta-panel {
  max-width: 1080px;
  margin: 40px auto;
  padding: 58px 28px;
  background: var(--ink);
  color: white;
  text-align: center;
  border-radius: 34px;
}
.cta-panel p { color: #d7d7d7; font-size: 1.12rem; margin: 0 auto 26px; max-width: 620px; line-height: 1.6; }
.faq-list { display: grid; gap: 12px; max-width: 840px; }
details { background: var(--panel); border: 1px solid var(--line); border-radius: 18px; padding: 20px; }
summary { cursor: pointer; font-weight: 800; }
details p { color: var(--muted); line-height: 1.6; margin-bottom: 0; }
.footer { padding: 42px 20px 120px; text-align: center; color: var(--muted); }
.footer a { font-weight: 800; color: var(--ink); }
.chat-toggle {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  background: var(--ink);
  color: white;
  border: 0;
  border-radius: 999px;
  padding: 15px 20px;
  font-weight: 900;
  box-shadow: var(--shadow);
  cursor: pointer;
}
.chatbot {
  position: fixed;
  right: 22px;
  bottom: 86px;
  width: min(360px, calc(100vw - 36px));
  background: white;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
  overflow: hidden;
  z-index: 70;
  display: none;
}
.chatbot.open { display: block; }
.chat-header { background: var(--ink); color: white; padding: 16px; display: flex; justify-content: space-between; align-items: center; }
.chat-header span { display: block; color: #ccc; font-size: .85rem; margin-top: 3px; }
.chat-header button { background: transparent; color: white; border: 0; font-size: 1.8rem; cursor: pointer; }
.chat-body { height: 300px; overflow-y: auto; padding: 16px; display: flex; flex-direction: column; gap: 10px; }
.bot-message, .user-message { padding: 11px 13px; border-radius: 16px; line-height: 1.45; font-size: .94rem; }
.bot-message { background: #f1f1ee; align-self: flex-start; }
.user-message { background: var(--ink); color: white; align-self: flex-end; }
.chat-form { display: flex; border-top: 1px solid var(--line); }
.chat-form input { flex: 1; border: 0; padding: 14px; font: inherit; outline: none; }
.chat-form button { border: 0; background: var(--accent); font-weight: 900; padding: 0 16px; cursor: pointer; }
@media (max-width: 820px) {
  .nav-links a:not(.nav-cta) { display: none; }
  .hero, .split-section { grid-template-columns: 1fr; padding-top: 54px; }
  .hero-card { min-height: 330px; }
  .trust-strip, .cards, .pricing-grid { grid-template-columns: 1fr; }
  .featured { transform: none; }
  h1 { font-size: clamp(3.1rem, 18vw, 5rem); }
}
