/* Non-critical CSS for La Vague Mémoire */

/* New color palette for visual differentiation */
:root {
    --vw7-base: #2d5a7b;    /* Deep teal-blue */
    --vw7-soft: #e8f4f8;  /* Light cyan */
    --vw7-highlight: #48a999;     /* Soft teal */
    --vw7-ink: #2c3e50;       /* Dark gray */
    --vw7-light: #fff;
}

/* Buy section */
.vw7-offer-area {
    padding: 2.5rem 0 3.125rem;
}
.vw7-offer-card {
    margin: 1.875rem auto;
    background: var(--vw7-soft);
    border: 0.125rem solid #b8d4dc;
    border-radius: 0.75rem;
    max-width: 56.25rem;
}
.vw7-offer-head {
    background: #c8e6ec;
    padding: 0.625rem 1.25rem 0.375rem;
    border-radius: 0.625rem 0.625rem 0 0;
}
.vw7-offer-label {
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 2.25rem;
    text-align: center;
    color: var(--vw7-base);
}
.vw7-offer-body {
    padding: 0 1.875rem 1.875rem;
}
.vw7-pack-visual {
    display: block;
    margin: 1.25rem auto;
    max-width: 31.25rem;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.vw7-perks-row {
    padding: 0.9375rem 0;
    width: 100%;
    max-width: 41.875rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.vw7-perk-cell {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 33.33%;
    padding: 0.625rem 0.9375rem;
    position: relative;
    color: #fff;
    text-align: left;
}
.vw7-perk-cell:first-child {
    background: #2d5a7b;
    border-radius: 0.875rem 0 0 0.875rem;
}
.vw7-perk-cell:nth-child(2) {
    background: #3a7a8c;
}
.vw7-perk-cell:last-child {
    background: var(--vw7-highlight);
    border-radius: 0 0.875rem 0.875rem 0;
}
.vw7-perk-name {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #fff;
    margin-left: 0.625rem;
}
.vw7-glyph-a,
.vw7-glyph-b,
.vw7-glyph-c {
    display: inline-block;
    background-size: 20.875rem 5.875rem;
    flex-shrink: 0;
    margin-right: 0.625rem;
    transform: scale(0.8);
    background-repeat: no-repeat;
}
.vw7-glyph-a {
    background: url(../images/vw7-glyph-combined.webp) 0 -2.25rem;
    width: 3.375rem;
    height: 3.5625rem;
}
.vw7-glyph-b {
    background: url(../images/vw7-glyph-combined.webp) -3.375rem -2.25rem;
    width: 2.625rem;
    height: 3.5625rem;
}
.vw7-glyph-c {
    background: url(../images/vw7-glyph-combined.webp) -6rem -2.25rem;
    width: 3.375rem;
    height: 3.5625rem;
}
.vw7-cost-block {
    margin: 1.25rem auto;
    text-align: center;
    position: relative;
    width: 20.875rem;
}
.vw7-cost-old {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2.125rem;
    color: #f00;
    margin-bottom: 0.3125rem;
    text-decoration: line-through;
}
.vw7-cost-now {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1;
    color: var(--vw7-base);
    margin-top: 0.25rem;
}
.vw7-cost-now span {
    color: var(--vw7-highlight);
    font-size: 2rem;
}
.vw7-action-btn {
    display: block;
    margin: 0.9375rem auto 0;
    background: var(--vw7-highlight);
    border: none;
    border-radius: 0.625rem;
    padding: 1.25rem;
    font-weight: 700;
    font-size: 1.75rem;
    text-align: center;
    color: var(--vw7-light);
    text-decoration: none;
    box-shadow: 0 0.375rem 0.625rem rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
}
.vw7-action-btn:hover {
    background: #3d9285;
    transform: translateY(-0.125rem);
    box-shadow: 0 0.5rem 0.9375rem rgba(0, 0, 0, 0.4);
}

/* Guarantee section */
.vw7-promise-area {
    padding: 2.5rem 0;
}
.vw7-promise-head {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 1.875rem;
    font-weight: 700;
}
.vw7-promise-card {
    background: var(--vw7-base);
    color: white;
    padding: 1.25rem;
    border-radius: 0.625rem;
    position: relative;
    max-width: 56.25rem;
    margin: 0 auto 1.875rem;
}
.vw7-seal-img {
    position: absolute;
}
.vw7-promise-info {
    font-size: 1rem;
    margin-top: 0.625rem;
}
.vw7-basket-link {
    display: block;
    text-align: center;
    color: #0066cc;
    text-decoration: none;
    margin-top: 0.625rem;
    font-size: 1rem;
}
.vw7-basket-link:hover {
    text-decoration: underline;
}
.vw7-promise-note {
    font-style: italic;
    color: #333;
    margin: 1.25rem 0;
}
.vw7-help-block {
    background-color: #3a6b8a;
    margin: 40px 0 0 0;
    color: #fff;
    padding: 20px 140px 20px 20px;
    border-radius: 10px;
    position: relative;
}
.vw7-agent-photo {
    position: absolute;
    right: 10px;
    bottom: 0;
}
.vw7-safe-badge {
    font-size: 2.25rem;
    font-weight: 700;
    margin: 1.875rem 0;
}
.vw7-safe-badge span {
    color: var(--vw7-base);
}

/* References section */
.vw7-sources-bar {
    background: var(--vw7-soft);
    padding: 1.375rem 0;
}
.vw7-sources-title {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.875rem;
    text-align: center;
}
.vw7-sources-logos {
    margin: 1.75rem auto 0;
    text-align: center;
}
.vw7-sources-area {
    padding: 2.5rem 0;
}
.vw7-sources-label {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
}
.vw7-sources-cols {
    display: flex;
    justify-content: space-between;
    gap: 1.875rem;
}
.vw7-sources-col {
    flex: 1;
}
.vw7-sources-list {
    list-style: none;
}
.vw7-source-entry {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 0.625rem;
    font-style: italic;
    line-height: 1.4;
    color: #999;
    margin: 0.75rem 0;
    padding-left: 1.875rem;
    position: relative;
}
.vw7-source-num {
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25rem;
    color: #999;
}

/* Footer */
.vw7-bottom {
    padding: 2.8125rem 0;
    border-top: 0.0625rem solid #c5c5c5;
}
.vw7-links-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
.vw7-link-item {
    position: relative;
    padding: 0 0.9375rem;
    text-decoration: none;
}
.vw7-link-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0.3125rem;
    height: 0.9375rem;
    width: 0.0625rem;
    background: #333;
}
.vw7-link-anchor {
    color: #333;
    font-size: 1.25rem;
    text-decoration: none;
}
.vw7-copy-text {
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #333;
    text-align: center;
    margin-top: 0.625rem;
}
.vw7-legal-text {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    margin-top: 0.9375rem;
}

/* Responsive styles */
@media (max-width: 60.625rem) { /* 970px */
    .vw7-wrap {
        max-width: 46.875rem;
        width: 100%;
    }
    .vw7-intro-block {
        font-size: 2.375rem;
        line-height: 3.625rem;
    }
    .vw7-intro-block span {
        font-size: 3rem;
    }
    .vw7-sub-intro {
        width: 100%;
        max-width: 37.125rem;
        font-size: 2.75rem;
        line-height: 3.375rem;
        margin: 0 auto;
    }
    .vw7-offer-label {
        font-size: 2.25rem;
        line-height: 2.875rem;
    }
    .vw7-link-anchor {
        font-size: 1.125rem;
    }
    .vw7-copy-text {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .vw7-perk-name {
        font-size: 1rem;
        line-height: 1.25rem;
    }
    .vw7-promise-head {
        font-size: 1.75rem;
        line-height: 1.3;
    }
    .vw7-safe-badge {
        font-size: 2rem;
    }
    .video-play-button {
        width: 4.375rem;
        height: 4.375rem;
    }
}

@media (max-width: 47.9375rem) { /* 767px */
    .vw7-wrap {
        width: 100%;
        max-width: 40rem;
        padding: 0 0.9375rem;
    }
    .vw7-intro-block,
    .vw7-intro-block span {
        font-size: 2.25rem;
        line-height: 2.75rem;
    }
    .vw7-sub-intro {
        font-size: 2rem;
        line-height: 2.625rem;
        width: 100%;
        margin: 0.375rem auto 0;
    }
    .vw7-offer-label {
        font-size: 1.75rem;
        line-height: 2.25rem;
    }
    .vw7-offer-body {
        padding: 0 0.9375rem 1.25rem;
    }
    .vw7-perks-row {
        width: 100%;
        gap: 0.3125rem;
    }
    .vw7-perk-cell {
        width: 33.33%;
        justify-content: center;
        align-items: center;
        border-radius: 0;
        padding: 0.625rem 0.3125rem;
        text-align: center;
    }
    .vw7-perk-cell:first-child {
        border-radius: 0.625rem 0 0 0.625rem;
    }
    .vw7-perk-cell:last-child {
        border-radius: 0 0.625rem 0.625rem 0;
    }
    .vw7-perk-name {
        font-size: 0.875rem;
        line-height: 1.125rem;
        text-align: center;
        margin-left: 0;
    }
    /* Hide icons on smaller screens */
    .vw7-perk-cell span[class^="vw7-glyph-"] {
        display: none;
    }
    .vw7-sources-title {
        font-size: 1rem;
        line-height: 1.5;
    }
    .vw7-sources-logos {
        margin: 1.125rem auto 0;
        flex-wrap: wrap;
    }
    .vw7-sources-cols {
        flex-direction: column;
    }
    .vw7-bottom {
        padding: 1.875rem 0;
    }
    .vw7-link-item {
        padding: 0 0.625rem;
    }
    .vw7-link-anchor {
        font-size: 0.875rem;
    }
    .vw7-copy-text {
        font-size: 0.875rem;
        line-height: 1.5rem;
    }
    .vw7-cost-block {
        width: 100%;
        max-width: 18.75rem;
    }
    .vw7-action-btn {
        padding: 0.9375rem;
        font-size: 1.5rem;
    }
    .vw7-promise-head {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    .vw7-safe-badge {
        font-size: 1.75rem;
    }
    .vw7-promise-card {
        padding: 0.9375rem;
        padding-right: 1.25rem;
    }
    .vw7-seal-img {
        right: -0.9375rem;
        top: -0.9375rem;
    }
    .video-play-button {
        width: 3.75rem;
        height: 3.75rem;
    }
}

@media (max-width: 29.9375rem) { /* 479px */
    .vw7-intro-block,
    .vw7-intro-block span {
        font-size: 1.75rem;
        line-height: 2.25rem;
    }
    .vw7-sub-intro {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .vw7-offer-label {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .vw7-offer-card {
        margin: 1.25rem auto;
    }
    .vw7-offer-head {
        padding: 0.5rem 0.625rem 0.25rem;
    }
    .vw7-cost-block {
        width: 100%;
        max-width: 16.25rem;
    }
    .vw7-cost-old {
        font-size: 1.125rem;
        line-height: 1.625rem;
    }
    .vw7-cost-now {
        font-size: 1.25rem;
    }
    .vw7-cost-now span {
        font-size: 1.75rem;
    }
    .price {
        font-size: 3rem;
        line-height: 3rem;
    }
    .vw7-perk-name {
        font-size: 0.875rem;
        line-height: 1.125rem;
    }
    .vw7-glyph-a,
    .vw7-glyph-b,
    .vw7-glyph-c {
        transform: scale(0.6);
    }
    .vw7-action-btn {
        padding: 0.75rem;
        font-size: 1.25rem;
        margin-top: 0.625rem;
    }
    .vw7-promise-head {
        font-size: 1.375rem;
        line-height: 1.3;
        margin-bottom: 1.25rem;
    }
    .vw7-safe-badge {
        font-size: 1.5rem;
        margin: 1.25rem 0;
    }
    .vw7-promise-info,
    .vw7-promise-note {
        font-size: 0.875rem;
        line-height: 1.4;
    }
    .vw7-seal-img {
        margin: 0;
        right: -0.625rem;
        top: -0.625rem;
    }
    .vw7-help-block {
        padding: 0.9375rem;
    }
    .vw7-agent-photo {
        width: 3.75rem;
        height: 3.75rem;
        margin-right: 0.625rem;
    }
    .vw7-links-nav {
        flex-direction: column;
        align-items: center;
        gap: 0.625rem;
    }
    .vw7-link-item {
        padding: 0.3125rem 0;
    }
    .vw7-link-item:not(:last-child)::after {
        display: none;
    }
    .vw7-legal-text {
        font-size: 0.75rem;
        line-height: 1.125rem;
    }
    .video-play-button {
        width: 3.125rem;
        height: 3.125rem;
    }
    .video-play-button svg {
        width: 1.25rem;
        height: 1.25rem;
    }
}

@media (max-width: 22.5rem) { /* 360px */
    .vw7-wrap {
        padding: 0 0.625rem;
    }
    .vw7-offer-label {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .vw7-cost-old {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .vw7-cost-now {
        font-size: 1.125rem;
    }
    .vw7-cost-now span {
        font-size: 1.5rem;
    }
    .vw7-action-btn {
        font-size: 1.125rem;
        padding: 0.625rem;
    }
    .vw7-promise-head {
        font-size: 1.25rem;
    }
    .vw7-perk-cell {
        padding: 0.5rem;
    }
} 

/* --- Estilos para a Imagem de Referências --- */
.vw7-sources-area img[src*="scientific-references-logos-mobile.webp"] {
    display: block; /* Garante comportamento de bloco */
    max-width: 100%; /* Imagem responsiva */
    height: auto;   /* Mantém a proporção com base na largura */

    /* A MÁGICA: Define a proporção da imagem (largura / altura)
       Para a imagem 956x102, a proporção é 956 / 102.
       Isso permite ao navegador reservar o espaço vertical correto. */
    aspect-ratio: 956 / 102;

    /* Opcional: Cor de fundo para o espaço reservado enquanto a imagem carrega */
    background-color: #f0f0f0; /* Um cinza claro, ajuste conforme seu design */

    /* Seus atributos loading="lazy" e decoding="async" são bons, mantenha-os. */
}
