/* TwinCats National Day 96 — Salon 96 campaign. Tokens: cream / ink / terracotta / palm. */

.nd96-page {
    --nd96-cream: #fffaf3;
    --nd96-sand: #fff4e4;
    --nd96-ink: #221a14;
    --nd96-muted: #6f6257;
    --nd96-border: #edd8bc;
    --nd96-cta: #d85f1f;
    --nd96-cta-hover: #b94716;
    --nd96-palm: #1a6b3c;
    --nd96-ease: cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    isolation: isolate;
    overflow: clip;
    background:
        radial-gradient(920px 480px at 100% -10%, rgba(26, 107, 60, 0.14), transparent 58%),
        radial-gradient(720px 380px at 0% 12%, rgba(216, 95, 31, 0.08), transparent 52%),
        var(--nd96-cream);
    color: var(--nd96-ink);
    font-family: "IBM Plex Sans Arabic", "Cairo", sans-serif;
    padding-bottom: 2.5rem;
}

.nd96-page::before {
    content: "";
    pointer-events: none;
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.22;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='80' height='80' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
}

.nd96-page h1,
.nd96-page h2,
.nd96-page h3 {
    font-family: "IBM Plex Sans Arabic", "Cairo", sans-serif;
    letter-spacing: -0.02em;
    color: var(--nd96-ink);
}

.nd96-wrap {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 2rem));
    margin-inline: auto;
}

.nd96-crumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    padding: 1rem 0 0.35rem;
    font-size: 0.82rem;
    color: var(--nd96-muted);
}

.nd96-crumb a {
    color: var(--nd96-ink);
    font-weight: 600;
    text-decoration: none;
}

.nd96-crumb a:hover,
.nd96-crumb a:focus-visible {
    color: var(--nd96-palm);
}

.nd96-crumb-sep {
    opacity: 0.45;
}

.nd96-hero {
    display: grid;
    gap: 1.5rem;
    padding: 0.6rem 0 1.75rem;
    align-items: start;
}

.nd96-hero-copy {
    min-width: 0;
}

.nd96-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    width: max-content;
    max-width: 100%;
    margin: 0 0 0.6rem;
    padding: 0.28rem 0.7rem 0.28rem 0.28rem;
    padding-inline: 0.28rem 0.75rem;
    border-radius: 999px;
    background: rgba(26, 107, 60, 0.1);
    border: 1px solid rgba(26, 107, 60, 0.2);
    color: var(--nd96-palm);
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.2;
}

.nd96-kicker-mark {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 50%;
    background: var(--nd96-palm);
    color: #fffaf3;
    font-family: "Reem Kufi", "IBM Plex Sans Arabic", sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1;
}

.nd96-kicker-event {
    font-weight: 800;
}

.nd96-kicker-sep {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: currentColor;
    opacity: 0.4;
    flex: 0 0 auto;
}

.nd96-kicker-offer {
    font-weight: 700;
    font-size: 0.88em;
    opacity: 0.88;
}

.nd96-monument {
    font-family: "Reem Kufi", "IBM Plex Sans Arabic", sans-serif;
    font-size: clamp(5.2rem, 24vw, 9.2rem);
    line-height: 0.72;
    font-weight: 700;
    color: var(--nd96-palm);
    margin: 0 0 0.35rem;
    letter-spacing: -0.08em;
}

.nd96-headline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    margin: 0 0 1rem;
    font-size: clamp(1.45rem, 4.6vw, 2.35rem);
    font-weight: 800;
    line-height: 1.35;
}

.nd96-inline {
    display: inline-flex;
    align-items: center;
    gap: 0.32rem;
    padding: 0.12rem 0.55rem 0.12rem 0.12rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--nd96-border);
    font-size: 0.72em;
    font-weight: 800;
}

.nd96-inline img {
    width: 2.05rem;
    height: 2.05rem;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.nd96-price-lockup {
    display: grid;
    gap: 0.55rem;
    margin: 0 0 1rem;
    padding: 1rem 1.05rem 0.95rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid var(--nd96-border);
    box-shadow: 0 18px 40px -24px rgba(34, 26, 20, 0.28);
}

.nd96-price-main {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem 0.85rem;
    line-height: 1;
}

.nd96-page .money.nd96-price-figure {
    font-size: clamp(2.45rem, 7.5vw, 3.55rem);
    font-weight: 800;
    align-items: center;
    gap: 0.2em;
    color: var(--nd96-ink);
}

.nd96-page .money.nd96-price-figure .sar-symbol {
    width: 0.72em;
    height: 0.72em;
    transform: none;
}

.nd96-price-once {
    font-size: 1rem;
    font-weight: 600;
    color: var(--nd96-muted);
}

.nd96-save-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem 0.7rem;
    margin: 0;
}

