/** Shopify CDN: Minification failed

Line 518:0 Unexpected "}"
Line 13470:0 Unexpected "}"

**/
/*
Theme Name: Fitness Bioforce
Theme URI: http://localhost/wordpress
Author: Dr. Nick
Author URI: http://localhost/wordpress
Description: Fitness Bioforce - Premium Health & Supplement Theme
Version: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fitness-bioforce
*/
/* ======================== IM8-STYLE HERO LANDING (Redesigned) ======================== */
.fb-hero-im8 {
    background: #000000;
    padding: 150px 0 20px 0;
    margin-bottom: 0;
    position: relative;
    overflow: visible;
}

.fb-hero-im8::before {
    display: none;
}

.fb-hero-row,
.fb-hero-col {
    display: flex;
    position: relative;
    overflow: visible !important;
}

.fb-hero-row {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.fb-hero-col {
    flex: 1 1 0;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
}

.fb-hero-main {
    max-width: 450px;
    flex: 1;
    justify-content: center;
    gap: 8px;
}

.fb-hero-block {
    border: none;
    border-radius: 0;
    padding: 10px 0;
    width: 100%;
    background: transparent;
}

.fb-hero-block .fb-hero-title {
    margin-bottom: 2px;
}

.fb-hero-block .fb-hero-sub {
    margin-bottom: 0;
}

.fb-hero-block .fb-hero-desc {
    margin-bottom: 0;
}

.fb-hero-block .fb-hero-badges {
    margin-bottom: 0;
}

.fb-hero-block:last-child {
    border: none;
    padding: 10px 0 0;
}

.fb-hero-eyebrow {
    display: inline-block;
    font-size: 1.56rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--primary, #C41E1E);
    margin-bottom: 16px;
    padding: 6px 14px;
    background: rgba(196, 30, 30, 0.06);
    border-radius: 20px;
}

.fb-hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 12px;
    line-height: 1.12;
    color: #fff;
}

.fb-hero-title span {
    color: var(--primary, #C41E1E);
    display: inline;
}

.fb-hero-sub {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #ccc;
}

.fb-hero-desc {
    font-size: 1.15rem;
    color: #aaa;
    margin-bottom: 20px;
    line-height: 1.45;
}

.fb-hero-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}

.fb-hero-stars {
    color: #FFD700;
    font-size: 1.1rem;
    letter-spacing: 1px;
}

.fb-hero-score {
    font-size: 0.9rem;
    font-weight: 600;
    color: #eee;
}

.fb-hero-review-count {
    font-size: 0.88rem;
    color: #999;
}

.fb-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
}

.fb-badge {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.68rem;
    font-weight: 700;
    border: 2px solid rgba(255, 255, 255, 0.25);
    letter-spacing: 0.3px;
    padding: 4px;
    line-height: 1.2;
    transition: var(--transition, all 0.25s ease);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.fb-badge:hover {
    color: #fff;
    background: rgba(196, 30, 30, 0.3);
    border-color: #C41E1E;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(196, 30, 30, 0.3);
}

/* Center: Photo */
.fb-hero-photo {
    align-items: flex-end;
    justify-content: center;
    flex: 0.8;
    position: relative;
    overflow: visible !important;
}

.fb-hero-photo-wrapper {
    position: relative;
    display: inline-block;
    border: none;
    box-shadow: none;
    overflow: visible !important;
}

.fb-hero-photo-wrapper::before {
    content: "";
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 160%;
    height: 160%;
    background: radial-gradient(circle, rgba(196, 30, 30, 0.4) 0%, rgba(196, 30, 30, 0.1) 45%, transparent 75%);
    z-index: 0;
    border-radius: 50%;
    filter: blur(70px);
    pointer-events: none;
}

.fb-hero-photo-wrapper::after {
    content: "";
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    background: radial-gradient(circle, rgba(255, 0, 0, 0.25) 0%, transparent 65%);
    z-index: 0;
    border-radius: 50%;
    filter: blur(40px);
    pointer-events: none;
    display: block;
}

.fb-hero-img {
    position: relative;
    z-index: 1;
    width: 500px;
    height: auto;
    max-height: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    object-fit: cover;
    -webkit-mask-image: linear-gradient(to left, transparent 0%, black 15%, black 85%, transparent 100%);
    mask-image: linear-gradient(to left, transparent 0%, black 15%, black 85%, transparent 100%);
}

.fb-hero-photo-label {
    display: none;
}

/* Right: Info Boxes */
.fb-hero-boxes {
    gap: 16px;
    flex: 0.6;
    max-width: 280px;
    justify-content: center;
    flex-shrink: 0;
    margin-left: 120px;
}

.fb-hero-box {
    background: #7a0000;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 16px;
    width: 100%;
    max-width: 280px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
    text-align: left;
}

.fb-hero-box:hover {
    transform: translateY(-3px);
    background: #8a0000;
    border-color: rgba(255, 255, 255, 0.15);
}

.fb-hero-box-icon {
    margin-bottom: 12px;
    text-align: left;
}

.fb-hero-box-icon svg {
    width: 20px;
    height: 20px;
    stroke: #ff3333;
    fill: none;
}

.fb-hero-box-title {
    font-size: 1.55rem;
    font-weight: 900;
    color: #ff3333;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1.1;
    text-align: left;
}

.fb-hero-box-desc {
    font-size: 0.88rem;
    color: #e0e0e0;
    line-height: 1.5;
    font-weight: 500;
    text-align: left;
}

.fb-hero-box-desc strong {
    color: #ffffff;
    font-weight: 800;
}

/* CTA Actions */
.fb-hero-actions {
    display: flex;
    gap: 14px;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.fb-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    cursor: pointer;
    letter-spacing: 0.3px;
}

.fb-hero-btn-save {
    background: #C41E1E;
    color: #fff;
    border-color: #C41E1E;
    box-shadow: 0 4px 16px rgba(196, 30, 30, 0.3);
}

.fb-hero-btn-save:hover {
    background: #A01818;
    border-color: #A01818;
    box-shadow: 0 6px 24px rgba(196, 30, 30, 0.4);
    transform: translateY(-2px);
}

.fb-hero-btn-note {
    background: #fff;
    color: #C41E1E;
    border-color: #C41E1E;
}

.fb-hero-btn-note:hover {
    background: #C41E1E;
    color: #fff;
    transform: translateY(-2px);
}

/* ======================== TRUST STRIP ======================== */
.fb-trust-strip {
    background: #111;
    padding: 18px 0;
}

.fb-trust-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.fb-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

.fb-trust-item svg {
    color: #C41E1E;
    flex-shrink: 0;
}

/* ======================== FEATURED PRODUCTS (IM8 Style) ======================== */
.fb-featured-products {
    padding: 80px 0;
    background: #fafafa;
}

.fb-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.fb-section-header h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #111;
}

.fb-view-all {
    font-size: 0.95rem;
    font-weight: 600;
    color: #C41E1E;
    text-decoration: none;
    transition: opacity 0.2s;
}

.fb-view-all:hover {
    opacity: 0.7;
}

.fb-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.fb-product-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.fb-product-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.fb-product-img {
    position: relative;
    padding: 24px;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

.fb-product-img img {
    max-height: 180px;
    object-fit: contain;
}

.fb-product-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #C41E1E;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fb-product-info {
    padding: 18px 20px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.fb-product-info h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
    line-height: 1.3;
}

.fb-product-desc {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.5;
}

.fb-product-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.fb-product-features span {
    font-size: 0.75rem;
    background: #f0f0f0;
    color: #555;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 600;
}
}

.fb-product-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fb-product-price {
    font-size: 1.2rem;
    font-weight: 800;
    color: #111;
}

.fb-product-btn {
    font-size: 0.9rem;
    font-weight: 700;
    color: #C41E1E;
}

/* ======================== REVIEWS (IM8 Style) ======================== */
.fb-reviews-section {
    padding: 80px 0;
    background: #fff;
}

.fb-rating-summary {
    display: flex;
    align-items: center;
    gap: 8px;
}

.fb-rating-big {
    font-size: 1.8rem;
    font-weight: 800;
    color: #111;
}

.fb-rating-stars {
    color: #FFD700;
    font-size: 1.3rem;
}

.fb-reviews-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.fb-review-card {
    background: #fafafa;
    border-radius: 16px;
    padding: 28px;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

.fb-review-card:hover {
    border-color: rgba(196, 30, 30, 0.2);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.fb-review-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.fb-review-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #C41E1E;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.fb-review-name {
    font-weight: 700;
    color: #111;
    font-size: 0.95rem;
}

.fb-review-verified {
    font-size: 0.78rem;
    color: #059669;
    font-weight: 600;
    margin-left: 4px;
}

.fb-review-stars {
    color: #FFD700;
    margin-left: auto;
    font-size: 1rem;
}

.fb-review-card h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
}

.fb-review-card p {
    font-size: 0.92rem;
    color: #555;
    line-height: 1.6;
    font-style: italic;
}

/* ======================== SAVE 30% PAGE ======================== */
.fb-save-hero {
    padding: 80px 0;
    background: linear-gradient(135deg, #fff 0%, #fef2f2 100%);
}

.fb-save-hero-row {
    display: flex;
    align-items: center;
    gap: 60px;
}

.fb-save-hero-text {
    flex: 1;
}

.fb-save-eyebrow {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #C41E1E;
    margin-bottom: 16px;
    padding: 6px 16px;
    background: rgba(196, 30, 30, 0.08);
    border-radius: 20px;
}

.fb-save-title {
    font-size: 3rem;
    font-weight: 900;
    color: #111;
    line-height: 1.1;
    margin-bottom: 20px;
}

.fb-save-title span {
    color: #C41E1E;
}

.fb-save-desc {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 28px;
    max-width: 520px;
}

.fb-save-benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
}

.fb-save-benefits li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    padding: 8px 0;
}

.fb-save-benefits li svg {
    flex-shrink: 0;
}

.fb-save-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    background: #C41E1E;
    color: #fff;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(196, 30, 30, 0.3);
}

.fb-save-cta:hover {
    background: #A01818;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(196, 30, 30, 0.4);
}

.fb-save-hero-img {
    flex: 0 0 400px;
    position: relative;
}

.fb-save-hero-img img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.12);
}

.fb-save-badge-float {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 80px;
    height: 80px;
    background: #C41E1E;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(196, 30, 30, 0.4);
}

.fb-save-badge-percent {
    font-size: 1.4rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
}

.fb-save-badge-text {
    font-size: 0.7rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 2px;
}

/* â”€â”€ Dr. Nick's Synergistic Stack (New Save 30% Left Column) â”€â”€ */
.fb-stack-section-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #111;
    margin: 24px 0 12px;
    letter-spacing: 0.3px;
}

.fb-stack-items {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.fb-stack-items li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    padding: 6px 0;
}

.fb-stack-items li svg {
    flex-shrink: 0;
}

.fb-stack-pricing {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
}

.fb-stack-price-big {
    font-size: 2.8rem;
    font-weight: 900;
    color: #111;
    line-height: 1;
}

.fb-stack-free-ship {
    display: inline-block;
    background: #059669;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.fb-stack-value-line {
    font-size: 1rem;
    color: #666;
    margin-bottom: 24px;
}

.fb-stack-value-line strong {
    color: #C41E1E;
}

.fb-stack-performs-title {
    margin-top: 28px !important;
    color: #059669 !important;
}

.fb-stack-performs {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}

.fb-stack-performs li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
    font-weight: 500;
    color: #444;
    padding: 5px 0;
}

.fb-stack-performs li svg {
    flex-shrink: 0;
}

/* â”€â”€ Right: 4 Bottles Grid + Flavor Boxes â”€â”€ */
.fb-stack-bottles-area {
    flex: 0 0 480px !important;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.fb-stack-bottles-area img {
    border-radius: 0 !important;
    box-shadow: none !important;
}

.fb-stack-bottles-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.fb-stack-bottle {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    background: #fff;
    border-radius: 16px;
    padding: 20px 12px 14px;
    border: 1px solid #eee;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.fb-stack-bottle:hover {
    border-color: rgba(196, 30, 30, 0.3);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.fb-stack-bottle img {
    max-height: 140px;
    object-fit: contain;
    margin-bottom: 10px;
}

.fb-stack-bottle-name {
    font-size: 0.78rem;
    font-weight: 600;
    color: #333;
    text-align: center;
    line-height: 1.3;
}

/* â”€â”€ Flavor Boxes â”€â”€ */
.fb-flavor-boxes {
    display: flex;
    gap: 12px;
}

.fb-flavor-box {
    flex: 1;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 14px 10px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: all 0.3s ease;
}

.fb-flavor-box:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.fb-flavor-icon {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 6px;
}

.fb-flavor-name {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
}

/* HOW THIS STACK WINS */
.fb-stack-wins {
    padding: 80px 0;
    background: #fff;
}

.fb-stack-header {
    text-align: center;
    margin-bottom: 48px;
}

.fb-stack-label {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #C41E1E;
    margin-bottom: 12px;
}

.fb-stack-title {
    font-size: 2.4rem;
    font-weight: 900;
    color: #111;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.fb-stack-subtitle {
    font-size: 1.05rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.fb-stack-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 48px;
}

.fb-stack-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.fb-stack-card:hover {
    border-color: rgba(196, 30, 30, 0.3);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.fb-stack-card-img {
    position: relative;
    padding: 28px;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

.fb-stack-card-img img {
    max-height: 160px;
    object-fit: contain;
}

.fb-stack-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #C41E1E;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    text-transform: uppercase;
}

.fb-stack-card-info {
    padding: 20px;
}

.fb-stack-card-info h3 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 6px;
    line-height: 1.3;
}

.fb-stack-highlight {
    font-size: 0.82rem;
    color: #059669;
    font-weight: 600;
    margin-bottom: 12px;
}

.fb-stack-card-bottom {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 12px;
}

.fb-stack-price {
    font-size: 1.1rem;
    font-weight: 800;
    color: #111;
}

.fb-stack-price-sub {
    font-size: 0.78rem;
    color: #999;
}

.fb-stack-shop-btn {
    display: block;
    text-align: center;
    padding: 10px;
    background: #111;
    color: #fff;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.fb-stack-shop-btn:hover {
    background: #C41E1E;
}

/* Stack Summary */
.fb-stack-summary {
    background: linear-gradient(135deg, #111 0%, #1a1a1a 100%);
    border-radius: 20px;
    padding: 4px;
}

.fb-stack-summary-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 40px;
    gap: 40px;
}

.fb-stack-summary-left h3 {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 4px;
}

.fb-stack-summary-left p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.95rem;
}

.fb-stack-summary-right {
    display: flex;
    align-items: center;
    gap: 24px;
}

.fb-stack-summary-price {
    text-align: right;
}

.fb-stack-original {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.4);
    text-decoration: line-through;
    display: block;
}

.fb-stack-discounted {
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
}

.fb-stack-buy-btn {
    padding: 14px 32px;
    background: #C41E1E;
    color: #fff;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.fb-stack-buy-btn:hover {
    background: #E02D2D;
    transform: translateY(-2px);
}

/* Guarantee */
.fb-guarantee-section {
    padding: 60px 0 80px;
    background: #fafafa;
}

.fb-guarantee-card {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 48px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #eee;
}

.fb-guarantee-icon {
    margin-bottom: 20px;
}

.fb-guarantee-card h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #111;
    margin-bottom: 12px;
}

.fb-guarantee-card p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}

/* ======================== POTENCY ECONOMICS PAGE ======================== */
.fb-potency-page {
    background: linear-gradient(135deg, #7B0000 0%, #5A0000 40%, #3D0000 100%);
    min-height: 100vh;
    padding: 120px 0 80px;
    color: #fff;
}

.fb-potency-page-header {
    text-align: center;
    margin-bottom: 56px;
}

.fb-potency-page-label {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #FFD700;
    margin-bottom: 16px;
    padding: 6px 18px;
    border: 1px solid rgba(255, 215, 0, 0.3);
    border-radius: 20px;
}

.fb-potency-page-title {
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 16px;
    letter-spacing: 1px;
}

.fb-potency-page-subtitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Potency Table */
.fb-potency-table-wrap {
    overflow-x: auto;
    margin-bottom: 48px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.fb-potency-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
    color: #fff;
}

.fb-potency-table thead th {
    padding: 18px 20px;
    text-align: left;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    white-space: nowrap;
}

.fb-potency-table thead th small {
    display: block;
    font-size: 0.7rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.4);
    text-transform: none;
    letter-spacing: 0;
    margin-top: 2px;
}

.fb-potency-table tbody td {
    padding: 16px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.85);
}

.fb-potency-row-featured {
    background: rgba(255, 215, 0, 0.08);
}

.fb-potency-row-featured td {
    color: #fff;
    font-weight: 600;
}

.fb-potency-brand-cell {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fb-potency-competitor {
    color: rgba(255, 255, 255, 0.6);
}

.fb-potency-percent-featured {
    font-size: 1.3rem;
    font-weight: 900;
    color: #FFD700 !important;
}

.fb-potency-badge-leader {
    display: inline-block;
    padding: 4px 14px;
    background: rgba(255, 215, 0, 0.15);
    color: #FFD700;
    border-radius: 20px;
    font-size: 0.82rem;
    font-weight: 700;
    border: 1px solid rgba(255, 215, 0, 0.3);
}

.fb-potency-badge-positive {
    display: inline-block;
    padding: 4px 12px;
    background: rgba(5, 150, 105, 0.15);
    color: #34D399;
    border-radius: 20px;
    font-size: 0.82rem;
    font-weight: 700;
}

/* Callout */
.fb-potency-callout {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 24px 28px;
    margin-bottom: 56px;
}

.fb-potency-callout svg {
    flex-shrink: 0;
    margin-top: 2px;
}

.fb-potency-callout p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
}

/* Metrics */
.fb-potency-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 48px;
}

.fb-potency-metric {
    text-align: center;
    padding: 28px 20px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.fb-potency-metric-value {
    display: block;
    font-size: 2.2rem;
    font-weight: 900;
    color: #FFD700;
    margin-bottom: 4px;
}

.fb-potency-metric-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* CTA */
.fb-potency-cta {
    text-align: center;
}

.fb-potency-cta-btn {
    display: inline-block;
    padding: 16px 40px;
    background: #FFD700;
    color: #3D0000;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(255, 215, 0, 0.3);
}

.fb-potency-cta-btn:hover {
    background: #FFC000;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(255, 215, 0, 0.4);
}

/* ======================== DR NICK'S NOTE PAGE ======================== */
.fb-note-page {
    padding: 120px 0 80px;
    background: #fafafa;
}

.fb-note-layout {
    display: flex;
    gap: 48px;
    align-items: flex-start;
}

/* Author Sidebar */
.fb-note-sidebar {
    flex: 0 0 280px;
    position: sticky;
    top: 120px;
}

.fb-note-author-card {
    background: #fff;
    border-radius: 20px;
    padding: 32px 24px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #eee;
}

.fb-note-author-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 16px;
    border: 3px solid #C41E1E;
}

.fb-note-author-name {
    font-size: 1.2rem;
    font-weight: 800;
    color: #111;
    margin-bottom: 4px;
}

.fb-note-author-title {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 2px;
}

.fb-note-author-role {
    font-size: 0.85rem;
    color: #C41E1E;
    font-weight: 600;
    margin-bottom: 20px;
}

.fb-note-author-credentials {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
}

.fb-note-author-credentials span {
    font-size: 0.82rem;
    color: #555;
    padding: 6px 10px;
    background: #f8f8f8;
    border-radius: 8px;
}

/* Note Content */
.fb-note-content {
    flex: 1;
    min-width: 0;
}

.fb-note-header {
    margin-bottom: 32px;
}

.fb-note-label {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #C41E1E;
    margin-bottom: 12px;
}

.fb-note-title {
    font-size: 2.8rem;
    font-weight: 900;
    color: #111;
    line-height: 1.1;
}

.fb-note-body {
    background: #fff;
    border-radius: 20px;
    padding: 48px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    border: 1px solid #eee;
    margin-bottom: 32px;
}

.fb-note-greeting {
    font-size: 1.2rem;
    font-weight: 600;
    color: #111;
    margin-bottom: 20px;
}

.fb-note-body p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

.fb-note-list {
    margin: 16px 0 24px 24px;
    list-style: none;
    padding: 0;
}

.fb-note-list li {
    position: relative;
    padding: 6px 0 6px 20px;
    font-size: 1rem;
    color: #444;
    line-height: 1.7;
}

.fb-note-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 8px;
    height: 8px;
    background: #C41E1E;
    border-radius: 50%;
}

.fb-note-quote {
    margin: 32px 0;
    padding: 24px 28px;
    background: linear-gradient(135deg, rgba(196, 30, 30, 0.04), rgba(196, 30, 30, 0.08));
    border-left: 4px solid #C41E1E;
    border-radius: 0 12px 12px 0;
    font-size: 1.1rem;
    font-style: italic;
    color: #333;
    line-height: 1.7;
}

.fb-note-signature {
    margin-top: 36px;
    padding-top: 24px;
    border-top: 1px solid #eee;
}

.fb-note-sign-name {
    font-size: 1.2rem;
    font-weight: 800;
    color: #111;
    margin-bottom: 4px !important;
}

.fb-note-sign-title {
    font-size: 0.92rem;
    color: #666;
}

/* Note CTA */
.fb-note-cta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.fb-note-cta-btn {
    display: inline-block;
    padding: 14px 32px;
    background: #C41E1E;
    color: #fff;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.fb-note-cta-btn:hover {
    background: #A01818;
    transform: translateY(-2px);
}

.fb-note-cta-outline {
    background: #fff;
    color: #C41E1E;
    border: 2px solid #C41E1E;
}

.fb-note-cta-outline:hover {
    background: #C41E1E;
    color: #fff;
}

/* ======================== RESPONSIVE â€” All New Pages ======================== */
@media (max-width: 1024px) {
    .fb-hero-row {
        gap: 24px;
    }

    .fb-hero-title {
        font-size: 2.8rem;
    }

    .fb-hero-sub {
        font-size: 1.5rem;
    }

    .fb-hero-desc {
        font-size: 1.4rem;
    }

    .fb-hero-boxes {
        max-width: 100%;
        flex: 1;
    }

    .fb-hero-img {
        width: 300px;
    }

    .fb-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .fb-stack-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .fb-potency-metrics {
        grid-template-columns: repeat(2, 1fr);
    }

    .fb-save-hero-img {
        flex: 0 0 320px;
    }

    .fb-stack-bottles-area {
        flex: 0 0 380px !important;
    }
}

@media (max-width: 900px) {
    .fb-hero-im8 {
        padding: 90px 0 32px;
    }

    .fb-hero-row {
        flex-direction: column;
        align-items: stretch;
    }

    .fb-hero-col {
        max-width: 100%;
    }

    .fb-hero-main {
        max-width: 100%;
    }

    .fb-hero-title {
        font-size: 2.4rem;
    }

    .fb-hero-sub {
        font-size: 1.3rem;
    }

    .fb-hero-desc {
        font-size: 1.2rem;
    }

    .fb-hero-img {
        width: 260px;
    }

    .fb-hero-photo {
        align-items: center;
    }

    .fb-hero-boxes {
        max-width: 100%;
    }

    .fb-hero-box-title {
        font-size: 1.2rem;
    }

    .fb-hero-actions {
        justify-content: flex-start;
    }

    .fb-hero-btn {
        font-size: 0.85rem;
        padding: 12px 20px;
    }

    .fb-badge {
        width: 65px;
        height: 65px;
        font-size: 0.62rem;
    }

    .fb-trust-row {
        gap: 20px;
    }

    .fb-trust-item {
        font-size: 0.78rem;
    }

    .fb-section-header {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }

    .fb-reviews-grid {
        grid-template-columns: 1fr;
    }

    /* Save 30% */
    .fb-save-hero {
        padding: 60px 0;
    }

    .fb-save-hero-row {
        flex-direction: column;
    }

    .fb-save-hero-img {
        flex: none;
        max-width: 100%;
        margin: 0 auto;
    }

    .fb-stack-bottles-area {
        flex: none !important;
        max-width: 100%;
        width: 100%;
    }

    .fb-save-title {
        font-size: 2.2rem;
    }

    .fb-stack-summary-inner {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .fb-stack-summary-right {
        flex-direction: column;
    }

    .fb-stack-summary-price {
        text-align: center;
    }

    /* Potency */
    .fb-potency-page {
        padding: 100px 0 60px;
    }

    .fb-potency-page-title {
        font-size: 2.2rem;
    }

    .fb-potency-metrics {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Dr Nick Note */
    .fb-note-layout {
        flex-direction: column;
    }

    .fb-note-sidebar {
        flex: none;
        width: 100%;
        position: static;
    }

    .fb-note-body {
        padding: 28px;
    }

    .fb-note-title {
        font-size: 2rem;
    }
}

@media (max-width: 600px) {
    .fb-hero-title {
        font-size: 2rem;
    }

    .fb-hero-sub {
        font-size: 1.1rem;
    }

    .fb-hero-desc {
        font-size: 1rem;
    }

    .fb-hero-badges {
        gap: 8px;
    }

    .fb-badge {
        width: 58px;
        height: 58px;
        font-size: 0.58rem;
        border-width: 1.5px;
    }

    .fb-hero-box-title {
        font-size: 1rem;
    }

    .fb-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .fb-hero-btn {
        text-align: center;
        justify-content: center;
    }

    .fb-trust-row {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
        padding: 0 20px;
    }

    .fb-products-grid {
        grid-template-columns: 1fr;
    }

    .fb-stack-grid {
        grid-template-columns: 1fr;
    }

    .fb-potency-metrics {
        grid-template-columns: 1fr;
    }

    .fb-save-title {
        font-size: 1.8rem;
    }

    .fb-save-hero-img {
        max-width: 100%;
    }

    .fb-stack-bottles-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .fb-stack-bottle img {
        max-height: 100px;
    }

    .fb-flavor-boxes {
        flex-direction: column;
    }

    .fb-stack-price-big {
        font-size: 2rem;
    }

    .fb-stack-section-title {
        font-size: 1.2rem;
    }

    .fb-save-badge-float {
        width: 64px;
        height: 64px;
    }

    .fb-save-badge-percent {
        font-size: 1.1rem;
    }

    .fb-potency-page-title {
        font-size: 1.8rem;
    }

    .fb-potency-table {
        font-size: 0.82rem;
    }

    .fb-potency-table thead th {
        padding: 12px 12px;
    }

    .fb-potency-table tbody td {
        padding: 10px 12px;
    }

    .fb-note-title {
        font-size: 1.6rem;
    }

    .fb-note-body {
        padding: 20px;
    }

    .fb-note-quote {
        padding: 16px 20px;
        font-size: 1rem;
    }

    .fb-note-cta {
        flex-direction: column;
    }

    .fb-note-cta-btn {
        text-align: center;
    }
}

/*
Theme Name: Fitness Bioforce
Theme URI: https://fitnessbioforce.org
Author: BTPL Soft
Version: 9.4.2
Text Domain: fitness-bioforce
Description: Production-level premium supplement brand â€” modern, polished, conversion-optimized.
*/

/* ============================================
   CSS VARIABLES â€” Premium Light Theme
   ============================================ */
:root {
    --black: #000000;
    --white: #FFFFFF;
    --gold: #C41E1E;
    /* Primary */
    --gold-light: #E02D2D;
    --gold-dark: #A01818;
    --gold-glow: rgba(196, 30, 30, 0.08);

    --gray-50: #FAFAFA;
    --gray-100: #F5F5F5;
    --gray-200: #E5E5E5;
    --gray-300: #D4D4D4;
    --gray-400: #A3A3A3;
    --gray-500: #737373;
    --gray-600: #525252;
    --gray-700: #404040;
    --gray-800: #262626;
    --gray-900: #171717;
    --gray-950: #0A0A0A;

    --primary: #C41E1E;
    --primary-dark: #A01818;
    --primary-light: #E02D2D;
    --accent: #C41E1E;
    --success: #059669;
    --success-bg: rgba(5, 150, 105, 0.08);
    --danger: #DC2626;
    --info: #2563EB;

    --bg-body: #FFFFFF;
    --bg-card: #FFFFFF;
    --bg-surface: #F7F7F8;
    --bg-muted: #F0F0F1;
    --bg-elevated: #FFFFFF;
    --bg-warm: #FAFAF9;

    --text-primary: #111111;
    --text-heading: #111111;
    --text-body: #444444;
    --text-muted: #6B7280;
    --text-light: #9CA3AF;
    --text-inverse: #FFFFFF;

    --border: #E5E7EB;
    --border-light: #F0F0F1;
    --border-focus: var(--gold);

    --radius-sm: 6px;
    --radius: 10px;
    --radius-lg: 14px;
    --radius-xl: 20px;
    --radius-full: 50px;

    --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-fast: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);

    --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.04);
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.07), 0 2px 4px -2px rgba(0, 0, 0, 0.05);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -4px rgba(0, 0, 0, 0.05);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
    --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    --shadow-gold: 0 4px 14px rgba(184, 134, 11, 0.25);
    --shadow-card: 0 1px 3px rgba(0, 0, 0, 0.04);
    --shadow-card-hover: 0 12px 24px rgba(0, 0, 0, 0.08);
}

