
.lc3m-wrap{--navy:#102a4c;--green:#0ea66f;--yellow:#ffc857;--text:#11233d;--muted:#627086;--line:#dfe7ef;--soft:#f5f8fb;max-width:1120px;margin:0 auto;padding:54px 24px 100px;color:var(--text)}
.lc3m-hero{padding:48px;border:1px solid #e1eaf2;border-radius:28px;background:linear-gradient(135deg,#edf9f4 0%,#f7faff 100%)}
.lc3m-eyebrow{margin:0 0 8px;color:#07875d;font-size:14px;font-weight:900}
.lc3m-hero h1,.lc3m-result-head h2,.lc3m-section-head h2{margin:0;color:var(--navy);letter-spacing:-.045em}.lc3m-hero h1{font-size:clamp(42px,6vw,72px);line-height:1.05}.lc3m-hero>p:not(.lc3m-eyebrow){max-width:780px;margin:18px 0 0;color:#506279;font-size:18px;line-height:1.75}
.lc3m-notice{display:inline-flex;margin-top:20px;padding:10px 14px;border-radius:999px;background:#fff;color:#58677b;font-size:13px;border:1px solid #e0e8f0}
.lc3m-progress{height:8px;margin:28px 8px 0;border-radius:999px;background:#e6edf3;overflow:hidden}.lc3m-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--green),#3e7de0);transition:width .25s ease}
.lc3m-form{margin-top:26px;padding:38px;border:1px solid var(--line);border-radius:26px;background:#fff;box-shadow:0 18px 50px rgba(16,42,76,.07)}
.lc3m-step-head span{display:inline-flex;padding:5px 10px;border-radius:999px;background:#e9f8f2;color:#07875d;font-size:12px;font-weight:900}.lc3m-step-head h2{margin:12px 0 8px;color:var(--navy);font-size:clamp(26px,3vw,40px);letter-spacing:-.04em}.lc3m-step-head p{margin:0;color:var(--muted);font-size:16px}
.lc3m-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:28px}.lc3m-option{position:relative;display:flex;min-height:160px;flex-direction:column;gap:8px;padding:22px;border:2px solid #e5ebf1;border-radius:20px;background:#fff;cursor:pointer;transition:border-color .2s,transform .2s,box-shadow .2s}.lc3m-option:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(16,42,76,.08)}.lc3m-option input{position:absolute;opacity:0;pointer-events:none}.lc3m-option:has(input:checked){border-color:var(--green);background:#f1fbf7;box-shadow:0 0 0 4px rgba(14,166,111,.1)}.lc3m-option-icon{font-size:30px}.lc3m-option strong{font-size:19px;color:var(--navy)}.lc3m-option small{color:#6a788c;line-height:1.55}.lc3m-option--compact{min-height:125px}
.lc3m-nav{display:flex;justify-content:space-between;gap:12px;margin-top:28px}.lc3m-nav button,.lc3m-result-actions a,.lc3m-result-actions button{min-height:52px;padding:0 24px;border-radius:15px;font-size:15px;font-weight:900;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.lc3m-back{border:1px solid #d7e0e9;background:#fff;color:#44546a}.lc3m-next{margin-left:auto;border:0;background:var(--navy);color:#fff}.lc3m-next:disabled{opacity:.4;cursor:not-allowed}
.lc3m-result{margin-top:28px;padding:42px;border-radius:28px;background:#f6f9fc;border:1px solid #e0e8f0}.lc3m-result-head h2{font-size:clamp(32px,4.5vw,54px);line-height:1.12}.lc3m-result-head>p:not(.lc3m-eyebrow){max-width:800px;color:#5e6c80;font-size:17px;line-height:1.7}.lc3m-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;margin-top:28px}.lc3m-plan-card{padding:22px;border-radius:20px;background:#fff;border:1px solid #e0e8f0}.lc3m-plan-card span{color:#07875d;font-size:12px;font-weight:900}.lc3m-plan-card h3{margin:8px 0 0;color:var(--navy);font-size:17px;line-height:1.55}
.lc3m-recommendations{margin-top:42px}.lc3m-section-head h2{font-size:34px}.lc3m-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:18px}.lc3m-card{overflow:hidden;border-radius:20px;background:#fff;border:1px solid #dfe7ef}.lc3m-card a{display:block;height:100%;color:inherit;text-decoration:none}.lc3m-card-media{aspect-ratio:16/9;background:linear-gradient(135deg,#e3f5ed,#eef3fb);overflow:hidden}.lc3m-card-media img{width:100%;height:100%;object-fit:cover;display:block}.lc3m-card-placeholder{display:flex;width:100%;height:100%;align-items:center;justify-content:center;color:#087d58;font-weight:900}.lc3m-card-body{padding:18px}.lc3m-card-meta{display:flex;justify-content:space-between;gap:8px;align-items:center}.lc3m-card-chip{padding:5px 9px;border-radius:999px;background:#e9f8f2;color:#07875d;font-size:11px;font-weight:900}.lc3m-card time{font-size:11px;color:#94a3b8}.lc3m-card h3{margin:10px 0 8px;color:var(--navy);font-size:18px;line-height:1.4}.lc3m-card p{margin:0;color:#667589;font-size:13px;line-height:1.6}.lc3m-card-link{display:inline-block;margin-top:14px;color:#087d58;font-size:13px;font-weight:900}
.lc3m-result-actions{display:flex;justify-content:center;gap:12px;margin-top:34px}.lc3m-reset{border:1px solid #d7e0e9;background:#fff;color:#425168}.lc3m-guides{background:var(--navy);color:#fff}
@media(max-width:900px){.lc3m-options{grid-template-columns:repeat(2,minmax(0,1fr))}.lc3m-plan-grid{grid-template-columns:1fr}.lc3m-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.lc3m-wrap{padding:24px 16px 110px}.lc3m-hero{padding:30px 22px;border-radius:22px}.lc3m-hero>p:not(.lc3m-eyebrow){font-size:16px}.lc3m-form,.lc3m-result{padding:24px 18px;border-radius:22px}.lc3m-options{grid-template-columns:1fr}.lc3m-option{min-height:125px}.lc3m-card-grid{grid-template-columns:1fr}.lc3m-result-actions{flex-direction:column}.lc3m-result-actions a,.lc3m-result-actions button{width:100%}}

.lc3m-area-guides{background:#0e8f65;color:#fff}.lc3m-status-chip{display:inline-flex;margin-top:10px;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:900}.lc3m-status-chip--needs_update{background:#fff2cc;color:#8a4b00}.lc3m-status-chip--related{background:#e8f4ff;color:#175cd3}
