/* Theme tokens: edit these values first when moving the page into another builder. */
:root {
  --bg: #06070a;
  --bg-2: #0c1017;
  --panel: rgba(15, 20, 30, 0.9);
  --panel-soft: rgba(255, 255, 255, 0.045);
  --ink: #ffffff;
  --soft: #e9edf3;
  --muted: #aeb7c4;
  --line: rgba(255, 255, 255, 0.14);
  --gold: #d9a441;
  --gold-2: #f2cf82;
  --blue: #42bcff;
  --blue-soft: rgba(66, 188, 255, 0.14);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
  --radius: 8px;
  --max-width: 1180px;
}

/* Page reset: keeps spacing and sizing predictable for beginners. */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  background:
    linear-gradient(90deg, rgba(6, 7, 10, 0.98), rgba(6, 7, 10, 0.86)),
    url("assets/venue-intelligence-hero.png") center / cover fixed,
    var(--bg);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent 78%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
p,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p {
  color: var(--muted);
}

/* Shared layout helpers: reusable sections make CMS migration easier. */
.container {
  width: min(var(--max-width), calc(100% - 32px));
  margin: 0 auto;
}

.section-band {
  padding: clamp(56px, 7vw, 104px) 0;
}

main section {
  scroll-margin-top: 118px;
}

.eyebrow {
  margin-bottom: 10px;
  color: var(--gold-2);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 0.98;
}

h1 {
  margin-bottom: 12px;
  font-size: clamp(3.5rem, 9vw, 7.8rem);
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2.25rem, 5vw, 4.6rem);
}

h3 {
  margin-bottom: 10px;
  color: var(--soft);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.15;
}

.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: var(--radius);
  font-weight: 900;
  text-decoration: none;
  padding: 12px 16px;
}

.primary-button {
  border: 1px solid var(--gold);
  background: var(--gold);
  color: #171106;
}

.secondary-button {
  border: 1px solid rgba(66, 188, 255, 0.55);
  background: var(--blue-soft);
  color: #dff5ff;
}

.primary-button:hover,
.secondary-button:hover {
  transform: translateY(-1px);
}

input:focus,
select:focus,
textarea:focus,
button:focus,
a:focus {
  outline: 2px solid rgba(66, 188, 255, 0.78);
  outline-offset: 3px;
}

/* Header: sticky but compact so the hero still shows the next section below. */
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(var(--max-width), calc(100% - 32px));
  margin: 0 auto;
  padding: 14px 0;
  background: rgba(6, 7, 10, 0.88);
  backdrop-filter: blur(18px);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 12px;
  text-decoration: none;
}

.brand-lockup strong,
.brand-lockup small {
  display: block;
}

.brand-lockup strong {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 900;
}

.brand-lockup small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 750;
}

.brand-mark {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(217, 164, 65, 0.72);
  border-radius: var(--radius);
  color: var(--gold-2);
  font-size: 0.78rem;
  font-weight: 900;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px;
}

.site-nav a {
  border: 1px solid transparent;
  border-radius: var(--radius);
  color: var(--soft);
  font-size: 0.88rem;
  font-weight: 850;
  text-decoration: none;
  padding: 9px 10px;
}

.site-nav a:hover {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
}

/* Hero: brand first, visual support second. */
.hero {
  min-height: min(650px, 76vh);
  display: flex;
  align-items: center;
  padding-top: clamp(28px, 3.5vw, 46px);
  padding-bottom: clamp(32px, 4vw, 52px);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1.08fr);
  align-items: center;
  gap: clamp(24px, 3.5vw, 52px);
}

.hero-copy {
  max-width: 730px;
}

.hero-copy h1 {
  max-width: 700px;
  font-size: clamp(2.6rem, 3.85vw, 4.15rem);
  line-height: 1;
}

.hero-tagline {
  margin-bottom: 18px;
  color: var(--gold-2);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 850;
}

