@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Lato:wght@300;400;700;900&display=swap');

/* ===== DEBRA AI LANDING PAGE ===== */
/* Hide default Kajabi header and footer on this page */
#encore-theme > header,
#encore-theme > footer { display: none !important; }


  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --navy:    #1C2B4A;
    --gold:    #C8A96E;
    --gold-lt: #E8D5A8;
    --cream:   #FAF7F2;
    --white:   #FFFFFF;
    --gray:    #6B7280;
    --gray-lt: #F3F4F6;
    --text:    #2D2D2D;
  }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'Lato', sans-serif;
    color: var(--text);
    background: var(--white);
    line-height: 1.7;
    font-size: 17px;
  }

  /* ── TOPBAR ── */
  .topbar {
    background: var(--navy);
    text-align: center;
    padding: 10px 20px;
    font-size: 13px;
    color: var(--gold-lt);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
  }

  /* ── NAV ── */
  nav {
    background: var(--white);
    border-bottom: 1px solid #E5E0D8;
    padding: 16px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 100;
  }
  .nav-logo img {
    height: 52px;
  }
  .nav-cta {
    background: var(--gold);
    color: var(--navy);
    font-weight: 900;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 11px 26px;
    border-radius: 3px;
    text-decoration: none;
    transition: background 0.2s;
  }
  .nav-cta:hover { background: #B8944E; }

  /* ── HERO ── */
  .hero {
    background: var(--navy);
    color: var(--white);
    padding: 80px 40px 90px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 60% 0%, rgba(200,169,110,0.12) 0%, transparent 70%);
    pointer-events: none;
  }
  .hero-eyebrow {
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 700;
    margin-bottom: 20px;
  }
  .hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(36px, 5.5vw, 64px);
    font-weight: 700;
    line-height: 1.15;
    max-width: 820px;
    margin: 0 auto 24px;
  }
  .hero h1 em {
    font-style: italic;
    color: var(--gold);
  }
  .hero-sub {
    font-size: clamp(16px, 2vw, 20px);
    color: rgba(255,255,255,0.80);
    max-width: 620px;
    margin: 0 auto 40px;
    line-height: 1.65;
  }
  .hero-cta-group {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 56px;
  }
  .btn-primary {
    background: var(--gold);
    color: var(--navy);
    font-weight: 900;
    font-size: 15px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    padding: 16px 38px;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s, transform 0.15s;
  }
  .btn-primary:hover { background: #B8944E; transform: translateY(-1px); }
  .btn-outline {
    background: transparent;
    color: var(--white);
    border: 1.5px solid rgba(255,255,255,0.45);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 16px 34px;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    transition: border-color 0.2s;
  }
  .btn-outline:hover { border-color: var(--gold); color: var(--gold); }

  .hero-quote {
    max-width: 640px;
    margin: 0 auto;
    border-left: 3px solid var(--gold);
    padding: 4px 0 4px 22px;
    text-align: left;
  }
  .hero-quote p {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: clamp(17px, 2.2vw, 22px);
    color: rgba(255,255,255,0.9);
    line-height: 1.55;
  }
  .hero-quote cite {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold);
    font-style: normal;
    font-weight: 700;
  }

  /* ── TRUST BAR ── */
  .trust-bar {
    background: var(--cream);
    border-top: 1px solid #E8E0D0;
    border-bottom: 1px solid #E8E0D0;
    padding: 22px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
  }
  .trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 700;
    color: var(--navy);
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
  .trust-icon {
    width: 22px;
    height: 22px;
    fill: var(--gold);
  }

  /* ── SECTION SHELL ── */
  section { padding: 80px 40px; }
  .container { max-width: 960px; margin: 0 auto; }
  .container-wide { max-width: 1140px; margin: 0 auto; }

  /* ── SECTION LABEL ── */
  .section-label {
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 700;
    text-align: center;
    margin-bottom: 14px;
  }
  .section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    color: var(--navy);
    margin-bottom: 18px;
  }
  .section-sub {
    text-align: center;
    max-width: 620px;
    margin: 0 auto 56px;
    color: var(--gray);
    font-size: 17px;
    line-height: 1.7;
  }
  .gold-rule {
    display: block;
    width: 48px;
    height: 3px;
    background: var(--gold);
    margin: 18px auto 0;
    border-radius: 2px;
  }

  /* ── WHAT IS THIS ── */
  .what-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-top: 48px;
  }
  @media (max-width: 700px) { .what-grid { grid-template-columns: 1fr; } }
  .what-card {
    background: var(--cream);
    border: 1px solid #E5DDD0;
    border-top: 3px solid var(--gold);
    padding: 32px 28px;
    border-radius: 2px;
  }
  .what-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 12px;
  }
  .what-card p {
    color: #4B4B4B;
    font-size: 16px;
    line-height: 1.7;
  }

  /* ── PAIN SECTION ── */
  .pain-section {
    background: var(--navy);
    color: var(--white);
  }
  .pain-section .section-title { color: var(--white); }
  .pain-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-top: 48px;
  }
  @media (max-width: 700px) { .pain-cols { grid-template-columns: 1fr; } }
  .pain-col h3 {
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(200,169,110,0.3);
  }
  .pain-list {
    list-style: none;
  }
  .pain-list li {
    padding: 10px 0;
    padding-left: 22px;
    position: relative;
    color: rgba(255,255,255,0.85);
    font-size: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
  }
  .pain-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 18px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold);
  }

  /* ── DEBRA BIO ── */
  .bio-section { background: var(--cream); }
  .bio-grid {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 64px;
    align-items: start;
    margin-top: 48px;
  }
  @media (max-width: 800px) { .bio-grid { grid-template-columns: 1fr; } }
  .bio-photo {
    position: relative;
  }
  .bio-photo img {
    width: 100%;
    border-radius: 3px;
    display: block;
    filter: grayscale(8%);
  }
  .bio-photo::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    border: 2px solid var(--gold);
    border-radius: 3px;
    z-index: -1;
  }
  .bio-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(26px, 3.5vw, 36px);
    font-weight: 700;
    color: var(--navy);
    line-height: 1.25;
    margin-bottom: 22px;
  }
  .bio-text h2 em {
    font-style: italic;
    color: var(--gold);
  }
  .bio-text p {
    color: #4B4B4B;
    margin-bottom: 18px;
    font-size: 17px;
    line-height: 1.75;
  }
  .bio-text p strong { color: var(--navy); }
  .bio-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
  }
  .bio-tag {
    background: var(--navy);
    color: var(--gold-lt);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 2px;
  }

  /* ── HOW IT WORKS ── */
  .steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 56px;
  }
  @media (max-width: 700px) { .steps-grid { grid-template-columns: 1fr; } }
  .step {
    text-align: center;
    padding: 36px 24px;
    border: 1px solid #E5DDD0;
    border-radius: 3px;
    position: relative;
    background: var(--white);
  }
  .step-num {
    font-family: 'Playfair Display', serif;
    font-size: 52px;
    font-weight: 700;
    color: var(--gold-lt);
    line-height: 1;
    margin-bottom: 14px;
  }
  .step h3 {
    font-family: 'Playfair Display', serif;
    font-size: 19px;
    color: var(--navy);
    margin-bottom: 10px;
    font-weight: 700;
  }
  .step p {
    color: var(--gray);
    font-size: 15px;
    line-height: 1.65;
  }

  /* ── TESTIMONIALS ── */
  .testimonials-section { background: var(--navy); }
  .testimonials-section .section-title { color: var(--white); }
  .testimonials-section .section-sub { color: rgba(255,255,255,0.65); }
  .testi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
  }
  @media (max-width: 800px) { .testi-grid { grid-template-columns: 1fr; } }
  .testi-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(200,169,110,0.25);
    padding: 30px 26px;
    border-radius: 3px;
  }
  .testi-stars {
    color: var(--gold);
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 14px;
  }
  .testi-card blockquote {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 16px;
    line-height: 1.65;
    color: rgba(255,255,255,0.88);
    margin-bottom: 18px;
  }
  .testi-name {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold);
  }
  .testi-role {
    font-size: 12px;
    color: rgba(255,255,255,0.45);
    margin-top: 2px;
  }

  /* ── FEATURE LIST ── */
  .features-section { background: var(--cream); }
  .features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 48px;
  }
  @media (max-width: 700px) { .features-grid { grid-template-columns: 1fr; } }
  .feature-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    background: var(--white);
    padding: 22px 20px;
    border-radius: 3px;
    border: 1px solid #E5DDD0;
  }
  .feature-icon {
    width: 36px;
    height: 36px;
    background: var(--navy);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
  }
  .feature-icon svg { width: 16px; height: 16px; fill: var(--gold); }
  .feature-item h4 {
    font-size: 15px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 5px;
  }
  .feature-item p {
    font-size: 14px;
    color: var(--gray);
    line-height: 1.6;
  }

  /* ── PRICING ── */
  .pricing-section { background: var(--white); }
  .price-card {
    max-width: 520px;
    margin: 48px auto 0;
    border: 2px solid var(--gold);
    border-radius: 4px;
    overflow: hidden;
  }
  .price-card-header {
    background: var(--navy);
    padding: 36px 40px;
    text-align: center;
  }
  .price-label {
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 700;
    margin-bottom: 12px;
  }
  .price-amount {
    font-family: 'Playfair Display', serif;
    font-size: 68px;
    font-weight: 700;
    color: var(--white);
    line-height: 1;
  }
  .price-amount sup {
    font-size: 28px;
    vertical-align: super;
    line-height: 0;
  }
  .price-period {
    font-size: 14px;
    color: rgba(255,255,255,0.55);
    margin-top: 6px;
    letter-spacing: 0.05em;
  }
  .price-card-body {
    background: var(--cream);
    padding: 36px 40px;
  }
  .price-includes {
    list-style: none;
    margin-bottom: 32px;
  }
  .price-includes li {
    padding: 11px 0;
    padding-left: 28px;
    position: relative;
    font-size: 16px;
    color: var(--text);
    border-bottom: 1px solid #E5DDD0;
  }
  .price-includes li:last-child { border-bottom: none; }
  .price-includes li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--gold);
    font-weight: 900;
    font-size: 15px;
  }
  .price-note {
    font-size: 13px;
    color: var(--gray);
    text-align: center;
    margin-top: 16px;
  }

  /* ── LEGACY SECTION ── */
  .legacy-section {
    background: var(--navy);
    text-align: center;
  }
  .legacy-section .section-title { color: var(--white); }
  .legacy-inner {
    max-width: 720px;
    margin: 0 auto;
  }
  .legacy-quote {
    border: 1px solid rgba(200,169,110,0.35);
    border-radius: 3px;
    padding: 44px 48px;
    margin-top: 48px;
    background: rgba(255,255,255,0.04);
    position: relative;
  }
  .legacy-quote::before {
    content: '\201C';
    font-family: 'Playfair Display', serif;
    font-size: 100px;
    color: rgba(200,169,110,0.2);
    position: absolute;
    top: -10px;
    left: 24px;
    line-height: 1;
  }
  .legacy-quote p {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: clamp(18px, 2.5vw, 23px);
    line-height: 1.65;
    color: rgba(255,255,255,0.9);
    margin-bottom: 22px;
  }
  .legacy-cite {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold);
  }
  .legacy-body {
    margin-top: 40px;
    color: rgba(255,255,255,0.72);
    font-size: 17px;
    line-height: 1.8;
  }
  .legacy-body p { margin-bottom: 16px; }

  /* ── FINAL CTA ── */
  .final-cta {
    background: var(--cream);
    text-align: center;
  }
  .final-cta .section-title { max-width: 700px; margin: 0 auto 16px; }
  .final-cta .section-sub { margin-bottom: 40px; }
  .final-cta-note {
    margin-top: 18px;
    font-size: 14px;
    color: var(--gray);
  }

  /* ── FOOTER ── */
  footer {
    background: var(--navy);
    color: rgba(255,255,255,0.5);
    padding: 36px 40px;
    text-align: center;
    font-size: 13px;
  }
  footer a { color: var(--gold-lt); text-decoration: none; }
  footer .footer-logo { margin-bottom: 16px; }
  footer .footer-logo img { height: 38px; opacity: 0.8; }
  footer .footer-links {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin-bottom: 18px;
    flex-wrap: wrap;
  }
  footer .disclaimer {
    max-width: 700px;
    margin: 16px auto 0;
    font-size: 11px;
    line-height: 1.65;
    color: rgba(255,255,255,0.3);
  }

  /* ── SCROLL ANIMATION ── */
  .reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  .reveal.visible {
    opacity: 1;
    transform: translateY(0);
  }
