.lm-detail {
    --lm-bg: #f6f9ff;
    --lm-bg-warm: #eef4ff;
    --lm-bg-dark: #0b1633;
    --lm-accent: #2563eb;
    --lm-accent-2: #1e40af;
    --lm-border: rgba(37, 99, 235, 0.18);
    --lm-text: #0b1633;
    --lm-text-muted: #5b6475;
}

.lm-detail {
    background: var(--lm-bg);
    color: var(--lm-text);
    font-family: var(--font-sans);
}

.lm-hero {
    position: relative;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 2.5rem;
    align-items: center;
    padding: 4rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, #eef4ff 0%, #f6f9ff 45%, #eaf2ff 100%);
}

.lm-hero-bg {
    position: absolute;
    inset: 0;
}

.lm-hero-pattern {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 25%, rgba(37, 99, 235, 0.14) 0%, transparent 42%),
        radial-gradient(circle at 80% 65%, rgba(30, 64, 175, 0.12) 0%, transparent 45%);
}

.lm-hero-content {
    position: relative;
    z-index: 1;
    max-width: 720px;
}

.lm-badge {
    display: inline-block;
    background: var(--lm-accent);
    color: #fff;
    padding: 0.5rem 1.25rem;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.lm-title {
    font-size: clamp(2.25rem, 5vw, 3.75rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0 0 0.5rem;
}

.lm-tagline {
    font-size: 1.35rem;
    font-weight: 650;
    color: var(--lm-accent-2);
    margin: 0 0 1rem;
}

.lm-subtitle {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--lm-text-muted);
    margin: 0 0 2rem;
}

.lm-hero-cta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.lm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 1.6rem;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.lm-btn--primary {
    background: var(--lm-accent);
    color: #fff;
}

.lm-btn--primary:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
}

.lm-btn--ghost {
    background: transparent;
    color: var(--lm-text);
    border: 2px solid var(--lm-border);
}

.lm-btn--ghost:hover {
    border-color: rgba(37, 99, 235, 0.35);
    color: var(--lm-accent-2);
}

.lm-btn--large {
    padding: 1rem 2.4rem;
    font-size: 1.05rem;
}

.lm-hero-image {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.lm-hero-image img {
    width: min(520px, 100%);
    height: auto;
    border-radius: 18px;
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow:
        0 18px 60px rgba(15, 23, 42, 0.18),
        0 6px 18px rgba(15, 23, 42, 0.08);
}

.lm-section {
    padding: 5rem 2rem;
}

.lm-section--warm {
    background: linear-gradient(135deg, #eef4ff 0%, #eaf2ff 100%);
}

.lm-section--dark {
    background: var(--lm-bg-dark);
    color: #fff;
}

.lm-section--cta {
    background: linear-gradient(135deg, var(--lm-accent) 0%, #0ea5e9 100%);
    color: #fff;
}

.lm-container {
    max-width: 1100px;
    margin: 0 auto;
}

.lm-section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.lm-section-label {
    display: inline-block;
    color: var(--lm-accent-2);
    font-size: 0.875rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 0.75rem;
}

.lm-section--dark .lm-section-label,
.lm-section--cta .lm-section-label {
    color: rgba(255,255,255,0.9);
}

.lm-section-title {
    font-size: clamp(1.7rem, 4vw, 2.5rem);
    font-weight: 800;
    letter-spacing: -0.01em;
    margin: 0;
}

.lm-section--dark .lm-section-title,
.lm-section--cta .lm-section-title {
    color: #fff;
}

.lm-promise-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1rem;
}

.lm-promise-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 14px;
    padding: 1.1rem 1.25rem;
    font-weight: 700;
    color: var(--lm-text);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

.lm-pillars-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
}

.lm-pillar {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 14px;
    padding: 1.5rem;
}

.lm-pillar-icon {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
}

.lm-pillar h4 {
    margin: 0 0 0.5rem;
    font-size: 1.05rem;
    font-weight: 800;
}

.lm-pillar p {
    margin: 0;
    color: var(--lm-text-muted);
    line-height: 1.6;
    font-size: 0.95rem;
}

.lm-section--dark .lm-pillar {
    background: rgba(255,255,255,0.06);
    border-color: rgba(255,255,255,0.14);
}

.lm-section--dark .lm-pillar p {
    color: rgba(255,255,255,0.8);
}

.lm-rules {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
}

.lm-rule-col {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 14px;
    padding: 1.5rem;
}

.lm-rule-col h4 {
    margin: 0 0 0.75rem;
    font-size: 1.05rem;
    font-weight: 800;
    color: rgba(255,255,255,0.95);
}

.lm-rule-col ul {
    margin: 0;
    padding-left: 1.1rem;
    color: rgba(255,255,255,0.82);
}

.lm-rule-col li {
    margin: 0.35rem 0;
    line-height: 1.5;
}

.lm-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
}

.lm-step {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 14px;
    padding: 1.5rem;
}

.lm-step h4 {
    margin: 0 0 0.5rem;
    font-size: 1.05rem;
    font-weight: 800;
}

.lm-step p {
    margin: 0;
    color: var(--lm-text-muted);
    line-height: 1.6;
    font-size: 0.95rem;
}

.lm-cta-box {
    text-align: center;
    padding: 3rem;
}

.lm-cta-box h2 {
    font-size: 2.25rem;
    font-weight: 800;
    margin: 0 0 0.5rem;
}

.lm-cta-box p {
    font-size: 1.05rem;
    opacity: 0.92;
    margin: 0 0 2rem;
}

.lm-section--cta .lm-btn--primary {
    background: #fff;
    color: var(--lm-accent-2);
}

.lm-section--cta .lm-btn--primary:hover {
    background: rgba(255,255,255,0.9);
}

.lm-back {
    text-align: center;
    padding: 2rem;
    background: var(--lm-bg);
}

.lm-back a {
    color: var(--lm-text-muted);
    text-decoration: none;
    font-size: 0.95rem;
}

.lm-back a:hover {
    color: var(--lm-accent-2);
}

@media (max-width: 900px) {
    .lm-hero {
        grid-template-columns: 1fr;
        padding: 3rem 1.5rem;
    }

    .lm-section {
        padding: 3.5rem 1.5rem;
    }
}
