﻿/* ==========================================================================
   REDMI NOTE 17 SERIES - LANDING PAGE
   LINX READY
   Arquivo único de estilos
   Reset + Design System + Componentes + Newsletter + Responsividade
   ========================================================================== */


/* ==========================================================================
   0. RESET
   ========================================================================== */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.rn17-lp img,
.rn17-lp picture,
.rn17-lp video,
.rn17-lp canvas,
.rn17-lp svg {
    display: block;
    max-width: 100%;
}

.rn17-lp input,
.rn17-lp button,
.rn17-lp textarea,
.rn17-lp select {
    font: inherit;
}

.rn17-lp p,
.rn17-lp h1,
.rn17-lp h2,
.rn17-lp h3,
.rn17-lp h4,
.rn17-lp h5,
.rn17-lp h6 {
    overflow-wrap: break-word;
}

.rn17-lp a {
    text-decoration: none;
    color: inherit;
}

.rn17-lp ul,
.rn17-lp ol {
    list-style: none;
}

.rn17-lp button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    box-shadow: none;
    border-radius: 0;
    outline: none;
}


/* ==========================================================================
   1. DESIGN SYSTEM / CONTAINER PRINCIPAL
   ========================================================================== */

.rn17-lp {
    --rn17-bg: #000000;
    --rn17-orange: #ff7a00;
    --rn17-orange-light: #ff9d3f;
    --rn17-gold: #dca55d;

    --rn17-text-primary: #ffffff;
    --rn17-text-secondary: #cfcfcf;
    --rn17-text-muted: #ffffff;

    --rn17-card-dark: #120504;
    --rn17-card-border: rgba(255, 102, 0, 0.35);

    --rn17-font:
        'MiSans Latin',
        'MiSans',
        -apple-system,
        BlinkMacSystemFont,
        'Segoe UI',
        Arial,
        sans-serif;

    width: 100%;
    position: relative;

    margin: 0;
    padding: 0;

    background-color: var(--rn17-bg);
    color: var(--rn17-text-primary);

    font-family: var(--rn17-font);
    line-height: 1.5;

    overflow-x: hidden;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* ==========================================================================
   2. HERO
   ========================================================================== */

.rn17-lp .rn17-hero,
.rn17-hero {
    position: relative;

    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    overflow: hidden;

    background-color: var(--rn17-bg);
}

.rn17-lp .rn17-hero__content,
.rn17-hero__content {
    position: absolute !important;

    top: 0 !important;
    left: 0 !important;

    width: 100% !important;

    z-index: 2 !important;

    display: flex !important;
    flex-direction: column !important;

    align-items: center !important;
    justify-content: center !important;

    padding-top: clamp(24px, 3.2vw, 48px);

    text-align: center !important;

    pointer-events: none !important;
}

.rn17-lp .rn17-hero__slogan,
.rn17-hero__slogan {
    display: flex !important;

    justify-content: center !important;
    align-items: center !important;

    width: 100% !important;
}

.rn17-lp .rn17-hero__slogan picture,
.rn17-hero__slogan picture {
    display: flex !important;

    justify-content: center !important;
    align-items: center !important;

    width: 100% !important;
}

.rn17-lp .rn17-hero__slogan img,
.rn17-hero__slogan img {
    width: clamp(240px, 32vw, 460px) !important;

    max-width: 90% !important;

    height: auto !important;

    display: block !important;

    margin: 0 auto !important;
}

.rn17-lp .rn17-hero__tagline,
.rn17-hero__tagline {
    font-size: clamp(1.15rem, 2.1vw, 2.1rem) !important;

    font-weight: 700 !important;

    color: #ffffff !important;

    margin-top: clamp(14px, 1.8vw, 26px) !important;
    margin-bottom: 0 !important;

    letter-spacing: -0.01em !important;

    line-height: 1.25 !important;

    pointer-events: auto !important;

    text-shadow:
        0 2px 10px rgba(0, 0, 0, 0.4) !important;
}

.rn17-lp .rn17-hero__subtitle,
.rn17-hero__subtitle {
    font-size: clamp(0.9rem, 1.25vw, 1.25rem) !important;

    font-weight: 300 !important;

    color: rgba(255, 255, 255, 0.65) !important;

    margin-top: clamp(10px, 1.2vw, 16px) !important;

    letter-spacing: -0.01em !important;

    line-height: 1.3 !important;

    pointer-events: auto !important;
}

.rn17-lp a.rn17-hero__btn,
.rn17-hero__btn {
    display: inline-flex !important;

    align-items: center !important;
    justify-content: center !important;

    margin-top: clamp(18px, 2.2vw, 32px) !important;

    padding:
        clamp(9px, 1vw, 12px)
        clamp(22px, 2vw, 34px) !important;

    background: #ffffff !important;
    background-color: #ffffff !important;
    background-image: none !important;

    color: #000000 !important;

    font-size: clamp(0.85rem, 0.98vw, 0.98rem) !important;

    font-weight: 700 !important;

    border-radius: 50px !important;

    text-decoration: none !important;

    pointer-events: auto !important;

    cursor: pointer !important;

    box-shadow:
        0 4px 15px rgba(0, 0, 0, 0.25) !important;

    transition:
        transform 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease !important;
}

.rn17-lp a.rn17-hero__btn:hover,
.rn17-hero__btn:hover {
    background: #f0f0f0 !important;
    background-color: #f0f0f0 !important;

    color: #000000 !important;

    transform:
        translateY(-2px)
        scale(1.02) !important;

    box-shadow:
        0 6px 20px rgba(255, 255, 255, 0.25) !important;
}

.rn17-hero__bg {
    position: relative;

    width: 100%;

    display: block;

    z-index: 1;
}

.rn17-hero__bg-img {
    width: 100%;
    height: auto;

    display: block;

    object-fit: contain;
}


/* ==========================================================================
   3. TÍTULO TITAN
   ========================================================================== */

.rn17-titan {
    padding: 70px 20px 40px;

    text-align: center;
}

.rn17-titan__title {
    font-size: clamp(1.4rem, 3.5vw, 3.5rem);

    font-weight: 700;

    letter-spacing: -0.01em;

    margin: 0;

    text-align: center;

    background-image:
        linear-gradient(
            to right,
            rgb(239, 84, 0),
            rgb(252, 219, 98)
        );

    -webkit-background-clip: text;
    background-clip: text;

    color: transparent;

    display: inline-block;
}


/* ==========================================================================
   4. CARD TÜV
   ========================================================================== */

.rn17-tuv {
    padding: 20px;

    display: flex;

    justify-content: center;
}

.rn17-tuv__card {
    max-width: 82rem;

    width: 100%;

    border-radius: 16px;

    overflow: hidden;

    position: relative;
}

.rn17-tuv__content {
    position: absolute;

    top: 50%;
    left: 7%;

    transform: translateY(-50%);

    max-width: 46%;

    z-index: 2;
}

.rn17-tuv__title {
    font-size: clamp(1.2rem, 2vw, 1.9rem);

    font-weight: 700;

    margin: 0 0 14px 0;

    color: #ffffff;

    line-height: 1.3;
}

.rn17-tuv__text {
    font-size: clamp(0.85rem, 1vw, 1.1rem);

    line-height: 1.55;

    color: var(--rn17-text-secondary);

    margin: 0;
}

.rn17-tuv__card picture,
.rn17-tuv__card img {
    width: 100%;

    height: auto;

    display: block;

    border-radius: 16px;
}


/* ==========================================================================
   5. BENEFÍCIOS
   ========================================================================== */

.rn17-benefits {
    padding: 30px 20px 60px;

    display: flex;

    justify-content: center;
}

.rn17-benefits__grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 24px;

    max-width: 1200px;

    width: 100%;
}

