.offer-detail { min-height: 100vh; color: #151515; background: #fff; }
.offer-detail-hero { position: relative; overflow: hidden; padding: 125px 0 75px; color: #fff; background: #0a0a0a; }
.offer-detail-hero > .offers-hero__grid { position: absolute; inset: 0; opacity: .6; }
.offer-detail-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 360px; align-items: end; gap: 80px; }
.offer-detail-hero__copy { min-width: 0; }
.offer-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 45px; color: #777; font-size: 11px; }
.offer-breadcrumb a { color: #aaa; text-decoration: none; }
.offer-breadcrumb b { max-width: 320px; overflow: hidden; color: #fff; text-overflow: ellipsis; white-space: nowrap; }
.offer-detail-badge { display: inline-flex; margin-top: 18px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.16); border-radius: 3px; color: #ff7676; background: rgba(211,47,47,.1); font-size: 10px; }
.offer-detail-hero h1 { max-width: 800px; margin: 22px 0 15px; font-size: clamp(38px, 5vw, 68px); line-height: 1.3; }
.offer-detail-hero__copy > p { max-width: 720px; margin: 0; color: #a5a5a5; font-size: 16px; line-height: 1.9; }
.offer-detail-hero__facts { display: flex; flex-wrap: wrap; gap: 0; margin-top: 38px; border-top: 1px solid rgba(255,255,255,.12); }
.offer-detail-hero__facts span { min-width: 150px; padding: 20px 0 0 30px; }
.offer-detail-hero__facts small { display: block; color: #777; font-size: 9px; }
.offer-detail-hero__facts b { display: block; margin-top: 4px; color: #fff; font-size: 13px; }
.offer-detail-price { padding: 30px; border: 1px solid rgba(255,255,255,.14); border-top: 3px solid #D32F2F; border-radius: 6px; background: #141414; }
.offer-detail-price > span { display: block; color: #ff6b6b; font-size: 11px; font-weight: 800; }
.offer-detail-price > strong { display: block; margin: 7px 0 0; font-family: "DM Sans", Cairo, sans-serif; font-size: 46px; line-height: 1.2; }
.offer-detail-price > strong small { margin-inline-start: 7px; color: #aaa; font: 700 13px Cairo, sans-serif; }
.offer-detail-price .offer-detail-price__custom { font: 800 27px Cairo, sans-serif; }
.offer-detail-price del { display: block; color: #777; font-family: "DM Sans", sans-serif; font-size: 15px; }
.offer-detail-price p { margin: 18px 0; padding: 12px; color: #ccc; background: #1d1d1d; font-size: 11px; text-align: center; }
.offer-detail-price .offers-btn { width: 100%; }
.offer-detail-price > small { display: block; margin-top: 12px; color: #777; font-size: 9px; line-height: 1.8; text-align: center; }
.offer-detail-content { padding: 90px 0; }
.offer-detail-content__grid { display: grid; grid-template-columns: minmax(0, 1fr) 310px; align-items: start; gap: 90px; }
.offer-detail-main { min-width: 0; }
.offer-detail-section { padding: 0 0 65px; margin-bottom: 65px; border-bottom: 1px solid #e6e6e6; }
.offer-detail-section:last-child { margin-bottom: 0; border-bottom: 0; }
.offer-detail-section > span, .offer-detail-side > div > span { color: #D32F2F; font-size: 10px; font-weight: 900; }
.offer-detail-section h2 { margin: 9px 0 24px; font-size: 30px; line-height: 1.45; }
.offer-rich-text { color: #555; font-size: 14px; line-height: 2; }
.offer-deliverables { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 0; padding: 1px; list-style: none; background: #e5e5e5; }
.offer-deliverables li { display: flex; align-items: center; gap: 16px; min-height: 90px; padding: 18px; background: #fff; }
.offer-deliverables b { color: #D32F2F; font-family: "DM Sans", sans-serif; font-size: 12px; }
.offer-deliverables span { font-size: 13px; font-weight: 800; line-height: 1.7; }
.offer-terms { padding: 35px; border: 1px solid #e6e6e6; border-inline-start: 4px solid #D32F2F; background: #f7f7f7; }
.offer-faqs details { border-top: 1px solid #e5e5e5; }
.offer-faqs details:last-child { border-bottom: 1px solid #e5e5e5; }
.offer-faqs summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 0; cursor: pointer; font-size: 13px; font-weight: 800; list-style: none; }
.offer-faqs summary::-webkit-details-marker { display: none; }
.offer-faqs summary span { color: #D32F2F; font: 400 24px "DM Sans", sans-serif; }
.offer-faqs details[open] summary span { transform: rotate(45deg); }
.offer-faqs p { margin: 0; padding: 0 0 22px; color: #666; font-size: 12px; line-height: 1.9; }
.offer-detail-side { position: sticky; top: 110px; }
.offer-detail-side > div { padding: 28px; border: 1px solid #e4e4e4; border-top: 3px solid #111; border-radius: 5px; background: #f7f7f7; }
.offer-detail-side h2 { margin: 9px 0; font-size: 20px; }
.offer-detail-side p { color: #666; font-size: 11px; line-height: 1.8; }
.offer-detail-side .offers-btn { width: 100%; margin-top: 12px; }
.offer-detail-side > div > a:last-child { display: block; margin-top: 16px; color: #555; font-size: 10px; font-weight: 800; text-align: center; }
.offer-detail-state { display: grid; min-height: 75vh; place-content: center; padding: 120px 20px; text-align: center; }
.offer-detail-state > span { color: #D32F2F; font: 800 55px "DM Sans", sans-serif; }
.offer-detail-state h1 { margin: 5px 0; font-size: 38px; }
.offer-detail-state p { color: #666; }
.offer-detail-state .offers-btn { margin-top: 20px; }

@media (max-width: 820px) {
    .offer-detail-hero__grid, .offer-detail-content__grid { grid-template-columns: 1fr; gap: 45px; }
    .offer-detail-price { width: min(100%, 520px); }
    .offer-detail-side { position: static; }
}

@media (max-width: 600px) {
    .offer-detail-hero { padding: 100px 0 55px; }
    .offer-breadcrumb { margin-bottom: 28px; }
    .offer-detail-hero h1 { font-size: 38px; }
    .offer-detail-hero__copy > p { font-size: 13px; }
    .offer-detail-hero__facts { display: grid; grid-template-columns: 1fr 1fr; }
    .offer-detail-hero__facts span { min-width: 0; padding-inline-end: 12px; }
    .offer-detail-price { padding: 23px; }
    .offer-detail-content { padding: 65px 0; }
    .offer-detail-section { padding-bottom: 45px; margin-bottom: 45px; }
    .offer-detail-section h2 { font-size: 25px; }
    .offer-deliverables { grid-template-columns: 1fr; }
    .offer-terms { padding: 25px 20px; }
}