/* ============================================
   RESET & BASE
   ============================================ */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: var(--bg-body);
    color: var(--text-body);
    line-height: 1.65;
    font-size: 16px;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition)
}

ul {
    list-style: none
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--text-heading);
    line-height: 1.15;
    font-weight: 800;
    font-family: 'Montserrat', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif
}

.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px
}

.container-wide {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 40px
}

::selection {
    background: var(--gold);
    color: #fff
}

/* ============================================
   ANNOUNCEMENT BAR
   ============================================ */
.announcement-bar {
    background: linear-gradient(90deg, #111111 0%, #1A1A1A 50%, #111111 100%);
    color: #999;
    padding: 10px 0;
    overflow: hidden;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    position: relative;
    z-index: 1001;
    border-bottom: 1px solid #222;
}

.announcement-bar a {
    color: var(--gold-dark);
    font-weight: 700;
    transition: var(--transition)
}

.announcement-bar a:hover {
    color: var(--gold);
    text-decoration: underline
}

.announcement-ticker {
    display: flex;
    align-items: center;
    animation: ticker 30s linear infinite;
    white-space: nowrap;
}

.announcement-ticker span {
    display: inline-block;
    padding: 0 32px
}

.announcement-ticker .ticker-dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: var(--gold);
    border-radius: 50%;
    margin: 0 12px;
    flex-shrink: 0;
}

@keyframes ticker {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

/* ============================================
   HEADER / NAVBAR â€” Premium Ultra
   ============================================ */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px) saturate(1.4);
    -webkit-backdrop-filter: blur(12px) saturate(1.4);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border: 0;
}

.site-header.has-announcement {
    top: 38px
}

.site-header.scrolled {
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(24px) saturate(1.8);
    -webkit-backdrop-filter: blur(24px) saturate(1.8);
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.08);
    border: 0;
}

.site-header.scrolled .header-inner {
    height: 64px
}

.site-header.scrolled.has-announcement {
    top: 0
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    gap: 32px;
    transition: height 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Logo */
/* Logo */
.site-logo {
    display: flex;
    align-items: center
}

.logo-img {
    height: 52px;
    width: auto;
    max-width: 257px;
    object-fit: contain;
    display: block;
    /* crisp rendering for high-DPI */
    image-rendering: -webkit-optimize-contrast;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.logo-img--on-dark {
    display: none
}

.logo-img--on-light {
    display: block
}

.site-header.scrolled .logo-img {
    height: 44px
}

.site-logo:hover .logo-img {
    transform: scale(1.04);
    opacity: 0.9;
}

.logo-text {
    font-size: 1.3rem;
    font-weight: 900;
    color: var(--text-heading);
    letter-spacing: 2.5px;
    text-transform: uppercase;
    position: relative;
    transition: var(--transition);
}

.logo-text span {
    color: transparent;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.site-logo:hover .logo-text {
    transform: scale(1.02);
}

/* Navigation Links */
.main-nav ul {
    display: flex;
    align-items: center;
    gap: 8px
}

.main-nav a {
    display: block;
    padding: 8px 16px;
    font-size: 0.76rem;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    border-radius: var(--radius-sm);
    transition: all 0.25s ease;
    position: relative;
}

.main-nav a::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    right: 50%;
    height: 2px;
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 0;
}

.main-nav a:hover {
    color: var(--text-heading)
}

.main-nav a:hover::after {
    left: 16px;
    right: 16px;
    opacity: 1;
}

.main-nav .current-menu-item a {
    color: var(--gold-dark);
    font-weight: 700;
}

.main-nav .current-menu-item a::after {
    left: 16px;
    right: 16px;
    opacity: 1;
}

/* Header Actions */
.header-actions {
    display: flex;
    align-items: center;
    gap: 8px
}

.header-social {
    display: flex;
    gap: 2px
}

.header-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: var(--text-muted);
    border-radius: 50%;
    transition: all 0.25s ease;
}

.header-social a:hover {
    color: var(--gold);
    background: rgba(184, 134, 11, 0.08);
    transform: translateY(-1px);
}

.header-social svg {
    width: 15px;
    height: 15px
}

/* Search Button */
.header-search-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: transparent;
    border: 1.5px solid var(--border-light);
    border-radius: 50%;
    cursor: pointer;
    color: var(--text-muted);
    transition: all 0.25s ease;
}

.header-search-toggle:hover {
    color: var(--gold);
    border-color: var(--gold);
    background: rgba(184, 134, 11, 0.04);
    transform: translateY(-1px);
}

/* Search Overlay */
.header-search-overlay {
    display: none;
}

.header-search-overlay.active {
    max-height: 80px;
    padding: 16px 0;
    border-bottom-color: var(--border-light);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}

.header-search-form {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 600px;
    margin: 0 auto;
    background: var(--bg-surface);
    border: 1.5px solid var(--border-light);
    border-radius: var(--radius-full);
    padding: 4px 8px 4px 20px;
    transition: border-color 0.25s ease;
}

.header-search-form:focus-within {
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(184, 134, 11, 0.1);
}

.header-search-form svg {
    flex-shrink: 0;
    color: var(--text-muted);
}

.header-search-form input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-family: inherit;
    font-size: 0.88rem;
    color: var(--text-heading);
    padding: 10px 0;
}

.header-search-form input::placeholder {
    color: var(--text-muted);
    font-size: 0.85rem
}

.header-search-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--text-muted);
    border-radius: 50%;
    transition: all 0.2s ease;
}

.header-search-close:hover {
    color: var(--text-heading);
    background: var(--gray-100);
}

/* Shop Now Button â€” Premium */
.btn-shop-now {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    color: #fff;
    font-weight: 700;
    font-size: 0.7rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: var(--radius-full);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 2px 12px rgba(184, 134, 11, 0.25);
    position: relative;
    overflow: hidden;
}

.btn-shop-now::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(15, 15, 15, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-shop-now:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(184, 134, 11, 0.35);
}

.btn-shop-now:hover::before {
    left: 100%;
}

.btn-shop-now svg {
    opacity: 0.9;
}

/* Mobile Toggle */
.mobile-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 9px;
    background: transparent;
    border: 1.5px solid var(--border-light);
    border-radius: var(--radius);
    cursor: pointer;
    transition: all 0.25s ease;
}

.mobile-toggle:hover {
    border-color: var(--gold)
}

.mobile-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--text-heading);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    border-radius: 2px
}

.mobile-toggle.active {
    border-color: var(--gold);
    background: rgba(184, 134, 11, 0.04)
}

.mobile-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px)
}

.mobile-toggle.active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0)
}

.mobile-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px)
}

/* Front page header â€” white, fixed */
/* Front page header â€” transparent over hero */
.header-transparent {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: 0;
    box-shadow: none;
    outline: none
}

/* Transparent logo â€” drop-shadow gives depth on dark hero */
.header-transparent .logo-img--on-dark {
    display: block;
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.7));
}

.header-transparent .logo-img--on-light {
    display: none
}

.header-transparent.scrolled .logo-img--on-dark {
    display: none
}

.header-transparent.scrolled .logo-img--on-light {
    display: block;
    filter: drop-shadow(0 1px 6px rgba(0, 0, 0, 0.18));
}

.header-transparent .logo-text {
    color: #FFFFFF
}

.header-transparent .logo-text span {
    color: transparent;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.header-transparent .main-nav a {
    color: rgba(255, 255, 255, 0.8)
}

.header-transparent .main-nav a:hover {
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.08)
}

.header-transparent .main-nav a::after {
    background: var(--gold)
}

.header-transparent .main-nav .current-menu-item a {
    color: #FFFFFF
}

.header-transparent .main-nav .current-menu-item a::after {
    opacity: 1;
    left: 16px;
    right: 16px
}

.header-transparent .header-social a {
    color: rgba(255, 255, 255, 0.7);
    background: transparent
}

.header-transparent .header-social a:hover {
    color: var(--gold);
    background: rgba(255, 255, 255, 0.08)
}

.header-transparent .header-search-toggle {
    color: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.15)
}

.header-transparent .header-search-toggle:hover {
    color: var(--gold);
    border-color: var(--gold)
}

.header-transparent .btn-shop-now {
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    color: #fff;
    box-shadow: 0 2px 12px rgba(184, 134, 11, 0.3)
}

.header-transparent .btn-shop-now:hover {
    box-shadow: 0 6px 24px rgba(184, 134, 11, 0.4)
}

.header-transparent .mobile-toggle {
    border-color: rgba(255, 255, 255, 0.15)
}

.header-transparent .mobile-toggle span {
    background: #FFFFFF
}

.header-transparent .mobile-toggle:hover {
    border-color: var(--gold)
}

/* Scrolled transparent */
.header-transparent.scrolled {
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(24px) saturate(1.8);
    -webkit-backdrop-filter: blur(24px) saturate(1.8);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    border: 0;
}

.header-transparent.scrolled .logo-text {
    color: var(--text-heading)
}

.header-transparent.scrolled .main-nav a {
    color: var(--text-muted)
}

.header-transparent.scrolled .main-nav a:hover {
    color: var(--text-heading);
    background: transparent
}

.header-transparent.scrolled .main-nav a::after {
    background: linear-gradient(135deg, var(--gold), var(--gold-dark))
}

.header-transparent.scrolled .main-nav .current-menu-item a {
    color: var(--gold-dark)
}

.header-transparent.scrolled .header-social a {
    color: var(--text-muted)
}

.header-transparent.scrolled .header-social a:hover {
    color: var(--gold);
    background: rgba(184, 134, 11, 0.08)
}

.header-transparent.scrolled .header-search-toggle {
    color: var(--text-muted);
    border-color: var(--border-light)
}

.header-transparent.scrolled .header-search-toggle:hover {
    color: var(--gold);
    border-color: var(--gold)
}

.header-transparent.scrolled .mobile-toggle {
    border-color: var(--border-light)
}

.header-transparent.scrolled .mobile-toggle span {
    background: var(--text-heading)
}

/* ============================================
   HERO â€” Premium Dark Fitness Style
   ============================================ */
.hero-banner {
    position: relative;
    overflow: hidden;
    background: #050505;
    min-height: 92vh;
}

/* Animated gradient background */
.hero-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(ellipse 80% 60% at 70% 50%, rgba(196, 30, 30, 0.08) 0%, transparent 60%),
        radial-gradient(ellipse 50% 50% at 20% 80%, rgba(196, 30, 30, 0.04) 0%, transparent 50%),
        radial-gradient(ellipse 40% 40% at 85% 20%, rgba(220, 60, 60, 0.05) 0%, transparent 50%);
    pointer-events: none;
    animation: heroGlow 8s ease-in-out infinite alternate;
}

@keyframes heroGlow {
    0% {
        opacity: 0.7;
        transform: scale(1)
    }

    100% {
        opacity: 1;
        transform: scale(1.03)
    }
}

/* Red glow orb */
.hero-banner::after {
    content: '';
    position: absolute;
    right: -5%;
    top: 5%;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(196, 30, 30, 0.1) 0%, rgba(196, 30, 30, 0.03) 40%, transparent 70%);
    z-index: 1;
    pointer-events: none;
    filter: blur(40px);
    animation: pulseGlow 6s ease-in-out infinite alternate;
}

@keyframes pulseGlow {
    0% {
        opacity: 0.5;
        transform: translate(0, 0) scale(1)
    }

    100% {
        opacity: 1;
        transform: translate(-20px, 10px) scale(1.1)
    }
}

/* Floating Particles */
.hero-particles {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.particle {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    animation: particleFloat 12s ease-in-out infinite;
}

.particle.p1 {
    width: 6px;
    height: 6px;
    background: rgba(196, 30, 30, 0.4);
    top: 20%;
    left: 15%;
    animation-delay: 0s;
    animation-duration: 10s;
}

.particle.p2 {
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.15);
    top: 60%;
    left: 8%;
    animation-delay: 2s;
    animation-duration: 14s;
}

.particle.p3 {
    width: 8px;
    height: 8px;
    background: rgba(196, 30, 30, 0.25);
    top: 15%;
    left: 42%;
    animation-delay: 4s;
    animation-duration: 16s;
}

.particle.p4 {
    width: 3px;
    height: 3px;
    background: rgba(255, 255, 255, 0.2);
    top: 75%;
    left: 35%;
    animation-delay: 1s;
    animation-duration: 11s;
}

.particle.p5 {
    width: 5px;
    height: 5px;
    background: rgba(196, 30, 30, 0.3);
    top: 40%;
    left: 55%;
    animation-delay: 3s;
    animation-duration: 13s;
}

.particle.p6 {
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    top: 85%;
    left: 60%;
    animation-delay: 5s;
    animation-duration: 15s;
}

@keyframes particleFloat {
    0% {
        opacity: 0;
        transform: translateY(0) scale(0.5)
    }

    15% {
        opacity: 1
    }

    50% {
        transform: translateY(-60px) scale(1)
    }

    85% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translateY(-120px) scale(0.5)
    }
}

/* Horizontal Red Accent Line */
.hero-accent-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 120px;
    height: 2px;
    background: linear-gradient(90deg, var(--gold) 0%, transparent 100%);
    z-index: 3;
    opacity: 0.5;
    animation: accentSlide 3s ease 1.5s both;
}

@keyframes accentSlide {
    0% {
        width: 0;
        opacity: 0
    }

    100% {
        width: 120px;
        opacity: 0.5
    }
}

/* Slider */
.hero-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
}

.hero-slide.active {
    opacity: 1;
}

@keyframes kenBurns {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.08)
    }
}

.hero-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background:
        linear-gradient(to right, rgba(5, 5, 5, 0.98) 0%, rgba(5, 5, 5, 0.85) 35%, rgba(5, 5, 5, 0.3) 55%, transparent 65%),
        linear-gradient(to top, rgba(5, 5, 5, 0.6) 0%, transparent 30%);
    pointer-events: none;
}

/* Content */
.hero-banner-content {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 92vh;
    padding: 100px 0 120px;
}

/* Hero PNG Image â€” right side */
.hero-png-figure {
    position: absolute;
    right: 0;
    top: 72px;
    bottom: 0;
    width: 55%;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    pointer-events: none;
    overflow: hidden;
}

.hero-png-figure img {
    height: 100%;
    width: auto;
    min-width: 75%;
    object-fit: cover;
    object-position: top center;
    filter: drop-shadow(-8px 4px 30px rgba(196, 30, 30, 0.18)) drop-shadow(0 0 60px rgba(196, 30, 30, 0.08)) contrast(1.08) saturate(1.15);
    transform-origin: top center;
    animation: heroImageIn 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.5s both;
}

@keyframes heroImageIn {
    0% {
        opacity: 0;
        transform: translateX(40px) scale(0.96)
    }

    100% {
        opacity: 1;
        transform: translateX(0) scale(1)
    }
}

/* Glow ring behind hero figure */
.hero-png-figure::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(196, 30, 30, 0.06) 0%, transparent 70%);
    filter: blur(60px);
    z-index: -1;
    animation: figureGlow 5s ease-in-out infinite alternate;
}

@keyframes figureGlow {
    0% {
        opacity: 0.5;
        transform: translate(-50%, -50%) scale(1)
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.15)
    }
}

/* Slider Dots */
.hero-slider-dots {
    position: absolute;
    bottom: 24px;
    left: 6%;
    z-index: 5;
    display: flex;
    gap: 10px;
}

.hero-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid var(--border);
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.hero-dot:hover {
    border-color: var(--gold);
}

.hero-dot.active {
    background: var(--gold);
    border-color: var(--gold);
}

.hero-banner-img {
    width: 100%;
    display: block;
    min-height: 100vh;
    object-fit: cover;
    object-position: center;
}

.btn-hero-shop {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 20px 52px;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    color: #fff;
    font-weight: 800;
    font-size: 0.85rem;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    border-radius: var(--radius-full);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 20px rgba(196, 30, 30, 0.35);
    position: relative;
    overflow: hidden;
}

.btn-hero-shop::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(15, 15, 15, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-hero-shop:hover::before {
    left: 100%
}

.btn-hero-shop:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 36px rgba(196, 30, 30, 0.45);
    filter: brightness(1.1);
}

/* Fallback hero (no image) â€” legacy */
.hero-banner.no-image {
    min-height: 100vh;
    display: flex;
    align-items: center
}

.hero-banner-fallback {
    display: none;
    padding: 0;
    width: 100%
}

.hero-banner.no-image .hero-banner-fallback {
    display: flex;
    align-items: center
}

.hero-banner.no-image .hero-banner-cta {
    display: none
}

.hero-fb-content {
    max-width: 560px;
    padding: 0 0 0 6%;
    position: relative
}

.hero-fb-content::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 56px;
    background: linear-gradient(180deg, var(--gold) 0%, var(--gold-light) 100%);
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(196, 30, 30, 0.4);
}

/* Subtitle */
.hero-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.72rem;
    color: var(--gold);
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 22px;
    padding: 8px 18px;
    background: rgba(196, 30, 30, 0.08);
    border: 1px solid rgba(196, 30, 30, 0.2);
    border-radius: var(--radius-full);
    text-shadow: 0 0 20px rgba(196, 30, 30, 0.3);
    animation: fadeInUp 0.8s ease 0.2s both;
}

.hero-subtitle-dot {
    width: 6px;
    height: 6px;
    background: var(--gold);
    border-radius: 50%;
    display: inline-block;
    animation: dotPulse 2s ease-in-out infinite;
    box-shadow: 0 0 8px rgba(196, 30, 30, 0.6);
}

@keyframes dotPulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1)
    }

    50% {
        opacity: 0.5;
        transform: scale(0.7)
    }
}

/* Title */
.hero-fb-title {
    font-size: 4.2rem;
    font-weight: 900;
    color: var(--text-heading);
    line-height: 1.05;
    letter-spacing: -1.5px;
    margin-bottom: 22px;
    animation: fadeInUp 0.8s ease 0.4s both;
}

.hero-fb-title span {
    color: var(--gold);
    text-shadow: 0 0 40px rgba(196, 30, 30, 0.25);
    background: linear-gradient(135deg, #E02D2D 0%, #FF4444 40%, #C41E1E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Description */
.hero-fb-desc {
    font-size: 1.1rem;
    color: var(--text-body);
    line-height: 1.75;
    margin-bottom: 40px;
    max-width: 440px;
    animation: fadeInUp 0.8s ease 0.6s both;
}

/* Buttons */
.hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
    animation: fadeInUp 0.8s ease 0.8s both
}

.btn-hero-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 42px;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    color: #fff;
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(196, 30, 30, 0.35), 0 0 40px rgba(196, 30, 30, 0.1);
    position: relative;
    overflow: hidden;
}

.btn-hero-primary svg {
    transition: transform 0.3s ease;
}

.btn-hero-primary:hover svg {
    transform: translateX(4px);
}

.btn-hero-primary::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    transition: left 0.6s ease;
}

.btn-hero-primary:hover::after {
    left: 100%
}

.btn-hero-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 32px rgba(196, 30, 30, 0.5), 0 0 60px rgba(196, 30, 30, 0.15);
    filter: brightness(1.1);
}

.btn-hero-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 42px;
    background: rgba(255, 255, 255, 0.04);
    border: 2px solid rgba(255, 255, 255, 0.15);
    color: var(--text-heading);
    font-weight: 600;
    font-size: 0.82rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 8px;
    transition: all 0.3s ease;
    backdrop-filter: blur(8px);
}

.btn-hero-secondary:hover {
    border-color: var(--gold);
    color: var(--gold);
    background: rgba(196, 30, 30, 0.06);
    box-shadow: 0 0 30px rgba(196, 30, 30, 0.1);
}

/* Trust Badges */
.hero-trust {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    animation: fadeInUp 0.8s ease 1s both;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.78rem;
    color: var(--text-muted);
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: color 0.3s ease;
}

.trust-badge:hover {
    color: var(--text-heading);
}

.trust-badge:hover svg {
    filter: drop-shadow(0 0 6px rgba(196, 30, 30, 0.5));
}

.trust-badge svg {
    color: var(--gold);
    transition: filter 0.3s ease;
}

/* Bottom Strip */
.hero-strip {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
    background: rgba(10, 10, 10, 0.85);
    backdrop-filter: blur(12px);
    border-top: 1px solid var(--border-light);
}

.strip-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 14px 24px;
    text-align: center;
}

.strip-inner p {
    color: var(--text-body);
    font-size: 0.8rem;
    letter-spacing: 0.5px;
}

.strip-inner strong {
    color: var(--gold);
    font-weight: 700;
}

/* ============================================
   HERO DARK SCOPE â€” Keep hero section dark
   ============================================ */
.hero-banner,
.hero-banner * {
    --text-heading: #FFFFFF;
    --text-body: #D4D4D4;
    --text-muted: #A3A3A3;
    --text-light: #737373;
    --border: #262626;
    --border-light: #1A1A1A;
    --bg-card: #0F0F0F;
    --bg-surface: #121212;
    --bg-muted: #1A1A1A;
    --bg-elevated: #1F1F1F;
}

.hero-banner {
    color: #D4D4D4;
}

.hero-banner-content h1,
.hero-banner-content .hero-title {
    color: #FFFFFF !important;
}

.hero-banner-content p,
.hero-banner-content .hero-subtitle {
    color: #D4D4D4 !important;
}

.trust-badge {
    color: #A3A3A3;
}

.trust-badge:hover {
    color: #FFFFFF;
}

.hero-strip {
    background: rgba(10, 10, 10, 0.85);
}

.strip-inner p {
    color: #D4D4D4;
}

/* ============================================
   TRUST BAR â€” Floating Glass Style
   ============================================ */
.trust-bar {
    padding: 0;
    background: transparent;
    position: relative;
    z-index: 10;
    margin-top: -32px;
}

.trust-bar .container {
    max-width: 1100px
}

.trust-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    background: #FFFFFF;
    border-radius: var(--radius-xl);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.04);
    border: 1px solid #E5E7EB;
    padding: 20px 16px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.75rem;
    color: var(--text-body);
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 8px 24px;
    border-right: 1px solid var(--border-light);
    transition: var(--transition);
}

.trust-item:last-child {
    border-right: none
}

.trust-item:hover {
    color: var(--gold)
}

.trust-item .trust-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    font-size: 1.15rem;
    background: linear-gradient(135deg, var(--gold-glow) 0%, rgba(184, 134, 11, 0.06) 100%);
    border: 1px solid rgba(184, 134, 11, 0.12);
    border-radius: var(--radius-full);
    transition: var(--transition);
}

.trust-item:hover .trust-icon {
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
    transform: scale(1.1);
}

