/* ==========================================================================
   PRODENTIM AWWWARDS & ZAPPER-STYLE LUXURY D2C DESIGN SYSTEM
   ========================================================================== */

:root {
    /* Vivid Modern Palette */
    --brand-magenta: #ff2e63;
    --brand-magenta-glow: rgba(255, 46, 99, 0.35);
    --brand-cyan: #00f2fe;
    --brand-purple: #8a2be2;
    --brand-amber: #ff9f43;
    --brand-teal: #10b981;

    --brand-primary: #0284c7;
    --brand-primary-dark: #0369a1;
    --brand-primary-light: #e0f2fe;

    --slate-dark: #090e1a;
    --slate-surface: #0f172a;

    --emerald: #059669;
    --emerald-light: #d1fae5;
    --emerald-glow: rgba(5, 150, 105, 0.25);

    --strawberry-light: #ffe4e6;
    --strawberry-red: #f43f5e;

    --gold-gradient: linear-gradient(135deg, #ffd100 0%, #ff9f43 100%);
    --vivid-gradient: linear-gradient(135deg, #ff2e63 0%, #ff6b81 100%);

    /* Typography & Surfaces */
    --text-heading: #0f172a;
    --text-body: #475569;
    --text-muted: #64748b;

    --bg-page: #fafafd;
    --bg-card: #ffffff;
    --bg-glass: rgba(255, 255, 255, 0.88);
    --bg-tint: #f4f6fb;
    --bg-tint-most: #fef08a;

    --border-subtle: rgba(226, 232, 240, 0.8);
    --border-card: rgba(226, 232, 240, 0.9);
    --border-glass: rgba(255, 255, 255, 0.95);

    /* Soft Volumetric Shadows */
    --shadow-soft: 0 10px 30px -10px rgba(20, 20, 50, 0.04);
    --shadow-card: 0 20px 45px -15px rgba(20, 20, 60, 0.07);
    --shadow-elevated: 0 30px 60px -15px rgba(15, 23, 42, 0.12);
    --shadow-featured-glow: 0 25px 65px -12px rgba(5, 150, 105, 0.28);
    --shadow-vivid-btn: 0 12px 30px rgba(255, 46, 99, 0.38);

    --radius-sm: 10px;
    --radius-md: 18px;
    --radius-lg: 28px;
    --radius-full: 9999px;

    --font-heading: 'Plus Jakarta Sans', sans-serif;
    --font-body: 'Inter', sans-serif;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Strict Box-Sizing & Viewport Containment (Zero Right-Indent Overflow) */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-body);
    background-color: var(--bg-page);
    color: var(--text-body);
    line-height: 1.65;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    color: var(--text-heading);
    line-height: 1.2;
    font-weight: 700;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

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

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.tooth-img {
    text-align: center;
    margin-top: 2em;
    max-width: 20em;
    margin-left: auto;
    margin-right: auto;
}

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

.text-white {
    color: #ffffff !important;
}

.text-emerald {
    color: var(--emerald) !important;
}

.gradient-gold-text {
    background: linear-gradient(135deg, #fde047 0%, #f59e0b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-muted-light {
    color: #cbd5e1 !important;
}

.font-bold {
    font-weight: 700;
}

/* Parallax Background Wrapper (Fixed Full-Height Ambient Depth) */
.parallax-bg-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.parallax-sphere {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    transition: transform 0.2s ease-out;
}

.sphere-magenta {
    top: 6%;
    right: 2%;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle at 35% 35%, #ff6b81, #ff2e63);
    box-shadow: 0 35px 70px rgba(255, 46, 99, 0.3);
    opacity: 0.85;
}

.sphere-cyan {
    top: 24%;
    left: -40px;
    width: 170px;
    height: 170px;
    background: radial-gradient(circle at 35% 35%, #4facfe, #00f2fe);
    box-shadow: 0 25px 50px rgba(0, 242, 254, 0.3);
    opacity: 0.8;
}

.sphere-purple {
    top: 48%;
    left: 3%;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle at 35% 35%, #a18cd1, #8a2be2);
    box-shadow: 0 30px 60px rgba(138, 43, 226, 0.25);
    opacity: 0.75;
}

.sphere-amber {
    bottom: 18%;
    right: 3%;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle at 35% 35%, #ffd200, #ff9f43);
    box-shadow: 0 35px 70px rgba(255, 159, 67, 0.35);
    opacity: 0.9;
    z-index: 1;
}

.sphere-teal {
    bottom: 5%;
    left: 4%;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle at 35% 35%, #34d399, #059669);
    box-shadow: 0 25px 50px rgba(5, 150, 105, 0.25);
    opacity: 0.7;
}

/* Custom Strawberry HD SVG Icon */
.svg-strawberry-hd {
    display: inline-block;
    vertical-align: middle;
    filter: drop-shadow(0 2px 5px rgba(217, 4, 41, 0.3));
}

/* Top Announcement Bar */
.top-announcement {
    background: linear-gradient(90deg, #090e1a 0%, #0369a1 100%);
    color: #ffffff;
    padding: 10px 0;
    font-size: 0.875rem;
    position: relative;
    z-index: 1001;
}

.announcement-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.pulse-tag {
    background: var(--brand-magenta);
    color: white;
    font-size: 0.7rem;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: var(--radius-full);
    letter-spacing: 0.05em;
}

.announcement-btn {
    color: #38bdf8;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.announcement-btn:hover {
    color: #ffffff;
}

/* Floating Glass Navbar */
.navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: var(--bg-glass);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-subtle);
    padding: 16px 0;
    transition: var(--transition);
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--slate-dark);
}

.logo-icon-gradient {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--brand-magenta), #6c5ce7);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: 0 6px 15px rgba(255, 46, 99, 0.3);
}

.brand-logo strong {
    color: var(--brand-primary);
}

.brand-logo small {
    display: block;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--text-muted);
}

