.lm-page{background:#fff;color:var(--cb-text);font-size:16px;line-height:1.7;overflow-x:hidden}
.lm-page .cb-container{max-width:1120px}
.lm-section{padding:56px 0}.lm-section--gray{background:#F7F9FC}
.lm-section+.lm-section{border-top:1px solid rgba(0,0,0,0.04)}
.lm-page h1,.lm-page h2,.lm-page h3{margin:0 0 16px;color:#1E3A5F;letter-spacing:-0.01em}
.lm-page h1{font-size:38px;line-height:1.12;max-width:860px}
.lm-page h2{font-size:26px;line-height:1.25;padding-bottom:14px;border-bottom:3px solid #D1FAE5;position:relative}
.lm-page h2::after{content:"";position:absolute;bottom:-3px;left:0;width:52px;height:3px;background:#059669;border-radius:2px}
.lm-page h3{font-size:18px;line-height:1.3;margin-top:24px;color:#059669}
.lm-page p{color:var(--cb-muted);font-size:16px;line-height:1.7;margin:0 0 14px}
.lm-page p strong{color:var(--cb-text)}
.lm-breadcrumb{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px;color:#94A3B8;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:0.04em}
.lm-breadcrumb a{color:#059669}
.lm-hero{background:linear-gradient(135deg,#F0FDF4 0%,#FAFBFC 40%,#fff 100%);border-bottom:2px solid #D1FAE5}
.lm-hero__inner{padding-top:48px;padding-bottom:40px}
.lm-hero__meta{font-size:14px!important;color:#059669!important;margin:0 0 16px!important;display:inline-block;background:#D1FAE5;padding:4px 14px;border-radius:20px;font-weight:600}
.lm-hero__intro{font-size:17px!important;color:var(--cb-text)!important;max-width:820px;margin-bottom:16px!important;line-height:1.6!important}
.lm-alert{padding:18px 22px;border-radius:10px;font-size:15px;line-height:1.55;margin:20px 0}
.lm-alert--warning{background:#FFF7E6;border:1px solid #FDE68A;border-left:4px solid #F59E0B;color:#92400E}
.lm-alert--risk{background:#FFF1F2;border:1px solid #FECACA;border-left:4px solid #DC2626;color:#991B1B}
.lm-note{padding:16px 20px;background:#EEF6FF;border-radius:10px;border-left:4px solid #3B82F6;font-size:15px;color:var(--cb-muted);margin:18px 0;line-height:1.55}
.lm-note--warn{background:#FFF7E6;border-left-color:#F59E0B;color:#92400E}
.lm-note--support{background:#ECFDF5;border-left-color:#059669;color:#065F46}
.lm-list{padding-left:20px;margin:10px 0 18px;color:var(--cb-muted);line-height:1.7}
.lm-list li{margin-bottom:6px}
.lm-table-wrap{overflow-x:auto;margin:20px 0;border-radius:10px;border:1px solid var(--cb-border)}
.lm-table{width:100%;border-collapse:collapse;font-size:14px}
.lm-table th,.lm-table td{padding:12px 14px;border:1px solid var(--cb-border);text-align:left;vertical-align:top}
.lm-table th{background:#059669;color:#fff;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:0.04em}
.lm-table td{color:var(--cb-muted);font-size:14px}
.lm-table tr:nth-child(even) td{background:#F7F9FC}
.lm-table tr:hover td{background:#D1FAE5}
.lm-cards-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin:20px 0}
.lm-cards-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;margin:20px 0}
.lm-card{background:#fff;border-radius:12px;padding:22px 24px;border:1px solid var(--cb-border)}
.lm-card h3{margin:0 0 10px;font-size:16px;color:#059669}
.lm-card p{margin:0;font-size:14px}
.lm-card--green{background:#ECFDF5;border-left:4px solid #059669}
.lm-card--blue{background:#EEF6FF;border-left:4px solid #3B82F6}
.lm-card--purple{background:#F5F3FF;border-left:4px solid #7C3AED}
.lm-card--risk{background:#FFF1F2;border-left:4px solid #DC2626}
.lm-card--warn{background:#FFF7E6;border-left:4px solid #F59E0B}
.lm-steps{margin:20px 0;counter-reset:lmStep}
.lm-step{padding:12px 0 12px 38px;position:relative;border-left:2px solid #D1FAE5;margin-left:12px}
.lm-step:last-child{border-left-color:transparent}
.lm-step::before{counter-increment:lmStep;content:counter(lmStep);position:absolute;left:-12px;top:10px;width:24px;height:24px;background:#059669;color:#fff;border-radius:50%;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}
.lm-step p{margin:0;font-size:14px}
.lm-faq__list{max-width:780px;margin:0 auto}
.lm-faq__item{border:1px solid var(--cb-border);border-radius:10px;margin-bottom:10px;overflow:hidden;background:#fff}
.lm-faq__item summary{padding:16px 20px;font-weight:700;font-size:16px;color:#1E3A5F;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between}
.lm-faq__item summary::-webkit-details-marker{display:none}
.lm-faq__item summary::after{content:"+";font-size:20px;font-weight:700;color:#059669;transition:transform 0.25s ease;margin-left:12px;flex-shrink:0}
.lm-faq__item[open] summary{background:#F0FDF4;color:#059669}
.lm-faq__item[open] summary::after{content:"\u2212";transform:rotate(180deg)}
.lm-faq__item p{padding:0 20px 18px;margin:0;color:var(--cb-muted);font-size:15px;line-height:1.6}
.lm-summary{max-width:780px;margin:0 auto;padding:28px 24px;background:#F0FDF4;border-radius:14px;border:1px solid #D1FAE5}
.lm-summary__links{display:flex;flex-direction:column;gap:10px;margin-top:22px}
.lm-summary__links a{color:var(--cb-blue-2);font-weight:700;font-size:16px;padding:6px 0;border-bottom:1px solid var(--cb-border)}
.lm-final-cta{background:linear-gradient(135deg,#065F46 0%,#059669 100%);color:#fff;text-align:center;padding:52px 0 48px}
.lm-final-cta h2{color:#fff;border-bottom:none;padding-bottom:0;margin-bottom:20px}
.lm-final-cta h2::after{display:none}
.lm-final-cta__links{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}
.lm-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 24px;border-radius:999px;font-weight:700;font-size:15px;text-align:center;text-decoration:none;transition:all 0.2s}
.lm-button--primary{background:#059669;color:#fff;box-shadow:0 2px 8px rgba(5,150,105,0.25)}
.lm-button--primary:hover{background:#047857;color:#fff;transform:translateY(-1px)}
.lm-button--secondary{background:rgba(255,255,255,0.1);color:#fff;border:1px solid rgba(255,255,255,0.25)}
@media(max-width:768px){.lm-section{padding:40px 0}.lm-page h1{font-size:28px}.lm-page h2{font-size:22px}.lm-hero__inner{padding-top:36px;padding-bottom:32px}.lm-cards-2,.lm-cards-3{grid-template-columns:1fr}.lm-table th,.lm-table td{padding:10px 12px;font-size:13px}.lm-final-cta__links{flex-direction:column;align-items:center}.lm-button{width:100%;max-width:300px}}
@media(max-width:480px){.lm-section{padding:28px 0}.lm-page h1{font-size:24px}.lm-page h2{font-size:19px}}