/* ============================================
   SECTION STYLES â€” Modern Redesign
   ============================================ */
.section {
    padding: 40px 0;
    position: relative;
    background: var(--bg-body)
}

.section-white {
    background: var(--bg-body)
}

.section-light {
    background: var(--bg-body)
}

.section-gray {
    background: var(--bg-surface);
    padding: 40px 0
}

.section-warm {
    background: var(--bg-warm)
}

.section-dark {
    background: var(--bg-card);
    color: var(--text-heading)
}

.section-darker {
    background: var(--bg-elevated);
    color: var(--text-heading)
}

.section-alt {
    background: #F7F7F8;
    position: relative;
}

.section-alt::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(184, 134, 11, 0.15), transparent);
}

.section-header {
    text-align: center;
    margin-bottom: 40px
}

.section-badge {
    display: inline-block;
    padding: 8px 18px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--gold);
    background: rgba(196, 30, 30, 0.08);
    border: 1px solid rgba(196, 30, 30, 0.15);
    border-radius: var(--radius-full);
    margin-bottom: 16px;
}

.section-title {
    font-size: 3.2rem;
    margin-bottom: 18px;
    letter-spacing: -1px;
    font-weight: 900;
    line-height: 1.05;
    text-transform: none;
    color: var(--text-heading);
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    filter: none;
}

.section-subtitle {
    font-size: 1rem;
    color: var(--text-muted);
    max-width: 580px;
    margin: 0 auto;
    line-height: 1.75;
}

.gradient-text {
    color: transparent;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

/* ============================================
   BUTTONS â€” Premium Rounded
   ============================================ */
.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 28px;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    color: #fff;
    font-weight: 700;
    font-size: 0.85rem;
    border: none;
    cursor: pointer;
    transition: var(--transition);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: var(--radius-full);
    box-shadow: 0 4px 10px rgba(196, 30, 30, 0.2);
    position: relative;
    overflow: hidden;
}

.btn-primary::before {
    content: none
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(196, 30, 30, 0.3);
    filter: brightness(1.05);
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 28px;
    background: transparent;
    color: var(--text-heading);
    font-weight: 700;
    font-size: 0.85rem;
    border: 2px solid var(--border);
    cursor: pointer;
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: var(--radius-full);
}

.btn-secondary:hover {
    border-color: var(--text-heading);
    background: var(--text-heading);
    color: #fff;
    transform: translateY(-2px)
}

.btn-amazon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 28px;
    background: linear-gradient(135deg, #FF9900, #E88B00);
    color: #fff;
    font-weight: 800;
    font-size: 0.85rem;
    border: none;
    cursor: pointer;
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: var(--radius-full);
    box-shadow: 0 4px 10px rgba(255, 153, 0, 0.2);
}

.btn-amazon:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255, 153, 0, 0.3);
    filter: brightness(1.05)
}

.btn-shopify {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 24px;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    color: #fff;
    font-weight: 700;
    font-size: 0.75rem;
    border: none;
    cursor: pointer;
    transition: var(--transition);
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    border-radius: var(--radius-lg);
    position: relative;
    overflow: hidden;
}

.btn-shopify::before {
    content: none
}

.btn-shopify:hover {
    background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(196, 30, 30, 0.3);
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 36px;
    background: transparent;
    color: var(--text-heading);
    font-weight: 700;
    font-size: 0.8rem;
    border: 1px solid var(--border);
    cursor: pointer;
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: var(--radius-full);
}

.btn-outline:hover {
    border-color: var(--text-heading);
    background: var(--gray-50);
    transform: translateY(-2px)
}

.btn-white {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 36px;
    background: #111111;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 0.8rem;
    border: none;
    cursor: pointer;
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: var(--radius-full);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.btn-white:hover {
    background: var(--bg-card);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12)
}

/* ============================================
   OFFER BANNERS â€” Premium Grid
   ============================================ */
.offers-section {
    padding: 80px 0 60px;
    background: var(--bg-body)
}

.offers-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.offer-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-xl);
    padding: 52px 44px;
    min-height: 320px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    transition: var(--transition-slow);
    cursor: pointer;
}

.offer-card-content {
    flex: 1;
    max-width: 50%;
    z-index: 2;
}

/* Stacked Products Container */
.offer-card-products {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 280px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    pointer-events: none;
}

.offer-card-products.offer-single {
    width: 220px;
    right: 30px;
}

/* Glow Effect Behind Products */
.offer-glow {
    position: absolute;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(196, 30, 30, 0.25) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(40px);
    animation: pulse-glow 3s ease-in-out infinite;
}

.offer-glow-light {
    background: radial-gradient(circle, rgba(15, 15, 15, 0.4) 0%, transparent 70%);
}

@keyframes pulse-glow {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.6
    }

    50% {
        transform: scale(1.15);
        opacity: 1
    }
}

/* Individual Product Positioning */
.offer-product {
    position: absolute;
    filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.3));
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.offer-product-1 {
    width: 130px;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-12deg);
    z-index: 1;
}

.offer-product-2 {
    width: 160px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    z-index: 3;
}

.offer-product-3 {
    width: 120px;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(15deg);
    z-index: 2;
}

.offer-product-main {
    width: 200px;
    transform: rotate(-8deg);
}

/* Hover Animations */
.offer-card:hover .offer-product-1 {
    transform: translateY(-50%) rotate(-5deg) translateX(-10px) scale(1.05);
}

.offer-card:hover .offer-product-2 {
    transform: translate(-50%, -50%) rotate(3deg) scale(1.12);
}

.offer-card:hover .offer-product-3 {
    transform: translateY(-50%) rotate(8deg) translateX(10px) scale(1.05);
}

.offer-card:hover .offer-product-main {
    transform: rotate(0deg) scale(1.15);
}

.offer-card:hover .offer-glow {
    transform: scale(1.3);
}

.offer-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(15, 15, 15, 0.08) 0%, transparent 60%);
    opacity: 0;
    transition: var(--transition-slow);
}

.offer-card:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12)
}

.offer-card:hover::before {
    opacity: 1
}

.offer-card-dark {
    background: #FFFFFF;
    color: var(--text-heading);
    border: 1px solid #E5E7EB;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.offer-card-gold {
    background: linear-gradient(135deg, #E2432B 0%, #E87131 40%, #EAA846 80%, #DBAA3F 100%);
    color: #fff;
    border: none;
    box-shadow: 0 10px 30px rgba(226, 67, 43, 0.15);
}

.offer-card-light {
    background: #F7F7F8;
    border: 1px solid #E5E7EB;
    color: var(--text-heading);
}

.offer-card .offer-badge {
    display: inline-block;
    padding: 7px 18px;
    border-radius: var(--radius-full);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
    width: fit-content;
    backdrop-filter: blur(10px);
}

.offer-card-dark .offer-badge {
    background: #DC3545;
    color: #fff;
    border: none;
}

.offer-card-gold .offer-badge {
    background: rgba(15, 15, 15, 0.25);
    color: #fff;
    border: none;
}

.offer-card-light .offer-badge {
    background: var(--gold-glow);
    color: var(--gold);
    border: none;
}

.offer-card h3 {
    font-size: 2.4rem;
    font-weight: 900;
    margin-bottom: 12px;
    line-height: 1.1;
    letter-spacing: -0.5px;
}

.offer-card-gold h3 {
    color: #fff;
}

.offer-card p {
    font-size: 0.95rem;
    color: var(--text-muted);
    margin-bottom: 30px;
    line-height: 1.6;
    font-weight: 500;
}

.offer-card-gold p {
    color: #fff;
    opacity: 0.95;
}

.offer-card .offer-cta {
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 26px;
    border-radius: var(--radius-full);
    width: fit-content;
    transition: var(--transition);
}

.offer-card .offer-cta svg {
    transition: var(--transition);
    width: 16px;
    height: 16px;
}

.offer-card:hover .offer-cta svg {
    transform: translateX(6px);
}

.offer-card-dark .offer-cta {
    color: #fff;
    background: rgba(196, 30, 30, 0.2);
    border: 1px solid rgba(196, 30, 30, 0.3);
    box-shadow: none;
}

.offer-card-dark:hover .offer-cta {
    background: rgba(196, 30, 30, 0.35);
    color: #fff;
    box-shadow: none;
}

.offer-card-gold .offer-cta {
    color: #fff;
    background: rgba(15, 15, 15, 0.3);
    border: none;
    box-shadow: none;
}

.offer-card-gold:hover .offer-cta {
    background: rgba(15, 15, 15, 0.4);
    box-shadow: none;
}

.offer-card-light .offer-cta {
    color: var(--gold);
    background: var(--gold-glow);
    border: 1px solid rgba(184, 134, 11, 0.15)
}

.offer-card-emoji {
    position: absolute;
    right: 24px;
    bottom: 16px;
    font-size: 5rem;
    opacity: 0.1;
    transition: var(--transition-slow);
}

.offer-card:hover .offer-card-emoji {
    opacity: 0.2;
    transform: scale(1.15) rotate(-5deg)
}

/* Offer Card Responsive */
@media(max-width:900px) {
    .offer-card {
        flex-direction: column;
        padding: 40px 32px 120px;
        min-height: auto;
    }

    .offer-card-content {
        max-width: 100%;
        text-align: center;
    }

    .offer-card-content .offer-badge,
    .offer-card-content .offer-cta {
        margin-left: auto;
        margin-right: auto;
    }

    .offer-card-products {
        position: relative;
        top: auto;
        transform: none;
        width: 100%;
        height: 140px;
        margin-top: 20px;
    }

    .offer-card-products.offer-single {
        width: 100%;
        right: auto;
    }

    .offer-product-1 {
        width: 80px;
        left: 10%;
    }

    .offer-product-2 {
        width: 100px;
    }

    .offer-product-3 {
        width: 70px;
        right: 10%;
    }

    .offer-product-main {
        width: 130px;
    }
}

/* ============================================
   NEW ARRIVALS SECTION â€” Modern Cards
   ============================================ */
.new-arrivals-section {
    padding: 100px 0;
    background: #F7F7F8;
    position: relative;
}

.new-arrivals-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(184, 134, 11, 0.1), transparent);
}

.new-arrivals-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px
}

.arrival-card {
    background: var(--bg-card);
    border-radius: var(--radius-xl);
    overflow: hidden;
    transition: var(--transition-slow);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid #E5E7EB;
    position: relative;
}

.arrival-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: rgba(196, 30, 30, 0.2);
}

.arrival-card .arrival-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    padding: 5px 14px;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
    color: #fff;
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: var(--radius-full);
    box-shadow: 0 2px 8px rgba(184, 134, 11, 0.3);
}

.arrival-card-image {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #F5F5F5 0%, #E8E8E8 100%);
    padding: 24px;
    position: relative;
    overflow: hidden;
}

.arrival-card-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to top, var(--bg-card), transparent);
}

.arrival-card-image span {
    font-size: 3.5rem;
    transition: var(--transition-slow)
}

.arrival-card:hover .arrival-card-image span {
    transform: scale(1.15) translateY(-4px)
}

.arrival-card-body {
    padding: 20px 22px
}

.arrival-card-body .arrival-cat {
    font-size: 0.62rem;
    font-weight: 800;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.arrival-card-body h3 {
    font-size: 0.92rem;
    font-weight: 800;
    color: var(--text-heading);
    margin-bottom: 8px;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: none;
}

.arrival-card-body p {
    font-size: 0.82rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 16px;
}

.arrival-card-footer {
    padding: 0 22px 22px
}

.arrival-card-footer a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    width: 100%;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-radius: var(--radius-lg);
    transition: var(--transition);
}

.arrival-card-footer a:hover {
    background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%);
    box-shadow: 0 4px 16px rgba(196, 30, 30, 0.3);
    transform: translateY(-1px);
}

/* ============================================
   TRENDING / PRODUCT CAROUSEL â€” Modern
   ============================================ */
.trending-section {
    padding: 100px 0;
    background: var(--bg-body);
    position: relative
}

.trending-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 44px;
}

.trending-header h2 {
    font-size: 2.4rem;
    letter-spacing: -0.5px;
    font-weight: 900;
    text-transform: none;
    background: linear-gradient(180deg, var(--text-heading) 0%, var(--gray-700) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.trending-header .view-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--gold);
    letter-spacing: 0.5px;
    padding: 10px 24px;
    border: 1.5px solid var(--gold);
    border-radius: var(--radius-full);
    transition: var(--transition);
    background: transparent;
}

.trending-header .view-all:hover {
    background: var(--gold);
    color: #fff;
    box-shadow: 0 4px 16px rgba(184, 134, 11, 0.3);
}

.trending-header .view-all::after {
    content: 'â†’';
    transition: var(--transition)
}

.trending-header .view-all:hover::after {
    transform: translateX(3px)
}

.products-carousel {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 20px;
}

.products-carousel::-webkit-scrollbar {
    display: none
}

.products-carousel .product-card {
    min-width: 290px;
    flex: 0 0 290px;
    scroll-snap-align: start;
}

/* ============================================
   PRODUCT CARDS â€” Premium Modern
   ============================================ */
.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.products-grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px
}

.products-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.product-card {
    background: var(--bg-card);
    overflow: hidden;
    transition: var(--transition-slow);
    position: relative;
    border: 1px solid #E5E7EB;
    border-radius: var(--radius-xl);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: rgba(196, 30, 30, 0.2);
}

.product-card-image {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #F5F5F5 0%, #E8E8E8 100%);
    padding: 24px;
    position: relative;
    overflow: hidden;
}

.product-card-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 120%, rgba(184, 134, 11, 0.06) 0%, transparent 60%);
}

.product-card-image img {
    max-height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1
}

.product-card-image span {
    transition: var(--transition-slow);
    position: relative;
    z-index: 1
}

.product-card:hover .product-card-image span {
    transform: scale(1.12) translateY(-4px)
}

.product-card-body {
    padding: 20px 22px 12px
}

.product-card-body .product-tag {
    display: inline-block;
    padding: 4px 12px;
    background: linear-gradient(135deg, rgba(184, 134, 11, 0.08) 0%, rgba(184, 134, 11, 0.04) 100%);
    color: var(--gold);
    font-size: 0.6rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
    border-radius: var(--radius-full);
    border: 1px solid rgba(184, 134, 11, 0.1);
}

.product-card-body h3 {
    font-size: 0.9rem;
    margin-bottom: 8px;
    color: var(--text-heading);
    letter-spacing: 0;
    font-weight: 800;
    text-transform: none;
    line-height: 1.3;
}

.product-card-body p {
    color: var(--text-muted);
    font-size: 0.82rem;
    line-height: 1.6;
    margin-bottom: 4px;
}

.product-card-body .product-price {
    font-size: 1.1rem;
    font-weight: 900;
    color: var(--gold);
    margin: 10px 0 4px
}

.product-features {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 12px 0 16px
}

.product-features span {
    padding: 4px 12px;
    background: var(--bg-surface);
    border: 1px solid var(--border-light);
    font-size: 0.65rem;
    color: var(--text-muted);
    font-weight: 600;
    border-radius: var(--radius-full);
}

.product-card-footer {
    padding: 0 22px 22px
}

/* ============================================
   PROBLEM / SOLUTION â€” Split Cards
   ============================================ */
.problem-solution {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px
}

.ps-card {
    padding: 44px;
    background: var(--bg-card);
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: var(--radius-xl);
    transition: var(--transition-slow);
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.ps-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: var(--radius-xl) var(--radius-xl) 0 0;
    opacity: 0;
    transition: var(--transition-slow);
}

.ps-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: var(--transition-slow);
    border-radius: var(--radius-xl);
}

.ps-card:hover {
    background: var(--bg-card);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
    border-color: transparent;
    transform: translateY(-4px);
}

.ps-card:hover::before {
    opacity: 1
}

.ps-card.problem-card::before {
    background: linear-gradient(90deg, #DC2626, #EF4444, #F87171)
}

.ps-card.solution-card::before {
    background: linear-gradient(90deg, #059669, #10B981, #34D399)
}

.ps-card.problem-card {
    border-left: 3px solid rgba(220, 38, 38, 0.15)
}

.ps-card.solution-card {
    border-left: 3px solid rgba(5, 150, 105, 0.15)
}

.ps-card:hover.problem-card {
    border-left-color: transparent
}

.ps-card:hover.solution-card {
    border-left-color: transparent
}

.ps-card h3 {
    font-size: 1.15rem;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 12px;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 800;
}

.ps-card ul {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ps-card li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 0.88rem;
    color: var(--text-body);
    line-height: 1.65;
    padding: 10px 14px;
    border-radius: var(--radius);
    background: var(--bg-surface);
    border: 1px solid var(--border-light);
    transition: var(--transition);
}

.ps-card li:hover {
    background: var(--bg-elevated);
    border-color: transparent;
    box-shadow: var(--shadow-sm)
}

.ps-card li .icon {
    flex-shrink: 0;
    margin-top: 2px;
    font-size: 1rem
}

/* ============================================
   SCIENCE STATS â€” Compact Counters
   ============================================ */
.science-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

.stat-card {
    text-align: center;
    padding: 32px 20px;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: var(--radius-lg);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(196, 30, 30, 0.06) 0%, transparent 70%);
    transition: all 0.5s ease;
}

.stat-card:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1), 0 0 30px rgba(196, 30, 30, 0.06);
    border-color: rgba(196, 30, 30, 0.15);
    transform: translateY(-5px);
}

.stat-card:hover::before {
    width: 140px;
    height: 140px;
    background: radial-gradient(circle, rgba(196, 30, 30, 0.1) 0%, transparent 70%)
}

.stat-card .stat-value {
    font-size: 2.2rem;
    font-weight: 900;
    color: #B22222;
    margin-bottom: 6px;
    line-height: 1;
    position: relative;
    text-shadow: 0 0 20px rgba(196, 30, 30, 0.25);
}

.stat-card .stat-label {
    font-size: 0.62rem;
    color: var(--text-muted);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
}

/* ============================================
   TESTIMONIALS â€” Premium Card Style
   ============================================ */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.testimonial-card {
    padding: 40px;
    background: var(--bg-card);
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: var(--radius-xl);
    transition: var(--transition-slow);
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.testimonial-card:hover {
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.08);
    border-color: rgba(184, 134, 11, 0.12);
    transform: translateY(-6px);
}

.testimonial-card::before {
    content: '\201C';
    font-size: 5rem;
    line-height: 1;
    position: absolute;
    top: 16px;
    left: 32px;
    font-family: Georgia, serif;
    background: linear-gradient(135deg, rgba(184, 134, 11, 0.15), rgba(184, 134, 11, 0.05));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.testimonial-stars {
    color: var(--gold);
    font-size: 0.9rem;
    margin-bottom: 20px;
    letter-spacing: 3px;
    position: relative;
}

.testimonial-text {
    font-size: 0.95rem;
    line-height: 1.85;
    color: var(--text-body);
    margin-bottom: 24px;
    font-style: italic;
    position: relative;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--text-heading);
    letter-spacing: 0;
    text-transform: none;
    padding-top: 20px;
    border-top: 1px solid var(--border-light);
}

.testimonial-author::before {
    content: '';
    width: 32px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold), var(--gold-light));
    border-radius: 2px;
}

/* ============================================
   ABOUT / BIO â€” Modern Layout
   ============================================ */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center
}

.about-text .subtitle {
    font-size: 0.85rem;
    color: var(--gold);
    font-weight: 700;
    margin-bottom: 24px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.about-text p {
    margin-bottom: 18px;
    line-height: 1.85;
    color: var(--text-body);
    font-size: 0.95rem
}

.about-image-wrapper {
    position: relative
}

.about-image-placeholder {
    width: 100%;
    aspect-ratio: 4/5;
    background: linear-gradient(135deg, #F5F5F5 0%, #E8E8E8 80%, #F0F0F0 100%);
    border: none;
    border-radius: var(--radius-xl);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--text-muted);
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08);
    position: relative;
}

.about-image-placeholder::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -20%;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(184, 134, 11, 0.08) 0%, transparent 70%);
}

.credentials-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 32px
}

.credential-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    background: var(--bg-surface);
    border: 1px solid var(--border-light);
    border-radius: var(--radius);
    transition: var(--transition);
}

.credential-item:hover {
    background: var(--bg-card);
    box-shadow: var(--shadow-md);
    border-color: transparent
}

.credential-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--gold-glow);
    border-radius: var(--radius);
    font-size: 1rem;
    flex-shrink: 0;
}

.credential-item span:last-child {
    font-size: 0.82rem;
    color: var(--text-body);
    font-weight: 500;
    line-height: 1.4
}

/* ============================================
   BOOK PAGE â€” Modern Layout
   ============================================ */
.book-grid {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 72px;
    align-items: start
}

.book-cover-placeholder {
    width: 100%;
    aspect-ratio: 2/3;
    background: linear-gradient(135deg, #F5F5F5 0%, #E8E8E8 80%, #F0F0F0 100%);
    border: none;
    border-radius: var(--radius-xl);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    gap: 14px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    transition: var(--transition-slow);
}

.book-cover-placeholder:hover {
    transform: rotate(-2deg) translateY(-4px);
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.12)
}

.book-cover-placeholder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, var(--gold), var(--gold-light), var(--gold));
}

.book-info h2 {
    font-size: 2.2rem;
    margin-top: 12px;
    letter-spacing: -0.5px
}

.book-subtitle {
    font-size: 0.85rem;
    color: var(--gold);
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px
}

.book-info p {
    color: var(--text-body);
    line-height: 1.8;
    margin-bottom: 14px
}

.book-highlights {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 20px
}

.book-highlight {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    background: var(--bg-surface);
    border: 1px solid var(--border-light);
    font-size: 0.82rem;
    color: var(--text-body);
    border-radius: var(--radius);
    transition: var(--transition);
}

.book-highlight:hover {
    background: var(--bg-card);
    box-shadow: var(--shadow-md);
    border-color: transparent
}

/* ============================================
   RESEARCH PAGE
   ============================================ */
.research-category {
    background: var(--bg-surface);
    padding: 40px;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    margin-bottom: 20px;
}

.research-category-title {
    font-size: 1.4rem;
    margin: 14px 0 24px;
    color: var(--text-heading);
    letter-spacing: -0.3px
}

.citations-list {
    display: grid;
    gap: 12px
}

.citation-card {
    display: flex;
    gap: 20px;
    padding: 20px;
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--radius);
    transition: var(--transition);
}

.citation-card:hover {
    box-shadow: var(--shadow-md);
    border-color: transparent
}

.citation-number {
    font-size: 1.3rem;
    font-weight: 900;
    color: var(--gold);
    flex-shrink: 0;
    min-width: 36px;
    line-height: 1
}

.citation-content h3 {
    font-size: 0.92rem;
    color: var(--text-heading);
    margin-bottom: 4px;
    font-weight: 700;
    letter-spacing: 0
}

.citation-content .citation-source {
    font-size: 0.78rem;
    color: var(--gold);
    font-weight: 700;
    margin-bottom: 6px;
    letter-spacing: 0.5px
}

.citation-content .citation-desc {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 8px
}

.citation-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.78rem;
    color: var(--gold);
    font-weight: 700;
    transition: var(--transition);
}

.citation-link:hover {
    color: var(--gold-dark)
}

/* ============================================
   CONTACT PAGE
   ============================================ */
.contact-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px
}

.contact-form-wrap h2,
.contact-info-wrap h2 {
    font-size: 1.8rem;
    margin-bottom: 32px;
    color: var(--text-heading);
    letter-spacing: -0.5px;
    font-weight: 900;
    position: relative;
    padding-bottom: 12px;
}

.contact-form-wrap h2::after,
.contact-info-wrap h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--gold);
    border-radius: 2px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.form-row-double {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.form-group {
    margin-bottom: 24px;
    position: relative
}

.form-group label {
    display: block;
    font-size: 0.7rem;
    font-weight: 800;
    color: var(--text-muted);
    margin-bottom: 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.form-group .required {
    color: var(--danger);
    margin-left: 2px
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 16px 20px;
    background: var(--gray-50);
    border: 1.5px solid var(--gray-200);
    color: var(--text-heading);
    font-size: 0.95rem;
    font-family: inherit;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 4px rgba(196, 30, 30, 0.1), inset 0 2px 4px rgba(0, 0, 0, 0.01);
    background: var(--white);
    transform: translateY(-1px);
}

.form-group textarea {
    min-height: 160px;
    resize: vertical
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: var(--gray-400);
    font-size: 0.85rem
}

.btn-contact-send {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 48px;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    color: #fff;
    font-weight: 800;
    font-size: 0.82rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    border-radius: var(--radius-full);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 16px rgba(196, 30, 30, 0.25);
    align-self: flex-start;
}

.btn-contact-send:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(196, 30, 30, 0.35);
    filter: brightness(1.1);
}

.form-success {
    padding: 14px 18px;
    background: var(--success-bg);
    border: 1px solid rgba(5, 150, 105, 0.2);
    color: var(--success);
    border-radius: var(--radius);
    margin-bottom: 18px;
    font-size: 0.88rem;
}

.form-error {
    padding: 14px 18px;
    background: rgba(220, 38, 38, 0.06);
    border: 1px solid rgba(220, 38, 38, 0.15);
    color: var(--danger);
    border-radius: var(--radius);
    margin-bottom: 18px;
    font-size: 0.88rem;
}

/* Contact Intro */
.contact-intro-section {
    padding: 50px 0 10px !important
}

.contact-intro-text {
    max-width: 720px;
    margin: 0 auto;
    text-align: center
}

.contact-intro-text p {
    font-size: 1.05rem;
    color: var(--text-muted);
    line-height: 1.8
}

/* Contact Info Cards Row */
.contact-cards-section {
    padding: 30px 0 60px
}

.contact-cards-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 960px;
    margin: 0 auto;
}

.contact-card-item {
    text-align: center;
    padding: 48px 32px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: var(--radius-xl);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.05);
}