.nd96-save-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    padding: 0.22rem 0.6rem;
    border-radius: 999px;
    background: rgba(26, 107, 60, 0.12);
    color: var(--nd96-palm);
    font-size: 0.88rem;
    font-weight: 800;
}

.nd96-save-pill .money {
    font-weight: 800;
}

.nd96-price-compare,
.nd96-price-caption {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.28rem 0.4rem;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.45;
}

.nd96-price-compare {
    color: var(--nd96-muted);
}

.nd96-price-caption {
    color: var(--nd96-ink);
}

.nd96-price-sep {
    opacity: 0.55;
}

.nd96-page .nd96-price-compare .money,
.nd96-page .nd96-price-caption .money,
.nd96-page .nd96-sticky-price .money,
.nd96-home-sub .money,
.sub-card.is-nd96 .sub-price .money,
.sub-card.is-nd96 .sub-price-meta .money,
.nd96-save-pill .money,
.nd96-price-compare .money {
    align-items: center;
    gap: 0.14em;
    font-weight: 700;
}

.nd96-page .nd96-price-compare .sar-symbol,
.nd96-page .nd96-price-caption .sar-symbol,
.nd96-page .nd96-sticky-price .sar-symbol,
.nd96-home-sub .sar-symbol,
.sub-card.is-nd96 .sar-symbol,
.nd96-save-pill .sar-symbol,
.nd96-price-compare .sar-symbol {
    width: 0.82em;
    height: 0.82em;
    transform: none;
}

.nd96-disclose {
    margin: 0 0 1rem;
    padding: 0.8rem 0.95rem;
    border: 1px solid var(--nd96-border);
    border-inline-start: 3px solid var(--nd96-palm);
    background: var(--nd96-sand);
    border-radius: 0 16px 16px 0;
    font-size: 0.9rem;
    line-height: 1.6;
}

.nd96-choose {
    display: grid;
    gap: 0.45rem;
    margin: 0 0 1.05rem;
}

.nd96-choose .nd96-species {
    margin-bottom: 0;
}

.nd96-species {
    display: grid;
    gap: 0.45rem;
    margin: 0 0 1.05rem;
}

.nd96-species legend {
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.nd96-species-row,
.nd96-size-row,
.nd96-billing-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.nd96-billing-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.nd96-billing-row .nd96-chip {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.08rem;
    width: 100%;
    border-radius: 16px;
    padding: 0.45rem 0.55rem;
    min-height: 52px;
}

.nd96-chip-price {
    display: inline-flex;
    align-items: center;
    font-size: 0.78rem;
    font-weight: 800;
    color: var(--nd96-muted);
}

.nd96-chip.is-on .nd96-chip-price {
    color: var(--nd96-cta-hover);
}

.nd96-chip {
    border: 1px solid var(--nd96-border);
    background: #fff;
    color: var(--nd96-ink);
    border-radius: 999px;
    padding: 0.45rem 0.9rem;
    min-height: 44px;
    font-weight: 600;
    font-size: 0.88rem;
    transition: transform 0.2s var(--nd96-ease), border-color 0.2s var(--nd96-ease), background 0.2s var(--nd96-ease);
}

.nd96-chip:hover,
.nd96-chip:focus-visible {
    border-color: #dfb78a;
}

.nd96-chip:active {
    transform: scale(0.98);
}

.nd96-chip.is-on {
    border-color: var(--nd96-cta);
    background: rgba(216, 95, 31, 0.1);
    color: var(--nd96-cta-hover);
}

.nd96-cta-form {
    margin: 0;
}

.nd96-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    padding: 0.9rem 1.35rem;
    border: 0;
    border-radius: 16px;
    background: var(--nd96-cta);
    color: #fffaf3;
    font-weight: 800;
    font-size: 1.08rem;
    font-family: inherit;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 14px 28px -16px rgba(184, 71, 22, 0.7);
    transition: transform 0.2s var(--nd96-ease), background 0.2s var(--nd96-ease);
}

.nd96-cta:hover,
.nd96-cta:focus-visible {
    background: var(--nd96-cta-hover);
    color: #fffaf3;
    transform: translateY(-1px);
}

.nd96-cta:active {
    transform: translateY(1px) scale(0.98);
}

.nd96-cta-caption {
    margin: 0.5rem 0 0;
    text-align: center;
    font-size: 0.8rem;
    color: var(--nd96-muted);
}

