/* =========================================================
   SCORE XXL — Custom Stylesheet (Vivalis-inspired)
   Clean Bootstrap 5, no Mobirise dependencies
   ========================================================= */

:root {
    --sx-bg:        #0f1115;
    --sx-bg-2:      #161922;
    --sx-bg-3:      #1d2230;
    --sx-card:      #ffffff;
    --sx-card-soft: #f7f8fb;
    --sx-text:      #1a1d24;
    --sx-text-soft: #4b5161;
    --sx-text-mute: #6f7689;
    --sx-red:       #e7352c;
    --sx-red-dark:  #c12822;
    --sx-orange:    #ff7a1a;
    --sx-gold:      #f5b400;
    --sx-blue:      #1862c6;
    --sx-success:   #2cc06b;
    --sx-border:    #e6e9f0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    font-family: 'Inter', 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    color: var(--sx-text);
    line-height: 1.7;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-bottom: 70px; /* space for sticky mobile CTA */
}

@media (min-width: 992px) {
    body { padding-bottom: 0; }
}

p { font-size: 1.02rem; color: var(--sx-text); margin-bottom: 1rem; }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    color: var(--sx-text);
    line-height: 1.25;
    letter-spacing: -0.3px;
}

a { color: var(--sx-red); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--sx-red-dark); }

img { max-width: 100%; height: auto; }

/* =========================================================
   TOP STRIP + AUTHORITY BAR
   ========================================================= */
.top-strip {
    background: linear-gradient(90deg, var(--sx-red) 0%, var(--sx-red-dark) 100%);
    color: #fff;
    font-size: 0.85rem;
    padding: 0.5rem 0;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.authority-bar {
    background: var(--sx-bg-2);
    color: #cdd3df;
    padding: 0.55rem 0;
    font-size: 0.82rem;
}
.authority-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
    justify-content: center;
    align-items: center;
}
.authority-row strong { color: #fff; font-weight: 600; }
.authority-row i { color: var(--sx-gold); margin-right: 0.25rem; }
.authority-row .dot { color: rgba(255,255,255,0.25); }

/* =========================================================
   NAVBAR
   ========================================================= */
.navbar {
    background: #fff !important;
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--sx-border);
}

.brand-text {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--sx-red);
    letter-spacing: -0.5px;
}
.brand-text sup { font-size: 0.55rem; color: var(--sx-text-mute); }

.navbar .nav-link {
    font-weight: 600;
    color: var(--sx-text) !important;
    padding: 0.5rem 0.85rem !important;
    transition: color 0.2s ease;
    font-size: 0.95rem;
}
.navbar .nav-link:hover { color: var(--sx-red) !important; }