.rn17-benefits__card {
    border-radius: 16px;

    overflow: hidden;

    position: relative;

    display: flex;

    justify-content: center;

    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.4);
}

.rn17-benefits__text {
    position: absolute;

    top: 24px;
    left: 0;

    width: 100%;

    text-align: center;

    font-size: clamp(1rem, 1.25vw, 1.25rem);

    font-weight: 700;

    line-height: 1.35;

    z-index: 2;

    padding: 0 16px;

    margin: 0;

    color: #ffffff;

    box-sizing: border-box;
}

.rn17-benefits__card picture,
.rn17-benefits__card img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;

    border-radius: 16px;

    transition:
        transform 0.3s ease;
}

.rn17-benefits__card:hover img {
    transform: scale(1.02);
}


/* ==========================================================================
   6. EXPERIÊNCIA FLAGSHIP / SLIDER
   ========================================================================== */

.rn17-flagship {
    padding: 70px 0;

    text-align: center;

    overflow: hidden;

    width: 100%;

    position: relative;
}

.rn17-section-title {
    font-size: clamp(1.4rem, 2.6vw, 3.3rem);

    margin: 0 0 10px 0;

    font-weight: 700;

    text-align: center;

    padding: 0 20px;

    background-image:
        linear-gradient(
            to right,
            rgb(239, 84, 0),
            rgb(252, 219, 98)
        );

    -webkit-background-clip: text;
    background-clip: text;

    color: transparent;

    display: inline-block;
}

.rn17-section-subtitle {
    font-size: clamp(0.9rem, 1.2vw, 1.15rem);

    color: var(--rn17-text-secondary);

    margin: 0 auto 36px auto;

    max-width: 831px;

    padding: 0 20px;

    line-height: 1.5;

    text-align: center;

    min-height: 44px;

    display: flex;

    align-items: center;

    justify-content: center;

    transition:
        opacity 0.2s ease;
}

.rn17-slider-wrapper {
    position: relative;

    width: 100%;

    overflow: hidden;

    margin: 0 auto;

    padding: 10px 0;
}

.rn17-slider-track {
    display: flex;

    align-items: center;

    gap: 70px;

    width: max-content;

    transition:
        transform 0.55s
        cubic-bezier(0.25, 1, 0.5, 1);

    will-change: transform;

    cursor: grab;

    user-select: none;
}

.rn17-slider-track:active {
    cursor: grabbing;
}

.rn17-slide {
    flex-shrink: 0;

    width: min(880px, 62vw);

    height: 480px;

    overflow: hidden;

    position: relative;

    transition:
        opacity 0.4s ease,
        transform 0.4s ease;

    opacity: 0.85;
}

.rn17-slide.active {
    opacity: 1;
}

.rn17-slide picture,
.rn17-slide img {
    display: block;

    width: 100%;

    height: 100%;

    object-fit: cover;
}


/* CONTROLES */

.rn17-lp .rn17-slider-controls,
.rn17-slider-controls {
    display: flex !important;

    justify-content: center !important;

    align-items: center !important;

    gap: 20px !important;

    margin-top: 28px !important;
    margin-bottom: 0 !important;

    margin-left: auto !important;
    margin-right: auto !important;

    background: #ffffff !important;
    background-color: #ffffff !important;
    background-image: none !important;

    padding: 8px 24px !important;

    border-radius: 30px !important;

    width: fit-content !important;

    max-width: fit-content !important;

    height: auto !important;

    min-height: 0 !important;

    border: 1px solid #ffffff !important;

    box-shadow:
        0 4px 14px rgba(0, 0, 0, 0.18) !important;

    box-sizing: border-box !important;
}

.rn17-lp button.rn17-slider-btn,
.rn17-lp .rn17-slider-btn,
button.rn17-slider-btn,
.rn17-slider-btn {
    color: #000000 !important;

    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;

    border: none !important;

    outline: none !important;

    box-shadow: none !important;

    border-radius: 50% !important;

    width: 36px !important;
    height: 36px !important;

    min-width: 36px !important;
    min-height: 36px !important;

    max-width: 36px !important;
    max-height: 36px !important;

    padding: 0 !important;
    margin: 0 !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    cursor: pointer !important;

    line-height: 1 !important;

    font-size: 0 !important;

    transition:
        background 0.2s ease,
        transform 0.2s ease !important;

    box-sizing: border-box !important;

    float: none !important;
}