/* FTC Affiliate Disclosure Bar */
.affiliate-disclosure-bar {
    background: #f1f5f9;
    border-bottom: 1px solid var(--border-subtle);
    padding: 12px 0;
    position: relative;
    z-index: 999;
}

.affiliate-disclosure-bar p {
    font-size: 0.8rem;
    line-height: 1.5;
    color: var(--text-muted);
    text-align: center;
    margin: 0;
}

.affiliate-disclosure-bar i {
    color: var(--brand-primary);
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 22px;
}

.nav-link {
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--text-muted);
}

.nav-link:hover {
    color: var(--brand-primary);
}

.nav-action-btn {
    background: linear-gradient(135deg, #0284c7, #0369a1);
    color: white !important;
    padding: 9px 24px;
    border-radius: var(--radius-full);
    font-weight: 700;
    font-size: 0.88rem;
    box-shadow: 0 4px 12px rgba(2, 132, 199, 0.25);
}

.nav-action-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(2, 132, 199, 0.35);
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: var(--slate-dark);
    cursor: pointer;
}

/* Page Content Layer */
.page-content-wrapper {
    position: relative;
    z-index: 2;
}

/* Hero Section */
.hero-section {
    position: relative;
    padding: 85px 0 95px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 50px;
    align-items: center;
}

.hero-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: white;
    color: var(--brand-primary-dark);
    padding: 6px 16px;
    border-radius: var(--radius-full);
    font-size: 0.82rem;
    font-weight: 700;
    border: 1px solid #bae6fd;
    box-shadow: var(--shadow-soft);
    margin-bottom: 20px;
}

.glow-indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--emerald);
    box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.25);
}

.hero-title {
    font-size: 3.2rem;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
}

.gradient-heading {
    background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-subtext {
    font-size: 1.15rem;
    color: var(--text-muted);
    line-height: 1.65;
    margin-bottom: 32px;
}

.hero-subtext strong {
    color: var(--text-heading);
}

/* Badges Minimal Row */
.badges-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-bottom: 36px;
}

.badge-card {
    background: white;
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    padding: 12px 6px;
    text-align: center;
    box-shadow: var(--shadow-soft);
    transition: var(--transition);
}

.badge-card:hover {
    transform: translateY(-3px);
    border-color: #7dd3fc;
}

.badge-card i {
    font-size: 1.3rem;
    color: var(--brand-primary);
    margin-bottom: 4px;
}

.badge-card strong {
    display: block;
    font-size: 0.72rem;
    color: var(--text-heading);
    line-height: 1.1;
}

.badge-card small {
    font-size: 0.58rem;
    color: var(--text-muted);
    font-weight: 600;
}

