    /* ===== LANDING PAGE STYLES ===== */
    .lp-section { padding: 36px 16px; }
    .lp-container { max-width: 640px; margin: 0 auto; }
    .lp-title { font-size: 1.8rem; font-weight: 800; text-align: center; margin-bottom: 16px; color: #1e293b; line-height: 1.2; }
    .lp-title span { color: #2563eb; }
    .lp-subtitle { text-align: center; color: #64748b; font-size: 0.95rem; line-height: 1.6; margin-bottom: 32px; }

    /* Trust bar */
    .trust-bar { display: flex; align-items: center; justify-content: center; gap: 32px; padding: 20px 16px; opacity: 0.5; overflow-x: auto; }
    .trust-bar img { height: 20px; filter: grayscale(100%); }
    .trust-bar span { font-size: 1rem; font-weight: 700; color: #94a3b8; letter-spacing: 2px; }

    /* Feature list (like competitor) */
    .feature-list { display: flex; flex-direction: column; gap: 12px; }
    .feature-list-item { background: white; border: 1px solid #e2e8f0; border-radius: 14px; padding: 20px 24px; display: flex; gap: 16px; align-items: flex-start; transition: box-shadow 0.2s; }
    .feature-list-item:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.06); }
    .feature-list-icon { font-size: 1.5rem; flex-shrink: 0; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; }
    .feature-list-content h3 { font-size: 1rem; font-weight: 700; color: #1e293b; margin-bottom: 4px; }
    .feature-list-content p { font-size: 0.85rem; color: #64748b; line-height: 1.5; margin: 0; }

    /* Numbered cards */
    .numbered-cards { display: flex; flex-direction: column; gap: 16px; }
    .numbered-card { background: white; border: 1px solid #e2e8f0; border-radius: 16px; padding: 24px; }
    .numbered-card-num { width: 44px; height: 44px; border-radius: 50%; border: 2.5px solid; display: flex; align-items: center; justify-content: center; font-size: 1rem; font-weight: 700; margin-bottom: 16px; }
    .numbered-card:nth-child(1) .numbered-card-num { border-color: #f59e0b; color: #f59e0b; }
    .numbered-card:nth-child(2) .numbered-card-num { border-color: #8b5cf6; color: #8b5cf6; }
    .numbered-card:nth-child(3) .numbered-card-num { border-color: #3b82f6; color: #3b82f6; }
    .numbered-card:nth-child(4) .numbered-card-num { border-color: #ef4444; color: #ef4444; }
    .numbered-card:nth-child(5) .numbered-card-num { border-color: #10b981; color: #10b981; }
    .numbered-card:nth-child(6) .numbered-card-num { border-color: #6366f1; color: #6366f1; }
    .numbered-card p { font-size: 0.95rem; color: #334155; line-height: 1.6; margin: 0; }

    /* Reviews */
    .reviews-section { background: #f0f4ff; }
    .reviews-header { text-align: center; margin-bottom: 24px; }
    .reviews-stars { color: #f59e0b; font-size: 1.5rem; }
    .reviews-rating { font-weight: 800; font-size: 1.1rem; color: #1e293b; }
    .reviews-count { color: #64748b; font-size: 0.9rem; }
    .reviews-scroll { display: flex; gap: 16px; overflow-x: auto; padding-bottom: 12px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
    .reviews-scroll::-webkit-scrollbar { height: 4px; }
    .reviews-scroll::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 4px; }
    .review-card { min-width: 280px; max-width: 320px; background: white; border-radius: 14px; padding: 20px; scroll-snap-align: start; border: 1px solid #e2e8f0; flex-shrink: 0; }
    .review-card-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
    .review-author { font-weight: 700; font-size: 0.9rem; color: #1e293b; }
    .review-verified { font-size: 0.75rem; color: #10b981; display: flex; align-items: center; gap: 4px; }
    .review-stars { color: #f59e0b; font-size: 0.85rem; margin-bottom: 8px; }
    .review-text { font-size: 0.85rem; color: #475569; line-height: 1.6; }
    .review-footer { margin-top: 12px; font-size: 0.8rem; color: #94a3b8; }

    /* FAQ */
    .faq-list { display: flex; flex-direction: column; gap: 0; }
    .faq-item { border-bottom: 1px solid #e2e8f0; }
    .faq-question { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 18px 0; background: none; border: none; cursor: pointer; text-align: left; font-size: 0.95rem; font-weight: 600; color: #1e293b; }
    .faq-question::after { content: '›'; font-size: 1.3rem; color: #94a3b8; transition: transform 0.2s; flex-shrink: 0; margin-left: 12px; }
    .faq-question.open::after { transform: rotate(90deg); }
    .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
    .faq-answer-inner { padding: 0 0 18px; font-size: 0.9rem; color: #64748b; line-height: 1.7; }

    /* Benefits grid */
    .lp-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 24px; }
    .lp-benefit { background: white; border: 1px solid #e2e8f0; border-radius: 14px; padding: 20px 16px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 140px; }
    .lp-benefit-num { font-size: 1.4rem; font-weight: 900; color: #2563eb; margin-bottom: 8px; }
    .lp-benefit h3 { font-size: 0.85rem; font-weight: 700; color: #1e293b; margin-bottom: 4px; line-height: 1.3; }
    .lp-benefit p { font-size: 0.78rem; color: #64748b; margin: 0; line-height: 1.3; }

    /* CTA block */
    .cta-block { background: linear-gradient(135deg, #2563eb, #1d4ed8); border-radius: 20px; padding: 32px 24px; text-align: center; color: white; }
    .cta-block h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 8px; }
    .cta-block p { font-size: 0.9rem; opacity: 0.9; margin-bottom: 20px; }
    .cta-btn { display: inline-flex; align-items: center; gap: 8px; background: white; color: #2563eb; font-weight: 700; font-size: 1rem; padding: 14px 32px; border-radius: 12px; text-decoration: none; transition: transform 0.2s; }
    .cta-btn:hover { transform: translateY(-2px); }

    /* Coverage map */
    .coverage-map { text-align: center; margin: 24px 0; }
    .coverage-map img { max-width: 100%; height: auto; }
    .coverage-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 16px; }
    .coverage-badge { background: #f0f4ff; border: 1px solid #dbeafe; border-radius: 10px; padding: 10px 16px; font-size: 0.8rem; color: #1e293b; }
    .coverage-badge strong { color: #2563eb; }

    /* Pricing update */
    .lp-pricing { display: flex; flex-direction: column; gap: 12px; }
    .lp-price-card { display: block; background: white; border: 1.5px solid #e2e8f0; border-radius: 16px; padding: 24px; text-decoration: none; color: inherit; transition: all 0.2s; position: relative; }
    .lp-price-card:hover { border-color: #2563eb; box-shadow: 0 4px 20px rgba(37,99,235,0.12); }
    .lp-price-card.featured { border-color: #2563eb; box-shadow: 0 2px 12px rgba(37,99,235,0.1); }
    .lp-price-card h3 { font-size: 1.1rem; font-weight: 700; color: #1e293b; margin-bottom: 4px; }
    .lp-price-card .desc { font-size: 0.85rem; color: #64748b; margin-bottom: 12px; }
    .lp-price-card .price-row { display: flex; align-items: baseline; gap: 8px; }
    .lp-price-card .price-old { text-decoration: line-through; color: #94a3b8; font-size: 0.9rem; }
    .lp-price-card .price-current { font-size: 1.6rem; font-weight: 800; color: #1e293b; }
    .lp-price-card .price-usd { font-size: 0.85rem; color: #64748b; }
    .lp-badge { position: absolute; top: -10px; left: 16px; background: #2563eb; color: white; font-size: 0.75rem; font-weight: 700; padding: 4px 12px; border-radius: 20px; }
    .lp-badge.green { background: #10b981; }
