/**
 * Automated Affiliate Method - Funnel Landing Page Styles
 * Clean, no-nav, direct-response funnel design
 */

html { scroll-behavior: auto; }

:root {
  --aam-navy: #152734;
  --aam-slate: #2D4550;
  --aam-light: #EDF3F1;
  --aam-card: #DAE2E0;
  --aam-coral: #F07D51;
  --aam-coral-hover: #D9653E;
  --aam-white: #ffffff;
  --aam-green: #22c55e;
  --aam-radius: 12px;
  --aam-radius-lg: 16px;
  --aam-radius-pill: 50px;
}

[id] { scroll-margin-top: 2rem; }

body {
  background-color: #f0f4f8 !important;
  background-image:
    linear-gradient(rgba(21,39,52,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21,39,52,0.06) 1px, transparent 1px);
  background-size: 60px 60px;
  color: var(--aam-navy) !important;
  font-family: 'Montserrat', 'DM Sans', sans-serif !important;
}

/* ─── HIDE NAVBAR ON FUNNEL PAGES ─── */
.home .navbar,
.home .w-nav,
.page-template-page-thank-you .navbar,
.page-template-page-thank-you .w-nav,
.page-template-page-easym .navbar,
.page-template-page-easym .w-nav { display: none !important; }

/* ─── FUNNEL LAYOUT ─── */
.funnel-container { max-width: 1060px; margin: 0 auto; padding: 0 1.5rem; }
.funnel-container-narrow { max-width: 740px; margin: 0 auto; padding: 0 1.5rem; }
.funnel-center { text-align: center; }
.funnel-left { text-align: left; }
.funnel-spacer { height: 1.75rem; }
.funnel-spacer-lg { height: 3rem; }

/* ─── FUNNEL HERO ─── */
.funnel-hero {
  background: transparent;
  padding: 3rem 0 4rem;
  text-align: center;
  border-bottom: 1px solid rgba(21,39,52,0.08);
}

.funnel-logo-wrap {
  margin-bottom: 1.5rem;
}

.funnel-logo {
  max-height: 72px;
  width: auto;
  border-radius: 16px;
}

/* ─── VSL VIDEO SECTION ─── */
.funnel-vsl {
  background: transparent;
  padding: 3rem 0 4rem;
}

.funnel-vsl-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--aam-navy);
  margin-bottom: 1.25rem;
}

.funnel-vsl-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: var(--aam-radius-lg);
  box-shadow: 0 8px 40px rgba(21,39,52,0.15);
  border: 1px solid var(--aam-card);
  max-width: 800px;
  margin: 0 auto;
  background: #000;
}

.funnel-vsl-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* ─── RESPONSIVE VIDEO (no black bars) ─── */
.funnel-video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: var(--aam-radius-lg);
  box-shadow: 0 8px 40px rgba(21,39,52,0.15);
  border: 1px solid var(--aam-card);
  background: transparent;
}

.funnel-video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: var(--aam-radius-lg);
}

.funnel-pill {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  background: var(--aam-coral);
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-radius: var(--aam-radius-pill);
  margin-bottom: 1.5rem;
}

.funnel-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--aam-navy);
  margin-bottom: 1.25rem;
}

.funnel-label-new {
  display: inline-block;
  padding: 0.25rem 0.625rem;
  background: var(--aam-green);
  color: #fff;
  border-radius: 4px;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.funnel-h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.75rem, 5vw, 2.75rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--aam-navy);
  max-width: 48rem;
  margin: 0 auto 1.25rem;
  letter-spacing: -0.02em;
}

.funnel-highlight {
  color: var(--aam-coral);
}

.funnel-highlight-big {
  color: var(--aam-coral);
  font-weight: 800;
}

/* ─── SOCIAL PROOF BADGE ─── */
.funnel-social-proof {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: #ffffff;
  border: 1px solid var(--aam-card);
  border-radius: var(--aam-radius-lg);
  padding: 0.75rem 1.25rem;
  margin: 1.75rem auto 0;
  box-shadow: 0 2px 12px rgba(21,39,52,0.06);
  max-width: 420px;
}