/* Hero CTA Flex */
.hero-cta-flex {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.guarantee-caption {
    font-size: 0.85rem;
    color: var(--text-muted);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

.guarantee-caption i {
    color: var(--emerald);
    font-size: 1.1rem;
}

/* Hero Glass Card */
.glass-showcase-card {
    background: var(--bg-glass);
    border: 1px solid var(--border-glass);
    border-radius: var(--radius-lg);
    padding: 35px 24px;
    box-shadow: var(--shadow-elevated);
    text-align: center;
    position: relative;
    backdrop-filter: blur(20px);
}

.extract-pill-tag {
    position: absolute;
    top: -14px;
    right: 20px;
    background: var(--strawberry-light);
    color: var(--strawberry-red);
    border: 1px solid rgba(244, 63, 94, 0.3);
    font-size: 0.78rem;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 10px rgba(244, 63, 94, 0.15);
}

.product-canvas {
    position: relative;
    padding: 10px;
}

.main-bottle-photo {
    max-height: 340px;
    margin: 0 auto;
    border-radius: var(--radius-md);
    position: relative;
    z-index: 2;
    transition: transform 0.4s ease;
}

.main-bottle-photo:hover {
    transform: scale(1.03);
}

.glass-specs-chips {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.glass-specs-chips span {
    background: white;
    border: 1px solid var(--border-subtle);
    padding: 5px 12px;
    border-radius: var(--radius-sm);
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--text-heading);
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: var(--shadow-soft);
}

.glass-specs-chips span i {
    color: var(--emerald);
}

/* Buttons System */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 36px;
    border-radius: var(--radius-full);
    font-weight: 800;
    font-size: 1rem;
    cursor: pointer;
    border: none;
    transition: var(--transition);
}

.btn-vivid {
    background: var(--vivid-gradient);
    color: #ffffff;
    box-shadow: var(--shadow-vivid-btn);
}

.btn-vivid:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(255, 46, 99, 0.5);
}

.btn-outline-dark {
    background: transparent;
    border: 2px solid var(--text-heading);
    color: var(--text-heading);
}

.btn-outline-dark:hover {
    background: var(--text-heading);
    color: white;
}

.btn-large {
    padding: 20px 48px;
    font-size: 1.2rem;
}

@keyframes pulseGlowEffect {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.025);
    }

    100% {
        transform: scale(1);
    }
}

.btn-pulse {
    animation: pulseGlowEffect 2.6s infinite ease-in-out;
}

/* ==========================================================================
   SECTION CONTRASTS & BACKDROP RHYTHM
   ========================================================================== */
.section-space {
    padding: 100px 0;
    position: relative;
    z-index: 2;
}

/* Section Background Themes */
.section-discovery-bg {
    background: linear-gradient(180deg, rgba(240, 249, 255, 0.9) 0%, rgba(200, 228, 238, 0.92) 100%);
    backdrop-filter: blur(8px);
}

.section-strains-bg {
    background: linear-gradient(180deg, rgba(235, 243, 250, 0.95) 0%, rgba(244, 246, 251, 0.95) 100%);
    backdrop-filter: blur(8px);
}

.section-botanical-bg {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(246, 252, 248, 0.92) 100%);
    backdrop-filter: blur(8px);
}

.section-reviews-bg {
    background: linear-gradient(180deg, rgba(243, 246, 253, 0.95) 0%, rgba(248, 250, 252, 0.95) 100%);
    backdrop-filter: blur(8px);
}

.section-faq-bg {
    background: linear-gradient(180deg, rgba(238, 242, 246, 0.95) 0%, rgba(248, 250, 252, 0.95) 100%);
    backdrop-filter: blur(8px);
}

.section-title-wrap {
    margin-bottom: 50px;
}

