    /* inter-regular - latin */
    @font-face {
        font-display: swap;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        src: url('https://pages.clubesaude.org/fonts/inter-v20-latin-regular.woff2') format('woff2');
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    }

    /* inter-700 - latin */
    @font-face {
        font-display: swap;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        src: url('https://pages.clubesaude.org/fonts/inter-v20-latin-700.woff2') format('woff2');
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    }

    /* instrument-serif-regular - latin */
    @font-face {
        font-display: swap;
        font-family: 'Instrument Serif';
        font-style: normal;
        font-weight: 400;
        src: url('https://pages.clubesaude.org/fonts/instrument-serif-v5-latin-regular.woff2') format('woff2');
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    }

    /* instrument-serif-italic - latin */
    @font-face {
        font-display: swap;
        font-family: 'Instrument Serif';
        font-style: italic;
        font-weight: 400;
        src: url('https://pages.clubesaude.org/fonts/instrument-serif-v5-latin-italic.woff2') format('woff2');
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    }

    /* Bootstrap Mínimo Otimizado */
    :root {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
    }

    body {
        margin: 0;
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: transparent;
    }

    .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    @media (min-width: 768px) {
        .container {
            max-width: 720px;
        }
    }

    .d-flex {
        display: flex !important;
    }

    .align-items-center {
        align-items: center !important;
    }

    .text-center {
        text-align: center !important;
    }

    .mb-4 {
        margin-bottom: 1.5rem !important;
    }

    .img-fluid,
    .content-image {
        max-width: 100%;
        height: auto;
    }

    picture img {
        display: block;
    }

    /* CSS da Página */
    :root {
        --color-primary: #fdda36;
        --color-text: #333030;
        --color-background: #ffffff;
        --color-button-bg: #181b1d;
        --color-button-hover: #5f6264;
        --font-body: 'Inter', sans-serif;
        --font-accent: 'Instrument Serif', Georgia, serif;
    }

    * {
        box-sizing: border-box;
    }

    body {
        font-family: var(--font-body);
        color: var(--color-text);
        background-color: var(--color-background);
        font-size: 20px;
        line-height: 1.6;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: 700;
        letter-spacing: -0.3px;
        line-height: 1.2;
    }

    .accent-font {
        font-family: var(--font-accent);
        font-style: italic;
    }

    .section-spacing {
        padding: 40px 0 0 0;
    }

    .content-wrapper {
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 20px;
    }

    /* Header Badge */
    .news-badge {
        background-color: #f8f9fa;
        border-left: 4px solid #dc3545;
        padding: 8px 16px;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #dc3545;
        display: inline-block;
    }

    /* Main Headline */
    .main-headline {
        font-size: clamp(36px, 5vw, 52px);
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 15px;
        margin-top: 10px;
        color: var(--color-text);
    }

    .lead-text {
        font-size: 24px;
        line-height: 1.5;
        color: #555;
        margin-bottom: 25px;
    }

    .meta-info {
        font-size: 16px;
        color: #777;
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 30px;
    }

    .author-avatar {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
    }

    .meta-info span {
        margin-right: 15px;
    }

    /* Content Sections */
    .content-section {
        margin-bottom: 40px;
    }

    .content-section h3 {
        font-size: clamp(28px, 4vw, 38px);
        margin-bottom: 25px;
        color: var(--color-text);
    }

    .content-section p {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 1.7;
    }

    /* Highlighted Quote */
    .highlight-quote {
        background: linear-gradient(180deg, rgba(255, 253, 245, 1), rgba(255, 255, 255, 1) 100%);
        border-left: 4px solid var(--color-primary);
        padding: 20px 25px;
        margin: 30px 0;
        font-size: 20px;
        font-style: italic;
    }

    /* Study Box */
    .study-box {
        background-color: #f8f9fa;
        border: 1px solid #e9ecef;
        border-radius: 8px;
        padding: 25px;
        margin: 30px 0;
    }

    .study-box h4 {
        font-size: 20px;
        color: var(--color-text);
        margin-bottom: 15px;
    }

    /* Stats List */
    .stats-list {
        background-color: #fff8e1;
        border-radius: 8px;
        padding: 25px;
        margin: 30px 0;
    }

    .stats-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .stats-list li {
        padding: 10px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        font-size: 18px;
    }

    .stats-list li:last-child {
        border-bottom: none;
    }

    .stats-list li strong {
        color: #28a745;
        font-weight: 700;
    }

    /* Timeline */
    .timeline {
        margin: 30px 0;
    }

    .timeline-item {
        position: relative;
        padding-left: 30px;
        padding-bottom: 25px;
        border-left: 2px solid var(--color-primary);
    }

    .timeline-item:last-child {
        border-left: none;
    }

    .timeline-item::before {
        content: '';
        position: absolute;
        left: -8px;
        top: 0;
        width: 14px;
        height: 14px;
        background-color: var(--color-primary);
        border-radius: 50%;
    }

    .timeline-item h5 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 10px;
        color: var(--color-text);
    }

    /* CTA Button */
    .btn-cta {
        display: inline-block;
        background: #23A455;
        color: #ffffff;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 18px 40px;
        border-radius: 10px;
        border: 1px solid var(--color-text);
        border-bottom: 4px solid var(--color-text);
        text-decoration: none;
        transition: all 0.3s ease;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .btn-cta:hover {
        background: #23A455;
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        color: #ffffff;
    }

    .cta-section {
        text-align: center;
        padding: 10px 10px;
        background: linear-gradient(180deg, rgba(255, 253, 245, 1), rgba(255, 255, 255, 1) 100%);
        border-radius: 12px;
        margin: 40px 0;
    }

    /* Testimonial Card */
    .testimonial-card {
        background-color: #f8f9fa;
        border-radius: 12px;
        padding: 25px;
        margin: 30px 0;
        border: 1px solid #e9ecef;
    }

    .testimonial-card .author {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }

    .testimonial-card .author img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
        margin-right: 15px;
    }

    .testimonial-card .author-info h5 {
        font-size: 18px;
        margin-bottom: 3px;
        font-weight: 700;
    }

    .testimonial-card .author-info span {
        font-size: 16px;
        color: #777;
    }

    .testimonial-card .stars {
        color: #ffc107;
        margin-bottom: 10px;
    }

    .testimonial-card blockquote {
        font-size: 17px;
        line-height: 1.7;
        margin: 0;
        font-style: italic;
    }

    /* Guarantee Box */
    .guarantee-box {
        background-color: #e8f5e9;
        border: 2px solid #4caf50;
        border-radius: 12px;
        padding: 30px;
        margin: 40px 0;
        text-align: center;
    }

    .guarantee-box h4 {
        color: #2e7d32;
        font-size: 24px;
        margin-bottom: 15px;
    }

    /* Choices Section */
    .choices-section {
        margin: 40px 0;
    }

    .choice-box {
        padding: 25px;
        border-radius: 12px;
        margin-bottom: 20px;
    }

    .choice-box.negative {
        background-color: #ffebee;
        border: 1px solid #ffcdd2;
    }

    .choice-box.positive {
        background-color: #e8f5e9;
        border: 1px solid #c8e6c9;
    }

    .choice-box h5 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    /* Urgency Banner */
    .urgency-banner {
        background-color: #000000;
        color: white;
        text-align: center;
        padding: 15px;
        font-weight: 700;
        font-size: 20px;
    }

    /* Final CTA Section */
    .final-cta {
        background: linear-gradient(180deg, #fff8e1, #ffffff);
        padding: 50px 20px;
        text-align: center;
        border-radius: 12px;
        margin: 40px 0;
    }

    .final-cta h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .final-cta .tagline {
        font-size: 18px;
        color: #555;
        margin-bottom: 10px;
    }

    .final-cta .rating {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .final-cta .guarantee-text {
        font-size: 14px;
        color: #777;
        margin-top: 15px;
    }

    /* Product Image */
    .product-image {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
    }

    /* Image in content */
    .content-image {
        width: 100%;
        max-width: 100%;
        /* Allow full width */
        height: auto;
        border-radius: 8px;
        margin: 20px auto;
        display: block;
    }

    /* Reviews Section */
    .reviews-section {
        background-color: #f8f9fa;
        padding: 40px 0;
        margin: 40px 0;
    }

    .reviews-section h3 {
        text-align: center;
        margin-bottom: 30px;
    }

    .review-card {
        background: white;
        border-radius: 12px;
        padding: 20px;
        margin-bottom: 20px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    }

    .review-card .reviewer {
        display: flex;
        align-items: center;
        margin-bottom: 12px;
    }

    .review-card .reviewer img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
        margin-right: 12px;
    }

    .review-card .reviewer-info h6 {
        margin: 0;
        font-size: 17px;
        font-weight: 700;
    }

    .review-card .reviewer-info span {
        font-size: 15px;
        color: #888;
    }

    .review-card .review-text {
        font-size: 16px;
        line-height: 1.6;
    }

    .review-card .likes {
        font-size: 13px;
        color: #777;
        margin-top: 10px;
    }

    /* Footer */
    .site-footer {
        background-color: #2b2b2b;
        color: #ffffff;
        text-align: center;
        padding: 18px 20px;
        font-size: 17px;
    }

    .footer-logo {
        max-width: 150px;
    }

    .site-footer a {
        color: #b8b8b8;
        text-decoration: none;
    }

    .site-footer a:hover {
        text-decoration: underline;
    }

    /*Render After*/
    .content-block,
    .reviews-section,
    .testimonials,
    .final-cta,
    .site-footer {
        content-visibility: auto;
        contain-intrinsic-size: 1000px;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .content-wrapper {
            padding: 0 15px;
        }

        .section-spacing {
            padding: 30px 0;
        }

        .btn-cta {
            display: block;
            text-align: center;
        }
    }

    /* Forced image expansion */
    .content-image {
        width: calc(100% + 40px) !important;
        max-width: none !important;
        margin-left: -20px !important;
        margin-right: -20px !important;
    }


    /* Global Font Size Increase Overrides */
    body {
        font-size: 22px !important;
    }

    .main-headline {
        font-size: clamp(40px, 6vw, 60px) !important;
    }

    .lead-text {
        font-size: 26px !important;
    }

    .content-section h3 {
        font-size: clamp(32px, 4vw, 44px) !important;
    }

    .content-section p {
        font-size: 22px !important;
    }

    .highlight-quote {
        font-size: 24px !important;
    }

    .testimonial-card blockquote {
        font-size: 20px !important;
    }

    .btn-cta {
        font-size: 24px !important;
    }


    /* Flex Layouts from LP-068 */

    @media (min-width: 768px) {
        .flex-row-desktop {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 5%;
        }

        .flex-col-50 {
            flex: 0 0 50%;
        }

        .flex-expand {
            flex: 1;
        }

        .flex-wrap-responsive {
            display: flex;
            align-items: center;
            gap: 20px;
            flex-wrap: nowrap;
        }
    }

    @media (max-width: 767px) {
        .flex-row-desktop {
            display: block;
        }

        .flex-col-50,
        .flex-expand {
            width: 100%;
            margin-bottom: 20px;
        }

        .flex-wrap-responsive {
            display: flex;
            flex-direction: column;
        }

        .flex-wrap-responsive>div {
            min-width: 100%;
        }

        /* Target the second child (Image div) and put it first */
        .flex-wrap-responsive>div:nth-child(2) {
            order: -1;
        }
    }

    /* Specific styles for inline images */
    .inline-image-left {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 8px;
    }


    .testimonial-card {
        background-color: #FFFBC8 !important;
        border: 2px dashed #ff0000 !important;
    }

    .testimonial-card {
        border-width: 4px !important;
        border-radius: 0 !important;
    }

    .testimonial-card blockquote {
        font-weight: 700 !important;
    }

    .testimonial-card,
    .testimonial-card blockquote {
        color: #000000 !important;
    }

    /* Study Container for LP-068 */
    .study-container {
        border: 3px solid #8b0000;
        max-width: 85%;
        margin: 20px auto;
        padding: 15px;
        background-color: #f4f6f8;
        border-radius: 8px;
    }

    /* Guarantee Images 600px */
    .guarantee-image {
        width: 100% !important;
        max-width: 600px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    @media (max-width: 768px) {
        .study-container {
            max-width: 99%;
            width: 99%;
        }

        /* Adjust images to have 5px gap from screen edges
           Container padding is 15px.
           We want 5px gap.
           Shift = 15px - 5px = 10px.
           Margin = -10px.
           Width = 100% + 20px.
        */
        .content-image {
            width: calc(100% + 20px) !important;
            margin-left: -10px !important;
            margin-right: -10px !important;
        }
    }

    /* Stock Warning Styles */
    .stock-warning-box {
        margin-top: 15px;
        font-family: 'Inter', sans-serif;
        font-size: 13px;
        /* Slightly smaller as per image appearance */
        color: #666;
        line-height: 1.6;
    }

    .stock-text {
        margin-bottom: 5px;
    }

    .stock-highlight {
        font-weight: 800;
        color: #D50000;
    }

    .blink-bar {
        display: inline-block;
        width: 12px;
        height: 8px;
        /* Rectangular dash */
        background-color: #fca5a5;
        /* Light red/pinkish as usually seen in these patterns or just red */
        background-color: #D50000;
        margin: 0 5px;
        vertical-align: middle;
        animation: blinking 1s infinite;
    }

    @keyframes blinking {
        0% {
            opacity: 1;
        }

        50% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .shipping-info {
        font-weight: 700;
        color: #333;
        display: flex;
        align-items: center;
        justify-content: center;
        /* Centered on mobile */
        gap: 5px;
    }

    @media (min-width: 900px) {
        .stock-warning-box {
            text-align: left;
        }

        .shipping-info {
            justify-content: flex-start;
        }
    }

    /* New Button Styles */
    .read-more-wrapper {
        margin-top: 20px;
    }

    .btn-read-more {
        display: inline-block;
        background-color: var(--color-primary);
        color: #000;
        padding: 12px 30px;
        border-radius: 50px;
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 14px;
        transition: all 0.3s ease;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        letter-spacing: 1px;
        border: 2px solid transparent;
    }

    .btn-read-more:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        background-color: #fff;
        color: var(--color-text);
        border-color: var(--color-primary);
    }

    .back-home-wrapper {
        margin-top: 50px;
        margin-bottom: 20px;
        border-top: 1px solid #eee;
        padding-top: 30px;
    }

    .btn-back-home {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: #666;
        text-decoration: none;
        font-weight: 600;
        font-size: 16px;
        transition: all 0.2s ease;
        padding: 10px 20px;
        border: 1px solid #ddd;
        border-radius: 8px;
        background-color: #f8f9fa;
    }

    .btn-back-home:hover {
        background-color: #e2e6ea;
        color: #000;
        border-color: #ccc;
        text-decoration: none;
    }

    .btn-back-home::before {
        content: '\2190';
        font-size: 20px;
        transition: transform 0.2s ease;
    }

    .btn-back-home:hover::before {
        transform: translateX(-5px);
    }