.funnel-avatars {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.funnel-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  border: 2px solid #ffffff;
  margin-left: -6px;
  flex-shrink: 0;
}

.funnel-avatar:first-child {
  margin-left: 0;
}

.funnel-avatar-count {
  background: var(--aam-navy) !important;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.funnel-proof-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  min-width: 0;
}

.funnel-stars {
  display: flex;
  gap: 1px;
}

.funnel-stars svg {
  width: 14px;
  height: 14px;
}

.funnel-proof-label {
  font-size: 0.75rem;
  color: var(--aam-slate);
  font-weight: 600;
  line-height: 1.4;
}

.funnel-proof-label strong {
  color: var(--aam-navy);
}

@media screen and (max-width: 479px) {
  .funnel-social-proof {
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    max-width: 280px;
  }
  .funnel-proof-text {
    align-items: center;
    text-align: center;
  }
}

.funnel-sub {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #1a1a1a;
  max-width: 40rem;
  margin: 0 auto;
}

.funnel-sub strong { color: #000000; }

/* ─── CTA BUTTON ─── */
.funnel-cta-btn {
  display: inline-block;
  padding: 1rem 2.5rem;
  background: var(--aam-coral);
  color: #fff !important;
  font-size: 1.0625rem;
  font-weight: 700;
  border-radius: var(--aam-radius-pill);
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 4px 20px rgba(240,125,81,0.3);
  letter-spacing: 0.01em;
}

.funnel-cta-btn:hover {
  background: var(--aam-coral-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(240,125,81,0.4);
  color: #fff !important;
}

.funnel-cta-btn-lg {
  padding: 1.125rem 3rem;
  font-size: 1.125rem;
}

.funnel-cta-row {
  margin-top: 2rem;
}

/* ─── MINI TRUST ROW ─── */
.funnel-mini-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 1.25rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #1a1a1a;
}

.funnel-mini-trust span {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

/* ─── SECTIONS ─── */
.funnel-section { padding: 4.5rem 0; }
.funnel-bg-grid { background: transparent; }
.funnel-bg-white { background: #ffffff; }
.funnel-bg-light { background: #f5f7fa; }
.funnel-bg-navy {
  background: var(--aam-navy);
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
}
.funnel-bg-slate { background: var(--aam-slate); }

.funnel-bg-navy .funnel-h2 { color: #ffffff !important; }
.funnel-bg-navy .funnel-body { color: rgba(255,255,255,0.85); }
.funnel-bg-navy .funnel-body strong { color: #ffffff; }
.funnel-bg-navy .funnel-callout {
  color: #ffffff;
  background: rgba(240,125,81,0.15);
  border-left-color: var(--aam-coral);
}
.funnel-bg-navy .funnel-check-item { color: #ffffff; }
.funnel-bg-navy .funnel-check-item span { color: rgba(255,255,255,0.9); }
.funnel-bg-navy .funnel-strike-item { color: rgba(255,255,255,0.7); }
.funnel-bg-navy .funnel-label { color: rgba(255,255,255,0.85); }
.funnel-bg-navy .funnel-mini-trust { color: rgba(255,255,255,0.7); }
.funnel-bg-navy .aam-simple-system {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.12);
}
.funnel-bg-navy .aam-simple-system-item {
  color: #ffffff;
  border-bottom-color: rgba(255,255,255,0.10);
}
.funnel-bg-navy .funnel-testimonial-card {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.10);
}
.funnel-bg-navy .funnel-testimonial-quote { color: rgba(255,255,255,0.9); }
.funnel-bg-navy .funnel-testimonial-name { color: rgba(255,255,255,0.6); }

/* ─── HEADINGS ─── */
.funnel-h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 800;
  line-height: 1.25;
  color: var(--aam-navy);
  letter-spacing: -0.02em;
  max-width: 44rem;
  margin: 0 auto;
}

.funnel-body {
  font-size: 1.125rem;
  line-height: 1.75;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.funnel-body strong { color: #000000; }

/* ─── CALLOUT ─── */
.funnel-callout {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--aam-navy);
  background: linear-gradient(135deg, rgba(240,125,81,0.08), rgba(240,125,81,0.04));
  border: 1px solid var(--aam-card);
  border-left: 4px solid var(--aam-coral);
  padding: 1.25rem 1.5rem;
  border-radius: 0 var(--aam-radius) var(--aam-radius) 0;
  margin: 2rem 0;
  text-align: left;
}

/* ─── STRIKE LIST ─── */
.funnel-strike-list {
  text-align: left;
  max-width: 28rem;
  margin: 1.5rem auto;
}

.funnel-strike-item {
  padding: 0.4rem 0;
  font-size: 1.0625rem;
  color: #1a1a1a;
  text-decoration: line-through;
  text-decoration-color: rgba(240,125,81,0.5);
}

/* ─── CHECK LIST ─── */
.funnel-check-list {
  text-align: left;
  max-width: 36rem;
  margin: 0 auto;
}

.funnel-check-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.55rem 0;
  font-size: 1.0625rem;
  color: var(--aam-navy);
  line-height: 1.5;
}

.funnel-check-item svg { flex-shrink: 0; margin-top: 2px; }

/* ─── TWO COL COMPARISON ─── */
.funnel-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin: 2rem 0;
}

.funnel-col-bad,
.funnel-col-good {
  background: var(--aam-white);
  border-radius: var(--aam-radius-lg);
  padding: 1.75rem 1.5rem;
  text-align: left;
}

.funnel-col-bad {
  border: 2px solid #e5e5e5;
}

.funnel-col-good {
  border: 2px solid var(--aam-coral);
  box-shadow: 0 4px 20px rgba(240,125,81,0.1);
}

.funnel-col-label {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #eee;
}

.funnel-col-label-bad { color: #6b7280; }
.funnel-col-label-good { color: var(--aam-coral); }

.funnel-col-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0;
  font-size: 0.9375rem;
  color: var(--aam-navy);
}

/* ─── INCOME PROOF CARDS ─── */
.proof-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 900px;
  margin: 0 auto;
}

.proof-grid > .proof-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  max-width: 440px;
  justify-self: center;
}

.proof-card {
  background: var(--aam-white);
  border-radius: var(--aam-radius-lg);
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(21,39,52,0.07);
  border: 1px solid var(--aam-card);
  transition: transform 0.2s, box-shadow 0.2s;
}

.proof-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(21,39,52,0.12);
}