.section-pill-tag {
    display: inline-block;
    color: var(--brand-primary);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

.gold-capsule {
    color: #fde047 !important;
    display: inline-block;
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

.section-heading {
    font-size: 2.4rem;
    margin-bottom: 14px;
    letter-spacing: -0.02em;
}

.section-lead {
    color: var(--text-muted);
    font-size: 1.05rem;
    max-width: 740px;
    margin: 0 auto;
}

/* Discovery Glass Card */
.discovery-glass-card {
    background: white;
    border-radius: var(--radius-lg);
    padding: 50px 45px;
    border: 1px solid var(--border-subtle);
    box-shadow: var(--shadow-card);
}

.date-capsule {
    display: inline-block;
    background: var(--brand-primary-light);
    color: var(--brand-primary-dark);
    font-size: 0.8rem;
    font-weight: 800;
    padding: 5px 14px;
    border-radius: var(--radius-full);
    margin-bottom: 14px;
}

.discovery-glass-card h2 {
    font-size: 1.95rem;
    margin-bottom: 8px;
}

.hint-text {
    color: var(--brand-primary);
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: 25px;
}

.discovery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    align-items: center;
}

.discovery-text-pane p {
    font-size: 1rem;
    color: var(--text-body);
    margin-bottom: 20px;
}

.nature-study-link {
    color: var(--brand-primary);
    font-weight: 700;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.nature-study-link:hover {
    text-decoration: underline;
}

.discovery-callout-pane {
    background: var(--bg-tint);
    border-left: 4px solid var(--brand-primary);
    padding: 25px;
    border-radius: var(--radius-sm);
}

.callout-card h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.callout-card p {
    font-size: 0.95rem;
    color: var(--text-muted);
    margin-bottom: 15px;
}

.callout-note {
    font-weight: 700;
    color: var(--brand-primary-dark);
    font-size: 0.9rem;
}

/* Strains Grid */
.strains-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.strain-card-glass {
    background: white;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-subtle);
    overflow: hidden;
    box-shadow: var(--shadow-card);
    transition: var(--transition);
}

.strain-card-glass:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-elevated);
    border-color: #bae6fd;
}

.strain-photo-wrap {
    position: relative;
    height: 190px;
    background: var(--slate-dark);
}

.bacteria-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
}

.strain-chip-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(15, 23, 42, 0.8);
    backdrop-filter: blur(4px);
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: var(--radius-sm);
}

.strain-info-wrap {
    padding: 26px 22px;
}

.strain-info-wrap h3 {
    font-size: 1.25rem;
    color: var(--brand-primary-dark);
    margin-bottom: 14px;
}

.bullet-perks {
    list-style: none;
}

.bullet-perks li {
    font-size: 0.9rem;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 10px;
    color: var(--text-heading);
}

.bullet-perks li i {
    color: var(--emerald);
    margin-top: 4px;
}

/* Botanical Matrix */
.botanical-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 40px;
}

.botanical-card-glass {
    background: white;
    border-radius: var(--radius-md);
    padding: 30px;
    border: 1px solid var(--border-subtle);
    display: flex;
    gap: 20px;
    box-shadow: var(--shadow-card);
}

.icon-orb {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--brand-primary-light);
    color: var(--brand-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    flex-shrink: 0;
}

.orb-strawberry {
    background: var(--strawberry-light);
}

.orb-mint {
    background: var(--emerald-light);
    color: var(--emerald);
}

.strawberry-border {
    border-left: 4px solid var(--strawberry-red);
}

.title-with-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.berry-tag {
    background: var(--strawberry-light);
    color: var(--strawberry-red);
    font-size: 0.72rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: var(--radius-sm);
}

.botanical-text h3 {
    font-size: 1.2rem;
    margin-bottom: 6px;
}

.botanical-text p {
    color: var(--text-muted);
    font-size: 0.92rem;
}

.purity-ribbon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--bg-tint);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    padding: 20px 25px;
    flex-wrap: wrap;
    gap: 15px;
}

.purity-item {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--text-heading);
    display: flex;
    align-items: center;
    gap: 8px;
}

.purity-item i {
    color: var(--brand-primary);
}

/* 3 BONUSES DARK LUXURY */
.bonuses-dark-wrap {
    background: linear-gradient(135deg, #090e1a 0%, #0f172a 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.bonuses-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.bonus-modern-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-lg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(10px);
    transition: var(--transition);
}

.bonus-modern-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 46, 99, 0.4);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.bonus-cover-stage {
    position: relative;
    height: 230px;
    background: #020617;
}

.bonus-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
}

.digital-tag {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--emerald);
    color: white;
    font-size: 0.68rem;
    font-weight: 800;
    padding: 4px 8px;
    border-radius: 4px;
    letter-spacing: 0.05em;
}

.bonus-title-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(15, 23, 42, 0.95) 100%);
    padding: 20px 16px 12px;
}

.bonus-gold-num {
    display: block;
    color: #fde047;
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
}

.bonus-title-overlay h4 {
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
}

