:root {
    --avsc-page: #08070a;
    --avsc-panel: rgba(17, 16, 21, 0.82);
    --avsc-panel-strong: rgba(13, 12, 16, 0.94);
    --avsc-line: rgba(255, 255, 255, 0.1);
    --avsc-line-bright: rgba(255, 255, 255, 0.17);
    --avsc-copy: #f7f4f8;
    --avsc-muted: #9d96a3;
}

.avsc-deal-page,
.avsc-deals-hub {
    min-height: 72vh;
    padding: clamp(34px, 6vw, 86px) 22px;
    overflow: hidden;
    color: var(--avsc-copy);
    background:
        radial-gradient(circle at 50% -15%, rgba(255, 255, 255, 0.035), transparent 34%),
        var(--avsc-page);
    font-family: inherit;
}

.avsc-deal-page *,
.avsc-deals-hub * {
    box-sizing: border-box;
}

.avsc-deal-shell,
.avsc-hub-hero,
.avsc-deals-hub > section {
    width: min(1220px, 100%);
    margin-inline: auto;
}

.avsc-deal-page a,
.avsc-deals-hub a {
    text-underline-offset: 3px;
}

/* Deal hero */
.avsc-deal-hero {
    position: relative;
    padding: clamp(28px, 5vw, 64px);
    border: 1px solid var(--avsc-line);
    border-radius: 30px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 34%),
        rgba(12, 11, 15, 0.72);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(20px);
}

.avsc-deal-hero::before {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at 8% 0%, color-mix(in srgb, var(--avsc-accent) 8%, transparent), transparent 33%);
    content: "";
    pointer-events: none;
}

.avsc-hero-heading,
.avsc-hero-bento {
    position: relative;
    z-index: 1;
}

.avsc-hero-heading {
    width: 100%;
    margin: 0;
    text-align: left;
}

.avsc-eyebrow,
.avsc-section-heading > span,
.avsc-final-cta > div > span,
.avsc-hub-hero > span,
.avsc-empty-deals > span {
    display: block;
    color: color-mix(in srgb, var(--avsc-accent, #c131e7) 72%, white);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.avsc-hero-heading h1,
.avsc-hub-hero h1 {
    margin: 12px 0 16px;
    color: #fff;
    font-size: clamp(46px, 6vw, 78px);
    font-weight: 560;
    letter-spacing: -0.05em;
    line-height: 0.98;
}

.avsc-hero-heading h1 {
    font-size: clamp(44px, 5vw, 68px);
}

.avsc-lede,
.avsc-hub-hero p {
    max-width: 680px;
    margin: 0 auto;
    color: #c2bcc6;
    font-size: clamp(16px, 1.7vw, 20px);
    line-height: 1.6;
}

.avsc-hero-heading .avsc-lede {
    margin: 0;
}

.avsc-hero-bento {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
    gap: clamp(30px, 5vw, 66px);
    align-items: center;
    width: 100%;
}

.avsc-hero-info {
    display: flex;
    flex-direction: column;
    gap: clamp(26px, 4vw, 42px);
    min-width: 0;
}

.avsc-hero-art {
    min-height: 0;
    aspect-ratio: 1 / 1;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--avsc-line);
    border-radius: 22px;
    background: #050507;
}

.avsc-hero-art > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avsc-hero-collage {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3px;
}

.avsc-hero-collage img {
    min-width: 0;
    min-height: 0;
}

.avsc-offer-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    min-height: 0;
    padding: 24px;
    border: 1px solid var(--avsc-line-bright);
    border-radius: 22px;
    background: rgba(15, 14, 18, 0.76);
    backdrop-filter: blur(18px);
}

.avsc-countdown-label {
    display: block;
    margin-bottom: 10px;
    color: var(--avsc-muted);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.avsc-countdown {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
}

.avsc-countdown > span {
    padding: 11px 6px;
    border: 1px solid var(--avsc-line);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.025);
    text-align: center;
}

.avsc-countdown strong,
.avsc-countdown small {
    display: block;
}

.avsc-countdown strong {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    line-height: 1;
}

.avsc-countdown small {
    margin-top: 5px;
    color: #6f6974;
    font-size: 8px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.avsc-ended-badge {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 8px;
    padding: 8px 11px;
    border: 1px solid var(--avsc-line-bright);
    border-radius: 999px;
    color: #c9c3cd;
    background: rgba(255, 255, 255, 0.025);
    font-size: 11px;
    font-weight: 700;
}

.avsc-offer-card > .avsc-countdown-wrap,
.avsc-offer-card > .avsc-ended-badge {
    grid-column: 1;
    grid-row: auto;
}

.avsc-offer-card > .avsc-pricing {
    grid-column: 1;
    grid-row: auto;
    margin-top: 0;
}

.avsc-offer-card > .avsc-feature-list {
    grid-column: 1;
    display: grid;
    gap: 8px;
    margin-top: 0;
}

.avsc-offer-card > .avsc-hero-cta,
.avsc-offer-card > .avsc-offer-link,
.avsc-offer-card > .avsc-offer-note {
    grid-column: 1;
    width: 100%;
    margin: 0;
}

.avsc-ended-badge > span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--avsc-accent);
    box-shadow: 0 0 12px color-mix(in srgb, var(--avsc-accent) 50%, transparent);
}

