html, body {
    overflow-x: hidden;
    max-width: 100%;
}

.rx-hero-stars {
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 4px 0 2px;
    line-height: 1.4;
    text-align: left;
}

@media (max-width: 768px) {
    .rx-hero-stars { text-align: center; }
}

#rx-top-banner {
    width: 100%;
    background: #1381D2;
    color: #ffffff;
    text-align: center;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 10px 20px;
    box-sizing: border-box;
}

/* =============================================
   ACORDEÃO DE DETALHES DO PRODUTO — Hero Section
   ============================================= */

#rx-container-v2 {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 800px !important;
    margin: 24px auto 40px !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
    clear: both !important;
    float: none !important;
    flex-basis: 100% !important; /* ocupa linha inteira no flex da hero */
}

#rx-container-v2 details {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1.5px solid #000B2E !important;
    background: transparent !important;
}

#rx-container-v2 details:first-of-type {
    border-top: 1.5px solid #000B2E !important;
}

#rx-container-v2 summary {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 22px 10px !important;
    cursor: pointer !important;
    list-style: none !important;
    outline: none !important;
}

#rx-container-v2 summary::-webkit-details-marker {
    display: none !important;
}

#rx-container-v2 summary span {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.25rem !important;
    font-weight: 800 !important;
    color: #000B2E !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}

.rx-circle-icon {
    width: 34px !important;
    height: 34px !important;
    background-color: #F1F5F9 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    flex-shrink: 0 !important;
}

.rx-circle-icon svg {
    width: 20px !important;
    height: 20px !important;
    fill: #000B2E !important;
    transition: transform 0.4s ease !important;
}

#rx-container-v2 details[open] .rx-circle-icon {
    background-color: #000B2E !important;
}

#rx-container-v2 details[open] .rx-circle-icon svg {
    fill: #FFFFFF !important;
    transform: rotate(180deg) !important;
}

.rx-body-content {
    padding: 0 10px 30px 10px !important;
    font-family: 'Neulis Sans', sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.7 !important;
    color: #334155 !important;
    overflow: hidden !important;
    max-height: 0 !important;
    transition: max-height 0.4s ease !important;
}

#rx-container-v2 details[open] > .rx-body-content {
    max-height: 600px !important;
}

.rx-body-content p { margin: 0 0 15px 0 !important; }
.rx-body-content ul { margin: 15px 0 !important; padding-left: 20px !important; list-style: none !important; }
.rx-body-content li { margin-bottom: 10px !important; position: relative !important; }
.rx-body-content li::before {
    content: "•";
    color: #000B2E !important;
    font-weight: bold !important;
    position: absolute !important;
    left: -15px !important;
}

@media (max-width: 768px) {
    #rx-container-v2 summary span { font-size: 1.1rem !important; }
}

/* =============================================
   SEÇÃO DE TESTEMUNHOS — relaxei-testimonials-v3
   ============================================= */

#relaxei-testimonials-v3 {
    --blue: #1381D2;
    --dark: #1a1a1a;
    --bg: #f4f4f4;
    --white: #ffffff;
    background: var(--white);
    padding: 40px 20px;
    font-family: 'Outfit', sans-serif;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

#relaxei-testimonials-v3 .inner { max-width: 500px; margin: 0 auto; position: relative; }

.v3-stars-top { color: #f1b42f; font-size: 14px; margin-bottom: 10px; }
.v3-title { font-size: 28px; font-weight: 800; margin: 10px 0; }
.v3-title span { color: var(--blue); }
.v3-subtitle { color: var(--blue); margin-bottom: 25px; font-size: 16px; }

.v3-tabs { display: flex; flex-direction: column; gap: 10px; margin-bottom: 25px; }
.v3-tab {
    border: 2px solid var(--blue);
    background: #fff;
    color: var(--blue);
    padding: 10px;
    border-radius: 50px;
    font-weight: 700;
    cursor: pointer;
    font-size: 17px;
    font-family: 'Outfit', sans-serif;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
}
.v3-tab.active { background: var(--blue); color: #fff; }
.v3-tab:hover { background: #e8f4fc; color: var(--blue); border-color: var(--blue); }
.v3-tab.active:hover { background: var(--blue); color: #fff; }
.v3-tab:focus { outline: none; box-shadow: none; }
.v3-tab:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; }

.v3-category { display: none; }
.v3-category.active { display: block; }

.v3-card {
    display: none;
    background: var(--bg);
    padding: 25px 20px;
    border-radius: 30px;
    text-align: left;
}
.v3-card.active {
    display: flex;
    flex-direction: column;
    min-height: 320px;
    animation: v3fade 0.3s ease;
}

@keyframes v3fade { from { opacity: 0; } to { opacity: 1; } }

.v3-name { font-weight: 700; color: var(--blue); font-size: 18px; }
.v3-stars { color: #f1b42f; float: right; }
.v3-ctitle { font-weight: 800; color: var(--blue); margin: 15px 0 10px; font-size: 18px; clear: both; }
.v3-ctext { font-size: 14px; line-height: 1.5; }
.v3-ctext b { font-weight: 800; }
.v3-cimgs { display: flex; gap: 10px; margin-top: 15px; }
.v3-cimgs img { width: 80px; height: 80px; border-radius: 12px; object-fit: cover; }

.v3-nav { margin-top: 20px; display: flex; flex-direction: column; align-items: center; gap: 15px; }
.v3-dots { display: flex; gap: 8px; }
.v3-dot { width: 10px; height: 10px; background: #ccc; border-radius: 50%; cursor: pointer; transition: all 0.2s; }
.v3-dot.active { background: var(--dark); transform: scale(1.2); }

.v3-arrows { display: flex; gap: 20px; }
.v3-arrow {
    width: 45px; height: 45px; border: 1px solid #ccc; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; cursor: pointer;
    background: #fff;
}

@media (min-width: 769px) {
    #relaxei-testimonials-v3 .inner { max-width: 1000px; }
    .v3-tabs { flex-direction: row; justify-content: center; }
    .v3-tab { width: auto; min-width: 150px; }
    .v3-category { max-width: 500px; margin: 0 auto; }
}

/* =============================================
   SEÇÃO 3 — BENEFÍCIOS / INGREDIENTES
   ============================================= */

#relaxei-benefits-v1 {
    --blue: #1381D2;
    --dark: #002E3E;
    --beige: #FDE0B8;

    width: 100%;
    box-sizing: border-box;
    position: relative;

    background: var(--beige);
    font-family: 'Outfit', sans-serif;
    text-align: center;
    overflow: hidden;
}

#relaxei-benefits-v1 .s3-header-bg {
    background: var(--blue);
    padding: 40px 20px 320px;
    border-bottom-left-radius: 50% 60px;
    border-bottom-right-radius: 50% 60px;
    position: relative;
    z-index: 1;
}

#relaxei-benefits-v1 .s3-headline {
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
    margin: 0 auto;
    max-width: 320px;
    text-transform: uppercase;
}

#relaxei-benefits-v1 .s3-product-wrapper {
    position: relative;
    z-index: 2;
    margin-top: -280px;
    margin-bottom: 30px;
}

#relaxei-benefits-v1 .s3-product-img {
    width: 100%;
    max-width: 150px;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.1));
}