.rn17-lp button.rn17-slider-btn:hover,
.rn17-lp .rn17-slider-btn:hover,
.rn17-slider-btn:hover {
    background: rgba(0, 0, 0, 0.08) !important;

    background-color:
        rgba(0, 0, 0, 0.08) !important;

    transform: scale(1.08) !important;

    color: #000000 !important;
}

.rn17-lp button.rn17-slider-btn svg,
.rn17-lp .rn17-slider-btn svg,
.rn17-slider-btn svg {
    width: 18px !important;

    height: 18px !important;

    display: block !important;

    fill: currentColor !important;

    color: #000000 !important;

    margin: 0 !important;

    padding: 0 !important;

    pointer-events: none !important;
}


/* ==========================================================================
   7. EVOLUÇÃO DE DESIGN
   ========================================================================== */

.rn17-design {
    padding: 60px 20px 30px;

    text-align: center;
}


/* ==========================================================================
   8. VÍDEO DO PRODUTO
   ========================================================================== */

.rn17-video {
    display: flex;

    flex-direction: column;

    align-items: center;

    padding: 0 20px 70px;
}

.rn17-video__thumbnail-box {
    position: relative;

    max-width: 1100px;

    width: 100%;

    overflow: hidden;

    cursor: pointer;

    background: #000;
}

.rn17-video__thumbnail-box picture,
.rn17-video__thumbnail-img {
    width: 100%;

    height: auto;

    display: block;

    transition:
        opacity 0.3s;
}

.rn17-video__thumbnail-box:hover
.rn17-video__thumbnail-img {
    opacity: 0.85;
}

.rn17-video__play-overlay {
    position: absolute;

    bottom: 24px;
    right: 24px;

    width: 54px;
    height: 54px;

    background:
        rgba(0, 0, 0, 0.7);

    border:
        1px solid rgba(255, 255, 255, 0.2);

    border-radius: 50%;

    display: flex;

    align-items: center;
    justify-content: center;

    color: white;

    transition:
        background 0.3s,
        transform 0.3s;
}

.rn17-video__thumbnail-box:hover
.rn17-video__play-overlay {
    background:
        rgba(0, 0, 0, 0.9);

    transform: scale(1.08);
}

.rn17-lp .rn17-video__watch-btn,
.rn17-video__watch-btn {
    margin-top: 24px !important;

    font-size: 1.15rem !important;

    font-weight: 700 !important;

    cursor: pointer !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    color: #ffffff !important;

    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;

    border: none !important;

    outline: none !important;

    padding: 0 !important;

    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 0 !important;

    box-shadow: none !important;

    border-radius: 0 !important;

    transition:
        color 0.3s !important;
}

.rn17-lp .rn17-video__watch-btn:hover,
.rn17-video__watch-btn:hover {
    color: var(--rn17-orange-light) !important;
}


/* ==========================================================================
   9. MODAL DE VÍDEO
   ========================================================================== */

.rn17-modal {
    position: fixed;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    z-index: 99999;

    display: flex;

    align-items: center;
    justify-content: center;

    opacity: 0;

    visibility: hidden;

    transition:
        opacity 0.3s ease,
        visibility 0.3s ease;
}

.rn17-modal.active {
    opacity: 1;

    visibility: visible;
}

.rn17-modal__overlay {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background:
        rgba(0, 0, 0, 0.92);
}

.rn17-modal__content {
    position: relative;

    width: 90%;

    max-width: 1000px;

    background: #000;

    border-radius: 12px;

    overflow: hidden;

    z-index: 100000;
}

.rn17-lp .rn17-modal__close,
.rn17-modal__close {
    position: absolute !important;

    top: 12px !important;
    right: 12px !important;

    color: white !important;

    font-size: 2rem !important;

    line-height: 1 !important;

    z-index: 100001 !important;

    background:
        rgba(0, 0, 0, 0.6) !important;

    background-color:
        rgba(0, 0, 0, 0.6) !important;

    background-image: none !important;

    border: none !important;

    outline: none !important;

    border-radius: 50% !important;

    width: 40px !important;
    height: 40px !important;

    min-width: 40px !important;
    min-height: 40px !important;

    padding: 0 !important;

    margin: 0 !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    cursor: pointer !important;
}

.rn17-modal__content video {
    width: 100%;

    height: auto;

    display: block;
}


/* ==========================================================================
   10. BENEFÍCIOS EXCLUSIVOS
   ========================================================================== */

.rn17-exclusive {
    padding: 60px 20px 70px;

    display: flex;

    flex-direction: column;

    align-items: center;
}

.rn17-text-center {
    text-align: center;
}

.rn17-exclusive__grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 24px;

    max-width: 1200px;

    width: 100%;

    margin-top: 36px;
}

.rn17-exclusive__card {
    background:
        linear-gradient(
            #000 22%,
            #470c04 100%
        );

    border:
        1px solid rgba(255, 102, 0, 0.35);

    border-radius: 16px;

    padding: 36px 20px;

    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;

    justify-content: center;

    gap: 32px;

    aspect-ratio: 1 / 1;

    width: 100%;

    box-sizing: border-box;

    box-shadow:
        inset 0 0 24px rgba(255, 102, 0, 0.05),
        0 8px 24px rgba(0, 0, 0, 0.4);

    transition:
        transform 0.3s ease,
        border-color 0.3s ease;
}

.rn17-exclusive__card:hover {
    transform: translateY(-4px);

    border-color:
        rgba(255, 120, 0, 0.55);
}

.rn17-exclusive__card picture {
    display: flex;

    justify-content: center;
    align-items: center;

    width: 100%;
}