.contact-card-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.12);
    border-color: rgba(196, 30, 30, 0.3);
    background: var(--bg-card);
}

.contact-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    box-shadow: 0 8px 20px rgba(196, 30, 30, 0.2);
    border-radius: var(--radius-full);
    color: #fff;
    margin-bottom: 24px;
    transition: transform 0.4s ease;
}

.contact-card-item:hover .contact-card-icon {
    transform: scale(1.1) rotate(5deg);
}

.contact-card-item h3 {
    font-size: 1rem;
    font-weight: 800;
    color: var(--text-heading);
    margin-bottom: 12px;
    letter-spacing: -0.2px;
    text-transform: none
}

.contact-card-item p {
    color: var(--text-muted);
    font-size: 0.92rem;
    line-height: 1.7
}

.contact-card-item a {
    color: var(--gold);
    font-weight: 700;
    transition: var(--transition);
    font-size: 0.95rem;
    display: inline-block;
    margin-top: 8px
}

.contact-card-item a:hover {
    color: var(--gold-dark);
    transform: scale(1.05)
}

/* Contact Info Sidebar */
.contact-info-card {
    background: var(--white);
    padding: 40px;
    border: 1px solid var(--border-light);
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}

.contact-info-item {
    display: flex;
    gap: 20px;
    padding: 24px 0;
    border-bottom: 1px solid var(--border-light)
}

.contact-info-item:last-child {
    border-bottom: none
}

.contact-info-icon {
    font-size: 1.1rem;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(196, 30, 30, 0.06);
    border-radius: 12px;
    color: var(--gold);
    transition: var(--transition);
}

.contact-info-item:hover .contact-info-icon {
    background: var(--gold);
    color: #fff;
}

.contact-info-item h3 {
    font-size: 0.75rem;
    font-weight: 800;
    margin-bottom: 6px;
    color: var(--text-muted);
    letter-spacing: 1px;
    text-transform: uppercase
}

.contact-info-item p {
    color: var(--text-heading);
    font-size: 0.95rem;
    line-height: 1.6;
    font-weight: 600
}

.contact-info-item a {
    color: var(--text-heading);
    transition: var(--transition)
}

.contact-info-item a:hover {
    color: var(--gold)
}

.contact-social {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 10px
}

.contact-social a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: var(--bg-surface);
    border: 1px solid var(--border-light);
    color: var(--text-body);
    font-size: 0.78rem;
    border-radius: var(--radius);
    transition: var(--transition);
    font-weight: 600;
}

.contact-social a:hover {
    border-color: var(--gold);
    color: var(--gold)
}

.contact-business-info {
    margin-top: 20px;
    padding: 20px;
    background: var(--bg-surface);
    border: 1px solid var(--border-light);
    border-radius: var(--radius)
}

.contact-business-info h3 {
    font-size: 0.82rem;
    margin-bottom: 8px;
    color: var(--text-heading);
    letter-spacing: 0;
    text-transform: none
}

.contact-business-info p {
    color: var(--text-muted);
    font-size: 0.85rem;
    line-height: 1.6
}

/* ============================================
   FDA DISCLAIMER
   ============================================ */
.fda-disclaimer {
    padding: 20px;
    background: var(--bg-surface);
    border: 1px solid var(--border-light);
    margin-top: 36px;
    border-radius: var(--radius)
}

.fda-disclaimer p {
    font-size: 0.75rem;
    color: var(--text-muted);
    line-height: 1.8
}

/* ============================================
   INGREDIENTS TABLE
   ============================================ */
.ingredients-table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0
}

.ingredients-table th,
.ingredients-table td {
    padding: 10px 14px;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
    font-size: 0.85rem;
}

.ingredients-table th {
    color: var(--gold);
    font-weight: 700;
    font-size: 0.72rem;
    letter-spacing: 1px
}

.ingredients-table td {
    color: var(--text-body)
}

/* ============================================
   NEWSLETTER â€” Modern Dark Section
   ============================================ */
.newsletter-section {
    padding: 100px 0;
    background: #F7F7F8;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 1px 0 0 rgba(196, 30, 30, 0.08);
}

.newsletter-section::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -15%;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(196, 30, 30, 0.06) 0%, transparent 60%);
    animation: floatOrb 8s ease-in-out infinite;
}

.newsletter-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(196, 30, 30, 0.04) 0%, transparent 60%);
    animation: floatOrb 10s ease-in-out infinite reverse;
}

@keyframes floatOrb {

    0%,
    100% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(20px, -20px)
    }
}

.newsletter-section h2 {
    font-size: 2.8rem;
    font-weight: 900;
    letter-spacing: -1px;
    margin-bottom: 14px;
    position: relative;
    color: var(--text-heading);
    text-shadow: none;
    filter: none;
}

.newsletter-section p {
    color: var(--text-muted);
    font-size: 0.95rem;
    margin-bottom: 40px;
    position: relative;
}

.newsletter-form {
    display: flex;
    gap: 0;
    max-width: 520px;
    margin: 0 auto;
    border-radius: var(--radius-full);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--border);
    position: relative;
}

.newsletter-form input[type="email"] {
    flex: 1;
    padding: 18px 28px;
    background: var(--bg-card);
    border: none;
    color: var(--text-heading);
    font-size: 0.9rem;
    font-family: inherit;
    border-radius: var(--radius-full) 0 0 var(--radius-full);
}

.newsletter-form input[type="email"]:focus {
    outline: none;
    background: var(--bg-card);
}

.newsletter-form input[type="email"]::placeholder {
    color: var(--text-light)
}

.newsletter-form button {
    padding: 18px 40px;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    color: #fff;
    font-weight: 800;
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: var(--transition);
    white-space: nowrap;
    border-radius: 0 var(--radius-full) var(--radius-full) 0;
    animation: btnPulseGlow 3s ease-in-out infinite;
}

@keyframes btnPulseGlow {

    0%,
    100% {
        box-shadow: 0 0 8px rgba(196, 30, 30, 0.2)
    }

    50% {
        box-shadow: 0 0 24px rgba(196, 30, 30, 0.4), 0 0 48px rgba(196, 30, 30, 0.15)
    }
}

.newsletter-form button:hover {
    filter: brightness(1.15);
    box-shadow: 0 0 30px rgba(196, 30, 30, 0.4);
    animation: none;
}

/* ============================================
   CERTIFICATION BADGES STRIP
   ============================================ */
.hero-cert-badges {
    position: absolute;
    bottom: 24px;
    left: 6%;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    z-index: 5;
    padding: 12px 32px;
    background: linear-gradient(135deg, rgba(15, 15, 15, 0.85) 0%, rgba(25, 15, 15, 0.9) 100%);
    backdrop-filter: blur(16px);
    border-radius: var(--radius-full);
    border: 1px solid rgba(196, 30, 30, 0.15);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4), 0 0 40px rgba(196, 30, 30, 0.05);
    animation: fadeInUp 0.8s ease 1.4s both;
}

.hero-cert-badges .cert-badge-icon {
    width: 56px;
    height: 56px;
    opacity: 0.85;
    transition: opacity 0.3s ease, transform 0.3s ease, filter 0.3s ease;
}

.hero-cert-badges .cert-badge-icon:hover {
    opacity: 1;
    transform: scale(1.15);
    filter: drop-shadow(0 0 8px rgba(196, 30, 30, 0.3));
}

.hero-cert-badges .cert-badge-icon svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.06));
}

@media(max-width:768px) {
    .hero-cert-badges {
        gap: 14px;
        bottom: 14px;
    }

    .hero-cert-badges .cert-badge-icon {
        width: 40px;
        height: 40px;
    }
}

@media(max-width:480px) {
    .hero-cert-badges {
        gap: 8px;
        bottom: 10px;
    }

    .hero-cert-badges .cert-badge-icon {
        width: 32px;
        height: 32px;
    }
}

/* ============================================
   NATURAVIVE TRUST STRIP â€” Below Hero
   ============================================ */
.nv-trust-strip {
    padding: 18px 0;
    background: #F7F7F8;
    border-bottom: 1px solid #E5E7EB;
    position: relative;
    overflow: hidden;
}

.nv-trust-strip::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(196, 30, 30, 0.15), transparent);
}

.nv-trust-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 36px;
    flex-wrap: wrap;
}

.nv-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--text-heading);
    letter-spacing: 0.3px;
    transition: color 0.3s ease;
}

.nv-trust-item:hover {
    color: var(--gold);
}

.nv-trust-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(196, 30, 30, 0.06);
    border: 1px solid rgba(196, 30, 30, 0.12);
    color: var(--gold);
    transition: all 0.3s ease;
}

.nv-trust-icon svg {
    width: 16px;
    height: 16px;
}

.nv-trust-item:hover .nv-trust-icon {
    background: rgba(196, 30, 30, 0.12);
    border-color: rgba(196, 30, 30, 0.3);
    box-shadow: 0 0 16px rgba(196, 30, 30, 0.15);
    transform: scale(1.1);
}

@media(max-width:768px) {
    .nv-trust-row {
        gap: 24px
    }

    .nv-trust-item {
        font-size: 0.85rem
    }

    .nv-trust-icon {
        width: 40px;
        height: 40px
    }

    .nv-trust-icon svg {
        width: 22px;
        height: 22px
    }
}

@media(max-width:480px) {
    .nv-trust-row {
        gap: 16px
    }

    .nv-trust-item {
        flex: 0 0 calc(50% - 8px);
        font-size: 0.8rem
    }
}

/* ============================================
   POTENCY ECONOMICS â€” Comparison Section
   ============================================ */
.potency-economics {
    padding: 80px 0;
    background: linear-gradient(180deg, var(--bg-surface) 0%, var(--bg-body) 100%);
    position: relative;
}

.potency-economics::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(196, 30, 30, 0.15) 50%, transparent 100%);
}

.potency-header {
    text-align: center;
    margin-bottom: 48px;
}

.potency-label {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(196, 30, 30, 0.08);
    color: var(--gold);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: var(--radius-full);
    margin-bottom: 16px;
}

.potency-title {
    font-size: 2.4rem;
    font-weight: 900;
    color: var(--text-heading);
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.potency-subtitle {
    font-size: 1rem;
    color: var(--text-muted);
    max-width: 500px;
    margin: 0 auto;
}

.potency-table-wrap {
    overflow-x: auto;
    margin-bottom: 40px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
}

.potency-table {
    width: 100%;
    min-width: 700px;
    border-collapse: collapse;
    background: var(--bg-card);
}

.potency-table thead {
    background: linear-gradient(135deg, #111111 0%, #1A1A1A 100%);
}

.potency-table th {
    padding: 18px 20px;
    text-align: center;
    font-size: 0.72rem;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    border-bottom: 2px solid var(--gold);
}

.potency-table th small {
    display: block;
    font-size: 0.65rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    text-transform: none;
    letter-spacing: 0;
    margin-top: 4px;
}

.potency-table th.col-brand {
    text-align: left;
    padding-left: 28px;
}

.potency-table td {
    padding: 22px 20px;
    text-align: center;
    font-size: 0.95rem;
    color: var(--text-body);
    border-bottom: 1px solid var(--border-light);
    transition: all 0.25s ease;
}

.potency-table td.col-brand {
    text-align: left;
    padding-left: 28px;
}

.potency-table tbody tr:hover {
    background: rgba(196, 30, 30, 0.02);
}

.potency-table tbody tr.row-featured {
    background: linear-gradient(90deg, rgba(196, 30, 30, 0.06) 0%, rgba(196, 30, 30, 0.02) 100%);
    border-left: 4px solid var(--gold);
}

.potency-table tbody tr.row-featured td {
    font-weight: 600;
}

.brand-cell {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    border-radius: 50%;
    color: #fff;
}

.brand-logo svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
    stroke: none;
}

.brand-name {
    font-weight: 700;
    color: var(--text-heading);
}

.brand-name.competitor {
    font-weight: 500;
    color: var(--text-muted);
}

.col-potency {
    font-weight: 700;
    font-size: 1.05rem;
}

.featured-potency {
    color: var(--gold);
    font-size: 1.2rem;
    font-weight: 800;
}

.advantage-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: var(--radius-full);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.advantage-badge.leader {
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    color: #FFFFFF;
    box-shadow: 0 4px 12px rgba(196, 30, 30, 0.3);
}

.advantage-badge.positive {
    background: rgba(5, 150, 105, 0.1);
    color: var(--success);
    border: 1px solid rgba(5, 150, 105, 0.2);
}

.potency-callout {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 28px 32px;
    background: linear-gradient(135deg, rgba(196, 30, 30, 0.06) 0%, rgba(196, 30, 30, 0.02) 100%);
    border: 1px solid rgba(196, 30, 30, 0.15);
    border-left: 4px solid var(--gold);
    border-radius: var(--radius-lg);
    max-width: 900px;
    margin: 0 auto;
}

.callout-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: var(--gold);
    border-radius: 50%;
    color: #FFFFFF;
}

.callout-icon svg {
    stroke: #FFFFFF;
}

.callout-content {
    flex: 1;
}

.callout-text {
    font-size: 1.05rem;
    font-weight: 500;
    color: var(--text-heading);
    line-height: 1.7;
    margin: 0;
}

@media(max-width:768px) {
    .potency-economics {
        padding: 60px 0
    }

    .potency-title {
        font-size: 1.8rem
    }

    .potency-table-wrap {
        margin-bottom: 32px
    }

    .potency-table th,
    .potency-table td {
        padding: 14px 12px;
        font-size: 0.82rem
    }

    .potency-callout {
        flex-direction: column;
        text-align: center;
        padding: 24px 20px;
        gap: 16px
    }

    .callout-icon {
        margin: 0 auto;
        width: 44px;
        height: 44px
    }

    .callout-text {
        font-size: 0.95rem
    }
}

@media(max-width:480px) {
    .potency-title {
        font-size: 1.5rem
    }

    .potency-table th {
        font-size: 0.65rem;
        padding: 12px 8px
    }

    .potency-table td {
        font-size: 0.78rem;
        padding: 12px 8px
    }

    .advantage-badge {
        padding: 4px 10px;
        font-size: 0.7rem
    }

    .brand-logo {
        width: 26px;
        height: 26px
    }

    .brand-logo svg {
        width: 12px;
        height: 12px
    }
}

/* ============================================
   CATEGORY SHOWCASE â€” Card Layout
   ============================================ */
.cat-showcase {
    padding: 60px 0 30px;
    background: var(--bg-body);
    position: relative;
    overflow: hidden;
}

.cat-showcase::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(196, 30, 30, 0.15) 50%, transparent 100%);
}

.cat-showcase-card {
    display: flex;
    border-radius: 24px;
    overflow: hidden;
    background: #111;
    max-width: 1440px;
    margin: 0 auto;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    border: 1px solid #E5E7EB;
    position: relative;
}

.cat-showcase-card::after {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 25px;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(196, 30, 30, 0.15), transparent 40%, transparent 60%, rgba(196, 30, 30, 0.1));
    opacity: 0;
    transition: opacity 0.5s ease;
}

.cat-showcase-card:hover::after {
    opacity: 1
}

/* Left â€” 40% Category Image */
.cat-showcase-left {
    flex: 0 0 40%;
    position: relative;
    display: flex;
    flex-direction: column;
    background: #111;
    overflow: hidden;
    min-height: 480px;
}

.cat-showcase-img {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.cat-showcase-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    filter: contrast(1.05) brightness(0.95);
}

.cat-showcase-card:hover .cat-showcase-img img {
    transform: scale(1.06);
    filter: contrast(1.1) brightness(0.9);
}

/* Dark gradient overlay */
.cat-showcase-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            transparent 30%,
            rgba(0, 0, 0, 0.15) 50%,
            rgba(0, 0, 0, 0.65) 75%,
            rgba(0, 0, 0, 0.88) 100%);
    z-index: 1;
    pointer-events: none;
}

/* Red accent line */
.cat-showcase-left::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--gold), #ff4444, var(--gold));
    z-index: 3;
}

.cat-showcase-info {
    position: absolute;
    bottom: 32px;
    left: 24px;
    right: 24px;
    padding: 28px 24px;
    z-index: 2;
    text-align: center;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    animation: catInfoPulse 3s ease-in-out infinite;
}

@keyframes catInfoPulse {

    0%,
    100% {
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(196, 30, 30, 0);
    }

    50% {
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), 0 0 30px 4px rgba(196, 30, 30, 0.3);
    }
}

.cat-showcase-title {
    font-size: 1.3rem;
    font-weight: 900;
    color: #fff;
    margin: 0;
    letter-spacing: 0.5px;
    line-height: 1.4;
    text-transform: uppercase;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.cat-showcase-title span {
    color: var(--gold);
    display: block;
    margin-top: 4px;
    text-shadow: 0 0 20px rgba(196, 30, 30, 0.4);
}

/* Right â€” 60% Products */
.cat-showcase-right {
    flex: 0 0 60%;
    padding: 24px 28px;
    display: flex;
    flex-direction: column;
}

.cat-showcase-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--border-light);
}

.cat-showcase-heading {
    font-size: 1rem;
    font-weight: 800;
    color: var(--text-heading);
    letter-spacing: -0.3px;
}

.cat-showcase-viewall {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.2s ease;
}

.cat-showcase-viewall:hover {
    color: var(--gold-dark);
    transform: translateX(3px);
}

/* 2x2 Grid */
.cat-showcase-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    flex: 1;
}

.cat-product-card {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    background: var(--bg-surface);
    border: 1px solid var(--border-light);
    transition: all 0.3s ease;
    text-decoration: none;
}

.cat-product-card:hover {
    border-color: rgba(196, 30, 30, 0.25);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35), 0 0 20px rgba(196, 30, 30, 0.08);
    transform: translateY(-4px);
}

.cat-product-img {
    position: relative;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background: linear-gradient(135deg, #F5F5F5 0%, #E8E8E8 100%);
}

.cat-product-img img {
    max-width: 100%;
    max-height: 210px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.cat-product-card:hover .cat-product-img img {
    transform: scale(1.06);
}

.cat-product-tag {
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background: var(--gold);
    padding: 3px 10px;
    border-radius: var(--radius-full);
}

.cat-product-info {
    padding: 10px 14px 14px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.cat-product-name {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--text-heading);
    line-height: 1.35;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

.cat-product-bottom-row {
    display: flex;
    flex-direction: column;
    /* Stacked for better fit */
    align-items: flex-start;
    gap: 12px;
    margin-top: auto;
}

.cat-product-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.cat-product-price {
    font-size: 0.85rem;
    font-weight: 800;
    color: var(--gold);
}

.cat-product-card:hover .mini-add-btn {
    transform: scale(1.1);
    background: var(--red);
}

/* Responsive */
@media(max-width:768px) {
    .cat-showcase-card {
        flex-direction: column
    }

    .cat-showcase-left {
        flex: none;
        min-height: 360px
    }

    .cat-showcase-right {
        flex: none
    }

    .cat-showcase-img {
        padding: 0
    }

    .cat-showcase-img img {
        max-height: none
    }

    .cat-showcase-info {
        padding: 16px 24px 20px
    }
}

@media(max-width:480px) {
    .cat-showcase {
        padding: 32px 0
    }

    .cat-showcase-grid {
        gap: 10px
    }

    .cat-product-img {
        height: 110px;
        padding: 8px
    }

    .cat-product-img img {
        max-height: 85px
    }

    .cat-product-name {
        font-size: 0.7rem
    }

    .cat-product-info {
        padding: 8px 10px 10px
    }
}

/* ============================================
   PERFORMANCE BANNER â€” 1216x450
   ============================================ */
.perf-banner {
    padding: 30px 0 60px;
    background: var(--bg-body);
    position: relative;
}

.perf-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(196, 30, 30, 0.2) 50%, transparent 100%);
}

.perf-banner-card {
    display: flex;
    max-width: 1440px;
    min-height: 450px;
    margin: 0 auto;
    border-radius: 24px;
    overflow: hidden;
    background: #111;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    border: 1px solid #E5E7EB;
    position: relative;
}

.perf-banner-card::after {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 25px;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(196, 30, 30, 0.15), transparent 40%, transparent 60%, rgba(196, 30, 30, 0.1));
    opacity: 0;
    transition: opacity 0.5s ease;
}

.perf-banner-card:hover::after {
    opacity: 1
}

.perf-banner-img {
    flex: 0 0 40%;
}

.perf-banner-products {
    flex: 0 0 60%;
}

/* Left: Image Section */
.perf-banner-img {
    flex: 0 0 40%;
    position: relative;
    background: #0a0a0a;
    overflow: hidden;
    min-height: 480px;
}

.perf-banner-text {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    padding: 48px 40px;
    text-align: left;
    z-index: 2;
    animation: perfTextFloat 4s ease-in-out infinite;
}

@keyframes perfTextFloat {

    0%,
    100% {
        transform: translateY(-50%) translateX(0);
    }

    50% {
        transform: translateY(-50%) translateX(4px);
    }
}

.perf-banner-photo {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.perf-banner-photo::after {
    display: none;
}

.perf-banner-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.6s ease, filter 0.6s ease;
}

.perf-banner-card:hover .perf-banner-photo img {
    transform: scale(1.08);
    filter: brightness(0.85);
}

.perf-badge {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(135deg, var(--gold) 0%, #ff4444 100%);
    padding: 8px 20px;
    border-radius: var(--radius-full);
    margin-bottom: 20px;
    box-shadow: 0 4px 16px rgba(196, 30, 30, 0.4);
}

.perf-title {
    font-size: 2.4rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.7), 0 0 40px rgba(15, 15, 15, 0.1);
    animation: perfTitleGlow 3s ease-in-out infinite;
}

@keyframes perfTitleGlow {

    0%,
    100% {
        text-shadow: 0 4px 24px rgba(0, 0, 0, 0.7), 0 0 40px rgba(15, 15, 15, 0.1);
    }

    50% {
        text-shadow: 0 4px 24px rgba(0, 0, 0, 0.7), 0 0 60px rgba(15, 15, 15, 0.2), 0 0 80px rgba(196, 30, 30, 0.15);
    }
}

.perf-title span {
    color: var(--gold);
    display: block;
    margin-top: 8px;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.7), 0 0 40px rgba(196, 30, 30, 0.5);
    animation: perfSpanPulse 2.5s ease-in-out infinite;
}

@keyframes perfSpanPulse {

    0%,
    100% {
        text-shadow: 0 4px 24px rgba(0, 0, 0, 0.7), 0 0 40px rgba(196, 30, 30, 0.5);
    }

    50% {
        text-shadow: 0 4px 24px rgba(0, 0, 0, 0.7), 0 0 60px rgba(196, 30, 30, 0.7), 0 0 80px rgba(196, 30, 30, 0.4);
    }
}

/* Right: Products Section */
.perf-banner-products {
    flex: 0 0 60%;
    padding: 24px 28px;
    display: flex;
    flex-direction: column;
    background: var(--bg-body);
}

.perf-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--border-light);
}

.perf-heading {
    font-size: 1rem;
    font-weight: 800;
    color: var(--text-heading);
    letter-spacing: -0.3px;
}

.perf-viewall {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.2s ease;
}

.perf-viewall:hover {
    color: #ff4444;
    transform: translateX(3px);
}

/* 2x2 Products Grid */
.perf-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    flex: 1;
}

.perf-product-card {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    background: var(--bg-surface);
    border: 1px solid var(--border-light);
    transition: all 0.3s ease;
    text-decoration: none;
}

.perf-product-card:hover {
    border-color: rgba(196, 30, 30, 0.25);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35), 0 0 20px rgba(196, 30, 30, 0.08);
    transform: translateY(-5px);
}

.perf-product-img {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background: linear-gradient(135deg, #F5F5F5 0%, #E8E8E8 100%);
}

.perf-product-img img {
    max-width: 100%;
    max-height: 210px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.perf-product-card:hover .perf-product-img img {
    transform: scale(1.06);
}

.perf-product-info {
    padding: 10px 14px 14px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.perf-product-name {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--text-heading);
    line-height: 1.35;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

.perf-product-price {
    font-size: 0.85rem;
    font-weight: 800;
    color: var(--gold);
}

/* Responsive */
@media(max-width:1024px) {
    .perf-banner-card {
        flex-direction: column;
        min-height: auto
    }

    .perf-banner-img {
        min-height: 300px
    }

    .perf-banner-products {
        flex: none
    }
}

@media(max-width:768px) {
    .perf-banner {
        padding: 24px 0
    }

    .perf-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px
    }

    .perf-product-img {
        height: 140px;
        padding: 12px
    }

    .perf-product-img img {
        max-height: 100px
    }

    .perf-title {
        font-size: 1.6rem
    }
}

@media(max-width:480px) {
    .perf-banner-products {
        padding: 20px
    }

    .perf-grid {
        gap: 8px
    }

    .perf-product-img {
        height: 100px;
        padding: 8px
    }

    .perf-product-img img {
        max-height: 70px
    }

    .perf-product-name {
        font-size: 0.65rem
    }

    .perf-product-info {
        padding: 10px 12px 14px
    }
}

/* ============================================
   ONNIT-STYLE PRODUCT SHOWCASE
   ============================================ */
.onnit-products {
    padding: 100px 0 80px;
    background: var(--bg-body);
    overflow: hidden;
    position: relative;
}

.onnit-products::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(184, 134, 11, 0.12), transparent);
}

.onnit-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 32px;
}

.onnit-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 56px;
}

.onnit-heading {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 900;
    line-height: 1.1;
    color: var(--text-heading);
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.onnit-heading sup {
    font-size: 0.4em;
    vertical-align: super;
    color: var(--gold);
}

.onnit-nav {
    display: flex;
    gap: 12px;
}

.onnit-nav-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: 2px solid var(--border);
    color: var(--text-heading);
    padding: 10px 22px;
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: var(--radius-full);
}

.onnit-nav-btn:hover {
    border-color: var(--gold);
    color: var(--gold);
    background: var(--gold-glow);
}

.onnit-track-wrapper {
    overflow: hidden;
    margin: 0 -10px;
}

