@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");

:root {
  color-scheme: dark;
  --ink: #f2f2f2;
  --muted: #a7a7a7;
  --paper: #0d0d0d;
  --surface: #1a1a1a;
  --surface-raised: #151515;
  --soft: #202020;
  --line: #34302a;
  --gold: #c9a24e;
  --steel: #c0c0c0;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.46);
  --font-body: "Montserrat", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-heading: "Montserrat", var(--font-body);
  --font-display: "Montserrat", var(--font-heading);
  font-family: var(--font-body);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 88px;
}

.top-anchor {
  scroll-margin-top: 118px;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 25% 0%, rgba(179, 138, 76, 0.16), transparent 28rem),
    radial-gradient(circle at 78% 12%, rgba(17, 118, 184, 0.14), transparent 30rem),
    linear-gradient(180deg, #111 0%, var(--paper) 42rem);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(8, 8, 8, 0.88);
  border-bottom: 1px solid rgba(179, 138, 76, 0.32);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.header-logo {
  width: min(210px, 42vw);
  height: auto;
  background: #090909;
  border: 1px solid rgba(179, 138, 76, 0.28);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.32);
}

.nav {
  display: flex;
  gap: 18px;
  color: var(--steel);
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}

.nav a,
.header-call {
  text-decoration: none;
}

.header-call {
  padding: 9px 14px;
  color: #050505;
  background: linear-gradient(135deg, var(--steel), var(--gold));
  border: 1px solid rgba(216, 216, 216, 0.28);
  border-radius: 8px;
  font-weight: 700;
  font-family: var(--font-display);
  letter-spacing: 0.01em;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(26px, 5vw, 64px);
  align-items: center;
  min-height: calc(100vh - 64px);
  padding: clamp(32px, 5vw, 64px) clamp(18px, 5vw, 72px) 48px;
}

.hero-copy,
.section-heading,
.section-copy,
.final-cta {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.68rem;
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 720px;
  margin-bottom: 14px;
  font-size: clamp(2.35rem, 4.3vw, 3.9rem);
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 3.75rem);
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 14px;
  font-size: 1.15rem;
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.2;
}

.hero-lede,
.hero-audience {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.7vw, 1.22rem);
}

.hero-audience {
  color: var(--ink);
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 22px 0;
}

.hero-actions.centered {
  justify-content: center;
}

.hero-booking {
  min-width: min(100%, 260px);
  min-height: 58px;
  padding-inline: 30px;
  font-size: 0.92rem;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.button.primary {
  color: #050505;
  background: linear-gradient(135deg, var(--steel), var(--gold));
}

.button.secondary {
  color: var(--ink);
  background: rgba(20, 20, 20, 0.92);
  border-color: rgba(179, 138, 76, 0.7);
  box-shadow: inset 0 0 0 1px rgba(216, 216, 216, 0.08);
}

.button.ghost {
  color: var(--steel);
  background: transparent;
  border-color: var(--line);
}

.hero-service-area {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--steel);
  font-weight: 750;
}

.hero-media {
  position: relative;
}

.hero-media::before {
  position: absolute;
  inset: -16px 18px 16px -18px;
  z-index: -1;
  content: "";
  background: linear-gradient(135deg, rgba(179, 138, 76, 0.2), rgba(17, 118, 184, 0.16));
  border: 1px solid var(--line);
  border-radius: 8px;
}

.hero-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.band,
.ai-help,
.services,
.scope,
.booking-assistant,
.final-cta {
  padding: clamp(54px, 8vw, 96px) clamp(18px, 5vw, 72px);
}

.band {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(24px, 5vw, 70px);
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.94), rgba(12, 12, 12, 0.96));
  border-block: 1px solid var(--line);
}

.intro-text,
.why-copy,
.included {
  color: var(--muted);
  font-size: 1.05rem;
}

.included > p {
  color: var(--muted);
}

.assessment-note {
  padding: 16px 18px;
  background: rgba(179, 138, 76, 0.09);
  border: 1px solid rgba(179, 138, 76, 0.34);
  border-radius: 8px;
  color: var(--ink) !important;
  font-weight: 800;
}

.ai-help {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.96) 0%, rgba(8, 8, 8, 0.98) 100%);
  border-bottom: 1px solid var(--line);
}

.ai-copy > p:not(.eyebrow),
.ai-panel p {
  color: var(--muted);
  font-size: 1.05rem;
}

.ai-service-tiers {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}

