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

    /* ==========================================
       CONTENT PORTAL STYLES (Home Page)
       ========================================== */

    /* Header */
    .site-header {
        background-color: #fff;
        border-bottom: 1px solid #e5e5e5;
        padding: 12px 0;
        position: sticky;
        top: 0;
        z-index: 100;
    }

    .header-inner {
        max-width: 880px;
        margin: 0 auto;
        padding: 0 20px;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .header-logo-link {
        display: flex;
        align-items: center;
        text-decoration: none;
    }

    .header-logo {
        max-height: 100px;
        width: auto;
    }

    .header-nav {
        display: flex;
        gap: 24px;
    }

    .header-nav a {
        color: #333;
        text-decoration: none;
        font-size: 16px;
        font-weight: 800;
        transition: color 0.2s ease;
        position: relative;
    }

    .header-nav a::after {
        content: '';
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 0;
        height: 2px;
        background-color: var(--color-primary);
        transition: width 0.2s ease;
    }

    .header-nav a:hover {
        color: #000;
    }

    .header-nav a:hover::after {
        width: 100%;
    }

    .header-nav a.nav-active {
        color: #000;
        font-weight: 700;
    }

    .header-nav a.nav-active::after {
        width: 100%;
    }

    .category-page-title {
        font-size: 28px;
        font-weight: 700;
        color: #000;
        margin: 0 0 28px 0;
        padding-bottom: 12px;
        border-bottom: 2px solid #e5e5e5;
    }

    /* Portal Main */
    .portal-main {
        max-width: 880px;
        margin: 0 auto;
        padding: 30px 20px 50px;
    }

    /* Articles Grid */
    .articles-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px 35px;
    }

    /* Article Card */
    .article-card {
        display: flex;
        flex-direction: column;
    }

    .article-card-img {
        width: 100%;
        height: auto;
        aspect-ratio: 3 / 2;
        object-fit: cover;
        display: block;
        border-radius: 8px;
    }

    .article-card-body {
        padding: 12px 0 0 0;
    }

    .article-card-title {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.35;
        margin: 0 0 8px 0;
    }

    .article-card-title a {
        color: #1a0dab;
        text-decoration: underline;
        text-underline-offset: 2px;
    }

    .article-card-title a:hover {
        color: #0c0080;
    }

    .article-card-excerpt {
        font-size: 14px !important;
        line-height: 1.55 !important;
        color: #555;
        margin: 0;
    }

    .article-card {
        border-radius: 8px;
    }

    /* Footer */
    .site-footer {
        background-color: #666;
        color: #ffffff;
        text-align: center;
        padding: 28px 20px 22px;
        font-size: 14px;
    }

    .footer-links {
        margin-bottom: 14px;
        line-height: 1.8;
    }

    .footer-links a {
        color: #fff;
        text-decoration: none;
    }

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

    .footer-links span {
        color: rgba(255, 255, 255, 0.7);
    }

    .footer-sep {
        margin: 0 4px;
    }

    .footer-social {
        display: flex;
        justify-content: center;
        gap: 12px;
        margin-bottom: 14px;
    }

    .social-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        border-radius: 6px;
        color: #fff;
        text-decoration: none;
        transition: opacity 0.2s ease;
    }

    .social-icon:hover {
        opacity: 0.85;
    }

    .social-fb {
        background-color: #1877f2;
    }

    .social-ig {
        background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    }

    .footer-copy {
        margin-bottom: 14px;
        font-size: 15px;
    }

    .footer-disclaimer {
        max-width: 700px;
        margin: 0 auto;
        font-size: 11px;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.75);
    }

    .footer-disclaimer p {
        margin: 0 0 6px 0;
    }

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

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

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

    /* Responsive: Portal */
    @media (max-width: 600px) {
        .header-nav {
            gap: 14px;
        }

        .header-nav a {
            font-size: 14px;
        }

        .header-logo {
            max-height: 42px;
        }

        .articles-grid {
            grid-template-columns: 1fr;
            gap: 30px;
        }

        .portal-main {
            padding: 20px 15px 40px;
        }

        .footer-links {
            font-size: 13px;
        }

        .footer-sep {
            display: none;
        }

        .footer-links a,
        .footer-links span {
            display: inline;
        }

        .footer-links {
            line-height: 2.2;
        }
    }

    /* ==========================================
       ARTICLE PAGE STYLES
       ========================================== */

    .article-hero {
        width: 100%;
        height: 420px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }

    .article-content-card {
        max-width: 700px;
        margin: -100px auto 0;
        background: #fff;
        padding: 35px 40px 40px;
        position: relative;
        z-index: 2;
        border-radius: 8px;
    }

    .article-category {
        display: block;
        text-align: center;
        margin-bottom: 8px;
    }

    .article-category a {
        color: #1a0dab;
        text-decoration: underline;
        font-size: 15px;
        font-weight: 400;
    }

    .article-category a:hover {
        color: #0c0080;
    }

    .article-page-title {
        font-size: clamp(24px, 4vw, 32px);
        font-weight: 700;
        line-height: 1.25;
        text-align: center;
        margin: 0 0 20px 0;
        color: #000;
    }

    .article-lead {
        font-size: 17px;
        line-height: 1.6;
        color: #555;
        text-align: center;
        margin-bottom: 24px;
    }

    .article-inline-img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto 24px;
        border-radius: 8px;
    }

    .article-body {
        font-size: 17px;
        line-height: 1.75;
        color: #333;
    }

    .article-body p {
        margin: 0 0 18px 0;
    }

    .article-body h2 {
        font-size: 22px;
        font-weight: 700;
        margin: 32px 0 14px 0;
        color: #000;
        line-height: 1.3;
    }

    .article-body h3 {
        font-size: 20px;
        font-weight: 700;
        margin: 28px 0 12px 0;
        color: #000;
        line-height: 1.3;
    }

    .article-tags {
        margin-top: 30px;
        font-size: 14px;
        color: #1a0dab;
        line-height: 1.8;
    }

    .article-share {
        margin-top: 28px;
        padding-top: 20px;
        border-top: 1px solid #e5e5e5;
    }

    .article-share-title {
        font-size: 15px;
        font-weight: 700;
        color: #333;
        margin-bottom: 12px;
    }

    .share-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .share-btn {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 8px 14px;
        border-radius: 0;
        font-size: 16px;
        font-weight: 500;
        color: #333;
        background: #fff;
        border: 1px solid #333;
        text-decoration: none;
        transition: background-color 0.2s;
    }

    .share-btn:hover {
        background-color: #f5f5f5;
    }

    .share-btn svg {
        width: 16px;
        height: 16px;
        fill: #333;
        flex-shrink: 0;
    }

    .article-page-wrapper {
        background-color: #fff;
        padding-bottom: 40px;
    }

    /* Responsive: Article Page */
    @media (max-width: 600px) {
        .article-hero {
            height: 280px;
        }

        .article-content-card {
            margin-top: -60px;
            padding: 24px 18px 30px;
            margin-left: 10px;
            margin-right: 10px;
        }

        .article-page-title {
            font-size: 22px;
        }

        .article-body {
            font-size: 16px;
        }
    }

    /* ==========================================
       END CONTENT PORTAL STYLES
       ========================================== */

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