/* ============================================================
   AIO DONE-FOR-YOU — Funnel pages (4 pages share this stylesheet)
   Theme K Champagne Light · maps old aiodfy classes onto current
   ID 2.0 design system
   ============================================================ */

/* ---- Shared funnel typography ---- */
/* Dark, cinematic hero — sits at the top of every AIO DFY page so the
   sticky nav has contrast against the light champagne body below.
   Deep cream-dark gradient + warm gold radial glow + soft fade-out
   into the champagne body so the transition feels natural. */
.aio-hero,
.aio-results-hero {
  background:
    radial-gradient(ellipse 1100px 520px at 50% 0%, rgba(199, 154, 69, 0.22) 0%, rgba(199, 154, 69, 0.06) 40%, transparent 70%),
    linear-gradient(180deg, #1F1612 0%, #2A1E16 55%, #3A2A1E 85%, #5A4636 100%);
  color: #F5EAD0;
  padding: 112px 24px 96px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
/* Subtle inner vignette + bottom fade into the champagne body */
.aio-hero::before,
.aio-results-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 1400px 700px at 50% 30%, transparent 0%, transparent 50%, rgba(0,0,0,0.35) 100%),
    linear-gradient(180deg, transparent 70%, rgba(250, 243, 228, 0.18) 92%, rgba(250, 243, 228, 0.45) 100%);
  pointer-events: none;
  z-index: 0;
}
.aio-hero-inner,
.aio-results-inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

/* Hero typography overrides — invert to read against dark hero */
.aio-hero .h1-funnel,
.aio-results-hero .h1-funnel,
.aio-hero .h2-funnel,
.aio-results-hero .h2-funnel {
  color: #FFFAEC;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
}
.aio-hero .h1-funnel .ital,
.aio-results-hero .h1-funnel .ital,
.aio-hero .h2-funnel em,
.aio-results-hero .h2-funnel em {
  color: #E8C547;
  text-shadow: 0 2px 20px rgba(199, 154, 69, 0.4);
}
.aio-hero .lead,
.aio-results-hero .lead {
  color: #E8DCC0;
}
.aio-hero .eyebrow,
.aio-results-hero .eyebrow {
  color: #E8C547;
  border-color: rgba(232, 197, 71, 0.45);
  background: rgba(255, 250, 236, 0.06);
  backdrop-filter: blur(6px);
}
.aio-hero .crumbs,
.aio-results-hero .crumbs {
  color: #C9B998;
}
.aio-hero .crumbs a,
.aio-results-hero .crumbs a {
  color: #C9B998;
  border-bottom-color: rgba(201, 185, 152, 0.35);
}
.aio-hero .crumbs a:hover,
.aio-results-hero .crumbs a:hover {
  color: #E8C547;
  border-bottom-color: #E8C547;
}
.aio-hero .crumbs .sep,
.aio-results-hero .crumbs .sep {
  color: #E8C547;
  opacity: 0.7;
}
.aio-hero .crumbs [aria-current="page"],
.aio-results-hero .crumbs [aria-current="page"] {
  color: #FFFAEC;
}

/* Becky video frame glow — brighter against dark hero */
.aio-hero .aio-video,
.aio-results-hero .aio-video,
.aio-hero .becky-card-frame--video,
.aio-results-hero .becky-card-frame--video {
  box-shadow:
    0 0 0 1px rgba(232, 197, 71, 0.55),
    0 0 0 4px rgba(31, 22, 18, 0.55),
    0 0 0 5px rgba(232, 197, 71, 0.32),
    0 24px 60px -20px rgba(0, 0, 0, 0.65),
    0 0 80px -10px rgba(199, 154, 69, 0.25);
}