.avsc-live-badge > span {
    background: #62d79d;
    box-shadow: 0 0 12px rgba(98, 215, 157, 0.45);
}

.avsc-unavailable-badge > span {
    background: #d5a85f;
    box-shadow: 0 0 12px rgba(213, 168, 95, 0.4);
}

.avsc-pricing {
    margin-top: 25px;
}

.avsc-deal-price > span {
    display: block;
    margin-bottom: 6px;
    color: var(--avsc-muted);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.avsc-deal-price > strong {
    color: #fff;
    font-size: clamp(42px, 5vw, 64px);
    font-weight: 580;
    letter-spacing: -0.055em;
    line-height: 1;
}

.avsc-price-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 9px;
    margin-top: 15px;
    padding-top: 14px;
    border-top: 1px solid var(--avsc-line);
    color: #85808a;
    font-size: 12px;
}

.avsc-price-meta b {
    padding: 5px 8px;
    border: 1px solid color-mix(in srgb, var(--avsc-accent) 35%, transparent);
    border-radius: 999px;
    color: #ddd6e1;
    font-size: 10px;
}

.avsc-expired-pricing .avsc-deal-price > strong {
    color: #d4cfd7;
}

.avsc-feature-list {
    display: grid;
    gap: 8px;
    padding: 0;
    margin: 22px 0 0;
    list-style: none;
}

.avsc-feature-list li {
    color: #aaa3ae;
    font-size: 12px;
}

.avsc-feature-list li::before {
    margin-right: 8px;
    color: color-mix(in srgb, var(--avsc-accent) 70%, white);
    content: "✓";
}

.avsc-offer-note {
    margin-top: 22px;
    padding: 13px 14px;
    border: 1px solid var(--avsc-line);
    border-radius: 10px;
    color: #99929e;
    background: rgba(255, 255, 255, 0.02);
    font-size: 11px;
    line-height: 1.55;
}

.avsc-hero-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
}

.avsc-hero-cta button,
.avsc-final-cta button,
.avsc-primary-link,
.avsc-offer-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 22px;
    border: 1px solid color-mix(in srgb, var(--avsc-accent, #c131e7) 48%, rgba(255, 255, 255, 0.2));
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, 0.035);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: 180ms ease;
}

.avsc-hero-cta button {
    width: 100%;
}

