/*
  Life180 Labs - Book AI Audit page

  Geometry measured from Ignore/Book AI Audit_Page_AG_Aug14.png (2880px-wide
  artboard = a 1440px desktop render at 50%, so mockup px x 2 = CSS px).
  Built on the site's real design system (tokens.css spacing/type scale, the
  .svc-*/.abt-* visual language already established) rather than a one-off.
*/

.aud-page { background: var(--color-canvas); }
.aud-page p.eyebrow { color: var(--color-amber); }

/* ------------------------------------------------------------------ */
/* Hero                                                                 */
/* ------------------------------------------------------------------ */

.aud-hero { background: var(--color-canvas); padding: 44px 0 54px; }
.aud-hero__inner {
  display: grid;
  grid-template-columns: 45fr 55fr;
  gap: 40px;
  align-items: center;
}
.aud-eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  color: var(--color-amber);
  margin-bottom: 18px;
}
.aud-hero h1 { margin-bottom: 22px; }
.aud-hero h1 .accent { color: var(--color-amber); font-style: italic; }
.aud-hero__lead {
  font-size: 17px;
  line-height: 1.7;
  color: var(--color-muted);
  margin-bottom: 32px;
  max-width: 46ch;
}
.aud-hero__actions { display: flex; gap: 16px; flex-wrap: wrap; }

/* ---- AI Readiness Snapshot card ---- */
.aud-snap {
  background: var(--color-soft-section);
  border-radius: var(--radius-2xl);
  padding: 18px;
}
.aud-snap__card {
  background: var(--color-surface);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  padding: 28px 26px;
}
.aud-snap__head { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; }
.aud-snap__icon {
  width: 46px;
  height: 46px;
  border-radius: var(--radius-lg);
  background: #FDF0DF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-amber);
  flex-shrink: 0;
}
.aud-snap__icon svg { width: 22px; height: 22px; }
.aud-snap__head h2 { font-size: 17px; font-weight: 700; }
.aud-snap__head p { font-size: 13px; color: var(--color-muted); margin-top: 2px; }

.aud-snap__row { display: grid; grid-template-columns: 30fr 58fr 12fr; align-items: center; gap: 12px; margin-bottom: 14px; }
.aud-snap__row span:first-child { font-size: 14px; color: var(--color-heading); font-weight: 500; }
.aud-snap__bar { height: 8px; border-radius: var(--radius-full); background: var(--color-soft-section); overflow: hidden; }
.aud-snap__bar i { display: block; height: 100%; border-radius: var(--radius-full); background: var(--pct-color, var(--color-success)); width: var(--pct, 60%); }
.aud-snap__row b { font-size: 14px; font-weight: 700; color: var(--color-heading); text-align: right; }

.aud-snap__foot { display: flex; align-items: flex-end; justify-content: space-between; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--color-border-soft); }
.aud-snap__score span { display: block; font-size: 12.5px; color: var(--color-muted); margin-bottom: 4px; }
.aud-snap__score b { font-size: 26px; font-weight: 800; color: var(--color-success); }
.aud-snap__opp { text-align: right; }
.aud-snap__opp span { display: block; font-size: 12.5px; color: var(--color-muted); margin-bottom: 4px; }
.aud-snap__opp b { font-size: 15px; font-weight: 700; color: var(--color-heading); }

/* ------------------------------------------------------------------ */
/* "What you'll walk away with" offer cards                            */
/* ------------------------------------------------------------------ */

.aud-offer { background: var(--color-soft-section); padding: 76px 0; }
.aud-offer__head { text-align: center; margin-bottom: 44px; }
.aud-offer .eyebrow { display: block; margin-bottom: 12px; }
.aud-offer h2 { font-size: 34px; line-height: 1.25; font-weight: 800; letter-spacing: -0.015em; margin-bottom: 12px; }
.aud-offer__head p { font-size: 16px; color: var(--color-muted); max-width: 60ch; margin: 0 auto; }
.aud-offer__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.aud-offer-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border-soft);
  border-radius: var(--radius-xl);
  padding: 26px 24px;
  transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}
