/* Fiche produit — même AD que la landing (slate, CTA or) sans mode plein écran */

body.product-offer-page {
    -webkit-font-smoothing: antialiased;
    background: #fff;
    color: #0f172a;
}

body.product-offer-page .main.product-offer-main {
    padding-top: max(4.5rem, calc(3.5rem + env(safe-area-inset-top)));
    padding-bottom: 2.5rem;
    min-height: 60vh;
}

.site-footer--product-offer {
    background: #fafafa;
}

.product-offer__wrap {
    max-width: 920px;
}

.product-offer__eyebrow {
    margin: 0 0 1.25rem;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #64748b;
    font-weight: 500;
}

.product-offer__eyebrow a {
    color: inherit;
    text-decoration: none;
}

.product-offer__eyebrow a:hover {
    color: #040404;
    text-decoration: underline;
}

.product-offer__hero {
    display: grid;
    gap: 1.75rem;
    align-items: center;
}

@media (min-width: 880px) {
    .product-offer__hero:not(.product-offer__hero--no-image) {
        grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
        gap: 2.25rem;
    }
}

.product-offer__frame {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    background: linear-gradient(165deg, #f1f5f9 0%, #e8ecf1 100%);
    box-shadow:
        0 4px 6px rgba(15, 23, 42, 0.04),
        0 20px 50px rgba(15, 23, 42, 0.08);
}

.product-offer__frame img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.product-offer__title {
    margin: 0 0 0.5rem;
    font-size: clamp(1.55rem, 4.2vw, 2.35rem);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.18;
    color: #0c1222;
}

.product-offer__timer {
    margin: 0.35rem 0 0.85rem;
    text-align: left;
}

.product-offer__price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.5rem 0.75rem;
    margin: 0 0 1rem;
    font-weight: 600;
}

.product-offer__price-was {
    font-size: clamp(1rem, 2.4vw, 1.15rem);
    text-decoration: line-through;
    text-decoration-thickness: 1px;
    font-weight: 500;
    color: #94a3b8;
}

.product-offer__price-now {
    font-size: clamp(1.25rem, 2.8vw, 1.55rem);
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.product-offer__trust {
    margin: 0 0 1.35rem;
    font-size: clamp(0.88rem, 2.2vw, 0.95rem);
    line-height: 1.55;
    color: #475569;
    max-width: 28rem;
}

.product-offer__trust strong {
    color: #0f172a;
    font-weight: 600;
}

.product-offer__trust a {
    color: #3c3c3c;
    text-decoration: underline;
    text-underline-offset: 0.12em;
}

.product-offer__trust a:hover {
    color: #1e1e1e;
}

.product-offer__trust--center {
    max-width: 26rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.product-offer__buy-form {
    display: flex;
    justify-content: flex-start;
}

.product-offer__closing .product-offer__buy-form {
    justify-content: center;
}

/* Bouton submit = même peau que le CTA landing */
button.product-offer__cta.landing-cta-premium {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    font-family: inherit;
    width: 100%;
    max-width: 20rem;
    text-align: center;
}

.product-offer__closing button.product-offer__cta.landing-cta-premium {
    max-width: 22rem;
}

@media (min-width: 880px) {
    .product-offer__intro .product-offer__buy-form {
        justify-content: flex-start;
    }
}

.product-offer__story {
    margin-top: 2.75rem;
    padding-top: 2.25rem;
    border-top: 1px solid #e2e8f0;
}

.product-offer__story-title {
    margin: 0 0 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #64748b;
}

.product-offer__prose {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.68;
    color: #334155;
}

.product-offer__closing {
    margin-top: 2.75rem;
    padding: 2rem 1.5rem 2.25rem;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    background: linear-gradient(180deg, #fafafa 0%, #f8fafc 55%, #f1f5f9 100%);
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

.product-offer__closing .product-offer__trust {
    margin-bottom: 1.5rem;
}

@media (prefers-reduced-motion: reduce) {
    button.product-offer__cta.landing-cta-premium:active {
        transform: none;
    }
}