.rn17-exclusive__card p {
    font-size: 1.3rem;

    font-weight: 700;

    line-height: 1.4;

    margin: 0;

    color: #ffffff;
}

.rn17-exclusive__icon {
    width: 72px;

    height: 72px;

    object-fit: contain;

    display: block;

    margin: 0 auto;
}


/* ==========================================================================
   11. NEWSLETTER
   marketing_newsletter_rn17
   ========================================================================== */

.rn17-lp .rn17-newsletter,
.rn17-lp section.rn17-newsletter {
    padding: 60px 20px 70px !important;

    background: #000000 !important;
    background-color: #000000 !important;
    background-image: none !important;

    background-attachment: scroll !important;

    width: 100% !important;

    max-width: 100% !important;

    height: auto !important;

    min-height: auto !important;

    display: flex !important;

    justify-content: center !important;

    align-items: center !important;

    box-sizing: border-box !important;

    position: relative !important;

    border-radius: 0 !important;

    margin: 0 !important;
}


/* CONTAINER */

.rn17-lp .rn17-newsletter__container {
    width: 100% !important;

    max-width: 1100px !important;

    margin: 0 auto !important;

    text-align: center !important;

    display: flex !important;

    flex-direction: column !important;

    align-items: center !important;

    background: transparent !important;
}


/* TÍTULO */

.rn17-lp .rn17-newsletter__title {
    font-size:
        clamp(1.15rem, 2.3vw, 1.85rem) !important;

    font-weight: 700 !important;

    color: #ffffff !important;

    line-height: 1.3 !important;

    margin:
        0 0 32px !important;

    padding: 0 !important;

    text-align: center !important;

    max-width: 100% !important;

    letter-spacing: -0.01em !important;

    background: none !important;

    border: none !important;
}

@media (min-width: 900px) {

    .rn17-lp .rn17-newsletter__title {
        white-space: nowrap !important;
    }
}


/* FORM */

.rn17-lp .rn17-newsletter__form {
    width: 100% !important;

    max-width: 720px !important;

    display: flex !important;

    flex-direction: column !important;

    align-items: center !important;

    margin: 0 auto !important;

    padding: 0 !important;

    background: transparent !important;

    border: none !important;
}


/* WRAPPER */

.rn17-lp .rn17-newsletter__wrapper,
.rn17-lp .rn17-newsletter .form-wrapper {
    width: 100% !important;

    max-width: 100% !important;

    display: flex !important;

    flex-direction: column !important;

    align-items: center !important;

    margin: 0 !important;

    padding: 0 !important;

    background: transparent !important;

    border: none !important;

    float: none !important;
}


/* CAMPO + BOTÃO */

