
  .lead-page {
     font-family: poppinsregular, sans-serif;
    background: #ffffff;
    color: #1a1a1a;
    overflow-x: hidden;
    line-height: 1.6;
    min-height: 100vh;
  }

  .lead-page h1, .lead-page h2, .lead-page h3, .lead-page h4, .lead-page h5 {
     font-family: poppinsregular, sans-serif;
    line-height: 1.1;
  }

  .lead-page .container { max-width: 1280px; margin: 0 auto; padding: 0 40px; }

  /* ============ HERO ============ */
.lead-page .hero {
    position: relative;
    padding: 50px 40px 40px;
    background: radial-gradient(ellipse at top right, rgba(245, 207, 59, 0.10), transparent 55%), radial-gradient(ellipse at bottom left, rgba(245, 207, 59, 0.05), transparent 50%), #0a0a0a;
    overflow: hidden;
    color: #ffffff;
}
  .lead-page .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(245,207,59,0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(245,207,59,0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
  }
  .lead-page .hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 60px;
    max-width: 1280px;
    margin: 0 auto;
    align-items: center;
  }
  .lead-page .hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(245,207,59,0.08);
    border: 1px solid rgba(245,207,59,0.3);
    padding: 7px 14px;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 600;
    color: #f5cf3b;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 26px;
  }
  .lead-page .hero-tag::before {
    content: '';
    width: 6px; height: 6px;
    background: #f5cf3b;
    border-radius: 50%;
    animation: lead-pulse 2s ease-in-out infinite;
  }
  @keyframes lead-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
  }
  
