    /* 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;
    }

    html {
        background-color: #2b2b2b;
        height: 100%;
    }

    body {
        margin: 0;
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: transparent;
        background-color: #2b2b2b;
        /* Match footer color to hide bottom gaps */
    }

    main {
        background-color: #ffffff;
        /* Keep content white */
        width: 100%;
        display: block;
    }

    .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: 16px;
        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: 800px;
        margin: 0 auto;
        padding: 0 20px;
    }

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

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

    .lead-text {
        font-size: 18px;
        line-height: 1.7;
        color: #555;
        margin-bottom: 20px;
    }

    .meta-info {
        font-size: 14px;
        color: #777;
    }

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

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

    .content-section h3 {
        font-size: clamp(26px, 4vw, 34px);
        margin-bottom: 24px;
        color: var(--color-text);
        line-height: 1.3;
    }

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

    /* 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: 18px;
        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: 18px;
        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: 16px;
    }

    .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: '';

        left: -8px;

        width: 14px;
        height: 14px;
        background-color: var(--color-primary);
        border-radius: 50%;
    }

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

    /* CTA Button */
    .btn-cta {
        display: inline-block;
        background: #23A455;
        color: #ffffff;
        font-size: 18px;
        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: 16px;
        margin-bottom: 3px;
        font-weight: 700;
    }

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

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

    .testimonial-card blockquote {
        font-size: 15px;
        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: 22px;
        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: 18px;
        margin-bottom: 15px;
    }

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

    /* 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: 24px;
        margin-bottom: 10px;
    }

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

    .final-cta .rating {
        font-size: 18px;
        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: auto;
        max-width: 100%;
        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: 15px;
        font-weight: 700;
    }

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

    .review-card .review-text {
        font-size: 14px;
        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: 20px 0;
        /* Adjusted padding */
        font-size: 15px;
        width: 100%;
        margin: 0;
        display: block;
    }

    .site-footer img {
        vertical-align: middle;
        display: inline-block;
    }

    .site-footer div {
        margin: 5px 0;
        /* Add detail spacing */
    }

    .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: 900px;
    }

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

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

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

    /* FAQ Accordion */
    .faq-item {
        margin-bottom: 20px;
        border: 1px solid #23A455;
        /* Simple green border */
        border-radius: 8px;
        overflow: hidden;
    }

    .faq-question {
        width: 100%;
        background-color: #f8f9fa;
        border: none;
        /* border-radius moved to item */
        text-align: left;
        padding: 18px 25px;
        font-size: 18px;
        font-weight: 700;
        color: #333333;
        /* Slightly darker gray for question */
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-family: var(--font-body);
    }

    .faq-answer {
        /* Always open */
        max-height: none;
        overflow: visible;
        padding: 0 25px 20px 25px;
        /* Added padding to align with header */
        display: block;
    }

    .faq-answer p {
        padding-top: 15px;
        padding-bottom: 0;
        margin: 0;
        color: #555;
        font-size: 16px;
        line-height: 1.6;
    }

    .faq-icon {
        display: none;
        /* Hide icon */
    }

    /* Custom Backgrounds */
    .bg-light-green {
        background-color: #eefcf2;
        /* Lighter green */
        /* Slightly greener */
        width: 100%;
        padding: 40px 0;
        margin-bottom: 40px;
    }

    .testimonials-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
        margin-bottom: 30px;
    }

    /* Testimonial Card */
    .testimonial-card {
        background-color: #f8f9fa;
        border: 1px solid #e9ecef;
        border-radius: 8px;
        padding: 25px;
        margin-top: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
        /* Subtle shadow */
    }

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

    .testimonial-card .author-info h5 {
        margin: 0;
        font-size: 16px;
        font-weight: 700;
        color: #333;
    }

    .testimonial-card .author-info h5:first-child {
        /* Initials circle */
        width: 40px;
        height: 40px;
        background-color: #23A455;
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
    }

    .testimonial-card .author-info span {
        font-size: 13px;
        color: #23A455;
        /* Verified color */
        font-weight: 600;
        display: block;
        margin-top: 2px;
    }

    .testimonial-card blockquote {
        margin: 0;
        font-style: italic;
        color: #555;
        border-left: none;
        /* Override browser default */
        padding: 0;
    }

    .testimonial-card .stars {
        margin-top: 15px;
        color: #ffc107;
        font-size: 14px;
        font-weight: 600;
    }

    /* Hero Banner */
    .hero-banner {
        background-color: #2e4a33;
        color: #ffffff;
        padding: 40px 0;
        margin-bottom: 40px;
    }

    .hero-banner h1,
    .hero-banner h2,
    .hero-banner .meta-info,
    .hero-banner .lead-text {
        color: #ffffff;
    }

    .hero-banner .meta-info {
        display: flex;
        align-items: center;
        gap: 15px;
        font-size: 14px;
        margin-bottom: 0;
        opacity: 0.9;
    }

    .hero-banner .meta-info img.author-avatar {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
        object-position: top center;
        /* Focus on face */
        border: 2px solid #d1e7dd;
    }

    .hero-banner .meta-info span {
        color: #d1e7dd;
    }

    .highlight-mark {
        background-color: #558b6e;
        color: #ffffff;
        padding: 2px 6px;
        border-radius: 4px;
    }

    /* Desktop Specific Layouts */
    @media (min-width: 768px) {
        .content-wrapper.split-layout {
            max-width: 1300px;
        }

        .split-layout {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 50px;
        }

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

        .content-col {
            flex: 1;
        }

        .image-col img {
            margin: 0;
            width: 100%;
            border-radius: 12px;
            object-fit: fill;
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
        }

        .content-col h3 {
            font-size: 32px;
        }

        .bg-light-green {
            padding: 60px 0;
        }

        .testimonials-grid {
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

        .content-wrapper.wide-wrapper {
            max-width: 1200px;
        }

        .testimonials-grid img {
            max-width: 100% !important;
        }

        .hero-layout {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 50px;
            text-align: left;
        }

        .hero-layout .hero-text {
            flex: 1;
        }

        .hero-layout .hero-image {
            flex: 1;
        }

        .hero-layout .hero-image img {
            margin: 0;
        }
    }

    /* Responsive Visibility Utilities */
    .mobile-title {
        display: none;
    }

    @media (max-width: 767px) {
        .mobile-title {
            display: block;
        }

        .desktop-title {
            display: none;
        }
    }

    /* Deal Ending Banner */
    .deal-banner-container {
        max-width: 600px;
        width: 92%;
        margin: 60px auto 40px auto;
        position: relative;
        font-family: 'Inter', sans-serif;
    }

    .deal-timer-bar {
        background-color: #D50000;
        color: white;
        padding: 15px;
        text-align: center;
        font-weight: 700;
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        letter-spacing: 1px;
        border-radius: 20px 20px 0 0;
        margin-bottom: 0;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .deal-content-box {
        background-color: #dcfce7;
        /* Light green */
        padding: 40px 20px 40px 20px;
        text-align: center;
        color: #1a1a1a;
        border-radius: 0 0 20px 20px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        background-color: #dcfce7;
    }

    .deal-headline {
        font-size: clamp(24px, 5vw, 32px);
        font-weight: 900;
        line-height: 1.2;
        margin-bottom: 20px;
        color: #0f3d0f;
        text-transform: uppercase;
    }

    .deal-subtext {
        font-size: 18px;
        margin-bottom: 30px;
        line-height: 1.5;
        color: #333;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .deal-btn {
        background-color: #2ba805;
        color: white;
        font-size: 24px;
        font-weight: 800;
        padding: 18px 40px;
        border-radius: 20px;
        margin-bottom: 20px;
        text-decoration: none;
        display: inline-block;
        margin-bottom: 25px;
        box-shadow: 0 4px 0 #1e7e02;
        text-transform: uppercase;
        transition: all 0.2s;
    }

    .deal-btn:hover {
        transform: translateY(2px);
        box-shadow: 0 2px 0 #1e7e02;
        background-color: #32c206;
        color: #fff;
    }

    .deal-guarantees {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 30px;
        font-weight: 600;
        color: #374151;
        font-size: 16px;
    }

    .check-icon {
        color: #2ba805;
        margin-right: 8px;
        font-weight: 900;
    }

    .deal-product-img {
        position: relative;
        display: inline-block;
        margin-top: 20px;
        padding: 20px;
        background: rgba(255, 255, 255, 0.4);
        border-radius: 10px;
    }

    .save-sticker {

        top: -25px;
        left: -10px;
        background-color: #FFC107;
        color: #000;
        font-weight: 900;
        padding: 5px;
        border-radius: 50%;
        transform: rotate(-15deg);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        z-index: 10;
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        line-height: 1.1;
        font-size: 14px;
    }

    /* Utility for smaller centered images */
    .small-centered-image {
        max-width: 600px !important;
        width: 100%;
        height: auto;
        display: block;
        margin: 20px auto;
    }

    /* Optimization for Deal Banner on Mobile */
    .deal-product-img img {
        max-width: 100%;
        height: auto;
    }

    @media (max-width: 500px) {
        .deal-timer-bar {
            font-size: 16px;
            padding: 8px 15px;
            width: 100%;
            gap: 5px;
        }

        .deal-product-img {
            width: 100%;
            box-sizing: border-box;
        }
    }

    /* Desktop Deal Banner Horizontal Layout */
    @media (min-width: 900px) {
        .deal-banner-container {
            max-width: 1100px !important;
        }

        .deal-content-box {
            display: flex !important;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            text-align: left !important;
            gap: 80px;
            padding: 60px 60px 60px 40px !important;
        }

        .deal-info-col {
            flex: 1;
            order: 2;
        }

        .deal-product-img {
            flex: 0 0 50%;
            order: 1;
            margin-top: 0 !important;
            background: none !important;
            padding: 0 !important;
            text-align: center;
        }

        .deal-product-img img {
            width: 100%;
            height: auto;
            max-width: 100%;
            object-fit: contain;
        }

        .deal-headline {
            font-size: 32px !important;
            margin-bottom: 15px;
            text-align: left;
        }

        .deal-subtext {
            text-align: left;
            margin-left: 0 !important;
            margin-right: 0 !important;
            max-width: 100% !important;
            font-size: 18px !important;
        }

        .deal-btn {
            width: 100%;
            max-width: 100%;
            text-align: center;
        }

        .deal-guarantees {
            flex-direction: row !important;
            gap: 15px;
            justify-content: flex-start;
            flex-wrap: wrap;
        }


    }

    /* 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);
}
