:root {
  --bg: #050410;
  --bg-deep: #03030b;
  --surface: #0f0d24;
  --surface-strong: #121030;
  --text: #f0f0f5;
  --muted: #b6b7c2;
  --subtle: #8f92a3;
  --accent: #00d4cc;
  --accent-strong: #00b8b1;
  --gold: #e8c547;
  --border: rgba(255, 255, 255, 0.1);
  --border-accent: rgba(0, 212, 204, 0.42);
  --max: 1160px;
  --radius: 18px;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5.5rem; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 5%, rgba(0, 212, 204, 0.17), transparent 30rem),
    radial-gradient(circle at 90% 28%, rgba(232, 197, 71, 0.1), transparent 28rem),
    var(--bg);
  color: var(--text);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img, iframe { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
h1, h2, h3, .brand, .eyebrow, .price {
  font-family: "Inter Tight", system-ui, sans-serif;
}
h1, h2, h3 { line-height: 1.08; letter-spacing: -0.035em; }
p { margin: 0; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 1000;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  background: var(--text);
  color: var(--bg);
}
.skip-link:focus { top: 1rem; }
.container { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--border);
  background: rgba(5, 4, 16, 0.9);
  backdrop-filter: blur(18px);
}
.nav {
  min-height: 4.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.brand {
  font-weight: 800;
  letter-spacing: -0.03em;
  text-decoration: none;
  white-space: nowrap;
}
.brand span { color: var(--accent); }
.nav-links { display: flex; align-items: center; gap: 1.35rem; }
.nav-links > a:not(.btn) {
  color: var(--muted);
  font-size: 0.9rem;
  text-decoration: none;
}
.nav-links > a:hover, .nav-links > a:focus-visible { color: var(--text); }
.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.header-phone span { color: var(--accent); }
.header-phone:hover, .header-phone:focus-visible { color: var(--accent); }
.nav-mobile-actions, .header-page-actions { display: flex; align-items: center; gap: 0.65rem; }
.header-phone-mobile { display: none; }
.menu-toggle {
  display: none;
  width: 2.8rem;
  height: 2.8rem;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 0.75rem;
  background: var(--surface);
  color: var(--text);
  cursor: pointer;
}
.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  display: block;
  width: 1.2rem;
  height: 2px;
  margin: 0.25rem auto;
  background: currentColor;
  content: "";
}

.btn {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.7rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 0.75rem;
  background: linear-gradient(90deg, var(--accent), var(--gold));
  color: #050410 !important;
  box-shadow: 0 10px 34px rgba(0, 212, 204, 0.16);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, filter 160ms ease, border-color 160ms ease;
}
.btn:hover { transform: translateY(-1px); filter: brightness(1.08); }
.btn-secondary {
  border-color: var(--border);
  background: rgba(15, 13, 36, 0.55);
  color: var(--text) !important;
  box-shadow: none;
}
.btn-secondary:hover { border-color: var(--border-accent); }

.hero { padding: clamp(4.75rem, 9vw, 8rem) 0 4.5rem; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(19rem, 0.85fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}
.eyebrow {
  margin-bottom: 1rem;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
h1 {
  max-width: 13ch;
  margin: 0 0 1.35rem;
  font-size: clamp(3rem, 7vw, 5.6rem);
  font-weight: 900;
  background: linear-gradient(100deg, var(--text) 10%, var(--accent) 60%, var(--gold));
  background-clip: text;
  color: transparent;
}
.hero-copy { max-width: 45rem; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.24rem); }
.actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2rem; }
.trust-line { margin-top: 1.5rem; color: var(--subtle); font-size: 0.88rem; }

