/* Split source. Edit this file, then rebuild the matching .min.css file. */
:root {
    --nv-pink: #d97db4;
}

body.home-page {
    background:
        linear-gradient(180deg, #ffffff 0%, #fff8fa 34%, #ffffff 72%),
        radial-gradient(circle at 12% 14%, rgba(217, 125, 180, 0.08), transparent 30%),
        radial-gradient(circle at 88% 10%, rgba(255, 138, 0, 0.08), transparent 28%);
}

.hero {
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5rem 7vw 5rem;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: #ffffff;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 33%, rgba(255, 255, 255, 0.12) 52%, rgba(255, 255, 255, 0) 68%);
    pointer-events: none;
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 34%;
    z-index: 2;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 88%);
    pointer-events: none;
}

.hero-photo {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.hero-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    filter: contrast(1.04);
}

.hero-product-stage {
    width: min(100%, 1180px);
    display: block;
    position: relative;
    z-index: 3;
}

.hero-content {
    max-width: 620px;
    text-align: left;
    position: relative;
    z-index: 4;
}

.hero-media {
    width: min(100%, 560px);
    max-width: min(100%, 560px);
    margin: 0 0 2rem 0;
    animation: hero-float 10s ease-in-out infinite;
}

.hero-image {
    max-width: 560px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    position: relative;
    z-index: 2;
}

@keyframes hero-float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@media (max-width: 1120px) {
    .hero {
        padding-top: 4rem;
    }

    .hero::before {
        background: linear-gradient(90deg, #ffffff 0%, #ffffff 40%, rgba(255, 255, 255, 0.18) 60%, rgba(255, 255, 255, 0) 76%);
    }
}

@media (max-width: 760px) {
    .hero {
        min-height: auto;
        padding: 3rem 6vw 4rem;
        justify-content: center;
    }

    .hero::before {
        background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.96) 28%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 70%);
    }

    .hero-photo img {
        object-position: 62% center;
        opacity: 1;
    }

    .hero-product-stage {
        display: block;
    }

    .hero-content {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .hero-media {
        width: calc(100vw - 2rem);
        max-width: calc(100vw - 2rem);
        margin-left: auto;
        margin-right: auto;
    }

    .hero-image {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

}

@media (max-width: 760px), (max-height: 720px) {
    .hero-photo {
        display: none;
    }

    .hero::before,
    .hero::after {
        background: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-media {
        animation: none;
    }
}

.hero-proof-band {
    position: relative;
    z-index: 3;
    margin: -1.4rem 0 2rem;
    padding: 1.65rem 0 1.1rem;
    overflow: visible;
}

.hero-proof-marquee {
    position: relative;
    width: 136vw;
    margin-left: -18vw;
    overflow: hidden;
    transform: rotate(-1.65deg);
    background:
        linear-gradient(90deg, #050505 0%, #171014 48%, #050505 100%),
        radial-gradient(circle at 18% 50%, rgba(217, 125, 180, 0.26), transparent 34%);
    border-top: 1px solid rgba(217, 125, 180, 0.34);
    border-bottom: 1px solid rgba(217, 125, 180, 0.28);
    box-shadow: 0 24px 54px rgba(5, 5, 5, 0.12);
}

.hero-proof-marquee::before,
.hero-proof-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: min(14vw, 170px);
    pointer-events: none;
}

.hero-proof-marquee::before {
    left: 0;
    background: linear-gradient(90deg, #050505, rgba(5, 5, 5, 0));
}

.hero-proof-marquee::after {
    right: 0;
    background: linear-gradient(270deg, #050505, rgba(5, 5, 5, 0));
}

.hero-proof-track {
    display: flex;
    align-items: center;
    gap: clamp(1rem, 2.2vw, 2rem);
    width: max-content;
    padding: 0.88rem 0;
    animation: hero-proof-scroll 30s linear infinite;
}

.hero-proof-marquee:hover .hero-proof-track {
    animation-play-state: paused;
}

.hero-proof-track span {
    display: inline-flex;
    align-items: center;
    gap: 0.58rem;
    flex: 0 0 auto;
    color: rgba(255, 255, 255, 0.74);
    font-size: clamp(0.72rem, 1.05vw, 0.86rem);
    font-weight: 700;
    letter-spacing: 0.13em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.hero-proof-track span::before {
    content: "";
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 50%;
    background: #fb7185;
    box-shadow: 0 0 18px rgba(251, 113, 133, 0.72);
}

.hero-proof-track strong {
    color: #ffffff;
    font-weight: 900;
}

@keyframes hero-proof-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 760px) {
    .hero-proof-band {
        margin: -0.6rem 0 1.6rem;
        padding: 1.1rem 0 1rem;
    }

    .hero-proof-marquee {
        width: 156vw;
        margin-left: -28vw;
        transform: rotate(-2.2deg);
    }

    .hero-proof-track {
        padding: 0.8rem 0;
        animation-duration: 24s;
    }

    .hero-proof-track span {
        font-size: 0.68rem;
        letter-spacing: 0.1em;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-proof-track {
        animation: none;
    }
}

.product-highlight {
    width: min(96vw, 1780px);
    margin: 3.25rem auto 0;
    padding: clamp(1.4rem, 3vw, 2.6rem);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr);
    align-items: center;
    gap: clamp(1.4rem, 4vw, 3rem);
    border: 1px solid rgba(217, 125, 180, 0.14);
    border-radius: 1.35rem;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 249, 0.94)),
        radial-gradient(circle at 8% 16%, rgba(217, 125, 180, 0.14), transparent 38%);
    box-shadow: 0 24px 70px rgba(5, 5, 5, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.product-highlight-text h2 {
    max-width: 15ch;
    font-size: clamp(1.25rem, 2.4vw, 1.85rem);
    line-height: 1.12;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 0.8rem;
}

.product-highlight-text p {
    max-width: 600px;
    color: #555555;
    line-height: 1.75;
}

.product-highlight-media {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.product-highlight:hover {
    transform: translateY(-4px);
    border-color: rgba(217, 125, 180, 0.24);
    box-shadow: 0 30px 82px rgba(5, 5, 5, 0.12);
}

.product-highlight-panel {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
    padding: 0.85rem;
    border-radius: 1.05rem;
    border: 1px solid rgba(5, 5, 5, 0.07);
    background: rgba(255, 255, 255, 0.74);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.74);
}

.product-highlight-metric {
    min-width: 0;
    padding: 1rem;
    border-radius: 0.85rem;
    background: #ffffff;
    border: 1px solid rgba(5, 5, 5, 0.06);
}

.product-highlight-metric span,
.product-highlight-metric em {
    display: block;
}

.product-highlight-metric span {
    color: var(--nv-pink);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.product-highlight-metric strong {
    display: block;
    margin-top: 0.35rem;
    color: #050505;
    font-size: clamp(1rem, 1.8vw, 1.35rem);
    line-height: 1.05;
}

.product-highlight-metric em {
    margin-top: 0.45rem;
    color: #5f5f5f;
    font-size: 0.78rem;
    font-style: normal;
    line-height: 1.45;
}

.product-highlight-link {
    grid-column: 1 / -1;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    background: #050505;
    color: #ffffff;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.product-highlight-link:hover,
.product-highlight-link:focus-visible {
    background: var(--nv-pink);
    box-shadow: 0 14px 30px rgba(217, 125, 180, 0.28);
    transform: translateY(-1px);
}

.product-highlight-link:focus-visible {
    outline: 2px solid rgba(217, 125, 180, 0.55);
    outline-offset: 3px;
}

.product-pill {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.product-pill img {
    display: block;
    height: 170px;
    width: auto;
    border-radius: 18px;
}

.story-gallery-section {
    width: min(96vw, 1780px);
    margin: 1.55rem auto 0;
}

.story-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.15rem;
}

.story-gallery-card {
    position: relative;
    min-height: clamp(300px, 33vw, 470px);
    display: block;
    overflow: hidden;
    border-radius: 1.35rem;
    border: none;
    background: transparent;
    color: #ffffff;
    isolation: isolate;
    box-shadow: 0 18px 44px rgba(5, 5, 5, 0.08);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.story-gallery-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(5, 5, 5, 0.02) 0%, rgba(5, 5, 5, 0.1) 44%, rgba(5, 5, 5, 0.32) 100%),
        radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.14), transparent 44%);
}

.story-gallery-card::after {
    content: "";
    position: absolute;
    top: -60%;
    left: 0;
    width: 100%;
    height: 58%;
    z-index: 2;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.08) 24%,
        rgba(255, 255, 255, 0.42) 50%,
        rgba(255, 255, 255, 0.12) 76%,
        rgba(255, 255, 255, 0) 100%
    );
    opacity: 0;
    transform: translateY(-115%);
    transition: transform 0.62s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.24s ease;
    pointer-events: none;
}

.story-gallery-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease, filter 0.45s ease;
}

.story-gallery-card-content {
    position: relative;
    z-index: 3;
    min-height: inherit;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 1.5rem 1.2rem;
    text-align: center;
}

.story-gallery-card-title {
    display: block;
    max-width: 12ch;
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.1rem, 1.55vw, 1.55rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0.01em;
    text-shadow: 0 8px 30px rgba(0, 0, 0, 0.45);
}

.story-gallery-card:hover,
.story-gallery-card:focus-visible {
    transform: translateY(-5px);
    box-shadow: 0 28px 70px rgba(5, 5, 5, 0.12);
}

.story-gallery-card:hover::after,
.story-gallery-card:focus-visible::after {
    opacity: 1;
    transform: translateY(310%);
}

.story-gallery-card:hover img,
.story-gallery-card:focus-visible img {
    transform: scale(1.04);
    filter: saturate(1.02);
}

.story-gallery-card:focus-visible {
    outline: 2px solid rgba(217, 125, 180, 0.55);
    outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
    .story-gallery-card::after {
        top: 0;
        height: 100%;
        transform: none;
        transition: opacity 0.2s ease;
        background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.14) 50%,
            rgba(255, 255, 255, 0) 100%
        );
    }

    .story-gallery-card:hover::after,
    .story-gallery-card:focus-visible::after {
        opacity: 0.7;
        transform: none;
    }
}

.reviews-section {
    width: min(86vw, 1220px);
    margin: 4rem auto 0;
    overflow: visible;
}

.reviews-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1.5rem;
    padding: 0 0.35rem;
}

.reviews-header h2 {
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

.reviews-header p {
    font-size: 0.9rem;
    color: #777777;
}

.reviews-header-main {
    display: flex;
    flex-direction: column;
    gap: 1rem 2.5rem;
    max-width: 780px;
}

.reviews-rating {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.85rem;
    color: #777777;
}

.reviews-rating-score {
    font-weight: 600;
    color: #050505;
}

.reviews-rating-provider {
    font-size: 0.8rem;
}

.reviews-rating-stars {
    font-size: 0.9rem;
    color: #ff8a00;
    letter-spacing: 0.12em;
}

.reviews-marquee {
    margin-top: 1.5rem;
    padding: 0.9rem 0;
    overflow-x: hidden;
    overflow-y: visible;
    position: relative;
}

.reviews-marquee::before,
.reviews-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    pointer-events: none;
    z-index: 1;
}

.reviews-marquee::before {
    left: 0;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}

.reviews-marquee::after {
    right: 0;
    background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
}

.reviews-track {
    display: flex;
    gap: 1.25rem;
    width: max-content;
    animation: reviews-scroll 32s linear infinite;
}

.reviews-marquee:hover .reviews-track {
    animation-play-state: paused;
}

.review-pill {
    flex: 0 0 320px;
    border-radius: 1rem;
    border: 1px solid rgba(5, 5, 5, 0.08);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0, rgba(255, 248, 250, 0.92) 100%),
        radial-gradient(circle at 12% 0%, rgba(217, 125, 180, 0.1), transparent 35%);
    padding: 2.1rem 1.65rem;
    font-size: 0.95rem;
    color: #555555;
    white-space: normal;
    box-shadow: 0 16px 34px rgba(5, 5, 5, 0.04);
    position: relative;
    overflow: hidden;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.review-pill strong {
    font-weight: 600;
    display: block;
    margin-top: 0.35rem;
}

.review-pill::before {
    content: none;
}

.review-stars {
    font-size: 0.9rem;
    color: #ff8a00;
    letter-spacing: 0.12em;
    margin-bottom: 0.25rem;
}

.review-text {
    font-size: 0.9rem;
}

.review-author {
    font-size: 0.85rem;
    margin-top: 0.4rem;
}

.volta-stack-section {
    margin: 4rem 0 0;
    padding: 0.55rem 0;
    background: #ffffff;
    color: #111111;
    overflow: hidden;
}

.volta-mosaic {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 0.85rem;
    width: min(100%, 1380px);
    margin: 0 auto;
}

.volta-mosaic-card {
    display: block;
    position: relative;
    min-height: 340px;
    border-radius: 1.45rem;
    overflow: hidden;
    background: #0f1013;
    border: 1px solid rgba(255, 255, 255, 0.04);
    box-shadow: none;
    text-decoration: none;
    transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.volta-mosaic-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s ease;
}

