/**
 * Styles for the /advertise page
 *
 * Loaded only when the Advertise template is active.
 * Follows the design tokens from design-system/spotros/MASTER.md.
 */

.advertise-page {
  /* Base scope — styles cascade from here */
}

/* ─── Section 1: Hero ─── */
.adv-hero {
  padding: 5rem 1.5rem 4rem;
  background: var(--bg-page, #fff);
}
.adv-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.adv-hero-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.adv-eyebrow {
  display: inline-block;
  padding: 5px 14px;
  border-radius: var(--radius-full, 999px);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  width: fit-content;
}
.adv-eyebrow-teal {
  background: #EEF9FA;
  color: #0A5C65;
}
.adv-hero-title {
  font-family: var(--font-body, Inter), sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.1;
  margin: 0.5rem 0 0.75rem;
  color: var(--text-primary, #0F1C2E);
  letter-spacing: -0.025em;
}
.adv-hero-title em {
  font-family: var(--font-display, 'Instrument Serif'), Georgia, serif;
  font-style: italic;
  font-weight: 400;
  color: var(--brand-primary, #0D7E8A);
}
.adv-hero-desc {
  font-size: 1.0625rem;
  color: var(--text-secondary, #4B5563);
  line-height: 1.55;
  margin: 0;
  max-width: 36rem;
}
.adv-hero-actions {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.5rem;
  flex-wrap: wrap;
}
.adv-hero-trust {
  font-size: 0.875rem;
  color: var(--text-muted, #6B7280);
  margin: 0.75rem 0 0;
}
.adv-hero-visual {
  border-radius: var(--radius-xl, 32px);
  overflow: hidden;
  box-shadow: var(--shadow-xl, 0 16px 48px rgba(15, 28, 46, 0.08));
}
.adv-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 900px) {
  .adv-hero-inner { grid-template-columns: 1fr; }
  .adv-hero { padding: 3rem 1rem; }
}

/* ─── Section 2: Pillars (dark) ─── */
.adv-pillars {
  background: var(--bg-dark, #0F1C2E);
  color: #fff;
  padding: 5rem 1.5rem;
}
.adv-eyebrow-amber {
  background: rgba(240, 168, 77, 0.15);
  color: #F0A84D;
}
/* GM-38: amber eyebrows on LIGHT section headers measured 1.82:1 — dark amber
   there only, scoped by the light-header container (the same class combo also
   appears in the dark CTA section, where bright amber is the passing choice). */
.adv-section-header-light .adv-eyebrow-amber {
  color: #8a5413;
  background: rgba(240, 168, 77, 0.22);
}
.adv-section-header {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 3rem;
}
.adv-section-title {
  font-family: var(--font-body, Inter), sans-serif;
  font-weight: 800;
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  line-height: 1.1;
  margin: 0.75rem 0 0.5rem;
  color: inherit;
  letter-spacing: -0.025em;
}
.adv-section-title em {
  font-family: var(--font-display, 'Instrument Serif'), Georgia, serif;
  font-style: italic;
  font-weight: 400;
  color: #F0A84D;
}
.adv-section-sub {
  font-size: 1rem;
  line-height: 1.55;
  margin: 0;
  color: #bcc3d0;
}
.adv-pillars-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
.adv-pillar {
  border-left: 2px solid rgba(240, 168, 77, 0.4);
  padding-left: 1rem;
}
.adv-pillar-accent {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.6875rem;
  color: rgba(240, 168, 77, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.adv-pillar-tag { margin-left: 0.25rem; }
.adv-mini-screen {
  width: 36px; height: 24px;
  background: rgba(240, 168, 77, 0.18);
  border: 1px solid rgba(240, 168, 77, 0.5);
  border-radius: 4px;
}
.adv-mini-viewer {
  width: 8px; height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
}
.adv-slot-row { display: inline-flex; gap: 3px; }
.adv-slot { width: 8px; height: 14px; border-radius: 2px; background: rgba(255, 255, 255, 0.12); }
.adv-slot-on { background: #F0A84D; }
.adv-pulse-dot {
  width: 10px; height: 10px;
  border-radius: 999px;
  background: #F0A84D;
  box-shadow: 0 0 0 4px rgba(240, 168, 77, 0.2), 0 0 0 9px rgba(240, 168, 77, 0.08);
}
@media (prefers-reduced-motion: no-preference) {
  .adv-pulse-dot { animation: adv-pulse 1.6s ease-in-out infinite; }
}
@keyframes adv-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}
.adv-pillar-word {
  font-family: var(--font-display, 'Instrument Serif'), Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 3.5rem;
  color: #F0A84D;
  line-height: 1;
  letter-spacing: -0.03em;
  margin: 0.5rem 0;
}
.adv-pillar-title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
  color: #fff;
}
.adv-pillar-body {
  font-size: 0.875rem;
  color: #bcc3d0;
  line-height: 1.55;
  margin: 0;
}
.adv-pillars-foot {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.9375rem;
  color: #bcc3d0;
  text-align: center;
}
.adv-pillars-foot strong { color: #fff; }

@media (max-width: 800px) {
  .adv-pillars-grid { grid-template-columns: 1fr; gap: 2rem; }
  .adv-pillars { padding: 3rem 1rem; }
}

/* ─── Section 3: Bento cards ─── */
.adv-bento {
  background: var(--bg-page, #fff);
  padding: 5rem 1.5rem;
}
.adv-section-header-light .adv-section-title-dark { color: var(--text-primary, #0F1C2E); }
.adv-section-header-light .adv-section-title-dark em { color: var(--brand-primary, #0D7E8A); }
.adv-section-sub-dark { color: var(--text-secondary, #4B5563); }

.adv-bento-grid {
  display: grid;
  /* Post 2026-06-02 revision: 4 cards → 3 (the 'Nothing blocks it' card was dropped
     when §2 + §3 + §7b consolidated). Lay out 3 equal columns at desktop so the
     trio reads as a balanced row, not a 2-up + lonely-third. Stacks 1-col on mobile. */
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 900px) {
  .adv-bento-grid { grid-template-columns: repeat(3, 1fr); }
}
.adv-bento-card {
  border-radius: var(--radius-xl, 24px);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  overflow: hidden;
}
.adv-bento-card .adv-bento-title {
  font-family: var(--font-body, Inter), sans-serif;
  font-weight: 800;
  font-size: 1.375rem;
  line-height: 1.2;
  margin: 0;
  letter-spacing: -0.02em;
}
.adv-bento-card .adv-bento-title em {
  font-family: var(--font-display, 'Instrument Serif'), Georgia, serif;
  font-style: italic;
  font-weight: 400;
}
.adv-bento-card .adv-bento-body { font-size: 0.9375rem; line-height: 1.6; margin: 0; }
.adv-bento-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  width: fit-content;
}

/* Card 1: navy large */
.adv-bento-c1 {
  background: var(--bg-dark, #0F1C2E);
  color: #fff;
  background-image: radial-gradient(circle at 100% 100%, rgba(240, 168, 77, 0.18) 0%, transparent 50%);
}
.adv-bento-c1 .adv-bento-tag { background: rgba(240, 168, 77, 0.15); color: #F0A84D; }
.adv-bento-c1 .adv-bento-title em { color: #F0A84D; }
.adv-bento-c1 .adv-bento-body { color: #bcc3d0; }

.adv-bento-scene { display: flex; align-items: flex-end; gap: 0.875rem; }
.adv-bento-screen {
  width: 48px; height: 32px;
  border: 1.5px solid rgba(240, 168, 77, 0.5);
  border-radius: 6px;
  background: rgba(240, 168, 77, 0.2);
}
.adv-bento-fig {
  width: 16px; height: 28px;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 9px 9px 4px 4px;
}

/* Card 2: white + teal */
.adv-bento-c2 {
  background: var(--bg-page, #fff);
  border: 1.5px solid var(--border-light, #E5E7EB);
  color: var(--text-primary, #0F1C2E);
}
.adv-bento-c2 .adv-bento-tag { background: #EEF9FA; color: #0A5C65; }
.adv-bento-c2 .adv-bento-title em { color: var(--brand-primary, #0D7E8A); }
.adv-bento-c2 .adv-bento-body { color: var(--text-secondary, #4B5563); }

.adv-bento-blocks { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.adv-strike {
  position: relative;
  padding: 4px 10px;
  background: #F9FAFB;
  border: 1px solid var(--border-light, #E5E7EB);
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 700;
}
.adv-strike::after {
  content: "";
  position: absolute;
  left: 6px; right: 6px; top: 50%;
  border-top: 1.5px solid #DC2626;
  transform: rotate(-8deg);
}

/* Card 3: cream/amber */
.adv-bento-c3 {
  background: linear-gradient(135deg, #FFFAF4 0%, #FDF1DF 100%);
  border: 1.5px solid #F0D29E;
  color: var(--text-primary, #0F1C2E);
}
.adv-bento-c3 .adv-bento-tag { background: rgba(180, 83, 9, 0.12); color: #B45309; }
.adv-bento-c3 .adv-bento-title em { color: #B45309; }
.adv-bento-c3 .adv-bento-body { color: var(--text-secondary, #4B5563); }

.adv-bento-venues { display: flex; gap: 0.375rem; flex-wrap: wrap; }
.adv-venue-pill {
  background: #fff;
  border: 1px solid #F0D29E;
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 0.75rem;
  color: #7c4a00;
  font-weight: 700;
}

/* Card 4 (.adv-bento-c4) deleted Phase 2 ("Nothing blocks it" — overlapped with
   Captive moments). The calendar accent (.adv-bento-cal) moved into card 2 with the
   §3 rewrite, so its rules stay. */

.adv-bento-cal { display: flex; gap: 4px; }
.adv-cal-day {
  width: 28px;
  text-align: center;
  padding: 4px 0;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.6875rem;
  color: #bcc3d0;
  font-weight: 700;
}
.adv-cal-on { color: #fff; }
.adv-cal-on::after {
  content: "";
  display: block;
  width: 6px; height: 6px;
  border-radius: 999px;
  background: #7dd3df;
  margin: 3px auto 0;
}

@media (max-width: 900px) {
  /* .adv-bento-grid mobile single-column is now in the base rule (post-2026-06-02 revision). */
  .adv-bento { padding: 3rem 1rem; }
}

/* ─── Section 4: How it works ─── */
.adv-steps {
  background: var(--bg-subtle, #F9FAFB);
  padding: 5rem 1.5rem;
}
.adv-steps-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: stretch;
  gap: 0;
}
.adv-step {
  background: var(--bg-page, #fff);
  border: 1.5px solid var(--border-light, #E5E7EB);
  border-radius: var(--radius-xl, 20px);
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
.adv-step-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-primary, #0D7E8A);
  font-size: 1.5rem;
  padding: 0 0.5rem;
}
.adv-step-num {
  font-family: var(--font-display, 'Instrument Serif'), Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 3.375rem;
  line-height: 1;
  color: var(--brand-primary, #0D7E8A);
  letter-spacing: -0.03em;
}
.adv-step-title {
  font-family: var(--font-body, Inter), sans-serif;
  font-weight: 800;
  font-size: 1.1875rem;
  line-height: 1.25;
  margin: 0;
  color: var(--text-primary, #0F1C2E);
  letter-spacing: -0.015em;
}
.adv-step-title em {
  font-family: var(--font-display, 'Instrument Serif'), Georgia, serif;
  font-style: italic;
  font-weight: 400;
  color: #B45309;
}
.adv-step-body { font-size: 0.9375rem; color: var(--text-secondary, #4B5563); line-height: 1.6; margin: 0; }
.adv-step-aside {
  background: #FFFAF4;
  border: 1px solid #F0D29E;
  border-radius: 10px;
  padding: 0.625rem 0.875rem;
  font-size: 0.8125rem;
  color: #7c4a00;
  line-height: 1.5;
  margin: 0;
}
.adv-step-aside strong { color: #B45309; }
.adv-step-chips {
  list-style: none;
  margin: auto 0 0;
  padding: 0.75rem 0 0;
  border-top: 1px dashed var(--border-light, #E5E7EB);
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.adv-step-chips li {
  background: #F9FAFB;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 0.71875rem;
  font-weight: 700;
  border: 1px solid var(--border-light, #E5E7EB);
}
.adv-chips-teal li { background: #EEF9FA; color: #0A5C65; border-color: #bce6ec; }
.adv-chips-amber li { background: #FFFAF4; color: #B45309; border-color: #F0D29E; }
.adv-chip-filled { background: #B45309 !important; color: #fff !important; border-color: #B45309 !important; }
.adv-steps-foot {
  margin: 2.25rem 0 0;
  padding: 1.125rem 1.5rem;
  background: var(--bg-page, #fff);
  border: 1.5px dashed var(--brand-primary, #0D7E8A);
  border-radius: var(--radius-md, 14px);
  font-size: 0.9375rem;
  text-align: center;
}
.adv-steps-foot strong { color: #0A5C65; }

@media (max-width: 900px) {
  .adv-steps-grid { grid-template-columns: 1fr; }
  .adv-step-arrow { transform: rotate(90deg); padding: 0.5rem 0; }
  .adv-steps { padding: 3rem 1rem; }
}

/* ─── Section 5: Estimator + form ─── */
.adv-estimator {
  background: var(--bg-page, #fff);
  padding: 5rem 1.5rem;
}
.adv-est-wrap {
  background: #fff;
  border: 2.5px solid var(--brand-primary, #0D7E8A);
  border-radius: 28px;
  padding: 3.5rem 2.75rem;
  position: relative;
  overflow: hidden;
}
.adv-est-eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; }
.adv-est-live-dot {
  width: 7px; height: 7px;
  border-radius: 999px;
  background: #B45309;
  box-shadow: 0 0 0 3px rgba(180, 83, 9, 0.2);
}

.adv-est-tool {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: start;
  margin-top: 2.5rem;
}

.adv-est-inputs {
  background: var(--bg-subtle, #F9FAFB);
  border: 1.5px solid var(--border-light, #E5E7EB);
  border-radius: 18px;
  padding: 1.5rem;
}
.adv-est-step-label {
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--brand-primary, #0D7E8A);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  padding: 0;
}
.adv-est-field { margin-bottom: 1.125rem; border: 0; padding: 0; }
.adv-est-field:last-child { margin-bottom: 0; }
.adv-est-field label, .adv-est-field legend {
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--text-primary, #0F1C2E);
  margin-bottom: 0.4375rem;
  padding: 0;
}
.adv-est-select, .adv-est-input {
  width: 100%;
  background: #fff;
  border: 1.5px solid var(--border-light, #E5E7EB);
  border-radius: 10px;
  padding: 11px 14px;
  font-size: 0.875rem;
  color: var(--text-primary, #0F1C2E);
  font-family: inherit;
}
.adv-est-input:focus, .adv-est-select:focus {
  outline: 3px solid var(--brand-primary-hover, #0A5C65);
  outline-offset: 0;
  border-color: var(--brand-primary, #0D7E8A);
}

.adv-est-segment, .adv-est-community { display: flex; gap: 0.375rem; flex-wrap: wrap; }
.adv-est-segment label, .adv-est-community label {
  background: #fff;
  border: 1.5px solid var(--border-light, #E5E7EB);
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 0.78125rem;
  color: var(--text-secondary, #4B5563);
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  position: relative;
}
.adv-est-segment input, .adv-est-community input { position: absolute; opacity: 0; pointer-events: none; }
.adv-est-segment label:has(input:checked) {
  background: var(--brand-primary, #0D7E8A);
  border-color: var(--brand-primary, #0D7E8A);
  color: #fff;
  box-shadow: 0 4px 12px rgba(13, 126, 138, 0.2);
}
.adv-est-segment label:has(input:focus-visible) { outline: 3px solid var(--brand-primary-hover, #0A5C65); outline-offset: 1px; }
.adv-est-community label:has(input:checked) {
  background: #FFFAF4;
  border-color: #B45309;
  color: #7c4a00;
}
.adv-est-segment-amber label:has(input:checked) {
  background: #B45309;
  border-color: #B45309;
  color: #fff;
}

.adv-est-outputs {
  background: var(--bg-dark, #0F1C2E);
  border-radius: 18px;
  padding: 1.75rem 1.5rem;
  color: #fff;
  background-image: radial-gradient(circle at 100% 0%, rgba(240, 168, 77, 0.18) 0%, transparent 60%);
}
.adv-est-out-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5rem; }
.adv-est-out-label { font-size: 0.6875rem; font-weight: 700; color: #F0A84D; text-transform: uppercase; letter-spacing: 0.08em; }
.adv-est-live {
  display: inline-flex; align-items: center; gap: 0.3125rem;
  font-size: 0.6875rem; color: #7dd3df; font-weight: 700;
  background: rgba(13, 126, 138, 0.25);
  padding: 3px 9px; border-radius: 999px;
}
.adv-est-live span { width: 5px; height: 5px; border-radius: 999px; background: #7dd3df; }
@media (prefers-reduced-motion: no-preference) {
  .adv-est-live span { animation: adv-pulse-fade 1.5s infinite; }
}
@keyframes adv-pulse-fade { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }

.adv-est-stat-list { margin: 0; padding: 0; display: grid; gap: 1.125rem; }
.adv-est-stat { display: flex; justify-content: space-between; align-items: baseline; padding-bottom: 0.875rem; border-bottom: 1px solid rgba(255, 255, 255, 0.08); margin: 0; }
.adv-est-stat:last-child { border-bottom: none; padding-bottom: 0; }
.adv-est-stat dt { font-size: 0.8125rem; color: #bcc3d0; font-weight: 600; margin: 0; }
.adv-est-stat-sub { font-size: 0.6875rem; color: #9aa3b2; display: block; margin-top: 0.1875rem; font-weight: 600; }
.adv-est-stat-value {
  font-family: var(--font-display, 'Instrument Serif'), Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 2.75rem;
  line-height: 1;
  color: #F0A84D;
  letter-spacing: -0.02em;
  margin: 0;
}
.adv-est-context { margin: 1.125rem 0 0; padding-top: 1rem; border-top: 1px dashed rgba(255, 255, 255, 0.15); font-size: 0.78125rem; color: #bcc3d0; line-height: 1.55; }
.adv-est-context strong { color: #fff; }

.adv-est-form {
  margin-top: 1.75rem;
  background: #FFFAF4;
  border: 1.5px solid #F0D29E;
  border-radius: 18px;
  padding: 1.75rem;
}
.adv-est-form-head {
  font-family: var(--font-body, Inter), sans-serif;
  font-weight: 800;
  font-size: 1.3125rem;
  margin: 0 0 0.375rem;
  color: var(--text-primary, #0F1C2E);
  letter-spacing: -0.02em;
}
.adv-est-form-head em {
  font-family: var(--font-display, 'Instrument Serif'), Georgia, serif;
  font-style: italic;
  font-weight: 400;
  color: #B45309;
}
.adv-est-form-sub { font-size: 0.875rem; color: #7c4a00; line-height: 1.55; margin: 0 0 1.125rem; }
.adv-est-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; margin-bottom: 0.875rem; }

.adv-est-form-submit {
  width: 100%;
  margin-top: 0.5rem;
  background: #B45309;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 14px 28px;
  font-size: 0.9375rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(180, 83, 9, 0.25);
  min-height: 44px;
}
.adv-est-form-submit:hover { background: #7c4a00; }
.adv-est-form-submit:focus-visible { outline: 3px solid var(--brand-primary-hover, #0A5C65); outline-offset: 2px; }
/* GM-38: #9aa3b2 on the cream card measured 2.45:1 — text-secondary gray clears 4.5 */
.adv-est-form-note { font-size: 0.71875rem; color: #4b5563; text-align: center; margin: 0.75rem 0 0; }
.adv-est-form-error {
  background: #FEF2F2; border: 1px solid #FECACA; border-radius: 12px;
  color: #DC2626; font-size: 0.9rem; padding: 0.75rem 1rem; margin-bottom: 0.75rem;
}
.adv-est-form-success {
  background: #fff; border-radius: 12px; padding: 2rem; text-align: center;
}
.adv-est-form-success h3 { font-size: 1.25rem; margin: 0 0 0.5rem; color: var(--text-primary, #0F1C2E); }
.adv-est-form-success p { color: var(--text-secondary, #4B5563); margin: 0; }

@media (max-width: 900px) {
  .adv-est-tool { grid-template-columns: 1fr; }
  .adv-est-form-grid { grid-template-columns: 1fr; }
  .adv-estimator, .adv-est-wrap { padding: 2.5rem 1rem; }
}

/* ─── Section 5b: Launch promo ─── */
/* .adv-promo* rules removed: §5b promo section + modal deleted per /advertise revision 2026-06-02 */

/* ─── Section 6: What's included ─── */
.adv-included { background: var(--bg-page, #fff); padding: 5rem 1.5rem; }
.adv-incl-block { margin-bottom: 2rem; }
.adv-incl-block:last-child { margin-bottom: 0; }
.adv-incl-block-head { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.125rem; }
.adv-incl-block-head h3 {
  font-family: var(--font-body, Inter), sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  color: var(--text-primary, #0F1C2E);
  letter-spacing: -0.01em;
  margin: 0;
}
.adv-incl-tag {
  display: inline-flex; align-items: center; gap: 0.375rem;
  padding: 5px 12px; border-radius: 999px;
  font-size: 0.65625rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
}
.adv-incl-tag-in { background: #EEF9FA; color: #0A5C65; }
.adv-incl-tag-in::before { content: "✓"; font-size: 0.6875rem; }
.adv-incl-tag-on { background: #FFFAF4; color: #B45309; }
.adv-incl-tag-on::before { content: "+"; font-size: 0.8125rem; font-weight: 800; }

.adv-incl-grid { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 0.875rem; }
.adv-incl-grid-2 { grid-template-columns: 1fr 1fr; }
.adv-incl-card {
  background: #fff;
  border: 1.5px solid var(--border-light, #E5E7EB);
  border-radius: 18px;
  padding: 1.375rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  position: relative;
}
.adv-incl-card-in:hover { border-color: var(--brand-primary, #0D7E8A); }
.adv-incl-card-on { background: #FFFAF4; border-color: #F0D29E; }
.adv-incl-card-on:hover { border-color: #B45309; }
.adv-incl-icon {
  width: 22px; height: 22px;
  background: #EEF9FA;
  color: var(--brand-primary, #0D7E8A);
  border-radius: 10px;
  padding: 8px;
  box-sizing: content-box;
}
.adv-incl-card-on .adv-incl-icon { background: rgba(180, 83, 9, 0.12); color: #B45309; }
.adv-incl-card h4 {
  font-family: var(--font-body, Inter), sans-serif;
  font-weight: 800;
  font-size: 0.96875rem;
  line-height: 1.25;
  margin: 0;
  color: var(--text-primary, #0F1C2E);
  letter-spacing: -0.01em;
}
.adv-incl-card h4 em {
  font-family: var(--font-display, 'Instrument Serif'), Georgia, serif;
  font-style: italic;
  font-weight: 400;
  color: #B45309;
}
.adv-incl-card p { font-size: 0.84375rem; color: var(--text-secondary, #4B5563); line-height: 1.55; margin: 0; }
.adv-incl-card-tag {
  position: absolute; top: 14px; right: 14px;
  background: var(--brand-primary, #0D7E8A); color: #fff;
  padding: 3px 9px; border-radius: 999px;
  font-size: 0.625rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.06em;
}
.adv-incl-card-tag-on { background: #B45309; }

@media (max-width: 900px) {
  .adv-incl-grid { grid-template-columns: 1fr 1fr; }
  .adv-incl-grid-2 { grid-template-columns: 1fr; }
  .adv-included { padding: 3rem 1rem; }
}
@media (max-width: 600px) {
  .adv-incl-grid { grid-template-columns: 1fr; }
}

/* ─── Section 6b: Founder voice ─── */
.adv-founder { padding: 4rem 1.5rem; }
.adv-founder-inner {
  background: linear-gradient(180deg, #FFFAF4 0%, #FFFFFF 100%);
  border: 1.5px solid #F0D29E;
  border-radius: 24px;
  padding: 2.5rem;
  max-width: 760px;
  margin: 0 auto;
}
.adv-founder-p { font-size: 0.9375rem; color: var(--text-secondary, #4B5563); line-height: 1.7; margin: 0 0 0.875rem; }
.adv-founder-sig {
  font-family: var(--font-display, 'Instrument Serif'), Georgia, serif;
  font-style: italic;
  font-size: 1.125rem;
  color: var(--text-primary, #0F1C2E);
  border-top: 1px dashed #F0D29E;
  padding-top: 0.875rem;
  margin-top: 1.125rem;
}
.adv-founder-sig small {
  display: block;
  font-family: var(--font-body, Inter), sans-serif;
  font-style: normal;
  font-size: 0.75rem;
  color: #7c4a00;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 0.1875rem;
}
@media (max-width: 700px) { .adv-founder-inner { padding: 1.75rem 1.25rem; } }

/* ─── Section 7: Gallery ─── */
.adv-gallery { background: var(--bg-page, #fff); padding: 5rem 1.5rem; }
/* Post 2026-06-02 revision: gallery dropped from 3 cards → 2 (the YOUR BRAND HERE
   placeholder card was removed). Lay out 2 equal columns at desktop; stack on mobile. */
.adv-gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.875rem;
  max-width: 64rem;
  margin: 0 auto;
}
@media (min-width: 720px) {
  .adv-gallery-grid { grid-template-columns: 1fr 1fr; }
}
.adv-gallery-card {
  background: #fff;
  border: 1.5px solid var(--border-light, #E5E7EB);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.adv-gallery-img { aspect-ratio: 16/9; overflow: hidden; background: #0F1C2E; }
.adv-gallery-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.adv-gallery-body { padding: 0.875rem 1rem 1rem; }
.adv-gallery-tag {
  display: inline-block;
  background: #FFFAF4;
  color: #B45309;
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.375rem;
}
.adv-gallery-body h3 { font-weight: 800; font-size: 0.90625rem; color: var(--text-primary, #0F1C2E); margin: 0 0 0.25rem; }
.adv-gallery-body p { font-size: 0.78125rem; color: var(--text-muted, #6B7280); line-height: 1.5; margin: 0; }

@media (min-width: 1000px) { .adv-gallery-grid { grid-template-columns: repeat(2, 1fr); } } /* 4 cards → 2×2 */
@media (max-width: 900px) { .adv-gallery-grid { grid-template-columns: 1fr 1fr; } .adv-gallery { padding: 3rem 1rem; } }
@media (max-width: 600px) { .adv-gallery-grid { grid-template-columns: 1fr; } }

/* ─── Section 7b: Industry stats ─── */
.adv-proof {
  background: var(--bg-dark, #0F1C2E);
  color: #fff;
  padding: 5rem 1.5rem;
}
.adv-proof-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1.125rem; }
.adv-proof-stat {
  padding-left: 1rem;
  border-left: 2px solid rgba(240, 168, 77, 0.4);
}
.adv-proof-val {
  display: block;
  font-family: var(--font-display, 'Instrument Serif'), Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 2.5rem;
  color: #F0A84D;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}
.adv-proof-claim { font-size: 0.875rem; color: #fff; font-weight: 700; margin: 0 0 0.3125rem; line-height: 1.3; }
.adv-proof-src { font-size: 0.6875rem; color: #9aa3b2; line-height: 1.45; margin: 0; }
.adv-proof-src a { color: #7dd3df; }
.adv-proof-src a:focus-visible { outline: 2px solid #7dd3df; outline-offset: 2px; }

/* ─── Section 8: Cultural communities ─── */
.adv-communities { background: var(--bg-subtle, #F9FAFB); padding: 4rem 1.5rem; }
.adv-comm-row {
  display: flex;
  /* Post 2026-06-02 layout polish: label on TOP, chips centered below.
     Was 'row with label flush-left, chips flowing right' which read as
     left-anchored on wide screens after the page was rebalanced. */
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--border-light, #E5E7EB);
}
.adv-comm-row:last-of-type { border-bottom: none; }
.adv-comm-label {
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--brand-primary, #0D7E8A);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.adv-comm-chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.adv-comm-chips li {
  background: #fff;
  border: 1px solid var(--border-light, #E5E7EB);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.8125rem;
  color: var(--text-secondary, #4B5563);
  font-weight: 600;
}
.adv-comm-foot {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  color: var(--text-secondary, #4B5563);
  text-align: center;
}
.adv-comm-foot a { color: var(--brand-primary, #0D7E8A); text-decoration: underline; }
.adv-comm-foot a:focus-visible { outline: 2px solid var(--brand-primary, #0D7E8A); outline-offset: 2px; }

@media (max-width: 800px) {
  .adv-proof-grid { grid-template-columns: 1fr; }
  .adv-comm-row { flex-direction: column; align-items: flex-start; }
  .adv-proof, .adv-communities { padding: 3rem 1rem; }
}

/* ─── Section 9: FAQ ─── */
.adv-faq { background: var(--bg-page, #fff); padding: 5rem 1.5rem; }
.adv-faq-list { max-width: 56rem; margin: 0 auto; padding: 0; }
.adv-faq-item { border-bottom: 1px solid var(--border-light, #E5E7EB); }
.adv-faq-toggle {
  width: 100%;
  background: transparent;
  border: none;
  padding: 1.125rem 0;
  text-align: left;
  font-family: var(--font-body, Inter), sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary, #0F1C2E);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  min-height: 44px;
}
.adv-faq-toggle:hover { color: var(--brand-primary, #0D7E8A); }
.adv-faq-toggle:focus-visible { outline: 3px solid var(--brand-primary-hover, #0A5C65); outline-offset: 2px; }
.adv-faq-icon { color: var(--brand-primary, #0D7E8A); font-size: 1.25rem; transition: transform 200ms ease; }
.adv-faq-toggle[aria-expanded="true"] .adv-faq-icon { transform: rotate(45deg); }
.adv-faq-answer { padding: 0 0 1.125rem; margin: 0; }
.adv-faq-answer p { color: var(--text-secondary, #4B5563); font-size: 0.9375rem; line-height: 1.65; margin: 0; max-width: 50rem; }

/* ─── Section 10: Bottom CTA ─── */
.adv-cta-bottom {
  background: var(--bg-dark, #0F1C2E);
  color: #fff;
  padding: 5rem 1.5rem;
  text-align: center;
}
.adv-cta-inner { max-width: 50rem; margin: 0 auto; }
.adv-cta-bottom .adv-section-title { color: #fff; }
.adv-cta-bottom .adv-section-title em { color: #F0A84D; }
.adv-cta-bottom .adv-section-sub { color: #bcc3d0; }
.adv-cta-actions {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  margin: 1.5rem 0 1.125rem;
  flex-wrap: wrap;
}
.adv-cta-bottom .btn-outline-light {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  padding: 11px 20px;
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.adv-cta-bottom .btn-outline-light:hover { background: rgba(255, 255, 255, 0.08); }
.adv-cta-trust { font-size: 0.875rem; color: #bcc3d0; margin: 0; }

/* ─── Community-request modal (Section 8 "Tell us" → popup) ─── */
.adv-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.adv-modal[hidden] { display: none; }
.adv-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 28, 46, 0.72);
  backdrop-filter: blur(4px);
}
.adv-modal-content {
  position: relative;
  background: #fff;
  border-radius: 24px;
  padding: 2rem 2rem 1.75rem;
  max-width: 28rem;
  width: 100%;
  box-shadow: 0 24px 64px rgba(15, 28, 46, 0.35);
  z-index: 1;
  max-height: calc(100vh - 3rem);
  overflow-y: auto;
}
.adv-modal-close {
  position: absolute;
  top: 0.875rem;
  right: 0.875rem;
  background: transparent;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--text-muted, #6B7280);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.adv-modal-close:hover { background: #F9FAFB; color: var(--text-primary, #0F1C2E); }
.adv-modal-close:focus-visible {
  outline: 3px solid var(--brand-primary-hover, #0A5C65);
  outline-offset: 2px;
}
.adv-modal-title {
  font-family: var(--font-body, Inter), sans-serif;
  font-weight: 800;
  font-size: 1.375rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 0.5rem;
  color: var(--text-primary, #0F1C2E);
}
.adv-modal-title em {
  font-family: var(--font-display, 'Instrument Serif'), Georgia, serif;
  font-style: italic;
  font-weight: 400;
  color: #B45309;
}
.adv-modal-sub {
  font-size: 0.9375rem;
  color: var(--text-secondary, #4B5563);
  line-height: 1.55;
  margin: 0 0 1.25rem;
}
/* Calendar-alongside link — book-a-call form + calendar both live in the same
   dialog (standing form+calendar rule). Linked, not embedded: the GHL
   /widget/bookings/<slug> widget inlines + trips the a11y gate (INCIDENTS #2). */
.adv-modal-alt {
  margin: 1rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid var(--border-subtle, #E5E7EB);
  font-size: 0.9375rem;
  color: var(--text-secondary, #4B5563);
  line-height: 1.55;
  text-align: center;
}
.adv-modal-alt a {
  color: var(--brand-primary, #0A5C65);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.adv-modal-alt a:focus-visible { outline: 3px solid var(--brand-primary-hover, #0A5C65); outline-offset: 2px; }
.adv-modal-field { margin-bottom: 0.875rem; display: flex; flex-direction: column; gap: 0.4375rem; }
.adv-modal-field label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--text-primary, #0F1C2E);
}
.adv-modal-optional {
  font-weight: 500;
  color: var(--text-muted, #6B7280);
}
.adv-modal-field input {
  background: #fff;
  border: 1.5px solid var(--border-light, #E5E7EB);
  border-radius: 10px;
  padding: 11px 14px;
  font-size: 0.9375rem;
  color: var(--text-primary, #0F1C2E);
  font-family: inherit;
}
.adv-modal-field input:focus {
  outline: 3px solid var(--brand-primary-hover, #0A5C65);
  border-color: var(--brand-primary, #0D7E8A);
}
.adv-modal-submit {
  width: 100%;
  margin-top: 0.5rem;
  background: #B45309;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 13px 28px;
  font-size: 0.9375rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(180, 83, 9, 0.25);
  min-height: 44px;
}
.adv-modal-submit:hover { background: #7c4a00; }
.adv-modal-submit:focus-visible { outline: 3px solid var(--brand-primary-hover, #0A5C65); outline-offset: 2px; }
.adv-modal-success {
  background: #EEF9FA;
  border: 1.5px solid #bce6ec;
  border-radius: 12px;
  padding: 1rem 1.25rem;
  margin-top: 0.75rem;
  text-align: center;
}
.adv-modal-success p { margin: 0; font-size: 0.9375rem; color: var(--text-primary, #0F1C2E); line-height: 1.5; }
.adv-modal-success p + p { margin-top: 0.25rem; color: var(--text-secondary, #4B5563); }

/* Visual cue: make the "Tell us" link feel clickable */
.adv-comm-tell {
  cursor: pointer;
  font-weight: 700;
}

/* Textarea support for the "Book a call" modal (community modal didn't need it) */
.adv-modal-field textarea {
  background: #fff;
  border: 1.5px solid var(--border-light, #E5E7EB);
  border-radius: 10px;
  padding: 11px 14px;
  font-size: 0.9375rem;
  color: var(--text-primary, #0F1C2E);
  font-family: inherit;
  resize: vertical;
  min-height: 5rem;
}
.adv-modal-field textarea:focus {
  outline: 3px solid var(--brand-primary-hover, #0A5C65);
  border-color: var(--brand-primary, #0D7E8A);
}

/* .adv-promo-tier-* rules removed: promo modal deleted per /advertise revision 2026-06-02 */

/* ─── [hidden] override for modal form elements ─────────────────────────────
   The [hidden] HTML attribute is supposed to act like display:none, but our
   modal field/submit/error elements set explicit display values (flex, block,
   etc.) that win the cascade. The browser default [hidden]{display:none} loses.
   This rule restores the expected behavior so el.hidden = true actually hides
   the element after a successful form submission. */
.adv-modal-field[hidden],
.adv-modal-submit[hidden],
.adv-est-form-error[hidden],
.adv-est-form-note[hidden] {
  display: none !important;
}

/* New: sourced industry chips folded into "Why screens win" per /advertise revision 2026-06-02 §3.1
   Visual brief: .adv-bento section is white (#fff); chips read as subtle outlined cards. */
.adv-bento-chips {
  list-style: none;
  padding: 0;
  margin: 2.5rem auto 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  max-width: 64rem;
}
@media (min-width: 768px) {
  .adv-bento-chips { grid-template-columns: repeat(3, 1fr); }
}
.adv-bento-chip {
  padding: 1.25rem 1.125rem 1rem;
  border-radius: 0.625rem;
  background: #FAFBFC;
  border: 1px solid #E2E6EC;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.adv-bento-chip-big {
  display: block;
  font-size: 1.875rem;
  line-height: 1.1;
  font-weight: 800;
  color: #C97A1F;
  letter-spacing: -0.02em;
}
.adv-bento-chip-label {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.45;
  color: #2A3340;
}
.adv-bento-chip-source {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.3;
  color: #6B7280;
  letter-spacing: 0.02em;
}

/* §8 communities — full-width single sourced chip (reuses .adv-bento-chip-* visual styling).
   Centered by explicit margin-left/right auto on a block-level element so it always sits
   under the centered section header, regardless of parent layout. */
.adv-comm-chip-stat {
  display: block;
  width: 100%;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  box-sizing: border-box;
}

/* New Plans grid for the merged §5b+§6 section per /advertise revision 2026-06-02 */
.adv-plans-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  margin: 2rem 0 1.5rem;
}
@media (min-width: 720px) {
  .adv-plans-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .adv-plans-grid { grid-template-columns: repeat(4, 1fr); }
}
.adv-plans-card {
  position: relative;
  background: #fff;
  border: 1px solid #e2e6ec;
  border-radius: 0.875rem;
  padding: 1.5rem 1.25rem 1.375rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.adv-plans-card-featured {
  border: 2px solid #F0A84D;
  box-shadow: 0 6px 24px rgba(240, 168, 77, 0.18);
}
.adv-plans-card-badge {
  position: absolute;
  top: -0.65rem;
  left: 1.25rem;
  background: #F0A84D;
  color: #1a232b;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.25rem 0.625rem;
  border-radius: 999px;
}
.adv-plans-card-label {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5a6473;
}
.adv-plans-card-pitch {
  font-size: 1.25rem;
  font-weight: 800;
  color: #1a232b;
  margin: 0;
  line-height: 1.2;
}
.adv-plans-card-list {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.adv-plans-card-list li {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #2a3340;
  padding-left: 1.25rem;
  position: relative;
}
.adv-plans-card-list li::before {
  content: "·";
  position: absolute;
  left: 0.375rem;
  top: -0.125rem;
  color: #F0A84D;
  font-weight: 800;
  font-size: 1.25rem;
}
.adv-plans-card-list li strong { color: #C97A1F; }
.adv-plans-foot {
  text-align: center;
  margin: 1.25rem 0 0;
  color: #5a6473;
  font-size: 0.9375rem;
}
.adv-plans-foot-link {
  color: #1a232b;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