.hero-lede {
  max-width: 640px;
  margin-bottom: 26px;
  color: var(--soft);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-actions,
.audience-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.audience-strip {
  margin-top: 22px;
}

.audience-strip span {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 850;
  padding: 8px 10px;
}

.hero-media {
  position: relative;
  isolation: isolate;
  margin: 0;
  min-height: 440px;
  background: transparent;
  transition: opacity 700ms ease, transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.hero-media::before,
.hero-media::after {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.hero-media::before {
  inset: -2px auto -2px -2px;
  width: 34%;
  background: linear-gradient(90deg, rgba(6, 7, 10, 1), rgba(6, 7, 10, 0));
}

.hero-media::after {
  inset: auto -2px -2px -2px;
  height: 24%;
  background: linear-gradient(0deg, rgba(6, 7, 10, 0.96), rgba(6, 7, 10, 0));
}

.hero-media.is-changing {
  opacity: 0.22;
  transform: translateY(8px);
}

.hero-media picture {
  display: block;
  min-height: inherit;
}

.hero-media img {
  display: block;
  width: 100%;
  height: clamp(440px, 40vw, 520px);
  min-height: 440px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) contrast(1.04);
}

.hero-scene-caption {
  position: absolute;
  z-index: 3;
  right: clamp(10px, 2vw, 28px);
  bottom: clamp(8px, 1.5vw, 20px);
  display: grid;
  max-width: 300px;
  gap: 2px;
  border-left: 2px solid var(--gold);
  background: rgba(6, 7, 10, 0.72);
  backdrop-filter: blur(10px);
  padding: 9px 12px;
}

.hero-scene-caption strong {
  color: var(--white);
  font-size: 0.82rem;
}

.hero-scene-caption span {
  color: var(--muted);
  font-size: 0.68rem;
}

/* Problem: direct, practical language for operators. */
.problem {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(6, 7, 10, 0.72);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.problem-list {
  display: grid;
  gap: 12px;
}

.problem-list article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  min-height: 86px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel-soft);
  padding: 18px;
}

.problem-list span {
  color: var(--blue);
  font-weight: 950;
}

.problem-list p {
  margin-bottom: 0;
  color: var(--soft);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-heading p {
  font-size: 1.04rem;
}

.platform-proof {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(6, 7, 10, 0.76);
}

.platform-proof-grid,
.notebooklm-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.66fr) minmax(560px, 1.34fr);
  align-items: center;
  gap: clamp(28px, 3.5vw, 48px);
}

.platform-proof-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.platform-proof-list li {
  position: relative;
  color: var(--soft);
  padding-left: 23px;
}

.platform-proof-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold-2);
  font-weight: 900;
}

.platform-proof-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(217, 164, 65, 0.3);
  border-radius: calc(var(--radius) * 1.4);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.platform-proof-media img {
  display: block;
  width: 100%;
  height: auto;
}

.platform-proof-summary {
  position: absolute;
  inset: 0 0 0 auto;
  display: grid;
  width: 40%;
  align-content: center;
  gap: 12px;
  border-left: 1px solid rgba(217, 164, 65, 0.38);
  padding: clamp(18px, 2.4vw, 30px);
  background:
    linear-gradient(90deg, rgba(5, 7, 10, 0.93), rgba(5, 7, 10, 0.99)),
    rgba(5, 7, 10, 0.98);
}

.platform-proof-summary span {
  display: grid;
  gap: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  padding: 0 0 12px;
  color: var(--muted);
  font-size: clamp(0.72rem, 1vw, 0.86rem);
}

.platform-proof-summary span:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.platform-proof-summary strong {
  color: var(--gold-2);
  font-size: clamp(0.84rem, 1.2vw, 1rem);
}

.notebooklm-overview {
  background:
    radial-gradient(circle at 82% 35%, rgba(22, 100, 150, 0.16), transparent 34%),
    rgba(9, 13, 20, 0.68);
}

