/* BuyersCentral — shared styles */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; background: #f8f8f6; color: #1a1a1a; line-height: 1.6; }

/* NAV */
.nav { background: #1A2E3F; padding: 0 24px; height: 54px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 100; }
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-logomark { width: 30px; height: 30px; background: #E8411C; border-radius: 7px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.nav-logomark svg { width: 17px; height: 17px; }
.nav-name { font-size: 16px; font-weight: 700; color: #fff; letter-spacing: -0.01em; }
.nav-name span { color: #E8411C; }
.nav-right { display: flex; align-items: center; gap: 20px; }
.nav-link { font-size: 13px; color: rgba(255,255,255,0.6); text-decoration: none; transition: color .15s; }
.nav-link:hover { color: #fff; }
.nav-cta { font-size: 13px; font-weight: 600; background: #E8411C; color: #fff; padding: 7px 16px; border-radius: 7px; text-decoration: none; transition: opacity .15s; }
.nav-cta:hover { opacity: .88; }

/* PAGE HERO (interior pages) */
.page-hero { background: #1A2E3F; padding: 36px 24px 32px; text-align: center; }
.page-hero h1 { font-size: 26px; font-weight: 700; color: #fff; margin-bottom: 8px; letter-spacing: -.02em; }
.page-hero p { font-size: 15px; color: rgba(255,255,255,.6); max-width: 520px; margin: 0 auto; }

/* MAIN CONTENT */
.main { max-width: 900px; margin: 0 auto; padding: 36px 20px 48px; }

/* PROSE CONTENT */
.prose h2 { font-size: 18px; font-weight: 700; color: #1a1a1a; margin: 32px 0 10px; padding-bottom: 8px; border-bottom: 2px solid #E8411C; }
.prose h3 { font-size: 15px; font-weight: 600; color: #1a1a1a; margin: 20px 0 6px; }
.prose p { font-size: 14px; color: #444; line-height: 1.75; margin-bottom: 12px; }
.prose ul, .prose ol { padding-left: 20px; margin-bottom: 12px; }
.prose li { font-size: 14px; color: #444; line-height: 1.75; margin-bottom: 4px; }
.prose a { color: #E8411C; text-decoration: none; }
.prose a:hover { text-decoration: underline; }
.prose strong { color: #1a1a1a; font-weight: 600; }

/* CARDS */
.card { background: #fff; border: 1px solid #e8e6e0; border-radius: 14px; padding: 24px; margin-bottom: 16px; }
.card h2 { border-bottom: none; margin-top: 0; }

/* DEAL CARD (shared with index) */
.deal-card { background: #fff; border: 1px solid #e8e6e0; border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; }
.deal-card.top-pick { border: 2px solid #E8411C; }
.top-pick-banner { background: #E8411C; padding: 5px 14px; font-size: 11px; font-weight: 700; color: #fff; letter-spacing: .04em; text-transform: uppercase; }
.deal-body { padding: 16px 16px 12px; flex: 1; }
.badges { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; margin-bottom: 11px; }
.score-badge { display: flex; align-items: center; gap: 3px; background: #1A2E3F; border-radius: 20px; padding: 3px 10px; }
.score-num { font-size: 13px; font-weight: 700; color: #fff; }
.score-of { font-size: 10px; color: rgba(255,255,255,.55); }
.deal-type { font-size: 11px; font-weight: 600; padding: 3px 9px; border-radius: 20px; }
.dt-spring { background: #E1F5EE; color: #085041; }
.dt-drop { background: #E6F1FB; color: #0C447C; }
.dt-closeout { background: #FAECE7; color: #712B13; }
.expires-badge { font-size: 11px; font-weight: 600; color: #E8411C; }
.deal-name { font-size: 14px; font-weight: 600; color: #1a1a1a; line-height: 1.4; margin-bottom: 7px; }
.deal-desc { font-size: 13px; color: #666; line-height: 1.55; margin-bottom: 12px; }
.price-row { display: flex; align-items: baseline; gap: 9px; flex-wrap: wrap; margin-bottom: 9px; }
.price-now { font-size: 22px; font-weight: 700; color: #1a1a1a; }
.price-was { font-size: 14px; color: #aaa; text-decoration: line-through; }
.saving-pill { font-size: 12px; font-weight: 600; color: #085041; background: #E1F5EE; padding: 2px 9px; border-radius: 20px; }
.urgency-row { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 14px; }
.urgency-item { font-size: 12px; color: #888; }
.urgency-hot { color: #E8411C; font-weight: 600; }
.deal-cta { display: block; width: 100%; padding: 11px; background: #E8411C; color: #fff; border: none; border-radius: 9px; font-size: 14px; font-weight: 600; text-align: center; text-decoration: none; cursor: pointer; transition: opacity .15s; }
.deal-cta:hover { opacity: .88; }
.deal-source { font-size: 11px; color: #bbb; text-align: center; margin-top: 7px; padding-bottom: 2px; }
.score-bar-area { padding: 10px 16px 13px; border-top: 1px solid #f0ede8; }
.score-bar-labels { display: flex; justify-content: space-between; font-size: 11px; color: #aaa; margin-bottom: 5px; }
.score-bar-labels span:last-child { color: #E8411C; font-weight: 600; }
.score-track { height: 4px; background: #f0ede8; border-radius: 2px; overflow: hidden; }
.score-fill { height: 100%; border-radius: 2px; background: #E8411C; }

/* DEAL GRID */
.deal-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-bottom: 12px; }
@media (max-width: 600px) { .deal-grid { grid-template-columns: 1fr; } }

/* EMAIL STRIP */
.email-strip { background: #fff; border: 1px solid #e8e6e0; border-radius: 14px; padding: 22px 24px; display: flex; align-items: center; gap: 24px; margin-bottom: 28px; }
@media (max-width: 640px) { .email-strip { flex-direction: column; align-items: flex-start; gap: 14px; } }
.email-strip-text h3 { font-size: 15px; font-weight: 600; color: #1a1a1a; margin-bottom: 3px; }
.email-strip-text p { font-size: 13px; color: #888; }
.email-form { display: flex; gap: 8px; flex-shrink: 0; }
@media (max-width: 640px) { .email-form { width: 100%; } }
.email-input { padding: 10px 14px; border: 1px solid #e0ddd8; border-radius: 8px; font-size: 14px; color: #1a1a1a; background: #faf9f7; outline: none; width: 200px; }
.email-input:focus { border-color: #E8411C; }
@media (max-width: 640px) { .email-input { flex: 1; width: auto; } }
.email-btn { padding: 10px 18px; background: #E8411C; color: #fff; border: none; border-radius: 8px; font-size: 14px; font-weight: 600; cursor: pointer; white-space: nowrap; transition: opacity .15s; }
.email-btn:hover { opacity: .88; }

/* STATS BAR */
.stats-bar { background: #E8411C; padding: 12px 24px; display: flex; justify-content: center; gap: 0; }
.stat { text-align: center; padding: 0 28px; border-right: 1px solid rgba(255,255,255,.25); }
.stat:last-child { border-right: none; }
.stat-num { font-size: 19px; font-weight: 700; color: #fff; display: block; }
.stat-label { font-size: 11px; color: rgba(255,255,255,.75); text-transform: uppercase; letter-spacing: .05em; }

/* SCORE EXPLAINER BOXES */
.score-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 16px 0; }
@media (max-width: 600px) { .score-grid { grid-template-columns: 1fr; } }
.score-factor { background: #fff; border: 1px solid #e8e6e0; border-radius: 12px; padding: 16px; }
.score-factor-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.score-factor-name { font-size: 14px; font-weight: 600; color: #1a1a1a; }
.score-factor-weight { font-size: 12px; font-weight: 700; color: #E8411C; background: #FAECE7; padding: 2px 9px; border-radius: 20px; }
.score-factor p { font-size: 13px; color: #666; line-height: 1.55; }

/* BREADCRUMB */
.breadcrumb { font-size: 12px; color: #aaa; margin-bottom: 20px; }
.breadcrumb a { color: #888; text-decoration: none; }
.breadcrumb a:hover { color: #E8411C; }
.breadcrumb span { margin: 0 6px; }

/* HIGHLIGHT BOX */
.highlight { background: #FAECE7; border: 1px solid #f0c4b4; border-radius: 10px; padding: 16px 18px; margin: 16px 0; }
.highlight p { color: #712B13; font-size: 13px; line-height: 1.65; margin: 0; }
.highlight strong { color: #4A1B0C; }

/* FOOTER */
footer { background: #1A2E3F; padding: 20px 24px; }
.footer-inner { max-width: 960px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.footer-logo { font-size: 14px; font-weight: 700; color: rgba(255,255,255,.45); }
.footer-logo span { color: #E8411C; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-link { font-size: 12px; color: rgba(255,255,255,.35); text-decoration: none; }
.footer-link:hover { color: rgba(255,255,255,.6); }
.footer-legal { width: 100%; font-size: 11px; color: rgba(255,255,255,.25); border-top: 1px solid rgba(255,255,255,.08); padding-top: 12px; margin-top: 8px; line-height: 1.6; }