.btn-cta {
    background: linear-gradient(135deg, var(--sx-red) 0%, var(--sx-red-dark) 100%);
    color: #fff !important;
    border: none;
    font-weight: 700;
    border-radius: 50px;
    padding: 0.7rem 1.6rem;
    transition: all 0.25s ease;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-size: 0.92rem;
    box-shadow: 0 6px 16px rgba(231, 53, 44, 0.3);
}
.btn-cta:hover, .btn-cta:focus {
    background: linear-gradient(135deg, var(--sx-red-dark) 0%, #a3211c 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(231, 53, 44, 0.45);
}
.btn-cta i { margin-right: 0.4rem; }

.btn-cta-block {
    background: linear-gradient(135deg, var(--sx-red) 0%, var(--sx-red-dark) 100%);
    color: #fff;
    border: none;
    font-weight: 800;
    border-radius: 10px;
    padding: 0.85rem 1.2rem;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.95rem;
    transition: all 0.25s ease;
    box-shadow: 0 6px 14px rgba(231, 53, 44, 0.3);
    display: inline-block;
    text-align: center;
}
.btn-cta-block:hover {
    background: linear-gradient(135deg, var(--sx-red-dark) 0%, #a3211c 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(231, 53, 44, 0.45);
}

.btn-ghost {
    background: transparent;
    color: var(--sx-text) !important;
    border: 2px solid var(--sx-text);
    border-radius: 50px;
    padding: 0.65rem 1.4rem;
    font-weight: 600;
    transition: all 0.25s ease;
}
.btn-ghost:hover {
    background: var(--sx-text);
    color: #fff !important;
}

/* =========================================================
   HERO
   ========================================================= */
.hero-section {
    background:
        radial-gradient(circle at 80% 20%, rgba(231, 53, 44, 0.12) 0%, transparent 55%),
        radial-gradient(circle at 20% 80%, rgba(255, 122, 26, 0.08) 0%, transparent 55%),
        linear-gradient(135deg, #0f1115 0%, #1a1f2c 60%, #0f1115 100%);
    color: #fff;
    padding: 4rem 0 4.5rem;
    position: relative;
    overflow: hidden;
}

.hero-tagline {
    display: inline-block;
    background: rgba(231, 53, 44, 0.15);
    border: 1px solid rgba(231, 53, 44, 0.4);
    color: #ffb1ac;
    padding: 0.4rem 0.95rem;
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}
.hero-tagline i { color: var(--sx-orange); margin-right: 0.4rem; }

.hero-title {
    font-size: 2.4rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 1.25rem;
    line-height: 1.2;
}
.hero-title sup { color: var(--sx-red); font-size: 0.5em; vertical-align: super; }

.hero-text {
    font-size: 1.04rem;
    color: #d4d8e1;
    margin-bottom: 1.25rem;
}
.hero-text strong { color: #fff; font-weight: 700; }

.hero-bullets {
    margin: 1.25rem 0;
    padding: 0;
}
.hero-bullets li {
    color: #d4d8e1;
    margin-bottom: 0.55rem;
    font-size: 0.98rem;
}
.hero-bullets li i {
    color: var(--sx-success);
    margin-right: 0.5rem;
    font-size: 1.05rem;
}
.hero-bullets li strong { color: #fff; }

.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem 2rem;
    margin: 1.5rem 0 0.5rem;
    padding: 1.25rem 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.stat-num {
    font-size: 2.2rem;
    font-weight: 900;
    color: var(--sx-red);
    line-height: 1;
}
.stat-num span { color: var(--sx-orange); font-size: 1.4rem; }
.stat-label {
    color: #aab1c2;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-top: 0.25rem;
    font-weight: 600;
}

.hero-buttons .btn { margin-bottom: 0.5rem; }

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem 1.5rem;
    margin-top: 1.5rem;
    color: #aab1c2;
    font-size: 0.88rem;
}
.hero-trust i { color: var(--sx-gold); margin-right: 0.35rem; }

.hero-bottle-wrap { position: relative; display: inline-block; }
.hero-bottle {
    max-height: 520px;
    filter: drop-shadow(0 25px 45px rgba(231, 53, 44, 0.25))
            drop-shadow(0 8px 20px rgba(0,0,0,0.35));
}

.hero-rating-card {
    position: absolute;
    bottom: 8%;
    right: -8%;
    background: #fff;
    color: var(--sx-text);
    padding: 0.85rem 1.1rem;
    border-radius: 14px;
    box-shadow: 0 14px 30px rgba(0,0,0,0.35);
    text-align: center;
    z-index: 2;
}
.rating-stars { color: var(--sx-gold); font-size: 1rem; line-height: 1; }
.rating-num { font-size: 1.4rem; font-weight: 900; color: var(--sx-text); margin-top: 0.2rem; }
.rating-sub { font-size: 0.75rem; color: var(--sx-text-mute); }

@media (max-width: 991px) {
    .hero-title { font-size: 1.85rem; }
    .hero-stats { gap: 1rem 1.5rem; }
    .stat-num { font-size: 1.8rem; }
    .hero-rating-card { right: 0; bottom: -10px; }
}
@media (max-width: 576px) {
    .hero-section { padding: 2.5rem 0 3.5rem; }
    .hero-title { font-size: 1.5rem; }
    .hero-bottle { max-height: 340px; }
}

/* =========================================================
   GENERIC CONTENT SECTIONS
   ========================================================= */
.content-section {
    padding: 4rem 0;
    background: #fff;
}

.section-heading {
    font-size: 2.1rem;
    font-weight: 900;
    color: var(--sx-text);
    margin-bottom: 0.85rem;
    letter-spacing: -0.5px;
}
.section-heading::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    margin: 0.85rem auto 0;
    background: linear-gradient(90deg, var(--sx-red), var(--sx-orange));
    border-radius: 2px;
}
.text-center .section-heading::after { margin-left: auto; margin-right: auto; }

.section-subheading {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--sx-text);
    margin-bottom: 0.5rem;
}

.section-sub {
    font-size: 1.05rem;
    color: var(--sx-text-soft);
    max-width: 760px;
    margin: 0 auto 1rem;
}

.content-img {
    border-radius: 18px;
    box-shadow: 0 14px 30px rgba(15, 17, 21, 0.12);
}

.research-line {
    background: var(--sx-card-soft);
    border-left: 4px solid var(--sx-blue);
    padding: 0.85rem 1rem;
    border-radius: 0 8px 8px 0;
    font-size: 0.94rem;
    color: var(--sx-text-soft);
}
.research-line a { font-weight: 600; }

.badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 1.25rem 0;
}
.info-pill {
    background: var(--sx-bg-2);
    color: #fff;
    padding: 0.45rem 0.9rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
}

/* =========================================================
   TRUST BADGES
   ========================================================= */
.trust-row-section {
    padding: 3.5rem 0;
    background: var(--sx-card-soft);
}

.trust-card {
    background: #fff;
    border-radius: 14px;
    padding: 1.5rem 1.25rem;
    text-align: center;
    height: 100%;
    border: 1px solid var(--sx-border);
    transition: transform .25s ease, box-shadow .25s ease;
}
.trust-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(15, 17, 21, 0.10);
}
.trust-img {
    max-height: 75px;
    margin: 0 auto 0.85rem;
    object-fit: contain;
}
.trust-card h4 {
    font-size: 0.98rem;
    font-weight: 800;
    color: var(--sx-text);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.trust-card p {
    font-size: 0.88rem;
    color: var(--sx-text-soft);
    margin-bottom: 0;
    line-height: 1.55;
}

/* =========================================================
   HOW IT WORKS
   ========================================================= */
.how-it-works-section {
    background: linear-gradient(180deg, #fff 0%, var(--sx-card-soft) 100%);
}

.how-block {
    background: #fff;
    border: 1px solid var(--sx-border);
    border-radius: 14px;
    padding: 1.5rem 1.5rem;
    height: 100%;
    border-top: 4px solid var(--sx-red);
    transition: transform .25s ease, box-shadow .25s ease;
}
.how-block:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(15, 17, 21, 0.08);
}
.how-block h3 {
    font-size: 1.15rem;
    color: var(--sx-text);
    margin-bottom: 0.6rem;
    font-weight: 800;
}
.how-block p { margin-bottom: 0; color: var(--sx-text-soft); font-size: 0.97rem; }

/* =========================================================
   REVIEWS
   ========================================================= */
.reviews-section { background: #fff; }

.review-card {
    background: var(--sx-card-soft);
    border-radius: 14px;
    padding: 1.75rem 1.5rem;
    text-align: center;
    height: 100%;
    border: 1px solid var(--sx-border);
    transition: transform .25s ease, box-shadow .25s ease;
}
.review-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(15, 17, 21, 0.10);
}
.review-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 0.75rem;
    border: 3px solid var(--sx-red);
    padding: 3px;
    background: #fff;
}
.review-card h4 {
    font-size: 1.05rem;
    color: var(--sx-text);
    margin-bottom: 0.35rem;
    font-weight: 800;
}
.review-stars {
    color: var(--sx-gold);
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
}
.review-stars .verified {
    color: var(--sx-success);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 0.4rem;
    letter-spacing: 0.3px;
}
.review-card p {
    font-size: 0.95rem;
    color: var(--sx-text-soft);
    text-align: left;
    margin-bottom: 0;
    font-style: italic;
}