.proof-screenshot {
  background: #f9fafb;
  border-bottom: 1px solid #eee;
}

.proof-screenshot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--aam-radius-lg) var(--aam-radius-lg) 0 0;
}

.proof-quote {
  padding: 1rem 1.5rem 1.25rem;
}

.proof-quote p {
  font-size: 1rem;
  font-style: italic;
  color: #1a1a1a;
  line-height: 1.6;
  margin-bottom: 0.375rem;
}

.proof-author {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--aam-slate);
}

@media screen and (max-width: 767px) {
  .proof-grid {
    grid-template-columns: 1fr;
  }
  .proof-grid > .proof-card:last-child:nth-child(odd) {
    max-width: 100%;
  }
}

/* ─── TESTIMONIALS ─── */
.funnel-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.funnel-testimonial-card {
  background: var(--aam-white);
  border-radius: var(--aam-radius-lg);
  padding: 1.75rem 1.5rem;
  box-shadow: 0 2px 12px rgba(21,39,52,0.05);
  text-align: left;
  border: 1px solid var(--aam-card);
  transition: transform 0.2s, box-shadow 0.2s;
}

.funnel-testimonial-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(21,39,52,0.08);
}

.funnel-testimonial-card-sm {
  padding: 1.25rem 1.25rem;
}

.funnel-testimonial-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 0.75rem;
}

.funnel-testimonial-quote {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--aam-navy);
  font-style: italic;
  margin-bottom: 1rem;
}

.funnel-testimonial-card-sm .funnel-testimonial-quote {
  font-size: 0.9375rem;
  margin-bottom: 0.5rem;
}

.funnel-testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.funnel-testimonial-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
}

.funnel-testimonial-name {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--aam-slate);
}

@media screen and (max-width: 767px) {
  .funnel-testimonials-grid {
    grid-template-columns: 1fr;
  }
}