.notebooklm-guardrails {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.notebooklm-guardrails span {
  border: 1px solid rgba(67, 188, 255, 0.3);
  border-radius: 999px;
  background: rgba(14, 74, 107, 0.16);
  color: #9ddcff;
  font-size: 0.72rem;
  font-weight: 850;
  padding: 7px 10px;
}

.notebooklm-video-shell {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  border-radius: calc(var(--radius) * 1.5);
  background:
    linear-gradient(0deg, rgba(6, 7, 10, 0.84), rgba(6, 7, 10, 0.08)),
    url("assets/hero-event-promotion.jpg") center / cover;
  box-shadow: var(--shadow);
}

.notebooklm-video-shell video {
  width: 100%;
  min-height: 380px;
  object-fit: cover;
}

.notebooklm-video-placeholder {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  gap: 5px;
  padding: clamp(22px, 4vw, 40px);
  background: linear-gradient(0deg, rgba(6, 7, 10, 0.98), rgba(6, 7, 10, 0));
}

.notebooklm-video-placeholder span {
  color: #80d5ff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.notebooklm-video-placeholder strong {
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.notebooklm-video-placeholder p {
  max-width: 580px;
  margin: 0;
  color: var(--muted);
}

/* Feature cards: repeated cards are safe to rearrange in WordPress, Webflow, or Carrd. */
.help-grid,
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.steps-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card,
.step-card,
.deliverable-list article,
.offer-points article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(12, 16, 23, 0.88);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.feature-card {
  min-height: 210px;
  padding: 22px;
}

.feature-kicker {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.feature-card p,
.step-card p {
  margin-bottom: 0;
}

/* Offer section: darker band with clear audit packaging. */
.audit-offer {
  border-top: 1px solid rgba(217, 164, 65, 0.28);
  border-bottom: 1px solid rgba(217, 164, 65, 0.28);
  background:
    linear-gradient(135deg, rgba(217, 164, 65, 0.13), transparent 36%),
    rgba(8, 11, 16, 0.9);
}

.conversion-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(28px, 5vw, 64px);
}

.conversion-cta > div {
  max-width: 780px;
}

.conversion-cta h2 {
  margin-bottom: 14px;
}

.conversion-cta p:last-child {
  max-width: 700px;
  margin-bottom: 0;
  color: var(--soft);
  font-size: 1.02rem;
}

.conversion-cta .primary-button {
  flex: 0 0 auto;
}

.offer-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.offer-copy p {
  max-width: 620px;
  margin-bottom: 22px;
  color: var(--soft);
  font-size: 1.06rem;
}

.offer-points {
  display: grid;
  gap: 12px;
}

.offer-points article {
  padding: 20px;
}

.offer-points strong,
.deliverable-list strong {
  display: block;
  margin-bottom: 6px;
  color: var(--soft);
  font-size: 1rem;
}

.offer-points p {
  margin-bottom: 0;
}

.step-card {
  min-height: 230px;
  padding: 22px;
}

.step-card span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  border: 1px solid rgba(217, 164, 65, 0.68);
  border-radius: var(--radius);
  color: var(--gold-2);
  font-weight: 950;
}

/* Deliverables: includes real sample images from the local asset pack. */
.deliverables {
  background: rgba(6, 7, 10, 0.82);
}

.deliverables-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(26px, 5vw, 60px);
  align-items: start;
}

.deliverables-grid > div:first-child p {
  color: var(--soft);
  font-size: 1.05rem;
}

.deliverable-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.deliverable-list article {
  min-height: 150px;
  padding: 20px;
}

.deliverable-list span {
  color: var(--muted);
}

.outcome-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.outcome-card {
  min-height: 270px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(217, 164, 65, 0.14), transparent 42%),
    rgba(12, 16, 23, 0.9);
  box-shadow: var(--shadow);
  padding: clamp(22px, 3vw, 30px);
}

.outcome-card span {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.outcome-card h3 {
  max-width: 360px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  font-weight: 500;
  line-height: 1.04;
}

.outcome-card p {
  margin-bottom: 0;
  color: var(--soft);
}

/* Founder note: a quieter section before the form. */
.founder {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(66, 188, 255, 0.1), transparent 42%),
    rgba(10, 14, 21, 0.84);
}

.founder-note {
  max-width: 900px;
}

.founder-note blockquote {
  margin-bottom: 22px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 4vw, 3rem);
  line-height: 1.08;
}

.founder-note p:last-child {
  max-width: 700px;
  margin-bottom: 0;
  color: var(--soft);
  font-size: 1.08rem;
}

/* Contact form: mailto only, so there is no backend dependency. */
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1.22fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.contact-grid > div p {
  color: var(--soft);
  font-size: 1.05rem;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
  padding: 20px;
}

.spam-trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.contact-form label {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.contact-form span {
  color: var(--soft);
  font-size: 0.86rem;
  font-weight: 850;
}

.full-field {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(6, 7, 10, 0.78);
  color: var(--ink);
  padding: 11px 12px;
}

input,
select {
  min-height: 46px;
}

select {
  color-scheme: dark;
}

textarea {
  min-height: 130px;
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: rgba(174, 183, 196, 0.72);
}

.contact-form button {
  border: 1px solid var(--gold);
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--gold-2);
  font-size: 0.9rem;
  font-weight: 800;
}

/* Footer: conversion links stay useful without pretending unverified social profiles exist. */
.site-footer {
  border-top: 1px solid var(--line);
  padding: 40px 0 22px;
  background: rgba(6, 7, 10, 0.92);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(150px, 1fr));
  gap: 28px;
}