.avsc-hero-cta button:hover,
.avsc-final-cta button:hover,
.avsc-primary-link:hover,
.avsc-offer-link:hover {
    border-color: color-mix(in srgb, var(--avsc-accent, #c131e7) 78%, white);
    background: color-mix(in srgb, var(--avsc-accent, #c131e7) 9%, rgba(255, 255, 255, 0.035));
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
    transform: translateY(-1px);
}

.avsc-hero-cta small {
    color: #77717c;
    font-size: 10px;
    text-align: center;
}

.avsc-offer-link {
    align-self: flex-start;
    margin-top: 25px;
}

/* Body copy */
.avsc-deal-story {
    max-width: 780px;
    margin: clamp(60px, 8vw, 105px) auto;
    color: #c1bac5;
    font-size: 18px;
    line-height: 1.8;
}

.avsc-deal-story :is(h2, h3, h4) {
    color: #fff;
    letter-spacing: -0.025em;
}

.avsc-deal-story a {
    color: #ddd6e1;
}

/* Product cards */
.avsc-included {
    margin-top: clamp(65px, 8vw, 110px);
}

.avsc-section-heading {
    max-width: 720px;
    margin: 0 auto 32px;
    text-align: center;
}

.avsc-section-heading h2 {
    margin: 9px 0 11px;
    color: #fff;
    font-size: clamp(34px, 4vw, 50px);
    font-weight: 570;
    letter-spacing: -0.04em;
    line-height: 1.05;
}

.avsc-section-heading p {
    margin: 0;
    color: var(--avsc-muted);
    line-height: 1.6;
}

.avsc-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    align-items: start;
}

.avsc-product-card {
    overflow: hidden;
    border: 1px solid var(--avsc-line);
    border-radius: 20px;
    background: var(--avsc-panel);
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(16px);
    transition: border-color 180ms ease, transform 180ms ease;
}

.avsc-product-card:hover {
    border-color: color-mix(in srgb, var(--avsc-product-accent) 35%, rgba(255, 255, 255, 0.16));
    transform: translateY(-3px);
}

.avsc-product-image {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-bottom: 1px solid var(--avsc-line);
    background: #050507;
}

.avsc-product-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 300ms ease;
}

.avsc-product-card:hover .avsc-product-image img {
    transform: scale(1.025);
}

.avsc-product-copy {
    padding: 23px;
}

.avsc-product-topline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    color: #716b76;
    font-size: 9px;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.avsc-product-topline strong {
    color: #d9d2dd;
    font-size: 11px;
    letter-spacing: 0;
    white-space: nowrap;
}

.avsc-product-copy h3 {
    width: 100%;
    margin: 13px 0 10px;
    overflow: hidden;
    font-size: clamp(23px, 2.4vw, 32px);
    font-weight: 570;
    letter-spacing: -0.035em;
    line-height: 1.08;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.avsc-product-copy h3 a {
    color: #fff;
    text-decoration: none;
}

.avsc-product-description {
    display: -webkit-box;
    min-height: 66px;
    overflow: hidden;
    color: #a69faa;
    font-size: 13px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.avsc-product-description > :first-child {
    margin-top: 0;
}

.avsc-product-trust {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 15px 0 0;
    color: #8a838e;
    font-size: 10px;
}

.avsc-product-trust > span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--avsc-product-accent);
    box-shadow: 0 0 10px color-mix(in srgb, var(--avsc-product-accent) 45%, transparent);
}

.avsc-spec-chips {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin: 18px 0 0;
}

.avsc-spec-chips > span {
    min-width: 0;
    padding: 8px;
    overflow: hidden;
    border: 1px solid var(--avsc-line);
    border-radius: 8px;
    color: #bdb6c1;
    background: rgba(255, 255, 255, 0.018);
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.avsc-spec-chips small {
    display: block;
    margin-bottom: 3px;
    color: #625d66;
    font-size: 7px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.avsc-preview-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin-top: 18px;
}

.avsc-preview-actions button,
.avsc-preview-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 38px;
    padding: 0 10px;
    border: 1px solid var(--avsc-line);
    border-radius: 9px;
    color: #d7d0db;
    background: rgba(255, 255, 255, 0.022);
    font: inherit;
    font-size: 10px;
    font-weight: 750;
    text-decoration: none;
    cursor: pointer;
    transition: 160ms ease;
}

.avsc-preview-actions button:hover,
.avsc-preview-actions button.is-playing,
.avsc-preview-actions a:hover {
    border-color: color-mix(in srgb, var(--avsc-product-accent) 48%, rgba(255, 255, 255, 0.2));
    background: color-mix(in srgb, var(--avsc-product-accent) 8%, rgba(255, 255, 255, 0.025));
}

.avsc-preview-icon {
    display: grid;
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--avsc-product-accent) 40%, transparent);
    border-radius: 50%;
}

.avsc-preview-icon svg {
    width: 11px;
    height: 11px;
    fill: currentColor;
}

body.avsc-lightbox-open {
    overflow: hidden;
}

.avsc-video-lightbox[hidden] {
    display: none;
}

.avsc-video-lightbox {
    position: fixed;
    z-index: 999999;
    inset: 0;
    display: grid;
    padding: clamp(14px, 3vw, 40px);
    place-items: center;
}

.avsc-video-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(3, 3, 5, 0.88);
    backdrop-filter: blur(14px);
}

.avsc-video-dialog {
    position: relative;
    width: min(780px, 100%);
    overflow: hidden;
    border: 1px solid var(--avsc-line-bright, rgba(255, 255, 255, 0.17));
    border-radius: 20px;
    background: #0c0b0f;
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.72);
}

