        * {
            margin: 0;
            padding: 0;
        }

        .product-header {
            --badge-size: 8rem;
            --banner-height: 250px;

            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
            position: relative;
            font-family: sans-serif;
            container-type: inline-size;
        }

        .product-header__banner {
            width: 100%;
            height: var(--banner-height);
            position: relative;
            display: flex;
            justify-content: center;
        }

        .product-header__banner figure {
            width: 100%;
            height: 100%;
            margin: 0;
        }

        .product-header__banner-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .product-header__badge {
            position: absolute;
            bottom: calc(var(--badge-size) / -2);
            width: var(--badge-size);
            height: var(--badge-size);
            background-color: #ff9900;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            z-index: 10;
        }

        .product-header__badge-img {
            max-width: 90px;
            max-height: 90px;
            object-fit: contain;
        }

        .product-header__body {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: calc(var(--badge-size) / 2 + 1.1rem) 0.3rem 1.1rem;
            text-align: center;
        }

        .product-header__brand {
            color: #ff9900;
            font-size: 0.75rem;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            margin-bottom: 0.5rem;
        }

        .product-header__title {
            font-size: clamp(1.4rem, 4vw, 2.4rem);
            line-height: clamp(1.6rem, 4vw, 3.1rem);
            font-weight: 600;
            max-width: 50rem;
            text-wrap: pretty;
        }

        .product-header__subtitle {
            color: #8a8a8a;
            font-size: clamp(1rem, 2vw, 1.2rem);
            line-height: 120%;
            margin-top: 1rem;
            max-width: 52rem;
            text-wrap: pretty;
        }

        @media (max-width: 768px) {
            .product-header {
                --banner-height: 180px;
            }
        }

        @media (max-width: 470px) {
            .product-header__subtitle {
                font-size: clamp(0.9rem, 2vw, 1.2rem);
                max-width: 95%;
                margin: 1.25rem auto 0;
            }
        }
    

  
        .section-8 {
            --s3-color-brand: #030303;
            --s3-color-ink: #081844;
            --s3-color-muted: #5b6682;
            --s3-color-soft: #dfeaff;
            --s3-color-line: #dbe5f4;
            --s3-color-surface: #ffffff;
            width: 100%;
            position: relative;
            padding: 0 1rem 1.5rem;
            font-family: Roboto, Arial, sans-serif;
            color: var(--s3-color-ink);
            overflow-wrap: anywhere;
        }

        .section-8__control {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 1px;
            height: 1px;
            opacity: 0;
            pointer-events: none;
            transform: translate(-50%, -50%);
        }

        .section-8__inner {
            width: 100%;
            display: grid;
            grid-template-columns: 1fr;
            align-items: start;
            gap: 1rem;
            padding: 1rem;
            overflow: hidden;
            border: 1px solid rgba(8, 24, 68, 0.08);
            border-radius: 1.5rem;
            background: var(--s3-color-surface);
            box-shadow: 0 1rem 2.5rem rgba(3, 33, 82, 0.1);
        }

        .section-8__tabs {
            width: 100%;
            display: grid;
            grid-template-columns: 1fr 1fr;
            align-items: center;
            justify-content: center;
            gap: 1rem;
        }

        .section-8__tab {
            min-height: 3.5rem;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 1rem;
            padding: 1rem;
            border: 1px solid var(--s3-color-line);
            border-radius: 999px;
            background: var(--s3-color-surface);
            color: var(--s3-color-brand);
            cursor: pointer;
            transition: background-color 240ms ease, border-color 240ms ease, color 240ms ease, transform 240ms ease;
        }

        .section-8__tab-icon {
            width: 1.75rem;
            height: 1.75rem;
            flex: 0 0 1.75rem;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .section-8__tab-icon-svg {
            width: 1.5rem;
            height: 1.5rem;
            display: block;
        }

        .section-8__tab-text {
            color: currentColor;
            font-size: clamp(0.875rem, 1.8vw, 1rem);
            font-weight: 700;
            line-height: 1.4;
            text-align: center;
        }

        .section-8__viewport {
            width: 100%;
            display: grid;
            align-items: center;
            overflow: hidden;
            order: -2;
            border-radius: 1.5rem;
            background: var(--s3-color-brand);
        }

        .section-8__panel {
            width: 100%;
            grid-area: 1 / 1;
            display: grid;
            grid-template-columns: 1fr;
            align-items: start;
            opacity: 0;
            pointer-events: none;
            transform: translateX(1rem);
            transition: opacity 320ms ease, transform 320ms ease;
        }

        .section-8__media {
            width: 100%;
            margin: 0;
            aspect-ratio: 4 / 3;
        }

        .section-8__image {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

        .section-8__content {
            min-width: 0;
            display: flex;
            flex-direction: column;
            align-items: start;
            justify-content: center;
            padding: 2rem;
            background: linear-gradient(135deg, #000000 0%, var(--s3-color-brand) 100%);
        }

        .section-8__title {
            color: var(--s3-color-surface);
            font-size: clamp(1.75rem, 4.2vw, 2.625rem);
            font-weight: 400;
            line-height: 1.18;
            margin: 0;
            text-wrap: balance;
        }

        .section-8__rule {
            width: 4rem;
            height: 0.125rem;
            margin: 1.5rem 0;
            border-radius: 999px;
            background: var(--s3-color-soft);
        }

        .section-8__copy {
            color: var(--s3-color-soft);
            font-size: clamp(0.9375rem, 2vw, 1.125rem);
            font-weight: 400;
            line-height: 1.7;
            margin: 0;
            text-wrap: pretty;
        }

        .section-8__dots {
            display: flex;
            align-items: center;
            justify-content: center;
            order: -1;
            gap: 1rem;
            margin: 0.5rem 0 0;
        }

        .section-8__dot {
            width: 1rem;
            height: 1rem;
            position: relative;
            border: 1px solid var(--s3-color-brand);
            border-radius: 50%;
            background: var(--s3-color-surface);
            transition: background-color 240ms ease, transform 240ms ease;
        }

        .section-8:has(.section-8__control--protection:checked) .section-8__tab--protection,
        .section-8:has(.section-8__control--care:checked) .section-8__tab--care,
        .section-8:has(.section-8__control--fragrance:checked) .section-8__tab--fragrance,
        .section-8:has(.section-8__control--application:checked) .section-8__tab--application {
            border-color: var(--s3-color-brand);
            background: var(--s3-color-brand);
            color: var(--s3-color-surface);
            transform: translateY(-0.5rem);
        }

        .section-8__tab:has(.section-8__control:focus-visible) {
            outline: 0.125rem solid var(--s3-color-brand);
            outline-offset: 0.25rem;
        }

        .section-8:has(.section-8__control--protection:checked) .section-8__panel--protection,
        .section-8:has(.section-8__control--care:checked) .section-8__panel--care,
        .section-8:has(.section-8__control--fragrance:checked) .section-8__panel--fragrance,
        .section-8:has(.section-8__control--application:checked) .section-8__panel--application {
            opacity: 1;
            pointer-events: auto;
            transform: translateX(0);
            z-index: 1;
        }

        .section-8:has(.section-8__control--protection:checked) .section-8__dot--protection,
        .section-8:has(.section-8__control--care:checked) .section-8__dot--care,
        .section-8:has(.section-8__control--fragrance:checked) .section-8__dot--fragrance,
        .section-8:has(.section-8__control--application:checked) .section-8__dot--application {
            background: var(--s3-color-brand);
            transform: scale(1.25);
        }

        @media (min-width: 576px) {
            .section-8 {
                padding: 0 1.5rem 1.5rem;
            }

            .section-8__tabs {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        @media (min-width: 768px) {
            .section-8 {
                padding: 0 2rem 1.5rem;
            }

            .section-8__inner {
                gap: 1.5rem;
                padding: 1.5rem;
            }

            .section-8__panel {
                grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            }

            .section-8__panel--care,
            .section-8__panel--application {
                direction: rtl;
            }

            .section-8__panel--care .section-8__media,
            .section-8__panel--care .section-8__content,
            .section-8__panel--application .section-8__media,
            .section-8__panel--application .section-8__content {
                direction: ltr;
            }

            .section-8__media {
                height: 100%;
                aspect-ratio: auto;
            }

            .section-8__content {
                min-height: 24rem;
                padding: 3rem;
            }
        }

        @media (min-width: 992px) {
            .section-8 {
                padding: 0 2.5rem 1.5rem;
            }

            .section-8__tabs {
                grid-template-columns: repeat(4, minmax(0, 1fr));
            }
        }

        @media (min-width: 1200px) {
            .section-8 {
                padding: 0 3rem 1.5rem;
            }
        }

        @media (min-width: 1400px) {
            .section-8 {
                padding: 0 3rem 1.5rem;
            }
        }

        .section-3 {
            --s2-color-brand: #4a4d52;
            --s2-color-ink: #202124;
            --s2-color-muted: #686c72;
            --s2-color-panel: rgba(255, 255, 255, 0.92);
            width: 100%;
            padding: 0 1rem 1rem;
            font-family: Roboto, Arial, sans-serif;
            color: var(--s2-color-ink);
            overflow-wrap: anywhere;
        }

        .section-3__frame {
            width: 100%;
            position: relative;
            overflow: hidden;
            border-radius: 1.5rem;
            background: #e5e7e9;
            box-shadow: 0 1rem 2.5rem rgba(74, 77, 82, 0.14);
        }

        .section-3__media {
            width: 100%;
            margin: 0;
            aspect-ratio: 16 / 9;
        }

        .section-3__picture {
            width: 100%;
            height: 100%;
            display: block;
        }

        .section-3__image {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

        .section-3__callout {
            display: flex;
            align-items: start;
            gap: 1rem;
            margin: 1rem;
            padding: 1.5rem;
            border: 1px solid rgba(74, 77, 82, 0.20);
            border-radius: 1.5rem;
            box-shadow: 0 1rem 2rem rgba(74, 77, 82, 0.12);
        }

        .section-3__title {
            color: var(--s2-color-brand);
            font-size: clamp(1.5rem, 4vw, 2.375rem);
            font-weight: 700;
            line-height: 1.18;
            margin: 0;
            text-wrap: balance;
        }

        .section-3__text {
            color: var(--s2-color-muted);
            font-size: clamp(0.9375rem, 2vw, 1.125rem);
            font-weight: 400;
            line-height: 1.7;
            margin: 1rem 0 0;
            text-wrap: pretty;
        }

        @media (min-width: 576px) {
            .section-3 {
                padding: 0 1.5rem 1rem;
            }
        }

        @media (min-width: 760px) {
            .section-3 {
                padding: 0 2rem 1rem;
            }

            .section-3__callout {
                width: min(48%, 25rem);
                position: absolute;
                top: 50%;
                left: 45%;
                /* <-- ponto fixo: ajuste esse valor como quiser */
                margin: 0;
                transform: translateY(-50%);
            }
        }

        @media (min-width: 992px) {
            .section-3 {
                padding: 0 2.5rem 1rem;
            }

            .section-3__callout {
                padding: 2rem;
                /* sem "left" aqui — mantém o mesmo ponto definido acima */
            }
        }

        @media (min-width: 1200px) {
            .section-3 {
                padding: 0 3rem 1rem;
            }
        }

        @media (min-width: 1400px) {
            .section-3 {
                padding: 0 3rem 1rem;
            }
        }