:root {
  --ink: #14172b;
  --ink-2: #1d2140;
  --paper: #faf9f6;
  --paper-2: #f4f2ec;
  --line: #e8e6df;
  --coral: #d97706;
  --trust: #2563eb;
  --muted: #5b5f7a;
  --soft: #9296ad;
  --green: #22c55e;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: "Poppins", sans-serif; margin: 0; }
p { margin: 0; }

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 32px; }

/* Nav */
.nav {
  position: sticky; top: 0; z-index: 30;
  background: rgba(250, 249, 246, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.nav .wrap { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; padding-bottom: 16px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand-mark {
  width: 32px; height: 32px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.brand-mark svg { width: 100%; height: 100%; }
.brand-name { font-family: "Poppins", sans-serif; font-weight: 700; font-size: 19px; }
.nav-links { display: flex; gap: 36px; }
.nav-links a { font-weight: 600; font-size: 15px; color: #3a3f5c; }
.nav-actions { display: flex; align-items: center; gap: 8px; }
.btn {
  display: inline-block; font-weight: 700; font-size: 15px;
  padding: 11px 22px; border-radius: 999px; background: var(--coral); color: #fff;
}
.btn-ghost { background: transparent; color: var(--ink); font-weight: 600; }
.btn-lg { font-size: 16px; padding: 16px 28px; color: var(--ink); }

/* Hero */
.hero {
  background: var(--ink);
  background-image: radial-gradient(circle, #252a4a 1.5px, transparent 1.5px);
  background-size: 26px 26px;
  padding: 96px 0 0; overflow: hidden;
}
.hero .wrap { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; }
.hero-copy { display: flex; flex-direction: column; gap: 26px; padding-bottom: 96px; }
.pill {
  align-self: flex-start; display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16);
  padding: 8px 16px; border-radius: 999px; font-size: 13px; font-weight: 600; color: #c7cae0;
}
.pill i { width: 6px; height: 6px; border-radius: 999px; background: var(--coral); display: inline-block; }
.hero h1 { font-weight: 800; font-size: 50px; line-height: 1.12; color: #fff; letter-spacing: -.01em; }
.hero p { font-size: 18px; line-height: 1.65; color: #aeb2cc; max-width: 480px; }
.hero-cta { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.link-under { font-weight: 600; font-size: 16px; color: #fff; padding: 16px 2px; border-bottom: 1px solid rgba(255,255,255,.32); }

.phone-wrap { display: flex; justify-content: center; }
.phone { width: 300px; background: #0b0d1a; border-radius: 36px; padding: 14px; box-shadow: 0 30px 80px rgba(0,0,0,.55); }
.phone-screen { background: #ece5dd; border-radius: 24px; overflow: hidden; }
.phone-head { background: #075e54; padding: 14px 16px; display: flex; align-items: center; gap: 10px; }
.avatar {
  width: 32px; height: 32px; border-radius: 999px; background: #fff; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: "Poppins", sans-serif; font-weight: 700; font-size: 12px; color: #075e54;
}
.phone-head b { display: block; font-size: 14px; color: #fff; }
.phone-head small { font-size: 11px; color: #d8f0ea; }
.phone-body { padding: 16px; display: flex; flex-direction: column; gap: 10px; min-height: 300px; }
.bubble { border-radius: 10px; padding: 10px 12px; max-width: 82%; font-size: 13px; line-height: 1.4; box-shadow: 0 1px 1px rgba(0,0,0,.08); }
.bubble.in { align-self: flex-start; background: #fff; }
.bubble.out { align-self: flex-end; background: #dcf8c6; }

/* Strip */
.strip { padding: 44px 0; border-bottom: 1px solid var(--line); }
.strip .wrap { display: flex; flex-direction: column; gap: 20px; align-items: center; }
.eyebrow { font-weight: 700; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: var(--coral); }
.strip .eyebrow { color: var(--soft); letter-spacing: .08em; }
.chips { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.chip { font-weight: 600; font-size: 14px; color: #3a3f5c; background: #f1efe9; padding: 10px 18px; border-radius: 999px; }

/* Feature rows */
.feature { padding: 110px 0; }
.feature.alt { background: var(--paper-2); }
.feature .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.feature-copy { display: flex; flex-direction: column; gap: 22px; }
.feature h2 { font-weight: 800; font-size: 34px; line-height: 1.22; }
.feature-copy > p { font-size: 16px; line-height: 1.7; color: var(--muted); }
.checks { display: flex; flex-direction: column; gap: 14px; margin-top: 6px; }
.check { display: flex; align-items: center; gap: 12px; font-size: 15px; color: #3a3f5c; }
.check::before {
  content: ""; width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0;
  background: var(--green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M6 10.5 8.5 13 14 7' stroke='white' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
.card-visual { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 28px; box-shadow: 0 20px 50px rgba(20,23,43,.08); }
.thread { display: flex; flex-direction: column; gap: 14px; }
.thread .bubble { font-size: 14px; padding: 12px 14px; max-width: 85%; box-shadow: none; }
.thread .bubble.in { background: #f1efe9; }
.thread .bubble.out { background: #fff7ed; border: 1px solid #fed7aa; }
.slots { display: flex; flex-direction: column; gap: 10px; }
.slots h4 { margin: 0 0 4px; font-size: 14px; }
.slot { display: flex; align-items: center; justify-content: space-between; padding: 12px 14px; background: #f7f6f2; border-radius: 10px; font-size: 14px; color: var(--muted); }
.slot span:last-child { font-size: 13px; font-weight: 600; color: var(--soft); }
.slot.booked { background: #eafbf0; border: 1px solid #b9efcb; color: var(--ink); font-weight: 600; }
.slot.booked span:last-child { color: #15803d; }

/* Mini dashboard */
.mini { background: var(--ink); border-radius: 20px; padding: 16px; box-shadow: 0 24px 60px rgba(20,23,43,.28); display: flex; gap: 12px; }
.mini-side { width: 56px; background: var(--ink-2); border-radius: 12px; display: flex; flex-direction: column; align-items: center; gap: 16px; padding: 14px 0; }
.mini-side i { width: 18px; height: 18px; border-radius: 5px; background: #3a3f5c; display: block; }
.mini-side i:first-child { width: 26px; height: 26px; border-radius: 7px; background: var(--coral); }
.mini-main { flex: 1; background: #f7f6f2; border-radius: 12px; padding: 18px; display: flex; flex-direction: column; gap: 12px; }
.mini-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.mini-card { background: #fff; border-radius: 10px; padding: 14px; font-size: 12px; color: var(--soft); font-weight: 600; }
.mini-card b { display: block; font-family: "Poppins", sans-serif; font-weight: 800; font-size: 22px; color: var(--ink); }
.mini-list { background: #fff; border-radius: 10px; padding: 14px; display: flex; flex-direction: column; gap: 8px; font-size: 13px; color: #3a3f5c; }
.mini-list > span:first-child { font-size: 12px; color: var(--soft); font-weight: 600; }
.mini-list div { display: flex; justify-content: space-between; }
.mini-list em { font-style: normal; color: var(--soft); }

/* Steps */
.steps { padding: 110px 0; background: var(--ink); }
.steps .wrap { display: flex; flex-direction: column; gap: 64px; }
.center { text-align: center; display: flex; flex-direction: column; gap: 16px; align-items: center; }
.steps h2 { color: #fff; font-weight: 800; font-size: 34px; max-width: 640px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.step { display: flex; flex-direction: column; gap: 16px; }
.step span { font-family: "Poppins", sans-serif; font-weight: 800; font-size: 32px; color: var(--coral); }
.step h3 { font-weight: 700; font-size: 19px; color: #fff; }
.step p { font-size: 15px; line-height: 1.65; color: #aeb2cc; }

/* Pricing */
.pricing { padding: 110px 0; }
.pricing .wrap { display: flex; flex-direction: column; gap: 56px; }
.pricing h2 { font-weight: 800; font-size: 34px; }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; align-items: stretch; }
.plan { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 32px; display: flex; flex-direction: column; gap: 20px; box-shadow: 0 8px 24px rgba(20,23,43,.05); }
.plan.hot { border: 2px solid var(--coral); box-shadow: 0 24px 50px rgba(217,119,6,.18); }
.plan .tag { position: absolute; top: -13px; left: 32px; background: var(--coral); color: #fff; font-size: 12px; font-weight: 700; padding: 5px 14px; border-radius: 999px; }
.plan h3 { font-weight: 700; font-size: 20px; margin-bottom: 6px; }
.plan .tagline { font-size: 14px; color: var(--soft); }
.price { display: flex; align-items: baseline; gap: 6px; }
.price b { font-family: "Poppins", sans-serif; font-weight: 800; font-size: 30px; }
.price span { font-size: 14px; color: var(--soft); }
.plan .checks { flex: 1; gap: 10px; margin: 0; }
.plan .check { font-size: 14px; }
.plan .check::before { width: 16px; height: 16px; }
.plan .btn { text-align: center; border-radius: 12px; background: #f1efe9; color: var(--ink); padding: 14px; }
.plan.hot .btn { background: var(--coral); color: #fff; }

/* Final CTA + footer */
.final { padding: 100px 0; background: var(--ink); background-image: radial-gradient(circle, #252a4a 1.5px, transparent 1.5px); background-size: 26px 26px; }
.final .wrap { max-width: 680px; text-align: center; display: flex; flex-direction: column; gap: 24px; align-items: center; }
.final h2 { font-weight: 800; font-size: 34px; color: #fff; }
.foot { padding: 40px 0; border-top: 1px solid var(--line); }
.foot .wrap { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.foot .brand-mark { width: 26px; height: 26px; font-size: 13px; border-radius: 7px; }
.foot .brand-name { font-size: 15px; }
.foot small { font-size: 13px; color: var(--soft); }

/* Additions: hero note, team alert, trust, FAQ */
.hero-note { font-size: 13px; color: #8f94b3; margin-top: -8px; }
.alert-msg {
  display: flex; flex-direction: column; gap: 10px;
  background: #dcf8c6; border-radius: 12px; padding: 16px 18px;
  font-size: 14px; line-height: 1.45; color: var(--ink);
}
.alert-msg b { font-weight: 700; }
.alert-msg .alert-link { color: #0b6b5d; font-weight: 600; }
.visual-caption { display: block; margin-top: 14px; font-size: 13px; color: var(--soft); text-align: center; }
.mini-list em.urgent { color: #b42318; font-weight: 700; }
.mini-list > span:not(:first-child) { margin-top: 6px; }

.trust { padding: 100px 0; background: var(--paper-2); }
.trust .wrap { display: flex; flex-direction: column; gap: 48px; }
.trust h2 { font-weight: 800; font-size: 34px; max-width: 640px; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.trust-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 28px; display: flex; flex-direction: column; gap: 10px; }
.trust-card h3 { font-weight: 700; font-size: 18px; }
.trust-card p { font-size: 15px; line-height: 1.65; color: var(--muted); }

.steps-grid.four { grid-template-columns: repeat(4, 1fr); gap: 32px; }
.pricing-sub { font-size: 16px; color: var(--muted); }
.pricing h2 { max-width: 720px; }
.pricing-note { text-align: center; font-size: 14px; line-height: 1.7; color: var(--muted); max-width: 640px; margin: 0 auto; }
.pricing-note a { color: var(--coral); font-weight: 700; text-decoration: underline; }

.faq { padding: 100px 0; }
.faq .wrap { display: flex; flex-direction: column; gap: 48px; max-width: 860px; }
.faq h2 { font-weight: 800; font-size: 34px; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 0 22px; }
.faq summary { cursor: pointer; list-style: none; font-weight: 700; font-size: 16px; padding: 20px 28px 20px 0; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 22px; font-weight: 600; color: var(--coral); }
.faq details[open] summary::after { content: "–"; }
.faq details p { padding: 0 0 22px; font-size: 15px; line-height: 1.7; color: var(--muted); }

.final-sub { font-size: 17px; line-height: 1.6; color: #aeb2cc; }
.final-alt { font-size: 14px; color: #7d81a3; margin-top: -8px; }
.final-alt a { color: #aeb2cc; text-decoration: underline; }
.final-alt a:hover { color: #fff; }
.foot small a { text-decoration: underline; }

/* Mobile */
@media (max-width: 900px) {
  .trust, .faq { padding: 64px 0; }
  .trust h2, .faq h2 { font-size: 27px; }
  .trust-grid { grid-template-columns: 1fr; }
  .steps-grid.four { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .hero { padding-top: 56px; }
  .hero .wrap, .feature .wrap { grid-template-columns: 1fr; gap: 40px; }
  .hero h1 { font-size: 36px; }
  .hero-copy { padding-bottom: 24px; }
  .feature { padding: 64px 0; }
  .feature h2, .steps h2, .pricing h2, .final h2 { font-size: 27px; }
  .feature .card-visual, .feature .mini { order: 2; }
  .steps-grid, .plans { grid-template-columns: 1fr; }
  .steps, .pricing { padding: 64px 0; }
  .wrap { padding: 0 20px; }
}
