.seo-page { background: #f5f3eb; }
.seo-shell { display: grid; gap: 1.5rem; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .55rem; align-items: center; font-size: .88rem; color: #52645d; }
.breadcrumbs a { color: #23483d; text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; }
.seo-intro .lede, .seo-editorial .lede { font-size: clamp(1.08rem, 2vw, 1.3rem); line-height: 1.65; color: #263c35; }
.seo-results { display: grid; gap: 1rem; }
.seo-results > h2 { margin: 0; color: #07152d; font-family: Manrope, sans-serif; font-size: clamp(1.5rem, 3vw, 2.2rem); }
.seo-offer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr)); gap: 1rem; }
.seo-offer-card, .seo-empty { padding: 1.35rem; border: 1px solid #d6ded8; border-radius: 1.1rem; background: #fff; box-shadow: 0 12px 30px rgba(7, 21, 45, .06); }
.seo-offer-card h2 { margin: .35rem 0 .65rem; font-size: 1.18rem; line-height: 1.35; }
.seo-offer-card h2 a, .text-link { color: #0b513b; }
.seo-value { color: #006b3c; font-weight: 800; font-size: 1.1rem; }
.seo-meta { color: #63736d; font-size: .9rem; }
.seo-facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr)); gap: .8rem; margin: 1.4rem 0; }
.seo-facts div { padding: .9rem; border-radius: .8rem; background: #eef3ef; }
.seo-facts dt { color: #5d6d67; font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.seo-facts dd { margin: .3rem 0 0; color: #07152d; font-weight: 700; }
.seo-expired { padding: 1rem 1.2rem; border: 1px solid #d89e3d; border-radius: .8rem; background: #fff4d9; color: #594016; }
.seo-editorial h2 { margin-top: 2rem; }
.seo-editorial a:not(.primary-action) { color: #006b3c; }
@media (max-width: 720px) { .seo-shell { padding-inline: 1rem; } .seo-offer-card { padding: 1.1rem; } }