.rn17-lp .rn17-newsletter__field {
    width: 100% !important;

    display: flex !important;

    align-items: stretch !important;

    background: #333333 !important;

    background-color: #333333 !important;

    background-image: none !important;

    border-radius: 12px !important;

    overflow: hidden !important;

    height: 56px !important;

    min-height: 56px !important;

    max-height: 56px !important;

    box-sizing: border-box !important;

    border: none !important;

    box-shadow: none !important;

    padding: 0 !important;

    margin: 0 !important;

    transition:
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

.rn17-lp .rn17-newsletter__field:focus-within {
    box-shadow:
        0 0 0 1px
        rgba(255, 255, 255, 0.35),
        0 4px 20px
        rgba(0, 0, 0, 0.6) !important;

    background-color: #3a3a3a !important;

    background: #3a3a3a !important;
}


/* INPUT */

.rn17-lp .rn17-newsletter input.rn17-newsletter__input,
.rn17-lp .rn17-newsletter input[type="email"].rn17-newsletter__input,
.rn17-lp .rn17-newsletter .rn17-newsletter__input {
    flex: 1 1 auto !important;

    min-width: 0 !important;

    width: auto !important;

    background: transparent !important;

    background-color: transparent !important;

    background-image: none !important;

    border: none !important;

    border-radius: 0 !important;

    box-shadow: none !important;

    outline: none !important;

    padding: 0 24px !important;

    font-size: 1.02rem !important;

    font-family: inherit !important;

    color: #ffffff !important;

    box-sizing: border-box !important;

    height: 100% !important;

    line-height: 56px !important;

    margin: 0 !important;

    text-align: left !important;
}

.rn17-lp .rn17-newsletter input.rn17-newsletter__input::placeholder,
.rn17-lp .rn17-newsletter .rn17-newsletter__input::placeholder {
    color: #999999 !important;

    opacity: 1 !important;

    font-size: 1rem !important;
}


/* BOTÃO */

.rn17-lp .rn17-newsletter button.rn17-newsletter__btn,
.rn17-lp .rn17-newsletter .rn17-newsletter__btn {
    background-color: #707070 !important;

    background: #707070 !important;

    background-image: none !important;

    color: #1a1a1a !important;

    font-family: inherit !important;

    font-size: 1.02rem !important;

    font-weight: 600 !important;

    padding: 0 42px !important;

    min-width: 165px !important;

    height: 100% !important;

    line-height: 56px !important;

    border: none !important;

    border-radius: 0 !important;

    box-shadow: none !important;

    cursor: pointer !important;

    display: flex !important;

    align-items: center !important;

    justify-content: center !important;

    white-space: nowrap !important;

    margin: 0 !important;

    float: none !important;

    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        transform 0.1s ease;
}

.rn17-lp .rn17-newsletter button.rn17-newsletter__btn:hover,
.rn17-lp .rn17-newsletter .rn17-newsletter__btn:hover {
    background-color: #858585 !important;

    background: #858585 !important;

    color: #000000 !important;
}

.rn17-lp .rn17-newsletter button.rn17-newsletter__btn:active,
.rn17-lp .rn17-newsletter .rn17-newsletter__btn:active {
    transform: scale(0.98) !important;
}

.rn17-lp .rn17-newsletter button.rn17-newsletter__btn:disabled {
    cursor: wait !important;

    opacity: 0.75 !important;
}


/* CONSENTIMENTO */

.rn17-lp .rn17-newsletter__consent {
    margin-top: 22px !important;

    display: inline-flex !important;

    align-items: center !important;

    justify-content: center !important;

    gap: 10px !important;

    cursor: pointer !important;

    user-select: none !important;

    font-size: 0.95rem !important;

    color: #ffffff !important;

    line-height: 1.4 !important;

    text-align: center !important;

    position: relative !important;

    background: transparent !important;

    border: none !important;

    padding: 0 !important;
}


/* CHECKBOX REAL */

.rn17-lp .rn17-newsletter__checkbox {
    position: absolute !important;

    opacity: 0 !important;

    width: 20px !important;

    height: 20px !important;

    cursor: pointer !important;

    margin: 0 !important;

    left: 0 !important;

    top: 50% !important;

    transform: translateY(-50%) !important;

    z-index: 2 !important;

    background: transparent !important;

    border: none !important;
}


/* CHECKBOX VISUAL */

.rn17-lp .rn17-newsletter__custom-check {
    width: 18px !important;

    height: 18px !important;

    min-width: 18px !important;

    min-height: 18px !important;

    border:
        2px solid #ffffff !important;

    border-radius: 5px !important;

    background-color: transparent !important;

    background: transparent !important;

    display: inline-flex !important;

    align-items: center !important;

    justify-content: center !important;

    box-sizing: border-box !important;

    transition: all 0.2s ease;

    flex-shrink: 0 !important;

    padding: 0 !important;

    margin: 0 !important;
}


/* ÍCONE CHECK */

.rn17-lp .rn17-newsletter__custom-check svg {
    width: 12px !important;

    height: 12px !important;

    stroke: #ffffff !important;

    stroke-width: 2.5 !important;

    opacity: 0 !important;

    transition:
        opacity 0.15s ease,
        transform 0.15s ease;

    transform: scale(0.6) !important;

    display: block !important;
}


/* CHECK ATIVO */

.rn17-lp
.rn17-newsletter__checkbox:checked
+ .rn17-newsletter__custom-check {
    background-color: #ff6700 !important;

    background: #ff6700 !important;

    border-color: #ff6700 !important;
}

.rn17-lp
.rn17-newsletter__checkbox:checked
+ .rn17-newsletter__custom-check svg {
    opacity: 1 !important;

    transform: scale(1) !important;
}


/* FOCO */

.rn17-lp
.rn17-newsletter__checkbox:focus-visible
+ .rn17-newsletter__custom-check {
    outline:
        2px solid #ff7a00 !important;

    outline-offset: 2px !important;
}


/* TEXTO CONSENTIMENTO */

.rn17-lp .rn17-newsletter__consent-text {
    color: #ffffff !important;

    font-size: 0.95rem !important;

    background: none !important;
}

.rn17-lp .rn17-newsletter__consent-text a {
    color: #ff6700 !important;

    text-decoration: underline !important;

    text-underline-offset: 3px !important;

    font-weight: 500 !important;

    transition:
        color 0.2s ease;

    background: none !important;
}

.rn17-lp .rn17-newsletter__consent-text a:hover {
    color: #ff8533 !important;
}


/* ==========================================================================
   MENSAGENS DO WIDGET RN17
   ========================================================================== */

.rn17-lp .rn17-newsletter .rn17-message {
    width: 100% !important;

    max-width: 720px !important;

    margin: 18px auto 0 !important;

    padding: 14px 20px !important;

    border-radius: 10px !important;

    font-size: 0.95rem !important;

    line-height: 1.45 !important;

    font-weight: 500 !important;

    text-align: center !important;

    box-sizing: border-box !important;

    animation:
        rn17FadeIn 0.3s ease forwards !important;
}


/* SUCESSO */

.rn17-lp
.rn17-newsletter
.rn17-message-success {
    color: #ffffff !important;

    background:
        rgba(76, 175, 80, 0.12) !important;

    border:
        1px solid
        rgba(76, 175, 80, 0.45) !important;
}

.rn17-lp
.rn17-newsletter
.rn17-message-success span {
    display: inline-block !important;

    margin-top: 3px !important;

    font-weight: 600 !important;
}


/* ERRO */

.rn17-lp
.rn17-newsletter
.rn17-message-error {
    color: #ffffff !important;

    background:
        rgba(255, 76, 79, 0.10) !important;

    border:
        1px solid
        rgba(255, 76, 79, 0.45) !important;

    font-size: 0.9rem !important;
}


/* CONSENTIMENTO INVÁLIDO */

.rn17-lp
.rn17-newsletter__consent--error
.rn17-newsletter__custom-check {
    border-color: #ff4d4f !important;

    box-shadow:
        0 0 0 1px rgba(255, 77, 79, 0.2) !important;
}


/* ==========================================================================
   LOADING
   ========================================================================== */

.rn17-lp .rn17-newsletter__loading,
.rn17-lp .rn17-newsletter .loading {
    margin-top: 14px !important;

    display: none;

    align-items: center !important;

    justify-content: center !important;

    gap: 8px !important;
}

.rn17-lp .rn17-newsletter__spinner {
    width: 26px !important;

    height: 26px !important;

    border:
        3px solid
        rgba(255, 255, 255, 0.2) !important;

    border-top-color:
        #ff6700 !important;

    border-radius: 50% !important;

    display: inline-block !important;

    animation:
        rn17Spin 0.75s linear infinite !important;
}


/* ERROS NATIVOS DO VALIDATE */

.rn17-newsletter label.error,
.rn17-newsletter .error-flyout {
    color: #ff4d4f !important;

    font-size: 0.85rem !important;

    margin-top: 8px !important;

    text-align: center !important;

    font-weight: 500 !important;
}


/* ==========================================================================
   ANIMAÇÕES
   ========================================================================== */

@keyframes rn17Spin {

    to {
        transform: rotate(360deg);
    }

}

@keyframes rn17FadeIn {

    from {
        opacity: 0;

        transform:
            translateY(8px);
    }

    to {
        opacity: 1;

        transform:
            translateY(0);
    }

}


/* ==========================================================================
   12. DISCLAIMER FINAL
   ========================================================================== */

.rn17-disclaimer {
    padding: 40px 20px 60px;

    background-color: #000;
}

.rn17-disclaimer__content {
    max-width: 1200px;

    margin: 0 auto;

    font-size: 0.75rem;

    color: var(--rn17-text-muted);

    text-align: center;

    line-height: 1.55;
}


/* ==========================================================================
   13. RESPONSIVIDADE
   ========================================================================== */


/* --------------------------------------------------------------------------
   1200px — NOTEBOOK / SMALL DESKTOP
   -------------------------------------------------------------------------- */

@media (max-width: 1200px) {

    .rn17-benefits__grid,
    .rn17-exclusive__grid {
        gap: 16px;
    }

}


/* --------------------------------------------------------------------------
   1024px — TABLET LANDSCAPE
   -------------------------------------------------------------------------- */

@media (max-width: 1024px) {

    .rn17-benefits__grid,
    .rn17-exclusive__grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 18px;
    }

    .rn17-tuv__content {
        max-width: 52%;

        left: 6%;
    }

    .rn17-slide {
        width: min(720px, 70vw);

        height: 400px;
    }

}