.onnit-track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 0 10px;
}

.onnit-card {
    min-width: calc((100% - 80px) / 5);
    max-width: calc((100% - 80px) / 5);
    background: var(--bg-card);
    border-radius: var(--radius-xl);
    overflow: hidden;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
    flex-shrink: 0;
    border: 1px solid #E5E7EB;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.onnit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15), 0 8px 20px rgba(196, 30, 30, 0.08);
    border-color: var(--gold);
}

.onnit-card-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    color: #fff;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: var(--radius-full);
    z-index: 2;
    box-shadow: 0 3px 12px rgba(196, 30, 30, 0.35);
}

.onnit-card-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 260px;
    background: linear-gradient(135deg, #F5F5F5 0%, #E8E8E8 100%);
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.onnit-card-image::after {
    content: '';
    display: none;
}

.onnit-emoji {
    font-size: 5rem;
    filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.08));
    transition: transform 0.4s ease;
}

.onnit-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 16px;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    z-index: 1;
}

.onnit-card:hover .onnit-card-image img {
    transform: scale(1.1);
}

.onnit-card:hover .onnit-emoji {
    transform: scale(1.12) rotate(-3deg);
}

.onnit-card-info {
    padding: 20px 22px 24px;
}

.onnit-card-name {
    font-size: 0.82rem;
    font-weight: 800;
    color: var(--text-heading);
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 6px;
    line-height: 1.35;
    min-height: 2.7em;
}

.onnit-card-cat {
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--gold);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.onnit-card-desc {
    font-size: 0.78rem;
    color: var(--text-muted);
    line-height: 1.65;
    margin-bottom: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.onnit-card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 16px;
    border-top: 1px solid var(--border-light);
}

.onnit-card-price {
    font-size: 1.2rem;
    font-weight: 900;
    color: var(--text-heading);
    letter-spacing: -0.02em;
    flex-shrink: 0;
}

.onnit-add-to-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(196, 30, 30, 0.9) 0%, rgba(160, 24, 24, 0.9) 100%);
    color: #fff;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 10px 14px;
    border-radius: var(--radius-full);
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.onnit-add-to-cart::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(15, 15, 15, 0.15), transparent);
    transition: left 0.4s ease;
}

.onnit-add-to-cart:hover::before {
    left: 100%
}

.onnit-add-to-cart:hover {
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(196, 30, 30, 0.3);
}

.onnit-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.onnit-shop-btn {
    display: inline-block;
    background: transparent;
    color: var(--text-heading);
    border: 2px solid var(--text-heading);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 14px 40px;
    border-radius: var(--radius-full);
    text-decoration: none;
    transition: all 0.3s ease;
}

.onnit-shop-btn:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: #fff;
}

.onnit-dots {
    display: flex;
    gap: 8px;
}

.onnit-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    cursor: pointer;
    transition: all 0.3s ease;
}

.onnit-dot.active {
    background: var(--gold);
    transform: scale(1.2);
}

/* Responsive â€” Onnit Products */
@media(max-width:1200px) {
    .onnit-card {
        min-width: calc((100% - 60px) / 4);
        max-width: calc((100% - 60px) / 4);
    }
}

@media(max-width:1024px) {
    .onnit-card {
        min-width: calc((100% - 40px) / 3);
        max-width: calc((100% - 40px) / 3);
    }

    .onnit-heading {
        font-size: clamp(1.6rem, 3.5vw, 2.4rem)
    }
}

@media(max-width:768px) {
    .onnit-products {
        padding: 60px 0 40px
    }

    .onnit-container {
        padding: 0 20px
    }

    .onnit-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 30px
    }

    .onnit-card {
        min-width: calc((100% - 20px) / 2);
        max-width: calc((100% - 20px) / 2);
    }

    .onnit-card-image {
        height: 200px
    }

    .onnit-emoji {
        font-size: 3.8rem
    }

    .onnit-footer {
        flex-direction: column;
        gap: 24px;
        align-items: center
    }
}

@media(max-width:480px) {
    .onnit-card {
        min-width: calc(100% - 20px);
        max-width: calc(100% - 20px);
    }

    .onnit-card-image {
        height: 200px
    }

    .onnit-emoji {
        font-size: 4rem
    }

    .onnit-heading {
        font-size: 1.6rem
    }
}

/* ============================================
   SIMPLE PROMO STRIP
   ============================================ */
.promo-strip-simple {
    padding: 16px 0;
    background: linear-gradient(135deg, rgba(196, 30, 30, 0.04) 0%, var(--bg-surface) 50%, rgba(196, 30, 30, 0.04) 100%);
    border-top: 1px solid #E5E7EB;
    border-bottom: 1px solid #E5E7EB;
    position: relative;
    overflow: hidden;
}

.promo-strip-simple::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(196, 30, 30, 0.03) 50%, transparent 100%);
    animation: promoShimmer 4s ease-in-out infinite;
}

@keyframes promoShimmer {

    0%,
    100% {
        opacity: 0.5
    }

    50% {
        opacity: 1
    }
}

.promo-strip-simple p {
    text-align: center;
    color: var(--text-body);
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    margin: 0;
    position: relative;
}

.promo-highlight {
    color: var(--gold);
    font-weight: 700;
    text-shadow: 0 0 12px rgba(196, 30, 30, 0.2);
}

@media(max-width:768px) {
    .promo-strip-simple p {
        font-size: 0.75rem
    }
}

/* ============================================
   LIFESTYLE BANNER â€” Ghost Style
   ============================================ */
.lifestyle-banner {
    position: relative;
    width: 100%;
    min-height: 85vh;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    background: #141414;
}

.lifestyle-banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    z-index: 1;
}

.lifestyle-banner.no-img {
    background: linear-gradient(135deg, #111111 0%, #0D0D0D 40%, #141414 100%);
}

.lifestyle-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(180deg,
            transparent 0%,
            transparent 30%,
            rgba(15, 15, 15, 0.2) 50%,
            rgba(15, 15, 15, 0.65) 75%,
            rgba(15, 15, 15, 0.9) 100%);
}

.lifestyle-content {
    position: relative;
    z-index: 3;
    padding: 60px 60px 80px;
    max-width: 800px;
}

.lifestyle-tagline {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 20px;
}

.lifestyle-heading {
    font-size: clamp(3.5rem, 8vw, 7rem);
    font-weight: 900;
    color: var(--text-heading);
    line-height: 0.92;
    letter-spacing: -2px;
    margin-bottom: 36px;
    text-transform: uppercase;
}

.lifestyle-btn {
    display: inline-block;
    padding: 16px 48px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--text-heading);
    background: transparent;
    border: 2px solid var(--text-heading);
    text-decoration: none;
    transition: all 0.3s ease;
}

.lifestyle-btn:hover {
    background: var(--text-heading);
    color: #fff;
}

/* Responsive â€” Lifestyle Banner */
@media(max-width:1024px) {
    .lifestyle-banner {
        min-height: 70vh
    }

    .lifestyle-content {
        padding: 40px 40px 60px
    }
}

@media(max-width:768px) {
    .lifestyle-banner {
        min-height: 60vh
    }

    .lifestyle-content {
        padding: 30px 24px 50px
    }

    .lifestyle-heading {
        letter-spacing: -1px
    }

    .lifestyle-tagline {
        font-size: 0.65rem;
        letter-spacing: 2px
    }
}

@media(max-width:480px) {
    .lifestyle-banner {
        min-height: 55vh
    }

    .lifestyle-content {
        padding: 24px 20px 40px
    }

    .lifestyle-heading {
        letter-spacing: -0.5px
    }

    .lifestyle-btn {
        padding: 14px 36px;
        font-size: 0.72rem
    }
}

/* ============================================
   OFFER PRODUCTS SHOWCASE
   ============================================ */
.offer-products-section {
    background: #F7F7F8;
    padding: 80px 0;
}

.offer-products-header {
    text-align: center;
    margin-bottom: 48px;
}

.offer-badge-main {
    display: inline-block;
    background: var(--accent);
    color: #fff;
    padding: 10px 24px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
    animation: pulse-glow 2s ease-in-out infinite;
}

.offer-products-title {
    font-size: 2.8rem;
    font-weight: 900;
    color: var(--text-heading);
    line-height: 1.2;
    margin-bottom: 12px;
}

.offer-products-title .highlight-red {
    color: var(--accent);
}

.offer-products-desc {
    font-size: 1.1rem;
    color: var(--text-body);
    max-width: 600px;
    margin: 0 auto;
}

.offer-products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 48px;
}

.offer-product-card {
    position: relative;
    background: var(--bg-card);
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.offer-product-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.offer-product-card.featured {
    border: 3px solid var(--accent);
    transform: scale(1.02);
}

.offer-product-card.featured:hover {
    transform: scale(1.02) translateY(-12px);
}

.offer-product-ribbon {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--accent);
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1px;
    z-index: 5;
    box-shadow: 0 4px 12px rgba(196, 30, 30, 0.3);
}

.offer-product-ribbon.hot {
    background: linear-gradient(135deg, #ff6b00 0%, #ff0000 100%);
    animation: pulse-glow 1.5s ease-in-out infinite;
}

.offer-product-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.offer-product-card:hover img {
    transform: scale(1.08);
}

.offer-product-info {
    padding: 24px;
    text-align: center;
    background: var(--bg-card);
}

.offer-product-info h3 {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--text-heading);
    margin-bottom: 6px;
}

.offer-product-info p {
    font-size: 0.9rem;
    color: var(--text-body);
    margin-bottom: 16px;
}

.offer-product-price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.offer-product-price .old-price {
    font-size: 1rem;
    color: #999;
    text-decoration: line-through;
}

.offer-product-price .new-price {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--accent);
}

.offer-products-footer {
    text-align: center;
}

.offer-features-row {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.offer-features-row span {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-heading);
}

.offer-cta-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.offer-shop-btn {
    display: inline-block;
    background: var(--accent);
    color: #fff;
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 6px 24px rgba(196, 30, 30, 0.35);
}

.offer-shop-btn:hover {
    background: #a01818;
    transform: translateY(-3px);
    box-shadow: 0 10px 35px rgba(196, 30, 30, 0.45);
}

.offer-code-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #F7F7F8;
    padding: 14px 24px;
    border-radius: 12px;
    border: 2px dashed var(--accent);
}

.offer-code-box span {
    font-size: 0.9rem;
    color: var(--text-body);
}

.offer-code-box strong {
    font-size: 1.1rem;
    color: var(--accent);
    letter-spacing: 2px;
}

.offer-timer-note {
    font-size: 0.95rem;
    color: var(--text-body);
    font-weight: 500;
}

@media(max-width:992px) {
    .offer-products-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .offer-product-card.featured {
        transform: none
    }
}

@media(max-width:600px) {
    .offer-products-section {
        padding: 50px 0
    }

    .offer-products-title {
        font-size: 2rem
    }

    .offer-products-grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .offer-product-card img {
        height: 280px
    }

    .offer-features-row {
        gap: 16px
    }

    .offer-cta-group {
        flex-direction: column
    }
}

/* ============================================
   OFFER BANNER (Legacy)
   ============================================ */
.offer-banner-section {
    position: relative;
    overflow: hidden;
}

.offer-banner-inner {
    position: relative;
    min-height: 280px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.offer-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(15, 15, 15, 0.92) 0%, rgba(15, 15, 15, 0.8) 50%, rgba(15, 15, 15, 0.6) 100%);
}

.offer-banner-content {
    position: relative;
    z-index: 2;
    max-width: 720px;
    padding: 36px 60px;
}

.offer-badge {
    display: inline-block;
    background: var(--accent);
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
    animation: pulse-glow 2s ease-in-out infinite;
}

@keyframes pulse-glow {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(200, 30, 30, 0.4)
    }

    50% {
        box-shadow: 0 0 20px 6px rgba(200, 30, 30, 0.2)
    }
}

.offer-heading {
    font-size: 2.2rem;
    font-weight: 900;
    color: var(--text-heading);
    line-height: 1.15;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.offer-highlight {
    color: var(--accent);
    text-shadow: 0 0 30px rgba(200, 30, 30, 0.3);
}

.offer-desc {
    color: var(--text-body);
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 20px;
}

.offer-features {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.offer-features span {
    color: var(--text-heading);
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.offer-cta-row {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.offer-btn-primary {
    display: inline-block;
    background: var(--accent);
    color: #fff;
    padding: 16px 40px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(200, 30, 30, 0.3);
}

.offer-btn-primary:hover {
    background: #a51c1c;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(200, 30, 30, 0.4);
}

.offer-code {
    color: var(--text-muted);
    font-size: 0.95rem;
    padding: 10px 20px;
    border: 1px dashed var(--border);
    border-radius: 6px;
}

.offer-code strong {
    color: var(--gold);
    font-size: 1.1rem;
}

.offer-timer-text {
    color: var(--text-muted);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

@media(max-width:768px) {
    .offer-banner-content {
        padding: 28px 20px
    }

    .offer-heading {
        font-size: 2rem
    }

    .offer-features {
        gap: 12px
    }

    .offer-cta-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }

    .offer-banner-inner {
        min-height: 240px
    }
}

/* ============================================
   ALL PRODUCTS â€” 4x2 Grid
   ============================================ */
.all-products-section {
    padding: 50px 0;
    background: #F7F7F8;
    position: relative;
    overflow: hidden;
}

.all-products-section::after {
    content: '';
    position: absolute;
    bottom: 10%;
    left: -8%;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(196, 30, 30, 0.04) 0%, transparent 60%);
    pointer-events: none;
    animation: floatOrb 12s ease-in-out infinite;
}

.all-products-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(196, 30, 30, 0.25), transparent);
}

.section-header-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 30px;
}

.section-header-row .section-badge {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 8px;
}

.section-header-row .section-title {
    font-size: 2.2rem;
    font-weight: 900;
    color: var(--text-heading);
    letter-spacing: -0.5px;
    line-height: 1.1;
}

.view-all-link {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--gold);
    text-decoration: none;
    letter-spacing: 0.5px;
    white-space: nowrap;
    padding: 10px 24px;
    border: 1.5px solid var(--gold);
    border-radius: var(--radius-full);
    transition: var(--transition);
}

.view-all-link:hover {
    background: var(--gold);
    color: #fff;
    box-shadow: var(--shadow-gold);
}

.products-grid-8 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.cat-product-card {
    background: var(--bg-card);
    border-radius: var(--radius-lg);
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: var(--transition-slow);
}

.cat-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border-color: rgba(184, 134, 11, 0.15);
}

.cat-product-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    font-size: 0.52rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: var(--radius-full);
    z-index: 2;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.cat-product-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 240px;
    background: linear-gradient(135deg, #F5F5F5 0%, #E8E8E8 100%);
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.cat-product-image::after {
    content: '';
    display: none;
}

.cat-product-emoji {
    font-size: 2.8rem;
    filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.05));
    transition: transform 0.3s ease;
}

.cat-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 16px;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}

.cat-product-card:hover .cat-product-image img {
    transform: scale(1.05);
}

.cat-product-card:hover .cat-product-emoji {
    transform: scale(1.08) translateY(-2px);
}

.cat-product-info {
    padding: 14px 14px 16px;
}

.cat-product-name {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--text-heading);
    line-height: 1.25;
    margin-bottom: 6px;
    letter-spacing: -0.01em;
}

.cat-product-desc {
    font-size: 0.7rem;
    color: var(--text-muted);
    line-height: 1.5;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cat-product-features {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 12px;
}

.cat-product-features span {
    padding: 2px 8px;
    background: var(--bg-surface);
    border: 1px solid var(--border-light);
    font-size: 0.56rem;
    color: var(--text-muted);
    font-weight: 600;
    border-radius: var(--radius-full);
    letter-spacing: 0.2px;
}

.cat-product-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding-top: 12px;
    border-top: 1px solid var(--border-light);
}

.cat-product-price {
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--text-heading);
}

.cat-product-btn {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--gold);
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: var(--transition);
    padding: 6px 12px;
    border: 1.5px solid var(--gold);
    border-radius: var(--radius-full);
}

.cat-product-btn:hover {
    background: var(--gold);
    color: #fff;
    box-shadow: var(--shadow-gold);
}

/* Responsive â€” All Products */
@media(max-width:1024px) {
    .products-grid-8 {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width:768px) {
    .all-products-section {
        padding: 50px 0
    }

    .products-grid-8 {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px
    }

    .section-header-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px
    }

    .section-header-row .section-title {
        font-size: 1.5rem
    }

    .cat-product-image {
        height: 120px
    }

    .cat-product-emoji {
        font-size: 2.2rem
    }
}

@media(max-width:480px) {
    .products-grid-8 {
        grid-template-columns: 1fr 1fr;
        gap: 10px
    }

    .cat-product-image {
        height: 100px
    }

    .cat-product-emoji {
        font-size: 2rem
    }

    .cat-product-info {
        padding: 10px 10px 12px
    }

    .cat-product-name {
        font-size: 0.72rem
    }

    .cat-product-features {
        display: none
    }

    .cat-product-btn {
        padding: 5px 10px;
        font-size: 0.6rem
    }

    .cat-product-price {
        font-size: 0.85rem
    }
}

/* ============================================
   FOOTER CTA â€” Premium Light
   ============================================ */
.footer-cta {
    padding: 120px 0;
    background: #f7f7f7;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.footer-cta-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    opacity: 0.12;
}

.footer-cta-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(180deg,
            rgba(247, 247, 247, 0.75) 0%,
            rgba(247, 247, 247, 0.6) 50%,
            rgba(247, 247, 247, 0.75) 100%);
}

.footer-cta h2 {
    font-size: 2.2rem;
    margin-bottom: 12px;
    position: relative;
    letter-spacing: -0.5px;
    color: #1a1a1a;
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    -webkit-text-fill-color: #1a1a1a;
    font-weight: 900;
}

.footer-cta h2 span {
    color: #C41E3A !important;
    -webkit-text-fill-color: #C41E3A !important
}

.footer-cta p {
    color: #444;
    margin-bottom: 24px;
    font-size: 0.9rem;
    position: relative
}

.footer-cta-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    position: relative
}

/* ============================================
   SITE FOOTER â€” Modern Dark
   ============================================ */
.site-footer {
    background: linear-gradient(180deg, #1c1c1c 0%, #151515 100%);
    padding: 72px 0 36px;
    position: relative;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(184, 134, 11, 0.1), transparent);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 56px;
}

.footer-brand .footer-logo-wrap {
    display: inline-block;
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin-bottom: 20px;
    box-shadow: none;
}

.footer-brand .logo-img,
.footer-brand .footer-logo-img {
    height: 45px;
    width: auto;
    max-width: 222px;
    object-fit: contain;
    margin-bottom: 0;
    image-rendering: -webkit-optimize-contrast;
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.45));
}

.footer-brand .logo-text {
    font-size: 1.3rem;
    font-weight: 900;
    color: var(--text-heading);
    margin-bottom: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.footer-brand .logo-text span {
    color: transparent;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.footer-brand p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.85rem;
    margin-bottom: 20px;
    line-height: 1.7
}

.footer-social {
    display: flex;
    gap: 8px
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: var(--radius);
    color: rgba(255, 255, 255, 0.82);
    background: rgba(255, 255, 255, 0.08);
    transition: var(--transition);
}

.footer-social a:hover {
    color: var(--gold);
    background: rgba(184, 134, 11, 0.18)
}

.footer-col h4 {
    font-size: 0.72rem;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.footer-col ul li {
    margin-bottom: 10px
}

.footer-col a {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.85rem;
    transition: var(--transition)
}

.footer-col a:hover {
    color: var(--gold)
}

.footer-bottom {
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.78rem
}

.footer-disclaimer {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: 20px
}

.footer-disclaimer p {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.56);
    line-height: 1.8;
    text-align: center
}

/* ============================================
   INNER HERO â€” Full Bleed Image Hero
   ============================================ */
.inner-hero {
    position: relative;
    min-height: 65vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    background: #141414;
}

.inner-hero-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.inner-hero.no-img {
    background: linear-gradient(135deg, #111111 0%, #0D0D0D 40%, #141414 100%);
}

.inner-hero--about.no-img {
    background: linear-gradient(135deg, #0D1117 0%, #111418 50%, #0F1015 100%)
}

.inner-hero--book.no-img {
    background: linear-gradient(135deg, #15120D 0%, #181510 50%, #131313 100%)
}

.inner-hero--research.no-img {
    background: linear-gradient(135deg, #0D1117 0%, #101418 50%, #131313 100%)
}

.inner-hero--contact.no-img {
    background: linear-gradient(135deg, #0D150D 0%, #101710 50%, #050505 100%)
}

.inner-hero--contact::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(196, 30, 30, 0.15) 0%, transparent 70%);
    z-index: 1;
    transform: translate(-50%, -50%);
    filter: blur(80px);
    pointer-events: none;
}

.inner-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(180deg,
            rgba(15, 15, 15, 0.3) 0%,
            rgba(15, 15, 15, 0.5) 40%,
            rgba(15, 15, 15, 0.85) 100%);
}

.inner-hero-content {
    position: relative;
    z-index: 3;
    padding: 0 0 60px;
}

.inner-hero-content .container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.inner-hero .section-badge {
    color: var(--text-muted);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 18px;
    padding: 6px 16px;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: var(--radius-full);
    backdrop-filter: blur(8px);
}

.inner-hero h1 {
    font-size: clamp(2.8rem, 6vw, 4.5rem);
    font-weight: 900;
    color: var(--text-heading);
    letter-spacing: -1.5px;
    line-height: 1;
    margin-bottom: 20px;
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    -webkit-text-fill-color: var(--text-heading);
}

.inner-hero .subtitle {
    font-size: 1rem;
    color: var(--text-body);
    max-width: 580px;
    margin: 0 auto;
    line-height: 1.75;
}

.inner-hero-offer {
    position: relative;
    z-index: 3;
    background: rgba(15, 15, 15, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding: 14px 0;
    text-align: center;
}

.inner-hero-offer p {
    font-size: 0.75rem;
    color: #ffffff;
    letter-spacing: 0.5px;
    margin: 0;
}

.inner-hero-offer strong {
    color: var(--gold-light);
    letter-spacing: 1.5px;
}

/* About Page â€” Real Image */
.about-img-real {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--radius-xl);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08);
    aspect-ratio: 4/5;
}

/* Book Cover â€” Real Image */
.book-cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--radius-xl);
}

/* Responsive â€” Inner Hero */
@media(max-width:1024px) {
    .inner-hero {
        min-height: 55vh
    }
}

@media(max-width:768px) {
    .inner-hero {
        min-height: 50vh
    }

    .inner-hero-content {
        padding: 0 0 40px
    }

    .inner-hero h1 {
        letter-spacing: -1px
    }

    .inner-hero-offer p {
        font-size: 0.68rem
    }
}

@media(max-width:480px) {
    .inner-hero {
        min-height: 45vh
    }

    .inner-hero-content {
        padding: 0 0 30px
    }

    .inner-hero-offer {
        padding: 10px 0
    }

    .inner-hero-offer p {
        font-size: 0.62rem
    }
}

/* ============================================
   PAGE HERO â€” Interior Pages Modern (legacy/supplements)
   ============================================ */
.page-hero {
    padding: 180px 0 80px;
    background: linear-gradient(180deg, #F0F0F1 0%, var(--bg-body) 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-hero::before {
    content: '';
    position: absolute;
    top: -20%;
    left: 50%;
    width: 1000px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(184, 134, 11, 0.06) 0%, transparent 60%);
    transform: translateX(-50%);
    opacity: 0.8;
}

.page-hero h1 {
    font-size: 3.5rem;
    margin-bottom: 16px;
    letter-spacing: -1px;
    position: relative;
    color: var(--text-heading);
    font-weight: 900;
    background: linear-gradient(180deg, var(--text-heading) 0%, var(--gray-700) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.page-hero .subtitle {
    font-size: 0.95rem;
    color: var(--text-muted);
    max-width: 580px;
    margin: 0 auto;
    line-height: 1.75;
    position: relative;
}

.page-hero .section-badge {
    margin-bottom: 18px;
    position: relative
}

/* ============================================
   SUPPLEMENT CATEGORIES (legacy)
   ============================================ */
.supplement-category {
    margin-bottom: 48px
}

.supplement-category-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border-light);
}

.supplement-category-header h2 {
    font-size: 1.3rem;
    color: var(--text-heading);
    letter-spacing: -0.3px;
    text-transform: none
}

.supplement-category-header .cat-icon {
    font-size: 1.5rem
}

.supplement-category-header .cat-count {
    margin-left: auto;
    font-size: 0.7rem;
    color: var(--text-muted);
    font-weight: 600;
    background: var(--bg-surface);
    padding: 5px 14px;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-full);
    letter-spacing: 0.5px;
}

/* ============================================
   SUPPLEMENTS PAGE â€” Modern Filter + Grid
   ============================================ */

/* Category Filter Bar */
.cat-filter-bar {
    position: sticky;
    top: 72px;
    z-index: 90;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid #E5E7EB;
    padding: 0;
}

.cat-filter-scroll {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.cat-filter-scroll::-webkit-scrollbar {
    display: none
}

.cat-filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 20px;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--text-muted);
    background: var(--bg-surface);
    border: 1.5px solid var(--border-light);
    border-radius: var(--radius-full);
    cursor: pointer;
    transition: var(--transition);
    white-space: nowrap;
    font-family: inherit;
    letter-spacing: 0.3px;
}

.cat-filter-btn:hover {
    color: var(--text-heading);
    border-color: var(--border);
    background: var(--bg-card);
}

.cat-filter-btn.active {
    background: var(--text-heading);
    color: #fff;
    border-color: var(--text-heading);
}

.cat-filter-icon {
    font-size: 0.9rem
}

/* Products Section */
.supp-products-section {
    padding: 60px 0 100px;
    background: #FFFFFF;
}