.employee-card {
  overflow: hidden;
  border: 1px solid var(--border-accent);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(18, 16, 48, 0.98), rgba(15, 13, 36, 0.95));
  box-shadow: var(--shadow);
}
.employee-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.2rem;
  border-bottom: 1px solid var(--border);
}
.employee-id { display: flex; align-items: center; gap: 0.7rem; font-weight: 700; }
.employee-avatar {
  display: grid;
  width: 2.1rem;
  height: 2.1rem;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--gold));
  color: var(--bg);
  font-family: "Inter Tight", sans-serif;
  font-weight: 900;
}
.status { display: inline-flex; align-items: center; gap: 0.4rem; color: var(--accent); font-size: 0.76rem; font-weight: 700; }
.status::before { width: 0.5rem; height: 0.5rem; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0.8rem var(--accent); content: ""; }
.message-thread { display: grid; gap: 0.9rem; padding: 1.25rem; }
.message { width: 90%; padding: 0.85rem 1rem; border: 1px solid var(--border); border-radius: 0.8rem; background: rgba(255,255,255,0.035); color: var(--muted); font-size: 0.91rem; }
.message strong { display: block; margin-bottom: 0.25rem; color: var(--text); }
.message.employee { margin-left: auto; border-color: rgba(0,212,204,0.28); background: rgba(0,212,204,0.08); }
.employee-footer { padding: 0.9rem 1.25rem; border-top: 1px solid var(--border); color: var(--subtle); font-size: 0.78rem; }

.problem-strip { border-block: 1px solid var(--border); background: rgba(10, 8, 32, 0.7); }
.problem-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.problem { padding: 2rem clamp(1rem, 3vw, 2rem); }
.problem + .problem { border-left: 1px solid var(--border); }
.problem-number { display: block; margin-bottom: 0.6rem; color: var(--gold); font-family: "Inter Tight", sans-serif; font-size: 1.8rem; font-weight: 900; }
.problem h2 { margin: 0 0 0.55rem; font-size: 1.18rem; }
.problem p { color: var(--muted); font-size: 0.92rem; }

section { padding: 5.5rem 0; }
.section-heading { max-width: 49rem; margin-bottom: 2.5rem; }
.section-heading h2 { margin: 0 0 1rem; font-size: clamp(2.15rem, 5vw, 3.7rem); }
.section-heading p { color: var(--muted); font-size: 1.04rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.card, .step, .price-card, .proof-card, .industry-card, .audit-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(18, 16, 48, 0.94), rgba(15, 13, 36, 0.91));
}
.card { min-height: 100%; padding: 1.5rem; }
.card-icon { display: grid; width: 2.5rem; height: 2.5rem; margin-bottom: 1.15rem; place-items: center; border-radius: 0.65rem; background: rgba(0,212,204,0.1); color: var(--accent); font-weight: 800; }
.card h3, .step h3, .industry-card h3 { margin: 0 0 0.65rem; font-size: 1.28rem; }
.card p, .step p, .industry-card p { color: var(--muted); }
.card-add-on { border-color: var(--border-accent); }
.card .add-on-label { margin: -0.45rem 0 0.65rem; color: var(--gold); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.section-note { margin-top: 1.4rem; color: var(--muted); font-style: italic; text-align: center; }

.how-section { border-block: 1px solid var(--border); background: rgba(10, 8, 32, 0.58); }
.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.step { padding: 1.45rem; }
.step-number { display: block; margin-bottom: 1.2rem; color: var(--accent); font-family: "Inter Tight", sans-serif; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.1em; }

.founding-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1rem;
  padding: 1.2rem 1.35rem;
  border: 1px solid var(--border-accent);
  border-radius: var(--radius);
  background: rgba(0, 212, 204, 0.08);
}
.founding-banner strong { color: var(--accent); }
.price-card { position: relative; display: flex; min-height: 100%; flex-direction: column; padding: 1.55rem; }
.price-card.featured { border: 2px solid var(--accent); transform: translateY(-0.4rem); box-shadow: 0 22px 60px rgba(0,212,204,0.12); }
.featured-tag { position: absolute; top: -0.8rem; right: 1rem; padding: 0.25rem 0.65rem; border-radius: 999px; background: var(--accent); color: var(--bg); font-size: 0.68rem; font-weight: 900; letter-spacing: 0.08em; }
.price-card h3 { margin: 0 0 0.35rem; font-size: 1.5rem; }
.plan-for { min-height: 2.8rem; color: var(--muted); }
.price { margin: 1rem 0 0; font-size: 2.45rem; font-weight: 900; letter-spacing: -0.05em; }
.price span { color: var(--muted); font-family: "Inter", sans-serif; font-size: 0.85rem; font-weight: 500; letter-spacing: 0; }
.setup-fee { color: var(--subtle); font-size: 0.84rem; }
.feature-list { flex: 1; margin: 1.2rem 0 1.5rem; padding: 0; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 1rem 1fr; gap: 0.55rem; padding: 0.5rem 0; color: var(--muted); }
.feature-list li::before { color: var(--accent); font-weight: 800; content: "✓"; }
.price-card .btn { width: 100%; }
.pricing-note { margin-top: 1.3rem; color: var(--subtle); font-size: 0.84rem; }
.audit-card { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: 1rem; padding: 1.4rem 1.55rem; }
.audit-card h3 { margin: 0 0 0.35rem; font-size: 1.2rem; }
.audit-card p { color: var(--muted); }