.nd96-still {
    position: relative;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid var(--nd96-border);
    background:
        linear-gradient(180deg, rgba(26, 107, 60, 0.12), transparent 42%),
        #fffaf3;
    width: 100%;
}

.nd96-still-flag {
    position: absolute;
    top: 16px;
    inset-inline-start: 16px;
    z-index: 2;
    font-family: "Reem Kufi", "IBM Plex Sans Arabic", sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #fffaf3;
    background: var(--nd96-palm);
    border-radius: 999px;
    padding: 0.18rem 0.55rem;
    line-height: 1;
}

.nd96-still[data-species="dog"] {
    grid-template-columns: 1fr;
}

.nd96-still[data-species="dog"] .is-cat {
    display: none;
}

.nd96-still-img {
    width: 100%;
    aspect-ratio: 3 / 4;
    height: auto;
    object-fit: cover;
    object-position: center 12%;
    display: block;
    border-radius: 20px;
    background: #f6eee2;
}

.nd96-still .is-dog {
    object-position: center 14%;
}

.nd96-still[data-species="dog"] .is-dog {
    max-height: none;
}

.nd96-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    padding: 0.35rem 0 1.6rem;
    font-size: 0.88rem;
}

.nd96-trust a {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--nd96-border);
    color: var(--nd96-ink);
    font-weight: 600;
    text-decoration: none;
    min-height: 44px;
}

.nd96-trust a:hover,
.nd96-trust a:focus-visible {
    border-color: var(--nd96-palm);
    color: var(--nd96-palm);
}

.nd96-pay {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
}

.nd96-pay-preview {
    padding: 0.15rem 0 2.1rem;
}

.nd96-pay-preview h2 {
    margin: 0 0 0.35rem;
    font-size: 1.28rem;
    font-weight: 800;
}

.nd96-pay-lead {
    margin: 0 0 1.05rem;
    color: var(--nd96-muted);
    font-size: 0.92rem;
    line-height: 1.55;
    max-width: 42rem;
}

.nd96-pay-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
}

@media (min-width: 720px) {
    .nd96-pay-cards {
        grid-template-columns: 1.35fr 0.9fr 0.9fr;
        gap: 0.75rem;
        align-items: stretch;
    }
}

.nd96-pay-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.35rem;
    padding: 1.05rem 0.8rem 1rem;
    border: 1px solid var(--nd96-border);
    border-radius: 20px;
    background: #fff;
}

.nd96-pay-card.is-featured {
    background: linear-gradient(180deg, #fff, var(--nd96-sand));
    border-color: #e2c199;
}

@media (min-width: 720px) {
    .nd96-pay-card.is-featured {
        align-items: flex-start;
        text-align: start;
        padding: 1.35rem 1.15rem 1.2rem;
    }
}

.nd96-pay-card h3 {
    margin: 0.15rem 0 0;
    font-size: 0.95rem;
    font-weight: 800;
}

.nd96-pay-card p {
    margin: 0;
    color: var(--nd96-muted);
    font-size: 0.78rem;
    line-height: 1.45;
}

.nd96-pay-card-marks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.28rem;
    min-height: 2rem;
}

.nd96-pay-card.is-featured .nd96-pay-card-marks {
    justify-content: flex-start;
}

.nd96-pay-card-marks img {
    height: 22px;
    width: auto;
}

.nd96-pay-chip {
    display: inline-block;
    margin-top: 0.2rem;
    padding: 0.12rem 0.45rem;
    border-radius: 999px;
    background: #fde8ee;
    color: #c42b45;
    font-size: 0.68rem;
    font-weight: 800;
}

.nd96-pay-chip-tabby {
    background: #e7f8f0;
    color: #1a7a52;
}

.nd96-pay-footnote {
    margin: 0.9rem 0 0;
    color: var(--nd96-muted);
    font-size: 0.8rem;
}

.nd96-pay-methods.payment-method-selector {
    grid-template-columns: 1fr;
}

