
/* ===== LMS HOMEPAGE STYLES ===== */
.lms-page { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: #2d3748; line-height: 1.7; }

/* Full-width sections */
.lms-hero, .lms-stats, .lms-cta-banner {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: block;
    float: none;
    clear: both;
}

/* Hero */
.lms-hero { background: linear-gradient(135deg, #1e3a5f 0%, #0073e6 100%); color: white; padding: 100px 20px 80px; text-align: center; }
.lms-hero-badge { display: inline-block; background: rgba(255,255,255,0.2); border: 1px solid rgba(255,255,255,0.4); color: white; font-size: 0.85rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; padding: 6px 18px; border-radius: 50px; margin-bottom: 24px; }
.lms-hero h1 { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 900; line-height: 1.15; margin: 0 auto 20px; max-width: 800px; }
.lms-hero h1 span { color: #ffd700; }
.lms-hero p { font-size: 1.2rem; max-width: 600px; margin: 0 auto 36px; opacity: 0.9; }
.lms-hero-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.lms-btn-primary { background: #ffd700; color: #1e3a5f; font-weight: 800; font-size: 1.05rem; padding: 16px 36px; border-radius: 8px; text-decoration: none; display: inline-block; transition: transform 0.2s, box-shadow 0.2s; box-shadow: 0 4px 20px rgba(0,0,0,0.2); }
.lms-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); color: #1e3a5f; text-decoration: none; }
.lms-btn-outline { background: transparent; color: white; font-weight: 700; font-size: 1.05rem; padding: 16px 36px; border-radius: 8px; text-decoration: none; display: inline-block; border: 2px solid rgba(255,255,255,0.7); transition: all 0.2s; }
.lms-btn-outline:hover { background: rgba(255,255,255,0.15); color: white; text-decoration: none; }

/* Stats Bar */
.lms-stats { background: #1e3a5f; padding: 40px 20px; }
.lms-stats-inner { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.lms-stat { color: white; }
.lms-stat-num { font-size: 2.5rem; font-weight: 900; color: #ffd700; display: block; }
.lms-stat-label { font-size: 0.9rem; opacity: 0.8; margin-top: 4px; }
@media(max-width:600px){ .lms-stats-inner { grid-template-columns: repeat(2,1fr); } }

/* Section wrapper */
.lms-section { padding: 80px 20px; }
.lms-section-alt { background: #f7fafc; }
.lms-container { max-width: 1000px; margin: 0 auto; }
.lms-section-title { font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 800; color: #1e3a5f; text-align: center; margin-bottom: 12px; }
.lms-section-sub { text-align: center; color: #718096; font-size: 1.05rem; max-width: 600px; margin: 0 auto 50px; }

/* Why Social Media - 3 col */
.lms-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.lms-why-card { background: white; border-radius: 12px; padding: 32px 24px; text-align: center; box-shadow: 0 2px 20px rgba(0,0,0,0.07); border-top: 4px solid #0073e6; }
.lms-why-icon { font-size: 2.5rem; margin-bottom: 16px; display: block; }
.lms-why-card h3 { font-size: 1.1rem; font-weight: 700; color: #1e3a5f; margin-bottom: 10px; }
.lms-why-card p { color: #718096; font-size: 0.95rem; margin: 0; }
@media(max-width:700px){ .lms-why-grid { grid-template-columns: 1fr; } }

/* Fail reasons */
.lms-fail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.lms-fail-card { background: white; border-radius: 12px; padding: 28px; display: flex; gap: 18px; align-items: flex-start; box-shadow: 0 2px 16px rgba(0,0,0,0.06); }
.lms-fail-icon { font-size: 2rem; flex-shrink: 0; }
.lms-fail-card h3 { font-size: 1rem; font-weight: 700; color: #e53e3e; margin-bottom: 6px; }
.lms-fail-card p { color: #718096; font-size: 0.9rem; margin: 0; }
@media(max-width:700px){ .lms-fail-grid { grid-template-columns: 1fr; } }

/* Outrageous Offer */
.lms-offer { background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%); color: white; border-radius: 20px; padding: 60px 40px; text-align: center; position: relative; overflow: hidden; max-width: 800px; margin: 0 auto; }
.lms-offer::before { content: '⚡'; font-size: 8rem; position: absolute; top: -20px; right: -10px; opacity: 0.1; }
.lms-offer-badge { background: rgba(255,255,255,0.25); border: 1px solid rgba(255,255,255,0.5); font-size: 0.8rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 5px 16px; border-radius: 50px; display: inline-block; margin-bottom: 20px; }
.lms-offer h2 { font-size: clamp(1.6rem, 4vw, 2.4rem); font-weight: 900; margin-bottom: 12px; }
.lms-offer .lms-offer-price { font-size: clamp(2.5rem, 6vw, 4rem); font-weight: 900; color: #ffd700; display: block; margin: 16px 0; }
.lms-offer p { font-size: 1rem; opacity: 0.9; max-width: 550px; margin: 0 auto 28px; }
.lms-offer-note { font-size: 0.85rem; opacity: 0.75; margin-top: 20px; }
.lms-btn-offer { background: white; color: #ff6b35; font-weight: 800; font-size: 1.1rem; padding: 18px 40px; border-radius: 8px; text-decoration: none; display: inline-block; transition: transform 0.2s, box-shadow 0.2s; box-shadow: 0 4px 20px rgba(0,0,0,0.2); }
.lms-btn-offer:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); color: #ff6b35; text-decoration: none; }

/* Pricing */
.lms-pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; align-items: start; }
.lms-pricing-card { background: white; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 30px rgba(0,0,0,0.1); transition: transform 0.2s; }
.lms-pricing-card:hover { transform: translateY(-4px); }
.lms-pricing-card.featured { border: 3px solid #0073e6; transform: scale(1.04); }
.lms-pricing-card.featured:hover { transform: scale(1.04) translateY(-4px); }
.lms-pricing-header { padding: 32px 28px 24px; text-align: center; }
.lms-pricing-card:not(.featured) .lms-pricing-header { background: #f7fafc; }
.lms-pricing-card.featured .lms-pricing-header { background: linear-gradient(135deg, #1e3a5f, #0073e6); color: white; }
.lms-pricing-badge { font-size: 0.75rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; background: #ffd700; color: #1e3a5f; padding: 4px 12px; border-radius: 50px; display: inline-block; margin-bottom: 12px; }
.lms-pricing-name { font-size: 1.5rem; font-weight: 800; margin-bottom: 8px; }
.lms-pricing-price { font-size: 2.8rem; font-weight: 900; color: #0073e6; }
.lms-pricing-card.featured .lms-pricing-price { color: #ffd700; }
.lms-pricing-price span { font-size: 1rem; font-weight: 500; opacity: 0.7; }
.lms-pricing-body { padding: 28px; }
.lms-pricing-features { list-style: none; padding: 0; margin: 0 0 28px; }
.lms-pricing-features li { padding: 8px 0; border-bottom: 1px solid #edf2f7; font-size: 0.9rem; color: #4a5568; display: flex; gap: 10px; align-items: flex-start; }
.lms-pricing-features li:last-child { border-bottom: none; }
.lms-pricing-features li::before { content: '✓'; color: #0073e6; font-weight: 800; flex-shrink: 0; margin-top: 1px; }
.lms-pricing-features li.bonus::before { content: '★'; color: #f6ad55; }
.lms-pricing-cta { display: block; text-align: center; background: #0073e6; color: white; font-weight: 700; font-size: 1rem; padding: 14px 24px; border-radius: 8px; text-decoration: none; transition: background 0.2s; }
.lms-pricing-cta:hover { background: #005bb5; color: white; text-decoration: none; }
.lms-pricing-card.featured .lms-pricing-cta { background: #ffd700; color: #1e3a5f; }
.lms-pricing-card.featured .lms-pricing-cta:hover { background: #e6c200; color: #1e3a5f; }
@media(max-width:800px){ .lms-pricing-grid { grid-template-columns: 1fr; } .lms-pricing-card.featured { transform: scale(1); } }

/* FAQ */
.lms-faq { max-width: 750px; margin: 0 auto; }
.lms-faq-item { border: 1px solid #e2e8f0; border-radius: 10px; margin-bottom: 12px; overflow: hidden; }
.lms-faq-q { width: 100%; background: white; border: none; text-align: left; padding: 20px 24px; font-size: 1rem; font-weight: 600; color: #1e3a5f; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; transition: background 0.2s; }
.lms-faq-q:hover { background: #f7fafc; }
.lms-faq-q .lms-faq-icon { font-size: 1.2rem; flex-shrink: 0; transition: transform 0.3s; color: #0073e6; }
.lms-faq-q.open .lms-faq-icon { transform: rotate(45deg); }
.lms-faq-a { display: none; padding: 0 24px 20px; color: #4a5568; font-size: 0.95rem; line-height: 1.7; background: white; }
.lms-faq-a.open { display: block; }

/* CTA Banner */
.lms-cta-banner { background: linear-gradient(135deg, #1e3a5f 0%, #0073e6 100%); color: white; padding: 80px 20px; text-align: center; }
.lms-cta-banner h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 800; margin-bottom: 16px; }
.lms-cta-banner p { font-size: 1.1rem; opacity: 0.9; max-width: 550px; margin: 0 auto 32px; }

/* Signature */
.lms-signature { text-align: center; padding: 20px; }
.lms-signature p { color: #4a5568; font-size: 1rem; margin-bottom: 6px; }
.lms-signature strong { color: #1e3a5f; font-size: 1.1rem; }