.h1-funnel {
  font-family: 'DM Sans', 'Inter', system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--cream, #1F1612);
  margin: 18px 0 18px;
}
.h1-funnel .ital {
  font-style: italic;
  color: var(--gold, #9C7B1A);
  font-weight: 800;
}
.h2-funnel {
  font-family: 'DM Sans', 'Inter', system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1.18;
  letter-spacing: -0.015em;
  color: var(--cream, #1F1612);
  margin: 0 0 18px;
}
.h2-funnel em {
  color: var(--gold, #9C7B1A);
  font-style: italic;
  font-weight: 800;
}

.lead {
  font-size: clamp(1.05rem, 1.5vw, 1.18rem);
  line-height: 1.55;
  color: var(--cream-dim, #5A4636);
}
.text-center { text-align: center; }
.text-max { max-width: 760px; margin-left: auto; margin-right: auto; }
.body-copy {
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--cream-dim, #5A4636);
  margin: 0 0 14px;
}
.gold-text { color: var(--gold, #9C7B1A); text-decoration: underline; }

/* Breadcrumbs */
.crumbs {
  font-size: 0.85rem;
  color: var(--cream-dim, #5A4636);
  margin-bottom: 18px;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.crumbs a {
  color: var(--cream-dim, #5A4636);
  text-decoration: none;
  border-bottom: 1px dotted rgba(90, 70, 54, 0.3);
}
.crumbs a:hover { color: var(--gold, #9C7B1A); border-bottom-color: var(--gold, #9C7B1A); }
.crumbs .sep { color: var(--gold, #9C7B1A); opacity: 0.6; }
.crumbs [aria-current="page"] { color: var(--cream, #1F1612); font-weight: 600; }

/* Eyebrow */
.eyebrow {
  display: inline-block;
  font-family: 'DM Sans', 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold, #9C7B1A);
  padding: 6px 14px;
  border: 1px solid rgba(156, 123, 26, 0.35);
  border-radius: 99px;
  background: rgba(255, 250, 236, 0.6);
  margin-bottom: 8px;
}
.eyebrow-center { display: inline-flex; justify-content: center; }

/* Container */
.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}
.section-pad {
  padding: 72px 0;
}
.section-pad--tight { padding: 48px 0; }
.aio-band-alt {
  background: linear-gradient(180deg, #FFFAEC 0%, #F5EAD0 100%);
}

/* ============================================================
   PIN-STRIPE GLOW BOX (skill-locked — theme K light variant)
   ============================================================ */
.pinstripe-glow {
  position: relative;
  background: var(--surface, #FFFAEC);
  border-radius: 14px;
  padding: 28px;
  /* outer warm halo + crisp gold pin-stripe + soft cream lift */
  box-shadow:
    0 0 0 1px rgba(156, 123, 26, 0.32),       /* gold pin-stripe */
    0 0 0 4px rgba(255, 250, 236, 0.9),       /* cream spacer */
    0 0 0 5px rgba(199, 154, 69, 0.18),       /* gold halo */
    0 18px 40px -18px rgba(90, 70, 54, 0.25); /* soft lift */
}

/* ============================================================
   BECKY VIDEO FRAME (from kartra-video-embed skill)
   ============================================================ */
.aio-video,
.becky-card-frame--video {
  position: relative;
  aspect-ratio: 16/9;
  max-width: 720px;
  margin: 28px auto 32px;
  background: #0A0E0F;
  border-radius: 14px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(156, 123, 26, 0.4),
    0 0 0 4px rgba(255, 250, 236, 0.9),
    0 0 0 5px rgba(199, 154, 69, 0.2),
    0 22px 50px -20px rgba(90, 70, 54, 0.3);
}
.aio-video .becky-video-poster,
.becky-card-frame--video .becky-video-poster {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.95;
  pointer-events: none;
}
.aio-video.has-player .becky-video-poster,
.becky-card-frame--video.has-player .becky-video-poster { display: none; }

.aio-video:not(.has-player)::before,
.becky-card-frame--video:not(.has-player)::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  width: 72px; height: 72px;
  margin: -36px 0 0 -36px;
  border-radius: 50%;
  background: rgba(199, 154, 69, 0.28);
  border: 1px solid rgba(199, 154, 69, 0.7);
  backdrop-filter: blur(8px);
  z-index: 1;
  pointer-events: none;
  box-shadow: 0 0 32px rgba(199, 154, 69, 0.4);
}
.aio-video:not(.has-player)::after,
.becky-card-frame--video:not(.has-player)::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  width: 0; height: 0;
  margin: -10px 0 0 -6px;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent var(--gold, #c79a45);
  z-index: 2;
  pointer-events: none;
}

.aio-video > div[class*="kartra_video_container"],
.becky-card-frame--video > div[class*="kartra_video_container"] {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  z-index: 3;
}
.aio-video > div[class*="kartra_video_container"] iframe,
.aio-video > div[class*="kartra_video_container"] video,
.becky-card-frame--video > div[class*="kartra_video_container"] iframe,
.becky-card-frame--video > div[class*="kartra_video_container"] video {
  position: absolute; inset: 0;
  width: 100% !important; height: 100% !important;
  border: 0;
}

/* ============================================================
   CTA BUTTONS (aff-cta-btn pattern from affiliate page)
   ============================================================ */
.aff-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--gold, #9C7B1A) 0%, #c79a45 100%);
  color: #FFFAEC;
  font-family: 'DM Sans', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 0.98rem;
  letter-spacing: 0.02em;
  padding: 18px 32px;
  border-radius: 99px;
  text-decoration: none;
  border: 0;
  box-shadow:
    0 0 0 1px rgba(156, 123, 26, 0.4),
    0 12px 30px -10px rgba(156, 123, 26, 0.55);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
  cursor: pointer;
}
.aff-cta-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow:
    0 0 0 1px rgba(156, 123, 26, 0.5),
    0 18px 40px -12px rgba(156, 123, 26, 0.7);
}
.aff-cta-btn--ghost {
  background: transparent;
  color: var(--gold, #9C7B1A);
  box-shadow:
    0 0 0 1.5px rgba(156, 123, 26, 0.5);
}
.aff-cta-btn--ghost:hover {
  background: rgba(199, 154, 69, 0.08);
  color: var(--gold, #9C7B1A);
}

.aio-cta-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin: 32px auto 0;
}
.cta-note {
  font-size: 0.88rem;
  color: var(--cream-dim, #5A4636);
}

/* ============================================================
   OPTIN CARD (Kartra optin wrapper)
   ============================================================ */
.aio-optin-card {
  max-width: 560px;
  margin: 36px auto 0;
  padding: 28px;
}
.aio-optin-card--secondary {
  margin-top: 28px;
}

/* Kartra optin styles — let Kartra render, but constrain width */
.aio-optin-card .kartra_optin_container941e1aaaba585b952b62c14a3a175a61 {
  max-width: 100%;
}

/* ============================================================
   FACTOR ROW (3 invisible factors)
   ============================================================ */
.factor-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 44px;
}
.factor {
  text-align: left;
}
.factor-num {
  font-family: 'DM Sans', 'Inter', sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--gold, #9C7B1A);
  margin-bottom: 10px;
}
.factor h3,
.aio-card h3,
.aio-step h3,
.intake-card h3,
.urgency-card h3 {
  font-family: 'DM Sans', 'Inter', sans-serif;
  font-size: 1.22rem;
  font-weight: 700;
  color: var(--cream, #1F1612);
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}
.factor p,
.aio-card p,
.aio-step p {
  font-size: 0.96rem;
  line-height: 1.6;
  color: var(--cream-dim, #5A4636);
  margin: 0;
}

/* ============================================================
   CHECK LISTS (aio-check)
   ============================================================ */
.aio-check {
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
  max-width: 760px;
  display: grid;
  gap: 14px;
}
.aio-check--center { margin-left: auto; margin-right: auto; }
.aio-check li {
  position: relative;
  padding-left: 36px;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--cream-dim, #5A4636);
}
.aio-check li strong { color: var(--cream, #1F1612); font-weight: 600; }
.aio-check li::before {
  content: '';
  position: absolute;
  left: 0; top: 4px;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold, #9C7B1A) 0%, #c79a45 100%);
  box-shadow: 0 4px 10px -3px rgba(156, 123, 26, 0.5);
}
.aio-check li::after {
  content: '';
  position: absolute;
  left: 6px; top: 9px;
  width: 10px; height: 5px;
  border-left: 2px solid #FFFAEC;
  border-bottom: 2px solid #FFFAEC;
  transform: rotate(-45deg);
}

/* ============================================================
   AIO CARD GRID (six pieces)
   ============================================================ */
.aio-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 44px;
}
.aio-card { text-align: left; }
.aio-card-icon {
  display: inline-block;
  font-family: 'DM Sans', 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  color: #FFFAEC;
  background: linear-gradient(135deg, var(--gold, #9C7B1A) 0%, #c79a45 100%);
  padding: 6px 12px;
  border-radius: 8px;
  margin-bottom: 14px;
  letter-spacing: 0.04em;
}

/* ============================================================
   HERO PRICE CARD
   ============================================================ */
.hero-price-card {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 22px 32px;
  margin: 24px auto 0;
  background: var(--surface, #FFFAEC);
  border-radius: 14px;
}
.hero-price-card .strike {
  font-size: 0.92rem;
  color: var(--cream-dim, #5A4636);
  text-decoration: line-through;
  text-decoration-color: rgba(156, 123, 26, 0.6);
}
.hero-price-card .big {
  font-family: 'DM Sans', 'Inter', sans-serif;
  font-size: 3rem;
  font-weight: 800;
  color: var(--gold, #9C7B1A);
  line-height: 1;
  letter-spacing: -0.02em;
}
.hero-price-card .big-suffix {
  font-size: 1rem;
  font-weight: 500;
  color: var(--cream, #1F1612);
}
.hero-price-card .small {
  font-size: 0.88rem;
  color: var(--cream-dim, #5A4636);
  margin-top: 4px;
}

/* ============================================================
   PRICING BLOCK
   ============================================================ */
.pricing-block {
  max-width: 640px;
  margin: 44px auto 0;
  padding: 40px;
  text-align: center;
}
.price-row {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
}
.price-strike {
  font-size: 1.4rem;
  color: var(--cream-dim, #5A4636);
  text-decoration: line-through;
  text-decoration-color: rgba(156, 123, 26, 0.6);
}
.price-main {
  font-family: 'DM Sans', 'Inter', sans-serif;
  font-size: 4rem;
  font-weight: 800;
  color: var(--gold, #9C7B1A);
  line-height: 1;
  letter-spacing: -0.02em;
}
.price-suffix {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--cream, #1F1612);
}
.price-setup {
  font-size: 0.96rem;
  color: var(--cream-dim, #5A4636);
  margin: 10px 0 24px;
}
.price-setup strong { color: var(--cream, #1F1612); font-weight: 700; }

.price-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  text-align: left;
  display: grid;
  gap: 12px;
}
.price-bullets li {
  position: relative;
  padding-left: 30px;
  font-size: 0.96rem;
  line-height: 1.55;
  color: var(--cream-dim, #5A4636);
}
.price-bullets li strong {
  color: var(--gold, #9C7B1A);
  font-weight: 700;
}
.price-bullets li::before {
  content: '✓';
  position: absolute;
  left: 0; top: 0;
  color: var(--gold, #9C7B1A);
  font-weight: 700;
}

.aio-secure-note {
  margin-top: 18px;
  font-size: 0.85rem;
  color: var(--cream-dim, #5A4636);
}

/* ============================================================
   AIO STEPS (3 steps)
   ============================================================ */
.aio-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 44px;
}
.aio-step { text-align: left; }
.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold, #9C7B1A) 0%, #c79a45 100%);
  color: #FFFAEC;
  font-family: 'DM Sans', sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  margin-bottom: 14px;
  box-shadow: 0 6px 16px -4px rgba(156, 123, 26, 0.5);
}

/* ============================================================
   GUARANTEE BADGE
   ============================================================ */
.guarantee-badge {
  max-width: 760px;
  margin: 0 auto;
  padding: 44px 36px;
  text-align: center;
}
.guarantee-badge--final {
  max-width: 820px;
}
.badge-icon {
  font-size: 2.4rem;
  margin-bottom: 16px;
}
.guarantee-badge p {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--cream-dim, #5A4636);
  margin: 14px 0;
}
.aio-honest-note {
  max-width: 680px;
  margin: 32px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(156, 123, 26, 0.22);
  font-size: 0.86rem;
  color: var(--cream-dim, #5A4636);
  line-height: 1.65;
  text-align: left;
}
.aio-honest-note strong { color: var(--gold, #9C7B1A); }

/* ============================================================
   FAQ
   ============================================================ */
.aio-faq {
  max-width: 760px;
  margin: 44px auto 0;
}
.aio-faq details {
  padding: 22px 26px;
  background: var(--surface, #FFFAEC);
  border-radius: 12px;
  margin-bottom: 14px;
  box-shadow:
    0 0 0 1px rgba(156, 123, 26, 0.22),
    0 6px 18px -10px rgba(90, 70, 54, 0.2);
}
.aio-faq summary {
  list-style: none;
  cursor: pointer;
  font-family: 'DM Sans', 'Inter', sans-serif;
  font-weight: 600;
  font-size: 1.02rem;
  color: var(--cream, #1F1612);
  position: relative;
  padding-right: 30px;
}
.aio-faq summary::-webkit-details-marker { display: none; }
.aio-faq summary::after {
  content: '+';
  position: absolute;
  right: 0; top: 50%;
  transform: translateY(-50%);
  color: var(--gold, #9C7B1A);
  font-size: 1.4rem;
  font-weight: 400;
  transition: transform 0.2s ease;
}
.aio-faq details[open] summary::after {
  content: '−';
  transform: translateY(-50%);
}
.aio-faq details > div {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(156, 123, 26, 0.18);
}
.aio-faq details p {
  font-size: 0.96rem;
  line-height: 1.65;
  color: var(--cream-dim, #5A4636);
  margin: 0;
}

/* ============================================================
   URGENCY CARD
   ============================================================ */
.urgency-card {
  max-width: 760px;
  margin: 0 auto;
  padding: 36px;
  text-align: center;
}
.urgency-card h3 {
  font-size: 1.4rem;
  text-align: center;
}
.urgency-card p {
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--cream-dim, #5A4636);
  margin: 14px 0 0;
}

/* ============================================================
   AI VISIBILITY WIDGET CARD
   ============================================================ */
.widget-card {
  max-width: 760px;
  margin: 36px auto 0;
  padding: 32px;
  text-align: center;
}
.widget-head { margin-bottom: 24px; }
.widget-icon {
  display: inline-flex;
  width: 56px; height: 56px;
  align-items: center;
  justify-content: center;
  background: rgba(199, 154, 69, 0.1);
  border-radius: 50%;
  border: 1px solid rgba(156, 123, 26, 0.3);
  margin-bottom: 14px;
}
.widget-card h2 {
  font-family: 'DM Sans', 'Inter', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--cream, #1F1612);
  margin: 0 0 10px;
}
.widget-sub {
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--cream-dim, #5A4636);
  margin: 0;
}
.widget-embed {
  background: var(--bg, #FAF3E4);
  border-radius: 12px;
  padding: 24px;
  border: 1px solid rgba(156, 123, 26, 0.18);
}

/* ============================================================
   INTAKE CARD (welcome page)
   ============================================================ */
.intake-card {
  max-width: 820px;
  margin: 32px auto;
  padding: 36px;
  text-align: left;
}
.intake-card h3 {
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.intake-lead {
  font-size: 1rem;
  color: var(--cream-dim, #5A4636);
  margin: 0 0 18px;
  line-height: 1.55;
}
.intake-cta-row {
  margin-top: 24px;
  text-align: center;
}
.intake-note {
  margin-top: 12px;
  font-size: 0.86rem;
  color: var(--cream-dim, #5A4636);
}
.intake-divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 28px 0;
  color: var(--cream-dim, #5A4636);
  font-size: 0.85rem;
  letter-spacing: 0.04em;
}
.intake-divider::before,
.intake-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(156, 123, 26, 0.25);
}
.intake-divider span { padding: 0 18px; }
.intake-manual {
  background: rgba(255, 250, 236, 0.6);
  padding: 22px;
  border-radius: 10px;
  font-size: 0.96rem;
  line-height: 1.65;
  color: var(--cream-dim, #5A4636);
}
.intake-manual strong { color: var(--cream, #1F1612); }
.intake-manual-list {
  margin: 8px 0 0 18px;
  padding: 0;
  color: var(--cream-dim, #5A4636);
}
.intake-warning {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(156, 123, 26, 0.22);
  color: var(--cream-dim, #5A4636);
  font-size: 0.92rem;
  line-height: 1.65;
}
.intake-warning strong { color: var(--gold, #9C7B1A); }

.aio-code {
  color: var(--gold, #9C7B1A);
  background: rgba(31, 22, 18, 0.05);
  padding: 2px 8px;
  border-radius: 4px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.92em;
}

/* ============================================================
   AIO PROCESS (5-step ordered list)
   ============================================================ */
.aio-process {
  max-width: 760px;
  margin: 36px auto 0;
  padding: 0;
  list-style: none;
  counter-reset: aio-process;
}
.aio-process li {
  position: relative;
  padding: 18px 18px 18px 60px;
  margin-bottom: 14px;
  background: var(--surface, #FFFAEC);
  border-radius: 10px;
  box-shadow:
    0 0 0 1px rgba(156, 123, 26, 0.2),
    0 6px 14px -8px rgba(90, 70, 54, 0.15);
  counter-increment: aio-process;
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--cream-dim, #5A4636);
}
.aio-process li strong { color: var(--cream, #1F1612); font-weight: 700; }
.aio-process li::before {
  content: counter(aio-process);
  position: absolute;
  left: 14px; top: 50%;
  transform: translateY(-50%);
  width: 34px; height: 34px;
  background: linear-gradient(135deg, var(--gold, #9C7B1A) 0%, #c79a45 100%);
  color: #FFFAEC;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'DM Sans', sans-serif;
  font-weight: 800;
  font-size: 0.96rem;
  box-shadow: 0 4px 10px -3px rgba(156, 123, 26, 0.5);
}

/* Knowlist (welcome page final card) */
.aio-knowlist {
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--cream-dim, #5A4636);
}
.aio-knowlist li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(156, 123, 26, 0.18);
  font-size: 0.98rem;
  line-height: 1.65;
}
.aio-knowlist li:last-child { border-bottom: 0; }
.aio-knowlist li strong { color: var(--gold, #9C7B1A); }

/* Accent line */
.aio-accent-line {
  color: var(--gold, #9C7B1A);
  font-weight: 600;
  margin-top: 18px;
}

.aio-fineprint {
  text-align: center;
  color: var(--cream-dim, #5A4636);
  font-size: 0.86rem;
  margin-top: 24px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 880px) {
  .aio-hero,
  .aio-results-hero { padding: 96px 20px 48px; }

  .factor-row,
  .aio-card-grid,
  .aio-steps {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .pricing-block { padding: 28px 22px; }
  .price-main { font-size: 3rem; }
  .guarantee-badge { padding: 32px 22px; }
  .intake-card { padding: 24px 20px; }
  .widget-card { padding: 24px 20px; }
  .aio-process li { padding: 16px 14px 16px 56px; }
}

@media (max-width: 560px) {
  .h1-funnel { font-size: clamp(1.6rem, 7vw, 2.2rem); }
  .h2-funnel { font-size: clamp(1.3rem, 5.5vw, 1.7rem); }
  .lead { font-size: 1rem; }
  .aff-cta-btn { padding: 16px 24px; font-size: 0.94rem; }
  .crumbs { font-size: 0.78rem; }
}