@media (min-width: 640px) {
    .nd96-pay-methods.payment-method-selector {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.nd96-pay-methods .nd96-pm:has(input:checked) {
    border-color: #d85f1f;
    box-shadow: 0 4px 12px rgba(216, 95, 31, 0.12);
}

.nd96-pay-methods .nd96-pm:has(input:checked) .pm-check-icon {
    background: #d85f1f;
    border-color: #d85f1f;
}

.nd96-pm-tap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.2rem;
    transform: scale(0.92);
}

.nd96-inventory {
    display: grid;
    gap: 0.85rem;
    padding: 0.35rem 0 2rem;
}

.nd96-block {
    padding: 1.1rem 1.15rem 1rem;
    border-radius: 22px;
    background: #fff;
    border: 1px solid var(--nd96-border);
}

.nd96-block.is-lead {
    background: linear-gradient(165deg, rgba(26, 107, 60, 0.08), #fff 42%);
    border-color: #d5e6d8;
}

.nd96-block h2 {
    margin: 0 0 0.55rem;
    font-size: 1.15rem;
    font-weight: 800;
}

.nd96-block-lead {
    margin: -0.15rem 0 0.45rem;
    color: var(--nd96-muted);
    font-size: 0.86rem;
    line-height: 1.5;
}

.nd96-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nd96-block li {
    position: relative;
    padding: 0.5rem 0 0.5rem 0;
    padding-inline-start: 1.1rem;
    border-bottom: 1px solid var(--nd96-border);
    color: var(--nd96-muted);
    line-height: 1.55;
}

.nd96-block li::before {
    content: "";
    position: absolute;
    left: unset;
    right: unset;
    inset-inline-start: 0;
    inset-inline-end: auto;
    top: 0.85rem;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: var(--nd96-palm);
}

.nd96-block li:last-child {
    border-bottom: 0;
}

.nd96-faq {
    padding: 0 0 2.6rem;
}

.nd96-faq h2 {
    font-size: 1.28rem;
    margin-bottom: 0.85rem;
}

.nd96-faq details {
    background: #fff;
    border: 1px solid var(--nd96-border);
    border-radius: 16px;
    padding: 0.15rem 0.95rem;
    margin-bottom: 0.55rem;
}

.nd96-faq summary {
    cursor: pointer;
    font-weight: 700;
    min-height: 48px;
    display: flex;
    align-items: center;
    list-style: none;
}

.nd96-faq summary::-webkit-details-marker {
    display: none;
}

.nd96-faq p {
    margin: 0 0 0.85rem;
    color: var(--nd96-muted);
    line-height: 1.65;
}

.nd96-sticky {
    display: none;
}

.nd96-sticky .nd96-cta {
    width: auto;
    flex: 1 1 auto;
    max-width: 16rem;
}

.nd96-sticky-price {
    font-weight: 800;
    font-size: 1.05rem;
    line-height: 1.2;
}

.nd96-sticky-price > span:not(.money) {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--nd96-muted);
}

.nd96-home-band {
    background: var(--nd96-cream);
    border-bottom: 1px solid var(--nd96-border);
}

.nd96-home-band a {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 0.85rem;
    align-items: center;
    width: min(1120px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 0.9rem 0;
    text-decoration: none;
    color: inherit;
}

.nd96-home-mark {
    font-size: 2rem;
    font-weight: 800;
    color: var(--nd96-palm, #1a6b3c);
    line-height: 1;
}

.nd96-home-copy strong {
    display: block;
    font-size: 1.02rem;
}

.nd96-home-sub {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem 0.4rem;
    color: var(--nd96-muted, #6f6257);
    font-size: 0.85rem;
}

.nd96-home-sub .money {
    align-items: center;
    gap: 0.14em;
    font-weight: 700;
}

.nd96-home-sub .sar-symbol {
    width: 0.82em;
    height: 0.82em;
    transform: none;
}

.nd96-home-sub .visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.nd96-home-note {
    color: inherit;
}

.nd96-home-cta {
    background: #d85f1f;
    color: #fffaf3;
    border-radius: 12px;
    padding: 0.55rem 0.9rem;
    font-weight: 700;
    font-size: 0.88rem;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
}

.sub-card.is-nd96 {
    border-color: #1a6b3c;
    box-shadow: 0 12px 28px rgba(26, 107, 60, 0.08);
}

.nd96-card-ribbon {
    display: inline-block;
    background: #1a6b3c;
    color: #fffaf3;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    margin-bottom: 0.35rem;
}

@media (min-width: 900px) {
    .nd96-hero {
        grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
        gap: 1.35rem 2rem;
        padding: 0.15rem 0 0.35rem;
        align-items: start;
        min-height: 0;
    }

    .nd96-hero-copy {
        display: contents;
    }

    .nd96-kicker,
    .nd96-headline,
    .nd96-price-lockup,
    .nd96-disclose,
    .nd96-choose,
    .nd96-cta-form,
    .nd96-cta-caption {
        grid-column: 1;
    }

    .nd96-kicker {
        justify-self: start;
        margin-bottom: 0.45rem;
        font-size: 0.95rem;
    }

    .nd96-kicker-mark {
        width: 2rem;
        height: 2rem;
        font-size: 0.82rem;
    }

    .nd96-trust,
    .nd96-pay-preview {
        grid-column: 1 / -1;
    }

    .nd96-monument {
        display: none;
    }

    .nd96-still {
        grid-column: 2;
        grid-row: 1 / span 7;
        align-self: stretch;
        align-items: stretch;
        width: 100%;
        height: 0;
        max-height: none;
        min-height: 100%;
        overflow: hidden;
        grid-template-rows: minmax(0, 1fr);
    }

    .nd96-still-img {
        aspect-ratio: auto;
        width: 100%;
        height: 100%;
        max-height: none;
        min-height: 0;
        object-fit: cover;
        object-position: center 12%;
    }

    .nd96-cta {
        width: auto;
        min-width: 14rem;
    }

    .nd96-cta-caption {
        text-align: start;
    }

    .nd96-inventory {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding: 0.15rem 0 0.6rem;
        gap: 0.55rem;
    }

    .nd96-block.is-lead {
        grid-row: auto;
    }

    .nd96-block-pay {
        display: none;
    }

    body:has([data-nd96-landing]) .footer.footer-modern,
    body:has([data-nd96-landing]) .tc-top-marquee {
        display: none;
    }

    .nd96-page {
        padding-bottom: 0.5rem;
    }
}

@media (min-width: 1100px) {
    .nd96-choose {
        display: grid;
        grid-template-columns: 1.15fr 0.85fr;
        gap: 0.45rem 0.7rem;
        align-items: start;
        margin-bottom: 0.4rem;
    }

    .nd96-page {
        padding-bottom: 0.45rem;
    }

    .nd96-wrap {
        width: min(1240px, calc(100% - 2.5rem));
    }

    .nd96-crumb {
        padding: 0.35rem 0 0;
        font-size: 0.75rem;
    }

    .nd96-hero {
        grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
        gap: 1rem 1.75rem;
    }

    .nd96-kicker {
        justify-self: start;
        margin-bottom: 0.4rem;
        font-size: 0.95rem;
        padding-inline: 0.3rem 0.85rem;
    }

    .nd96-kicker-mark {
        width: 2.05rem;
        height: 2.05rem;
        font-size: 0.85rem;
    }

    .nd96-headline {
        margin-bottom: 0.45rem;
        font-size: clamp(1.35rem, 2.1vw, 1.85rem);
        gap: 0.25rem 0.35rem;
    }

    .nd96-price-lockup {
        margin-bottom: 0.45rem;
        padding: 0.7rem 0.85rem 0.65rem;
        gap: 0.28rem;
        border-radius: 16px;
    }

    .nd96-page .money.nd96-price-figure {
        font-size: clamp(2rem, 3.2vw, 2.65rem);
    }

    .nd96-disclose {
        margin-bottom: 0.45rem;
        padding: 0.45rem 0.7rem;
        font-size: 0.8rem;
        line-height: 1.45;
    }

    .nd96-species {
        margin-bottom: 0;
        gap: 0.22rem;
    }

    .nd96-chip {
        min-height: 40px;
        padding: 0.28rem 0.7rem;
    }

    .nd96-billing-row .nd96-chip {
        min-height: 46px;
    }

    .nd96-cta {
        min-height: 46px;
        font-size: 1rem;
    }

    .nd96-cta-caption {
        margin-top: 0.28rem;
        font-size: 0.75rem;
    }

    .nd96-trust {
        padding: 0.1rem 0 0.45rem;
        gap: 0.4rem;
    }

    .nd96-trust a {
        min-height: 36px;
        padding: 0.28rem 0.65rem;
        font-size: 0.8rem;
    }

    .nd96-pay-preview {
        padding: 0 0 0.45rem;
    }

    .nd96-pay-preview h2 {
        font-size: 1rem;
        margin-bottom: 0.15rem;
    }

    .nd96-pay-lead {
        display: none;
    }

    .nd96-pay-cards {
        gap: 0.45rem;
    }

    .nd96-pay-card {
        padding: 0.55rem 0.55rem 0.5rem;
        border-radius: 14px;
        gap: 0.12rem;
    }

    .nd96-pay-card h3 {
        font-size: 0.82rem;
    }

    .nd96-pay-card p {
        font-size: 0.7rem;
    }

    .nd96-pay-footnote {
        margin-top: 0.35rem;
        font-size: 0.72rem;
    }

    .nd96-block {
        padding: 0.7rem 0.75rem 0.55rem;
        border-radius: 16px;
    }

    .nd96-block h2 {
        font-size: 0.92rem;
        margin-bottom: 0.28rem;
    }

    .nd96-block-lead {
        font-size: 0.72rem;
        margin-bottom: 0.25rem;
    }

    .nd96-block li {
        font-size: 0.74rem;
        padding: 0.22rem 0;
        line-height: 1.4;
    }

    .nd96-block li::before {
        top: 0.55rem;
        width: 0.32rem;
        height: 0.32rem;
    }

    .nd96-faq {
        padding: 0 0 0.4rem;
    }

    .nd96-faq h2 {
        font-size: 0.95rem;
        margin-bottom: 0.35rem;
    }

    .nd96-faq {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.4rem;
        align-items: start;
    }

    .nd96-faq h2 {
        grid-column: 1 / -1;
    }

    .nd96-faq details {
        margin-bottom: 0;
        padding: 0.05rem 0.65rem;
        border-radius: 12px;
    }

    .nd96-faq summary {
        min-height: 38px;
        font-size: 0.78rem;
    }

    .nd96-faq p {
        font-size: 0.75rem;
        margin-bottom: 0.55rem;
        line-height: 1.45;
    }
}

@media (min-width: 1100px) and (max-height: 940px) {
    .nd96-wrap {
        width: min(1280px, calc(100% - 2rem));
    }

    .nd96-crumb {
        padding: 0.18rem 0 0;
        font-size: 0.7rem;
    }

    .nd96-hero {
        gap: 0.65rem 1.4rem;
        padding: 0.05rem 0 0.2rem;
    }

    .nd96-kicker {
        margin-bottom: 0.28rem;
        font-size: 0.88rem;
        padding: 0.22rem 0.65rem 0.22rem 0.22rem;
        padding-inline: 0.22rem 0.65rem;
    }

    .nd96-kicker-mark {
        width: 1.75rem;
        height: 1.75rem;
        font-size: 0.74rem;
    }

    .nd96-headline {
        margin-bottom: 0.28rem;
        font-size: clamp(1.15rem, 1.7vw, 1.55rem);
        gap: 0.18rem 0.28rem;
    }

    .nd96-inline img {
        width: 1.55rem;
        height: 1.55rem;
    }

    .nd96-price-lockup {
        margin-bottom: 0.28rem;
        padding: 0.45rem 0.7rem 0.4rem;
        gap: 0.12rem;
        border-radius: 14px;
    }

    .nd96-page .money.nd96-price-figure {
        font-size: clamp(1.7rem, 2.4vw, 2.15rem);
    }

    .nd96-price-once,
    .nd96-price-caption,
    .nd96-price-compare {
        font-size: 0.72rem;
    }

    .nd96-save-pill {
        font-size: 0.72rem;
        padding: 0.1rem 0.45rem;
    }

    .nd96-disclose {
        margin-bottom: 0.28rem;
        padding: 0.32rem 0.55rem;
        font-size: 0.72rem;
        line-height: 1.35;
    }

    .nd96-choose {
        margin-bottom: 0.28rem;
        gap: 0.3rem 0.55rem;
    }

    .nd96-species {
        margin-bottom: 0;
        gap: 0.12rem;
    }

    .nd96-species legend {
        font-size: 0.7rem;
        margin-bottom: 0.12rem;
    }

    .nd96-chip {
        min-height: 34px;
        padding: 0.18rem 0.5rem;
        font-size: 0.78rem;
    }

    .nd96-billing-row .nd96-chip {
        min-height: 38px;
    }

    .nd96-cta {
        min-height: 40px;
        font-size: 0.92rem;
    }

    .nd96-cta-caption {
        margin-top: 0.12rem;
        font-size: 0.68rem;
    }

    .nd96-trust {
        padding: 0.05rem 0 0.22rem;
        gap: 0.28rem;
    }

    .nd96-trust a {
        min-height: 30px;
        padding: 0.18rem 0.5rem;
        font-size: 0.72rem;
    }

    .nd96-pay-preview {
        padding: 0 0 0.2rem;
    }

    .nd96-pay-preview h2,
    .nd96-pay-footnote,
    .nd96-pay-card p,
    .nd96-pay-chip,
    .nd96-block-lead,
    .nd96-faq h2 {
        display: none;
    }

    .nd96-pay-cards {
        gap: 0.3rem;
    }

    .nd96-pay-card {
        padding: 0.35rem 0.45rem;
        border-radius: 12px;
        gap: 0.06rem;
    }

    .nd96-pay-card h3 {
        font-size: 0.72rem;
    }

    .nd96-faq {
        padding: 0.15rem 0 0;
        gap: 0.28rem;
    }

    .nd96-faq details {
        padding: 0;
    }

    .nd96-faq summary {
        min-height: 28px;
        font-size: 0.68rem;
    }

    .nd96-inventory {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding: 0;
        gap: 0.35rem;
    }

    .nd96-block {
        padding: 0.45rem 0.55rem 0.35rem;
        border-radius: 12px;
    }

    .nd96-block h2 {
        font-size: 0.82rem;
        margin-bottom: 0.12rem;
    }

    .nd96-block li {
        font-size: 0.68rem;
        padding: 0.06rem 0;
        line-height: 1.3;
    }

    .nd96-block li::before {
        top: 0.38rem;
        width: 0.28rem;
        height: 0.28rem;
    }
}

@media (max-width: 899px) {
    .nd96-page {
        padding-bottom: calc(5rem + env(safe-area-inset-bottom, 0px));
    }

    .nd96-wrap {
        width: min(1180px, calc(100% - 1.15rem));
    }

    .nd96-crumb {
        padding: 0.45rem 0 0.1rem;
        font-size: 0.72rem;
    }

    .nd96-hero {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.45rem;
        padding: 0.15rem 0 0.55rem;
        align-items: start;
    }

    .nd96-hero-copy {
        display: contents;
    }

    .nd96-kicker,
    .nd96-monument,
    .nd96-headline,
    .nd96-still {
        grid-column: 1;
    }

    .nd96-still {
        grid-row: auto;
        padding: 6px;
        gap: 8px;
        border-radius: 18px;
        max-height: none;
        overflow: hidden;
        width: min(100%, 22.5rem);
        margin-inline: auto;
    }

    .nd96-still-img {
        aspect-ratio: 3 / 4;
        width: 100%;
        height: auto;
        max-height: none;
        object-fit: contain;
        object-position: center center;
        border-radius: 14px;
        background: #f6eee2;
    }

    .nd96-still-flag {
        top: 8px;
        inset-inline-start: 8px;
        font-size: 0.78rem;
        padding: 0.12rem 0.4rem;
    }

    .nd96-monument {
        font-size: clamp(2.2rem, 16vw, 3.2rem);
        line-height: 0.78;
        margin-bottom: 0.1rem;
    }

    .nd96-kicker {
        margin-bottom: 0.35rem;
        font-size: 0.8rem;
        padding: 0.2rem 0.55rem 0.2rem 0.2rem;
        padding-inline: 0.2rem 0.55rem;
    }

    .nd96-kicker-mark {
        width: 1.55rem;
        height: 1.55rem;
        font-size: 0.68rem;
    }

    .nd96-headline {
        font-size: 1.08rem;
        margin-bottom: 0.45rem;
        gap: 0.2rem 0.28rem;
        line-height: 1.3;
    }

    .nd96-inline {
        font-size: 0.68em;
        padding: 0.08rem 0.38rem 0.08rem 0.08rem;
    }

    .nd96-inline img {
        width: 1.2rem;
        height: 1.2rem;
    }

    .nd96-price-lockup {
        padding: 0.55rem 0.65rem;
        gap: 0.22rem;
        margin-bottom: 0.5rem;
        border-radius: 14px;
        grid-column: 1 / -1;
    }

    .nd96-disclose,
    .nd96-choose,
    .nd96-cta-form,
    .nd96-cta-caption,
    .nd96-trust,
    .nd96-pay-preview {
        grid-column: 1 / -1;
    }

    .nd96-page .money.nd96-price-figure {
        font-size: 1.7rem;
    }

    .nd96-price-once,
    .nd96-price-caption,
    .nd96-price-compare {
        font-size: 0.78rem;
    }

    .nd96-disclose {
        padding: 0.4rem 0.55rem;
        font-size: 0.72rem;
        line-height: 1.45;
        margin-bottom: 0.5rem;
        border-radius: 0 12px 12px 0;
    }

    .nd96-species {
        margin-bottom: 0.55rem;
        gap: 0.28rem;
    }

    .nd96-chip {
        min-height: 36px;
        padding: 0.28rem 0.62rem;
        font-size: 0.78rem;
    }

    .nd96-billing-row .nd96-chip {
        min-height: 44px;
        padding: 0.28rem 0.35rem;
    }

    .nd96-cta {
        min-height: 44px;
        font-size: 0.95rem;
        border-radius: 12px;
    }

    .nd96-cta-caption {
        font-size: 0.72rem;
        margin-top: 0.35rem;
    }

    .nd96-trust {
        gap: 0.3rem;
        padding: 0.1rem 0 0.7rem;
        font-size: 0.72rem;
    }

    .nd96-trust a {
        min-height: 34px;
        padding: 0.22rem 0.5rem;
    }

    .nd96-pay-preview {
        padding: 0.05rem 0 0.85rem;
    }

    .nd96-pay-preview h2 {
        font-size: 1rem;
        margin-bottom: 0.2rem;
    }

    .nd96-pay-lead {
        display: none;
    }

    .nd96-pay-card {
        padding: 0.5rem 0.28rem 0.45rem;
        border-radius: 12px;
        gap: 0.12rem;
    }

    .nd96-pay-card h3 {
        font-size: 0.7rem;
    }

    .nd96-pay-card p {
        font-size: 0.6rem;
        line-height: 1.3;
    }

    .nd96-pay-card-marks {
        min-height: 1.4rem;
        gap: 0.12rem;
    }

    .nd96-pay-card-marks img {
        height: 14px;
    }

    .nd96-pay-card.is-featured .nd96-pay-card-marks {
        transform: scale(0.78);
        transform-origin: center top;
        min-height: 1.1rem;
    }

    .nd96-pay-chip {
        font-size: 0.55rem;
        margin-top: 0.05rem;
        padding: 0.08rem 0.32rem;
    }

    .nd96-pay-footnote {
        margin-top: 0.45rem;
        font-size: 0.7rem;
    }

    .nd96-inventory {
        grid-template-columns: 1fr 1fr;
        gap: 0.45rem;
        padding: 0.15rem 0 1.1rem;
    }

    .nd96-block {
        padding: 0.6rem 0.6rem 0.45rem;
        border-radius: 14px;
    }

    .nd96-block.is-lead {
        grid-row: auto;
    }

    .nd96-block:last-child {
        grid-column: 1 / -1;
    }

    .nd96-block h2 {
        font-size: 0.82rem;
        margin-bottom: 0.3rem;
    }

    .nd96-block-lead {
        font-size: 0.7rem;
        margin-bottom: 0.3rem;
    }

    .nd96-block li {
        font-size: 0.7rem;
        padding: 0.28rem 0 0.28rem;
        padding-inline-start: 0.9rem;
        line-height: 1.4;
    }

    .nd96-block li::before {
        top: 0.62rem;
        width: 0.32rem;
        height: 0.32rem;
    }

    .nd96-faq {
        padding: 0 0 1.1rem;
    }

    .nd96-faq h2 {
        font-size: 1rem;
        margin-bottom: 0.45rem;
    }

    .nd96-faq details {
        padding: 0.05rem 0.7rem;
        margin-bottom: 0.35rem;
        border-radius: 12px;
    }

    .nd96-faq summary {
        min-height: 40px;
        font-size: 0.82rem;
    }

    .nd96-sticky {
        padding: 0.4rem 0.7rem;
        gap: 0.5rem;
        bottom: calc(64px + env(safe-area-inset-bottom, 0px));
    }

    .nd96-sticky .nd96-cta {
        max-width: none;
        min-height: 42px;
        font-size: 0.9rem;
    }

    .nd96-sticky-price {
        font-size: 0.92rem;
    }
}

@media (max-width: 767px) {
    .nd96-home-band a {
        grid-template-columns: auto 1fr;
    }

    .nd96-home-cta {
        grid-column: 1 / -1;
        justify-content: center;
    }

    .nd96-inline {
        font-size: 0.78em;
    }
}

@keyframes nd96-rise {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes nd96-drift {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.045); }
}

.nd96-hero-copy > * {
    animation: nd96-rise 0.7s var(--nd96-ease) both;
}

.nd96-hero-copy > *:nth-child(1) { animation-delay: 0.04s; }
.nd96-hero-copy > *:nth-child(2) { animation-delay: 0.1s; }
.nd96-hero-copy > *:nth-child(3) { animation-delay: 0.16s; }
.nd96-hero-copy > *:nth-child(4) { animation-delay: 0.22s; }
.nd96-hero-copy > *:nth-child(5) { animation-delay: 0.28s; }
.nd96-hero-copy > *:nth-child(6) { animation-delay: 0.34s; }
.nd96-hero-copy > *:nth-child(7) { animation-delay: 0.4s; }
.nd96-hero-copy > *:nth-child(8) { animation-delay: 0.46s; }

.nd96-still {
    animation: nd96-rise 0.8s var(--nd96-ease) 0.12s both;
}

.nd96-still-img {
    animation: nd96-drift 22s var(--nd96-ease) infinite;
}

@media (prefers-reduced-motion: reduce) {
    .nd96-cta,
    .nd96-chip,
    .nd96-hero-copy > *,
    .nd96-still,
    .nd96-still-img {
        animation: none;
        transition: none;
    }
}
