.aeo-readiness-checklist { max-width: 720px; margin: 0 auto; padding-block: 2rem; }
.aeo-hero{ padding-bottom: 2rem;}

.brand { display: flex; align-items: center; gap: 12px; margin-bottom: 2rem; }
.brand-name { font-size: 15px; font-weight: 600; color: #2C4A3E; letter-spacing: 0.08em; text-transform: uppercase; }
.brand-divider { width: 1px; height: 20px; background: #C8B89A; }
.brand-sub { font-size: 13px; color: #888; }

.hero { margin-bottom: 2rem; }
.hero h1 { font-size: 28px; font-weight: 600; color: #1A1A1A; line-height: 1.25; margin-bottom: 8px; }
.hero p { font-size: 15px; color: #555; line-height: 1.6; }

.score-card { background: var(--black); border-radius: 12px; padding: 20px 24px; margin-bottom: 2rem; display: flex; align-items: center; gap: 20px; }
.score-label { font-size: 13px; color: rgba(255,255,255,0.7); white-space: nowrap; }
.score-track { flex: 1; height: 8px; background: rgba(255,255,255,0.2); border-radius: 4px; overflow: hidden; }
.score-fill { height: 100%; border-radius: 4px; background: #5DCAA5; transition: width 0.4s ease; width: 0%; }
.score-num { font-size: 15px; font-weight: 600; color: #fff; white-space: nowrap; min-width: 64px; text-align: right; }

.section { background: #fff; margin-bottom: 1rem; }
.section-head { display: flex; align-items: center; gap: 10px; padding: 14px 20px; background: #FAFAF8; border-bottom: 1px solid #EEECE8; }
.section-num { width: 24px; height: 24px; border-radius: 50%; background: var(--black); display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; color: #fff; flex-shrink: 0; }
.section-title { font-size: 20px; font-weight: 600; color: #1A1A1A; flex: 1; }
.section-count { font-size: 12px; color: #888; font-weight: 500; }

.item { display: flex; align-items: flex-start; gap: 14px; padding: 12px 20px; border-bottom: 1px solid #F0EDE8; cursor: pointer; transition: background 0.15s; user-select: none; }
.item:last-child { border-bottom: none; }
.item:hover { background: #FAFAF8; }
.item.checked { background: #F0FAF6; }
.checkbox { width: 20px; height: 20px; border-radius: 5px; border: 1.5px solid #C8B89A; flex-shrink: 0; margin-top: 1px; display: flex; align-items: center; justify-content: center; transition: all 0.15s; }
.item.checked .checkbox { background: #1D9E75; border-color: #1D9E75; }
.checkmark { display: none; width: 11px; height: 11px; }
.checkmark path { fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.item.checked .checkmark { display: block; }
.item-text { font-size: 18px; color: #333; line-height: 1.5; }
.item.checked .item-text { color: #999; text-decoration: line-through; text-decoration-color: #1D9E75; }

.verdict { background: var(--orange); border-radius: 12px; padding: 20px 24px; margin-top: 1.5rem; box-shadow: 0 1px 3px rgba(0,0,0,0.06); }
.verdict-label { font-size: 11px; font-weight: 700; color: var(--black); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 8px; }
.verdict-text { font-size: 14px; color: var(--black); line-height: 1.65; }

.verdict-score { display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; padding: 6px 14px; border-radius: 20px; font-size: 13px; font-weight: 600; }
.score-low { background: #FAEEDA; color: var(--black); }
.score-mid { background: #E6F1FB; color: var(--black); }
.score-high { background: #E1F5EE; color: var(--black); }
.score-full { background: var(--black); color: var(--white); }

.cta-checklist { background: var(--black); border-radius: 12px; padding: 20px 24px; margin-top: 1rem; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.cta-aeo-text { font-size: 14px; color: #fff; line-height: 1.5; }
.cta-aeo-text strong { display: block; font-size: 15px; margin-bottom: 4px; }
.cta-link { display: inline-flex; align-items: center; gap: 6px; background: #fff; color: #D4691E; font-size: 13px; font-weight: 700; padding: 10px 18px; border-radius: 8px; text-decoration: none; white-space: nowrap; flex-shrink: 0; }
.cta-link:hover { opacity: 0.9; }

.footer { text-align: center; font-size: 12px; color: #AAA; }

.reset-wrap { text-align: right; margin-top: 12px; }
.reset-btn { font-size: 12px; color: #888; background: none; border: none; cursor: pointer; text-decoration: underline; }
.reset-btn:hover { color: #444; }

@media print {
	body { background: #fff; padding: 0; }
	.cta { display: none; }
	.score-card { background: #2C4A3E !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
}