.supp-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Product Card */
.supp-card {
    background: var(--bg-card);
    border-radius: var(--radius-xl);
    overflow: hidden;
    position: relative;
    border: 1px solid #E5E7EB;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.supp-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: rgba(196, 30, 30, 0.2);
}

.supp-card-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    color: #fff;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: var(--radius-full);
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.supp-card-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
    background: linear-gradient(135deg, #F5F5F5 0%, #E8E8E8 100%);
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.supp-card-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(to top, var(--bg-card), transparent);
}

.supp-card-emoji {
    font-size: 4rem;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.06));
    transition: transform 0.4s ease;
    position: relative;
    z-index: 1;
}

.supp-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
    transition: transform 0.4s ease;
    position: relative;
    z-index: 1;
}

.supp-card:hover .supp-card-image img {
    transform: scale(1.08);
}

.supp-card:hover .supp-card-emoji {
    transform: scale(1.1) translateY(-4px);
}

.supp-card-info {
    padding: 20px 22px 24px;
}

.supp-card-cat {
    font-size: 0.6rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
    display: block;
}

.supp-card-name {
    font-size: 0.88rem;
    font-weight: 800;
    color: var(--text-heading);
    line-height: 1.3;
    margin-bottom: 8px;
}

.supp-card-desc {
    font-size: 0.78rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.supp-card-features {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 16px;
}

.supp-card-features span {
    padding: 3px 10px;
    background: var(--bg-surface);
    border: 1px solid var(--border-light);
    font-size: 0.62rem;
    color: var(--text-muted);
    font-weight: 600;
    border-radius: var(--radius-full);
    letter-spacing: 0.3px;
}

.supp-card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 14px;
    border-top: 1px solid var(--border-light);
}

.supp-card-price {
    font-size: 1.15rem;
    font-weight: 900;
    color: var(--text-heading);
}

.supp-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.72rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.5px;
    padding: 10px 20px;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    border-radius: var(--radius-full);
    transition: var(--transition);
}

.supp-card-btn:hover {
    background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%);
    box-shadow: 0 4px 16px rgba(196, 30, 30, 0.3);
    transform: translateY(-1px);
}

/* Reviews on Supplements Page */
.supp-reviews-section {
    padding: 80px 0;
    background: var(--bg-body);
}

/* Responsive â€” Supplements Page */
@media(max-width:1024px) {
    .supp-products-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width:768px) {
    .supp-products-section {
        padding: 40px 0 60px
    }

    .supp-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px
    }

    .cat-filter-bar {
        top: 60px
    }

    .cat-filter-btn {
        padding: 8px 16px;
        font-size: 0.7rem
    }

    .supp-card-image {
        height: 180px
    }

    .supp-card-emoji {
        font-size: 3.2rem
    }
}

@media(max-width:480px) {
    .supp-products-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px
    }

    .supp-card-image {
        height: 160px
    }

    .supp-card-emoji {
        font-size: 2.8rem
    }

    .supp-card-info {
        padding: 14px 14px 18px
    }

    .supp-card-name {
        font-size: 0.78rem
    }

    .supp-card-features {
        display: none
    }

    .supp-card-btn {
        padding: 8px 14px;
        font-size: 0.65rem
    }
}

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes shimmer {
    0% {
        background-position: -200% center
    }

    100% {
        background-position: 200% center
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.95)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-8px)
    }
}

.reveal {
    opacity: 0;
    transform: translateY(30px);
    filter: blur(4px);
    transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), filter 0.7s cubic-bezier(0.4, 0, 0.2, 1)
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0)
}

.reveal-left {
    opacity: 0;
    transform: translateX(-40px);
    filter: blur(3px);
    transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), filter 0.7s cubic-bezier(0.4, 0, 0.2, 1)
}

.reveal-left.visible {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0)
}

.reveal-right {
    opacity: 0;
    transform: translateX(40px);
    filter: blur(3px);
    transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), filter 0.7s cubic-bezier(0.4, 0, 0.2, 1)
}

.reveal-right.visible {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0)
}

.reveal-scale {
    opacity: 0;
    transform: scale(0.92);
    filter: blur(3px);
    transition: opacity 0.7s ease, transform 0.7s ease, filter 0.7s ease
}

.reveal-scale.visible {
    opacity: 1;
    transform: scale(1);
    filter: blur(0)
}

.stagger-children .reveal:nth-child(1) {
    transition-delay: 0.05s
}

.stagger-children .reveal:nth-child(2) {
    transition-delay: 0.12s
}

.stagger-children .reveal:nth-child(3) {
    transition-delay: 0.19s
}

.stagger-children .reveal:nth-child(4) {
    transition-delay: 0.26s
}

.stagger-children .reveal:nth-child(5) {
    transition-delay: 0.33s
}

.stagger-children .reveal:nth-child(6) {
    transition-delay: 0.4s
}

.stagger-children .reveal:nth-child(7) {
    transition-delay: 0.47s
}

.stagger-children .reveal:nth-child(8) {
    transition-delay: 0.54s
}

/* ============================================
   SCROLL TO TOP BUTTON
   ============================================ */
.scroll-to-top {
    position: fixed;
    bottom: 32px;
    right: 32px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(184, 134, 11, 0.35);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 999;
}

.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-to-top:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(184, 134, 11, 0.5);
    filter: brightness(1.1);
}

.scroll-to-top:active {
    transform: translateY(-1px)
}

/* ============================================
   ENHANCED MICRO-INTERACTIONS
   ============================================ */
/* Smooth section separators */
.onnit-products::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(184, 134, 11, 0.12), transparent);
}

.all-products-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(184, 134, 11, 0.12), transparent);
}

/* Subtle gold glow on hover for section badges */
.section-badge {
    transition: var(--transition)
}

.section-badge:hover {
    background: linear-gradient(135deg, rgba(184, 134, 11, 0.14) 0%, rgba(184, 134, 11, 0.08) 100%);
    box-shadow: 0 0 20px rgba(184, 134, 11, 0.1);
}

/* Enhanced testimonial card glow */
.testimonial-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold));
    border-radius: var(--radius-xl) var(--radius-xl) 0 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.testimonial-card:hover::after {
    opacity: 1
}

/* Stat card gold underline on hover */
.stat-card::after {
    content: '';
    position: absolute;
    bottom: 24px;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), var(--gold-light));
    border-radius: 2px;
    transform: translateX(-50%);
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.stat-card:hover::after {
    width: 40px
}

/* Newsletter subscribe button pulse hint */
.newsletter-form button:hover {
    animation: subtlePulse 1.5s ease infinite;
}

@keyframes subtlePulse {

    0%,
    100% {
        box-shadow: 0 0 24px rgba(184, 134, 11, 0.3)
    }

    50% {
        box-shadow: 0 0 36px rgba(184, 134, 11, 0.5)
    }
}

/* Footer CTA reveal effect */
.footer-cta h2 {
    animation: none;
}

.footer-cta:hover .footer-cta-img {
    transform: scale(1.03);
    transition: transform 8s ease;
}

/* Lifestyle banner parallax-like slow zoom */
.lifestyle-banner:hover .lifestyle-banner-img {
    transform: scale(1.04);
    transition: transform 6s ease;
}

/* Product grid cards - subtle lift on entire row hover */
.products-grid-8 {
    transition: var(--transition);
}

/* Hero content entrance animation */
.hero-fb-tagline {
    animation: fadeInUp 0.8s ease 0.2s both
}

.hero-fb-title {
    animation: fadeInUp 0.8s ease 0.4s both
}

.hero-fb-desc {
    animation: fadeInUp 0.8s ease 0.6s both
}

.hero-fb-badges {
    animation: fadeInUp 0.8s ease 0.8s both
}

.hero-buttons {
    animation: fadeInUp 0.8s ease 1s both
}

.hero-offer-strip {
    animation: fadeInUp 0.6s ease 1.2s both
}

/* ============================================
   RESPONSIVE â€” Updated
   ============================================ */
@media(max-width:1024px) {
    .section-title {
        font-size: 2.4rem
    }

    .about-grid,
    .book-grid {
        grid-template-columns: 1fr;
        gap: 48px
    }

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .contact-cards-row {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px
    }

    .contact-card-item {
        padding: 32px 24px
    }

    .contact-info-card {
        padding: 32px
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .science-stats {
        grid-template-columns: repeat(2, 1fr)
    }

    .products-grid-5 {
        grid-template-columns: repeat(3, 1fr)
    }

    .products-grid-4 {
        grid-template-columns: repeat(2, 1fr)
    }

    .hero-fb-title {
        font-size: 3.2rem
    }

    .offers-grid {
        grid-template-columns: 1fr
    }

    .new-arrivals-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .trust-items {
        flex-wrap: wrap;
        gap: 0
    }

    .trust-item {
        border-right: none;
        border-bottom: 1px solid var(--border-light);
        flex: 1 1 auto
    }

    .trust-item:last-child {
        border-bottom: none
    }
}

@media(max-width:768px) {
    .announcement-bar {
        font-size: 0.65rem;
        padding: 8px 0
    }

    .site-header.has-announcement {
        top: 34px
    }

    .logo-img {
        height: 42px;
        max-width: 200px
    }

    .site-header.scrolled .logo-img {
        height: 38px
    }

    .header-inner {
        height: 68px;
        gap: 16px
    }

    .site-header.scrolled .header-inner {
        height: 60px
    }

    .main-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: calc(100vh - 68px);
        height: calc(100dvh - 68px);
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(20px);
        padding: 20px;
        overflow-y: auto;
        z-index: 999;
    }

    .main-nav.active {
        display: block
    }

    .main-nav ul {
        flex-direction: column;
        gap: 4px
    }

    .main-nav a {
        display: block;
        padding: 14px 16px;
        font-size: 0.88rem;
        border-radius: var(--radius);
        color: var(--text-heading);
    }

    .main-nav a:hover {
        background: var(--gray-50)
    }

    .mobile-toggle {
        display: flex
    }

    .btn-shop-now {
        padding: 8px 16px;
        font-size: 0.6rem;
        letter-spacing: 1px
    }

    .header-search-toggle {
        width: 34px;
        height: 34px
    }

    .header-search-toggle svg {
        width: 16px;
        height: 16px
    }

    .header-actions {
        gap: 8px
    }

    .hero-banner {
        min-height: auto;
        display: flex;
        flex-direction: column
    }

    .hero-png-figure {
        position: relative;
        right: auto;
        top: auto;
        bottom: auto;
        width: 100%;
        height: auto;
        order: 1;
        margin-bottom: 0;
        padding-top: 68px;
    }

    .hero-png-figure img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: contain
    }

    .hero-png-figure::before {
        display: none
    }

    .hero-banner-content {
        min-height: auto;
        padding: 0 20px 12px;
        display: flex;
        flex-direction: column;
        order: 2;
    }

    .hero-cert-badges {
        position: relative;
        bottom: auto;
        left: auto;
        justify-content: center;
        margin: 0 20px 10px;
        width: auto;
        order: 3;
    }

    .hero-slider-dots {
        bottom: 20px;
        left: 5%
    }

    .hero-fb-title {
        font-size: 2.6rem;
        text-align: center;
        margin-bottom: 12px
    }

    .hero-fb-content {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
        text-align: center
    }

    .hero-fb-content::before {
        display: none
    }

    .hero-subtitle {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px
    }

    .hero-fb-desc {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 16px
    }

    .hero-buttons {
        justify-content: center;
        margin-bottom: 12px
    }

    .hero-trust {
        gap: 8px;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 6px;
        border-top: none
    }

    .trust-badge {
        font-size: 0.7rem
    }

    .hero-accent-line {
        display: none
    }

    .hero-particles {
        display: none
    }

    .particle.p3,
    .particle.p5,
    .particle.p6 {
        display: none
    }

    .section-title {
        font-size: 2rem
    }

    .section {
        padding: 72px 0
    }

    .trust-bar {
        margin-top: -20px
    }

    .trust-items {
        flex-direction: column;
        align-items: center;
        gap: 0;
        padding: 16px;
        border-radius: var(--radius-lg);
    }

    .trust-item {
        padding: 10px 16px;
        border-right: none;
        border-bottom: 1px solid var(--border-light);
        width: 100%;
        justify-content: center
    }

    .trust-item:last-child {
        border-bottom: none
    }

    .problem-solution {
        grid-template-columns: 1fr
    }

    .ps-card {
        padding: 32px
    }

    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px
    }

    .products-grid-5 {
        grid-template-columns: repeat(2, 1fr)
    }

    .products-grid-4 {
        grid-template-columns: repeat(2, 1fr)
    }

    .testimonials-grid {
        grid-template-columns: 1fr
    }

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .contact-cards-row {
        grid-template-columns: 1fr;
        gap: 12px
    }

    .contact-card-item {
        padding: 28px 20px
    }

    .contact-info-card {
        padding: 24px 20px
    }

    .form-row-double {
        grid-template-columns: 1fr
    }

    .btn-contact-send {
        align-self: center;
        width: 100%;
        justify-content: center
    }

    .contact-form-wrap h2::after,
    .contact-info-wrap h2::after {
        left: 50%;
        transform: translateX(-50%)
    }

    .contact-form-wrap h2,
    .contact-info-wrap h2 {
        text-align: center;
        font-size: 1.4rem
    }

    .credentials-list {
        grid-template-columns: 1fr
    }

    .book-highlights {
        grid-template-columns: 1fr
    }

    .footer-grid {
        grid-template-columns: 1fr
    }

    .page-hero h1 {
        font-size: 2.4rem
    }

    .page-hero {
        padding: 140px 0 52px
    }

    .book-grid {
        grid-template-columns: 1fr
    }

    .book-cover-placeholder {
        max-width: 280px;
        margin: 0 auto
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center
    }

    .footer-cta h2 {
        font-size: 2rem
    }

    .footer-cta {
        padding: 72px 0
    }

    .footer-cta-buttons {
        flex-direction: column;
        align-items: center
    }

    .citation-card {
        flex-direction: column;
        gap: 8px
    }

    .header-social {
        display: none
    }

    .container-wide {
        padding: 0 20px
    }

    .newsletter-form {
        flex-direction: column;
        border-radius: var(--radius-lg)
    }

    .newsletter-form input[type="email"] {
        border-radius: var(--radius-lg) var(--radius-lg) 0 0
    }

    .newsletter-form button {
        border-radius: 0 0 var(--radius-lg) var(--radius-lg)
    }

    .newsletter-section h2 {
        font-size: 2rem
    }

    .trending-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px
    }

    .trending-header h2 {
        font-size: 1.8rem
    }

    .stat-card .stat-value {
        font-size: 1.8rem
    }

    .offers-grid {
        grid-template-columns: 1fr
    }

    .new-arrivals-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px
    }

    .arrival-card-image {
        height: 180px
    }

    /* Mobile transparent header fix */
    .header-transparent .main-nav {
        background: rgba(255, 255, 255, 0.98)
    }

    .header-transparent .main-nav a {
        color: var(--text-heading)
    }
}

@media(max-width:480px) {
    .logo-img {
        height: 36px;
        max-width: 180px
    }

    .site-header.scrolled .logo-img {
        height: 32px
    }

    .header-inner {
        height: 60px
    }

    .site-header.scrolled .header-inner {
        height: 54px
    }

    .btn-shop-now {
        padding: 8px 16px;
        font-size: 0.6rem
    }

    .hero-banner {
        min-height: auto;
        display: flex;
        flex-direction: column
    }

    .hero-png-figure {
        position: relative;
        right: auto;
        top: auto;
        bottom: auto;
        width: 100%;
        height: auto;
        order: 1;
        margin-bottom: 0;
        padding-top: 60px;
    }

    .hero-banner-content {
        min-height: auto;
        padding: 0 16px 8px;
        display: flex;
        flex-direction: column;
        order: 2;
    }

    .hero-png-figure img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: contain
    }

    .hero-png-figure::before {
        display: none
    }

    .hero-particles {
        display: none
    }

    .hero-accent-line {
        display: none
    }

    .hero-slider-dots {
        bottom: 16px;
        left: 16px
    }

    .hero-fb-content {
        padding-left: 16px;
        padding-right: 16px;
        max-width: 100%;
        text-align: center;
    }

    .hero-fb-content::before {
        display: none
    }

    .hero-fb-title {
        font-size: 2.2rem;
        margin-bottom: 10px
    }

    .hero-fb-desc {
        font-size: 0.9rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 12px
    }

    .hero-subtitle {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 8px
    }

    .btn-hero-primary {
        width: 100%;
        text-align: center;
        justify-content: center;
        padding: 14px 24px
    }

    .btn-hero-secondary {
        width: 100%;
        text-align: center;
        justify-content: center;
        padding: 14px 24px
    }

    .hero-buttons {
        flex-direction: column;
        width: 100%;
        align-items: center;
        margin-bottom: 10px
    }

    .hero-trust {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
        padding-top: 4px;
        border-top: none
    }

    .trust-badge {
        font-size: 0.65rem;
        padding: 6px 12px
    }

    .hero-cert-badges {
        position: relative;
        bottom: auto;
        left: auto;
        justify-content: center;
        margin: 0 16px 8px;
        width: auto;
        order: 3;
    }

    .strip-inner p {
        font-size: 0.7rem
    }

    .container {
        padding: 0 16px
    }

    .container-wide {
        padding: 0 16px
    }

    .product-card-image {
        height: 180px
    }

    .ps-card {
        padding: 24px
    }

    .section-title {
        font-size: 1.6rem
    }

    .products-grid,
    .products-grid-5,
    .products-grid-4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px
    }

    .products-grid-8 {
        grid-template-columns: 1fr 1fr;
        gap: 10px
    }

    .supp-products-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px
    }

    .page-hero h1 {
        font-size: 1.8rem
    }

    .footer-cta h2 {
        font-size: 1.5rem
    }

    .science-stats {
        grid-template-columns: 1fr 1fr
    }

    .new-arrivals-grid {
        grid-template-columns: 1fr;
        gap: 12px
    }

    .arrival-card-image {
        height: 160px
    }

    .offer-card {
        padding: 36px 28px;
        min-height: 220px
    }

    .offer-card h3 {
        font-size: 1.5rem
    }

    .trust-bar {
        margin-top: -16px
    }

    .newsletter-section {
        padding: 64px 0
    }

    .newsletter-section h2 {
        font-size: 1.6rem
    }

    .stat-card {
        padding: 20px 12px
    }

    .stat-card .stat-value {
        font-size: 1.5rem
    }

    .stat-card .stat-label {
        font-size: 0.55rem;
        letter-spacing: 1px
    }

    .testimonial-card {
        padding: 28px
    }

    .scroll-to-top {
        bottom: 20px;
        right: 20px;
        width: 42px;
        height: 42px
    }
}

/* ============================================
   WHY CHOOSE US â€” Trust Section
   ============================================ */
.why-choose-section {
    padding: 100px 0;
    background: #FFFFFF;
    position: relative;
}

.why-choose-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 56px;
}

.why-choose-subtitle {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.75;
    margin-top: 16px;
}

.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.why-choose-card {
    text-align: center;
    padding: 48px 28px 40px;
    background: var(--bg-card);
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: var(--radius-xl);
    transition: var(--transition-slow);
    position: relative;
}

.why-choose-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-xl);
    border-color: rgba(184, 134, 11, 0.12);
}

.why-choose-icon {
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(184, 134, 11, 0.08) 0%, rgba(184, 134, 11, 0.03) 100%);
    border-radius: var(--radius-lg);
    margin-bottom: 24px;
    color: var(--gold);
    transition: var(--transition);
}

.why-choose-card:hover .why-choose-icon {
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    color: #fff;
    transform: scale(1.1);
}

.why-choose-card h3 {
    font-size: 1rem;
    font-weight: 800;
    color: var(--text-heading);
    margin-bottom: 12px;
    letter-spacing: -0.2px;
}

.why-choose-card p {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.7;
}

.section-center-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 48px;
}

.testimonials-cta {
    text-align: center;
    margin-top: 48px;
}

.home-testimonials .testimonials-grid {
    max-width: 1200px;
    margin: 0 auto;
}

/* ============================================
   HOME REVIEWS SECTION â€” Premium Design
   ============================================ */
.home-reviews {
    padding: 80px 0;
    background: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.home-reviews::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(196, 30, 30, 0.15) 50%, transparent 100%);
}

.home-reviews::after {
    content: '';
    position: absolute;
    top: 20%;
    right: -10%;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(196, 30, 30, 0.03) 0%, transparent 60%);
    pointer-events: none;
}

.reviews-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.reviews-header-left .section-badge {
    display: inline-block;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 10px;
}

.reviews-header-left .section-title {
    font-size: 2rem;
    font-weight: 900;
    color: var(--text-heading);
    line-height: 1.15;
    letter-spacing: -0.5px;
}

.reviews-rating-summary {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #FFFFFF;
    padding: 16px 24px;
    border-radius: var(--radius-lg);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #E5E7EB;
}

.rating-big {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--text-heading);
    line-height: 1;
    text-shadow: 0 0 24px rgba(196, 30, 30, 0.2);
}

.rating-details {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.rating-stars-big {
    color: #F59E0B;
    font-size: 1rem;
    letter-spacing: 1px;
}

.rating-details span {
    font-size: 0.72rem;
    color: var(--text-muted);
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.review-card {
    background: #FFFFFF;
    border-radius: var(--radius-lg);
    padding: 22px;
    border: 1px solid #E5E7EB;
    position: relative;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.review-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1), 0 0 20px rgba(196, 30, 30, 0.05);
    border-color: rgba(196, 30, 30, 0.2);
    transform: translateY(-4px);
    background: #FFFFFF;
}

.review-card.featured {
    border-color: rgba(196, 30, 30, 0.25);
    box-shadow: 0 4px 20px rgba(196, 30, 30, 0.08);
    background: linear-gradient(135deg, #FFF5F5 0%, #FFFFFF 100%);
}

.review-badge-featured {
    position: absolute;
    top: -10px;
    right: 16px;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    color: #fff;
    font-size: 0.58rem;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: var(--radius-full);
    letter-spacing: 0.5px;
    box-shadow: 0 2px 12px rgba(196, 30, 30, 0.3);
}

.review-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.review-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), #D4A537);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
}

.review-meta {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.review-name {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--text-heading);
}

.review-badge.verified {
    font-size: 0.62rem;
    color: #059669;
    font-weight: 600;
}

.review-stars {
    color: #F59E0B;
    font-size: 0.9rem;
    letter-spacing: 1px;
    flex-shrink: 0;
}

.review-title {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--text-heading);
    margin-bottom: 10px;
}

.review-text {
    font-size: 0.82rem;
    color: var(--text-body);
    line-height: 1.65;
    margin-bottom: 14px;
}

.review-product {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    background: var(--bg-surface);
    border-radius: var(--radius-md);
    margin-bottom: 12px;
}

.review-product img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    border-radius: 6px;
    background: var(--bg-card);
}

.review-product span {
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--text-muted);
}

.review-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 12px;
    border-top: 1px solid var(--border-light);
}

.review-date {
    font-size: 0.68rem;
    color: var(--text-muted);
}

.review-helpful {
    font-size: 0.68rem;
    color: var(--text-muted);
}

.reviews-cta {
    text-align: center;
}

.reviews-trust-badges {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-body);
    background: var(--bg-card);
    padding: 10px 18px;
    border-radius: var(--radius-full);
    border: 1px solid var(--border-light);
}

.trust-icon {
    font-size: 0.9rem;
}

.reviews-cta .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
    padding: 14px 32px;
    border-radius: var(--radius-full);
    text-decoration: none;
    transition: var(--transition);
    box-shadow: 0 4px 16px rgba(196, 30, 30, 0.25);
}

.reviews-cta .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(196, 30, 30, 0.35);
    filter: brightness(1.1);
}

/* Reviews Section â€” Responsive */
@media(max-width:1024px) {
    .reviews-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:768px) {
    .home-reviews {
        padding: 60px 0
    }

    .reviews-header {
        flex-direction: column;
        align-items: flex-start;
        text-align: left
    }

    .reviews-header-left .section-title {
        font-size: 1.6rem
    }

    .reviews-grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .review-card {
        padding: 18px
    }

    .reviews-trust-badges {
        flex-direction: column;
        gap: 10px
    }
}

@media(max-width:480px) {
    .reviews-header-left .section-title {
        font-size: 1.4rem
    }

    .rating-big {
        font-size: 2rem
    }

    .review-avatar {
        width: 36px;
        height: 36px;
        font-size: 0.65rem
    }

    .review-title {
        font-size: 0.82rem
    }

    .review-text {
        font-size: 0.78rem
    }
}

.section-gray {
    background: var(--bg-surface);
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.section-gray::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(196, 30, 30, 0.2) 50%, transparent 100%);
}

.section-gray::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(196, 30, 30, 0.04) 0%, transparent 60%);
    pointer-events: none;
}

.home-stats .science-stats {
    max-width: 1000px;
    margin: 0 auto;
}

/* ============================================
   FAQ PAGE
   ============================================ */
.inner-hero--faq.no-img {
    background: linear-gradient(135deg, #15130D 0%, #181610 50%, #131313 100%)
}

.inner-hero--shipping.no-img {
    background: linear-gradient(135deg, #0D1515 0%, #101818 50%, #131313 100%)
}

.inner-hero--testimonials.no-img {
    background: linear-gradient(135deg, #130D13 0%, #161016 50%, #131313 100%)
}

.faq-section {
    padding: 80px 0 100px;
}

.faq-category {
    margin-bottom: 48px;
}

.faq-category:last-child {
    margin-bottom: 0
}

.faq-category-title {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--text-heading);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border-light);
}

.faq-category-icon {
    font-size: 1.3rem
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.faq-item {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: var(--transition);
}

.faq-item:hover {
    border-color: rgba(184, 134, 11, 0.15)
}

.faq-item.active {
    border-color: rgba(184, 134, 11, 0.2);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 24px;
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--text-heading);
    text-align: left;
    gap: 16px;
}

.faq-question:hover {
    color: var(--gold)
}

.faq-chevron {
    flex-shrink: 0;
    color: var(--text-muted);
    transition: transform 0.3s ease;
}

.faq-item.active .faq-chevron {
    transform: rotate(180deg);
    color: var(--gold);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), padding 0.35s ease;
    padding: 0 24px;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    padding: 0 24px 24px;
}