.aud-offer-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); border-color: var(--color-amber); }
@media (prefers-reduced-motion: reduce) { .aud-offer-card { transition: none; } .aud-offer-card:hover { transform: none; } }
.aud-offer-card__icon {
  width: 50px;
  height: 50px;
  border-radius: var(--radius-lg);
  background: #FDF0DF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: var(--color-amber);
}
.aud-offer-card__icon svg { width: 24px; height: 24px; }
.aud-offer-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.aud-offer-card > p { font-size: 14.5px; line-height: 1.6; color: var(--color-muted); margin-bottom: 18px; }
.aud-offer-card ul { display: flex; flex-direction: column; gap: 9px; }
.aud-offer-card li { display: flex; align-items: flex-start; gap: 9px; font-size: 14.5px; line-height: 1.4; color: var(--color-heading); }
.aud-offer-card li svg { width: 14px; height: 14px; color: var(--color-amber); flex-shrink: 0; margin-top: 3px; }

/* ------------------------------------------------------------------ */
/* "How it works" - 3 steps with arrow connectors                      */
/* ------------------------------------------------------------------ */

.aud-steps { background: var(--color-canvas); padding: 76px 0; }
.aud-steps__head { text-align: center; margin-bottom: 48px; }
.aud-steps .eyebrow { display: block; margin-bottom: 12px; }
.aud-steps h2 { font-size: 34px; line-height: 1.25; font-weight: 800; letter-spacing: -0.015em; margin-bottom: 12px; }
.aud-steps__head p { font-size: 16px; color: var(--color-muted); }
.aud-steps__row { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: start; gap: 4px; margin-bottom: 40px; }
.aud-step { text-align: center; padding: 0 10px; }
.aud-step__num {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--color-amber);
  color: var(--color-heading);
  font-size: 18px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}
.aud-step h3 { font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.aud-step p { font-size: 14.5px; line-height: 1.6; color: var(--color-muted); margin-bottom: 14px; }
.aud-step__pill {
  display: inline-flex;
  padding: 5px 14px;
  border-radius: var(--radius-full);
  background: #E9F0FE;
  color: #1D6DF0;
  font-size: 12.5px;
  font-weight: 600;
}
.aud-step__arrow { display: flex; align-items: center; height: 46px; color: var(--color-border); }
.aud-step__arrow svg { width: 22px; height: 22px; }

/* ------------------------------------------------------------------ */
/* Book the audit - live Calendly widget (same pattern as Talk to an   */
/* Expert's .tte-book), so "Book Your Free AI Audit" resolves to an    */
/* actual calendar instead of the generic contact form.                */
/* ------------------------------------------------------------------ */

.aud-book-section { background: var(--color-soft-section); padding: 0 0 76px; }
.aud-book {
  max-width: 640px;
  margin: 0 auto;
  background: var(--color-surface);
  border: 1px solid var(--color-border-soft);
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-lg);
  padding: 34px 36px;
  text-align: center;
}
.aud-book h2 { font-size: 24px; margin-bottom: 6px; }
.aud-book__sub { font-size: 14.5px; color: var(--color-muted); margin-bottom: 22px; }
.aud-book__embed {
  border: 1px solid var(--color-border-soft);
  border-radius: var(--radius-xl);
  background: var(--color-soft-section);
  overflow: hidden;
  margin-bottom: 16px;
  text-align: left;
}
.aud-book__embed .calendly-inline-widget { border-radius: var(--radius-xl); }
.aud-book small { display: block; font-size: 13px; color: var(--color-muted); }

/* ------------------------------------------------------------------ */
/* "Who this is for" - persona cards                                   */
/* ------------------------------------------------------------------ */

.aud-personas { background: var(--color-soft-section); padding: 76px 0; }
.aud-personas__head { text-align: center; margin-bottom: 44px; }
.aud-personas .eyebrow { display: block; margin-bottom: 12px; }
.aud-personas h2 { font-size: 34px; line-height: 1.25; font-weight: 800; letter-spacing: -0.015em; margin-bottom: 12px; }
.aud-personas__head p { font-size: 16px; color: var(--color-muted); }
.aud-personas__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.aud-persona-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border-soft);
  border-radius: var(--radius-xl);
  padding: 28px 30px;
  transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}