.footer-brand,
.footer-grid nav {
  display: grid;
  align-content: start;
  gap: 8px;
}

.footer-brand strong,
.footer-grid nav strong {
  color: var(--soft);
}

.footer-brand p {
  max-width: 320px;
  margin: 4px 0 0;
}

.footer-grid a {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 750;
  text-decoration: none;
}

.footer-grid a:hover {
  color: var(--gold-2);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--line);
  margin-top: 30px;
  padding-top: 18px;
  color: var(--muted);
  font-size: 0.78rem;
}

/* Tablet layout: stacks wide grids without creating tiny columns. */
@media (max-width: 980px) {
  .hero-grid,
  .split-section,
  .offer-grid,
  .deliverables-grid,
  .contact-grid,
  .platform-proof-grid,
  .notebooklm-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-media img {
    aspect-ratio: 3 / 2;
  }

  .help-grid,
  .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .conversion-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .deliverable-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Phone layout: simplified hero and single-column content. */
@media (max-width: 680px) {
  .container,
  .site-header {
    width: min(100% - 22px, var(--max-width));
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    top: auto;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .section-band {
    padding: 46px 0;
  }

  main section {
    scroll-margin-top: 12px;
  }

  .hero {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .hero-media {
    display: block;
    min-height: 300px;
    margin-top: 8px;
  }

  .hero-media picture,
  .hero-media img {
    min-height: 300px;
  }

  .hero-media img {
    height: 300px;
    aspect-ratio: 4 / 3;
    object-position: 63% center;
  }

  .hero-media::before {
    width: 18%;
  }

  .hero-scene-caption {
    display: none;
  }

  h1 {
    font-size: clamp(3.3rem, 16vw, 5rem);
  }

  .hero-lede {
    font-size: 1rem;
  }

  .hero-actions .primary-button,
  .hero-actions .secondary-button,
  .contact-form button {
    width: 100%;
  }

  .problem-list article {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .help-grid,
  .steps-grid,
  .deliverable-list,
  .outcome-strip,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .platform-proof-media img {
    width: 155%;
    max-width: none;
    height: 270px;
    object-fit: cover;
    object-position: left center;
  }

  .platform-proof-summary {
    position: relative;
    width: auto;
    border-top: 1px solid rgba(217, 164, 65, 0.32);
    border-left: 0;
  }

  .feature-card,
  .step-card,
  .deliverable-list article {
    min-height: auto;
  }

  .notebooklm-video-shell,
  .notebooklm-video-shell video {
    min-height: 280px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .primary-button:hover,
  .secondary-button:hover {
    transform: none;
  }

  .hero-media,
  .hero-media img {
    transition: none;
  }

  body {
    background-attachment: scroll;
  }
}


/* AI lead output: appears after the backend qualifies and saves the lead. */
.ai-output-panel {
  border: 1px solid rgba(66, 188, 255, 0.38);
  border-radius: var(--radius);
  background: rgba(6, 7, 10, 0.72);
  padding: 18px;
}

.output-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 14px;
  padding-bottom: 12px;
}

.output-header h3 {
  margin-bottom: 0;
}

.lead-score {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  border: 1px solid rgba(217, 164, 65, 0.65);
  border-radius: var(--radius);
  color: var(--gold-2);
  font-weight: 950;
  padding: 10px 12px;
}

.output-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.output-grid article,
.email-output {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  padding: 14px;
}

.output-grid strong,
.email-output strong {
  display: block;
  color: var(--soft);
  margin-bottom: 6px;
}

.output-grid p,
.email-output p {
  margin-bottom: 0;
}

.email-output {
  margin-top: 12px;
}

.email-output pre {
  white-space: pre-wrap;
  color: var(--muted);
  font: inherit;
  margin: 10px 0 0;
}

.save-note {
  margin: 12px 0 0;
  color: var(--gold-2);
  font-weight: 850;
}

.form-status.error {
  color: #ff9b9b;
}

.form-status.success {
  color: #82f0bd;
}

@media (max-width: 680px) {
  .output-header,
  .output-grid {
    grid-template-columns: 1fr;
  }

  .output-header {
    display: grid;
  }
}


/* Emotional copy support: keeps the second hero thought readable and premium. */
.hero-emotion {
  max-width: 620px;
  margin: -8px 0 26px;
  color: var(--gold-2);
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  font-weight: 850;
}

/* Conversion trust: evidence and human-control signals appear before the visitor evaluates details. */
.trust-band {
  border-top: 1px solid rgba(217, 164, 65, 0.28);
  border-bottom: 1px solid var(--line);
  background: rgba(8, 11, 16, 0.92);
  padding: 28px 0;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.trust-grid article {
  border-left: 2px solid var(--gold);
  padding: 8px 16px;
}

.trust-grid strong,
.trust-grid span {
  display: block;
}

.trust-grid strong {
  margin-bottom: 6px;
  color: var(--soft);
}

.trust-grid span {
  color: var(--muted);
  font-size: 0.9rem;
}

/* Sample proof: demonstrates the deliverable without claiming a client outcome. */
.sample-audit {
  background: linear-gradient(135deg, rgba(66, 188, 255, 0.07), transparent 42%), rgba(6, 7, 10, 0.88);
}

.sample-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 28px;
}

.sample-heading p:last-child {
  margin-bottom: 0;
}

.condensed-audit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.condensed-audit-page {
  overflow: hidden;
  border: 1px solid rgba(217, 164, 65, .28);
  border-radius: calc(var(--radius) * 1.4);
  background: linear-gradient(180deg, rgba(14, 25, 42, .98), rgba(8, 13, 23, .98));
  box-shadow: 0 24px 64px rgba(0, 0, 0, .34);
}

.condensed-audit-page > a {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #07111d;
}

.condensed-audit-page picture {
  display: block;
}

.condensed-audit-page img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
  transition: filter 220ms ease;
}

.condensed-audit-page > a:hover img,
.condensed-audit-page > a:focus img {
  filter: brightness(1.08);
}

.condensed-audit-page > div {
  padding: 18px 18px 20px;
}

.condensed-audit-page span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-2);
  font-size: .7rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.condensed-audit-page h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font: 600 clamp(1.3rem, 2vw, 1.75rem)/1.08 Georgia, "Times New Roman", serif;
}

.condensed-audit-page p {
  margin: 0;
  font-size: .84rem;
  line-height: 1.55;
}

.condensed-audit-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}