.volta-mosaic-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(5, 7, 10, 0.06) 0%, rgba(5, 7, 10, 0.18) 38%, rgba(5, 7, 10, 0.88) 100%),
        linear-gradient(90deg, rgba(5, 7, 10, 0.42) 0%, rgba(5, 7, 10, 0.08) 42%, rgba(5, 7, 10, 0) 75%);
    pointer-events: none;
}

.volta-mosaic-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
    border-color: rgba(255, 255, 255, 0.08);
}

.volta-mosaic-card:focus-visible {
    outline: 2px solid #111111;
    outline-offset: 4px;
}

.volta-mosaic-card:hover img {
    transform: scale(1.02);
}

.volta-mosaic-copy {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 1.55rem 1.65rem 1.5rem;
}

.volta-mosaic-copy h3 {
    margin: 0;
    max-width: 16ch;
    font-size: clamp(1.55rem, 2.5vw, 2.65rem);
    line-height: 0.98;
    color: #ffffff;
    letter-spacing: -0.05em;
    font-weight: 700;
}

.volta-mosaic-copy p {
    margin: 0.9rem 0 0;
    max-width: 34rem;
    font-size: 0.9rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
}

.volta-mosaic-card--wide-left {
    grid-column: 1 / span 7;
    min-height: 355px;
}

.volta-mosaic-card--portrait-top {
    grid-column: 8 / span 5;
    min-height: 355px;
}

.volta-mosaic-card--portrait-bottom {
    grid-column: 1 / span 4;
    min-height: 325px;
}

.volta-mosaic-card--wide-right {
    grid-column: 5 / span 8;
    min-height: 325px;
}

.volta-mosaic-card--wide-left img {
    object-position: center 52%;
}

.volta-mosaic-card--portrait-top img {
    object-position: center 48%;
}

.volta-mosaic-card--portrait-bottom img {
    object-position: center 54%;
}

.volta-mosaic-card--wide-right img {
    object-position: center 52%;
}