.avsc-video-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 58px;
    padding: 10px 14px 10px 20px;
    border-bottom: 1px solid var(--avsc-line, rgba(255, 255, 255, 0.1));
}

.avsc-video-bar strong {
    overflow: hidden;
    color: #eeeaf0;
    font-size: 13px;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.avsc-video-bar button {
    display: grid;
    width: 36px;
    height: 36px;
    flex: 0 0 auto;
    padding: 0;
    border: 1px solid var(--avsc-line-bright, rgba(255, 255, 255, 0.17));
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, 0.035);
    font-family: inherit;
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
    place-items: center;
}

.avsc-video-bar button:hover {
    border-color: color-mix(in srgb, var(--avsc-accent, #c131e7) 55%, white);
    background: color-mix(in srgb, var(--avsc-accent, #c131e7) 8%, rgba(255, 255, 255, 0.04));
}

.avsc-video-stage {
    display: grid;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    place-items: center;
}

.avsc-video-stage iframe,
.avsc-video-stage video {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: contain;
}

.avsc-product-details {
    margin: 18px 0;
    border-top: 1px solid var(--avsc-line);
    border-bottom: 1px solid var(--avsc-line);
}

.avsc-product-details summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    color: #d9d2dd;
    font-size: 10px;
    font-weight: 800;
    list-style: none;
    cursor: pointer;
}

.avsc-product-details summary::-webkit-details-marker {
    display: none;
}

.avsc-product-details summary span {
    color: color-mix(in srgb, var(--avsc-product-accent) 70%, white);
    font-size: 16px;
    transition: transform 160ms ease;
}

.avsc-product-details[open] summary span {
    transform: rotate(45deg);
}

.avsc-product-details-body {
    display: grid;
    gap: 16px;
    padding: 2px 0 18px;
}

.avsc-pulled-features,
.avsc-product-specs {
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--avsc-line);
    border-radius: 10px;
}

.avsc-pulled-features > div,
.avsc-product-specs > div {
    padding: 11px;
    border-bottom: 1px solid var(--avsc-line);
}

.avsc-pulled-features > div:last-child,
.avsc-product-specs > div:last-child {
    border-bottom: 0;
}

.avsc-pulled-features strong,
.avsc-pack-contents > strong {
    display: block;
    margin-bottom: 5px;
    color: #e5dee8;
    font-size: 10px;
}

.avsc-pulled-features p,
.avsc-pack-contents {
    margin: 0;
    color: #8f8894;
    font-size: 10px;
    line-height: 1.55;
}

.avsc-product-specs > div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.avsc-product-specs dt {
    color: #69636d;
    font-size: 8px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.avsc-product-specs dd {
    margin: 0;
    color: #b9b2bd;
    font-size: 9px;
    text-align: right;
}

.avsc-text-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #c9c2cd;
    font-size: 10px;
    font-weight: 750;
    text-decoration: none;
}

.avsc-text-link span {
    color: color-mix(in srgb, var(--avsc-product-accent, var(--avsc-accent)) 68%, white);
}

/* Closing CTA */
.avsc-final-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
    width: min(900px, 100%);
    margin: clamp(65px, 8vw, 105px) auto;
    padding: clamp(42px, 6vw, 72px);
    border: 1px solid var(--avsc-line-bright);
    border-radius: 26px;
    background:
        radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--avsc-accent) 7%, transparent), transparent 44%),
        rgba(15, 14, 18, 0.68);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
    text-align: center;
    backdrop-filter: blur(20px);
}

.avsc-final-cta > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
}

.avsc-final-cta > div strong {
    color: #fff;
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 570;
    letter-spacing: -0.035em;
}

.avsc-final-cta > div small {
    color: var(--avsc-muted);
}

.avsc-final-cta form {
    display: flex;
    width: min(360px, 100%);
}

.avsc-final-cta button,
.avsc-final-cta > .avsc-primary-link {
    width: min(360px, 100%);
}

.avsc-related {
    margin: 80px 0;
}

.avsc-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.avsc-related-grid a {
    display: flex;
    flex-direction: column;
    gap: 11px;
    color: #fff;
    font-weight: 750;
    text-decoration: none;
}

.avsc-related-grid img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border: 1px solid var(--avsc-line);
    border-radius: 14px;
}