.big-stat {
    background: var(--sx-card-soft);
    padding: 1.25rem 1rem;
    border-radius: 14px;
    border: 1px solid var(--sx-border);
}
.big-stat-num {
    font-size: 2.4rem;
    font-weight: 900;
    color: var(--sx-red);
    line-height: 1;
    display: block;
}
.big-stat-label {
    color: var(--sx-text-soft);
    font-size: 0.88rem;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-weight: 600;
    margin-top: 0.5rem;
}

/* =========================================================
   PRICING
   ========================================================= */
.pricing-section {
    background: var(--sx-bg);
    background-image:
        radial-gradient(circle at 20% 0%, rgba(231,53,44,0.10) 0%, transparent 50%),
        radial-gradient(circle at 80% 100%, rgba(255,122,26,0.08) 0%, transparent 50%);
    color: #fff;
    padding: 4rem 0;
}
.pricing-section .section-heading { color: #fff; }
.pricing-section .section-sub { color: #aab1c2; }

.countdown-bar {
    background: rgba(231, 53, 44, 0.15);
    border: 1px solid rgba(231, 53, 44, 0.4);
    border-radius: 50px;
    padding: 0.65rem 1.5rem;
    color: #ffb1ac;
    display: inline-block;
    margin: 0.5rem auto;
    font-size: 0.92rem;
    font-weight: 600;
}
.countdown-bar .countdown {
    color: #fff;
    font-weight: 900;
    font-family: 'Inter', monospace;
    margin-left: 0.5rem;
    font-size: 1.05rem;
}
.pricing-section > .container > .text-center.countdown-bar { display: block; max-width: 280px; }

.price-card {
    background: #fff;
    color: var(--sx-text);
    border-radius: 18px;
    padding: 1.75rem 1.5rem 1.5rem;
    text-align: center;
    height: 100%;
    position: relative;
    border: 2px solid transparent;
    box-shadow: 0 18px 36px rgba(0,0,0,0.25);
    transition: transform .25s ease, box-shadow .25s ease;
}
.price-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 44px rgba(0,0,0,0.3);
}
.price-card.best-value {
    border-color: var(--sx-red);
    transform: scale(1.03);
}
.price-card.best-value:hover { transform: scale(1.03) translateY(-5px); }

.best-flag {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, var(--sx-red), var(--sx-orange));
    color: #fff;
    padding: 0.4rem 1.1rem;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.6px;
    box-shadow: 0 6px 14px rgba(231,53,44,0.4);
}

