.ce-deals-page {
    --deals-navy: #061a3a;
    --deals-blue: #123c8c;
    --deals-red: #e2212d;
    --deals-yellow: #ffc928;
    --deals-cream: #fff8e9;
    --deals-ink: #111827;
    --deals-muted: #667085;
    background: #fffdf8;
    color: var(--deals-ink);
    overflow: hidden;
}

.ce-deals-hero {
    position: relative;
    padding: 78px 0;
    background:
        radial-gradient(circle at 89% 20%, rgba(255, 201, 40, .22) 0 5%, transparent 5.2%),
        radial-gradient(circle at 82% 65%, rgba(255, 255, 255, .06) 0 15%, transparent 15.2%),
        linear-gradient(125deg, #06162f 0%, var(--deals-navy) 62%, #103a78 100%);
    color: #fff;
}

.ce-deals-hero::after {
    content: "";
    position: absolute;
    left: -80px;
    bottom: -150px;
    width: 310px;
    height: 310px;
    border: 54px solid rgba(255, 255, 255, .035);
    border-radius: 50%;
}

.ce-deals-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
    align-items: center;
    gap: 70px;
}

.ce-deals-eyebrow,
.ce-deals-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--deals-yellow);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.ce-deals-eyebrow {
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
}

.ce-deals-page .ce-deals-hero h1 {
    max-width: 720px;
    margin: 22px 0 18px;
    color: #fff;
    font-size: clamp(42px, 5.6vw, 76px);
    font-weight: 900;
    line-height: .98;
    letter-spacing: -.055em;
}

.ce-deals-hero h1 em {
    color: var(--deals-yellow);
    font-style: normal;
}

.ce-deals-hero-copy > p {
    max-width: 620px;
    margin: 0 0 30px;
    color: rgba(255, 255, 255, .76);
    font-size: 18px;
    line-height: 1.65;
}

.ce-deals-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 54px;
    padding: 0 22px;
    border-radius: 11px;
    background: var(--deals-red);
    box-shadow: 0 7px 0 #a9101a;
    color: #fff !important;
    font-weight: 900;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease;
}

.ce-deals-primary:hover {
    transform: translateY(2px);
    box-shadow: 0 5px 0 #a9101a;
}

.ce-deals-hero-ticket {
    position: relative;
    display: flex;
    min-height: 340px;
    padding: 34px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px dashed rgba(6, 26, 58, .22);
    border-radius: 26px;
    background: var(--deals-yellow);
    box-shadow: 18px 18px 0 rgba(0, 0, 0, .14);
    color: var(--deals-navy);
    text-align: center;
    transform: rotate(2deg);
}

.ce-deals-hero-ticket::before,
.ce-deals-hero-ticket::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 26px;
    height: 52px;
    background: #0b2854;
    transform: translateY(-50%);
}

.ce-deals-hero-ticket::before { left: -2px; border-radius: 0 28px 28px 0; }
.ce-deals-hero-ticket::after { right: -2px; border-radius: 28px 0 0 28px; }

.ce-deals-ticket-label {
    padding: 7px 12px;
    border-radius: 999px;
    background: var(--deals-navy);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.ce-deals-hero-ticket > strong {
    display: block;
    margin: 20px 0;
    font-size: 68px;
    font-weight: 900;
    line-height: .82;
    letter-spacing: -.06em;
}

.ce-deals-hero-ticket > strong small {
    display: block;
    margin-top: 15px;
    font-size: 22px;
    letter-spacing: -.02em;
}

.ce-deals-ticket-note {
    font-size: 13px;
    font-weight: 800;
}

.ce-deals-section { padding-top: 82px; padding-bottom: 90px; }

.ce-deals-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 38px;
}

.ce-deals-heading h2,
.ce-deals-rules h2,
.ce-deals-final-cta h2 {
    margin: 8px 0 0;
    color: var(--deals-navy);
    font-size: clamp(31px, 4vw, 48px);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -.04em;
}

.ce-deals-heading > p {
    max-width: 440px;
    margin: 0;
    color: var(--deals-muted);
    font-size: 15px;
    line-height: 1.65;
}

.ce-deals-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.ce-deal-card {
    display: flex;
    min-height: 470px;
    padding: 28px;
    flex-direction: column;
    border: 1px solid #e8e5dd;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(6, 26, 58, .08);
}

.ce-deal-card-featured {
    border-color: var(--deals-yellow);
    background: var(--deals-cream);
    box-shadow: 0 14px 36px rgba(255, 201, 40, .2);
}

.ce-deal-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 28px;
}

.ce-deal-icon {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: var(--deals-navy);
    color: var(--deals-yellow);
    font-size: 19px;
}