/* Deals hub */
.avsc-hub-hero {
    padding: clamp(30px, 6vw, 78px) 0 clamp(55px, 8vw, 100px);
    text-align: center;
}

.avsc-deals-hub .avsc-hub-hero h1 {
    font-size: clamp(38px, 4vw, 58px);
    white-space: nowrap;
}

.avsc-deals-hub .avsc-section-heading {
    max-width: 100%;
}

.avsc-deals-hub .avsc-section-heading h2 {
    font-size: clamp(30px, 3.4vw, 44px);
    white-space: nowrap;
}

.avsc-hub-section {
    margin-bottom: clamp(60px, 8vw, 105px);
}

.avsc-hub-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.avsc-hub-card {
    display: grid;
    grid-template-columns: minmax(170px, 0.85fr) 1.15fr;
    align-items: center;
    overflow: hidden;
    border: 1px solid var(--avsc-line);
    border-radius: 20px;
    background: var(--avsc-panel);
}

.avsc-upcoming-card {
    background:
        radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--avsc-accent) 7%, transparent), transparent 44%),
        var(--avsc-panel);
}

.avsc-upcoming-card .avsc-hub-image img {
    opacity: 0.82;
}

.avsc-launch-date {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: 8px 0 4px;
    color: #77717b;
    font-size: 9px;
    font-weight: 750;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.avsc-launch-date strong {
    color: #d8d1dc;
    font-size: 12px;
    letter-spacing: 0;
    text-transform: none;
}

.avsc-hub-image {
    display: block;
    width: 100%;
    min-height: 0;
    aspect-ratio: 1 / 1;
    align-self: center;
    overflow: hidden;
    background: #050507;
}

.avsc-hub-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avsc-hub-card > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 28px;
}

.avsc-hub-card h2 {
    width: 100%;
    margin: 9px 0;
    overflow: hidden;
    font-size: 27px;
    letter-spacing: -0.03em;
    line-height: 1.08;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.avsc-hub-card h2 a {
    color: #fff;
    text-decoration: none;
}

.avsc-hub-card p,
.avsc-mini-countdown {
    color: var(--avsc-muted);
    line-height: 1.55;
}

.avsc-coupon-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.avsc-coupon-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    padding: clamp(24px, 3vw, 34px);
    border: 1px solid var(--avsc-line);
    border-radius: 20px;
    background:
        radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--avsc-accent, #c131e7) 6%, transparent), transparent 42%),
        var(--avsc-panel);
    backdrop-filter: blur(18px);
}

.avsc-coupon-copy > strong {
    display: block;
    margin-top: 8px;
    color: #fff;
    font-size: clamp(27px, 3vw, 38px);
    font-weight: 580;
    letter-spacing: -0.04em;
}

.avsc-coupon-copy p {
    max-width: 430px;
    margin: 9px 0 0;
    color: var(--avsc-muted);
    font-size: 12px;
    line-height: 1.55;
}

.avsc-auto-exclusions {
    margin-top: 13px;
    color: #8f8894;
    font-size: 10px;
}

.avsc-auto-exclusions summary {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #c7c0cb;
    font-weight: 750;
    list-style: none;
    cursor: pointer;
}

.avsc-auto-exclusions summary::-webkit-details-marker {
    display: none;
}