.price-head h3 {
    font-size: 1.1rem;
    color: var(--sx-text);
    font-weight: 900;
    margin-bottom: 0.25rem;
    letter-spacing: 0.5px;
}
.price-supply {
    display: block;
    color: var(--sx-text-mute);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.85rem;
    font-weight: 600;
}

.price-img {
    max-height: 180px;
    margin: 0 auto 1rem;
    object-fit: contain;
    display: block;
}

.price-tag {
    margin: 0.85rem 0;
}
.price-now {
    font-size: 2.6rem;
    font-weight: 900;
    color: var(--sx-red);
    line-height: 1;
}
.price-per {
    color: var(--sx-text-mute);
    font-size: 0.95rem;
    font-weight: 600;
}

.price-perks {
    margin-top: 0.85rem;
    font-size: 0.82rem;
    color: var(--sx-text-soft);
    font-weight: 600;
}

.price-totals {
    margin-top: 0.85rem;
    padding-top: 0.85rem;
    border-top: 1px dashed var(--sx-border);
    font-size: 0.92rem;
    color: var(--sx-text-soft);
}
.price-totals .strike {
    text-decoration: line-through;
    margin-left: 0.4rem;
    color: var(--sx-text-mute);
}
.price-totals .now {
    color: var(--sx-red);
    font-weight: 900;
    margin-left: 0.4rem;
    font-size: 1.05rem;
}

