    /* Landing page style sections */

    /* Problem section - LIGHT (after dark screenshot) */
    /* Design: Floating Orbs (light version) */
    .lp-problem {
      padding: 80px 0;
      background:
        radial-gradient(circle 350px at 5% 20%, rgba(31, 122, 224, 0.15) 0%, transparent 60%),
        radial-gradient(circle 400px at 95% 80%, rgba(31, 122, 224, 0.12) 0%, transparent 60%),
        radial-gradient(circle 300px at 80% 10%, rgba(31, 122, 224, 0.10) 0%, transparent 60%),
        radial-gradient(circle 250px at 20% 90%, rgba(31, 122, 224, 0.08) 0%, transparent 60%),
        radial-gradient(circle at center, rgba(214, 233, 255, 0.7), rgba(255, 255, 255, 0.95));
    }

    .lp-problem h2,
    .lp-problem .section-lead {
      color: var(--color-ink);
    }

    .lp-problem p.section-lead {
      color: var(--color-slate-700) !important;
    }

    .lp-problem .problem-card {
      background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(241,245,249,0.9));
      border: 1px solid rgba(203, 213, 225, 0.5);
      box-shadow:
        0 4px 24px rgba(12, 58, 116, 0.06),
        0 1px 3px rgba(12, 58, 116, 0.04),
        inset 0 1px 0 rgba(255,255,255,0.8);
      border-radius: 16px;
    }

    .lp-problem .problem-card h3,
    .lp-problem .problem-card p {
      color: var(--color-ink);
    }

    .lp-problem .problem-card p {
      color: var(--color-slate-500);
    }

    .lp-problem h2 {
      font-family: var(--font-display);
      font-size: clamp(1.75rem, 3vw, 2.25rem);
      font-weight: 700;
      text-align: center;
      margin: 0 0 32px;
    }

    .lp-problem .section-lead {
      text-align: center;
      font-size: 1.1rem;
      max-width: 700px;
      margin: 0 auto 48px;
    }

    .problem-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .problem-card {
      border-radius: 16px;
      padding: 32px 28px;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      background: #fff;
      box-shadow: 0 0 0 1px rgba(0,0,0,.03), 0 2px 4px rgba(0,0,0,.05), 0 12px 24px rgba(0,0,0,.05);
      min-height: 220px;
      position: relative;
      overflow: hidden;
      transform: translateZ(0);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .problem-card::after {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,0);
      transition: background 0.3s ease;
      pointer-events: none;
    }

    .problem-card:hover {
      transform: translateY(-4px) translateZ(0);
      box-shadow: 0 0 0 1px rgba(0,0,0,.03), 0 4px 8px rgba(0,0,0,.07), 0 20px 40px rgba(0,0,0,.08);
    }

    .problem-card:hover::after {
      background: rgba(0,0,0,.02);
    }

    .problem-card-content {
      display: flex;
      flex-direction: column;
      flex: 1;
      transition: transform 0.3s ease;
    }

    .problem-card:hover .problem-card-content {
      transform: translateY(-4px);
    }

    .problem-icon {
      width: 56px;
      height: 56px;
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, #1F7AE0 0%, #1663B9 100%) !important;
      margin-bottom: 20px;
      flex-shrink: 0;
      transform-origin: left center;
      transition: transform 0.3s ease;
    }

    .problem-card:hover .problem-icon {
      transform: scale(0.85);
    }

    .problem-icon svg {
      width: 26px !important;
      height: 26px !important;
      color: #fff !important;
      stroke: #fff !important;
    }

    .problem-card h3 {
      font-size: 1.1rem;
      font-weight: 600;
      margin: 0 0 10px;
      color: var(--color-ink);
    }

    .problem-card p {
      margin: 0;
      font-size: 0.95rem;
      line-height: 1.6;
      color: var(--color-slate-600);
    }

    /* Solution section - DARK */
    /* Design 2: Floating Orbs */
    .lp-solution {
      padding: 80px 0;
    }

    .lp-solution h2 {
      font-family: var(--font-display);
      font-size: clamp(1.75rem, 3vw, 2.25rem);
      font-weight: 700;
      text-align: center;
      margin: 0 0 32px;
      color: var(--color-ink);
    }

    .lp-solution .section-lead {
      text-align: center;
      color: var(--color-slate-600);
      font-size: 1.1rem;
      max-width: 700px;
      margin: 0 auto 48px;
    }

    .lp-solution .solution-card {
      background: rgba(255, 255, 255, 0.8);
      border: 1px solid rgba(31, 122, 224, 0.15);
      backdrop-filter: blur(10px);
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    }

    .lp-solution .solution-card h3 {
      color: var(--color-ink);
    }

    .lp-solution .solution-card p {
      color: var(--color-slate-600);
    }

    .solution-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
    }

    .solution-card {
      border-radius: 16px;
      padding: 28px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
      display: flex;
      align-items: center;
      gap: 20px;
    }

    .solution-card-content {
      flex: 1;
    }

    .solution-icon {
      width: 80px;
      height: 80px;
      object-fit: contain;
      flex-shrink: 0;
    }

    .solution-card h3 {
      font-size: 1.1rem;
      font-weight: 600;
      margin: 0 0 8px;
    }

    .solution-card p {
      margin: 0;
      font-size: 0.95rem;
      line-height: 1.5;
    }

    /* Solution section - LIGHT GRAY */
    .lp-solution {
      background:
        radial-gradient(circle 350px at 5% 20%, rgba(150, 150, 150, 0.12) 0%, transparent 60%),
        radial-gradient(circle 400px at 95% 80%, rgba(150, 150, 150, 0.10) 0%, transparent 60%),
        radial-gradient(circle 300px at 80% 10%, rgba(150, 150, 150, 0.08) 0%, transparent 60%),
        radial-gradient(circle 250px at 20% 90%, rgba(150, 150, 150, 0.06) 0%, transparent 60%),
        radial-gradient(circle at center, rgba(245, 245, 245, 0.7), rgba(255, 255, 255, 0.95));
    }

    /* How it works section - GRAY */
    .lp-how {
      background:
        radial-gradient(circle 350px at 5% 20%, rgba(150, 150, 150, 0.12) 0%, transparent 60%),
        radial-gradient(circle 400px at 95% 80%, rgba(150, 150, 150, 0.10) 0%, transparent 60%),
        radial-gradient(circle 300px at 80% 10%, rgba(150, 150, 150, 0.08) 0%, transparent 60%),
        radial-gradient(circle 250px at 20% 90%, rgba(150, 150, 150, 0.06) 0%, transparent 60%),
        radial-gradient(circle at center, rgba(245, 245, 245, 0.7), rgba(255, 255, 255, 0.95));
    }

    /* How it works - LIGHT */
    .lp-how {
      padding: 80px 0;
    }

    .lp-how h2 {
      font-family: var(--font-display);
      font-size: clamp(1.75rem, 3vw, 2.25rem);
      font-weight: 700;
      text-align: center;
      margin: 0 0 16px;
      color: var(--color-ink);
    }

    .lp-how .section-lead {
      text-align: center;
      color: var(--color-slate-700);
      font-size: 1.1rem;
      max-width: 700px;
      margin: 0 auto 48px;
    }

    .lp-how .step-card {
      background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(241,245,249,0.9));
      border: 1px solid rgba(203, 213, 225, 0.5);
      box-shadow:
        0 4px 24px rgba(12, 58, 116, 0.06),
        0 1px 3px rgba(12, 58, 116, 0.04),
        inset 0 1px 0 rgba(255,255,255,0.8);
    }

    .lp-how .step-card h3 {
      color: var(--color-ink);
    }

    .lp-how .step-card p {
      color: var(--color-slate-500);
    }

    .lp-how .step-arrow {
      color: var(--color-slate-400);
    }

    /* Compare section - DARK */
    /* Design 3: Wave Pattern */
    .lp-compare {
      padding: 80px 0;
      background: linear-gradient(135deg, #0c3a74 0%, #1a5fb4 100%);
      position: relative;
      overflow: hidden;
    }

    .lp-compare > .container {
      position: relative;
      z-index: 1;
    }

    .lp-compare .wave-1,
    .lp-compare .wave-2 {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      pointer-events: none;
    }

    .lp-compare .wave-1 {
      height: 200px;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%2300bfa6' fill-opacity='0.15' d='M0,224L48,213.3C96,203,192,181,288,181.3C384,181,480,203,576,218.7C672,235,768,245,864,234.7C960,224,1056,192,1152,181.3C1248,171,1344,181,1392,186.7L1440,192L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E") no-repeat bottom;
      background-size: cover;
      z-index: 0;
    }

    .lp-compare .wave-2 {
      height: 150px;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%231F7AE0' fill-opacity='0.2' d='M0,288L48,272C96,256,192,224,288,213.3C384,203,480,213,576,229.3C672,245,768,267,864,261.3C960,256,1056,224,1152,208C1248,192,1344,192,1392,192L1440,192L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E") no-repeat bottom;
      background-size: cover;
      z-index: 0;
    }

    .lp-compare h2 {
      font-family: var(--font-display);
      font-size: clamp(1.75rem, 3vw, 2.25rem);
      font-weight: 700;
      text-align: center;
      margin: 0 0 16px;
      color: var(--color-white);
    }

    .lp-compare .section-lead {
      text-align: center;
      color: rgba(255, 255, 255, 0.85);
      font-size: 1.1rem;
      max-width: 700px;
      margin: 0 auto 48px;
    }

    .lp-compare .comparison-card {
      background: linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.06));
      border: 1px solid rgba(255, 255, 255, 0.2);
      backdrop-filter: blur(10px);
      box-shadow:
        0 4px 24px rgba(0, 0, 0, 0.15),
        0 1px 3px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255,255,255,0.15);
    }

    .lp-compare .comparison-card.new-way {
      background: linear-gradient(135deg, rgba(255,255,255,0.18), rgba(255,255,255,0.1));
      border: 2px solid rgba(255, 255, 255, 0.4);
    }

    .lp-compare .comparison-header h3,
    .lp-compare .comparison-subtitle {
      color: var(--color-white);
    }

    .lp-compare .comparison-header {
      border-bottom-color: rgba(255, 255, 255, 0.2);
    }

    .lp-compare .comparison-list li {
      color: rgba(255, 255, 255, 0.85);
    }

    .lp-compare .comparison-card.new-way .comparison-list li {
      color: var(--color-white);
    }

    .lp-compare .comparison-card.old-way .comparison-list li::before {
      color: rgba(255, 255, 255, 0.5);
    }

    .lp-compare .comparison-card.new-way .comparison-list li::before {
      color: var(--color-aqua-300);
    }

    .lp-compare .comparison-badge {
      background: var(--color-aqua-500);
      color: var(--color-white);
    }

    .lp-compare .compare-cta {
      text-align: center;
      margin-top: 32px;
      color: rgba(255, 255, 255, 0.7);
      font-size: 0.95rem;
    }

    .lp-compare .compare-cta a {
      color: var(--color-aqua-300);
      text-decoration: none;
      font-weight: 500;
    }

    .lp-compare .compare-cta a:hover {
      color: var(--color-aqua-200);
      text-decoration: underline;
    }

    /* Screenshot section - DARK */
    /* Design 1: Geometric Grid */
    .lp-screenshot-section {
      padding: 80px 0 !important;
      background:
        radial-gradient(circle at 25% 25%, rgba(0, 191, 166, 0.35) 0%, transparent 3%),
        radial-gradient(circle at 75% 75%, rgba(0, 191, 166, 0.35) 0%, transparent 3%),
        radial-gradient(circle at 50% 50%, rgba(0, 191, 166, 0.25) 0%, transparent 3%),
        radial-gradient(circle at 25% 75%, rgba(31, 122, 224, 0.4) 0%, transparent 3%),
        radial-gradient(circle at 75% 25%, rgba(31, 122, 224, 0.4) 0%, transparent 3%),
        radial-gradient(circle at 10% 50%, rgba(31, 122, 224, 0.35) 0%, transparent 3%),
        radial-gradient(circle at 90% 50%, rgba(31, 122, 224, 0.35) 0%, transparent 3%),
        radial-gradient(circle at 40% 20%, rgba(0, 191, 166, 0.3) 0%, transparent 3%),
        radial-gradient(circle at 60% 80%, rgba(0, 191, 166, 0.3) 0%, transparent 3%),
        radial-gradient(circle at 15% 85%, rgba(31, 122, 224, 0.3) 0%, transparent 3%),
        radial-gradient(circle at 85% 15%, rgba(31, 122, 224, 0.3) 0%, transparent 3%),
        linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px),
        linear-gradient(135deg, #0c3a74 0%, #1a5fb4 100%);
      background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 60px 60px, 60px 60px, 100% 100%;
    }

    .lp-screenshot-section h2 {
      font-family: var(--font-display);
      font-size: clamp(1.75rem, 3vw, 2.25rem);
      font-weight: 700;
      text-align: center;
      margin: 0 0 16px;
      color: var(--color-white);
    }

    .lp-screenshot-section .section-lead,
    .lp-screenshot-section .screenshot-lead {
      text-align: center;
      color: #ffffff !important;
      font-size: 1.1rem;
      max-width: 700px;
      margin-left: auto !important;
      margin-right: auto !important;
      margin-bottom: 80px !important;
    }

    /* FAQ section - LIGHT GRAY */
    .lp-faq {
      background:
        radial-gradient(circle 350px at 5% 20%, rgba(150, 150, 150, 0.12) 0%, transparent 60%),
        radial-gradient(circle 400px at 95% 80%, rgba(150, 150, 150, 0.10) 0%, transparent 60%),
        radial-gradient(circle 300px at 80% 10%, rgba(150, 150, 150, 0.08) 0%, transparent 60%),
        radial-gradient(circle 250px at 20% 90%, rgba(150, 150, 150, 0.06) 0%, transparent 60%),
        radial-gradient(circle at center, rgba(245, 245, 245, 0.7), rgba(255, 255, 255, 0.95));
    }

    /* Founder section - LIGHT BLUE */
    .lp-founder {
      background:
        radial-gradient(circle 350px at 5% 20%, rgba(31, 122, 224, 0.15) 0%, transparent 60%),
        radial-gradient(circle 400px at 95% 80%, rgba(31, 122, 224, 0.12) 0%, transparent 60%),
        radial-gradient(circle 300px at 80% 10%, rgba(31, 122, 224, 0.10) 0%, transparent 60%),
        radial-gradient(circle 250px at 20% 90%, rgba(31, 122, 224, 0.08) 0%, transparent 60%),
        radial-gradient(circle at center, rgba(214, 233, 255, 0.7), rgba(255, 255, 255, 0.95));
    }

    .lp-faq {
      padding: 80px 0 60px;
    }

    .lp-faq h2 {
      font-family: var(--font-display);
      font-size: clamp(1.75rem, 3vw, 2.25rem);
      font-weight: 700;
      text-align: center;
      margin: 0 0 48px;
      color: var(--color-ink);
    }

    .lp-faq .faq-list {
      max-width: 700px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .lp-faq .faq-list details {
      background: #fff !important;
      border: 1px solid rgba(203, 213, 225, 0.5) !important;
      border-radius: 12px;
      overflow: hidden;
      padding: 0 !important;
      box-shadow: 0 2px 8px rgba(12, 58, 116, 0.06);
    }

    .lp-faq .faq-list summary {
      padding: 20px 24px;
      font-weight: 600;
      cursor: pointer;
      list-style: none;
      display: flex;
      align-items: center;
      gap: 12px;
      color: var(--color-ink) !important;
      font-size: 1rem;
    }

    .lp-faq .faq-list summary::-webkit-details-marker {
      display: none;
    }

    .lp-faq .faq-list summary::before {
      content: '+' !important;
      font-size: 1.5rem;
      color: var(--color-pool-500) !important;
      font-weight: 300;
      transform: none !important;
    }

    .lp-faq .faq-list details[open] summary::before {
      content: '-' !important;
    }

    .lp-faq .faq-list details p {
      padding: 0 24px 20px 60px;
      margin: 0 !important;
      color: var(--color-slate-600) !important;
      line-height: 1.6;
      text-align: left;
    }

    /* CTA section - LIGHT */
    /* Design: Floating Orbs (light version) */
    .lp-cta {
      padding: 80px 0;
      background: linear-gradient(135deg, #0c3a74 0%, #1a5fb4 100%);
      text-align: center;
    }

    .lp-cta h2 {
      font-family: var(--font-display);
      font-size: clamp(1.75rem, 3vw, 2.25rem);
      font-weight: 700;
      margin: 0 0 16px;
      color: white;
    }

    .lp-cta p {
      font-size: 1.1rem;
      color: rgba(255, 255, 255, 0.85);
      max-width: 600px;
      margin: 0 auto 32px;
    }

    .lp-cta .cta-button {
      padding: 16px 36px;
      font-size: 1.1rem;
      background: var(--color-coral-500);
      color: var(--color-white);
    }

    .lp-cta .cta-button:hover {
      background: var(--color-coral-700);
      transform: translateY(-1px);
    }

    /* ============================================
       FOUNDER SECTION - 4 DESIGN VARIATIONS
       Change .lp-founder class to try each:
       - design-1: Minimal card (current)
       - design-2: Full-width split banner
       - design-3: Centered editorial stack
       - design-4: Bold quote style
       ============================================ */

    /* DESIGN 1: Minimal Card - Clean, subtle, professional */
    .lp-founder.design-1 {
      padding: 80px 0;
      background: var(--color-white);
    }
    .lp-founder.design-1 .container { max-width: 900px; }
    .lp-founder.design-1 h2 {
      font-family: var(--font-display);
      font-size: clamp(1.75rem, 3vw, 2.25rem);
      font-weight: 700;
      text-align: center;
      margin: 0 0 48px;
      color: var(--color-ink);
    }
    .lp-founder.design-1 .founder-card {
      display: flex;
      gap: 40px;
      align-items: flex-start;
      background: linear-gradient(135deg, rgba(31, 122, 224, 0.04), rgba(0, 191, 166, 0.03));
      border: 2px solid var(--color-pool-200);
      border-radius: 20px;
      padding: 40px;
    }
    .lp-founder.design-1 .founder-card-photo img {
      width: 180px;
      height: 260px;
      object-fit: cover;
      object-position: center top;
      border-radius: 12px;
      box-shadow: 0 8px 24px rgba(31, 122, 224, 0.15);
    }
    .lp-founder.design-1 .founder-card-info h3 { font-size: 1.5rem; margin: 0 0 4px; color: var(--color-ink); }
    .lp-founder.design-1 .founder-card-info .title { color: var(--color-pool-500); font-weight: 600; font-size: 0.95rem; margin-bottom: 16px; }
    .lp-founder.design-1 .founder-card-info p { color: var(--color-slate-700); line-height: 1.7; margin: 0 0 12px; font-size: 1.05rem; }
    .lp-founder.design-1 .founder-card-info p:last-of-type { margin-bottom: 16px; }
    .lp-founder.design-1 .linkedin-link { display: inline-flex; align-items: center; gap: 8px; color: var(--color-pool-500); font-weight: 600; text-decoration: none; }
    .lp-founder.design-1 .linkedin-link:hover { color: var(--color-pool-700); }
    @media (max-width: 768px) {
      .lp-founder.design-1 .founder-card { flex-direction: column; align-items: center; text-align: center; }
    }

    /* DESIGN 2: Full-width Split Banner - Bold, modern, immersive */
    .lp-founder.design-2 {
      padding: 0;
      background: var(--color-pool-500);
    }
    .lp-founder.design-2 .container { max-width: 100%; padding: 0; }
    .lp-founder.design-2 h2 { display: none; }
    .lp-founder.design-2 .founder-card {
      display: grid;
      grid-template-columns: 1fr 1fr;
      min-height: 500px;
    }
    .lp-founder.design-2 .founder-card-photo {
      position: relative;
      overflow: hidden;
    }
    .lp-founder.design-2 .founder-card-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top;
    }
    .lp-founder.design-2 .founder-card-info {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 60px 80px;
      background: linear-gradient(135deg, var(--color-pool-500), var(--color-pool-700));
    }
    .lp-founder.design-2 .founder-card-info h3 { font-size: 2.5rem; margin: 0 0 8px; color: white; font-family: var(--font-display); }
    .lp-founder.design-2 .founder-card-info .title { color: rgba(255,255,255,0.8); font-weight: 600; font-size: 1.1rem; margin-bottom: 24px; text-transform: uppercase; letter-spacing: 1px; }
    .lp-founder.design-2 .founder-card-info p { color: rgba(255,255,255,0.9); line-height: 1.8; margin: 0 0 16px; font-size: 1.1rem; }
    .lp-founder.design-2 .founder-card-info p:last-of-type { margin-bottom: 24px; }
    .lp-founder.design-2 .linkedin-link { display: inline-flex; align-items: center; gap: 8px; color: white; font-weight: 600; text-decoration: none; background: rgba(255,255,255,0.15); padding: 12px 24px; border-radius: 8px; transition: all 0.2s; }
    .lp-founder.design-2 .linkedin-link:hover { background: rgba(255,255,255,0.25); }
    @media (max-width: 768px) {
      .lp-founder.design-2 .founder-card { grid-template-columns: 1fr; }
      .lp-founder.design-2 .founder-card-photo { height: 300px; }
      .lp-founder.design-2 .founder-card-info { padding: 40px 24px; text-align: center; }
      .lp-founder.design-2 .founder-card-info h3 { font-size: 2rem; }
    }

    /* DESIGN 3: Centered Editorial Stack - Magazine style, elegant */
    .lp-founder.design-3 {
      padding: 100px 0;
      background: linear-gradient(180deg, #f8fafc 0%, white 100%);
    }
    .lp-founder.design-3 .container { max-width: 700px; text-align: center; }
    .lp-founder.design-3 h2 {
      font-family: var(--font-display);
      font-size: 0.9rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 3px;
      color: var(--color-pool-500);
      margin: 0 0 40px;
    }
    .lp-founder.design-3 .founder-card { display: block; }
    .lp-founder.design-3 .founder-card-photo { margin-bottom: 32px; }
    .lp-founder.design-3 .founder-card-photo img {
      width: 200px;
      height: 280px;
      object-fit: cover;
      object-position: center top;
      border-radius: 100px;
      box-shadow: 0 20px 60px rgba(31, 122, 224, 0.2);
      border: 4px solid white;
    }
    .lp-founder.design-3 .founder-card-info h3 { font-size: 2rem; margin: 0 0 8px; color: var(--color-ink); font-family: var(--font-display); }
    .lp-founder.design-3 .founder-card-info .title { color: var(--color-pool-500); font-weight: 500; font-size: 1rem; margin-bottom: 24px; }
    .lp-founder.design-3 .founder-card-info p { color: var(--color-slate-600); line-height: 1.9; margin: 0 0 8px; font-size: 1.1rem; }
    .lp-founder.design-3 .founder-card-info p:last-of-type { margin-bottom: 24px; }
    .lp-founder.design-3 .linkedin-link { display: inline-flex; align-items: center; gap: 8px; color: var(--color-pool-500); font-weight: 600; text-decoration: none; }
    .lp-founder.design-3 .linkedin-link:hover { color: var(--color-pool-700); }

    /* DESIGN 4: Bold Quote Style - Personal, conversational, warm */
    .lp-founder.design-4 {
      padding: 80px 0;
      background: var(--color-ink);
    }
    .lp-founder.design-4 .container { max-width: 1000px; }
    .lp-founder.design-4 h2 { display: none; }
    .lp-founder.design-4 .founder-card {
      display: flex;
      gap: 60px;
      align-items: center;
    }
    .lp-founder.design-4 .founder-card-photo { flex-shrink: 0; }
    .lp-founder.design-4 .founder-card-photo img {
      width: 220px;
      height: 220px;
      object-fit: cover;
      object-position: center top;
      border-radius: 50%;
      border: 4px solid var(--color-pool-500);
      box-shadow: 0 0 0 8px rgba(31, 122, 224, 0.2);
    }
    .lp-founder.design-4 .founder-card-info::before {
      content: '"';
      font-family: Georgia, serif;
      font-size: 8rem;
      color: var(--color-pool-500);
      opacity: 0.3;
      line-height: 0;
      display: block;
      margin-bottom: -20px;
    }
    .lp-founder.design-4 .founder-card-info h3 { display: none; }
    .lp-founder.design-4 .founder-card-info .title { display: none; }
    .lp-founder.design-4 .founder-card-info p { color: rgba(255,255,255,0.9); line-height: 1.8; margin: 0 0 16px; font-size: 1.25rem; font-style: italic; }
    .lp-founder.design-4 .founder-card-info p:last-of-type { margin-bottom: 24px; }
    .lp-founder.design-4 .founder-card-info .founder-attribution {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-top: 32px;
      padding-top: 24px;
      border-top: 1px solid rgba(255,255,255,0.1);
    }
    .lp-founder.design-4 .founder-name { color: white; font-weight: 700; font-size: 1.1rem; }
    .lp-founder.design-4 .founder-role { color: var(--color-pool-400); font-size: 0.95rem; }
    .lp-founder.design-4 .linkedin-link { display: inline-flex; align-items: center; gap: 8px; color: var(--color-pool-400); font-weight: 600; text-decoration: none; margin-left: auto; }
    .lp-founder.design-4 .linkedin-link:hover { color: var(--color-pool-300); }
    @media (max-width: 768px) {
      .lp-founder.design-4 .founder-card { flex-direction: column; text-align: center; gap: 32px; }
      .lp-founder.design-4 .founder-card-info::before { display: none; }
      .lp-founder.design-4 .founder-card-info .founder-attribution { justify-content: center; flex-wrap: wrap; }
      .lp-founder.design-4 .linkedin-link { margin-left: 0; width: 100%; justify-content: center; margin-top: 16px; }
    }

    /* Design 5: Gradient Border Card */
    .lp-founder.design-5 {
      padding: 80px 0;
      background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    }
    .lp-founder.design-5 .container { max-width: 900px; }
    .lp-founder.design-5 h2 {
      text-align: center;
      font-size: 2.5rem;
      margin-bottom: 48px;
      color: var(--color-pool-700);
    }
    .lp-founder.design-5 .founder-card {
      background: white;
      border-radius: 24px;
      padding: 48px;
      position: relative;
      display: flex;
      gap: 40px;
      align-items: center;
    }
    .lp-founder.design-5 .founder-card::before {
      content: '';
      position: absolute;
      inset: -3px;
      border-radius: 27px;
      background: linear-gradient(135deg, var(--color-pool-500), var(--color-aqua-500), var(--color-pool-400));
      z-index: -1;
    }
    .lp-founder.design-5 .founder-card::after {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: 24px;
      background: white;
      z-index: -1;
    }
    .lp-founder.design-5 .founder-card-photo img {
      width: 180px;
      height: 240px;
      object-fit: cover;
      object-position: center top;
      border-radius: 16px;
      box-shadow: 0 8px 32px rgba(31, 122, 224, 0.2);
    }
    .lp-founder.design-5 .founder-card-info h3 {
      font-size: 1.75rem;
      color: var(--color-pool-700);
      margin: 0 0 4px;
    }
    .lp-founder.design-5 .founder-card-info .title {
      color: var(--color-aqua-600);
      font-weight: 600;
      font-size: 1rem;
      margin: 0 0 20px;
    }
    .lp-founder.design-5 .founder-card-info p { color: var(--color-slate-700); line-height: 1.7; margin: 0 0 12px; }
    .lp-founder.design-5 .founder-attribution { display: none; }
    .lp-founder.design-5 .linkedin-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--color-pool-500);
      font-weight: 600;
      margin-top: 16px;
    }
    @media (max-width: 768px) {
      .lp-founder.design-5 .founder-card { flex-direction: column; text-align: center; padding: 32px; }
      .lp-founder.design-5 .founder-card-photo img { width: 160px; height: 220px; }
    }

    /* Design 6: Two-Tone Split */
    .lp-founder.design-6 {
      padding: 0;
      background: linear-gradient(to bottom, var(--color-pool-500) 50%, white 50%);
    }
    .lp-founder.design-6 .container { max-width: 1000px; padding: 80px 24px; }
    .lp-founder.design-6 h2 {
      text-align: center;
      color: white;
      font-size: 2.25rem;
      margin-bottom: 48px;
    }
    .lp-founder.design-6 .founder-card {
      background: white;
      border-radius: 20px;
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
      display: flex;
      overflow: hidden;
    }
    .lp-founder.design-6 .founder-card-photo {
      flex-shrink: 0;
      background: linear-gradient(135deg, var(--color-pool-100), var(--color-aqua-100));
      padding: 32px;
      display: flex;
      align-items: center;
    }
    .lp-founder.design-6 .founder-card-photo img {
      width: 200px;
      height: 280px;
      object-fit: cover;
      object-position: center top;
      border-radius: 12px;
      box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    }
    .lp-founder.design-6 .founder-card-info {
      padding: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .lp-founder.design-6 .founder-card-info h3 {
      font-size: 1.6rem;
      color: var(--color-pool-700);
      margin: 0 0 4px;
    }
    .lp-founder.design-6 .founder-card-info .title {
      color: var(--color-aqua-600);
      font-weight: 600;
      margin: 0 0 20px;
    }
    .lp-founder.design-6 .founder-card-info p { color: var(--color-slate-700); line-height: 1.7; margin: 0 0 12px; }
    .lp-founder.design-6 .founder-attribution { display: none; }
    .lp-founder.design-6 .linkedin-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--color-pool-500);
      font-weight: 600;
      margin-top: 16px;
    }
    @media (max-width: 768px) {
      .lp-founder.design-6 { background: var(--color-pool-500); }
      .lp-founder.design-6 .founder-card { flex-direction: column; }
      .lp-founder.design-6 .founder-card-photo { padding: 24px; justify-content: center; }
      .lp-founder.design-6 .founder-card-info { padding: 24px; text-align: center; }
    }

    /* Design 7: Simple Card */
    .lp-founder.design-7 {
      padding: 60px 0 80px;
    }
    .lp-founder.design-7 .container { max-width: 900px; }
    .lp-founder.design-7 h2 {
      text-align: center;
      font-size: 2rem;
      color: var(--color-pool-700);
      margin-bottom: 40px;
    }
    .lp-founder.design-7 .founder-card {
      display: flex;
      gap: 40px;
      align-items: flex-start;
      background: rgba(255, 255, 255, 0.35);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border-radius: 16px;
      padding: 40px;
      box-shadow: 0 8px 32px rgba(31, 122, 224, 0.1);
      border: 2px solid var(--color-pool-500);
    }
    .lp-founder.design-7 .founder-card-photo img {
      width: 200px;
      height: 275px;
      object-fit: cover;
      object-position: center top;
      border-radius: 12px;
    }
    .lp-founder.design-7 .founder-card-info h3 {
      font-size: 1.5rem;
      color: var(--color-pool-700);
      margin: 0 0 4px;
    }
    .lp-founder.design-7 .founder-card-info h3 a {
      color: inherit;
      text-decoration: none;
    }
    .lp-founder.design-7 .founder-card-info h3 a:hover {
      color: var(--color-pool-500);
    }
    .lp-founder.design-7 .founder-card-info .title {
      color: var(--color-aqua-600);
      font-weight: 600;
      margin: 0 0 16px;
    }
    .lp-founder.design-7 .founder-card-info p { color: var(--color-slate-700); line-height: 1.7; margin: 0 0 12px; }
    .lp-founder.design-7 .founder-attribution { display: none; }
    .lp-founder.design-7 .linkedin-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--color-pool-500);
      font-weight: 600;
      margin-top: 12px;
    }
    .lp-founder.design-7 .linkedin-link:hover { color: var(--color-pool-700); }
    @media (max-width: 768px) {
      .lp-founder.design-7 .founder-card { flex-direction: column; text-align: center; padding: 32px; align-items: center; }
      .lp-founder.design-7 .founder-card-photo { display: flex; justify-content: center; }
      .lp-founder.design-7 .founder-card-photo img { width: 160px; height: 220px; }
    }

    /* Design 8: Horizontal Stat Bar */
    .lp-founder.design-8 {
      padding: 80px 0;
      background: linear-gradient(135deg, var(--color-ink) 0%, #1a2a3d 100%);
    }
    .lp-founder.design-8 .container { max-width: 1100px; }
    .lp-founder.design-8 h2 {
      color: white;
      text-align: center;
      font-size: 2rem;
      margin-bottom: 48px;
      font-weight: 600;
    }
    .lp-founder.design-8 .founder-card {
      display: flex;
      align-items: stretch;
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 16px;
      overflow: hidden;
    }
    .lp-founder.design-8 .founder-card-photo {
      flex-shrink: 0;
      position: relative;
    }
    .lp-founder.design-8 .founder-card-photo::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 60px;
      background: linear-gradient(to right, transparent, rgba(26,42,61,1));
    }
    .lp-founder.design-8 .founder-card-photo img {
      width: 240px;
      height: 100%;
      min-height: 320px;
      object-fit: cover;
      object-position: center top;
    }
    .lp-founder.design-8 .founder-card-info {
      padding: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      flex: 1;
    }
    .lp-founder.design-8 .founder-card-info h3 {
      font-size: 1.5rem;
      color: white;
      margin: 0 0 4px;
    }
    .lp-founder.design-8 .founder-card-info .title {
      color: var(--color-pool-400);
      font-weight: 600;
      margin: 0 0 24px;
    }
    .lp-founder.design-8 .founder-card-info p { color: rgba(255,255,255,0.8); line-height: 1.7; margin: 0 0 12px; }
    .lp-founder.design-8 .founder-attribution { display: none; }
    .lp-founder.design-8 .linkedin-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--color-pool-400);
      font-weight: 600;
      margin-top: 20px;
      padding: 12px 24px;
      background: rgba(31,122,224,0.15);
      border-radius: 8px;
      border: 1px solid rgba(31,122,224,0.3);
      transition: all 0.2s;
      width: fit-content;
    }
    .lp-founder.design-8 .linkedin-link:hover { background: rgba(31,122,224,0.25); color: var(--color-pool-300); }
    @media (max-width: 768px) {
      .lp-founder.design-8 .founder-card { flex-direction: column; }
      .lp-founder.design-8 .founder-card-photo::after { display: none; }
      .lp-founder.design-8 .founder-card-photo img { width: 100%; height: 280px; min-height: auto; }
      .lp-founder.design-8 .founder-card-info { padding: 24px; text-align: center; }
      .lp-founder.design-8 .linkedin-link { margin: 20px auto 0; }
    }

    .lp-screenshot-section h2 {
      font-family: var(--font-display);
      font-size: clamp(1.75rem, 3vw, 2.25rem);
      font-weight: 700;
      text-align: center;
      margin: 0 0 12px;
    }

    .lp-screenshot-section .section-lead {
      text-align: center;
      color: var(--color-slate-700);
      font-size: 1.1rem;
      max-width: 600px;
      margin: 0 auto 20px !important;
    }

    .lp-screenshot-wrapper {
      text-align: center;
    }

    .lp-screenshot-wrapper img {
      max-width: 900px;
      width: 100%;
      height: auto;
      border-radius: 16px;
      box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
      border: 1px solid rgba(125, 181, 246, 0.25);
    }

    /* Device mockups */
    .lp-devices {
      display: flex !important;
      align-items: flex-start !important;
      justify-content: center !important;
      gap: 12px !important;
      padding-top: 32px;
    }

    .lp-devices .desktop-screenshot {
      flex: 1;
      max-width: 800px !important;
      height: 435px;
      overflow: hidden;
    }

    .lp-devices .desktop-screenshot img {
      width: 100% !important;
      height: 100%;
      object-fit: cover;
      object-position: top;
      border-radius: 16px;
      box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4), 0 12px 24px -8px rgba(0, 0, 0, 0.3);
      border: 1px solid rgba(125, 181, 246, 0.25);
    }

    .lp-devices .device-iphone-8 {
      flex-shrink: 0;
      transform: scale(0.50) !important;
      transform-origin: top center;
      filter: drop-shadow(0 25px 40px rgba(0, 0, 0, 0.35));
      margin: 0 -75px -140px -75px !important;
      height: 380px !important;
    }

    .lp-devices .device-iphone-8 .device-screen {
      object-fit: cover;
      object-position: top;
    }

    /* Hide iPhone home button circle */
    .lp-devices .device-iphone-8 .device-home {
      display: none !important;
    }

    /* Responsive */
    @media (max-width: 1010px) {
      .lp-devices .desktop-screenshot {
        display: none;
      }

      .lp-devices .device-iphone-8 {
        transform: scale(0.8) !important;
        margin: 0 auto -120px auto !important;
        height: auto !important;
      }
    }

    @media (max-width: 900px) {
      .problem-grid {
        grid-template-columns: 1fr;
      }

      .solution-grid {
        grid-template-columns: 1fr;
      }
    }

    /* Quiz section - LIGHT GRAY */
    .lp-quiz {
      background:
        radial-gradient(circle 350px at 5% 20%, rgba(150, 150, 150, 0.12) 0%, transparent 60%),
        radial-gradient(circle 400px at 95% 80%, rgba(150, 150, 150, 0.10) 0%, transparent 60%),
        radial-gradient(circle 300px at 80% 10%, rgba(150, 150, 150, 0.08) 0%, transparent 60%),
        radial-gradient(circle 250px at 20% 90%, rgba(150, 150, 150, 0.06) 0%, transparent 60%),
        radial-gradient(circle at center, rgba(245, 245, 245, 0.7), rgba(255, 255, 255, 0.95));
    }

    /* Quiz Section */
    .lp-quiz {
      padding: 80px 0;
    }

    .lp-quiz .container {
      max-width: 1000px;
    }

    .quiz-split-card {
      display: flex;
      background: white;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: none;
    }

    .quiz-intro {
      flex: 1;
      background: linear-gradient(to bottom, #FFFFFF 0%, #E3F2FD 100%);
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      text-align: left;
      padding: 48px;
      padding-top: 64px;
      min-height: 600px;
    }

    .quiz-intro h2 {
      font-family: var(--font-display);
      font-size: clamp(1.75rem, 3vw, 2.5rem);
      font-weight: 700;
      color: rgba(44, 42, 41, 0.87);
      margin: 0 0 16px;
      letter-spacing: -0.02em;
      line-height: 1.2;
    }

    .quiz-intro .section-lead {
      font-family: var(--font-body);
      font-size: 1.125rem;
      color: #1976d2;
      margin: 0 0 32px;
      max-width: 320px;
      line-height: 1.6;
    }

    .quiz-intro-icon {
      width: 300px;
      height: auto;
      align-self: center;
    }

    .quiz-panel {
      flex: 1;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      padding: 48px;
      padding-top: 64px;
      background: #FFFFFF;
      min-height: 600px;
    }

    .quiz-wrapper {
      width: 100%;
      max-width: 480px;
      display: flex;
      flex-direction: column;
    }

    .quiz-card {
      text-align: left;
    }

    .quiz-card-header {
      margin-bottom: 24px;
    }

    .quiz-card-header h2 {
      font-family: var(--font-display);
      font-size: 1.375rem;
      font-weight: 700;
      color: rgba(44, 42, 41, 0.87);
      margin: 0 0 8px;
      line-height: 1.2;
    }

    .quiz-card-header p {
      font-family: var(--font-body);
      font-size: 0.95rem;
      color: rgba(44, 42, 41, 0.5);
      margin: 0;
      line-height: 1.5;
    }

    .quiz-progress {
      display: flex;
      gap: 8px;
      margin-bottom: 24px;
    }

    .progress-dot {
      flex: 1;
      height: 5px;
      background: rgba(0, 0, 0, 0.12);
      border-radius: 3px;
      transition: background 0.3s ease;
    }

    .progress-dot.active { background: #1976d2; }
    .progress-dot.completed { background: #64B5F6; }

    .question-container { display: none; }
    .question-container.active { display: block; animation: quizFadeIn 0.3s ease; }

    @keyframes quizFadeIn {
      from { opacity: 0; transform: translateY(10px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .question-number {
      font-family: var(--font-body);
      font-size: 0.875rem;
      color: #1976d2;
      font-weight: 600;
      margin-bottom: 12px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .question-text {
      font-family: var(--font-display);
      font-size: 1.375rem;
      font-weight: 600;
      color: rgba(44, 42, 41, 0.87);
      margin-bottom: 24px;
      line-height: 1.3;
    }

    .answers-list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }

    .answer-option {
      padding: 16px;
      background: #FFFFFF;
      border: 2px solid rgba(0, 0, 0, 0.12);
      border-radius: 12px;
      cursor: pointer;
      transition: all 0.2s ease;
      font-family: var(--font-body);
      font-size: 0.9rem;
      font-weight: 500;
      color: rgba(44, 42, 41, 0.87);
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
      min-height: auto;
    }

    .answer-option img {
      width: 100px;
      height: 100px;
      object-fit: contain;
    }

    .answer-option:hover {
      border-color: #1976d2;
      background: #F5F7FA;
    }

    .answer-option.selected {
      border-color: #1976d2;
      background: #E3F2FD;
      color: #1976d2;
      font-weight: 600;
    }

    /* Email capture */
    .email-container { display: none; text-align: center; }
    .email-container.active { display: block; animation: quizFadeIn 0.3s ease; }
    .email-capture-icon { width: 200px; height: auto; margin-bottom: 16px; }
    .email-container h3 { font-family: var(--font-display); font-size: 1.375rem; font-weight: 600; color: rgba(44, 42, 41, 0.87); margin-bottom: 8px; }
    .email-container p { font-family: var(--font-body); color: rgba(44, 42, 41, 0.6); margin-bottom: 24px; }

    .email-form {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .email-form input {
      padding: 14px 16px;
      border: 2px solid rgba(0, 0, 0, 0.12);
      border-radius: 12px;
      font-size: 1rem;
      font-family: var(--font-body);
    }

    .email-form input:focus {
      outline: none;
      border-color: #1976d2;
    }

    .email-form button {
      height: 56px;
      padding: 0 24px;
      background: #1976d2;
      color: white;
      border: none;
      border-radius: 28px;
      font-size: 1rem;
      font-weight: 600;
      font-family: var(--font-body);
      cursor: pointer;
      box-shadow: none;
    }

    .email-form button:hover { background: #1565c0; }

    /* Results */
    .result-container { display: none; }
    .result-container.active { display: block; animation: quizFadeIn 0.4s ease; }

    .result-icon {
      width: 120px;
      height: auto;
      float: right;
      margin: 0 0 12px 16px;
    }

    .result-badge {
      display: inline-block;
      padding: 6px 14px;
      background: #E3F2FD;
      color: #1976d2;
      border-radius: 16px;
      font-size: 0.8rem;
      font-weight: 600;
      font-family: var(--font-body);
      margin-bottom: 16px;
      letter-spacing: 0.3px;
    }

    .result-title {
      font-family: var(--font-display);
      font-size: 1.75rem;
      font-weight: 700;
      color: rgba(44, 42, 41, 0.87);
      margin-bottom: 6px;
      line-height: 1.2;
    }

    .result-subtitle {
      font-family: var(--font-body);
      font-size: 1.05rem;
      color: #1976d2;
      font-weight: 500;
      margin-bottom: 12px;
    }

    .result-description {
      font-family: var(--font-body);
      color: rgba(44, 42, 41, 0.6);
      line-height: 1.6;
      margin-bottom: 20px;
      font-size: 0.95rem;
    }

    .result-blocker {
      background: #FEF3C7;
      border: 2px solid rgba(245, 158, 11, 0.3);
      padding: 14px 18px;
      border-radius: 12px;
      margin-bottom: 20px;
    }

    .result-blocker-label {
      font-family: var(--font-body);
      font-size: 0.7rem;
      font-weight: 600;
      color: #92400E;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      margin-bottom: 4px;
    }

    .result-blocker-text {
      font-family: var(--font-body);
      color: #78350F;
      font-weight: 600;
      font-size: 0.95rem;
    }

    .result-stats {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
      margin-bottom: 24px;
    }

    .result-stat {
      background: #FFFFFF;
      padding: 16px;
      border-radius: 12px;
      text-align: center;
      border: 2px solid rgba(0, 0, 0, 0.12);
    }

    .result-stat .stat-value {
      display: block;
      font-family: var(--font-display);
      font-size: 1.5rem;
      font-weight: 700;
      color: #1976d2;
    }

    .result-stat .stat-label {
      font-family: var(--font-body);
      font-size: 0.75rem;
      color: rgba(44, 42, 41, 0.5);
      margin-top: 2px;
    }

    .retake-link {
      display: inline-block;
      font-family: var(--font-body);
      color: rgba(44, 42, 41, 0.5);
      font-size: 0.875rem;
      cursor: pointer;
      margin-top: 8px;
    }

    .retake-link:hover { color: #1976d2; }

    @media (max-width: 900px) {
      .lp-quiz { padding: 40px 24px; }
      .quiz-split-card { flex-direction: column; }
      .quiz-intro {
        padding: 24px 20px;
        text-align: left;
        min-height: auto;
      }
      .quiz-intro .section-lead {
        max-width: 100%;
        margin: 0;
      }
      .quiz-intro-icon { display: none; }
      .email-capture-icon { display: none; }
      .result-icon { display: none; }
      .quiz-panel { padding: 20px; min-height: auto; }
      .quiz-wrapper { max-width: 100%; min-height: auto; }
      .question-text { font-size: 1.1rem; }
      .answer-option img { display: none; }
      .answer-option { padding: 14px 16px; }
      .answers-list { grid-template-columns: 1fr; gap: 10px; }
      .result-title { font-size: 1.3rem; }
      .result-stats { grid-template-columns: 1fr 1fr; }
    }

    /* Resources carousels */
    .lp-resources {
      padding: 48px 0 64px;
      overflow-x: hidden;
    }
    .lp-resources .resources-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 24px;
    }
    .lp-resources .resources-section {
      margin-bottom: 48px;
    }
    .lp-resources .resources-section:last-child {
      margin-bottom: 0;
    }
    .lp-resources .section-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
      position: relative;
      width: 100vw;
      left: 50%;
      transform: translateX(-50%);
      padding: 0 40px;
      box-sizing: border-box;
    }
    .lp-resources .section-title-link {
      text-decoration: none;
    }
    .lp-resources .section-title-link:hover h2 {
      color: var(--color-pool-500);
    }
    .lp-resources .resources-section h2 {
      color: var(--color-pool-700);
      font-size: 1.35rem;
      margin: 0;
      font-family: var(--font-display);
      transition: color 0.2s ease;
    }
    .lp-resources .see-all-link {
      color: var(--color-pool-500);
      text-decoration: none;
      font-weight: 600;
      font-size: 1rem;
      transition: color 0.2s ease;
    }
    .lp-resources .see-all-link:hover {
      color: var(--color-pool-700);
    }
    .lp-resources .carousel-wrapper {
      position: relative;
      width: 100vw;
      left: 50%;
      transform: translateX(-50%);
    }
    .lp-resources .carousel {
      display: flex;
      gap: 20px;
      overflow-x: auto;
      scroll-behavior: smooth;
      scrollbar-width: none;
      -ms-overflow-style: none;
      padding: 4px 40px;
    }
    .lp-resources .carousel::-webkit-scrollbar {
      display: none;
    }
    .lp-resources .carousel-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 48px;
      height: 100px;
      background: white;
      border: 2px solid var(--color-pool-500);
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 10;
      transition: all 0.2s ease;
    }
    .lp-resources .carousel-arrow:hover {
      background-color: var(--color-pool-100);
      border-color: var(--color-pool-700);
    }
    .lp-resources .carousel-arrow svg {
      width: 24px;
      height: 24px;
      stroke: var(--color-pool-700);
      stroke-width: 2.5;
      fill: none;
    }
    .lp-resources .carousel-arrow.prev {
      left: 5px;
    }
    .lp-resources .carousel-arrow.next {
      right: 5px;
    }
    .lp-resources .carousel-arrow:disabled {
      display: none;
    }
    .lp-resources .post-card {
      background-color: var(--color-pool-50);
      border-radius: 0;
      padding: 0;
      border: 2px solid var(--color-pool-500);
      box-shadow: 0 4px 12px rgba(12, 58, 116, 0.04);
      transition: all 0.2s ease;
      text-decoration: none;
      display: flex;
      flex-direction: column;
      color: inherit;
      overflow: hidden;
      flex: 0 0 320px;
      min-width: 320px;
    }
    .lp-resources .post-card-thumbnail {
      width: 100%;
      height: auto;
      display: block;
    }
    .lp-resources .post-card-content {
      padding: 16px 20px;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
    }
    .lp-resources .post-card.no-thumbnail {
      padding: 16px 20px;
      min-height: 160px;
    }
    .lp-resources .post-card.no-thumbnail .post-card-content {
      padding: 0;
    }
    .lp-resources .post-card:hover {
      background-color: var(--color-pool-100);
      border-color: var(--color-pool-700);
      box-shadow: 0 8px 20px rgba(31, 122, 224, 0.15);
      transform: translateY(-2px);
    }
    .lp-resources .post-card h3 {
      color: var(--color-pool-700);
      margin-bottom: 8px;
      font-size: 1.1rem;
      line-height: 1.3;
      font-family: var(--font-display);
    }
    .lp-resources .post-meta {
      color: var(--color-slate-500);
      font-size: 0.85rem;
      margin-bottom: 12px;
    }
    .lp-resources .post-excerpt {
      color: var(--color-slate-700);
      line-height: 1.6;
      font-size: 0.9rem;
      flex-grow: 1;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin: 0;
    }
    @media (max-width: 768px) {
      .lp-resources {
        padding: 32px 0 48px;
      }
      .lp-resources .resources-container {
        padding: 0;
      }
      .lp-resources .section-header {
        padding: 0 20px;
      }
      .lp-resources .carousel {
        padding: 4px 20px;
        gap: 12px;
      }
      .lp-resources .carousel-arrow {
        width: 40px;
        height: 80px;
      }
      .lp-resources .post-card {
        flex: 0 0 260px;
        min-width: 260px;
      }
      .lp-resources .post-card.no-thumbnail {
        padding: 16px;
      }
      .lp-resources .resources-section h2 {
        font-size: 1.25rem;
      }
      .lp-resources .see-all-link {
        font-size: 1rem;
      }
    }

    /* Free Downloads Section */
    .free-downloads-section {
      padding: 64px 24px;
      background:
        radial-gradient(circle 350px at 5% 20%, rgba(31, 122, 224, 0.15) 0%, transparent 60%),
        radial-gradient(circle 400px at 95% 80%, rgba(31, 122, 224, 0.12) 0%, transparent 60%),
        radial-gradient(circle 300px at 80% 10%, rgba(31, 122, 224, 0.10) 0%, transparent 60%),
        radial-gradient(circle 250px at 20% 90%, rgba(31, 122, 224, 0.08) 0%, transparent 60%),
        radial-gradient(circle at center, rgba(214, 233, 255, 0.7), rgba(255, 255, 255, 0.95));
    }
    .free-downloads-section .container {
      max-width: 1200px;
      margin: 0 auto;
    }
    .free-downloads-section h2 {
      font-family: var(--font-display);
      font-size: 2rem;
      color: var(--color-pool-700);
      text-align: center;
      margin-bottom: 12px;
    }
    .free-downloads-section .section-subtitle {
      text-align: center;
      color: var(--color-slate-600);
      font-size: 1.1rem;
      margin-bottom: 40px;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
    }
    .free-downloads-section .download-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
    }
    .free-downloads-section .download-card {
      background: white;
      border: 2px solid var(--color-pool-500);
      padding: 24px;
      text-decoration: none;
      color: inherit;
      transition: all 0.2s ease;
      display: block;
    }
    .free-downloads-section .download-card:hover {
      background: var(--color-pool-100);
      border-color: var(--color-pool-700);
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(31, 122, 224, 0.15);
    }
    .free-downloads-section .download-card h3 {
      font-family: var(--font-display);
      font-size: 1.1rem;
      color: var(--color-pool-700);
      margin-bottom: 8px;
      line-height: 1.3;
    }
    .free-downloads-section .download-meta {
      font-size: 0.85rem;
      color: var(--color-slate-500);
      margin-bottom: 12px;
    }
    .free-downloads-section .download-excerpt {
      font-size: 0.95rem;
      color: var(--color-slate-700);
      line-height: 1.6;
      margin-bottom: 12px;
    }
    .free-downloads-section .download-link {
      color: var(--color-pool-500);
      font-weight: 600;
      font-size: 0.9rem;
    }
    .free-downloads-section .download-card:hover .download-link {
      color: var(--color-pool-700);
    }
    @media (max-width: 1024px) {
      .free-downloads-section .download-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }
    @media (max-width: 600px) {
      .free-downloads-section .download-grid {
        grid-template-columns: 1fr;
      }
    }