.faq-answer p {
    font-size: 0.88rem;
    color: var(--text-body);
    line-height: 1.8;
}

.faq-answer a {
    color: var(--gold);
    font-weight: 600;
    text-decoration: underline;
}

/* ============================================
   TESTIMONIALS PAGE
   ============================================ */
.review-stats-bar {
    padding: 40px 0;
    background: var(--bg-surface);
    border-bottom: 1px solid var(--border-light);
}

.review-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center;
}

.review-stat-value {
    display: block;
    font-size: 2rem;
    font-weight: 900;
    color: var(--text-heading);
    letter-spacing: -0.5px;
    margin-bottom: 4px;
}

.review-stat-label {
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.testimonials-page-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.testimonials-page-section {
    padding: 80px 0 100px;
}

.testimonial-meta {
    margin-bottom: 16px
}

.testimonial-product {
    display: inline-block;
    padding: 4px 12px;
    background: var(--gold-glow);
    color: var(--gold-dark);
    font-size: 0.68rem;
    font-weight: 700;
    border-radius: var(--radius-full);
    letter-spacing: 0.5px;
}

.testimonials-cta-section {
    padding: 80px 0;
    background: linear-gradient(180deg, var(--bg-surface) 0%, var(--bg-body) 100%);
}

.testimonials-cta-box {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 60px 40px;
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
}

.testimonials-cta-box h2 {
    font-size: 1.8rem;
    font-weight: 900;
    color: var(--text-heading);
    letter-spacing: -0.5px;
    margin-bottom: 12px;
}

.testimonials-cta-box p {
    color: var(--text-muted);
    font-size: 0.92rem;
    margin-bottom: 28px;
}

.testimonials-cta-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-outline {
    display: inline-block;
    padding: 14px 36px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--text-heading);
    background: transparent;
    border: 2px solid var(--border);
    border-radius: var(--radius-full);
    text-decoration: none;
    transition: var(--transition);
}

.btn-outline:hover {
    border-color: var(--gold);
    color: var(--gold);
    background: var(--gold-glow);
}

/* ============================================
   SHIPPING & RETURNS PAGE
   ============================================ */
.policy-section {
    padding: 80px 0 100px;
}

.policy-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}

.policy-block {
    background: var(--bg-card);
    padding: 40px;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-xl);
}

.policy-icon {
    font-size: 2rem;
    margin-bottom: 16px;
}

.policy-block h2 {
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--text-heading);
    margin-bottom: 24px;
    letter-spacing: -0.3px;
}

.policy-block h3 {
    font-size: 1rem;
    font-weight: 800;
    color: var(--text-heading);
    margin: 24px 0 10px;
    letter-spacing: 0;
}

.policy-block h3:first-of-type {
    margin-top: 0
}

.policy-block p {
    font-size: 0.88rem;
    color: var(--text-body);
    line-height: 1.8;
}

.policy-block a {
    color: var(--gold);
    font-weight: 600;
}

.policy-table-wrap {
    overflow-x: auto;
    margin: 12px 0 20px;
}

.policy-table {
    width: 100%;
    border-collapse: collapse;
}

.policy-table th,
.policy-table td {
    padding: 12px 16px;
    text-align: left;
    font-size: 0.82rem;
    border-bottom: 1px solid var(--border-light);
}

.policy-table th {
    font-weight: 700;
    color: var(--gold);
    font-size: 0.72rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.policy-table td {
    color: var(--text-body)
}

.policy-steps {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 20px 0;
}

.policy-step {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 20px;
    background: var(--bg-surface);
    border-radius: var(--radius);
    border: 1px solid var(--border-light);
}

.step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    color: #fff;
    font-weight: 800;
    font-size: 0.82rem;
    border-radius: 50%;
    flex-shrink: 0;
}

/* ============================================
   TRUSTED BY â€” Social Proof Logos Bar
   ============================================ */
.trusted-by-section {
    padding: 50px 0;
    background: #F7F7F8;
    border-top: 3px solid var(--gold);
    border-bottom: 1px solid #E5E7EB;
    position: relative;
    overflow: hidden;
}

.trusted-by-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, rgba(196, 30, 30, 0.04) 0%, transparent 70%);
    pointer-events: none;
}

.trusted-by-label {
    text-align: center;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--gold);
    margin-bottom: 28px;
    position: relative;
}

.trusted-by-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 56px;
    flex-wrap: wrap;
    position: relative;
}

.trusted-logo {
    opacity: 0.5;
    transition: all 0.4s ease;
    color: var(--text-heading);
    filter: brightness(1);
}

.trusted-logo:hover {
    opacity: 1;
    color: var(--gold);
    transform: scale(1.08);
}

/* ============================================
   SMOOTH SCROLL + GLOBAL POLISH
   ============================================ */
html {
    scroll-behavior: smooth;
}

::selection {
    background: var(--gold);
    color: #fff;
}

/* ============================================
   RESPONSIVE â€” Trusted By
   ============================================ */
@media(max-width:768px) {
    .trusted-by-logos {
        gap: 24px;
    }

    .trusted-logo svg {
        width: 80px;
        height: 24px;
    }
}

@media(max-width:480px) {
    .trusted-by-logos {
        gap: 16px;
    }

    .trusted-logo svg {
        width: 60px;
        height: 20px;
    }
}

.policy-step h4 {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--text-heading);
    margin-bottom: 4px;
}

.policy-step p {
    font-size: 0.82rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
}

.policy-contact-notice {
    text-align: center;
    margin-top: 48px;
    padding: 20px;
    background: var(--bg-surface);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
}

.policy-contact-notice p {
    font-size: 0.88rem;
    color: var(--text-body);
}

.policy-contact-notice a {
    color: var(--gold);
    font-weight: 700;
}

/* ============================================
   RESPONSIVE â€” New Sections
   ============================================ */
@media(max-width:1024px) {
    .why-choose-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .review-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px
    }

    .testimonials-page-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .policy-grid {
        grid-template-columns: 1fr
    }
}

@media(max-width:768px) {
    .why-choose-section {
        padding: 64px 0
    }

    .why-choose-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px
    }

    .why-choose-card {
        padding: 32px 20px 28px
    }

    .why-choose-card h3 {
        font-size: 0.92rem
    }

    .why-choose-card p {
        font-size: 0.8rem
    }

    .why-choose-icon {
        width: 52px;
        height: 52px
    }

    .why-choose-icon svg {
        width: 26px;
        height: 26px
    }

    .faq-question {
        padding: 16px 20px;
        font-size: 0.85rem
    }

    .faq-item.active .faq-answer {
        padding: 0 20px 20px
    }

    .review-stats-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .review-stat-value {
        font-size: 1.5rem
    }

    .testimonials-page-grid {
        grid-template-columns: 1fr
    }

    .policy-block {
        padding: 28px
    }

    .testimonials-cta-box {
        padding: 40px 24px
    }

    .testimonials-cta-box h2 {
        font-size: 1.4rem
    }
}

@media(max-width:480px) {
    .why-choose-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px
    }

    .why-choose-card {
        padding: 24px 16px 20px
    }

    .why-choose-icon {
        width: 44px;
        height: 44px;
        margin-bottom: 16px
    }

    .why-choose-icon svg {
        width: 22px;
        height: 22px
    }

    .why-choose-card h3 {
        font-size: 0.82rem
    }

    .why-choose-card p {
        font-size: 0.75rem
    }

    .review-stats-grid {
        grid-template-columns: 1fr 1fr
    }

    .review-stat-value {
        font-size: 1.3rem
    }

    .policy-block {
        padding: 20px
    }

    .policy-step {
        flex-direction: column;
        gap: 12px
    }
}

/* ============================================
   TYPOGRAPHY ENHANCEMENT â€” Letter Spacing & Weight
   ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: -0.02em;
}

.section-title {
    letter-spacing: -0.03em;
    font-weight: 900;
}

.section-badge {
    letter-spacing: 0.15em;
}

p,
.cat-product-desc,
.onnit-card-desc,
.testimonial-text {
    letter-spacing: 0.01em;
}

/* ============================================
   PRODUCT CARD â€” Consistent White BG + Sale Ribbon
   ============================================ */
.onnit-card-image,
.cat-product-image {
    background: linear-gradient(135deg, #F5F5F5 0%, #E8E8E8 100%) !important;
}

.onnit-card-image img,
.cat-product-image img {
    background: transparent;
}

/* Sale Ribbon */
.sale-ribbon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    overflow: hidden;
    width: 85px;
    height: 85px;
    pointer-events: none;
}

.sale-ribbon::before {
    content: 'SALE';
    position: absolute;
    top: 18px;
    right: -22px;
    width: 100px;
    padding: 5px 0;
    background: linear-gradient(135deg, #DC2626 0%, #B91C1C 100%);
    color: #fff;
    font-size: 0.6rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(45deg);
    box-shadow: 0 2px 8px rgba(220, 38, 38, 0.35);
}

/* Enhanced hover scale for product cards */
.onnit-card {
    will-change: transform, box-shadow;
}

.onnit-card:hover {
    transform: translateY(-10px) scale(1.02);
}

.cat-product-card {
    will-change: transform, box-shadow;
}

.cat-product-card:hover {
    transform: translateY(-6px) scale(1.02);
}

/* Consistent card shadow depth */
.onnit-card,
.cat-product-card {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.03);
}

.onnit-card:hover,
.cat-product-card:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.10), 0 8px 20px rgba(0, 0, 0, 0.06);
}

/* ============================================
   TOAST NOTIFICATION
   ============================================ */
.fb-toast {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%) translateY(120%);
    z-index: 10000;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: var(--gray-900);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    border-radius: var(--radius-full);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease;
    opacity: 0;
    white-space: nowrap;
}

.fb-toast--visible {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

.fb-toast--success .fb-toast-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background: var(--success);
    color: #fff;
    border-radius: 50%;
    font-size: 0.72rem;
    font-weight: 900;
}

.fb-toast--info .fb-toast-icon {
    color: var(--info);
    font-size: 1.1rem;
}

/* ============================================
   BUTTON LOADING SPINNER
   ============================================ */
.btn-spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-top-color: #fff;
    border-radius: 50%;
    animation: btnSpin 0.6s linear infinite;
}

@keyframes btnSpin {
    to {
        transform: rotate(360deg)
    }
}

.btn-loading {
    pointer-events: none;
    opacity: 0.85;
    min-width: 100px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

/* ============================================
   MOBILE STICKY CTA BAR
   ============================================ */
.mobile-sticky-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 12px 16px;
    border-top: 1px solid #E5E7EB;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.06);
    transform: translateY(100%);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.mobile-sticky-cta.visible {
    transform: translateY(0);
}

.mobile-sticky-cta-inner {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 480px;
    margin: 0 auto;
}

.mobile-sticky-cta .mobile-cta-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 20px;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    color: #fff;
    font-weight: 800;
    font-size: 0.75rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: var(--radius-full);
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(196, 30, 30, 0.3);
    transition: all 0.25s ease;
}

.mobile-sticky-cta .mobile-cta-btn:active {
    transform: scale(0.97);
}

.mobile-sticky-cta .mobile-cta-price {
    font-size: 0.85rem;
    font-weight: 800;
    color: var(--text-heading);
    white-space: nowrap;
}

@media(max-width:768px) {
    .mobile-sticky-cta {
        display: block;
    }

    /* Offset scroll-to-top and toast for mobile CTA bar */
    .scroll-to-top {
        bottom: 80px
    }

    .fb-toast {
        bottom: 84px
    }
}

/* ============================================
   LAZY-LOAD IMAGE FADE-IN
   ============================================ */
img[data-src] {
    opacity: 0;
    transition: opacity 0.4s ease;
}

img[data-src].loaded,
img.loaded {
    opacity: 1;
}

/* ============================================
   SUPPLEMENTS PAGE â€” Enhanced Hero
   ============================================ */
.supp-hero {
    position: relative;
    padding: 120px 0 40px;
    text-align: center;
    overflow: hidden;
    background: #F9FAFB;
}

.supp-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 30% 20%, rgba(196, 30, 30, 0.06) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 80%, rgba(196, 30, 30, 0.04) 0%, transparent 50%),
        linear-gradient(180deg, #F9FAFB 0%, #F0F0F0 100%);
}

.supp-hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.supp-hero-content {
    position: relative;
    z-index: 2;
}

.supp-hero-top-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.supp-hero-label {
    display: inline-flex;
    align-items: center;
    padding: 5px 14px;
    background: rgba(196, 30, 30, 0.08);
    border: 1px solid rgba(196, 30, 30, 0.2);
    border-radius: var(--radius-full);
    color: var(--gold);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.supp-hero-pills {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.supp-hero-pill {
    padding: 5px 14px;
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: var(--radius-full);
    color: var(--text-muted);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.supp-hero-title {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 900;
    color: var(--text-heading);
    letter-spacing: -1.5px;
    line-height: 1.1;
    margin-bottom: 12px;
    font-family: 'Montserrat', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.supp-hero-desc {
    font-size: 0.88rem;
    color: var(--text-muted);
    max-width: 480px;
    margin: 0 auto;
    line-height: 1.6;
    letter-spacing: 0.3px;
}

/* ============================================
   SUPPLEMENTS â€” Trust Bar
   ============================================ */
.supp-trust-bar {
    background: var(--bg-surface);
    border-bottom: 1px solid var(--border-light);
    padding: 16px 0;
}

.supp-trust-items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.supp-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-muted);
    font-size: 0.78rem;
    font-weight: 600;
    white-space: nowrap;
}

.supp-trust-item svg {
    color: var(--gold);
    flex-shrink: 0;
}

/* ============================================
   SUPPLEMENTS â€” Enhanced Filter Bar
   ============================================ */
.cat-filter-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.cat-filter-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    background: rgba(0, 0, 0, 0.06);
    border-radius: var(--radius-full);
    font-size: 0.6rem;
    font-weight: 800;
    color: var(--text-muted);
    padding: 0 6px;
}

.cat-filter-btn.active .cat-filter-count {
    background: rgba(15, 15, 15, 0.25);
    color: #fff;
}

.supp-result-count {
    font-size: 0.78rem;
    color: var(--text-muted);
    white-space: nowrap;
    flex-shrink: 0;
}

.supp-result-count strong {
    color: var(--text-heading);
}

/* ============================================
   SUPPLEMENTS â€” Enhanced Card Design
   ============================================ */
.supp-card {
    background: var(--bg-card);
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    border: 1px solid #E5E7EB;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.supp-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 8px 20px rgba(0, 0, 0, 0.06);
    border-color: rgba(196, 30, 30, 0.2);
}

.supp-card-sale-ribbon {
    position: absolute;
    top: 16px;
    right: -32px;
    background: linear-gradient(135deg, #DC2626 0%, #B91C1C 100%);
    color: #fff;
    font-size: 0.55rem;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 40px;
    transform: rotate(45deg);
    z-index: 5;
    box-shadow: 0 2px 8px rgba(220, 38, 38, 0.3);
}

.supp-card-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 240px;
    background: linear-gradient(135deg, #F5F5F5 0%, #E8E8E8 100%);
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.supp-card-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(to top, var(--bg-card), transparent);
    z-index: 2;
}

.supp-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 16px;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
}

.supp-card:hover .supp-card-image img {
    transform: scale(1.1);
}

.supp-card-info {
    padding: 20px 22px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.supp-card-cat-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.supp-card-cat {
    font-size: 0.58rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: inline-block;
    padding: 3px 10px;
    border: 1.5px solid;
    border-radius: var(--radius-full);
    line-height: 1.4;
}

.supp-card-rating {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--text-muted);
}

.supp-card-name {
    font-size: 0.92rem;
    font-weight: 800;
    color: var(--text-heading);
    line-height: 1.3;
    margin-bottom: 8px;
}

.supp-card-desc {
    font-size: 0.78rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

.supp-card-features {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 16px;
}

.supp-card-features span {
    padding: 4px 10px;
    background: var(--bg-surface);
    border: 1px solid var(--border-light);
    font-size: 0.62rem;
    color: var(--text-muted);
    font-weight: 600;
    border-radius: var(--radius-full);
    letter-spacing: 0.3px;
    transition: all 0.2s ease;
}

.supp-card:hover .supp-card-features span {
    border-color: var(--border);
}

.supp-card-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 16px;
    border-top: 1px solid var(--border-light);
    margin-top: auto;
}

.supp-card-price-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
}

.supp-card-price-old {
    font-size: 0.75rem;
    color: var(--text-light);
    text-decoration: line-through;
    font-weight: 600;
    line-height: 1;
}

.supp-card-price {
    font-size: 1.15rem;
    font-weight: 900;
    color: var(--text-heading);
    line-height: 1;
}

.supp-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.75rem;
    /* Slightly larger */
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.5px;
    padding: 10px 20px;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    border-radius: var(--radius-md);
    /* Modern feel */
    transition: all 0.3s ease;
    width: 100%;
    /* Full width for better UX */
    text-transform: uppercase;
}

.supp-card-btn svg {
    flex-shrink: 0;
}

.supp-card-btn:hover {
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    box-shadow: 0 4px 16px rgba(196, 30, 30, 0.3);
    transform: translateY(-1px);
}

.supp-card-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    color: #fff;
    font-size: 0.55rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: var(--radius-full);
    z-index: 4;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.supp-card-emoji {
    font-size: 4rem;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.06));
    transition: transform 0.4s ease;
    position: relative;
    z-index: 1;
}

.supp-card:hover .supp-card-emoji {
    transform: scale(1.12) translateY(-4px);
}

/* ============================================
   SUPPLEMENTS â€” Empty State
   ============================================ */
.supp-empty-state {
    text-align: center;
    padding: 80px 20px;
}

.supp-empty-icon {
    font-size: 3rem;
    margin-bottom: 16px;
}

.supp-empty-state h3 {
    font-size: 1.2rem;
    color: var(--text-heading);
    margin-bottom: 8px;
}

.supp-empty-state p {
    color: var(--text-muted);
    font-size: 0.85rem;
}

/* ============================================
   SUPPLEMENTS â€” Why Choose Us
   ============================================ */
.supp-why-section {
    padding: 80px 0;
    background: var(--bg-surface);
}

.supp-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.supp-why-card {
    text-align: center;
    padding: 32px 24px;
    background: var(--bg-card);
    border-radius: 16px;
    border: 1px solid var(--border-light);
    transition: all 0.3s ease;
}

.supp-why-card:hover {
    border-color: rgba(196, 30, 30, 0.15);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    transform: translateY(-4px);
}

.supp-why-icon {
    font-size: 2rem;
    margin-bottom: 14px;
}

.supp-why-card h4 {
    font-size: 0.88rem;
    font-weight: 800;
    color: var(--text-heading);
    margin-bottom: 8px;
}

.supp-why-card p {
    font-size: 0.78rem;
    color: var(--text-muted);
    line-height: 1.6;
}

/* FDA Disclaimer â€” Enhanced */
.supp-fda-section {
    padding: 40px 0;
    background: var(--bg-body);
}

.supp-fda-section .fda-disclaimer {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

/* ============================================
   SUPPLEMENTS PAGE â€” Responsive
   ============================================ */
@media(max-width:1024px) {
    .supp-products-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .supp-why-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .supp-hero-stats {
        gap: 32px
    }
}

@media(max-width:768px) {
    .supp-hero {
        padding: 110px 0 32px
    }

    .supp-hero-title {
        letter-spacing: -1px
    }

    .supp-products-section {
        padding: 40px 0 60px
    }

    .supp-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px
    }

    .cat-filter-bar {
        top: 60px
    }

    .cat-filter-btn {
        padding: 8px 14px;
        font-size: 0.7rem
    }

    .cat-filter-row {
        flex-direction: column;
        gap: 8px;
        align-items: stretch
    }

    .supp-result-count {
        text-align: center
    }

    .supp-card-image {
        height: 180px
    }

    .supp-card-emoji {
        font-size: 3.2rem
    }

    .supp-trust-items {
        gap: 16px
    }

    .supp-trust-item span {
        display: none
    }

    .supp-hero-stats {
        gap: 24px
    }

    .supp-hero-stat-num {
        font-size: 1.3rem
    }

    .supp-why-section {
        padding: 60px 0
    }
}

@media(max-width:480px) {
    .supp-hero {
        padding: 100px 0 28px
    }

    .supp-hero-title {
        font-size: 1.8rem
    }

    .supp-hero-pills {
        display: none
    }

    .supp-hero-desc {
        font-size: 0.85rem
    }

    .supp-products-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px
    }

    .supp-card-image {
        height: 160px
    }

    .supp-card-emoji {
        font-size: 2.8rem
    }

    .supp-card-info {
        padding: 14px 14px 18px
    }

    .supp-card-name {
        font-size: 0.78rem
    }

    .supp-card-features {
        display: none
    }

    .supp-card-btn {
        padding: 8px 14px;
        font-size: 0.62rem
    }

    .supp-card-btn svg {
        display: none
    }

    .supp-card-sale-ribbon {
        font-size: 0.5rem;
        padding: 4px 36px;
        top: 12px;
        right: -36px
    }

    .supp-card-price {
        font-size: 1rem
    }

    .supp-card-price-old {
        font-size: 0.72rem
    }

    .supp-why-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px
    }

    .supp-why-card {
        padding: 24px 16px
    }

    .supp-trust-items {
        justify-content: space-around
    }

    .supp-hero-stats {
        gap: 20px
    }

    .supp-hero-stat-num {
        font-size: 1.1rem
    }

    .supp-hero-stat-label {
        font-size: 0.6rem
    }
}

/* ============================================
   STAT COUNTER â€” Enhanced Animation Pulse
   ============================================ */
.stat-card .stat-value {
    transition: transform 0.3s ease;
}

.stat-card:hover .stat-value {
    transform: scale(1.08);
}

/* ============================================
   LEGAL PAGES â€” Privacy Policy & Terms
   ============================================ */
.legal-page {
    padding: 80px 0;
}

.legal-content {
    max-width: 800px;
    margin: 0 auto;
}

.legal-updated {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--gold);
    background: rgba(184, 134, 11, 0.08);
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 32px;
}

.legal-content h2 {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--text-heading);
    margin: 36px 0 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--border-light);
}

.legal-content h2:first-of-type {
    margin-top: 0;
}

.legal-content p {
    font-size: 0.92rem;
    color: var(--text-body);
    line-height: 1.8;
    margin-bottom: 16px;
}

.legal-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}

.legal-content ul li {
    position: relative;
    padding-left: 20px;
    font-size: 0.9rem;
    color: var(--text-body);
    line-height: 1.8;
    margin-bottom: 8px;
}

.legal-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gold);
}

.legal-content a {
    color: var(--gold);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
}

.legal-content a:hover {
    border-bottom-color: var(--gold);
}

/* Footer Legal Links */
.footer-legal-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.78rem;
    color: var(--text-muted);
    margin-top: 8px;
    flex-wrap: wrap;
}

.footer-legal-links a {
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.2s;
}

.footer-legal-links a:hover {
    color: var(--gold);
}

.footer-legal-links span {
    opacity: 0.4;
}

@media(max-width:768px) {
    .legal-content h2 {
        font-size: 1.05rem
    }

    .legal-content p,
    .legal-content ul li {
        font-size: 0.85rem
    }

    .footer-legal-links {
        flex-direction: column;
        gap: 4px
    }

    .footer-legal-links span:not(:last-child) {
        display: none
    }
}

/* ========================
   ABOUT PAGE â€” Inline & Impressive
   ======================== */
.inner-hero {
    position: relative;
    padding: 100px 0 50px;
    background: var(--bg-card);
    text-align: center;
    color: var(--text-heading);
    overflow: hidden;
}

.supp-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.supp-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.15;
    /* Subtle background */
}

.inner-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(250, 250, 250, 0) 0%, var(--bg-body) 100%);
    z-index: 1;
}

.inner-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.inner-hero h1 {
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.inner-hero .subtitle {
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--gold);
}

.inner-hero-offer {
    position: relative;
    z-index: 2;
    max-width: 600px;
    margin: 40px auto 0;
    background: rgba(15, 15, 15, 0.8);
    backdrop-filter: blur(10px);
    padding: 16px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-light);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.about-image-wrapper {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.about-img-real {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease;
}

.about-image-wrapper:hover .about-img-real {
    transform: scale(1.03);
}

.about-text h2 {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 20px;
    color: var(--text-heading);
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.about-text .about-quote {
    font-size: 1.1rem;
    color: var(--gold);
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.about-text p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--text-body);
    margin-bottom: 24px;
}

.credentials-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}

.credential-item {
    display: flex;
    align-items: center;
    gap: 16px;
    background: var(--bg-surface);
    padding: 20px;
    border-radius: var(--radius-md);
    border: 1px solid var(--border-light);
}

.credential-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
}

/* ========================
   ABOUT PAGE â€” EXTRA POLISH
   ======================== */
.about-signature {
    margin-top: 32px;
    font-family: 'Montserrat', sans-serif;
    /* Fallback to bold font if no script font */
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text-heading);
    border-top: 1px solid var(--border-light);
    display: inline-block;
    padding-top: 12px;
}

.about-signature span {
    display: block;
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--text-muted);
    margin-top: 4px;
}

.section-pattern {
    background-image: radial-gradient(var(--border-light) 1px, transparent 1px);
    background-size: 24px 24px;
}

.book-promo-card {
    background: var(--bg-card);
    padding: 40px;
    border-radius: var(--radius-xl);
    display: flex;
    align-items: center;
    gap: 48px;
    text-align: left;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.06);
    border: 1px solid var(--border-light);
    margin-top: 40px;
}