@media (max-width: 991px) {
    .price-card.best-value { transform: none; }
    .price-card.best-value:hover { transform: translateY(-5px); }
}

/* =========================================================
   INGREDIENTS
   ========================================================= */
.ingredients-section { background: var(--sx-card-soft); }

.ingredient-label-img {
    max-height: 460px;
    object-fit: contain;
}

.ingredient-card {
    background: #fff;
    border-radius: 14px;
    padding: 1.5rem 1.5rem 1.5rem 4rem;
    height: 100%;
    border: 1px solid var(--sx-border);
    position: relative;
    transition: transform .25s ease, box-shadow .25s ease;
}
.ingredient-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(15, 17, 21, 0.10);
}
.ing-num {
    position: absolute;
    top: 1.3rem;
    left: 1.25rem;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, var(--sx-red), var(--sx-orange));
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    font-weight: 900;
    box-shadow: 0 4px 10px rgba(231,53,44,0.35);
}
.ingredient-card h4 {
    font-size: 1.08rem;
    color: var(--sx-text);
    font-weight: 800;
    margin-bottom: 0.5rem;
}
.ingredient-card p {
    font-size: 0.94rem;
    color: var(--sx-text-soft);
    margin-bottom: 0;
}

/* =========================================================
   GUARANTEE
   ========================================================= */
.guarantee-section {
    background: linear-gradient(135deg, #fff 0%, #fff7e6 100%);
    padding: 3.5rem 0;
    border-top: 1px solid var(--sx-border);
    border-bottom: 1px solid var(--sx-border);
}
.guarantee-badge { max-width: 240px; }

.guarantee-title {
    font-size: 1.85rem;
    font-weight: 900;
    color: var(--sx-text);
    margin-bottom: 1.25rem;
}

.guarantee-list {
    list-style: none;
    counter-reset: gitem;
    padding: 0;
    margin: 0 0 1.25rem;
}
.guarantee-list li {
    counter-increment: gitem;
    background: #fff;
    border-radius: 12px;
    padding: 1.1rem 1.25rem 1.1rem 3.75rem;
    margin-bottom: 0.75rem;
    position: relative;
    border: 1px solid var(--sx-border);
    color: var(--sx-text-soft);
    font-size: 0.97rem;
}
.guarantee-list li::before {
    content: counter(gitem);
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, var(--sx-red), var(--sx-orange));
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    box-shadow: 0 4px 10px rgba(231,53,44,0.3);
}
.guarantee-list li strong { color: var(--sx-text); }

/* =========================================================
   BENEFITS
   ========================================================= */
.benefits-section { background: #fff; }

.benefit-card {
    background: var(--sx-card-soft);
    border-radius: 16px;
    padding: 1.75rem 1.5rem;
    height: 100%;
    border: 1px solid var(--sx-border);
    transition: transform .25s ease, box-shadow .25s ease;
}
.benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(15, 17, 21, 0.10);
    border-color: var(--sx-red);
}
.benefit-icon {
    font-size: 2.2rem;
    margin-bottom: 0.75rem;
    line-height: 1;
}
.benefit-card h4 {
    font-size: 1.12rem;
    color: var(--sx-text);
    font-weight: 800;
    margin-bottom: 0.5rem;
}
.benefit-card p {
    font-size: 0.95rem;
    color: var(--sx-text-soft);
    margin-bottom: 0;
}