/* ─── 3 STEP CARDS ─── */
.funnel-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.funnel-step-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--aam-radius-lg);
  padding: 2rem 1.75rem;
  text-align: left;
  backdrop-filter: blur(4px);
}

.funnel-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: var(--aam-coral);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.funnel-step-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}

.funnel-step-desc {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.85);
}

/* ─── FEATURE GRID ─── */
.funnel-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.funnel-feature-card {
  background: var(--aam-white);
  border-radius: var(--aam-radius-lg);
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: 0 2px 12px rgba(21,39,52,0.05);
  border: 1px solid var(--aam-card);
  transition: transform 0.2s, box-shadow 0.2s;
}

.funnel-feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(21,39,52,0.08);
}

.funnel-feature-icon {
  font-size: 2rem;
  margin-bottom: 0.75rem;
}

.funnel-feature-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--aam-navy);
  margin-bottom: 0.5rem;
}

.funnel-feature-card p {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #1a1a1a;
}

/* ─── STAT ROW ─── */
.funnel-stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.funnel-stat { text-align: center; }

.funnel-stat-val {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--aam-coral);
}

.funnel-stat-label {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.8);
  margin-top: 0.25rem;
}

/* ─── OFFER BOX ─── */
.funnel-offer-box {
  background: var(--aam-white);
  border: 2px solid var(--aam-coral);
  border-radius: var(--aam-radius-lg);
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(240,125,81,0.12);
}

.funnel-offer-header {
  background: var(--aam-navy);
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.875rem 1.5rem;
  text-align: center;
}

.funnel-offer-items {
  padding: 1.5rem 2rem;
}

.funnel-offer-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.6rem 0;
  font-size: 1rem;
  color: #1a1a1a;
  border-bottom: 1px solid #f0f0f0;
}

.funnel-offer-item:last-child { border-bottom: none; }

.funnel-offer-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: var(--aam-coral);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  flex-shrink: 0;
}

.funnel-offer-price {
  padding: 1.25rem 2rem;
  text-align: center;
  background: #fafafa;
}

.funnel-offer-price-old {
  font-size: 0.875rem;
  color: #6b7280;
  text-decoration: line-through;
}

.funnel-offer-price-current {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--aam-navy);
  margin-top: 0.25rem;
}

.funnel-offer-box .funnel-cta-btn {
  display: block;
  margin: 0 2rem 1.5rem;
  text-align: center;
}

.funnel-offer-box .funnel-mini-trust {
  padding-bottom: 1.25rem;
  color: #1a1a1a;
}

/* ─── OFFER BOX FORM EMBED ─── */
.funnel-offer-box-form {
  max-width: 700px;
}

.funnel-offer-form-wrap {
  padding: 0.5rem 1rem 0;
  min-height: 400px;
}

.funnel-offer-form-wrap iframe {
  width: 100%;
  min-height: 400px;
}

/* ─── OFFER REASSURANCE LIST ─── */
.funnel-offer-reassurance {
  padding: 1.25rem 2rem 1.5rem;
  text-align: left;
  border-top: 1px solid #f0f0f0;
}

.funnel-offer-reassurance-item {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  padding: 0.4rem 0;
  font-size: 0.9375rem;
  color: var(--aam-navy);
  line-height: 1.5;
}

.funnel-offer-reassurance-item svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.funnel-offer-reassurance-item strong {
  color: var(--aam-navy);
}

/* ─── FAQ ─── */
.funnel-faq-item {
  background: var(--aam-white);
  border-radius: var(--aam-radius-lg);
  padding: 1.5rem 1.75rem;
  margin-bottom: 0.75rem;
  box-shadow: 0 1px 8px rgba(21,39,52,0.04);
  border: 1px solid var(--aam-card);
}

.funnel-faq-q {
  font-weight: 700;
  font-size: 1.0625rem;
  color: var(--aam-navy);
  margin-bottom: 0.5rem;
}

.funnel-faq-a {
  font-size: 1rem;
  line-height: 1.7;
  color: #1a1a1a;
}