.book-cover-mock {
    width: 220px;
    flex-shrink: 0;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    transition: transform 0.4s ease;
}

.book-promo-card:hover .book-cover-mock {
    transform: rotate(-3deg) scale(1.05);
}

/* Simple About Style */
.inner-hero--premium {
    padding: 80px 0;
    background: var(--bg-surface);
    position: relative;
    text-align: center;
}

.inner-hero--premium h1 {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 12px;
}

.inner-hero--premium h1 span {
    color: var(--gold);
}

.hero-credentials-pills {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 24px;
}

.hero-credentials-pills span {
    font-size: 0.85rem;
    color: var(--text-muted);
    font-weight: 500;
}

.hero-credentials-pills span:not(:last-child)::after {
    content: "â€¢";
    margin-left: 12px;
}

.inner-hero--premium .inner-hero-bg {
    display: none;
}

.inner-hero--premium .inner-hero-overlay {
    display: none;
}

.inner-hero--premium .inner-hero-content-box {
    background: none;
    padding: 0;
    box-shadow: none;
    border: none;
    backdrop-filter: none;
}

/* ============================================
   MASTER RESPONSIVE OVERRIDES â€” Final
   ============================================ */
@media (max-width: 1100px) {
    .perf-banner-card {
        flex-direction: column;
        min-height: auto;
    }

    .perf-banner-img {
        flex: 0 0 350px;
        width: 100%;
    }

    .perf-banner-products {
        flex: 1;
        width: 100%;
        padding: 40px 24px;
    }

    .perf-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .cat-showcase-grid {
        grid-template-columns: 1fr;
    }

    .onnit-track {
        overflow-x: auto;
        padding-bottom: 20px;
        -webkit-overflow-scrolling: touch;
    }

    .onnit-card {
        min-width: 280px;
        max-width: 280px;
    }
}

@media (max-width: 480px) {
    .perf-grid {
        grid-template-columns: 1fr;
    }

    .hero-cert-badges {
        gap: 10px;
        padding: 8px 15px;
    }
}

/* Fix for truncation in product names */
.perf-product-name,
.onnit-card-name,
.cat-product-name {
    -webkit-line-clamp: unset !important;
    max-height: none !important;
    overflow: visible !important;
    display: block !important;
    margin-bottom: 15px !important;
}

/* Mobile Sticky CTA Visibility */
.mobile-sticky-cta {
    display: none !important;
}

/* ============================================
   ABOUT PAGE â€” Mobile Responsive Fixes
   ============================================ */

/* Inner Hero Simple (About page hero) */
.inner-hero--simple {
    min-height: auto !important;
    padding: 140px 0 60px;
    background: var(--bg-surface);
    display: block;
    overflow: hidden;
}

.inner-hero--simple .container {
    text-align: center;
}

.inner-hero--simple h1 {
    font-size: clamp(1.6rem, 5vw, 3.5rem);
    color: var(--text-heading);
    -webkit-text-fill-color: var(--text-heading);
    margin-bottom: 12px;
    word-break: break-word;
}

.inner-hero--simple .subtitle {
    color: var(--text-muted);
    font-size: 1rem;
    max-width: 500px;
    margin: 0 auto;
}

.inner-hero--simple .btn-amazon {
    display: inline-flex;
    max-width: 100%;
    white-space: normal;
    word-break: break-word;
}

.hero-line {
    width: 60px;
    height: 3px;
    background: var(--gold);
    border-radius: 3px;
    margin: 30px auto 0;
}

/* Book promo (desktop base styles â€” moved from inline) */
.book-promo-title {
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.book-promo-desc {
    font-size: 1.1rem;
    color: var(--text-body);
    margin-bottom: 24px;
    line-height: 1.7;
}

.book-promo-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

/* Philosophy section (desktop base â€” moved from inline) */
.philosophy-title {
    font-size: 2rem;
    margin-bottom: 30px;
}

.philosophy-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-body);
    margin-bottom: 40px;
}

/* Credentials section header */
.section-header.reveal {
    text-align: center;
    margin-bottom: 60px;
}

/* ---- 1024px ---- */
@media (max-width: 1024px) {
    .inner-hero--simple {
        padding: 120px 0 50px;
    }

    .book-promo-card {
        gap: 32px;
        padding: 32px;
    }

    .book-cover-mock {
        width: 180px;
    }

    .container {
        padding: 0 24px;
    }
}

/* ---- 768px ---- */
@media (max-width: 768px) {
    .inner-hero--simple {
        padding: 100px 0 32px;
    }

    .inner-hero--simple h1 {
        font-size: 1.8rem;
    }

    .inner-hero--simple .subtitle {
        font-size: 0.88rem;
    }

    .inner-hero--simple .btn-amazon {
        font-size: 0.72rem;
        padding: 10px 16px;
        white-space: normal;
        word-break: break-word;
        text-align: center;
        max-width: 280px;
        margin: 0 auto;
    }

    .hero-line {
        margin-top: 20px;
    }

    .container {
        padding: 0 20px;
    }

    /* About grid â€” stack vertically */
    .about-grid {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }

    .about-image {
        order: -1;
    }

    .about-image-wrapper {
        max-width: 70%;
        margin: 0 auto;
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    }

    .about-img-real {
        aspect-ratio: 3/4;
        object-fit: cover;
    }

    .about-text {
        text-align: center;
    }

    .about-text h2 {
        font-size: 1.7rem;
        text-align: center;
    }

    .about-text .about-quote {
        font-size: 0.85rem;
        text-align: center;
    }

    .about-text p {
        font-size: 0.92rem;
        line-height: 1.7;
    }

    .about-signature {
        display: block;
        text-align: center;
        font-size: 1.2rem;
    }

    /* Book promo â€” stack vertically */
    .book-promo-card {
        flex-direction: column !important;
        text-align: center;
        padding: 24px 20px;
        gap: 20px;
        align-items: center !important;
    }

    .book-cover-mock {
        width: 200px !important;
        margin: 0 auto;
        flex-shrink: 0;
    }

    .book-promo-info {
        width: 100%;
    }

    .book-promo-title {
        font-size: 1.5rem;
        margin-bottom: 14px;
    }

    .book-promo-desc {
        font-size: 0.92rem;
        margin-bottom: 18px;
    }

    .book-promo-buttons {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .book-promo-buttons .btn-amazon,
    .book-promo-buttons .btn-secondary {
        width: 100%;
        justify-content: center;
        text-align: center;
        font-size: 0.75rem;
        white-space: normal;
        word-break: break-word;
    }

    /* Credentials â€” single column */
    .credentials-list {
        grid-template-columns: 1fr !important;
        gap: 10px;
    }

    .credential-item {
        padding: 14px;
    }

    .section-header.reveal {
        margin-bottom: 32px;
    }

    /* Buttons â€” handle long text */
    .btn-amazon {
        font-size: 0.75rem;
        padding: 12px 18px;
        white-space: normal;
        text-align: center;
        word-break: break-word;
    }

    /* Section spacing tighter on mobile */
    .section-white,
    .section-gray {
        padding: 44px 0;
    }

    .section-header {
        margin-bottom: 28px;
    }

    .section-header h2.section-title {
        font-size: 1.6rem;
    }

    /* Philosophy section */
    .philosophy-title {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }

    .philosophy-text {
        font-size: 0.92rem;
        margin-bottom: 28px;
    }
}

/* ---- 480px ---- */
@media (max-width: 480px) {
    .inner-hero--simple {
        padding: 80px 0 28px;
    }

    .inner-hero--simple h1 {
        font-size: 1.4rem;
        letter-spacing: -0.5px;
    }

    .inner-hero--simple .subtitle {
        font-size: 0.78rem;
    }

    .inner-hero--simple .btn-amazon {
        display: block;
        width: 100%;
        font-size: 0.68rem;
        padding: 11px 14px;
    }

    .hero-line {
        margin-top: 20px;
    }

    .container {
        padding: 0 14px;
    }

    /* About section tighter */
    .about-grid {
        gap: 20px !important;
    }

    .about-image-wrapper {
        max-width: 80%;
        margin: 0 auto;
    }

    .about-text h2 {
        font-size: 1.35rem;
    }

    .about-text .about-quote {
        font-size: 0.78rem;
        letter-spacing: 0.3px;
    }

    .about-text p {
        font-size: 0.85rem;
        margin-bottom: 14px;
        line-height: 1.65;
    }

    .about-signature {
        font-size: 1rem;
        margin-top: 18px;
    }

    .about-signature span {
        font-size: 0.78rem;
    }

    /* Book promo */
    .book-promo-card {
        padding: 18px 14px;
        gap: 16px;
        margin-top: 16px;
        border-radius: var(--radius-lg);
    }

    .book-cover-mock {
        width: 160px !important;
    }

    .book-promo-title {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }

    .book-promo-desc {
        font-size: 0.84rem;
        margin-bottom: 14px;
    }

    .book-promo-buttons .btn-amazon,
    .book-promo-buttons .btn-secondary {
        font-size: 0.7rem;
        padding: 10px 12px;
    }

    /* Credentials */
    .credential-item {
        padding: 12px;
        gap: 10px;
    }

    .credential-icon {
        width: 34px;
        height: 34px;
        font-size: 1rem;
    }

    .section-header.reveal {
        margin-bottom: 24px;
    }

    /* Section spacing */
    .section-white,
    .section-gray {
        padding: 32px 0;
    }

    .section-header {
        margin-bottom: 20px;
    }

    .section-header h2.section-title {
        font-size: 1.3rem;
    }

    /* Philosophy */
    .philosophy-title {
        font-size: 1.2rem;
        margin-bottom: 16px;
    }

    .philosophy-text {
        font-size: 0.85rem;
        line-height: 1.7;
        margin-bottom: 24px;
    }
}

/* ============================================
   SITE-WIDE MOBILE RESPONSIVE â€” All Pages
   ============================================ */

/* ---- 600px â€” Intermediate (tablets / large phones) ---- */
@media (max-width: 600px) {

    /* Inner hero â€” reduce height for all page heroes */
    .inner-hero {
        min-height: 40vh !important;
    }

    .inner-hero h1 {
        font-size: 2rem;
    }

    .inner-hero .subtitle {
        font-size: 1rem;
    }

    .inner-hero-content {
        max-width: 100%;
        padding: 0 16px;
    }

    .inner-hero-offer {
        margin: 24px 16px 0;
        padding: 12px;
    }

    .inner-hero-offer p {
        font-size: 0.78rem;
    }

    /* Home hero â€” shorter */
    .hero-banner {
        min-height: auto !important;
    }

    .hero-fb-title {
        font-size: 2.4rem;
    }

    /* Why choose grid â€” 2 col still OK at 600 */
    .why-choose-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .why-choose-card {
        padding: 20px 16px;
    }

    /* Cat showcase â€” single column */
    .cat-showcase-grid {
        grid-template-columns: 1fr !important;
    }

    /* Review stats â€” 2 col */
    .review-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    /* Research page */
    .research-category {
        padding: 24px 20px;
    }

    /* Policy/Shipping page */
    .policy-grid {
        grid-template-columns: 1fr !important;
        gap: 24px;
    }

    .policy-block {
        padding: 20px 16px;
    }

    /* Contact page â€” tighter padding */
    .contact-form textarea {
        min-height: 120px;
    }

    /* FAQ */
    .faq-question {
        padding: 14px 18px;
        font-size: 0.85rem;
    }

    .faq-answer {
        padding: 0 18px 14px;
        font-size: 0.85rem;
    }

    /* Footer CTA */
    .footer-cta h2 {
        font-size: 1.6rem;
    }

    .footer-cta p {
        font-size: 0.88rem;
    }
}

/* ---- Enhanced 480px â€” All pages ---- */
@media (max-width: 480px) {

    /* Inner hero â€” all pages compact */
    .inner-hero {
        min-height: 35vh !important;
    }

    .inner-hero h1 {
        font-size: 1.6rem !important;
        letter-spacing: -0.5px;
    }

    .inner-hero .subtitle {
        font-size: 0.85rem;
    }

    .inner-hero-content {
        padding: 0 14px;
    }

    .inner-hero-offer {
        margin: 16px 14px 0;
        padding: 10px 12px;
    }

    .inner-hero-offer p {
        font-size: 0.72rem;
    }

    .section-badge {
        font-size: 0.65rem;
        padding: 4px 10px;
    }

    /* Book page */
    .book-grid {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
    }

    .book-cover-placeholder {
        max-width: 240px;
        margin: 0 auto;
    }

    .book-info h2 {
        font-size: 1.5rem;
    }

    .book-info .book-subtitle {
        font-size: 0.85rem;
    }

    .book-info p {
        font-size: 0.88rem;
        line-height: 1.65;
    }

    .book-highlights {
        grid-template-columns: 1fr !important;
        gap: 8px;
    }

    .book-highlight {
        padding: 10px 12px;
        font-size: 0.82rem;
    }

    .book-info .btn-amazon {
        font-size: 0.72rem;
        padding: 12px 16px;
        white-space: normal;
        word-break: break-word;
        text-align: center;
    }

    /* Testimonials page */
    .testimonials-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .testimonial-card {
        padding: 20px 16px;
    }

    .testimonial-card p {
        font-size: 0.85rem;
        line-height: 1.6;
    }

    .review-stats-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 10px;
    }

    .review-stat-card {
        padding: 16px 12px;
    }

    .review-stat-card .stat-value {
        font-size: 1.4rem;
    }

    .review-stat-card .stat-label {
        font-size: 0.65rem;
    }

    /* FAQ page */
    .faq-question {
        padding: 12px 14px;
        font-size: 0.82rem;
        gap: 10px;
    }

    .faq-answer {
        padding: 0 14px 12px;
        font-size: 0.82rem;
    }

    .faq-question svg,
    .faq-question .faq-icon {
        width: 18px;
        height: 18px;
        flex-shrink: 0;
    }

    /* Contact page */
    .contact-grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    .contact-cards-row {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    .contact-card-item {
        padding: 20px 16px;
    }

    .contact-card-icon {
        width: 52px;
        height: 52px;
        margin-bottom: 14px;
    }

    .contact-info-card {
        padding: 20px 16px;
    }

    .contact-info-item {
        padding: 16px 0;
        gap: 14px;
    }

    .contact-info-icon {
        width: 40px;
        height: 40px;
    }

    .form-row-double {
        grid-template-columns: 1fr !important;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        font-size: 0.85rem;
        padding: 12px 14px;
    }

    .form-group textarea {
        min-height: 100px;
    }

    .btn-contact-send {
        width: 100%;
        justify-content: center;
        align-self: center;
        padding: 14px 24px;
    }

    /* Research page */
    .research-category {
        padding: 20px 16px;
    }

    .research-category h3 {
        font-size: 1.1rem;
    }

    .citation-card {
        flex-direction: column !important;
        gap: 8px;
        padding: 14px;
    }

    .citation-card .citation-number {
        font-size: 0.75rem;
    }

    .citation-card .citation-text {
        font-size: 0.82rem;
        line-height: 1.6;
    }

    /* Shipping / Policy page */
    .policy-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .policy-block {
        padding: 16px 14px;
    }

    .policy-block h3 {
        font-size: 1rem;
    }

    .policy-block p,
    .policy-block li {
        font-size: 0.82rem;
        line-height: 1.6;
    }

    .policy-table th,
    .policy-table td {
        padding: 8px 10px;
        font-size: 0.72rem;
    }

    .policy-table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    /* Privacy / Terms â€” legal content */
    .legal-content {
        padding: 0 4px;
    }

    .legal-content h2 {
        font-size: 1rem;
        margin-top: 28px;
    }

    .legal-content h3 {
        font-size: 0.92rem;
    }

    .legal-content p,
    .legal-content ul li {
        font-size: 0.82rem;
        line-height: 1.65;
    }

    /* Supplements page â€” card images */
    .supp-product-card-image,
    .product-card-image {
        height: 160px;
    }

    .cat-filter-bar {
        top: 54px;
    }

    .cat-filter-scroll {
        gap: 6px;
        padding: 8px 14px;
    }

    .cat-filter-btn {
        font-size: 0.7rem;
        padding: 6px 12px;
    }

    /* Why Choose section */
    .why-choose-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important;
    }

    .why-choose-card {
        padding: 16px 12px;
    }

    .why-choose-card h3 {
        font-size: 0.85rem;
    }

    .why-choose-card p {
        font-size: 0.75rem;
    }

    .why-choose-icon {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    /* Performance banner */
    .perf-banner-card {
        flex-direction: column !important;
        min-height: auto !important;
    }

    .perf-banner-img {
        flex: 0 0 auto !important;
        width: 100% !important;
        height: 200px;
    }

    .perf-banner-products {
        flex: 1 !important;
        padding: 24px 16px !important;
    }

    .perf-grid {
        grid-template-columns: 1fr !important;
        gap: 14px;
    }

    /* Footer  */
    .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    .footer-cta {
        padding: 48px 0 !important;
    }

    .footer-cta h2 {
        font-size: 1.4rem;
    }

    .footer-cta p {
        font-size: 0.82rem;
    }

    .footer-cta-buttons {
        flex-direction: column !important;
        align-items: center;
        gap: 10px;
    }

    .footer-cta-buttons .btn-amazon,
    .footer-cta-buttons .btn-secondary {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 8px;
        padding: 16px 0;
    }

    .footer-logo img {
        max-width: 160px;
        height: auto;
    }

    /* Header logo responsive */
    .logo-img {
        max-width: 160px !important;
        height: auto !important;
    }

    /* Global CTA box (used on testimonials, etc.) */
    .cta-box,
    .cta-section {
        padding: 32px 16px !important;
    }

    .cta-box h2,
    .cta-section h2 {
        font-size: 1.3rem;
    }

    .cta-box p,
    .cta-section p {
        font-size: 0.85rem;
    }

    /* Disable heavy animations on mobile */
    .hero-particles,
    .hero-accent-line {
        display: none !important;
    }

    .particle {
        display: none !important;
    }

    /* Newsletter mobile */
    .newsletter-section {
        padding: 40px 0 !important;
    }

    .newsletter-section h2 {
        font-size: 1.4rem;
    }

    .newsletter-form {
        flex-direction: column !important;
    }

    .newsletter-form input[type="email"] {
        border-radius: var(--radius-lg) var(--radius-lg) 0 0;
        font-size: 0.85rem;
    }

    .newsletter-form button {
        border-radius: 0 0 var(--radius-lg) var(--radius-lg);
        font-size: 0.82rem;
    }
}

/* ---- 375px â€” Ultra compact (iPhone SE, small phones) ---- */
@media (max-width: 375px) {

    /* Container tighter */
    .container {
        padding: 0 12px !important;
    }

    .container-wide {
        padding: 0 12px !important;
    }

    /* Inner hero ultra compact */
    .inner-hero {
        min-height: 30vh !important;
    }

    .inner-hero h1 {
        font-size: 1.35rem !important;
    }

    .inner-hero .subtitle {
        font-size: 0.78rem;
    }

    /* Home hero */
    .hero-fb-title {
        font-size: 1.8rem !important;
    }

    .hero-fb-desc {
        font-size: 0.82rem;
    }

    .hero-subtitle {
        font-size: 0.7rem;
    }

    .hero-buttons .btn-hero-primary,
    .hero-buttons .btn-hero-secondary {
        font-size: 0.78rem;
        padding: 12px 20px;
    }

    .hero-trust {
        gap: 4px;
    }

    .trust-badge {
        font-size: 0.6rem;
        padding: 4px 8px;
    }

    .hero-cert-badges {
        gap: 6px;
        margin: 0 12px 6px;
    }

    /* Section titles */
    .section-title {
        font-size: 1.35rem !important;
    }

    .section {
        padding: 48px 0;
    }

    /* Products grid â€” single column on tiny screens */
    .products-grid,
    .products-grid-5,
    .products-grid-4,
    .products-grid-8,
    .supp-products-grid {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    .product-card-image,
    .supp-product-card-image {
        height: 200px;
    }

    /* Book page */
    .book-cover-placeholder {
        max-width: 200px;
    }

    .book-info h2 {
        font-size: 1.3rem;
    }

    .book-highlight {
        padding: 8px 10px;
        font-size: 0.78rem;
    }

    /* Why choose â€” single column at 375 */
    .why-choose-grid {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    /* Review stats â€” single column */
    .review-stats-grid {
        grid-template-columns: 1fr !important;
    }

    /* Science stats */
    .science-stats {
        grid-template-columns: 1fr !important;
    }

    .stat-card {
        padding: 16px 10px;
    }

    .stat-card .stat-value {
        font-size: 1.3rem;
    }

    /* Scroll to top smaller */
    .scroll-to-top {
        width: 36px;
        height: 36px;
        bottom: 16px;
        right: 16px;
    }

    /* Logo */
    .logo-img {
        max-width: 140px !important;
    }

    .footer-logo img {
        max-width: 140px;
    }

    /* Announcement bar */
    .announcement-bar {
        font-size: 0.58rem;
        padding: 6px 0;
    }

    /* Header actions */
    .btn-shop-now {
        font-size: 0.55rem;
        padding: 6px 12px;
    }

    /* FAQ */
    .faq-question {
        padding: 10px 12px;
        font-size: 0.78rem;
    }

    .faq-answer {
        padding: 0 12px 10px;
        font-size: 0.78rem;
    }

    /* Contact card */
    .contact-card-item {
        padding: 16px 12px;
    }

    .contact-card-item h3 {
        font-size: 0.85rem;
    }

    .contact-card-icon {
        width: 44px;
        height: 44px;
        margin-bottom: 10px;
    }

    .contact-info-card {
        padding: 16px 12px;
    }

    /* Testimonial card */
    .testimonial-card {
        padding: 16px 14px;
    }

    /* Policy table scroll */
    .policy-table th,
    .policy-table td {
        padding: 6px 8px;
        font-size: 0.68rem;
    }

    /* Legal content */
    .legal-content h2 {
        font-size: 0.92rem;
    }

    .legal-content p,
    .legal-content ul li {
        font-size: 0.78rem;
    }

    /* Footer */
    .footer-cta h2 {
        font-size: 1.2rem;
    }

    .footer-bottom {
        font-size: 0.72rem;
    }

    /* CTA sections */
    .cta-box,
    .cta-section {
        padding: 24px 12px !important;
    }

    .cta-box h2,
    .cta-section h2 {
        font-size: 1.1rem;
    }
}
}
/* ==========================================================================
   SHOPIFY SPECIFIC STYLES
   ========================================================================== */

/* Layout & Containers */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.container-wide {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Header Adjustments */
.header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: transparent !important;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.header-transparent .logo-img--on-light { display: none; }
.header-transparent .logo-img--on-dark { display: block; }
.header-transparent .main-nav ul li a { color: #fff; }

.logo-img--on-dark { display: none; }
.site-header:not(.header-transparent) .logo-img--on-dark { display: none; }
.site-header:not(.header-transparent) .logo-img--on-light { display: block; }

/* Product Page Styles */
.product-page {
    padding: 120px 0 80px;
}

.product-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.product-gallery {
    position: sticky;
    top: 100px;
}

.product-main-image {
    background: #f8f8f8;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

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

.product-thumbnails {
    display: flex;
    gap: 12px;
}

.product-thumb {
    width: 80px;
    height: 80px;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 10px;
    cursor: pointer;
    background: #fff;
    transition: var(--transition);
}

.product-thumb.active {
    border-color: var(--primary);
}

.product-type-badge {
    display: inline-block;
    padding: 4px 12px;
    background: rgba(196, 30, 30, 0.1);
    color: var(--primary);
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.product-title {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 16px;
}

.product-rating-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.product-stars { color: #F59E0B; }

.product-price-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
}

.product-price {
    font-size: 2rem;
    font-weight: 800;
}

.product-compare-price {
    font-size: 1.4rem;
    color: #999;
    text-decoration: line-through;
}

.product-sale-badge {
    background: var(--primary);
    color: #fff;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 700;
}

.product-description {
    line-height: 1.7;
    color: #444;
    margin-bottom: 40px;
}

.variant-selector {
    margin-bottom: 20px;
}

.variant-selector label {
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
}

.variant-select {
    width: 100%;
    padding: 12px;
    border: 1px solid #eee;
    border-radius: 10px;
    font-family: inherit;
}

.product-quantity-row {
    margin-bottom: 32px;
}

.quantity-selector {
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 10px;
    width: fit-content;
    overflow: hidden;
}

.qty-btn {
    width: 40px;
    height: 44px;
    background: #f8f8f8;
    border: none;
    cursor: pointer;
    font-size: 1.2rem;
}

.qty-input {
    width: 60px;
    text-align: center;
    border: none;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    font-weight: 700;
}

.product-add-btn {
    width: 100%;
    padding: 18px;
    background: #111;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: var(--transition);
}

.product-add-btn:hover {
    background: var(--primary);
}

.product-trust-badges {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding-top: 32px;
    border-top: 1px solid #eee;
}

.product-trust-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: #666;
}

/* Cart Page Styles */
.cart-page { padding: 120px 0 80px; }
.cart-item {
    display: grid;
    grid-template-columns: 100px 1fr 120px 100px 40px;
    gap: 24px;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px solid #eee;
}
.cart-item-image img { border-radius: 10px; }
.cart-footer { margin-top: 40px; text-align: right; }
.cart-subtotal { font-size: 1.5rem; font-weight: 800; margin-bottom: 8px; }

/* Responsive */
@media (max-width: 768px) {
    .product-layout { grid-template-columns: 1fr; gap: 40px; }
    .product-gallery { position: relative; top: 0; }
    .cart-item { grid-template-columns: 80px 1fr 40px; grid-template-rows: auto auto; }
    .cart-item-quantity, .cart-item-total { grid-row: 2; margin-top: 12px; }
}

/* Footer CTA Styling Refinement */
.footer-cta h2 strong {
    color: #FFD700;
    font-weight: inherit;
}