/* --------------------------------------------------------------------------
   768px — TABLET / MOBILE
   -------------------------------------------------------------------------- */

@media (max-width: 768px) {


    /* HERO */

    .rn17-lp .rn17-hero,
    .rn17-hero {
        min-height: auto !important;

        justify-content:
            flex-start !important;
    }

    .rn17-lp .rn17-hero__content,
    .rn17-hero__content {
        padding-top:
            clamp(103px, 23vw, 175px) !important;

        width: 100% !important;

        display: flex !important;

        flex-direction:
            column !important;

        align-items: center !important;

        justify-content:
            center !important;

        text-align:
            center !important;

        box-sizing:
            border-box !important;
    }

    .rn17-lp .rn17-hero__slogan,
    .rn17-hero__slogan {
        width: 100% !important;

        display: flex !important;

        justify-content:
            center !important;

        align-items:
            center !important;
    }

    .rn17-lp .rn17-hero__slogan picture,
    .rn17-hero__slogan picture {
        display: flex !important;

        justify-content:
            center !important;

        align-items:
            center !important;

        width: 100% !important;
    }

    .rn17-lp .rn17-hero__slogan img,
    .rn17-hero__slogan img {
        width: 72% !important;

        max-width: 320px !important;

        height: auto !important;

        display: block !important;

        margin: 0 auto !important;
    }

    .rn17-lp .rn17-hero__tagline,
    .rn17-hero__tagline {
        font-size:
            clamp(1rem, 4vw, 1.35rem) !important;

        margin-top:
            10px !important;

        margin-bottom:
            0 !important;

        padding:
            0 16px !important;

        color:
            #ffffff !important;
    }

    .rn17-lp .rn17-hero__subtitle,
    .rn17-hero__subtitle {
        font-size:
            clamp(0.8rem, 3.2vw, 0.95rem) !important;

        color:
            rgba(255, 255, 255, 0.65) !important;

        margin-top:
            6px !important;

        padding:
            0 16px !important;
    }

    .rn17-lp a.rn17-hero__btn,
    .rn17-hero__btn {
        margin-top:
            clamp(150px, 45vw, 260px) !important;

        padding:
            8px 24px !important;

        font-size:
            0.85rem !important;
    }


    /* TITAN */

    .rn17-titan {
        padding:
            48px 16px 24px;

        text-align:
            center;
    }

    .rn17-titan__title {
        font-size:
            clamp(1.2rem, 4.2vw, 1.55rem);

        line-height:
            1.35;

        text-align:
            center;
    }


    /* TÜV */

    .rn17-tuv {
        padding:
            0 16px 24px;

        display:
            flex;

        justify-content:
            center;
    }

    .rn17-tuv__card {
        position:
            relative;

        width:
            100%;

        max-width:
            440px;

        border-radius:
            16px;

        overflow:
            hidden;

        display:
            block;

        background:
            transparent;

        border:
            none;

        padding:
            0;

        box-shadow:
            0 8px 24px rgba(0, 0, 0, 0.4);
    }

    .rn17-tuv__card picture,
    .rn17-tuv__card picture img {
        width:
            100%;

        height:
            auto;

        display:
            block;

        border-radius:
            16px;
    }

    .rn17-tuv__content {
        position:
            absolute;

        top:
            10%;

        left:
            0;

        width:
            100%;

        transform:
            none;

        max-width:
            100%;

        text-align:
            center;

        padding:
            0 27px;

        box-sizing:
            border-box;

        z-index:
            2;

        margin-bottom:
            0;
    }

    .rn17-tuv__title {
        font-size:
            clamp(1.15rem, 3.8vw, 1.35rem);

        font-weight:
            700;

        margin-bottom:
            10px;

        line-height:
            1.3;

        text-align:
            center;

        color:
            #ffffff;
    }

    .rn17-tuv__text {
        font-size:
            clamp(0.78rem, 2.4vw, 0.88rem);

        line-height:
            1.5;

        color:
            var(--rn17-text-secondary);

        max-width:
            320px;

        margin:
            0 auto;

        text-align:
            center;
    }


    /* BENEFÍCIOS */

    .rn17-benefits {
        padding:
            10px 43px 36px;

        display:
            flex;

        justify-content:
            center;
    }

    .rn17-benefits__grid {
        grid-template-columns:
            1fr;

        gap:
            16px;

        width:
            100%;

        max-width:
            440px;
    }

    .rn17-benefits__card {
        border-radius:
            0;

        position:
            relative;

        overflow:
            hidden;

        box-shadow:
            none;
    }

    .rn17-benefits__card picture,
    .rn17-benefits__card img {
        border-radius:
            0;

        width:
            100%;

        height:
            auto;

        display:
            block;
    }

    .rn17-benefits__text {
        font-size:
            clamp(1.1rem, 3.8vw, 1.35rem);

        font-weight:
            700;

        top:
            10%;

        padding:
            0 16px;

        line-height:
            1.3;
    }


    /* FLAGSHIP */

    .rn17-flagship {
        padding:
            44px 0 28px;
    }

    .rn17-flagship .rn17-section-title {
        font-size:
            clamp(1.45rem, 4.2vw, 2rem);

        line-height:
            1.3;

        padding:
            0 16px;

        margin-bottom:
            8px;
    }

    .rn17-flagship .rn17-section-subtitle {
        font-size:
            1rem;

        padding:
            0 20px;

        margin-bottom:
            24px;

        line-height:
            1.45;
    }

    .rn17-slider-wrapper {
        padding:
            0;
    }

    .rn17-slider-track {
        gap:
            14px;
    }

    .rn17-slide {
        width:
            78vw;

        max-width:
            360px;

        height:
            clamp(500px, 128vw, 560px);

        border-radius:
            0;

        opacity:
            0.95;
    }

    .rn17-slide.active {
        opacity:
            1;
    }

    .rn17-slide picture,
    .rn17-slide img {
        border-radius:
            0;

        object-fit:
            cover;
    }


    /* CONTROLES */

    .rn17-lp .rn17-slider-controls,
    .rn17-slider-controls {
        margin-top:
            22px !important;

        gap:
            18px !important;

        padding:
            6px 20px !important;

        background:
            #ffffff !important;

        background-color:
            #ffffff !important;
    }

    .rn17-lp button.rn17-slider-btn,
    .rn17-lp .rn17-slider-btn,
    button.rn17-slider-btn,
    .rn17-slider-btn {
        width:
            32px !important;

        height:
            32px !important;

        min-width:
            32px !important;

        min-height:
            32px !important;

        max-width:
            32px !important;

        max-height:
            32px !important;

        color:
            #000000 !important;

        padding:
            0 !important;

        margin:
            0 !important;

        background:
            transparent !important;
    }

    .rn17-lp button.rn17-slider-btn svg,
    .rn17-lp .rn17-slider-btn svg,
    .rn17-slider-btn svg {
        width:
            16px !important;

        height:
            16px !important;
    }


    /* EVOLUÇÃO DE DESIGN */

    .rn17-design {
        padding:
            40px 16px 24px;
    }

    .rn17-design .rn17-section-title {
        font-size:
            clamp(1.45rem, 4.2vw, 2rem);

        line-height:
            1.3;
    }

    .rn17-design .rn17-section-subtitle {
        font-size:
            1rem;

        line-height:
            1.55;
    }


    /* VÍDEO */

    .rn17-video {
        padding:
            0 16px 50px;
    }

    .rn17-video__thumbnail-box {
        width:
            100%;

        max-width:
            440px;
    }

    .rn17-video__play-overlay {
        bottom:
            12px;

        right:
            12px;

        width:
            38px;

        height:
            38px;
    }

    .rn17-video__play-overlay svg {
        width:
            24px;

        height:
            24px;
    }

    .rn17-video__watch-btn {
        font-size:
            1rem;

        margin-top:
            18px;
    }


    /* BENEFÍCIOS EXCLUSIVOS */

    .rn17-exclusive {
        padding:
            22px 43px 50px;
    }

    .rn17-exclusive .rn17-section-title {
        font-size:
            clamp(1.45rem, 4.2vw, 2rem);

        line-height:
            1.35;

        padding:
            0 10px;
    }

    .rn17-exclusive__grid {
        display:
            flex;

        flex-direction:
            column;

        align-items:
            center;

        gap:
            16px;

        margin-top:
            28px;

        width:
            100%;

        max-width:
            440px;
    }

    .rn17-exclusive__card {
        background:
            linear-gradient(
                #000 22%,
                #470c04 100%
            );

        border:
            1px solid rgb(255, 102, 0);

        border-radius:
            16px;

        padding:
            clamp(24px, 6vw, 36px) 20px;

        aspect-ratio:
            1 / 1;

        width:
            100%;

        max-width:
            440px;

        min-height:
            auto;

        display:
            flex;

        flex-direction:
            column;

        align-items:
            center;

        justify-content:
            center;

        gap:
            clamp(22px, 5.5vw, 36px);

        text-align:
            center;

        box-shadow:
            inset 0 0 20px
            rgba(255, 102, 0, 0.05),
            0 8px 24px
            rgba(0, 0, 0, 0.4);
    }

    .rn17-exclusive__card p {
        font-size:
            clamp(1.02rem, 3.6vw, 1.15rem);

        font-weight:
            700;

        line-height:
            1.35;

        color:
            #ffffff;

        margin:
            0;
    }

    .rn17-exclusive__icon {
        width:
            clamp(64px, 17vw, 76px);

        height:
            auto;
    }


    /* NEWSLETTER */

    .rn17-lp .rn17-newsletter,
    .rn17-lp section.rn17-newsletter {
        padding:
            40px 16px 50px !important;
    }

    .rn17-lp .rn17-newsletter__title {
        font-size:
            clamp(1.15rem, 4.2vw, 1.45rem) !important;

        margin-bottom:
            24px !important;

        padding:
            0 10px !important;

        white-space:
            normal !important;
    }

    .rn17-lp .rn17-newsletter__form {
        max-width:
            100% !important;
    }

    .rn17-lp .rn17-newsletter__field {
        height:
            50px !important;

        min-height:
            50px !important;

        max-height:
            50px !important;
    }

    .rn17-lp .rn17-newsletter input.rn17-newsletter__input,
    .rn17-lp .rn17-newsletter .rn17-newsletter__input {
        padding:
            0 16px !important;

        font-size:
            0.92rem !important;

        line-height:
            50px !important;
    }

    .rn17-lp .rn17-newsletter__input::placeholder {
        font-size:
            0.88rem !important;
    }

    .rn17-lp .rn17-newsletter button.rn17-newsletter__btn,
    .rn17-lp .rn17-newsletter .rn17-newsletter__btn {
        padding:
            0 22px !important;

        font-size:
            0.92rem !important;

        min-width:
            135px !important;

        line-height:
            50px !important;
    }

    .rn17-lp .rn17-newsletter__consent {
        font-size:
            0.84rem !important;

        margin-top:
            16px !important;

        padding:
            0 8px !important;
    }

    .rn17-lp .rn17-newsletter__consent-text {
        font-size:
            0.84rem !important;
    }

    .rn17-lp .rn17-newsletter .rn17-message {
        font-size:
            0.85rem !important;

        padding:
            12px 16px !important;
    }


    /* DISCLAIMER */

    .rn17-disclaimer {
        padding:
            2.5rem;
    }

    .rn17-disclaimer__content {
        font-size:
            0.68rem;

        text-align:
            left;

        line-height:
            1.55;
    }

}