.avsc-auto-exclusions summary span {
    color: color-mix(in srgb, var(--avsc-accent, #c131e7) 70%, white);
    font-size: 14px;
    transition: transform 160ms ease;
}

.avsc-auto-exclusions[open] summary span {
    transform: rotate(45deg);
}

.avsc-auto-exclusions p {
    margin-top: 8px;
    font-size: 10px;
}

.avsc-product-exclusion {
    margin: 0 0 18px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    color: #aaa3ae;
    background: rgba(255, 255, 255, 0.025);
    font-size: 12px;
    line-height: 1.5;
}

.avsc-product-exclusion strong {
    color: #ded8e1;
}

.avsc-coupon-action {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    width: min(190px, 100%);
}

.avsc-coupon-action code {
    display: block;
    padding: 12px 15px;
    border: 1px dashed color-mix(in srgb, var(--avsc-accent, #c131e7) 46%, rgba(255, 255, 255, 0.16));
    border-radius: 10px;
    color: #eee9f0;
    background: rgba(255, 255, 255, 0.025);
    font: 750 13px/1.2 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    letter-spacing: 0.08em;
    text-align: center;
}

.avsc-coupon-action button,
.avsc-coupon-saved,
.avsc-auto-shop-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 43px;
    padding: 0 15px;
    border: 1px solid color-mix(in srgb, var(--avsc-accent, #c131e7) 44%, rgba(255, 255, 255, 0.18));
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, 0.035);
    font: inherit;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
}

.avsc-coupon-action button {
    cursor: pointer;
    transition: 180ms ease;
}

.avsc-coupon-action button:hover {
    border-color: color-mix(in srgb, var(--avsc-accent, #c131e7) 75%, white);
    background: color-mix(in srgb, var(--avsc-accent, #c131e7) 8%, rgba(255, 255, 255, 0.04));
    transform: translateY(-1px);
}

.avsc-auto-shop-link {
    transition: 180ms ease;
}

.avsc-auto-shop-link:hover {
    border-color: color-mix(in srgb, var(--avsc-accent, #c131e7) 75%, white);
    background: color-mix(in srgb, var(--avsc-accent, #c131e7) 8%, rgba(255, 255, 255, 0.04));
    transform: translateY(-1px);
}

.avsc-coupon-saved {
    color: #bfead3;
    border-color: rgba(98, 215, 157, 0.25);
}

.avsc-hub-price {
    display: flex;
    align-items: baseline;
    gap: 9px;
    margin: 8px 0;
}

.avsc-hub-price del {
    color: #77717b;
}

.avsc-hub-price strong {
    color: #fff;
    font-size: 25px;
}

.avsc-mini-countdown {
    margin: 7px 0 17px;
    font-size: 11px;
}

.avsc-sale-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.avsc-sale-grid article {
    padding: 12px;
    border: 1px solid var(--avsc-line);
    border-radius: 15px;
    background: var(--avsc-panel);
}

.avsc-sale-grid img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 10px;
}

.avsc-sale-grid h3 {
    margin: 11px 0 6px;
    overflow: hidden;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.avsc-sale-grid h3 a {
    color: #fff;
    text-decoration: none;
}

.avsc-empty-deals {
    padding: 70px 30px;
    border: 1px solid var(--avsc-line);
    border-radius: 22px;
    background: var(--avsc-panel);
    text-align: center;
}

.avsc-empty-deals h2 {
    margin: 10px 0;
    color: #fff;
    font-size: 35px;
}

.avsc-empty-deals p {
    margin-bottom: 24px;
    color: var(--avsc-muted);
}

@media (max-width: 1050px) {
    .avsc-hero-bento {
        grid-template-columns: 1fr;
        width: min(760px, 100%);
        margin-inline: auto;
    }

    .avsc-hero-art,
    .avsc-offer-card {
        min-height: 0;
    }

    .avsc-offer-card {
        padding: 30px;
    }

    .avsc-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .avsc-hub-grid {
        grid-template-columns: 1fr;
    }

    .avsc-coupon-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .avsc-deal-page,
    .avsc-deals-hub {
        padding-inline: 13px;
    }

    .avsc-deal-hero {
        padding: 20px;
        border-radius: 21px;
    }

    .avsc-deals-hub .avsc-hub-hero h1,
    .avsc-deals-hub .avsc-section-heading h2 {
        font-size: clamp(31px, 10vw, 43px);
        white-space: normal;
    }

    .avsc-hero-heading h1 {
        font-size: 43px;
    }

    .avsc-hero-collage {
        grid-template-columns: 1fr;
    }

    .avsc-hero-collage img:nth-child(n + 3) {
        display: none;
    }

    .avsc-offer-card {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .avsc-offer-card > .avsc-countdown-wrap,
    .avsc-offer-card > .avsc-ended-badge,
    .avsc-offer-card > .avsc-pricing,
    .avsc-offer-card > .avsc-feature-list {
        grid-column: 1;
        grid-row: auto;
    }

    .avsc-product-grid,
    .avsc-related-grid,
    .avsc-sale-grid {
        grid-template-columns: 1fr;
    }

    .avsc-coupon-card {
        grid-template-columns: 1fr;
    }

    .avsc-coupon-action {
        width: 100%;
    }

    .avsc-product-copy {
        padding: 21px;
    }

    .avsc-final-cta {
        padding: 38px 22px;
    }

    .avsc-hub-card {
        grid-template-columns: 1fr;
    }

    .avsc-hub-image {
        min-height: 0;
    }
}