.ce-deal-badge {
    padding: 6px 10px;
    border-radius: 999px;
    background: #eef2f8;
    color: var(--deals-blue);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ce-deal-card-featured .ce-deal-badge { background: var(--deals-yellow); color: var(--deals-navy); }
.ce-deal-name { color: var(--deals-red); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.ce-deal-card h3 {
    margin: 8px 0 16px;
    color: var(--deals-navy);
    font-size: 27px;
    font-weight: 900;
    line-height: 1.1;
}

.ce-deal-formats { min-height: 52px; margin: 0; color: var(--deals-muted); line-height: 1.6; }
.ce-deal-formats strong { color: var(--deals-ink); }
.ce-deal-formats span { margin: 0 4px; color: #98a2b3; font-size: 12px; font-weight: 800; text-transform: uppercase; }

.ce-deal-price {
    margin: 26px 0 22px;
    padding: 20px 0;
    border-top: 1px solid #e9e7e1;
    border-bottom: 1px solid #e9e7e1;
}

.ce-deal-price strong { display: block; color: var(--deals-navy); font-size: 47px; font-weight: 900; line-height: 1; letter-spacing: -.05em; }
.ce-deal-price span { display: block; margin-top: 7px; color: var(--deals-muted); font-size: 12px; font-weight: 700; }
.ce-deal-card > a { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--deals-blue); font-size: 14px; font-weight: 900; text-decoration: none; }
.ce-deal-card > a:hover { color: var(--deals-red); }

.ce-deals-how { padding: 78px 0 86px; background: var(--deals-navy); color: #fff; }
.ce-deals-heading-light h2 { color: #fff; }
.ce-deals-heading-light > p { color: rgba(255, 255, 255, .64); }
.ce-deals-steps { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; list-style: none; counter-reset: none; }
.ce-deals-steps li { display: flex; min-height: 144px; padding: 24px; gap: 17px; border: 1px solid rgba(255, 255, 255, .11); border-radius: 18px; background: rgba(255, 255, 255, .055); }
.ce-deals-steps li > span { display: inline-flex; width: 38px; height: 38px; flex: 0 0 38px; align-items: center; justify-content: center; border-radius: 50%; background: var(--deals-yellow); color: var(--deals-navy); font-size: 15px; font-weight: 900; }
.ce-deals-steps strong { display: block; margin: 6px 0 8px; font-size: 16px; }
.ce-deals-steps p { margin: 0; color: rgba(255, 255, 255, .63); font-size: 13px; line-height: 1.55; }

.ce-deals-rules {
    display: grid;
    margin-top: 78px;
    margin-bottom: 78px;
    padding: 46px;
    grid-template-columns: .85fr 1.15fr;
    gap: 70px;
    border: 1px solid #ebe7de;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(6, 26, 58, .07);
}

.ce-deals-rules h2 { font-size: clamp(29px, 3.5vw, 42px); }
.ce-deals-rules-copy > p { margin: 17px 0 0; color: var(--deals-muted); line-height: 1.6; }
.ce-deals-rules ul { display: grid; align-content: center; margin: 0; padding: 0; gap: 13px; list-style: none; }
.ce-deals-rules li { display: flex; align-items: center; gap: 13px; color: #344054; font-size: 14px; }
.ce-deals-rules li i { display: inline-flex; width: 28px; height: 28px; flex: 0 0 28px; align-items: center; justify-content: center; border-radius: 50%; background: #e9f7ef; color: #16834a; font-size: 11px; }

.ce-deals-final-cta {
    display: flex;
    margin-bottom: 90px;
    padding: 40px 46px;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border-radius: 22px;
    background: var(--deals-yellow);
}

.ce-deals-final-cta span { color: var(--deals-navy); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.ce-deals-final-cta h2 { margin-top: 5px; font-size: clamp(29px, 3.5vw, 42px); }

@media (max-width: 991px) {
    .ce-deals-hero { padding: 58px 0; }
    .ce-deals-hero-inner { grid-template-columns: minmax(0, 1fr) 280px; gap: 35px; }
    .ce-deals-hero-ticket { min-height: 290px; }
    .ce-deals-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ce-deal-card-featured { grid-column: 1 / -1; min-height: 390px; }
    .ce-deals-rules { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 767px) {
    .ce-deals-hero { padding: 46px 0 54px; }
    .ce-deals-hero-inner { grid-template-columns: 1fr; gap: 36px; }
    .ce-deals-hero h1 { font-size: clamp(39px, 12vw, 58px); }
    .ce-deals-hero-copy > p { font-size: 16px; }
    .ce-deals-hero-ticket { width: min(100%, 360px); min-height: 260px; justify-self: center; }
    .ce-deals-section { padding-top: 58px; padding-bottom: 62px; }
    .ce-deals-heading { display: block; }
    .ce-deals-heading > p { margin-top: 17px; }
    .ce-deals-grid,
    .ce-deals-steps { grid-template-columns: 1fr; }
    .ce-deal-card,
    .ce-deal-card-featured { min-height: 0; grid-column: auto; }
    .ce-deal-card > a { margin-top: 0; }
    .ce-deals-how { padding: 58px 0 64px; }
    .ce-deals-rules { margin-top: 52px; margin-bottom: 52px; padding: 30px 22px; }
    .ce-deals-final-cta { margin-bottom: 62px; padding: 31px 24px 36px; flex-direction: column; align-items: flex-start; }
}

@media (max-width: 420px) {
    .ce-deals-primary { width: 100%; }
    .ce-deals-hero-ticket { min-height: 235px; padding: 26px; }
    .ce-deals-hero-ticket > strong { font-size: 58px; }
    .ce-deal-card { padding: 23px; }
    .ce-deal-price strong { font-size: 42px; }
}

@media (prefers-reduced-motion: reduce) {
    .ce-deals-primary { transition: none; }
}