.bonus-content-stage {
    padding: 22px 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.pricing-badge-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.crossed-rrp {
    color: #94a3b8;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: line-through;
}

.free-badge {
    color: #34d399;
    font-weight: 800;
    font-size: 1rem;
}

.bonus-content-stage p {
    color: #cbd5e1;
    font-size: 0.88rem;
    line-height: 1.55;
}

/* Verified Testimonials */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.testi-card-glass {
    background: white;
    border-radius: var(--radius-lg);
    padding: 35px 28px;
    border: 1px solid var(--border-subtle);
    box-shadow: var(--shadow-card);
    display: flex;
    flex-direction: column;
}

.testi-header {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testi-stars {
    color: var(--brand-amber);
    font-size: 0.9rem;
}

.verified-tag {
    font-size: 0.75rem;
    color: var(--emerald);
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 4px;
}

.testi-card-glass h4 {
    font-size: 1.15rem;
    margin-bottom: 12px;
    color: var(--text-heading);
}

.testi-card-glass blockquote {
    font-style: italic;
    color: var(--text-body);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.testi-author {
    font-size: 0.88rem;
    color: var(--text-muted);
    border-top: 1px solid var(--border-subtle);
    padding-top: 12px;
}

/* ==========================================================================
   2026 LUXURY PRICING SECTION (ZAPPER/APPLE D2C STANDARD)
   ========================================================================== */
.pricing-deck-wrap {
    background: radial-gradient(circle at 50% 15%, rgba(240, 244, 255, 0.75) 0%, rgba(250, 250, 253, 0.95) 90%);
    backdrop-filter: blur(8px);
}

.pricing-cards-flex {
    display: grid;
    grid-template-columns: 1fr 1.08fr 1fr;
    gap: 28px;
    align-items: center;
    max-width: 1120px;
    margin: 0 auto;
}

.luxury-plan-card {
    background: #ffffff;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-card);
    box-shadow: var(--shadow-card);
    padding: 35px 26px;
    position: relative;
    transition: var(--transition);
    text-align: center;
}

.luxury-plan-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-elevated);
    border-color: #bae6fd;
}

/* Featured Glow Card */
.card-featured-glow {
    border: 2px solid var(--emerald);
    box-shadow: var(--shadow-featured-glow);
    transform: scale(1.03);
    z-index: 3;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdfc 100%);
}

.card-featured-glow:hover {
    transform: scale(1.04);
}

.floating-crown-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    color: white;
    font-size: 0.78rem;
    font-weight: 800;
    padding: 6px 18px;
    border-radius: var(--radius-full);
    letter-spacing: 0.05em;
    box-shadow: 0 4px 14px rgba(5, 150, 105, 0.35);
    display: flex;
    align-items: center;
    gap: 6px;
}

.plan-header-pill {
    display: inline-block;
    background: var(--bg-tint);
    color: var(--text-muted);
    font-size: 0.8rem;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: var(--radius-full);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
}

.plan-header-pill.most-popular {
    background: var(--bg-tint-most);
}

.plan-title {
    font-size: 1.85rem;
    font-weight: 800;
    margin-bottom: 2px;
}

.plan-days {
    font-size: 0.9rem;
    color: var(--text-muted);
    font-weight: 600;
    margin-bottom: 12px;
}

.plan-img-stage {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 12px;
}

.bottle-render {
    max-height: 150px;
    object-fit: contain;
}

.relative-stage {
    position: relative;
}

.sticker-value-red {
    position: absolute;
    top: 0;
    right: 12px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #ef4444;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.62rem;
    font-weight: 800;
    line-height: 1.1;
    border: 2px dashed white;
    box-shadow: 0 4px 10px rgba(239, 68, 68, 0.3);
}

.plan-price-num {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 18px;
}

.plan-price-num .currency {
    font-size: 2rem;
    font-weight: 800;
}

.plan-price-num .value {
    font-size: 4.2rem;
    font-weight: 900;
    line-height: 0.9;
    color: var(--text-heading);
}

.plan-price-num .per {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-muted);
    margin-left: 4px;
}

.plan-badges-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
}

.perk-pill {
    background: var(--bg-tint);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-sm);
    padding: 7px 12px;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--text-heading);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.perk-pill i {
    color: var(--emerald);
}

.pill-yellow {
    background: #fef08a;
    border-color: #facc15;
    color: #854d0e;
}

.pill-green {
    background: var(--emerald-light);
    border-color: #a7f3d0;
    color: #065f46;
}

/* Buy Pill CTA Buttons */
.btn-buy-pill {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 16px 20px;
    border-radius: var(--radius-full);
    font-weight: 800;
    font-size: 1.25rem;
    letter-spacing: 0.02em;
    cursor: pointer;
    margin-bottom: 16px;
    transition: var(--transition);
}