/* ─── PRICE NOTE ─── */
.funnel-price-note {
  font-size: 0.875rem;
  color: var(--aam-slate);
  margin-top: 1rem;
}

.funnel-price-note strong { color: var(--aam-navy); }

/* ─── FOOTER ─── */
.section_footer { background: var(--aam-navy) !important; }
.footer_text, .text-color-on-dark { color: rgba(255,255,255,0.7) !important; }
.footer_link div { color: rgba(255,255,255,0.7) !important; }
.footer_link:hover div { color: var(--aam-coral) !important; }

.aam-footer-inner {
  padding: 3.5rem 0 2.5rem;
}

.aam-footer-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
}

.aam-footer-logo {
  max-height: 48px;
  width: auto;
  margin-bottom: 1.25rem;
  border-radius: 10px;
}

.aam-footer-tagline {
  color: rgba(255,255,255,0.75);
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.aam-footer-disclaimers {
  text-align: left;
  margin-bottom: 2rem;
}

.aam-footer-disclaimer {
  color: rgba(255,255,255,0.55);
  font-size: 0.6875rem;
  line-height: 1.7;
  margin-bottom: 0.875rem;
}

.aam-footer-disclaimer:last-child {
  margin-bottom: 0;
}

.aam-footer-disclaimer strong {
  color: rgba(255,255,255,0.75);
}

.aam-footer-divider {
  height: 1px;
  background: rgba(255,255,255,0.12);
  margin: 1.75rem 0;
}

.aam-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem 0.5rem;
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.6);
}

.aam-footer-sep {
  color: rgba(255,255,255,0.25);
}

.aam-footer-copyright {
  color: rgba(255,255,255,0.5);
  font-size: 0.6875rem;
  letter-spacing: 0.02em;
}

/* ─── LOGO (non-front pages) ─── */
.logo, .logo-link img, .custom-logo, .custom-logo-link img {
  max-height: 48px; width: auto; object-fit: contain;
}
.section_footer .logo { max-height: 44px; }

/* ─── NAVBAR (non-front pages) ─── */
.navbar, .w-nav {
  background-color: var(--aam-white) !important;
  box-shadow: 0 1px 8px rgba(21,39,52,0.06);
}
.nav_links.w-nav-link { color: var(--aam-navy) !important; font-weight: 500; }
.nav_links.w-nav-link:hover { color: var(--aam-coral) !important; }

/* headings global */
h1, h2, h3, h4, h5, h6, .h1, .text-lg, .text-xl { color: var(--aam-navy) !important; }
.text-color-secondary { color: #333333 !important; }

/* blog cards */
.blog_thumb { overflow: hidden; border-radius: var(--aam-radius); }
.blog_thumb .img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.box:hover .blog_thumb .img { transform: scale(1.03); }
.box.bg-primary { background: var(--aam-white) !important; border-radius: var(--aam-radius-lg) !important; box-shadow: 0 2px 16px rgba(21,39,52,0.06); border: 1px solid var(--aam-card); }
.box.bg-primary:hover { box-shadow: 0 8px 32px rgba(21,39,52,0.10); transform: translateY(-2px); }
.badge { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.375rem 0.75rem; background: rgba(240,125,81,0.12); border-radius: var(--aam-radius-pill); font-size: 0.8125rem; font-weight: 600; color: var(--aam-coral); }
.button { background-color: var(--aam-coral) !important; color: var(--aam-white) !important; border-radius: var(--aam-radius-pill) !important; transition: background 0.2s, transform 0.15s; }
.button:hover { background-color: var(--aam-coral-hover) !important; transform: translateY(-1px); }
.button.is-form-submit, .w-button { background-color: var(--aam-coral) !important; color: var(--aam-white) !important; border-radius: var(--aam-radius-pill) !important; }
.form_input:focus { border-color: var(--aam-coral) !important; outline: none; box-shadow: 0 0 0 3px rgba(240,125,81,0.15); }

/* richtext */
.w-richtext img { max-width: 100%; height: auto; border-radius: var(--aam-radius); }
.w-richtext h2, .w-richtext h3, .w-richtext h4 { margin-top: 2rem; margin-bottom: 1rem; }
.w-richtext p { margin-bottom: 1rem; line-height: 1.7; }
.w-richtext ul, .w-richtext ol { margin-bottom: 1rem; padding-left: 1.5rem; }
.w-richtext li { margin-bottom: 0.5rem; }
.pagination a { text-decoration: none; }

/* ─── PROCESS STEPS (How It Works Exactly) ─── */
.aam-process-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 100%;
  position: relative;
  padding-left: 2rem;
}