.ia-how {
    width: min(96vw, 1780px);
    margin: 7rem auto 0;
    padding: clamp(1.55rem, 3vw, 2.6rem);
    border-radius: 1.35rem;
    border: 1px solid rgba(5, 5, 5, 0.08);
    background:
        linear-gradient(135deg, #f7faf7, #ffffff 68%),
        radial-gradient(circle at 92% 16%, rgba(15, 93, 55, 0.11), transparent 34%);
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    box-shadow: 0 22px 60px rgba(5, 5, 5, 0.06);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.ia-how h2 {
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin-bottom: 0.9rem;
}

.ia-how p {
    color: #555555;
}
.ia-process-card { margin-top: clamp(2rem, 4vw, 4rem); padding: clamp(1.4rem, 3vw, 2.8rem); display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr); align-items: stretch; gap: clamp(1.5rem, 4vw, 4rem); border: 1px solid rgba(217, 125, 180, 0.42); border-radius: 0.45rem; background: #fff; }
.ia-process-copy > span { display: inline-block; margin-bottom: 1.2rem; color: var(--nv-pink, #d97db4); font-size: 0.72rem; font-weight: 900; letter-spacing: 0.16em; text-transform: uppercase; }
.ia-process-copy h3 { margin: 0 0 0.9rem; font-size: clamp(1.8rem, 3vw, 3rem); line-height: 0.98; letter-spacing: -0.055em; }
.ia-process-copy p { max-width: 36rem; margin: 0; font-size: 1rem; line-height: 1.65; }
.ia-profile-preview { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid rgba(0, 0, 0, 0.08); background: #fff8fb; }
.ia-profile-preview span { color: #847b80; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.ia-profile-preview strong { font-size: clamp(0.95rem, 1.35vw, 1.2rem); line-height: 1.15; }
@media (max-width: 760px) { .ia-process-card { grid-template-columns: 1fr; } .ia-profile-preview { grid-template-columns: 1fr; } }
.ia-process-card { position: relative; overflow: hidden; isolation: isolate; border: 0; border-radius: 0; background: #fff; box-shadow: 0 24px 70px rgba(15, 9, 12, 0.08); }
.ia-process-card::before { content: ""; position: absolute; z-index: 2; top: 0; bottom: 0; left: 0; width: 3px; background: var(--nv-pink, #ff4c84); transform: scaleY(0); transform-origin: top; transition: transform 750ms cubic-bezier(0.2, 0.8, 0.2, 1); }
.ia-how.is-visible .ia-process-card::before { transform: scaleY(1); }
.ia-process-copy { position: relative; z-index: 1; padding: clamp(0.5rem, 1.5vw, 1.25rem); align-self: center; }
.ia-process-number { position: absolute; z-index: -1; top: -2.4rem; left: -0.4rem; color: rgba(255, 76, 132, 0.075); font-size: clamp(8rem, 15vw, 14rem); font-weight: 900; line-height: 0.8; letter-spacing: -0.1em; pointer-events: none; }
.ia-process-copy > span { position: relative; margin-bottom: clamp(3.5rem, 7vw, 6.5rem); }
.ia-process-copy > small { display: block; margin-top: 1.5rem; color: #6c6569; font-size: 0.78rem; line-height: 1.5; }
.ia-process-copy > small strong { color: #08090b; }
.ia-profile-preview { overflow: hidden; display: block; border: 1px solid rgba(0, 0, 0, 0.09); border-radius: 0.35rem; background: #fff7fa; box-shadow: 0 18px 42px rgba(33, 16, 25, 0.07); }
.ia-profile-preview > header { padding: 1rem 1.15rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid rgba(217, 125, 180, 0.28); background: #fff; }
.ia-profile-preview > header div { display: grid; gap: 0.2rem; }
.ia-profile-preview > header span { font-size: 0.62rem; }
.ia-profile-preview > header strong { font-size: 0.88rem; }
.ia-profile-preview > header > b { padding: 0.45rem 0.65rem; color: #fff; border-radius: 999px; background: #08090b; font-size: 0.62rem; letter-spacing: 0.06em; text-transform: uppercase; }
.ia-glucose-curve { min-height: 0; padding: 0.9rem 1rem 0.65rem; display: block; background: #fff7fa; }
.ia-glucose-curve-head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
.ia-glucose-curve-head > span { color: #847b80; font-size: 0.62rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.ia-glucose-curve-head > strong { color: #08090b; font-size: 1.15rem; }
.ia-glucose-curve-head > strong b { color: var(--nv-pink, #d97db4); font-size: 1.55rem; }
.ia-glucose-curve svg { display: block; width: 100%; height: auto; overflow: visible; }
.ia-glucose-grid { fill: none; stroke: rgba(217, 125, 180, 0.16); stroke-width: 1; }
.ia-glucose-path-bg { fill: none; stroke: rgba(8, 9, 11, 0.11); stroke-width: 5; stroke-linecap: round; }
.ia-glucose-path { fill: none; stroke: var(--nv-pink, #ff4c84); stroke-width: 5; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: 1; }
.ia-glucose-dot { fill: #08090b; stroke: #fff; stroke-width: 4; filter: drop-shadow(0 4px 7px rgba(0, 0, 0, 0.22)); }
.ia-glucose-curve text { fill: #94898f; font-size: 9px; font-weight: 800; letter-spacing: 0.08em; }
.ia-profile-fields { padding: 0.85rem; display: grid; gap: 0.55rem; }
.ia-profile-fields > div { min-height: 4.7rem; padding: 0.8rem 0.9rem; display: grid; grid-template-columns: 2rem minmax(0, 1fr) auto; grid-template-rows: auto auto; align-items: center; gap: 0.14rem 0.8rem; border: 1px solid rgba(0, 0, 0, 0.07); background: rgba(255, 255, 255, 0.88); opacity: 0; transform: translateY(10px); }
.ia-profile-fields > div:nth-child(1) { transition: opacity 350ms 280ms ease, transform 350ms 280ms ease; }
.ia-profile-fields > div:nth-child(2) { transition: opacity 350ms 430ms ease, transform 350ms 430ms ease; }
.ia-profile-fields > div:nth-child(3) { transition: opacity 350ms 580ms ease, transform 350ms 580ms ease; }
.ia-how.is-visible .ia-profile-fields > div { opacity: 1; transform: translateY(0); }
.ia-profile-icon { grid-row: 1 / 3; width: 1.85rem; height: 1.85rem; padding: 0.4rem; color: var(--nv-pink, #d97db4); border-radius: 50%; background: rgba(255, 76, 132, 0.1); fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ia-profile-fields > div:first-child .ia-profile-icon { fill: currentColor; stroke: none; }
.ia-profile-fields span { grid-column: 2; color: #8a7f85; font-size: 0.58rem; line-height: 1; }
.ia-profile-fields strong { grid-column: 2; font-size: 0.9rem; line-height: 1.15; }
.ia-profile-fields > div > b { grid-column: 3; grid-row: 1 / 3; width: 1.45rem; height: 1.45rem; display: grid; place-items: center; color: #fff; border-radius: 50%; background: var(--nv-pink, #ff4c84); font-size: 0.7rem; }
@media (max-width: 760px) { .ia-process-copy > span { margin-bottom: 4rem; } .ia-profile-fields > div { grid-template-columns: 2rem minmax(0, 1fr) auto; } }
@media (prefers-reduced-motion: reduce) { .ia-process-card::before, .ia-profile-fields > div { opacity: 1; transform: none; transition: none; } }
.ia-step-connector { width: 2px; height: clamp(5rem, 8vw, 8rem); margin: 0 auto; background: var(--nv-pink, #ff4c84); }
.ia-process-card--second { margin-top: 0; padding: clamp(2rem, 4vw, 3.6rem); grid-template-columns: minmax(340px, 1.3fr) minmax(240px, 0.7fr); }
.ia-process-card--second::before { right: 0; left: auto; }
.ia-process-card--second .ia-process-number, .ia-process-card--second .ia-process-copy > span { transform: translateY(2rem); }
.ia-process-card--second .ia-process-copy h3, .ia-process-card--second .ia-process-copy p, .ia-process-card--second .ia-process-copy small { transform: translateY(1.5rem); }
.ia-live-column { min-width: 0; display: grid; align-content: center; gap: 1rem; }
.ia-live-preview { overflow: hidden; align-self: stretch; border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 0.35rem; background: #0a0b0d; color: #fff; opacity: 0; transform: translateY(18px); transition: opacity 500ms ease, transform 500ms ease; }
.ia-process-card--second.is-visible .ia-live-preview { opacity: 1; transform: translateY(0); }
.ia-live-preview > header { padding: 1rem 1.1rem; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255, 255, 255, 0.13); }
.ia-live-preview > header div { display: flex; align-items: center; gap: 0.55rem; }
.ia-live-preview > header i { width: 0.55rem; height: 0.55rem; border-radius: 50%; background: var(--nv-pink, #ff4c84); box-shadow: 0 0 0 0 rgba(255, 76, 132, 0.5); animation: iaLivePulse 1.8s infinite; }
.ia-live-preview > header span { font-size: 0.68rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.ia-live-preview > header strong { font-size: 0.82rem; font-variant-numeric: tabular-nums; }
.ia-live-sources { padding: 0.7rem 1rem; display: flex; align-items: center; gap: 0.55rem; border-bottom: 1px solid rgba(255, 255, 255, 0.09); }
.ia-live-sources span { margin-right: auto; color: #aaa3a7; font-size: 0.56rem; letter-spacing: 0.06em; text-transform: uppercase; }
.ia-live-sources b { padding: 0.3rem 0.42rem; color: #e7e3e5; border: 1px solid rgba(255, 255, 255, 0.16); font-size: 0.52rem; letter-spacing: 0.04em; }
.ia-live-weather { padding: 0.65rem 1rem 0; display: flex; align-items: center; gap: 0.55rem; }
.ia-live-weather span { margin-right: auto; color: #aaa3a7; font-size: 0.56rem; letter-spacing: 0.06em; text-transform: uppercase; }
.ia-live-weather strong { font-size: 0.68rem; }
.ia-live-weather i { width: 3px; height: 3px; border-radius: 50%; background: var(--nv-pink, #ff4c84); }
@keyframes iaLivePulse { 70% { box-shadow: 0 0 0 8px rgba(255, 76, 132, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 76, 132, 0); } }
.ia-live-metrics { padding: 0.9rem; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.55rem; }
.ia-live-metrics > div { min-width: 0; min-height: 5.5rem; padding: 0.85rem; display: grid; align-content: space-between; gap: 0.55rem; background: rgba(255, 255, 255, 0.07); }
.ia-live-metrics span { color: #bbb5b8; font-size: 0.58rem; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; }
.ia-live-metrics strong { font-size: clamp(1.15rem, 2vw, 1.75rem); font-variant-numeric: tabular-nums; }
.ia-live-metrics strong small { color: #d47db3; font-size: 0.58rem; text-transform: uppercase; }
.ia-live-metrics > div > i { position: relative; overflow: hidden; height: 3px; background: rgba(255, 255, 255, 0.12); }
.ia-live-metrics > div > i::after { content: ""; position: absolute; inset: 0; background: var(--nv-pink, #ff4c84); transform: scaleX(0); transform-origin: left; transition: transform 850ms 250ms ease; }
.ia-process-card--second.is-visible .ia-live-metrics > div > i::after { transform: scaleX(var(--level)); }
.ia-live-next { min-height: 4rem; margin: 0 0.9rem 0.9rem; padding: 0.9rem 1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: #08090b; background: #ef9bcb; }
.ia-live-next span { font-size: 0.62rem; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; }
.ia-live-next strong { font-size: 1rem; white-space: nowrap; }
.ia-live-next > div { display: grid; gap: 0.3rem; }
.ia-live-next small { font-size: 0.7rem; font-weight: 900; letter-spacing: 0.06em; }
.ia-live-reasons { margin: 0 0.9rem 0.9rem; border: 1px solid rgba(255, 255, 255, 0.14); }
.ia-live-reasons summary { padding: 0.8rem 1rem; color: #fff; cursor: pointer; font-size: 0.66rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; }
.ia-live-reasons summary::marker { color: var(--nv-pink, #ff4c84); }
.ia-live-reasons ul { margin: 0; padding: 0 1rem 0.9rem 2rem; color: #c9c3c6; font-size: 0.7rem; line-height: 1.65; }
.ia-live-reasons li::marker { color: var(--nv-pink, #ff4c84); }
.ia-live-reasons b { color: #ef9bcb; }
.ia-watch-cta { position: relative; overflow: hidden; width: fit-content; margin: 0 auto; padding: 1rem 1.5rem; display: flex; align-items: center; gap: 1.4rem; color: #fff; border-radius: 999px; background: #08090b; box-shadow: 0 14px 32px rgba(8, 9, 11, 0.16); font-size: 0.78rem; font-weight: 900; letter-spacing: 0.07em; text-decoration: none; text-transform: uppercase; transition: background-color 180ms ease, box-shadow 180ms ease; }
.ia-watch-cta:hover { background: var(--nv-pink, #ff4c84); box-shadow: 0 16px 35px rgba(255, 76, 132, 0.24); }
.ia-watch-cta:focus-visible { outline: 2px solid var(--nv-pink, #ff4c84); outline-offset: 4px; }
.ia-watch-cta span { font-size: 1rem; }
@media (max-width: 760px) { .ia-process-card--second { grid-template-columns: 1fr; } .ia-process-card--second .ia-live-column { grid-row: 2; } .ia-live-metrics { grid-template-columns: 1fr; } .ia-live-sources { flex-wrap: wrap; } .ia-live-sources span { flex: 0 0 100%; } }
@media (prefers-reduced-motion: reduce) { .ia-live-preview { opacity: 1; transform: none; transition: none; } .ia-live-preview > header i { animation: none; } .ia-live-metrics > div > i::after { transform: scaleX(var(--level)); transition: none; } }
.ia-process-card--third { margin-top: 0; grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr); }
.ia-alert-preview { overflow: hidden; align-self: center; border: 1px solid rgba(0, 0, 0, 0.09); background: #fff7fa; opacity: 0; transform: translateY(20px); transition: opacity 500ms ease, transform 500ms ease; }
.ia-process-card--third.is-visible .ia-alert-preview { opacity: 1; transform: translateY(0); }
.ia-alert-preview > header { padding: 0.9rem 1rem; display: flex; align-items: center; justify-content: space-between; background: #fff; border-bottom: 1px solid rgba(217, 125, 180, 0.28); }
.ia-alert-preview > header strong { font-size: 0.72rem; letter-spacing: 0.1em; }
.ia-alert-preview > header span { display: flex; align-items: center; gap: 0.4rem; color: #766d72; font-size: 0.62rem; font-weight: 800; text-transform: uppercase; }
.ia-alert-preview > header i { width: 0.45rem; height: 0.45rem; border-radius: 50%; background: var(--nv-pink, #ff4c84); animation: iaLivePulse 1.8s infinite; }
.ia-alert-main { margin: 1rem; padding: clamp(1.2rem, 3vw, 2rem); color: #fff; background: #08090b; }
.ia-alert-main > span { color: #ef9bcb; font-size: 0.62rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.ia-alert-main h4 { margin: 1.2rem 0 0.65rem; font-size: clamp(1.5rem, 3vw, 2.5rem); line-height: 0.95; letter-spacing: -0.045em; }
.ia-alert-main p { max-width: 34rem; margin: 0 0 1.3rem; color: #d4cfd1; font-size: 0.82rem; line-height: 1.55; }
.ia-alert-main > b { display: inline-block; padding: 0.5rem 0.7rem; color: #08090b; background: #ef9bcb; font-size: 0.68rem; letter-spacing: 0.05em; text-transform: uppercase; }
.ia-alert-timeline { margin: 0 1rem 1rem; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid rgba(217, 125, 180, 0.3); background: #fff; }
.ia-alert-timeline > div { padding: 1rem; display: grid; gap: 0.35rem; opacity: 0; transform: translateY(8px); transition: opacity 350ms 350ms ease, transform 350ms 350ms ease; }
.ia-alert-timeline > div + div { border-left: 1px solid rgba(217, 125, 180, 0.3); transition-delay: 500ms; }
.ia-process-card--third.is-visible .ia-alert-timeline > div { opacity: 1; transform: translateY(0); }
.ia-alert-timeline time { color: var(--nv-pink, #d97db4); font-size: 0.62rem; font-weight: 900; }
.ia-alert-timeline span { font-size: 0.8rem; font-weight: 900; }
.ia-alert-timeline small { color: #766d72; font-size: 0.68rem; }
@media (max-width: 760px) { .ia-process-card--third { grid-template-columns: 1fr; } .ia-alert-timeline { grid-template-columns: 1fr; } .ia-alert-timeline > div + div { border-top: 1px solid rgba(217, 125, 180, 0.3); border-left: 0; } }
@media (prefers-reduced-motion: reduce) { .ia-alert-preview, .ia-alert-timeline > div { opacity: 1; transform: none; transition: none; } .ia-alert-preview > header i { animation: none; } }
.ia-process-card--fourth { margin-top: 0; grid-template-columns: minmax(340px, 1.05fr) minmax(280px, 0.95fr); }
.ia-process-card--fourth::before { right: 0; left: auto; }
.ia-process-card--fourth .ia-process-number, .ia-process-card--fourth .ia-process-copy > span { transform: translateY(1.35rem); }
.ia-data-dashboard { overflow: hidden; align-self: center; border: 1px solid rgba(0, 0, 0, 0.09); background: #fff; box-shadow: 0 20px 50px rgba(22, 12, 17, 0.08); opacity: 0; transform: translateY(18px); transition: opacity 500ms ease, transform 500ms ease; }
.ia-process-card--fourth.is-visible .ia-data-dashboard { opacity: 1; transform: translateY(0); }
.ia-data-dashboard > header { padding: 1rem 1.1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid rgba(217, 125, 180, 0.25); }
.ia-data-dashboard > header div { display: grid; gap: 0.2rem; }
.ia-data-dashboard > header span { color: #847b80; font-size: 0.58rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.ia-data-dashboard > header strong { font-size: 0.86rem; }
.ia-data-dashboard > header > b { padding: 0.45rem 0.65rem; color: #08090b; background: #ef9bcb; font-size: 0.58rem; letter-spacing: 0.05em; text-transform: uppercase; white-space: nowrap; }
.ia-data-score { padding: 1rem 1.1rem; display: grid; grid-template-columns: auto 1fr; align-items: end; gap: 1.2rem; background: #fff7fa; }
.ia-data-score > div { display: grid; gap: 0.25rem; }
.ia-data-score span { color: #847b80; font-size: 0.58rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.ia-data-score strong { font-size: clamp(2rem, 4vw, 3.4rem); line-height: 0.9; }
.ia-data-score strong small { color: #d47db3; font-size: 0.7rem; }
.ia-data-score svg { width: 100%; height: auto; }
.ia-data-score path { fill: none; stroke: var(--nv-pink, #ff4c84); stroke-width: 4; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset 1100ms 250ms ease; }
.ia-process-card--fourth.is-visible .ia-data-score path { stroke-dashoffset: 0; }
.ia-data-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(0, 0, 0, 0.07); border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
.ia-data-stats > div { padding: 1rem; display: grid; gap: 0.4rem; }
.ia-data-stats > div + div { border-left: 1px solid rgba(217, 125, 180, 0.28); }
.ia-data-stats span { color: #847b80; font-size: 0.56rem; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; }
.ia-data-stats strong { font-size: 1rem; }
.ia-data-insight { padding: 1rem 1.1rem; }
.ia-data-insight span { color: var(--nv-pink, #d97db4); font-size: 0.58rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.ia-data-insight p { margin: 0.45rem 0 0; color: #575055; font-size: 0.78rem; line-height: 1.55; }
.ia-dashboard-cta { width: fit-content; margin-top: 1.5rem; padding: 0.9rem 1.15rem; display: flex; align-items: center; gap: 1rem; color: #fff; border-radius: 999px; background: #08090b; font-size: 0.7rem; font-weight: 900; letter-spacing: 0.06em; text-decoration: none; text-transform: uppercase; transition: background-color 180ms ease; }
.ia-dashboard-cta:hover { background: var(--nv-pink, #ff4c84); }
.ia-dashboard-cta:focus-visible { outline: 2px solid var(--nv-pink, #ff4c84); outline-offset: 4px; }
@media (max-width: 760px) { .ia-process-card--fourth { grid-template-columns: 1fr; } .ia-process-card--fourth .ia-data-dashboard { grid-row: 2; } .ia-data-stats { grid-template-columns: 1fr; } .ia-data-stats > div + div { border-top: 1px solid rgba(217, 125, 180, 0.28); border-left: 0; } }
@media (prefers-reduced-motion: reduce) { .ia-data-dashboard { opacity: 1; transform: none; transition: none; } .ia-data-score path { stroke-dashoffset: 0; transition: none; } }

.ia-how-steps {
    margin-top: 1.2rem;
    list-style: none;
    display: grid;
    gap: 0.65rem;
}

.ia-how-steps li {
    margin-bottom: 0;
    padding: 0.9rem 1rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(5, 5, 5, 0.07);
    background: rgba(255, 255, 255, 0.84);
    font-size: 0.95rem;
}

.ia-how-steps strong {
    font-weight: 600;
}

.ia-how-side {
    align-self: center;
    min-width: 0;
    padding: 1.1rem;
    border-radius: 1.05rem;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(5, 5, 5, 0.07);
}

.ia-how-side-header {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin-bottom: 0.8rem;
}

.ia-how-tags {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    font-size: 0.9rem;
    color: #555555;
}

.ia-how-tags li {
    position: relative;
    padding-left: 1rem;
    line-height: 1.55;
}

.ia-how-tags li::before {
    content: "";
    position: absolute;
    top: 0.62em;
    left: 0;
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 999px;
    background: var(--nv-pink);
    box-shadow: 0 0 0 4px rgba(217, 125, 180, 0.1);
}

.ia-how-cta-wrap {
    margin-top: 1.2rem;
}

.btn-cta-ia {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    text-align: center;
}

.btn-cta-ia:hover,
.btn-cta-ia:focus-visible {
    background: var(--nv-pink);
    border-color: var(--nv-pink);
    box-shadow: 0 14px 30px rgba(217, 125, 180, 0.28);
}

/* Reuse the same sweep highlight language as the other CTA-heavy pages. */
.hero-cta .btn,
.product-highlight-link,
.btn-cta-ia {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.hero-cta .btn::before,
.product-highlight-link::before,
.btn-cta-ia::before {
    content: "";
    position: absolute;
    inset: -65% auto -65% -45%;
    width: 34%;
    transform: skewX(-18deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
    opacity: 0;
    pointer-events: none;
}

.hero-cta .btn:hover::before,
.hero-cta .btn:focus-visible::before,
.product-highlight-link:hover::before,
.product-highlight-link:focus-visible::before,
.btn-cta-ia:hover::before,
.btn-cta-ia:focus-visible::before {
    animation: homeCtaShine 0.82s ease-out;
}

@keyframes homeCtaShine {
    0% {
        left: -45%;
        opacity: 0;
    }
    18% {
        opacity: 0.9;
    }
    100% {
        left: 116%;
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-cta .btn:hover::before,
    .hero-cta .btn:focus-visible::before,
    .product-highlight-link:hover::before,
    .product-highlight-link:focus-visible::before,
    .btn-cta-ia:hover::before,
    .btn-cta-ia:focus-visible::before {
        animation: none;
    }
}

.ia-how:hover {
    transform: translateY(-4px);
    border-color: rgba(15, 93, 55, 0.18);
    box-shadow: 0 28px 78px rgba(5, 5, 5, 0.1);
}

.faq-section {
    margin: 4rem 7vw 0;
}

.faq-header {
    margin-bottom: 1.8rem;
}

.faq-header h2 {
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin-bottom: 0.6rem;
}

.faq-header p {
    color: #555555;
}

.faq-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
    gap: 2.5rem;
    align-items: flex-start;
}

.faq-item {
    border-radius: 1rem;
    border: 1px solid #e0e0e0;
    background: #f8f8f8;
    padding: 1rem 1.4rem;
    transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease,
        box-shadow 0.18s ease;
}

.faq-item summary {
    cursor: pointer;
    list-style: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.95rem;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "+";
    font-size: 1rem;
    color: #999999;
    flex: 0 0 auto;
}

.faq-item p {
    margin-top: 0.6rem;
    color: #555555;
    font-size: 0.95rem;
}

.faq-item[open] {
    border-color: #050505;
    background: #ffffff;
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
}

.faq-item:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.faq-cta {
    margin-top: 1.8rem;
    text-align: right;
}

.faq-item[open] summary::after {
    content: "−";
    color: #050505;
}

.seo-pillar-strip {
    width: min(86vw, 1180px);
    margin: 3rem auto;
    padding: 2rem;
    border-radius: 1.6rem;
    background: linear-gradient(135deg, #fbf7ef, #f4f7f1);
    border: 1px solid #ece7dd;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.04);
}

.seo-pillar-strip--blog {
    margin: 0 0 2.5rem;
    padding: 1.8rem;
}

.seo-pillar-intro {
    max-width: 760px;
    margin-bottom: 1.5rem;
}

.seo-pillar-intro h2 {
    font-size: clamp(1.35rem, 2.8vw, 1.9rem);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin-bottom: 0.8rem;
}

.seo-pillar-intro p {
    color: #4f4f4f;
    line-height: 1.7;
}

.seo-pillar-grid,
.seo-category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.3rem;
}

.seo-pillar-card,
.seo-category-card {
    border-radius: 1.3rem;
    border: 1px solid #e7e2d8;
    background: rgba(255, 255, 255, 0.92);
    padding: 1.5rem;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
}

.seo-category-card {
    color: inherit;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.seo-category-card:hover,
.seo-pillar-card:hover {
    transform: translateY(-3px);
    border-color: #d6d0c4;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.06);
}

.seo-pillar-kicker {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #7d6f52;
    margin-bottom: 0.8rem;
}

.seo-pillar-card h3,
.seo-category-card h3 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 0.8rem;
}

.seo-pillar-card p,
.seo-category-card p {
    color: #4f4f4f;
}

.seo-pill-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 1rem 0 1.2rem;
    padding: 0;
}

.seo-pill-list li {
    border-radius: 999px;
    border: 1px solid #e5dfd5;
    background: #f8f5ef;
    padding: 0.35rem 0.7rem;
    font-size: 0.76rem;
    color: #3d3d3d;
}

.shop-intent-section {
    margin: 0 7vw 3rem;
}

.shop-intent-section .shop-section-header {
    margin-bottom: 1.2rem;
}

.shop-intent-section .shop-section-header p {
    color: #555555;
    max-width: 760px;
}

.seo-faq-list {
    display: grid;
    gap: 1rem;
}

.blog-article .faq-section {
    margin: 3rem 0 0;
}

.seo-category-card .blog-card-link,
.seo-pillar-card .blog-card-link {
    margin-top: auto;
}

.seo-cta-banner {
    margin: 0 0 3rem;
    padding: 1.8rem 2rem;
    border-radius: 1.4rem;
    border: 1px solid #e7ebf2;
    background: linear-gradient(135deg, #f8fbff, #f0f5ff);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
}

@media (max-width: 900px) {
    .faq-grid {
        grid-template-columns: 1fr;
    }
}

.review-pill:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 138, 0, 0.32);
    box-shadow: 0 20px 42px rgba(5, 5, 5, 0.08);
}
@keyframes reviews-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .reviews-track {
        animation: none;
    }
}

.hero h1 {
    font-size: clamp(2.6rem, 3.6vw, 3.6rem);
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.hero p {
    max-width: 560px;
    margin: 0 0 1.5rem 0;
    color: #555555;
    font-size: clamp(0.98rem, 1.2vw, 1.08rem);
    line-height: 1.75;
}

.hero-social-proof {
    width: fit-content;
    max-width: 100%;
    margin: -0.55rem 0 1.55rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.44rem 0.85rem;
    border: 1px solid rgba(217, 125, 180, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: #373737;
    font-size: 0.78rem;
    line-height: 1.25;
    box-shadow: 0 14px 34px rgba(5, 5, 5, 0.06);
}

.hero-social-proof-stars {
    color: #050505;
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    white-space: nowrap;
}

.hero-social-proof strong {
    color: #050505;
    font-weight: 800;
}

.hero-cta {
    display: flex;
    justify-content: flex-start;
    gap: 1.2rem;
    margin-bottom: 0.75rem;
}

.hero-cta .btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.ambassadors-faq {
    margin-top: 8rem;
    padding: clamp(3rem, 5vw, 5.5rem) 0 2.5rem;
    background: none;
    border-radius: 0;
    position: relative;
}

/* Fix: align FAQ columns and improve responsiveness */
.ambassadors-faq .faq-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(0.8rem, 2vw, 1.35rem);
    width: min(96vw, 1780px);
    max-width: none;
    margin: 0 auto;
}

.ambassadors-faq .faq-column {
    display: flex;
    flex-direction: column;
    gap: clamp(0.8rem, 2vw, 1.5rem);
}

.ambassadors-faq .faq-column-intro {
    flex: 0 0 clamp(320px, 35%, 420px);
}

.ambassadors-faq .faq-column-list {
    flex: 1;
}

.ambassadors-faq .faq-card {
    border: 1px solid rgba(5, 5, 5, 0.08);
    background: #ffffff;
    border-radius: 1.9rem;
    padding: 1.4rem clamp(1.5rem, 3vw, 2.4rem);
    margin: 0;
    box-shadow: none;
    overflow: hidden;
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.ambassadors-faq .faq-card:not(.faq-card-intro) {
    flex: 1 1 100%;
    width: 100%;
}

.ambassadors-faq .faq-card-intro {
    grid-column: 1 / -1;
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
}

.ambassadors-faq .faq-card-intro .faq-intro-block {
    border: 1px solid rgba(5, 5, 5, 0.09);
    border-radius: 1.5rem;
    background: #ffffff;
    box-shadow: 0 18px 55px rgba(5, 5, 5, 0.055);
    padding: clamp(1.6rem, 3vw, 2.4rem);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(1.5rem, 4vw, 4rem);
}

.ambassadors-faq .faq-intro-block p {
    color: #4a4a4a;
    line-height: 1.7;
}

.ambassadors-faq .faq-links {
    display: flex;
    justify-content: flex-end;
}

.ambassadors-faq .faq-links .faq-link-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.72rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(5, 5, 5, 0.1);
    background: #ffffff;
    color: #050505;
    font-weight: 800;
    font-size: 0.84rem;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-decoration: none;
    transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
}

.ambassadors-faq .faq-links .faq-link-btn::after {
    content: "->";
    margin-left: 0.5rem;
    font-size: 0.86em;
    line-height: 1;
}

.ambassadors-faq .faq-links .faq-link-btn--primary {
    background: #050505;
    border-color: #050505;
    color: #ffffff;
    box-shadow: 0 18px 36px rgba(5, 5, 5, 0.16);
}

.ambassadors-faq .faq-links .faq-link-btn--secondary {
    background: rgba(248, 248, 248, 0.95);
    border-color: rgba(5, 5, 5, 0.08);
    color: #202020;
}

.ambassadors-faq .faq-links .faq-link-btn--tertiary {
    background: rgba(248, 248, 248, 0.95);
    border-color: rgba(5, 5, 5, 0.08);
    color: #202020;
}

.ambassadors-faq .faq-links .faq-link-btn:hover,
.ambassadors-faq .faq-links .faq-link-btn:focus {
    transform: translateY(-1px);
    text-decoration: none;
}

.ambassadors-faq .faq-links .faq-link-btn--primary:hover,
.ambassadors-faq .faq-links .faq-link-btn--primary:focus {
    background: var(--nv-pink);
    border-color: var(--nv-pink);
    color: #ffffff;
    box-shadow: 0 18px 36px rgba(217, 125, 180, 0.28);
}

.ambassadors-faq .faq-links .faq-link-btn--secondary:hover,
.ambassadors-faq .faq-links .faq-link-btn--secondary:focus {
    background: #f2f2f2;
    border-color: rgba(5, 5, 5, 0.16);
    color: #050505;
}

.ambassadors-faq .faq-links .faq-link-btn--tertiary:hover,
.ambassadors-faq .faq-links .faq-link-btn--tertiary:focus {
    background: #f2f2f2;
    border-color: rgba(5, 5, 5, 0.16);
    color: #050505;
}

.ambassadors-faq .faq-card.is-open {
    border-color: var(--nv-pink);
    box-shadow: 0 50px 110px rgba(5, 5, 5, 0.16);
    transform: translateY(-2px);
}

.ambassadors-faq .faq-card-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border: none;
    background: transparent;
    font-size: 1.05rem;
    font-weight: 600;
    text-align: left;
    padding: 1.6rem 2.2rem;
    cursor: pointer;
    color: inherit;
}

.ambassadors-faq .faq-card-toggle:focus-visible {
    outline: 2px solid #050505;
    outline-offset: 4px;
    border-radius: 1.4rem;
}

.ambassadors-faq .faq-question-text {
    flex: 1;
}

.ambassadors-faq .faq-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(5, 5, 5, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(5, 5, 5, 0.14);
    position: relative;
    flex: 0 0 auto;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.ambassadors-faq .faq-icon::before,
.ambassadors-faq .faq-icon::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    border-radius: 2px;
    background: #050505;
    transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}

.ambassadors-faq .faq-icon::after {
    transform: rotate(90deg);
}

.ambassadors-faq .faq-card.is-open .faq-icon {
    background: #050505;
    border-color: #050505;
}

.ambassadors-faq .faq-card.is-open .faq-icon::before,
.ambassadors-faq .faq-card.is-open .faq-icon::after {
    background: #ffffff;
}

.ambassadors-faq .faq-card.is-open .faq-icon::after {
    opacity: 0;
    transform: rotate(90deg) scaleX(0.4);
}

.ambassadors-faq .faq-card-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    padding: 0 2.2rem;
    opacity: 0;
}

.ambassadors-faq .faq-card-panel p {
    margin: 0;
    padding-bottom: 1.8rem;
    border-top: 1px solid rgba(5, 5, 5, 0.05);
    margin-top: 1.1rem;
    color: #4a4a4a;
}

.ambassadors-faq .faq-card.is-open .faq-card-panel {
    opacity: 1;
}

@media (max-width: 1100px) {
    .ambassadors-faq .faq-grid {
        grid-template-columns: 1fr;
    }

    .ambassadors-faq .faq-column-intro,
    .ambassadors-faq .faq-column-list {
        flex: 1 1 100%;
    }

    .ambassadors-faq .faq-card {
        padding: 1.2rem clamp(1.2rem, 4vw, 2.2rem);
    }

    .ambassadors-faq .faq-card-panel {
        padding: 0 1.2rem;
    }
}

@media (max-width: 640px) {
    .ambassadors-faq {
        margin-top: 5rem;
        padding: 2.5rem 0;
    }

    .ambassadors-faq .faq-grid {
        width: calc(100% - 1rem);
    }

    .ambassadors-faq .faq-card-intro .faq-intro-block {
        padding: 1.6rem;
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    .ambassadors-faq .faq-card-toggle {
        gap: 0.8rem;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .ambassadors-faq .faq-links {
        justify-content: flex-start;
    }

    .ambassadors-faq .faq-links .faq-link-btn {
        width: 100%;
        justify-content: space-between;
    }

    .ambassadors-faq .faq-icon {
        width: 32px;
        height: 32px;
    }
}

@keyframes faqSlideDown {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.blog-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    margin-top: auto;
}

  .blog-card-link::after {
      content: "→";
      font-size: 0.9rem;
  }

@media (max-width: 1080px) {
    .product-highlight,
    .ia-how {
        grid-template-columns: 1fr;
    }

    .product-highlight-panel {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .story-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .seo-pillar-grid,
    .seo-category-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .hero {
        max-width: 100vw;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .hero-product-stage,
    .hero-content,
    .hero p,
    .hero-social-proof,
    .hero-cta {
        width: min(100%, calc(100vw - 2rem));
        max-width: 100%;
        min-width: 0;
    }

    .hero-media {
        width: min(100%, 300px);
        max-width: 100%;
        overflow: hidden;
    }

    .hero-image {
        width: 100%;
        max-width: 100%;
    }

    .hero p {
        overflow-wrap: anywhere;
        margin-left: auto;
        margin-right: auto;
        max-width: 340px;
    }

    .hero-social-proof {
        flex-wrap: wrap;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }

    .hero-cta {
        justify-content: center;
        flex-direction: column;
        align-items: stretch;
        gap: 0.85rem;
        box-sizing: border-box;
    }

    .hero-cta .btn {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        white-space: normal;
        padding-left: 0.95rem;
        padding-right: 0.95rem;
        font-size: clamp(0.72rem, 3.3vw, 0.84rem);
        line-height: 1.25;
        letter-spacing: 0.1em;
    }

    .product-highlight-panel {
        grid-template-columns: 1fr;
    }

    .reviews-section,
    .seo-pillar-strip {
        width: calc(100% - 2rem);
    }

    .ia-how {
        width: calc(100% - 1rem);
    }

    .product-highlight {
        width: calc(100% - 1rem);
    }

    .story-gallery-section {
        width: calc(100% - 1rem);
    }

    .story-gallery-grid {
        grid-template-columns: 1fr;
    }

    .story-gallery-card {
        min-height: 340px;
    }

    .reviews-header {
        display: block;
    }

    .review-pill {
        flex-basis: min(82vw, 320px);
    }
}

.home-popup {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 3000;
}

body.has-popup-open {
    overflow: hidden;
}

body.has-mobile-menu-open {
    overflow-x: clip;
    overflow-y: visible;
}

.product-highlight-placeholder {
    position: relative;
    overflow: visible;
    width: 100%;
    min-height: 0;
    height: 0;
    background: #ffffff;
}

.why-nutrivolta { position: relative; z-index: 3; width: min(calc(100% - 2rem), 1180px); margin: clamp(1.5rem, 3vw, 2.5rem) auto 0; padding: clamp(1.5rem, 3.5vw, 3.25rem); display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr); align-items: center; gap: clamp(2rem, 7vw, 7rem); border-radius: 0.4rem; background: #ffffff; font-family: "Segoe UI", Arial, sans-serif; isolation: isolate; overflow: hidden; }
.why-nutrivolta-outline { position: absolute; z-index: 5; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.why-nutrivolta-outline line { fill: none; stroke: var(--nv-pink, #ff4c84); stroke-width: 2; vector-effect: non-scaling-stroke; transform: scaleX(var(--why-line-progress, 0)); transform-origin: left center; transform-box: fill-box; will-change: transform; }
.why-nutrivolta-heading > p { margin: 0 0 1rem; font-size: 0.72rem; font-weight: 900; letter-spacing: 0.17em; text-transform: uppercase; }
.why-nutrivolta h2 { margin: 0; font-size: clamp(2.4rem, 5vw, 4.8rem); line-height: 0.88; letter-spacing: -0.075em; }
.why-nutrivolta h2 em { color: var(--nv-pink, #d97db4); font-style: normal; }
.why-nutrivolta-copy { max-width: 680px; margin: 0; color: #666166; font-size: clamp(1.05rem, 1.65vw, 1.45rem); line-height: 1.7; }
.why-nutrivolta-benefits { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: clamp(0.5rem, 1.5vw, 1.25rem); border-top: 1px solid rgba(217, 125, 180, 0.38); }
.why-nutrivolta-benefit { min-height: 12rem; padding: clamp(1.5rem, 2.6vw, 2.5rem); color: inherit; text-decoration: none; transition: background-color 180ms ease; }
.why-nutrivolta-benefit:hover { background: rgba(255, 76, 132, 0.045); }
.why-nutrivolta-benefit:focus-visible { outline: 2px solid var(--nv-pink, #ff4c84); outline-offset: -2px; }
.why-nutrivolta-benefit + .why-nutrivolta-benefit { border-left: 1px solid rgba(217, 125, 180, 0.38); }
.why-nutrivolta-benefit > span { display: block; margin-bottom: clamp(1.8rem, 3vw, 3rem); color: var(--nv-pink, #d97db4); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.16em; }
.why-nutrivolta-benefit h3 { margin: 0 0 0.7rem; font-size: clamp(1.15rem, 1.65vw, 1.55rem); line-height: 1.05; letter-spacing: -0.035em; }
.why-nutrivolta-benefit p { max-width: 28rem; margin: 0; color: #666166; font-size: 0.96rem; line-height: 1.6; }
@media (min-width: 701px) { .why-nutrivolta { width: 100%; max-width: none; border-radius: 0; } .why-nutrivolta-copy { transform: translateY(1rem); } }
@media (max-width: 700px) { .why-nutrivolta { width: calc(100% - 1rem); padding: 1.7rem 1.35rem; grid-template-columns: 1fr; gap: 1.5rem; } .why-nutrivolta h2 { font-size: clamp(2.6rem, 13vw, 4rem); } .why-nutrivolta-copy { font-size: 1rem; line-height: 1.65; } .why-nutrivolta-benefits { grid-template-columns: 1fr; margin-top: 0.25rem; } .why-nutrivolta-benefit { min-height: 0; padding: 1.4rem 0.15rem; } .why-nutrivolta-benefit + .why-nutrivolta-benefit { border-top: 1px solid rgba(217, 125, 180, 0.38); border-left: 0; } .why-nutrivolta-benefit > span { margin-bottom: 0.75rem; } }
@media (prefers-reduced-motion: reduce) { .why-nutrivolta-outline line { transform: scaleX(1); } }

.why-range-connector { position: relative; z-index: 4; width: 2px; height: clamp(4rem, 7vw, 7rem); margin: 0 auto; background: var(--nv-pink, #ff4c84); transform: scaleY(var(--range-connector-progress, 0)); transform-origin: top center; will-change: transform; }
.range-ia-connector { position: relative; z-index: 4; width: 2px; height: clamp(7rem, 12vw, 12rem); margin: 0 auto; background: var(--nv-pink, #ff4c84); transform: scaleY(var(--range-connector-progress, 0)); transform-origin: top center; will-change: transform; }
.home-product-range { width: min(calc(100% - 2rem), 1180px); margin: 0 auto; padding: clamp(2rem, 4vw, 4rem); display: block; border: 1px solid rgba(0, 0, 0, 0.08); border-radius: 1.5rem; background: #fff; }
.home-product-range-heading > p { grid-column: 1 / -1; margin: 0 0 1rem; color: var(--nv-pink, #d97db4); font-size: 0.72rem; font-weight: 900; letter-spacing: 0.17em; text-transform: uppercase; }
.home-product-range-heading { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 1rem 2rem; }
.home-product-range-heading h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 0.95; letter-spacing: -0.065em; }
.home-product-range-heading h2 em { color: var(--nv-pink, #d97db4); font-style: normal; }
.home-product-range-all { position: relative; z-index: 0; margin-bottom: 0.35rem; padding: 0.2rem 0.35rem; color: #08090b; font-size: 0.72rem; font-weight: 900; letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase; }
.home-product-range-all::before { content: ""; position: absolute; z-index: -1; right: 0; bottom: 0; left: 0; height: 48%; background: rgba(255, 76, 132, 0.48); transition: height 180ms ease; }
.home-product-range-all:hover::before { height: 100%; }
.home-product-range-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.85rem; margin-top: clamp(1.25rem, 2.5vw, 2.25rem); }
.home-product-range-card { min-width: 0; padding: 1rem; display: flex; flex-direction: column; justify-content: space-between; color: #08090b; text-decoration: none; border: 1px solid rgba(0, 0, 0, 0.055); border-radius: 0.35rem; background: #fff7fa; transition: transform 180ms ease, box-shadow 180ms ease; }
.home-product-range-card:nth-child(2) { background: #f8f3ff; }
.home-product-range-card:nth-child(3) { background: #fff8e8; }
.home-product-range-card:hover { transform: translateY(-5px); box-shadow: 0 18px 35px rgba(24, 13, 19, 0.1); }
.home-product-range-card:focus-visible { outline: 2px solid var(--nv-pink, #ff4c84); outline-offset: 3px; }
.home-product-range-card img { width: 100%; aspect-ratio: 1; height: auto; margin: 0 0 1.1rem; object-fit: cover; object-position: center; background: #fff; }
.home-product-range-card div { display: grid; gap: 0.35rem; }
.home-product-range-card strong { font-size: 1rem; line-height: 1.1; }
.home-product-range-card p { margin: 0.15rem 0 0.45rem; color: #666166; font-size: 0.82rem; line-height: 1.5; }
.home-product-range-card small { width: fit-content; margin-top: 0.35rem; padding: 0.65rem 0.9rem; color: #fff; border-radius: 999px; background: #08090b; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; transition: background-color 180ms ease; }
.home-product-range-card:hover small { background: var(--nv-pink, #ff4c84); }
@media (min-width: 701px) { .home-product-range { width: 100%; max-width: none; border-right: 0; border-left: 0; border-radius: 0; } }
@media (max-width: 600px) { .home-product-range { width: calc(100% - 1rem); padding: 1.35rem; } .home-product-range-heading { grid-template-columns: 1fr; } .home-product-range-all { width: fit-content; margin: 0; } .home-product-range-grid { grid-template-columns: 1fr; } }

.effort-product-showcase {
    position: relative;
    isolation: isolate;
    width: min(100% - 3rem, 1080px);
    min-height: clamp(390px, 37vw, 490px);
    margin: clamp(3.5rem, 5vw, 5rem) auto clamp(3rem, 6vw, 6rem);
    overflow: visible;
    border-radius: 2rem;
    background: transparent;
}
.effort-product-showcase[hidden] { display: none !important; }
.effort-product-showcase[hidden] + .ia-how { margin-top: 0; }

.effort-product-rays { position: absolute; z-index: -1; top: 10%; left: 50%; width: min(50%, 510px); height: 78%; translate: -50% 0; opacity: 0.2; border-radius: 48%; background: repeating-conic-gradient(from -22deg at 50% 72%, rgba(205, 224, 205, 0.72) 0 7deg, transparent 7deg 15deg); clip-path: inset(0 round 48%); }
.effort-product-single { position: absolute; z-index: 2; display: block; width: clamp(430px, 43vw, 555px); translate: -50% -50%; scale: 1; transition: scale 320ms ease; }
.effort-product-single--left { top: 54%; left: 31%; rotate: 85deg; opacity: 0.88; }
.effort-product-single--center { z-index: 4; top: 51%; left: 50%; width: clamp(475px, 47vw, 610px); rotate: 90deg; }
.effort-product-single--right { top: 54%; left: 69%; rotate: 95deg; opacity: 0.88; }
.effort-product-single--left:hover, .effort-product-single--left:focus-visible, .effort-product-single--right:hover, .effort-product-single--right:focus-visible { opacity: 1; }
.effort-product-heading { position: absolute; z-index: 7; top: -2.4rem; left: 50%; margin: 0; translate: -50% 0; white-space: nowrap; font-size: clamp(1.3rem, 2.2vw, 2rem); line-height: 1; letter-spacing: -0.04em; }
.effort-product-cta { position: absolute; z-index: 7; isolation: isolate; overflow: hidden; bottom: -6rem; left: 50%; translate: -50% 0; padding: 0.95rem 1.6rem; border-radius: 999px; background: #050505; color: #fff; box-shadow: 0 16px 34px rgba(5, 5, 5, 0.18); font-size: 0.78rem; font-weight: 900; letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase; white-space: nowrap; transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.effort-product-cta::before { content: ""; position: absolute; z-index: 0; top: -70%; bottom: -70%; left: -42%; width: 24%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent); transform: skewX(-20deg); pointer-events: none; }
.effort-product-cta:hover::before, .effort-product-cta:focus-visible::before { animation: nvHeroButtonShine 720ms ease-out; }
.effort-product-cta:hover, .effort-product-cta:focus-visible { background: var(--nv-pink, #ff4c84); color: #ffffff; transform: translateY(-2px); box-shadow: 0 18px 38px rgba(255, 76, 132, 0.28); outline: none; }
.effort-product-single:hover, .effort-product-single:focus-visible { scale: 1.045; outline: none; }
.effort-product-single img { display: block; width: 100%; height: auto; }
.effort-product-showcase [hidden] { display: none !important; }
.effort-product-card { position: absolute; top: 18%; display: flex; flex-direction: column; overflow: hidden; width: clamp(180px, 18vw, 235px); height: clamp(300px, 30vw, 395px); padding: clamp(1.5rem, 2.7vw, 2.5rem); border-radius: 1.35rem; color: #171719; text-decoration: none; box-shadow: none; }
.effort-product-card:hover, .effort-product-card:focus-visible { outline: none; }
.effort-product-card::after { content: ""; position: absolute; z-index: 8; inset: 0; pointer-events: none; border-radius: inherit; background: linear-gradient(118deg, transparent 18%, rgba(255, 255, 255, 0.04) 30%, rgba(255, 255, 255, 0.28) 48%, rgba(255, 255, 255, 0.1) 62%, transparent 78%); }
.effort-product-card--before { z-index: 1; left: 18%; rotate: -10deg; background: linear-gradient(145deg, #fa668b, #ee83a5); color: #fff; }
.effort-product-card--during { z-index: 3; left: 50%; translate: -50% 5%; background: linear-gradient(145deg, #66c96d, #76cf7c); }
.effort-product-card--after { z-index: 2; right: 18%; rotate: 11deg; background: linear-gradient(145deg, #ffd346, #f7c940); }
.effort-product-timing { font-size: 0.68rem; font-weight: 900; letter-spacing: 0.22em; text-transform: uppercase; }
.effort-product-card > strong { margin-top: clamp(2.6rem, 6vw, 5.5rem); max-width: 100%; font-size: clamp(1.55rem, 2.4vw, 2.25rem); line-height: 0.9; letter-spacing: -0.055em; text-transform: uppercase; }
.effort-product-card > small { margin-top: 1.5rem; font-size: clamp(0.86rem, 1.3vw, 1.05rem); line-height: 1.35; }
.effort-product-card > b { margin-top: auto; align-self: flex-end; display: grid; text-align: center; font-size: 0.62rem; line-height: 1; text-transform: uppercase; }
.effort-product-card > b em { font-size: clamp(2rem, 4vw, 3.3rem); font-style: normal; font-weight: 950; }
.effort-product-pill, .effort-product-signature { position: absolute; z-index: 6; }
.effort-product-pill { padding: 0.8rem 1.15rem; border-radius: 999px; background: #fff; box-shadow: 0 16px 34px rgba(34, 28, 31, 0.12); font-size: 0.74rem; font-weight: 800; }
.effort-product-pill--energy { top: 38%; left: 15%; rotate: -4deg; }
.effort-product-pill--digestion { right: 15%; bottom: 25%; rotate: 4deg; }
.effort-product-signature { top: 11%; right: 5%; display: grid; rotate: 7deg; text-align: center; }
.effort-product-signature strong { font-size: 1.8rem; line-height: 1; }
.effort-product-signature small { font-size: 0.65rem; font-weight: 800; }
@media (max-width: 860px) { .effort-product-showcase { width: calc(100% - 2rem); min-height: 440px; } .effort-product-card { top: 19%; width: min(31vw, 205px); height: 330px; } .effort-product-card--before { left: 15%; } .effort-product-card--after { right: 15%; } }
@media (max-width: 600px) { .effort-product-showcase { width: calc(100% - 1rem); min-height: 620px; margin-top: 0; overflow: hidden; border-radius: 1.4rem; } .effort-product-card { top: auto; width: min(62vw, 225px); height: 340px; } .effort-product-single { width: 410px; } .effort-product-single--left { top: 42%; left: 24%; } .effort-product-single--center { top: 48%; left: 50%; width: 455px; } .effort-product-single--right { top: 42%; left: 76%; } .effort-product-heading { top: 1rem; font-size: 1.3rem; } .effort-product-cta { bottom: 0.25rem; font-size: 0.68rem; } .effort-product-card--before { top: 11%; left: 4%; rotate: -7deg; } .effort-product-card--after { top: 11%; right: 4%; rotate: 7deg; } .effort-product-card--during { top: 26%; left: 50%; translate: -50% 0; } .effort-product-card > strong { margin-top: 3.5rem; font-size: 1.75rem; } .effort-product-pill--energy { top: 13%; left: 2%; } .effort-product-pill--digestion { right: 2%; bottom: 6%; } .effort-product-signature { top: 8%; right: 3%; } }

@media (max-width: 760px) {
    .product-highlight-placeholder {
        min-height: 0;
    }

}

.home-popup.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.home-popup-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(8px);
}

.home-popup-panel {
    position: relative;
    width: 100%;
    max-width: 960px;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 45px 140px rgba(5, 5, 5, 0.25);
    overflow: hidden;
    z-index: 1;
}

.home-popup-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    min-height: 420px;
}

.home-popup-visual {
    background-image: url("../images/produits/photo-volta-barre-running-endurance-desktop.webp");
    background-size: cover;
    background-position: center;
    filter: grayscale(100%);
}

.home-popup-content {
    padding: 2.4rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.home-popup-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-popup-eyebrow {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #787878;
}

.home-popup-close {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(5, 5, 5, 0.1);
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
}

.home-popup-title {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    margin: 0;
}

.home-popup-text {
    color: #4a4a4a;
    margin-bottom: 0.5rem;
}

.home-popup-separator {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin: 0.75rem 0;
}

.home-popup-options {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.home-popup-option {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.9rem;
    padding: 0.85rem 1rem;
    border-radius: 16px;
    border: 1px solid rgba(5, 5, 5, 0.08);
    background: #f9f9f9;
    align-items: flex-start;
}

.home-popup-option input {
    position: absolute;
    opacity: 0;
}

.home-popup-option-box {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    border: 1px solid rgba(5, 5, 5, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 600;
}

.home-popup-option-text {
    line-height: 1.5;
    color: #333;
}

.home-popup-option-text strong {
    display: block;
    margin-bottom: 0.15rem;
}

.home-popup-option input:checked + .home-popup-option-box {
    background: #050505;
    border-color: #050505;
    color: #fff;
}

.home-popup-option input:checked + .home-popup-option-box::after {
    content: "\2713";
}

.home-popup-form {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
}

.home-popup-label {
    width: 100%;
    max-width: 360px;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6b6b6b;
}

.home-popup-form .footer-input,
.home-popup-form .btn {
    width: 100%;
    max-width: 360px;
    height: 48px;
    line-height: 48px;
    border-radius: 999px;
    text-align: center;
    box-sizing: border-box;
}

.home-popup-form .footer-input {
    border: 1px solid rgba(5, 5, 5, 0.2);
    padding: 0 1.2rem;
    font-size: 0.95rem;
    background: #fff;
}

.home-popup-form .footer-input:focus {
    outline: none;
    border-color: #050505;
    box-shadow: 0 0 0 3px rgba(5, 5, 5, 0.08);
}

.home-popup-error {
    min-height: 1.2rem;
    font-size: 0.82rem;
    color: #c0392b;
}

.home-popup-form .btn {
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 900px) {
    .home-popup-panel {
        border-radius: 18px;
    }

    .home-popup-layout {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .home-popup-visual {
        min-height: 200px;
        background-image: url("../images/produits/photo-volta-barre-running-endurance-mobile.webp");
    }
}

@media (max-width: 640px) {
    .home-popup {
        padding: 1.25rem;
    }

    .home-popup-content {
        padding: 1.8rem 1.5rem 2rem;
    }

    .home-popup-form .footer-input,
    .home-popup-form .btn,
    .home-popup-label {
        max-width: 100%;
    }
}

/* Newsletter popup ------------------------------------------------------- */
.newsletter-popup {
    --surface: #0b1020;
    --card: #ffffff;
    --ink: #0c1224;
    --muted: #4a5062;
    --primary: var(--nv-pink);
    --primary-dark: #d94f73;
    --border: rgba(12, 18, 36, 0.08);
    --newsletter-popup-padding: clamp(0.85rem, 4vw, 2.4rem);
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: var(--newsletter-popup-padding);
    z-index: 3000;
    font-family: "Space Grotesk", "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
    background: rgba(8, 10, 20, 0.75);
    backdrop-filter: blur(12px);
    overflow-y: auto;
    overscroll-behavior: contain;
}

.newsletter-popup.is-visible {
    display: flex;
}

.newsletter-popup__backdrop {
    position: absolute;
    inset: 0;
    background: transparent;
}

.newsletter-popup__panel {
    position: relative;
    width: min(960px, 100%);
    max-height: calc(100dvh - (var(--newsletter-popup-padding) * 2));
    margin: auto;
    background: var(--card);
    border-radius: 12px;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    box-shadow: 0 30px 120px rgba(0, 0, 0, 0.26);
    transform: translateY(14px);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.newsletter-popup.is-visible .newsletter-popup__panel {
    opacity: 1;
    transform: translateY(0);
}

.newsletter-popup__visual {
    background:
        linear-gradient(160deg, rgba(11, 17, 30, 0.55), rgba(11, 17, 30, 0.1)),
        url("../images/produits/photo-volta-barre-running-endurance-desktop.webp");
    background-size: cover;
    background-position: center;
    filter: grayscale(20%) contrast(1.05);
    min-height: clamp(320px, 46vw, 520px);
    height: 100%;
}

.newsletter-popup__content {
    padding: clamp(1.5rem, 3vw, 2.15rem);
    display: flex;
    flex-direction: column;
    gap: 0.78rem;
    justify-content: center;
    color: var(--ink);
    min-width: 0;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.newsletter-popup__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.95rem;
    border-radius: 999px;
    background: rgba(217, 125, 180, 0.14);
    color: #b93661;
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin: 0.35rem 0 0.1rem;
    font-weight: 800;
    box-shadow: none;
    align-self: flex-start;
}

.newsletter-popup__title {
    margin: 0;
    font-size: clamp(1.7rem, 3vw, 2.2rem);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: var(--ink);
}

.newsletter-popup__subtitle {
    margin: 0;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.5;
}

.newsletter-popup__bonus {
    margin: 0.05rem 0 0.2rem;
    padding: 0;
    border: 0;
    background: transparent;
    display: block;
}

.newsletter-popup__bonus::before {
    content: none;
}

.newsletter-popup__bonus strong {
    display: none;
}

.newsletter-popup__bonus-text {
    margin: 0;
    color: var(--muted);
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.45;
}

.newsletter-popup__form {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-top: 0.2rem;
}

.newsletter-popup__consent {
    margin: 0.15rem 0;
    color: var(--muted);
    font-size: 0.78rem;
    line-height: 1.35;
}

.newsletter-popup__privacy-notice {
    margin: 0;
    color: var(--muted);
    font-size: 0.68rem;
    line-height: 1.4;
}

.newsletter-popup__privacy-notice a {
    color: var(--primary);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.newsletter-popup__label {
    font-size: 0.86rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--muted);
    font-weight: 700;
}

.newsletter-popup__input {
    border-radius: 12px;
    border: 1px solid var(--border);
    padding: 0.9rem 1rem;
    font-size: 1rem;
    background: #fff8fb;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    box-shadow: none;
}

.newsletter-popup__input:focus {
    outline: none;
    border-color: rgba(217, 125, 180, 0.62);
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(217, 125, 180, 0.16);
}

.newsletter-popup__cta {
    width: 100%;
    text-align: center;
    border-radius: 999px;
    border: none;
    background: var(--primary);
    box-shadow: 0 12px 28px rgba(217, 125, 180, 0.28);
    font-weight: 800;
    color: #ffffff;
    padding: 0.95rem 1.1rem;
    letter-spacing: 0.08em;
    transition: background-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.newsletter-popup__cta:hover {
    background: var(--primary-dark);
    transform: translateY(-1px);
    box-shadow: 0 18px 44px rgba(217, 125, 180, 0.36);
}

.newsletter-popup__cta:active {
    transform: translateY(0);
}

.newsletter-popup__ghost {
    width: 100%;
    text-align: center;
    border-radius: 999px;
    border: 0;
    background: transparent;
    color: var(--ink);
    padding: 0.65rem 1.1rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    transition: border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.newsletter-popup__ghost:hover {
    color: var(--primary);
    transform: translateY(-1px);
}

.newsletter-popup__spam {
    font-size: 0.84rem;
    color: var(--muted);
    margin: 0.25rem 0 0;
    text-align: center;
}

.newsletter-popup__error {
    font-size: 0.86rem;
    color: #c0392b;
    min-height: 1em;
}

.newsletter-popup__error:empty {
    display: none;
}

.newsletter-popup__success-cta {
    display: none;
    width: 100%;
    border: none;
    border-radius: 12px;
    padding: 1rem 1.1rem;
    background: var(--nv-pink);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    cursor: pointer;
    box-shadow: 0 18px 42px rgba(217, 125, 180, 0.3);
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
    transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease;
}

.newsletter-popup__success-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 22px 46px rgba(217, 125, 180, 0.36);
}

.newsletter-popup__success-cta:active {
    transform: translateY(0);
}

.newsletter-popup--success .newsletter-popup__form,
.newsletter-popup--success .newsletter-popup__bonus,
.newsletter-popup--success .newsletter-popup__ghost,
.newsletter-popup--success .newsletter-popup__cta {
    display: none;
}

.newsletter-popup--success .newsletter-popup__title {
    color: var(--primary);
}

.newsletter-popup--success .newsletter-popup__success-cta {
    display: inline-flex;
}

.newsletter-popup__close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    border: 1px solid rgba(12, 18, 36, 0.12);
    background: #ffffff;
    color: var(--ink);
    font-size: 1.05rem;
    font-weight: 700;
    cursor: pointer;
    z-index: 3;
    line-height: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.16);
    transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.newsletter-popup__close:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
    background: #ffffff;
}

body.newsletter-popup-open {
    overflow: hidden;
}

.newsletter-popup .btn:focus-visible,
.newsletter-popup__cta:focus-visible,
.newsletter-popup__success-cta:focus-visible,
.newsletter-popup__ghost:focus-visible,
.newsletter-popup__close:focus-visible,
.newsletter-popup__input:focus-visible {
    outline: 2px solid rgba(217, 125, 180, 0.48);
    outline-offset: 3px;
}

@media (max-width: 760px) {
    .newsletter-popup__panel {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .newsletter-popup__visual {
        height: clamp(130px, 24dvh, 210px);
        min-height: 0;
        background-image:
            linear-gradient(160deg, rgba(11, 17, 30, 0.55), rgba(11, 17, 30, 0.1)),
            url("../images/produits/photo-volta-barre-running-endurance-mobile.webp");
        background-position: center 34%;
    }

    .newsletter-popup__content {
        justify-content: flex-start;
        overflow: visible;
    }
}

@media (max-width: 640px) {
    .newsletter-popup {
        --newsletter-popup-padding: 0.5rem;
    }

    .newsletter-popup__panel {
        border-radius: 14px;
    }

    .newsletter-popup__visual {
        height: clamp(120px, 21dvh, 160px);
    }

    .newsletter-popup__content {
        gap: 0.6rem;
        padding: 1rem 1rem 1.1rem;
    }

    .newsletter-popup__eyebrow {
        margin: 0;
    }

    .newsletter-popup__title {
        font-size: clamp(1.45rem, 6vw, 1.7rem);
        line-height: 1.08;
    }

    .newsletter-popup__subtitle {
        font-size: 0.9rem;
        line-height: 1.4;
    }

    .newsletter-popup__bonus {
        gap: 0.45rem;
        margin: 0;
        padding: 0.7rem 0.8rem;
    }

    .newsletter-popup__bonus-text {
        font-size: 0.9rem;
        line-height: 1.4;
    }

    .newsletter-popup__form {
        gap: 0.3rem;
        margin-top: 0;
    }

    .newsletter-popup__input {
        min-height: 44px;
        padding: 0.7rem 0.85rem;
    }

    .newsletter-popup__cta,
    .newsletter-popup__ghost {
        min-height: 44px;
        padding: 0.72rem 0.9rem;
    }

    .newsletter-popup__spam {
        margin-top: 0.15rem;
        font-size: 0.76rem;
        line-height: 1.35;
    }

    .newsletter-popup__close {
        top: 0.6rem;
        right: 0.6rem;
        width: 44px;
        height: 44px;
    }
}

@media (max-width: 420px) {
    .newsletter-popup {
        --newsletter-popup-padding: 0.4rem;
    }

    .newsletter-popup__visual {
        height: clamp(108px, 19dvh, 140px);
    }

    .newsletter-popup__content {
        gap: 0.55rem;
        padding: 0.9rem 0.85rem 1rem;
    }

    .newsletter-popup__eyebrow {
        font-size: 0.72rem;
        letter-spacing: 0.1em;
        padding: 0.4rem 0.75rem;
    }

    .newsletter-popup__title {
        font-size: clamp(1.35rem, 7vw, 1.55rem);
    }

    .newsletter-popup__bonus strong {
        justify-self: start;
        font-size: 0.7rem;
        letter-spacing: 0.08em;
    }

    .newsletter-popup__bonus-text {
        font-size: 0.86rem;
    }

    .newsletter-popup__cta {
        font-size: 0.84rem;
        letter-spacing: 0.06em;
    }
}

@media (max-height: 820px) and (min-width: 761px) {
    .newsletter-popup {
        align-items: flex-start;
    }

    .newsletter-popup__visual {
        min-height: clamp(180px, 26vh, 260px);
    }

    .newsletter-popup__content {
        gap: 0.65rem;
        padding-block: 1.35rem;
    }

    .newsletter-popup__eyebrow,
    .newsletter-popup__bonus,
    .newsletter-popup__form,
    .newsletter-popup__spam {
        margin-top: 0;
        margin-bottom: 0;
    }

    .newsletter-popup__bonus {
        padding: 0.7rem 0.9rem;
    }

    .newsletter-popup__input,
    .newsletter-popup__cta,
    .newsletter-popup__ghost {
        padding-block: 0.75rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .newsletter-popup__panel,
    .newsletter-popup__close,
    .newsletter-popup__cta,
    .newsletter-popup__ghost,
    .newsletter-popup__success-cta {
        transition: none;
    }
}

/* Unified page canvas: keep internal cards, remove the large floating section shells. */
.product-highlight,
.ia-how {
    background: transparent;
    border: none;
    border-top: 1px solid rgba(5, 5, 5, 0.08);
    border-radius: 0;
    box-shadow: none;
}

.product-highlight:hover,
.ia-how:hover {
    transform: none;
    box-shadow: none;
}

.volta-stack-section {
    background: transparent;
}

/* Hero photo: show the full asset without overlay or crop. */
.hero-placeholder {
    position: relative;
    width: 100vw;
    height: clamp(32rem, 44vw, 43rem);
    margin: 0 calc(50% - 50vw);
    background: #ffffff;
    overflow: clip;
    clip-path: inset(0);
    contain: paint;
}

.hero-triple-curve {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    user-select: none;
    clip-path: inset(0);
}

.hero-triple-curve .curve-draw {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: heroCurveDraw 850ms cubic-bezier(0.22, 0.72, 0.24, 1) forwards;
}

.nv-hero {
    isolation: isolate;
    min-height: 680px;
    background:
        radial-gradient(circle at 13% 24%, rgba(255, 76, 132, 0.08), transparent 28%),
        radial-gradient(circle at 82% 68%, rgba(255, 199, 82, 0.12), transparent 31%),
        #ffffff;
}

.nv-hero .hero-triple-curve {
    z-index: 0;
    opacity: 1;
    left: 30%;
    width: 70%;
    -webkit-mask-image: none;
    mask-image: none;
}

.nv-hero-layout {
    position: relative;
    z-index: 2;
    width: min(1320px, calc(100% - 7vw));
    height: 100%;
    min-height: 680px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: clamp(2rem, 4vw, 5rem);
    padding: clamp(3.5rem, 6vw, 6rem) 0 clamp(3rem, 5vw, 5rem);
}

.nv-hero-content {
    position: relative;
    z-index: 4;
    width: min(44vw, 590px);
    max-width: 100%;
}

.nv-hero-eyebrow {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin: 0;
    color: var(--nv-pink, #ff4c84);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.nv-hero-eyebrow::before {
    content: "";
    width: 2rem;
    height: 0.42rem;
    border-radius: 999px;
    background: var(--nv-pink, #ff4c84);
}

.nv-hero h1 {
    max-width: 12ch;
    margin: 1.15rem 0 1.25rem;
    color: #050505;
    font-size: clamp(3.2rem, 5.4vw, 5.2rem);
    font-weight: 900;
    line-height: 0.86;
    letter-spacing: -0.075em;
}

.nv-hero h1 em {
    color: var(--nv-pink, #ff4c84);
    font-style: normal;
}

.nv-hero h1 > span {
    display: block;
    white-space: nowrap;
}

.nv-hero-description {
    max-width: 47ch;
    margin: 0;
    color: #515151;
    font-size: clamp(1rem, 1.3vw, 1.14rem);
    line-height: 1.65;
}

.nv-hero-actions {
    display: flex;
    align-items: center;
    gap: 1.35rem;
    margin: 1.8rem 0 1.6rem;
}

.nv-hero-primary {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 50px;
    padding: 0.9rem 1.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
    border-radius: 999px;
    color: #ffffff;
    background: #050505;
    box-shadow: 0 16px 34px rgba(5, 5, 5, 0.18);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.nv-hero-primary::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -70%;
    bottom: -70%;
    left: -42%;
    width: 24%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
    transform: skewX(-20deg);
    pointer-events: none;
}

.nv-hero-primary:hover::before,
.nv-hero-primary:focus-visible::before {
    animation: nvHeroButtonShine 720ms ease-out;
}

.nv-hero-primary:hover,
.nv-hero-primary:focus-visible {
    color: #ffffff;
    background: var(--nv-pink, #ff4c84);
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(255, 76, 132, 0.28);
}

.nv-hero-secondary {
    padding-bottom: 0.35rem;
    border-bottom: 1px solid rgba(5, 5, 5, 0.7);
    color: #050505;
    font-size: 0.75rem;
    font-weight: 800;
}

.nv-hero-social,
.nv-hero-avatars {
    display: flex;
    align-items: center;
}

.nv-hero-social {
    gap: 0.9rem;
}

.nv-hero-avatars {
    padding-left: 0.45rem;
}

.nv-hero-avatars span {
    width: 35px;
    height: 35px;
    margin-left: -0.45rem;
    display: grid;
    place-items: center;
    border: 3px solid #ffffff;
    border-radius: 50%;
    color: #050505;
    background: #ffd6e3;
    font-size: 0.58rem;
    font-weight: 900;
}

.nv-hero-avatars span:nth-child(2) {
    background: #ffe7a9;
}

.nv-hero-avatars span:nth-child(3) {
    background: #e9dfff;
}

.nv-hero-social strong,
.nv-hero-social small {
    display: block;
}

.nv-hero-social strong {
    color: var(--nv-pink, #ff4c84);
    font-size: 0.78rem;
    letter-spacing: 0.12em;
}

.nv-hero-social small {
    margin-top: 0.18rem;
    color: #686868;
    font-size: 0.68rem;
}

.nv-hero-products {
    position: relative;
    min-height: 540px;
    perspective: 1000px;
}

.nv-hero-products::before {
    content: "";
    position: absolute;
    inset: 8% 5% 3% 8%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) 68%);
    pointer-events: none;
}

.nv-product-card {
    position: absolute;
    z-index: 2;
    width: clamp(260px, 26vw, 390px);
    min-height: 190px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 1.6rem;
    background: #ffffff;
    box-shadow: 0 28px 65px rgba(5, 5, 5, 0.2);
    transition: transform 260ms ease, box-shadow 260ms ease;
    will-change: transform;
}

.nv-product-card img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 190px;
    object-fit: cover;
}

.nv-product-card > span {
    position: absolute;
    inset: auto 0 0;
    padding: 2.7rem 1rem 0.9rem;
    color: #ffffff;
    background: linear-gradient(180deg, transparent, rgba(5, 5, 5, 0.86));
}

.nv-product-card small,
.nv-product-card strong {
    display: block;
}

.nv-product-card small {
    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.nv-product-card strong {
    margin-top: 0.22rem;
    font-size: 1.05rem;
    text-transform: uppercase;
}

.nv-product-card--before {
    top: 8%;
    left: 2%;
    transform: rotate(-7deg);
}

.nv-product-card--after {
    top: 31%;
    right: 0;
    z-index: 3;
    transform: rotate(7deg);
}

.nv-product-card--during {
    bottom: 1%;
    left: 9%;
    z-index: 4;
    transform: rotate(-3deg);
}

.nv-product-card:hover,
.nv-product-card:focus-visible {
    z-index: 8;
    box-shadow: 0 34px 78px rgba(5, 5, 5, 0.27);
}

.nv-hero-product-message {
    position: absolute;
    top: 1%;
    right: 2%;
    z-index: 7;
    margin: 0;
    padding: 0.65rem 0.85rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 28px rgba(5, 5, 5, 0.1);
    font-size: 0.65rem;
    font-weight: 800;
    line-height: 1.05;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(5deg);
}

.nv-hero-product-message strong {
    display: block;
    color: var(--nv-pink, #ff4c84);
    font-size: 1.25rem;
}

.nv-floating-benefit {
    position: absolute;
    z-index: 9;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    color: #050505;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 34px rgba(5, 5, 5, 0.14);
    font-size: 0.66rem;
    font-weight: 850;
    animation: nvHeroFloat 4s ease-in-out infinite;
}

.nv-floating-benefit--energy {
    top: 24%;
    left: -3%;
    transform: rotate(-5deg);
}

.nv-floating-benefit--digestion {
    right: -1%;
    bottom: 12%;
    animation-delay: 1.4s;
}

.nv-hero-content,
.nv-hero-products {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 680ms ease, transform 680ms ease;
}

.nv-hero.is-ready .nv-hero-content,
.nv-hero.is-ready .nv-hero-products {
    opacity: 1;
    transform: translateY(0);
}

.nv-hero.is-ready .nv-hero-products {
    transition-delay: 120ms;
}

@keyframes nvHeroFloat {
    0%, 100% { translate: 0 0; }
    50% { translate: 0 -9px; }
}

@keyframes nvHeroButtonShine {
    from { translate: 0 0; }
    to { translate: 610% 0; }
}

.nv-hero-feature-product {
    display: none;
}

@media (min-width: 1021px) {
    .nv-hero.hero-placeholder {
        height: auto;
        min-height: 0;
        overflow: visible;
        clip-path: none;
        contain: layout;
    }

    .nv-hero .hero-triple-curve {
        overflow: visible;
        clip-path: none;
    }

    .nv-hero-layout {
        grid-template-columns: minmax(0, 0.88fr) minmax(390px, 1.12fr);
        align-items: start;
        min-height: 0;
        padding: 1rem 0 0.75rem;
    }

    .nv-hero-content {
        align-self: start;
    }

    .nv-hero-feature-product {
        position: relative;
        z-index: 3;
        display: block;
        align-self: center;
        justify-self: end;
        width: min(88%, 520px);
        margin: 1.25rem 0 0;
        overflow: hidden;
        border: 1px solid rgba(5, 5, 5, 0.08);
        border-radius: 1.6rem;
        background: #fff;
        box-shadow: 0 28px 64px rgba(5, 5, 5, 0.18);
        color: #fff;
        text-decoration: none;
        transform: rotate(-2.5deg);
        animation: nvFeatureProductFloat 5.5s ease-in-out infinite;
        transition: box-shadow 260ms ease, filter 260ms ease;
    }

    .nv-hero-feature-product:hover,
    .nv-hero-feature-product:focus-visible {
        filter: saturate(1.08);
        box-shadow: 0 34px 76px rgba(5, 5, 5, 0.25);
    }

    .nv-hero-feature-product img {
        display: block;
        width: 100%;
        aspect-ratio: 2.25 / 1;
        object-fit: cover;
    }

    .nv-hero-feature-product::after {
        content: "";
        position: absolute;
        inset: 38% 0 0;
        background: linear-gradient(to bottom, transparent, rgba(5, 5, 5, 0.72));
        pointer-events: none;
    }

    .nv-feature-product-label {
        position: absolute;
        z-index: 2;
        left: 1.4rem;
        bottom: 1.15rem;
        display: grid;
        gap: 0.12rem;
        text-shadow: 0 2px 16px rgba(5, 5, 5, 0.5);
    }

    .nv-feature-product-label small {
        font-size: 0.72rem;
        font-weight: 800;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

    .nv-feature-product-label strong {
        font-size: clamp(1.4rem, 2.1vw, 2.25rem);
        line-height: 1;
        text-transform: uppercase;
    }

    .nv-feature-product-badge {
        position: absolute;
        z-index: 2;
        top: 1rem;
        right: 1rem;
        padding: 0.58rem 0.8rem;
        border-radius: 999px;
        background: #dc79b9;
        color: #050505;
        font-size: 0.72rem;
        font-weight: 900;
        letter-spacing: 0.07em;
        text-transform: uppercase;
        transform: rotate(3deg);
    }
}

@keyframes nvFeatureProductFloat {
    0%, 100% { transform: rotate(-2.5deg) translateY(0); }
    50% { transform: rotate(-1.7deg) translateY(-8px); }
}

@media (max-width: 1020px) {
    .nv-hero.hero-placeholder {
        height: auto;
        min-height: 0;
    }

    .nv-hero .hero-triple-curve {
        left: 24%;
        width: 76%;
    }

    .nv-hero-layout {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        align-items: start;
        min-height: 0;
        padding: 1rem 0 0.75rem;
    }

    .nv-hero-content {
        width: min(100%, 660px);
        max-width: 720px;
        text-align: center;
        margin: 0 auto;
        padding: 1.25rem 1rem 1.4rem;
        border: 1px solid rgba(5, 5, 5, 0.05);
        border-radius: 1.5rem;
        background: rgba(255, 255, 255, 0.92);
        box-shadow: 0 18px 44px rgba(5, 5, 5, 0.08);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
    }

    .nv-hero-eyebrow,
    .nv-hero-actions,
    .nv-hero-social {
        justify-content: center;
    }

    .nv-hero h1,
    .nv-hero-description {
        margin-inline: auto;
    }

    .nv-hero-products {
        width: min(100%, 720px);
        min-height: 520px;
        margin: 0 auto;
    }
}

@keyframes heroCurveDraw {
    to {
        stroke-dashoffset: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-triple-curve .curve-draw {
        animation: none;
        stroke-dashoffset: 0;
    }
}

/* Keep the single hero curve visible through the reserved white space on tablet and desktop. */
@media (min-width: 761px) {
    .nv-hero.hero-placeholder {
        overflow: visible;
        clip-path: none;
        contain: layout;
    }

    .nv-hero .hero-triple-curve {
        overflow: visible;
        clip-path: none;
    }

    .product-highlight-placeholder {
        background: transparent;
    }
}

.hero-placeholder + .hero-proof-band {
    position: relative;
    z-index: 4;
    background: transparent;
}

.hero {
    min-height: auto;
    display: block;
    padding: 0;
    overflow: visible;
}

.hero::before,
.hero::after {
    content: none;
}

.hero-photo {
    position: relative;
    inset: auto;
    display: block;
    width: 100vw;
    max-width: none;
    margin: 0 calc(50% - 50vw);
    overflow: visible;
    top: auto;
}

.hero-photo img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center center;
    filter: none;
}

.hero-product-stage {
    position: absolute;
    top: clamp(6.6rem, 8.8vw, 8.6rem);
    left: 7vw;
    z-index: 3;
    width: min(560px, calc(100vw - 14vw));
    margin: 0;
}

.hero-content {
    max-width: none;
    text-align: left;
    padding-top: clamp(5.6rem, 9vw, 8.5rem);
}

.hero-media {
    width: clamp(220px, 21vw, 320px);
    max-width: 100%;
    margin: 0 0 0.8rem 0;
    animation: none;
}

.hero p {
    max-width: 31ch;
    margin: 0 0 0.9rem 0;
    color: #1f1f1f;
    line-height: 1.55;
}

.hero-social-proof {
    margin: 0 0 0.9rem;
    padding: 0.38rem 0.72rem;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: none;
    font-size: 0.72rem;
}

.hero-cta {
    gap: 0.7rem;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.hero-cta .btn {
    min-height: 44px;
    padding: 0.72rem 1.25rem;
    font-size: 0.8rem;
    letter-spacing: 0.12em;
}

@media (min-width: 1361px) {
    .hero {
        padding-bottom: 0;
    }

    .hero-product-stage {
        top: clamp(8.5rem, 9.5vw, 9.6rem);
    }

    .hero-content {
        padding-top: 0;
    }
}

@media (max-width: 1360px) {
    .hero {
        padding: 0 0 2.4rem;
    }

    .hero-photo {
        margin: 0 calc(50% - 50vw);
    }

    .hero-product-stage {
        position: relative;
        inset: auto;
        top: auto;
        left: auto;
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 0 1.5rem;
        margin-top: 0.75rem;
    }

    .hero-content {
        width: min(100%, 720px);
        max-width: 100%;
        margin: 0 auto;
        padding: 1.45rem 1.5rem 1.6rem;
        border: 1px solid rgba(5, 5, 5, 0.06);
        border-radius: 1.5rem;
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 20px 44px rgba(5, 5, 5, 0.08);
        text-align: left;
    }

    .hero-media {
        width: min(100%, 260px);
        margin: 0 0 1rem;
    }

    .hero-cta {
        gap: 0.75rem;
        justify-content: flex-start;
    }

    .hero p {
        max-width: 38ch;
        margin: 0 0 1rem;
        font-size: 1rem;
        line-height: 1.6;
    }

    .hero-social-proof {
        margin: 0 0 1rem;
        background: rgba(255, 255, 255, 0.88);
        box-shadow: none;
        font-size: 0.74rem;
    }

    .hero-cta .btn {
        min-height: 46px;
        padding: 0.78rem 1.3rem;
        font-size: 0.8rem;
        letter-spacing: 0.11em;
    }
}

@media (min-width: 1024px) and (max-width: 1360px) {
    .hero {
        padding-bottom: 2rem;
    }

    .hero-product-stage {
        padding: 0 clamp(2rem, 5vw, 3.5rem);
        margin-top: -0.5rem;
    }

    .hero-content {
        width: min(100%, 1120px);
        display: grid;
        grid-template-columns: minmax(285px, 1fr) auto;
        grid-template-areas:
            "media proof"
            "copy actions";
        column-gap: clamp(1.5rem, 3vw, 2.4rem);
        row-gap: 0.85rem;
        align-items: end;
        padding: 1.35rem clamp(1.35rem, 2.4vw, 1.8rem) 1.45rem;
    }

    .hero-media {
        grid-area: media;
        margin: 0;
    }

    .hero p {
        grid-area: copy;
        margin: 0;
        max-width: 39ch;
        font-size: 0.96rem;
        line-height: 1.55;
    }

    .hero-social-proof {
        grid-area: proof;
        justify-self: start;
        align-self: end;
        margin: 0;
    }

    .hero-cta {
        grid-area: actions;
        align-self: start;
        margin: 0;
        flex-wrap: nowrap;
    }
}

@media (max-height: 720px) {
    .hero-photo {
        display: block;
    }
}

/* Align the proof band with the hero image full-bleed frame. */
.hero-proof-band {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 2.2rem;
    padding: 0;
}

.hero-proof-marquee {
    width: 100%;
    margin-left: 0;
    transform: none;
}

@media (max-width: 760px) {
    .hero-proof-band {
        margin: 0 calc(50% - 50vw) 1.6rem;
    }

    .hero-proof-marquee {
        width: 100%;
        margin-left: 0;
        transform: none;
    }
}

/* Mobile hero: keep the image full-bleed and turn the content into an intentional card. */
@media (max-width: 760px) {
    .hero-placeholder {
        height: clamp(24rem, 108vw, 34rem);
    }

    .hero-triple-curve {
        width: 100%;
        max-width: none;
        left: 0;
    }

    .hero-photo {
        margin-bottom: 0.9rem;
    }

    .hero-product-stage {
        padding: 0 1rem;
        margin-top: 0.6rem;
    }

    .hero-content {
        padding: 1.15rem 1rem 1.3rem;
        width: min(100%, 390px);
        text-align: center;
    }

    .hero-media {
        width: min(100%, 220px);
        margin: 0 auto 0.8rem;
    }

    .hero p {
        max-width: 30ch;
        margin: 0 0 1rem;
        color: #424242;
        font-size: 0.96rem;
        line-height: 1.58;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-social-proof {
        width: fit-content;
        margin: 0 auto 1rem;
        padding: 0.45rem 0.78rem;
        font-size: 0.73rem;
    }

    .hero-cta {
        width: 100%;
        gap: 0.7rem;
        justify-content: center;
        flex-direction: column;
        align-items: stretch;
    }

    .hero-cta .btn {
        min-height: 46px;
        width: 100%;
    }

    .hero-proof-band {
        position: relative;
        z-index: 1;
        margin: 0 calc(50% - 50vw) 1.6rem;
    }
}

@media (max-width: 480px) {
    .hero-product-stage {
        padding: 0 0.85rem;
        margin-top: 0.65rem;
    }

    .hero-content {
        width: min(100%, 360px);
        padding: 1rem 0.9rem 1.15rem;
        border-radius: 1.2rem;
    }

    .hero-media {
        width: min(100%, 200px);
    }

    .hero-social-proof {
        padding: 0.42rem 0.7rem;
        font-size: 0.71rem;
    }

    .hero-cta .btn {
        font-size: 0.78rem;
        letter-spacing: 0.09em;
    }
}

@media (max-width: 760px) {
    .nv-hero.hero-placeholder {
        height: auto;
        min-height: 0;
    }

    .nv-hero-layout {
        width: min(100% - 2rem, 560px);
        min-height: 0;
        padding: 0.5rem 0 2rem;
    }

    .nv-hero .hero-triple-curve {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .nv-hero-content {
        align-self: start;
        padding: 1.25rem 1rem 1.4rem;
        border: 1px solid rgba(5, 5, 5, 0.05);
        border-radius: 1.5rem;
        background: rgba(255, 255, 255, 0.94);
        box-shadow: 0 18px 44px rgba(5, 5, 5, 0.08);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
    }

    .nv-hero h1 {
        font-size: clamp(2.65rem, 9.5vw, 3.55rem);
    }

    .nv-hero-description {
        font-size: 0.96rem;
    }

    .nv-hero-actions {
        flex-direction: column;
        gap: 1rem;
    }

    .nv-hero-primary {
        width: min(100%, 320px);
    }

    .nv-hero-social {
        align-items: flex-start;
    }

    .nv-hero-products {
        min-height: 440px;
    }

    .nv-product-card {
        width: min(72vw, 300px);
        min-height: 155px;
        border-radius: 1.25rem;
    }

    .nv-product-card img {
        min-height: 155px;
    }

    .nv-product-card--before {
        top: 3%;
        left: 0;
    }

    .nv-product-card--after {
        top: 33%;
        right: 0;
    }

    .nv-product-card--during {
        bottom: 0;
        left: 3%;
    }

    .nv-hero-product-message {
        right: 0;
    }

    .nv-floating-benefit--energy {
        top: 26%;
        left: 0;
    }

    .nv-floating-benefit--digestion {
        right: 0;
        bottom: 9%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nv-hero-content,
    .nv-hero-products {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .nv-floating-benefit {
        animation: none;
    }
}