/* =========================================================
   HOW TO USE
   ========================================================= */
.howuse-section { background: var(--sx-card-soft); }
.howuse-card {
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
    border: 1px solid var(--sx-border);
    box-shadow: 0 10px 24px rgba(15, 17, 21, 0.06);
}
.howuse-card h3 {
    font-size: 1.2rem;
    color: var(--sx-text);
    font-weight: 800;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
}
.howuse-card h3:first-child { margin-top: 0; }
.howuse-card h3 i { color: var(--sx-red); margin-right: 0.4rem; }
.howuse-card p { font-size: 0.97rem; color: var(--sx-text-soft); margin-bottom: 0; }

/* =========================================================
   FAQ
   ========================================================= */
.faq-section { background: #fff; }

.accordion-item {
    border: 1px solid var(--sx-border);
    margin-bottom: 0.75rem;
    border-radius: 12px !important;
    overflow: hidden;
    background: #fff;
}
.accordion-button {
    font-weight: 700;
    color: var(--sx-text);
    background: #fff;
    font-size: 1rem;
    padding: 1.15rem 1.25rem;
}
.accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, var(--sx-red), var(--sx-red-dark));
    color: #fff;
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after { filter: brightness(0) invert(1); }
.accordion-button:focus {
    box-shadow: 0 0 0 3px rgba(231,53,44,0.15);
    border-color: var(--sx-red);
}
.accordion-body {
    padding: 1.25rem;
    color: var(--sx-text-soft);
    line-height: 1.75;
    background: var(--sx-card-soft);
    font-size: 0.97rem;
}
.accordion-body strong { color: var(--sx-text); }

/* =========================================================
   FINAL CTA
   ========================================================= */
.final-cta-section {
    background:
        linear-gradient(135deg, rgba(231, 53, 44, 0.95) 0%, rgba(193, 40, 34, 0.95) 100%),
        radial-gradient(circle at 70% 30%, rgba(255,255,255,0.1) 0%, transparent 50%);
    color: #fff;
    padding: 3.5rem 0 4rem;
    position: relative;
    overflow: hidden;
}

.save-banner {
    position: absolute;
    top: 1.5rem;
    right: -2.5rem;
    background: var(--sx-gold);
    color: var(--sx-bg);
    padding: 0.6rem 3rem;
    font-weight: 900;
    transform: rotate(45deg);
    font-size: 0.85rem;
    letter-spacing: 0.6px;
    box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}

.final-title {
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.25;
}

.final-bottle { max-height: 280px; filter: drop-shadow(0 14px 28px rgba(0,0,0,0.3)); }

.final-reg { font-size: 1.05rem; color: #ffd9d6; margin-bottom: 0.25rem; }
.final-reg .strike { text-decoration: line-through; opacity: 0.85; }

.final-now {
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 0.85rem;
}

.final-perks {
    margin-top: 0.85rem;
    color: #ffd9d6;
    font-size: 0.88rem;
    font-weight: 600;
}

@media (max-width: 576px) {
    .final-title { font-size: 1.4rem; }
    .final-now { font-size: 1.5rem; }
    .save-banner { font-size: 0.7rem; padding: 0.45rem 2.5rem; right: -2rem; }
}

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer {
    background: var(--sx-bg);
    color: #98a0b0;
    padding: 3rem 0 1.5rem;
}
.footer-disclaimer {
    font-size: 0.83rem;
    line-height: 1.7;
    color: #98a0b0;
    margin-bottom: 0.85rem;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}
.footer-nav {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.4rem 1.4rem;
    border-top: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 1rem 0;
}
.footer-nav a {
    color: #b1bbcc;
    font-size: 0.92rem;
    transition: color .2s ease;
}
.footer-nav a:hover { color: #fff; text-decoration: underline; }

.footer-copy {
    text-align: center;
    font-size: 0.85rem;
    color: #6f7689;
    margin-top: 1rem;
    margin-bottom: 0;
}

/* =========================================================
   STICKY MOBILE CTA
   ========================================================= */
.sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    padding: 0.6rem 0.85rem;
    background: rgba(15, 17, 21, 0.95);
    border-top: 1px solid rgba(231, 53, 44, 0.3);
    backdrop-filter: blur(10px);
}
.sticky-cta .btn-cta-block {
    border-radius: 50px;
    padding: 0.85rem 1rem;
    font-size: 1rem;
}

/* =========================================================
   LEGAL PAGES
   ========================================================= */
.legal-section { background: var(--sx-card-soft); padding: 3rem 0 4rem; }
.legal-section h2 {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--sx-text);
    margin-top: 2rem;
    margin-bottom: 0.85rem;
    padding-bottom: 0.35rem;
    border-bottom: 3px solid var(--sx-red);
    display: inline-block;
}
.legal-section h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--sx-red);
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
}
.legal-section p {
    color: var(--sx-text-soft);
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 1rem;
}
.legal-section ul { margin-bottom: 1.25rem; padding-left: 1.4rem; }
.legal-section ul li { margin-bottom: 0.5rem; color: var(--sx-text-soft); }
.legal-section a { color: var(--sx-red); font-weight: 600; text-decoration: underline; }