/* ==========================================================================
   14. MOBILE PEQUENO — 480px
   ========================================================================== */

@media (max-width: 480px) {

    .rn17-hero__content {
        padding-top:
            clamp(18px, 5vw, 28px);
    }

    .rn17-hero__slogan img {
        width:
            80%;

        max-width:
            280px;
    }

    .rn17-titan__title,
    .rn17-section-title {
        font-size:
            1.79rem;
    }

    .rn17-section-subtitle {
        font-size:
            0.82rem;
    }

    .rn17-tuv__title {
        font-size:
            1.2rem;
    }

    .rn17-tuv__text {
        font-size:
            0.8rem;
    }

    .rn17-benefits__text {
        font-size:
            1.1rem;

        top:
            9%;
    }

    .rn17-slide {
        width:
            78vw;

        max-width:
            340px;

        height:
            clamp(480px, 126vw, 540px);

        border-radius:
            0;
    }

    .rn17-exclusive__card {
        aspect-ratio:
            1 / 1;

        padding:
            clamp(20px, 5vw, 30px) 16px;

        gap:
            clamp(18px, 4.5vw, 28px);
    }

    .rn17-exclusive__card p {
        font-size:
            clamp(0.92rem, 5.5vw, 1.2rem);
    }

    .rn17-exclusive__icon {
        width:
            clamp(58px, 15vw, 68px);

        height:
            auto;
    }


    /* NEWSLETTER */

    .rn17-lp .rn17-newsletter__title {
        font-size:
            1.15rem !important;
    }

    .rn17-lp .rn17-newsletter__field {
        height:
            48px !important;

        min-height:
            48px !important;

        max-height:
            48px !important;
    }

    .rn17-lp .rn17-newsletter__input,
    .rn17-lp .rn17-newsletter input.rn17-newsletter__input {
        padding:
            0 14px !important;

        font-size:
            0.86rem !important;
    }

    .rn17-lp .rn17-newsletter__input::placeholder {
        font-size:
            0.8rem !important;
    }

    .rn17-lp .rn17-newsletter__btn,
    .rn17-lp .rn17-newsletter button.rn17-newsletter__btn {
        padding:
            0 18px !important;

        min-width:
            120px !important;

        font-size:
            0.86rem !important;
    }

    .rn17-lp .rn17-newsletter__consent {
        font-size:
            0.8rem !important;

        align-items:
            flex-start !important;
    }

    .rn17-lp .rn17-newsletter__consent-text {
        font-size:
            0.8rem !important;

        text-align:
            left !important;
    }

}