.btn-dark-pill {
    background: linear-gradient(135deg, #07538d 0%, #1e293b 100%);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.2);
}

.btn-dark-pill:hover {
    transform: translateY(-2px);
    background: #0284c7;
    box-shadow: 0 8px 20px rgba(2, 132, 199, 0.35);
}

.btn-vivid-glow {
    background: var(--vivid-gradient);
    color: #ffffff;
    box-shadow: var(--shadow-vivid-btn);
}

.btn-vivid-glow:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(255, 46, 99, 0.55);
}

.pointer-icon {
    font-size: 1.1rem;
}

.plan-total-text {
    font-size: 1rem;
    color: #475569;
    margin-bottom: 12px;
}

.strikethrough {
    text-decoration: line-through;
    color: #94a3b8;
}

.total-bold {
    font-size: 1.25rem;
    color: var(--text-heading);
}

.plan-payment-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-size: 1.45rem;
    color: #64748b;
    margin-bottom: 8px;
}

.shipping-info {
    font-size: 0.84rem;
    color: var(--text-muted);
}

/* Guarantee Bento Box */
.guarantee-bento-glass {
    background: white;
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    padding: 45px;
    display: flex;
    align-items: center;
    gap: 40px;
    box-shadow: var(--shadow-card);
}

.guarantee-seal-box {
    flex-shrink: 0;
}

.seal-ring {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: var(--emerald-light);
    border: 3px dashed var(--emerald);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--emerald);
}

.seal-ring i {
    font-size: 2.2rem;
    margin-bottom: 4px;
}

.seal-title {
    font-weight: 800;
    font-size: 0.85rem;
}

.seal-sub {
    font-weight: 700;
    font-size: 0.72rem;
}

.guarantee-copy-box h2 {
    font-size: 1.85rem;
    margin-bottom: 12px;
}

.guarantee-copy-box p {
    color: var(--text-muted);
    font-size: 0.95rem;
    margin-bottom: 20px;
}

/* FAQ Accordion Stack */
.faq-stack {
    max-width: 820px;
    margin: 0 auto;
}

.faq-item-glass {
    background: white;
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    margin-bottom: 14px;
    overflow: hidden;
    transition: var(--transition);
}

.faq-item-glass.active {
    border-color: var(--brand-primary);
    box-shadow: var(--shadow-soft);
}

.faq-toggle {
    width: 100%;
    padding: 20px 24px;
    background: none;
    border: none;
    outline: none;
    text-align: left;
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-heading);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-toggle i {
    font-size: 0.9rem;
    color: var(--brand-primary);
    transition: transform 0.3s ease;
}

.faq-item-glass.active .faq-toggle i {
    transform: rotate(180deg);
}

.faq-drawer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.faq-answer-copy {
    padding: 0 24px 22px;
    color: var(--text-muted);
    font-size: 0.95rem;
    border-top: 1px solid #f1f5f9;
    padding-top: 15px;
}

.faq-answer-copy p {
    margin-bottom: 10px;
}

.faq-answer-copy p:last-child {
    margin-bottom: 0;
}

/* Shipping Table */
.table-glass-wrap {
    overflow-x: auto;
}

.modern-shipping-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 5px;
    font-size: 0.92rem;
}

.modern-shipping-table th {
    text-align: left;
    padding: 12px 14px;
    background: #f8fafc;
    border-bottom: 2px solid var(--border-subtle);
    color: var(--text-heading);
    font-weight: 700;
}

.modern-shipping-table td {
    padding: 12px 14px;
    border-bottom: 1px solid var(--border-subtle);
    color: var(--text-heading);
}

.free-pill-tag {
    color: var(--emerald);
    font-weight: 800;
}

/* Scientific References Card */
.references-glass-card {
    background: #ffffff;
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    padding: 40px;
    box-shadow: var(--shadow-soft);
}

.refs-header {
    font-size: 1.25rem;
    margin-bottom: 20px;
    color: var(--slate-dark);
}

.refs-list {
    padding-left: 20px;
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.8;
}

.refs-list li {
    margin-bottom: 8px;
}

.refs-list a {
    color: var(--brand-primary);
    text-decoration: none;
    word-break: break-word;
}

.refs-list a:hover {
    text-decoration: underline;
}