.lead-page .hero h2 {
    font-size: clamp(30px, 7vw, 50px);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 6px;
    color: #fff;
    margin-top: 0;
}
  .lead-page .hero h2 .yellow { color: #f5cf3b; }
  .lead-page .hero h2 .strike {
    text-decoration: line-through;
    text-decoration-color: #f5cf3b;
    text-decoration-thickness: 4px;
    color: #888888;
  }
  .lead-page .hero p {
    font-size: 17px;
    color: #aaaaaa;
    max-width: 560px;
    margin-bottom: 36px;
    line-height: 1.7;
  }
  .lead-page .hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
  .lead-page .btn-primary {
    background: #f5cf3b;
    color: #0a0a0a;
    padding: 16px 30px;
     font-family: poppinsregular, sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
    transition: all 0.2s;
  }
  .lead-page .btn-primary:hover { background: #d4b030; transform: translateY(-2px); box-shadow: 0 10px 30px rgba(245,207,59,0.25); color: #0a0a0a; }
  .lead-page .btn-sm { padding: 12px 22px; font-size: 13px; }
  .lead-page .btn-secondary {
    background: transparent;
    color: #ffffff;
    padding: 16px 30px;
     font-family: poppinsregular, sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #2a2a2a;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
    transition: all 0.2s;
  }
  .lead-page .btn-secondary:hover { border-color: #f5cf3b; color: #f5cf3b; }

  /* Hero side panel — funnel mock */
  .lead-page .funnel-card {
    background: linear-gradient(180deg, #1a1a1a, #111111);
    border: 1px solid #2a2a2a;
    border-radius: 4px;
    padding: 28px;
    position: relative;
  }
  .lead-page .funnel-card::before {
    content: 'LIVE PIPELINE';
    position: absolute;
    top: -10px;
    left: 22px;
    background: #f5cf3b;
    color: #0a0a0a;
    padding: 3px 10px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    border-radius: 2px;
  }
  .lead-page .funnel-stage {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    margin-bottom: 8px;
    background: #242424;
    border-left: 3px solid;
    border-radius: 2px;
     font-family: poppinsregular, sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
  }
  .lead-page .funnel-stage:nth-child(1) { border-color: #888888; width: 100%; }
  .lead-page .funnel-stage:nth-child(2) { border-color: #b8b8b8; width: 88%; }
  .lead-page .funnel-stage:nth-child(3) { border-color: #f5cf3b; width: 70%; }
  .lead-page .funnel-stage:nth-child(4) { border-color: #f5cf3b; width: 50%; background: rgba(245,207,59,0.08); }
  .lead-page .funnel-stage:nth-child(5)

 {
    border-color: #f5cf3b;
    width: 66%;
    background: rgba(245, 207, 59, 0.15);
    color: #f5cf3b;
}
  .lead-page .funnel-stage span:last-child { font-size: 12px; color: #aaaaaa; font-weight: 500; }
  .lead-page .funnel-stage:nth-child(5) span:last-child { color: #f5cf3b; }

  /* ============ TRUST BAR ============ */
  .lead-page .trust-bar {
    background: #f2f2f2;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 28px 40px;
  }
  .lead-page .trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
  }
  .lead-page .trust-num {
     font-family: poppinsregular, sans-serif;
    font-size: 38px;
    font-weight: 800;
    color: #f5cf3b;
    line-height: 1;
  }
  .lead-page .trust-label {
    font-size: 11px;
    color: #7a7a7a;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 6px;
  }

  /* ============ SECTION HEADERS ============ */
 
  .lead-page .section-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #d4b030;
    margin-bottom: 16px;
    padding-left: 28px;
    position: relative;
  }
  .lead-page .section-eyebrow::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 1px;
    background: #d4b030;
  }
.lead-page .section-title {
    font-size: clamp(30px, 5vw, 40px);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
    max-width: 800px;
}
  .lead-page .section-title .yellow { color: #f5cf3b; }
  .lead-page .section-sub {
    font-size: 17px;
    color: #4a4a4a;
    max-width: 700px;
    line-height: 1.7;
    margin-bottom: 60px;
  }

  /* ============ WHY (Problem-Solution) ============ */
  .lead-page .why-section { background: #fafafa; }
  .lead-page .why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 50px;
  }
  .lead-page .pain-card, .lead-page .gain-card {
    padding: 36px;
    border-radius: 4px;
    position: relative;
  }
  .lead-page .pain-card {
    background: #ffffff;
    border: 1px solid #f2f2f2;
  }
  .lead-page .pain-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #7a7a7a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .lead-page .pain-card h3::before { content: '✕  '; color: #f87171; }
  .lead-page .gain-card {
    background: linear-gradient(180deg, #fdf6c3, #ffffff);
    border: 1px solid #f5cf3b;
  }
  .lead-page .gain-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #d4b030;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .lead-page .gain-card h3::before { content: '✓  '; }
  .lead-page .pain-list, .lead-page .gain-list { list-style: none; }
  .lead-page .pain-list li, .lead-page .gain-list li {
    padding: 14px 0;
    border-bottom: 1px solid #f2f2f2;
    color: #4a4a4a;
    font-size: 15px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
  }
  .lead-page .gain-list li { color: #1a1a1a; }
  .lead-page .pain-list li:last-child, .lead-page .gain-list li:last-child { border-bottom: none; }
  .lead-page .pain-list li::before {
    content: '—';
    color: #f87171;
    font-weight: 700;
    flex-shrink: 0;
  }
  .lead-page .gain-list li::before {
    content: '→';
    color: #d4b030;
    font-weight: 700;
    flex-shrink: 0;
  }

  /* ============ WHAT (Services) ============ */
  .lead-page .what-section { background: #ffffff; }
  .lead-page .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    overflow: hidden;
  }
  .lead-page .service-card {
    background: #ffffff;
    padding: 40px 32px;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    transition: all 0.3s;
    position: relative;
    cursor: default;
  }
  .lead-page .service-card:nth-child(3n) { border-right: none; }
  .lead-page .service-card:nth-last-child(-n+3) { border-bottom: none; }
  .lead-page .service-card:hover {
    background: #0a0a0a;
    color: #ffffff;
    transform: translateY(-2px);
  }
  .lead-page .service-card:hover .service-num { color: #f5cf3b; }
  .lead-page .service-card:hover p { color: #c4c4c4; }
  .lead-page .service-num {
     font-family: poppinsregular, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #7a7a7a;
    letter-spacing: 2px;
    margin-bottom: 20px;
    transition: color 0.3s;
  }
  .lead-page .service-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #0a0a0a;
    transition: color 0.3s;
  }
  .lead-page .service-card:hover h3 { color: #ffffff; }
  .lead-page .service-card p {
    font-size: 14px;
    color: #4a4a4a;
    margin-bottom: 18px;
    line-height: 1.65;
    transition: color 0.3s;
  }
  .lead-page .service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
  .lead-page .service-tag {
    font-size: 10px;
    padding: 4px 10px;
    background: #fdf6c3;
    color: #d4b030;
    border: 1px solid rgba(245,207,59,0.4);
    border-radius: 2px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }

  /* ============ HOW (Process) ============ */
  .lead-page .how-section {
    background: #0a0a0a;
    color: #ffffff;
    position: relative;
  }
  .lead-page .how-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #f5cf3b, transparent);
  }
  .lead-page .how-section .section-eyebrow { color: #f5cf3b; }
  .lead-page .how-section .section-eyebrow::before { background: #f5cf3b; }
  .lead-page .how-section .section-title { color: #ffffff; }
  .lead-page .how-section .section-sub { color: #aaaaaa; }
  .lead-page .process-timeline {
    position: relative;
    margin-top: 60px;
  }
  .lead-page .process-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0; bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #f5cf3b, #2a2a2a 80%);
    transform: translateX(-50%);
  }
  .lead-page .process-step {
    display: grid;
    grid-template-columns: 1fr 100px 1fr;
    gap: 40px;
    margin-bottom: 50px;
    align-items: center;
  }
  .lead-page .process-step:nth-child(even) .process-content {
    grid-column: 3;
    text-align: left;
  }
  .lead-page .process-step:nth-child(odd) .process-content {
    grid-column: 1;
    text-align: right;
  }
  .lead-page .process-step:nth-child(odd) .process-spacer { grid-column: 3; }
  .lead-page .process-content {
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 4px;
    padding: 28px;
    transition: all 0.3s;
  }
  .lead-page .process-content:hover { border-color: #f5cf3b; }
  .lead-page .process-content h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #ffffff;
  }
  .lead-page .process-content p {
    font-size: 14px;
    color: #aaaaaa;
    line-height: 1.7;
  }
  .lead-page .process-step:nth-child(odd) .process-content h4 { color: #f5cf3b; }
  .lead-page .process-circle {
    grid-column: 2;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #0a0a0a;
    border: 2px solid #f5cf3b;
    display: flex;
    align-items: center;
    justify-content: center;
     font-family: poppinsregular, sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #f5cf3b;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .lead-page .process-week {
    font-size: 11px;
    color: #f5cf3b;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-weight: 700;
  }

  /* ============ CHANNELS ============ */
  .lead-page .channels-section { background: #fafafa; }
  .lead-page .channels-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    margin-top: 40px;
  }
  .lead-page .channel-pill {
    background: #ffffff;
    border: 1px solid #f2f2f2;
    padding: 22px 14px;
    text-align: center;
    border-radius: 4px;
    transition: all 0.3s;
  }
  .lead-page .channel-pill:hover {
    border-color: #f5cf3b;
    background: #fdf6c3;
  }
  .lead-page .channel-pill .ch-icon {
    font-size: 24px;
    margin-bottom: 10px;
    display: block;
  }
  .lead-page .channel-pill h5 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
    color: #0a0a0a;
  }
  .lead-page .channel-pill p {
    font-size: 11px;
    color: #4a4a4a;
    line-height: 1.4;
  }

  /* ============ KPI ============ */
  .lead-page .kpi-section { background: #ffffff; }
  .lead-page .kpi-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 50px;
  }
  .lead-page .kpi-card {
    background: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    padding: 32px 26px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
  }
  .lead-page .kpi-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 4px;
    height: 100%;
    background: #f5cf3b;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s;
  }
  .lead-page .kpi-card:hover { background: #fafafa; border-color: #f5cf3b; }
  .lead-page .kpi-card:hover::before { transform: scaleY(1); }
  .lead-page .kpi-icon {
    width: 44px;
    height: 44px;
    background: #fdf6c3;
    border: 1px solid rgba(245,207,59,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 4px;
    font-size: 22px;
  }
  .lead-page .kpi-card h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #0a0a0a;
  }
  .lead-page .kpi-card p {
    font-size: 13px;
    color: #4a4a4a;
    line-height: 1.6;
  }
  .lead-page .kpi-disclaimer {
    margin-top: 30px;
    padding: 18px 22px;
    background: #fafafa;
    border-left: 3px solid #f5cf3b;
    border-radius: 2px;
    font-size: 13px;
    color: #4a4a4a;
    line-height: 1.7;
  }
  .lead-page .kpi-disclaimer strong { color: #d4b030; }

  /* ============ PACKAGES ============ */
  .lead-page .pkg-section {
    background: #fafafa;
    position: relative;
  }
  .lead-page .pkg-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 50px;
    align-items: stretch;
  }
  .lead-page .pkg-card {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 36px 28px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.3s;
  }
  .lead-page .pkg-card:hover { transform: translateY(-4px); border-color: #0a0a0a; }
  .lead-page .pkg-card.featured {
    background: #0a0a0a;
    color: #ffffff;
    border: 2px solid #f5cf3b;
    transform: scale(1.03);
  }
  .lead-page .pkg-card.featured:hover { transform: scale(1.03) translateY(-4px); }
  .lead-page .pkg-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #f5cf3b;
    color: #0a0a0a;
     font-family: poppinsregular, sans-serif;
    font-size: 11px;
    font-weight: 800;
    padding: 5px 14px;
    letter-spacing: 1.5px;
    border-radius: 2px;
  }
  .lead-page .pkg-name {
    font-size: 14px;
    font-weight: 700;
    color: #f5cf3b;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .lead-page .pkg-desc {
    font-size: 12px;
    color: #4a4a4a;
    margin-bottom: 22px;
    min-height: 40px;
    line-height: 1.5;
  }
  .lead-page .pkg-card.featured .pkg-desc { color: #aaaaaa; }
  .lead-page .pkg-price {
     font-family: poppinsregular, sans-serif;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 4px;
  }
  .lead-page .pkg-price .currency { font-size: 22px; vertical-align: top; color: #7a7a7a; margin-right: 2px; }
  .lead-page .pkg-price .amount { font-size: 48px; color: #0a0a0a; }
  .lead-page .pkg-price .amount-sm { font-size: 36px; }
  .lead-page .pkg-price .period { font-size: 14px; color: #7a7a7a; font-weight: 500; }
  .lead-page .pkg-card.featured .pkg-price .amount { color: #f5cf3b; }
  .lead-page .pkg-card.featured .pkg-price .currency { color: #aaaaaa; }
  .lead-page .pkg-card.featured .pkg-price .period { color: #aaaaaa; }
  .lead-page .pkg-tagline {
    font-size: 12px;
    color: #7a7a7a;
    margin-bottom: 24px;
    padding-bottom: 22px;
    border-bottom: 1px solid #f2f2f2;
  }
  .lead-page .pkg-card.featured .pkg-tagline { color: #888888; border-bottom-color: #2a2a2a; }
  .lead-page .pkg-features {
    list-style: none;
    margin-bottom: 28px;
    flex: 1;
  }
  .lead-page .pkg-features li {
    font-size: 13px;
    padding: 8px 0;
    color: #1a1a1a;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    line-height: 1.5;
  }
  .lead-page .pkg-card.featured .pkg-features li { color: #c4c4c4; }
  .lead-page .pkg-features li::before {
    content: '✓';
    color: #d4b030;
    font-weight: 800;
    flex-shrink: 0;
  }
  .lead-page .pkg-card.featured .pkg-features li::before { color: #f5cf3b; }
  .lead-page .pkg-features li.muted { color: #c4c4c4; }
  .lead-page .pkg-features li.muted::before { content: '–'; color: #c4c4c4; }
  .lead-page .pkg-cta {
    background: transparent;
    color: #0a0a0a;
    border: 1px solid #0a0a0a;
    padding: 13px;
     font-family: poppinsregular, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    border-radius: 2px;
    transition: all 0.2s;
    display: block;
  }
  .lead-page .pkg-cta:hover { background: #f5cf3b; color: #0a0a0a; border-color: #f5cf3b; }
  .lead-page .pkg-card.featured .pkg-cta { background: #f5cf3b; color: #0a0a0a; border-color: #f5cf3b; }
  .lead-page .pkg-card.featured .pkg-cta:hover { background: #d4b030; border-color: #d4b030; }
  .lead-page .pkg-foot {
    margin-top: 40px;
    padding: 24px 28px;
    background: #ffffff;
    border: 1px dashed #e0e0e0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
  }
  .lead-page .pkg-foot p { color: #4a4a4a; font-size: 14px; }
  .lead-page .pkg-foot p strong { color: #d4b030; font-weight: 700; }

  /* ============ SUCCESS / RESULTS ============ */
  .lead-page .success-section { background: #fafafa; }
  .lead-page .success-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    margin-top: 50px;
  }
  .lead-page .success-card {
    background: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    padding: 32px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
  }
  .lead-page .success-card:hover { border-color: #f5cf3b; }
  .lead-page .success-card::after {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 100px; height: 100px;
    background: radial-gradient(circle, rgba(245,207,59,0.12), transparent 70%);
    pointer-events: none;
  }
  .lead-page .success-industry {
    display: inline-block;
    font-size: 10px;
    color: #d4b030;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 4px 10px;
    background: #fdf6c3;
    border: 1px solid rgba(245,207,59,0.4);
    border-radius: 2px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .lead-page .success-card h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 1.2;
    color: #0a0a0a;
  }
  .lead-page .success-metric {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
    font-size: 13px;
  }
  .lead-page .success-metric:last-of-type { border-bottom: none; margin-bottom: 16px; }
  .lead-page .success-metric span:first-child { color: #4a4a4a; }
  .lead-page .success-metric span:last-child { color: #d4b030; font-weight: 700;  font-family: poppinsregular, sans-serif; font-size: 15px; }
  .lead-page .success-card p {
    font-size: 13px;
    color: #4a4a4a;
    line-height: 1.65;
    font-style: italic;
    margin-top: 8px;
  }

  /* ============ FAQ ============ */
  .lead-page .faq-section { background: #ffffff; }
  .lead-page .faq-list { margin-top: 50px; max-width: 920px; }
  .lead-page .faq-item {
    background: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: all 0.3s;
  }
  .lead-page .faq-item.open { border-color: #f5cf3b; }
  .lead-page .faq-q {
    padding: 22px 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    user-select: none;
    transition: background 0.2s;
  }
  .lead-page .faq-q:hover { background: #fafafa; }
  .lead-page .faq-q h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    flex: 1;
    color: #0a0a0a;
  }
  .lead-page .faq-toggle {
    width: 32px;
    height: 32px;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d4b030;
    font-size: 18px;
    flex-shrink: 0;
    transition: all 0.3s;
    font-weight: 700;
  }
  .lead-page .faq-item.open .faq-toggle {
    background: #f5cf3b;
    color: #0a0a0a;
    transform: rotate(45deg);
    border-color: #f5cf3b;
  }
  .lead-page .faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  .lead-page .faq-item.open .faq-a { max-height: 400px; }
  .lead-page .faq-a-inner {
    padding: 0 28px 24px;
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.75;
  }

  /* ============ FINAL CTA ============ */
  .lead-page .final-cta {
    background: #f5cf3b;
    color: #0a0a0a;
    padding: 90px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .lead-page .final-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(0,0,0,0.05) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0,0,0,0.05) 1px, transparent 1px);
    background-size: 40px 40px;
  }
  .lead-page .final-cta-content { position: relative; max-width: 800px; margin: 0 auto; }
  .lead-page .final-cta h2 {
    font-size: clamp(40px, 6vw, 72px);
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
    line-height: 1;
  }
  .lead-page .final-cta p {
    font-size: 18px;
    color: rgba(0,0,0,0.7);
    margin-bottom: 36px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .lead-page .final-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
  .lead-page .final-cta .btn-primary {
    background: #0a0a0a;
    color: #f5cf3b;
  }
  .lead-page .final-cta .btn-primary:hover {
    background: #111111;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    color: #f5cf3b;
  }
  .lead-page .final-cta .btn-secondary {
    background: transparent;
    color: #0a0a0a;
    border: 1px solid #0a0a0a;
  }
  .lead-page .final-cta .btn-secondary:hover {
    background: #0a0a0a;
    color: #f5cf3b;
    border-color: #0a0a0a;
  }

  /* ========= RESPONSIVE ========= */
  @media (max-width: 1024px) {
    .lead-page .funnel-stage span:last-child {
    font-size: 10px;
    color: #aaaaaa;
    font-weight: 500;
}.lead-page .funnel-stage {
  
    font-size: 12px;
}
    .lead-page .hero-grid { grid-template-columns: 1fr; gap: 50px; }
    .lead-page .services-grid { grid-template-columns: repeat(2, 1fr); }
    .lead-page .service-card:nth-child(3n) { border-right: 1px solid #f2f2f2; }
    .lead-page .service-card:nth-child(2n) { border-right: none; }
    .lead-page .pkg-grid { grid-template-columns: repeat(2, 1fr); }
    .lead-page .kpi-grid { grid-template-columns: repeat(2, 1fr); }
    .lead-page .success-grid { grid-template-columns: 1fr; }
    .lead-page .channels-grid { grid-template-columns: repeat(3, 1fr); }
    .lead-page .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  }
  @media (max-width: 640px) {
       .lead-page section {
        padding: 50px 20px;
    }
    .lead-page .hero { padding: 60px 20px; }
    .lead-page .container { padding: 0 20px; }
    .lead-page .why-grid { grid-template-columns: 1fr; }
    .lead-page .services-grid { grid-template-columns: 1fr; }
    .lead-page .service-card { border-right: none !important; border-bottom: 1px solid #f2f2f2 !important; }
    .lead-page .pkg-grid { grid-template-columns: 1fr; }
    .lead-page .pkg-card.featured { transform: none; }
    .lead-page .pkg-card.featured:hover { transform: translateY(-4px); }
    .lead-page .channels-grid { grid-template-columns: repeat(2, 1fr); }
    .lead-page .kpi-grid { grid-template-columns: 1fr; }
      .lead-page .trust-grid {
        display: flex;
        flex-wrap: wrap;
    }
.lead-page .trust-num {
  
    font-size: 23px;
    
}
    .lead-page .process-timeline::before { left: 30px; }
    .lead-page .process-step { grid-template-columns: 60px 1fr; gap: 16px; }
    .lead-page .process-step:nth-child(odd) .process-content,
    .lead-page .process-step:nth-child(even) .process-content {
      grid-column: 2;
      text-align: left;
    }
    .lead-page .process-step:nth-child(odd) .process-spacer { display: none; }
    .lead-page .process-circle { width: 60px; height: 60px; font-size: 22px; grid-column: 1; }
    .lead-page .final-cta { padding: 60px 20px; }
    .lead-page .trust-bar { padding: 20px; }
  }

  @media (max-width: 992px) {
   .lead-page .pain-card h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 7px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.lead-page .gain-card h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    color: #d4b030;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}.lead-page .service-card h3 {
    font-size: 17px;
    
}.lead-page .process-content h4 {
    font-size: 18px;
   
}.lead-page .pkg-price .amount-sm {
    font-size: 25px;
}.lead-page .success-card h4 {
    font-size: 18px;
    
}
}