.aam-process-steps::before {
  content: '';
  position: absolute;
  left: 1.1875rem;
  top: 1.25rem;
  bottom: 1.25rem;
  width: 2px;
  background: var(--aam-card);
}

.aam-process-step {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 1.25rem 0;
  position: relative;
  background: transparent;
  border: none;
  border-radius: 0;
  transition: none;
}

.aam-process-step:hover {
  transform: none;
  box-shadow: none;
}

.aam-process-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  background: var(--aam-coral);
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 4px #f0f4f8;
}

.funnel-bg-white .aam-process-step-num {
  box-shadow: 0 0 0 4px #ffffff;
}

.aam-process-step-content {
  flex: 1;
  padding-top: 0.25rem;
}

.aam-process-step-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--aam-navy);
  margin-bottom: 0.25rem;
}

.aam-process-step-desc {
  font-size: 1rem;
  line-height: 1.7;
  color: #1a1a1a;
}

/* ─── SIMPLE SYSTEM LIST ─── */
.aam-simple-system {
  text-align: left;
  max-width: 36rem;
  margin: 1.5rem auto;
  background: var(--aam-white);
  border-radius: var(--aam-radius-lg);
  padding: 1.5rem 1.75rem;
  border: 1px solid var(--aam-card);
}

.aam-simple-system-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.55rem 0;
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--aam-navy);
  border-bottom: 1px solid #f0f0f0;
}

.aam-simple-system-item:last-child {
  border-bottom: none;
}

.aam-simple-system-item svg {
  flex-shrink: 0;
}

/* ─── CHOICE CARDS (What Will You Choose) ─── */
.aam-choice-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.aam-choice-card {
  border-radius: var(--aam-radius-lg);
  padding: 1.75rem 1.5rem;
  text-align: left;
}

.aam-choice-card p {
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 0;
}

.aam-choice-card-bad {
  background: #f9fafb;
  border: 2px solid #e5e5e5;
}

.aam-choice-card-bad .aam-choice-label {
  color: #6b7280;
}

.aam-choice-card-bad p {
  color: #1a1a1a;
}

.aam-choice-card-good {
  background: linear-gradient(135deg, rgba(240,125,81,0.04), rgba(240,125,81,0.08));
  border: 2px solid var(--aam-coral);
  box-shadow: 0 4px 20px rgba(240,125,81,0.10);
}

.aam-choice-card-good .aam-choice-label {
  color: var(--aam-coral);
}

.aam-choice-card-good p {
  color: var(--aam-navy);
  font-weight: 500;
}

.aam-choice-icon {
  margin-bottom: 0.5rem;
}

.aam-choice-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8125rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
}

@media screen and (max-width: 767px) {
  .aam-choice-cards { grid-template-columns: 1fr; }
}

/* ─── FIT COLUMNS (Right For You) ─── */
.aam-fit-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.aam-fit-col {
  background: var(--aam-white);
  border-radius: var(--aam-radius-lg);
  padding: 1.75rem 1.5rem;
  text-align: left;
}

.aam-fit-col-good {
  border: 2px solid var(--aam-coral);
  box-shadow: 0 4px 20px rgba(240,125,81,0.10);
}

.aam-fit-col-bad {
  border: 2px solid #e5e5e5;
}

.aam-fit-col-header {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding-bottom: 0.875rem;
  margin-bottom: 0.875rem;
  border-bottom: 1px solid #eee;
}

.aam-fit-col-header-good {
  color: var(--aam-coral);
}

.aam-fit-col-header-bad {
  color: #6b7280;
}

.aam-fit-item {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  padding: 0.45rem 0;
  font-size: 0.9375rem;
  color: var(--aam-navy);
  line-height: 1.5;
}