.condensed-audit-footer p {
  margin: 0;
  font-size: .76rem;
}

.condensed-audit-footer .primary-button {
  flex: 0 0 auto;
}

/* Problem-to-workflow selector: static, owner-focused choices with measured CTA clicks. */
.workflow-selector {
  border-top: 1px solid rgba(217, 164, 65, .22);
  background:
    radial-gradient(circle at 15% 15%, rgba(217, 164, 65, .1), transparent 30%),
    radial-gradient(circle at 88% 80%, rgba(66, 188, 255, .08), transparent 34%),
    rgba(8, 11, 17, .94);
}

.workflow-selector-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  align-items: end;
  gap: 34px;
  margin-bottom: 28px;
}

.workflow-selector-heading h2 {
  max-width: 780px;
  margin-bottom: 0;
}

.workflow-selector-heading > p {
  margin-bottom: 4px;
}

.workflow-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.workflow-choice {
  position: relative;
  display: flex;
  min-height: 430px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) * 1.4);
  padding: 24px;
  color: inherit;
  text-decoration: none;
  background:
    linear-gradient(145deg, rgba(21, 36, 56, .92), rgba(8, 14, 24, .97) 58%),
    var(--panel);
  box-shadow: 0 24px 64px rgba(0, 0, 0, .28);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.workflow-choice::after {
  position: absolute;
  inset: auto -70px -90px auto;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(66, 188, 255, .16);
  border-radius: 50%;
  content: "";
}

.workflow-choice:hover,
.workflow-choice:focus-visible,
.workflow-choice.is-selected {
  border-color: rgba(217, 164, 65, .66);
  transform: translateY(-4px);
  box-shadow: 0 30px 76px rgba(0, 0, 0, .38);
}

.workflow-choice-number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border: 1px solid rgba(217, 164, 65, .55);
  border-radius: 50%;
  color: var(--gold-2);
  font-size: .78rem;
  font-weight: 950;
}

.workflow-choice-kicker {
  margin: 0 0 9px;
  color: var(--blue);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.workflow-choice h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font: 600 clamp(1.55rem, 2.25vw, 2.05rem)/1.06 Georgia, "Times New Roman", serif;
}

.workflow-choice > p:not(.workflow-choice-kicker) {
  margin-bottom: 20px;
  font-size: .88rem;
}

.workflow-choice ol {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: auto 0 22px;
  padding: 0;
  list-style: none;
}

.workflow-choice li {
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 999px;
  padding: 6px 9px;
  color: var(--soft);
  font-size: .68rem;
  font-weight: 750;
}

