@import "../base/_variables.css";.lrn-hero{background:linear-gradient(135deg,#1e3a5f,#2d5a8a);color:#fff;padding:4rem 1rem;text-align:center}.lrn-hero h1{font-size:2.5rem;font-weight:700;margin:0 0 1rem}.lrn-hero p{font-size:1.25rem;margin:0 auto 2rem;max-width:700px;opacity:.9}.lrn-hero__badge{background:hsla(0,0%,100%,.2);border-radius:20px;color:#fff;font-size:.9rem;margin-bottom:1.5rem;padding:.5rem 1rem}.lrn-hero__badge,.lrn-hero__cta{display:inline-block;font-weight:600}.lrn-hero__cta{background:#fff;border-radius:8px;color:#1e3a5f;font-size:1.1rem;padding:1rem 2rem;text-decoration:none;transition:transform .2s,box-shadow .2s}.lrn-hero__cta:hover{box-shadow:0 8px 20px rgba(0,0,0,.2);color:#1e3a5f;text-decoration:none;transform:translateY(-2px)}.lrn-section{padding:4rem 1rem}.lrn-section--gray{background:var(--bg-light)}.lrn-container{margin:0 auto;max-width:1100px}.lrn-section__title{color:var(--text-primary);font-size:2rem;font-weight:700;margin:0 0 1rem;text-align:center}.lrn-section__subtitle{color:var(--text-muted);font-size:1.1rem;margin:0 auto 3rem;max-width:700px;text-align:center}.benefits-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.benefit-card{background:var(--brand-surface);border:1px solid var(--brand-border);border-radius:12px;box-shadow:var(--shadow-sm);padding:2rem}.benefit-card__icon{align-items:center;border-radius:12px;display:flex;font-size:1.5rem;height:48px;justify-content:center;margin-bottom:1rem;width:48px}.benefit-card__icon--fraud{background:var(--alert-error-bg);color:#dc2626}.benefit-card__icon--lead{background:var(--alert-success-bg);color:#059669}.benefit-card__icon--kyc{background:var(--alert-info-bg);color:#2563eb}.benefit-card__icon--risk{background:var(--alert-warning-bg);color:#d97706}.benefit-card__icon--pattern{background:var(--status-messaging-bg);color:#4f46e5}.benefit-card__icon--compliance{background:var(--status-trust-bg);color:#9333ea}.benefit-card h3{color:var(--text-primary);font-size:1.25rem;font-weight:600;margin:0 0 .75rem}.benefit-card p{color:var(--text-secondary);line-height:1.6;margin:0}.example-section{align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr}@media (max-width:768px){.example-section{grid-template-columns:1fr}}.example-text h3{color:var(--text-primary);font-size:1.5rem;font-weight:700;margin:0 0 1rem}.example-text p{color:var(--text-secondary);line-height:1.7;margin:0 0 1.5rem}.example-list{list-style:none;margin:0;padding:0}.example-list li{align-items:flex-start;border-bottom:1px solid var(--brand-border);color:var(--text-primary);display:flex;gap:.75rem;padding:.75rem 0}.example-list li:last-child{border-bottom:none}.example-list__check{color:var(--status-clean-text);flex-shrink:0;font-weight:700}.code-example{background:#1f2937;border-radius:12px;overflow-x:auto;padding:1.5rem}.code-example pre{color:#e5e7eb;font-family:Consolas,Monaco,monospace;font-size:.9rem;line-height:1.6;margin:0}.code-example .key{color:#7dd3fc}.code-example .string{color:#86efac}.code-example .comment{color:#9ca3af}.pricing-highlight{background:linear-gradient(135deg,var(--alert-success-bg) 0,var(--status-clean-bg) 100%);border-radius:16px;margin:2rem 0;padding:3rem;text-align:center}.pricing-highlight h3{color:var(--alert-success-text);font-size:1.75rem;font-weight:700;margin:0 0 1rem}.pricing-highlight p{color:var(--alert-success-text);font-size:1.1rem;margin:0 0 1.5rem}.pricing-highlight__price{color:var(--brand-success);font-size:3rem;font-weight:800;margin:0 0 .5rem}.pricing-highlight__note{color:var(--alert-success-text);font-size:.9rem}.cta-section{background:#1e3a5f;color:#fff;padding:4rem 1rem;text-align:center}.cta-section h2{font-size:2rem;font-weight:700;margin:0 0 1rem}.cta-section p{font-size:1.1rem;margin:0 auto 2rem;max-width:600px;opacity:.9}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-btn{border-radius:8px;display:inline-block;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .2s}.cta-btn--primary{background:#fff;color:#1e3a5f}.cta-btn--secondary{background:transparent;border:2px solid hsla(0,0%,100%,.5);color:#fff}.cta-btn:hover{text-decoration:none;transform:translateY(-2px)}[data-theme=dark] .pricing-highlight{background:linear-gradient(135deg,rgba(16,185,129,.15),rgba(34,197,94,.1))}[data-theme=dark] .benefit-card__icon--fraud{color:#f87171}[data-theme=dark] .benefit-card__icon--lead{color:#34d399}[data-theme=dark] .benefit-card__icon--kyc{color:#60a5fa}[data-theme=dark] .benefit-card__icon--risk{color:#fbbf24}[data-theme=dark] .benefit-card__icon--pattern{color:#818cf8}[data-theme=dark] .benefit-card__icon--compliance{color:#a78bfa}