﻿/* ===== Typography / spacing to match screenshot ===== */
.lms-hero {
    padding: 110px 0 60px 0;
}

.lms-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(17,24,39,.08);
    background: #fff;
    font-size: 12px;
    font-weight: 700;
    color: #374151;
}

.lms-hero-title {
    font-size: 44px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -.03em;
    color: #0f172a;
}

.lms-hero-sub {
    color: #6b7280;
    font-size: 15px;
    line-height: 1.6;
    max-width: 520px;
}

.lms-btn-wide {
    padding: 12px 18px !important;
    min-width: 220px;
    border-radius: 999px !important;
    font-weight: 800 !important;
}

.lms-btn-ghost {
    background: #fff !important;
    border: 1px solid rgba(17,24,39,.10) !important;
    color: #111827 !important;
    border-radius: 999px !important;
    padding: 12px 18px !important;
    font-weight: 800 !important;
}

    .lms-btn-ghost:hover {
        background: #f8fafc !important;
    }

.lms-hero-stats {
    display: flex;
    gap: 36px;
    border-top: 1px solid rgba(17,24,39,.06);
    padding-top: 24px;
    max-width: 520px;
}

.lms-stat-num {
    font-weight: 900;
    font-size: 20px;
    color: #0f172a;
}

.lms-stat-label {
    font-size: 12px;
    color: #6b7280;
    margin-top: 3px;
}

/* Right panel (icon grid) */
.lms-hero-panel {
    background: #fff;
    border: 1px solid rgba(17,24,39,.08);
    border-radius: 18px;
    padding: 26px;
    box-shadow: 0 14px 34px rgba(2,6,23,.06);
}

.lms-hero-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    padding: 14px;
}

.lms-hero-tile {
    background: #f8fafc;
    border: 1px solid rgba(17,24,39,.06);
    border-radius: 18px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .lms-hero-tile i {
        font-size: 64px;
        color: rgba(15,23,42,.38);
    }

/* Sections */
.lms-section {
    padding: 100px 0;
}

.lms-section-soft {
    background: #f7f8fc;
    border-top: 1px solid rgba(17,24,39,.06);
    border-bottom: 1px solid rgba(17,24,39,.06);
    margin: 0 -18px; /* align background full width inside container */
    padding-left: 18px;
    padding-right: 18px;
}

.lms-section-title {
    font-size: 34px;
    font-weight: 900;
    letter-spacing: -.02em;
    color: #0f172a;
}

.lms-section-sub {
    margin-top: 12px;
    color: #6b7280;
    font-size: 14px;
}

/* Feature cards */
.lms-feature-card {
    background: #fff;
    border: 1px solid rgba(17,24,39,.08);
    border-radius: 18px;
    padding: 26px;
    min-height: 210px;
}

.lms-iconbox {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

    .lms-iconbox i {
        font-size: 22px;
        color: #0f172a;
    }

.lms-feature-title {
    font-weight: 900;
    font-size: 14px;
    color: #0f172a;
}

.lms-feature-sub {
    margin-top: 10px;
    font-size: 13px;
    color: #6b7280;
    line-height: 1.55;
}

/* Pricing */
.lms-price-card {
    background: #fff;
    border: 1px solid rgba(17,24,39,.08);
    border-radius: 18px;
    padding: 28px;
    min-height: 430px;
    position: relative;
}

.lms-price-title {
    font-weight: 900;
    font-size: 15px;
    color: #0f172a;
}

.lms-price-sub {
    color: #6b7280;
    font-size: 12px;
    margin-top: 6px;
}

.lms-price {
    margin-top: 22px;
}

.lms-price-amount {
    font-weight: 900;
    font-size: 32px;
    color: #0f172a;
}

.lms-price-unit {
    margin-left: 6px;
    color: #6b7280;
    font-size: 13px;
    font-weight: 700;
}

.lms-checklist {
    list-style: none;
    padding-left: 0;
    margin: 18px 0 0 0;
}

    .lms-checklist li {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #374151;
        font-size: 13px;
        margin: 12px 0;
    }

    .lms-checklist i {
        color: #10b981;
        font-size: 18px;
    }

.lms-price-popular {
    border: 2px solid rgba(79,70,229,.8);
}

.lms-popular-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg,#4f46e5,#6d28d9);
    color: #fff;
    font-weight: 900;
    font-size: 11px;
    padding: 6px 14px;
    border-radius: 999px;
    box-shadow: 0 10px 20px rgba(79,70,229,.18);
}

/* CTA */
.lms-cta {
    padding: 120px 0 80px 0;
    text-align: center;
}

.lms-cta-title {
    font-size: 34px;
    font-weight: 900;
    color: #0f172a;
}

.lms-cta-sub {
    margin-top: 12px;
    color: #6b7280;
    font-size: 13px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

/* Hover lift (stronger like screenshot) */
.lms-hover {
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

    .lms-hover:hover {
        transform: translateY(-8px);
        box-shadow: 0 22px 44px rgba(2,6,23,.12);
        border-color: rgba(79,70,229,.22) !important;
    }