.proof-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 1.5rem; align-items: start; }
.proof-card { padding: 1.5rem; }
.proof-list { display: grid; gap: 0; }
.proof-item { padding: 1.1rem 0; border-bottom: 1px solid var(--border); }
.proof-item:first-child { padding-top: 0; }
.proof-item:last-child { padding-bottom: 0; border-bottom: 0; }
.proof-item h3 { margin: 0 0 0.35rem; font-size: 1.12rem; }
.proof-item p { color: var(--muted); }
.disclosure { margin-top: 1.25rem; padding: 1rem; border-left: 3px solid var(--accent); background: rgba(0,212,204,0.07); color: var(--muted); font-size: 0.9rem; }

.industry-card { padding: 1.4rem; text-decoration: none; transition: border-color 160ms ease, transform 160ms ease; }
.industry-card:hover { transform: translateY(-2px); border-color: var(--border-accent); }

.faq-list { max-width: 52rem; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-question { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.25rem 0; border: 0; background: transparent; color: var(--text); font-weight: 700; text-align: left; cursor: pointer; }
.faq-question span:last-child { color: var(--accent); font-size: 1.3rem; transition: transform 160ms ease; }
.faq-question[aria-expanded="true"] span:last-child { transform: rotate(45deg); }
.faq-answer { padding: 0 0 1.2rem; color: var(--muted); }
.faq-answer[hidden] { display: none; }

.cta { padding: 3.5rem; border: 1px solid var(--border-accent); border-radius: calc(var(--radius) + 0.4rem); background: linear-gradient(135deg, rgba(0,212,204,0.14), rgba(18,16,48,0.97) 52%, rgba(232,197,71,0.1)); text-align: center; }
.cta h2 { max-width: 20ch; margin: 0 auto 1rem; font-size: clamp(2.15rem, 5vw, 3.7rem); }
.cta p { max-width: 43rem; margin: 0 auto; color: var(--muted); }
.cta .actions { justify-content: center; }

footer { padding: 2.5rem 0 6rem; border-top: 1px solid var(--border); color: var(--subtle); font-size: 0.85rem; }
.footer-grid { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1rem; }
.footer-links a:hover { color: var(--text); }
.mobile-cta { display: none; }

.error-page { min-height: calc(100vh - 12rem); display: grid; place-items: center; padding: 5rem 0; text-align: center; }
.error-content { max-width: 40rem; }
.error-content .brand { display: inline-block; margin-bottom: 2rem; font-size: 1.1rem; }
.error-content h1 { max-width: none; margin-inline: auto; font-size: clamp(2.6rem, 7vw, 4.8rem); }
.error-content p { color: var(--muted); }
.error-content .actions { justify-content: center; }

.book-hero { padding: 4.5rem 0 2rem; text-align: center; }
.book-hero h1 { max-width: 15ch; margin-inline: auto; font-size: clamp(2.6rem, 6vw, 4.8rem); }
.book-hero p { max-width: 42rem; margin-inline: auto; color: var(--muted); font-size: 1.05rem; }
.cal-shell { height: 760px; margin: 0 auto 5rem; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: #151515; }
#my-cal-inline-ai-employee-call { width: 100%; height: 760px; overflow: auto; }
.book-fallback { padding: 1rem; color: var(--muted); font-size: 0.86rem; text-align: center; }

.legal-page { padding: clamp(4rem, 8vw, 7rem) 0; }
.legal-content { max-width: 820px; }
.legal-content h1 { max-width: none; margin-bottom: 1.25rem; font-size: clamp(2.8rem, 7vw, 5rem); }
.legal-content h2 { margin: 2.6rem 0 0.8rem; font-size: clamp(1.4rem, 3vw, 1.8rem); }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content p + p { margin-top: 0.85rem; }
.legal-content ul { display: grid; gap: 0.45rem; padding-left: 1.25rem; }
.legal-content a { color: var(--accent); }
.legal-intro { font-size: 1.08rem; }
.legal-notice { margin: 2rem 0; padding: 1.1rem 1.2rem; border: 1px solid var(--border-accent); border-radius: 0.8rem; background: rgba(0, 212, 204, 0.07); color: var(--muted); }
.legal-notice strong { color: var(--text); }

:focus-visible { outline: 3px solid rgba(0, 212, 204, 0.7); outline-offset: 3px; }

@media (max-width: 920px) {
  .hero-grid, .proof-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 2.5rem; }
  .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .price-card.featured { transform: none; }
  .nav-links {
    position: fixed;
    inset: 4.75rem 0 auto;
    display: none;
    padding: 1rem;
    border-bottom: 1px solid var(--border);
    background: rgba(5,4,16,0.98);
  }
  .nav-links.open { display: grid; }
  .nav-links > a { min-height: 2.8rem; display: flex; align-items: center; }
  .nav-links .btn { width: 100%; }
  .menu-toggle { display: block; }
  .header-phone-mobile { display: inline-flex; }
  .header-phone-desktop { display: none !important; }
}

@media (max-width: 767px) {
  body { padding-bottom: 4.9rem; }
  footer { padding-bottom: 7rem; }
  .mobile-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 0.65rem;
    align-items: center;
    padding: 0.65rem;
    border-top: 1px solid #252525;
    background: #0a0a0a;
  }
  .mobile-cta .btn { width: 100%; }
  .mobile-call {
    display: inline-flex;
    min-height: 3rem;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    border: 1px solid var(--border);
    border-radius: 0.75rem;
    color: var(--text);
    font-weight: 700;
    text-decoration: none;
  }
  .mobile-call span { color: var(--accent); }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 1.25rem), var(--max)); }
  .hero { padding-top: 3.6rem; }
  .hero-copy { font-size: 1rem; }
  .actions { align-items: stretch; flex-direction: column; }
  .actions .btn { width: 100%; }
  .problem-grid, .grid-3, .steps { grid-template-columns: 1fr; }
  .problem + .problem { border-top: 1px solid var(--border); border-left: 0; }
  section { padding: 4.25rem 0; }
  .founding-banner, .audit-card { align-items: flex-start; flex-direction: column; }
  .cta { padding: 2.25rem 1.1rem; }
  .cal-shell, #my-cal-inline-ai-employee-call { height: 720px; }
}

@media (max-width: 480px) {
  .nav { gap: 0.55rem; }
  .brand { font-size: 0.86rem; }
  .nav-mobile-actions { gap: 0.45rem; }
  .header-phone-mobile { font-size: 0.75rem; }
  .menu-toggle { width: 2.55rem; height: 2.55rem; }
  .header-page-actions .btn { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