.refs-logos-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    padding-top: 28px;
    border-top: 1px solid var(--border-subtle);
    text-align: center;
}

.refs-logos-img {
    width: 640px;
    max-width: 100%;
    height: auto;
}

/* Final CTA */
.final-cta-section {
    padding: 90px 0;
    background: linear-gradient(135deg, #090e1a 0%, #0369a1 100%);
    color: white;
    text-align: center;
    position: relative;
    z-index: 2;
}

.final-cta-wrap {
    max-width: 780px;
    margin: 0 auto;
}

.final-cta-wrap h2 {
    color: white;
    font-size: 2.6rem;
    margin-bottom: 16px;
}

.final-cta-wrap p {
    color: #e0f2fe;
    font-size: 1.15rem;
    margin-bottom: 32px;
}

.cta-shield-note {
    margin-top: 20px;
    font-size: 0.85rem;
    color: #93c5fd;
}

/* Pre-Footer Directory */
.pre-footer-nav {
    background: #0f172a;
    color: #94a3b8;
    padding: 65px 0 45px;
    border-bottom: 1px solid #1e293b;
    position: relative;
    z-index: 2;
}

.pre-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.1fr 1.2fr;
    gap: 35px;
}

.logo-white {
    color: white;
    margin-bottom: 12px;
}

.brand-bio {
    font-size: 0.85rem;
    color: #94a3b8;
    line-height: 1.6;
}

.links-col h4 {
    color: white;
    font-size: 0.95rem;
    margin-bottom: 16px;
}

.links-col ul {
    list-style: none;
}

.links-col li {
    margin-bottom: 8px;
    font-size: 0.88rem;
}

.links-col a {
    color: #cbd5e1;
}

.links-col a:hover {
    color: white;
    padding-left: 3px;
}

/* Legal Footer */
.footer {
    background: #090e1a;
    color: #64748b;
    padding: 45px 0;
    font-size: 0.78rem;
    position: relative;
    z-index: 2;
}

.footer-legal-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: center;
}

.disclaimer-text {
    line-height: 1.7;
    max-width: 950px;
    margin: 0 auto;
}

.disclaimer-text a {
    color: #38bdf8;
    text-decoration: underline;
}

.footer-links-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.footer-links-row a {
    color: #94a3b8;
}

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

.copyright-line {
    color: #475569;
    font-size: 0.8rem;
    margin-top: 5px;
}

.introducting-prodentim{
margin-top: 1em;
}

/* ==========================================================================
   RESPONSIVE DESIGN (MEDIA QUERIES)
   ========================================================================== */

@media (max-width: 1024px) {
    .hero-title {
        font-size: 2.6rem;
    }

    .badges-row {
        grid-template-columns: repeat(3, 1fr);
    }

    .pricing-cards-flex {
        grid-template-columns: 1fr;
        max-width: 480px;
    }

    .card-featured-glow {
        transform: scale(1);
    }

    .bonuses-cards-grid {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin: 0 auto;
    }

    .strains-grid {
        grid-template-columns: 1fr;
    }

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

    .discovery-grid {
        grid-template-columns: 1fr;
    }

    .pre-footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .badges-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-cta-flex {
        justify-content: center;
    }

    .botanical-grid {
        grid-template-columns: 1fr;
    }

    .guarantee-bento-glass {
        flex-direction: column;
        text-align: center;
    }

    .menu-toggle {
        display: block;
    }

    .nav-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        flex-direction: column;
        padding: 25px;
        box-shadow: var(--shadow-elevated);
        display: none;
    }

    .nav-menu.active {
        display: flex;
    }

    .pre-footer-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2.1rem;
    }

    .btn {
        width: 100%;
    }
}


/* Aplica o container translúcido apenas em dispositivos móveis e telas menores */
@media (max-width: 1700px) {
  #hero .hero-text-block {
    background: rgba(255, 255, 255, 0.5); /* Fundo branco semi-transparente */
    backdrop-filter: blur(12px);            /* Desfoca as bolinhas que passam atrás */
    -webkit-backdrop-filter: blur(12px);    /* Suporte para Safari */
    border: 1px solid rgba(255, 255, 255, 0.4); /* Borda suave de vidro */
    border-radius: 20px;                     /* Bordas arredondadas */
    padding: 24px;                           /* Espaçamento interno para o texto não colar na borda */
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.08); /* Sombra leve para destacar do fundo */
  }
}