#relaxei-benefits-v1 .s3-content {
    padding: 0 20px 60px;
    position: relative;
    z-index: 3;
}

#relaxei-benefits-v1 .s3-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 15px;
    max-width: 500px;
    margin: 0 auto;
}

#relaxei-benefits-v1 .s3-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

#relaxei-benefits-v1 .s3-card-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--beige);
    background-blend-mode: multiply;
    flex-shrink: 0;
}

#relaxei-benefits-v1 .s3-card-title {
    font-size: 15px;
    font-weight: 800;
    color: var(--blue);
    line-height: 1.2;
}

#relaxei-benefits-v1 .s3-card-text {
    font-size: 12px;
    line-height: 1.4;
    color: #333;
    max-width: 160px;
}

@media (min-width: 769px) {
    #relaxei-benefits-v1 .s3-header-bg {
        padding: 60px 20px 400px;
        border-bottom-left-radius: 50% 120px;
        border-bottom-right-radius: 50% 120px;
    }
    #relaxei-benefits-v1 .s3-headline { font-size: 36px; max-width: 700px; }
    #relaxei-benefits-v1 .s3-product-wrapper { margin-top: -360px; }
    #relaxei-benefits-v1 .s3-product-img { max-width: 180px; }
    #relaxei-benefits-v1 .s3-grid { grid-template-columns: repeat(2, 1fr); gap: 40px 60px; max-width: 800px; }
    #relaxei-benefits-v1 .s3-card-title { font-size: 18px; }
    #relaxei-benefits-v1 .s3-card-text { font-size: 14px; max-width: 280px; }
    #relaxei-benefits-v1 .s3-card-icon { width: 55px; height: 55px; }
}

/* =============================================
   TÍTULO DE SEÇÃO — padrão reutilizável
   ============================================= */

.rx-section-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    color: #1381D2;
    text-align: center;
    line-height: 1.25;
    max-width: 620px;
    margin: 40px auto 30px;
    padding: 0 20px;
}

@media (max-width: 768px) {
    .rx-section-title { font-size: 1.25rem; }
}

.rx-section-title-wrap {
    width: 100%;
    background: transparent;
    padding: 40px 20px 0;
    box-sizing: border-box;
}

@media (min-width: 769px) {
    .rx-mobile-br { display: none; }
}

.elementor-element-68ef195b > .elementor-shape-bottom .elementor-shape-fill,
.elementor-element-68ef195b > .e-con-inner > .elementor-shape-bottom .elementor-shape-fill {
    fill: #ffffff !important;
}

/* =============================================
   CABEÇALHO DA SEÇÃO DE OFERTA
   ============================================= */

#rx-offer-header {
    width: 100%;
    background: #ffffff;
    text-align: center;
    padding: 50px 20px 20px;
    box-sizing: border-box;
    font-family: 'Outfit', sans-serif;
}

.rx-oh-stars {
    color: #f1b42f;
    font-size: 14px;
    margin-bottom: 10px;
}

.rx-oh-stars span {
    color: #1a1a1a;
}

.rx-oh-title {
    font-size: 28px;
    font-weight: 800;
    margin: 10px 0;
    color: #1a1a1a;
}

.rx-oh-title span {
    color: #1381D2;
}

.rx-oh-subtitle {
    color: #1381D2;
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto 25px;
}

[data-id="b8648b7"] {
    background: #ffffff !important;
}

.elementor-element-10ab45f {
    --e-n-carousel-slides-to-show: 2 !important;
    --e-n-carousel-swiper-slides-to-display: 2 !important;
}

@media (min-width: 769px) {
    #rx-container-v2 { display: none !important; }
}

/* Shapes decorativos do Elementor não devem interceptar cliques */
.elementor-shape {
    pointer-events: none;
}