.workflow-choice strong {
  position: relative;
  z-index: 1;
  color: var(--gold-2);
  font-size: .8rem;
}

.workflow-selector-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.workflow-selector-note span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--muted);
  font-size: .68rem;
  font-weight: 750;
}

.form-reassurance {
  margin: -2px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
  text-align: center;
}

@media (max-width: 980px) {
  .sample-heading {
    grid-template-columns: 1fr;
  }

  .condensed-audit-grid {
    grid-template-columns: 1fr;
  }

  .workflow-selector-heading,
  .workflow-choice-grid {
    grid-template-columns: 1fr;
  }

  .workflow-choice {
    min-height: 0;
  }

  .workflow-choice ol {
    margin-top: 8px;
  }
}

@media (max-width: 680px) {
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .condensed-audit-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .workflow-choice {
    padding: 21px;
  }

  .workflow-selector-heading {
    gap: 18px;
  }

  .hero-copy h1 {
    font-size: clamp(2.35rem, 10.5vw, 3.35rem);
  }
}

/* Persuasive color hierarchy: pressure feels darker, while relief and action feel warmer. */
.problem {
  border-color: rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(135deg, rgba(2, 3, 6, 0.96), rgba(8, 12, 18, 0.88)),
    rgba(4, 6, 10, 0.92);
}

.problem .eyebrow {
  color: #c7d0dc;
}

.problem-list article {
  border-color: rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.025);
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.problem-list article:hover {
  border-color: rgba(217, 164, 65, 0.34);
  background: rgba(217, 164, 65, 0.055);
  transform: translateY(-2px);
}

#helps {
  background:
    radial-gradient(circle at 82% 20%, rgba(66, 188, 255, 0.075), transparent 32%),
    rgba(8, 11, 16, 0.72);
}

.feature-card {
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.feature-card:hover {
  border-color: rgba(66, 188, 255, 0.34);
  transform: translateY(-3px);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.3);
}

.audit-offer,
.contact {
  background:
    radial-gradient(circle at 16% 12%, rgba(217, 164, 65, 0.15), transparent 34%),
    radial-gradient(circle at 84% 45%, rgba(66, 188, 255, 0.075), transparent 38%),
    rgba(7, 9, 13, 0.92);
}

.primary-button,
.contact-form button {
  box-shadow: 0 12px 34px rgba(217, 164, 65, 0.2);
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button:hover,
.contact-form button:hover {
  background: var(--gold-2);
  box-shadow: 0 16px 42px rgba(217, 164, 65, 0.3);
}

.outcome-card:nth-child(3) {
  border-color: rgba(217, 164, 65, 0.46);
  background:
    linear-gradient(145deg, rgba(217, 164, 65, 0.2), transparent 48%),
    rgba(12, 16, 23, 0.94);
}

.founder {
  border-color: rgba(217, 164, 65, 0.24);
  background:
    linear-gradient(110deg, rgba(217, 164, 65, 0.11), rgba(66, 188, 255, 0.045) 55%, transparent),
    rgba(10, 13, 18, 0.9);
}

.founder-note blockquote::before {
  display: block;
  width: 72px;
  height: 3px;
  margin-bottom: 24px;
  background: var(--gold);
  content: "";
}

@media (prefers-reduced-motion: reduce) {
  .problem-list article:hover,
  .feature-card:hover {
    transform: none;
  }
}

/* Cloudflare public intake additions. These styles exist only in the deployment copy. */
.contact-form select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(230, 236, 246, 0.16);
  border-radius: 10px;
  background: #10141b;
  color: #f6f7fb;
  padding: 0.8rem 0.9rem;
  font: inherit;
}

.contact-form small {
  color: var(--muted);
  font-weight: 400;
}

.honeypot {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
}

.turnstile-field {
  min-height: 66px;
}

.consent-field {
  display: grid !important;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: start;
  color: var(--muted);
  line-height: 1.55;
}

.consent-field input {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.2rem;
  accent-color: var(--gold);
}

.legal-band {
  border-top: 1px solid rgba(230, 236, 246, 0.08);
  background: #090c11;
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.legal-grid article {
  padding: clamp(1.3rem, 3vw, 2rem);
  border: 1px solid rgba(230, 236, 246, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.025);
}

.legal-grid h2 {
  font-size: clamp(1.25rem, 2.5vw, 1.7rem);
}

@media (max-width: 720px) {
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .turnstile-field {
    overflow-x: auto;
  }
}