.ai-service-tiers article {
  padding: 18px;
  background: var(--surface-raised);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.ai-service-tiers span {
  display: block;
  color: var(--gold);
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ai-service-tiers strong {
  display: block;
  margin-top: 6px;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  line-height: 1.05;
}

.ai-service-tiers p {
  margin: 10px 0 0;
  color: var(--muted);
}

.ai-panel {
  padding: clamp(22px, 4vw, 34px);
  background: rgba(20, 20, 20, 0.88);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

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

.llm-card {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 12px;
  padding: 14px;
  background: var(--surface-raised);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.llm-card img,
.text-logo {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  place-items: center;
}

.text-logo {
  color: var(--ink);
  background: #111f1c;
  border-radius: 8px;
  font-size: 0.72rem;
  font-weight: 900;
}

.llm-card strong {
  font-size: 1rem;
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.15;
}

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

.section-heading.narrow {
  max-width: 820px;
}

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

.service-card {
  padding: 24px;
  background: var(--surface-raised);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(13, 64, 84, 0.08);
}

.service-card p {
  color: var(--muted);
}

.scope-note {
  margin: 18px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-size: 0.95rem;
  font-weight: 750;
}

.check-list,
.exclusion-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list li,
.exclusion-list li {
  position: relative;
  padding: 10px 0 10px 26px;
  border-top: 1px solid var(--line);
}

.check-list li:first-child,
.exclusion-list li:first-child {
  border-top: 0;
}

.check-list li::before {
  position: absolute;
  top: 17px;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  background: linear-gradient(135deg, var(--gold), var(--steel));
  border-radius: 50%;
}

.pricing {
  align-items: center;
}

.price-card {
  padding: clamp(24px, 4vw, 38px);
  background: linear-gradient(135deg, #0d0d0d, #1b1710 52%, #2f2618);
  color: var(--ink);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.price-card .eyebrow {
  color: var(--gold);
}

.price-note {
  margin-bottom: 0;
  color: var(--steel);
  font-weight: 750;
}

.two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  margin-bottom: 18px;
}

.pricing-tiers {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.pricing-tiers article {
  padding: 16px;
  background: rgba(8, 8, 8, 0.42);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.pricing-tiers span {
  display: block;
  color: var(--gold);
  font-size: 0.66rem;
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pricing-tiers strong {
  display: block;
  margin: 4px 0 5px;
  color: var(--ink);
  font-size: 1.35rem;
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.15;
}

.pricing-tiers p {
  margin-bottom: 0;
}

.exclusion-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.exclusion-list li {
  padding: 14px 14px 14px 36px;
  background: rgba(20, 20, 20, 0.78);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.exclusion-list li::before {
  position: absolute;
  left: 14px;
  color: var(--gold);
  content: "-";
  font-weight: 900;
}

.promise {
  margin-bottom: 0;
  color: var(--ink);
  font-size: 1.35rem;
  font-weight: 850;
  line-height: 1.3;
}

.booking-assistant {
  background: rgba(8, 8, 8, 0.98);
}

.booking-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 18px;
  align-items: start;
}

.booking-form,
.booking-summary {
  padding: clamp(22px, 4vw, 34px);
  background: var(--surface-raised);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(13, 64, 84, 0.08);
}

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

.field {
  margin-bottom: 16px;
}

.field label,
.time-field legend {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-weight: 700;
  font-family: var(--font-heading);
}

.time-field {
  padding: 0;
  border: 0;
}

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

.radio-option {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 11px;
  color: var(--ink);
  background: #0d0d0d;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
}

.radio-option input {
  width: 16px;
  height: 16px;
  accent-color: var(--gold);
}

.radio-option:has(input:checked) {
  border-color: var(--gold);
  box-shadow: inset 0 0 0 1px rgba(179, 138, 76, 0.45);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  color: var(--ink);
  background: #0d0d0d;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
}

.field textarea {
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--gold);
  outline: 3px solid rgba(179, 138, 76, 0.2);
}

.form-submit {
  width: 100%;
  cursor: pointer;
}

.form-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-weight: 750;
}

.booking-summary ol {
  padding-left: 22px;
  color: var(--muted);
}

.booking-summary li + li {
  margin-top: 10px;
}

.booking-summary p {
  margin-bottom: 0;
  color: var(--muted);
}

.booking-summary a {
  color: var(--gold);
  font-weight: 850;
}

.final-cta {
  max-width: none;
  text-align: center;
}

.final-cta p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.12rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 24px clamp(18px, 5vw, 72px);
  color: var(--muted);
  background: #050505;
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
}

.footer-brand {
  display: grid;
  gap: 8px;
}

.footer-logo {
  width: min(260px, 52vw);
  height: auto;
}

.footer-brand p {
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-meta {
  display: grid;
  max-width: 620px;
  gap: 6px;
  text-align: right;
}

@media (max-width: 950px) {
  .hero,
  .ai-help,
  .band {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

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

  .booking-layout {
    grid-template-columns: 1fr;
  }

  .radio-group {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 680px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 12px;
  }

  .brand {
    flex: 1 1 auto;
  }

  .header-logo {
    width: min(188px, 49vw);
  }

  .header-call {
    min-height: 44px;
    padding: 9px 10px;
    font-size: 0.64rem;
  }

  .nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
  }

  .hero {
    padding-top: 34px;
  }

  h1 {
    font-size: 2.7rem;
  }

  .field-grid,
  .llm-grid,
  .two-column,
  .exclusion-list {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .hero-media::before {
    inset: -10px 10px 10px -10px;
  }

  .site-footer {
    display: grid;
  }

  .footer-meta {
    text-align: left;
  }
}