/* ==========================================================================
   15. MOBILE EXTRA PEQUENO — 375px
   ========================================================================== */

@media (max-width: 375px) {

    .rn17-hero__content {
        padding-top:
            clamp(14px, 4.5vw, 22px);
    }

    .rn17-hero__slogan img {
        width:
            82%;

        max-width:
            250px;
    }

    .rn17-titan__title,
    .rn17-section-title {
        font-size:
            1.15rem;
    }

    .rn17-tuv__title {
        font-size:
            1.1rem;
    }

    .rn17-benefits__text {
        font-size:
            0.98rem;

        top:
            8%;
    }

    .rn17-slide {
        width:
            78vw;

        max-width:
            310px;

        height:
            clamp(440px, 126vw, 490px);

        border-radius:
            0;
    }

    .rn17-exclusive__card {
        aspect-ratio:
            1 / 1;

        padding:
            18px 14px;

        gap:
            16px;
    }

    .rn17-exclusive__card p {
        font-size:
            0.88rem;
    }

    .rn17-exclusive__icon {
        width:
            52px;

        height:
            52px;
    }


    /* NEWSLETTER */

    .rn17-lp .rn17-newsletter__title {
        font-size:
            1.12rem !important;
    }

    .rn17-lp .rn17-newsletter__field {
        height:
            46px !important;

        min-height:
            46px !important;

        max-height:
            46px !important;
    }

    .rn17-lp .rn17-newsletter__input,
    .rn17-lp .rn17-newsletter input.rn17-newsletter__input {
        padding:
            0 12px !important;

        font-size:
            0.82rem !important;

        line-height:
            46px !important;
    }

    .rn17-lp .rn17-newsletter__input::placeholder {
        font-size:
            0.8rem !important;
    }

    .rn17-lp .rn17-newsletter__btn,
    .rn17-lp .rn17-newsletter button.rn17-newsletter__btn {
        padding:
            0 14px !important;

        min-width:
            105px !important;

        font-size:
            0.82rem !important;

        line-height:
            46px !important;
    }

    .rn17-lp .rn17-newsletter__consent {
        font-size:
            0.78rem !important;
    }

    .rn17-lp .rn17-newsletter__consent-text {
        font-size:
            0.78rem !important;
    }

    .rn17-lp .rn17-newsletter .rn17-message {
        font-size:
            0.8rem !important;

        padding:
            11px 13px !important;
    }

}