.aud-persona-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); border-color: var(--color-amber); }
@media (prefers-reduced-motion: reduce) { .aud-persona-card { transition: none; } .aud-persona-card:hover { transform: none; } }
.aud-persona-card__tag { font-size: 12.5px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--color-amber); margin-bottom: 10px; }
.aud-persona-card h3 { font-size: 21px; line-height: 1.32; font-weight: 800; margin-bottom: 14px; }
.aud-persona-card > p { font-size: 14.5px; line-height: 1.65; color: var(--color-muted); margin-bottom: 18px; }
.aud-persona-card__tags { display: flex; flex-wrap: wrap; gap: 8px; }
.aud-persona-tag {
  display: inline-flex;
  padding: 6px 13px;
  border-radius: var(--radius-full);
  background: var(--color-soft-section);
  color: var(--color-heading);
  font-size: 13px;
  font-weight: 600;
}

/* ------------------------------------------------------------------ */
/* FAQ - flat list (no per-item card border, matches mockup)           */
/* ------------------------------------------------------------------ */

.aud-faq { background: var(--color-canvas); padding: 76px 0; }
.aud-faq__head { text-align: center; margin-bottom: 40px; }
.aud-faq .eyebrow { display: block; margin-bottom: 12px; }
.aud-faq h2 { font-size: 34px; line-height: 1.25; font-weight: 800; letter-spacing: -0.015em; }
.aud-faq__list { max-width: 800px; margin: 0 auto; }
.aud-faq__item { border-bottom: 1px solid var(--color-border-soft); }
.aud-faq__item:first-child { border-top: 1px solid var(--color-border-soft); }
.aud-faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  padding: 20px 4px;
  gap: 16px;
  background: none;
  border: none;
  font-family: inherit;
  cursor: pointer;
}
.aud-faq__q span { font-size: 16px; font-weight: 700; color: var(--color-heading); }
.aud-faq__icon { position: relative; width: 16px; height: 16px; flex-shrink: 0; color: var(--color-heading); }
.aud-faq__icon::before,
.aud-faq__icon::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 1px;
}
.aud-faq__icon::before { top: 50%; left: 0; width: 100%; height: 2px; transform: translateY(-50%); }
.aud-faq__icon::after { left: 50%; top: 0; height: 100%; width: 2px; transform: translateX(-50%); transition: transform .15s ease, opacity .15s ease; }
.aud-faq__item.is-open .aud-faq__icon::after { transform: translateX(-50%) rotate(90deg); opacity: 0; }
.aud-faq__a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .2s ease;
}
.aud-faq__a-inner { overflow: hidden; }
.aud-faq__a p { padding: 0 4px 20px; font-size: 14.5px; line-height: 1.65; color: var(--color-muted); max-width: 68ch; }
.aud-faq__item.is-open .aud-faq__a { grid-template-rows: 1fr; }

/* ------------------------------------------------------------------ */
/* Responsive                                                          */
/* ------------------------------------------------------------------ */

@media (max-width: 1100px) {
  .aud-hero__inner { grid-template-columns: 1fr; gap: 34px; }
  .aud-offer__grid { grid-template-columns: repeat(2, 1fr); }
  .aud-steps__row { grid-template-columns: 1fr; gap: 30px; }
  .aud-step__arrow { display: none; }
  .aud-personas__grid { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .aud-hero { padding: 26px 0 34px; }
  .aud-hero__lead { max-width: none; }
  .aud-hero__actions .btn { flex: 1; }
  .aud-snap { padding: 12px; }
  .aud-snap__card { padding: 22px 18px; }
  .aud-snap__row { grid-template-columns: 26fr 60fr 14fr; }

  .aud-offer { padding: var(--space-2xl) 0; }
  .aud-offer__grid { grid-template-columns: 1fr; }

  .aud-steps { padding: var(--space-2xl) 0; }

  .aud-personas { padding: var(--space-2xl) 0; }
  .aud-persona-card { padding: 22px 20px; }

  .aud-faq { padding: var(--space-2xl) 0; }
  .aud-faq__q span { font-size: 15px; }
}