.legal-page-title-band {
    background: linear-gradient(135deg, var(--sx-red) 0%, var(--sx-red-dark) 100%);
    color: #fff;
    padding: 2.5rem 0;
    text-align: center;
}
.legal-page-title-band h1 {
    color: #fff;
    margin: 0;
    font-size: 2rem;
    font-weight: 900;
}

.legal-updated {
    background: #fff;
    border-left: 4px solid var(--sx-red);
    padding: 0.85rem 1.1rem;
    border-radius: 0 8px 8px 0;
    color: var(--sx-text);
    font-size: 0.95rem;
    margin-bottom: 1.75rem;
    box-shadow: 0 4px 10px rgba(15,17,21,0.06);
}

.contact-card {
    background: #fff;
    border-radius: 14px;
    padding: 1.5rem 1.75rem;
    border: 1px solid var(--sx-border);
    margin: 1.5rem 0;
    box-shadow: 0 6px 16px rgba(15,17,21,0.06);
}
.contact-row {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--sx-border);
}
.contact-row:last-child { border-bottom: none; }
.contact-row i {
    color: var(--sx-red);
    font-size: 1.4rem;
    flex-shrink: 0;
    margin-top: 0.15rem;
}
.contact-row strong { color: var(--sx-text); font-weight: 700; }

/* =========================================================
   JS state classes
   ========================================================= */
#topNav.scrolled { box-shadow: 0 4px 14px rgba(15,17,21,0.10); }

.fade-init {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .55s ease, transform .55s ease;
}
.fade-init.is-visible { opacity: 1; transform: translateY(0); }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 991px) {
    .navbar-collapse {
        margin-top: 0.75rem;
        padding-top: 0.5rem;
        border-top: 1px solid var(--sx-border);
    }
    .navbar .nav-link { padding: 0.6rem 0 !important; }
    .hero-buttons .btn { display: block; width: 100%; margin-right: 0 !important; margin-bottom: 0.5rem; }
}

@media (max-width: 576px) {
    .content-section { padding: 2.5rem 0; }
    .section-heading { font-size: 1.55rem; }
    .ingredient-card { padding: 1.25rem 1.25rem 1.25rem 3.5rem; }
    .ing-num { width: 32px; height: 32px; font-size: 0.85rem; left: 1rem; top: 1.1rem; }
    .price-now { font-size: 2.1rem; }
    .guarantee-title { font-size: 1.4rem; }
    .authority-row { font-size: 0.75rem; gap: 0.3rem 0.5rem; }
    .authority-row .dot { display: none; }
    .footer-nav { gap: 0.3rem 0.9rem; }
}