.aam-fit-item svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.aam-fit-col-bad .aam-fit-item {
  color: #1a1a1a;
}

@media screen and (max-width: 767px) {
  .aam-fit-columns { grid-template-columns: 1fr; }
}

/* ─── URGENCY LIST ─── */
.aam-urgency-list {
  max-width: 100%;
  margin: 1.25rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.aam-urgency-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.25rem;
  background: rgba(240,125,81,0.06);
  border: 1px solid var(--aam-card);
  border-left: 3px solid var(--aam-coral);
  border-radius: 0 var(--aam-radius) var(--aam-radius) 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--aam-navy);
}

.aam-urgency-icon {
  font-size: 1.125rem;
  flex-shrink: 0;
}

/* ─── SUCCESS STORIES GRID ─── */
.aam-success-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  max-width: 900px;
  margin: 0 auto;
}

.aam-success-card {
  background: var(--aam-navy);
  border-radius: var(--aam-radius-lg);
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255,255,255,0.08);
  text-align: left;
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
}

.aam-success-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(21,39,52,0.25);
}

.aam-success-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 1rem;
  flex-shrink: 0;
}

.aam-success-headline {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.35;
  margin-bottom: 0.875rem;
  border-bottom: none;
  padding-bottom: 0;
}

.aam-success-headline .aam-hl {
  color: var(--aam-coral);
  font-style: italic;
}

.aam-success-quote {
  font-size: 0.875rem;
  line-height: 1.65;
  color: rgba(255,255,255,0.7);
  font-style: normal;
  margin-bottom: 1rem;
  flex: 1;
}

.aam-success-author {
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
}

/* ─── RESPONSIVE ─── */
@media screen and (max-width: 991px) {
  .funnel-features-grid { grid-template-columns: repeat(2, 1fr); }
  .funnel-stat-row { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
}

@media screen and (max-width: 767px) {
  .funnel-steps { grid-template-columns: 1fr; }
  .funnel-features-grid { grid-template-columns: 1fr; }
  .funnel-two-col { grid-template-columns: 1fr; }
  .funnel-stat-row { grid-template-columns: repeat(2, 1fr); }
  .funnel-section { padding: 3rem 0; }
  .funnel-hero { padding: 2.5rem 0 3rem; }
  .funnel-h1 { font-size: 1.625rem; }
  .funnel-cta-btn { display: block; text-align: center; }
  .grid_blog { grid-template-columns: 1fr !important; }
  .grid_contact { grid-template-columns: 1fr; }
  .aam-success-grid { grid-template-columns: 1fr; }
}

/* ─── JOINED BADGE (below buttons) ─── */
.funnel-joined-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  background: rgba(21,39,52,0.04);
  border: 1px solid var(--aam-card);
  border-radius: var(--aam-radius-pill);
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  margin-top: 1rem;
}

.funnel-joined-avatars {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.funnel-joined-badge .funnel-avatar {
  width: 28px;
  height: 28px;
  font-size: 0.625rem;
}

.funnel-joined-text {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--aam-slate);
  white-space: nowrap;
}

.funnel-joined-text strong {
  color: var(--aam-navy);
  font-weight: 700;
}

.funnel-bg-navy .funnel-joined-badge {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.12);
}

.funnel-bg-navy .funnel-joined-text {
  color: rgba(255,255,255,0.7);
}

.funnel-bg-navy .funnel-joined-text strong {
  color: #ffffff;
}

/* ─── SECTION IMAGE (commission screenshot, task list) ─── */
.funnel-section-image {
  max-width: 560px;
  margin: 0 auto;
  border-radius: var(--aam-radius-lg);
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(21,39,52,0.10);
  border: 1px solid var(--aam-card);
}

.funnel-section-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--aam-radius-lg);
}

@media screen and (max-width: 479px) {
  .funnel-h1 { font-size: 1.375rem; }
  .funnel-h2 { font-size: 1.25rem; }
  .funnel-mini-trust { flex-direction: column; align-items: center; }
  .funnel-joined-badge { margin-top: 0.75rem; }
}
