@charset "UTF-8";

/* VSL Section Styles */
.vsl-section {
    position: relative;
    overflow: hidden;
}

.video-container {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}

.vsl-pre-hook {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--accent-yellow);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
    line-height: 1.5;
}

.vsl-headline {
    color: white;
    font-size: 2.5rem;
    margin-bottom: 0;
}

.vsl-cliffhanger {
    font-size: 1.25rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    font-style: italic;
}

/* VSL Responsive Styles */
@media (max-width: 991px) {
    .vsl-section {
        padding: 60px 0 20px 0 !important;
    }

    .vsl-headline {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .vsl-section {
        padding: 40px 0 10px 0 !important;
    }

    .vsl-headline {
        font-size: 1.8rem;
    }

    .vsl-pre-hook {
        font-size: 0.95rem;
        margin-bottom: 12px;
    }

    .vsl-cliffhanger {
        font-size: 1.05rem;
    }
}

:root {
    --primary-teal: #387677;
    --primary-teal-dark: #2a5a5b;
    --primary-teal-light: #e7eeef;
    --primary-terracotta: #D98565;
    --accent-yellow: #F2A52E;
    --shadow-premium: 0 20px 60px -10px rgba(0, 0, 0, 0.3);
    --shadow-xl: 0 20px 60px -10px rgba(0, 0, 0, 0.3);
    --bg-cream: #FCF9F6;
    --bg-white: #FFFFFF;
    --bg-soft: #f8fafb;
    --text-dark: #0f172a;
    --text-body: #334155;
    --text-muted: #64748b;
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Outfit', sans-serif;
    --transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-premium: 0 20px 25px -5px rgb(0 0 0 / 0.05), 0 8px 10px -6px rgb(0 0 0 / 0.05);
    --line-height-relaxed: 1.75;
    --line-height-standard: 1.6;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-body);
    color: var(--text-body);
    line-height: var(--line-height-relaxed);
    background-color: var(--bg-white);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

h1,
h2,
h3,
h4 {
    font-family: var(--font-heading);
    color: var(--text-dark);
    margin-bottom: 24px;
    line-height: 1.15;
    overflow-wrap: break-word;
    word-wrap: break-word;
    letter-spacing: -0.02em;
}

p {
    margin-top: 0;
    margin-bottom: 20px;
}

.text-teal {
    color: var(--primary-teal);
}

.text-yellow {
    color: var(--accent-yellow);
}

.text-center {
    text-align: center;
}

.page-title {
    font-size: 3rem;
    color: var(--primary-teal);
    line-height: 1.1;
    margin-bottom: 32px;
}

.badge {
    background: rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    padding: 10px 24px;
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 32px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
}

/* Problem-Solution Section */
.problem-solution {
    padding: 120px 0;
    background: white;
}

.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.intro-centered {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.intro-centered .highlight-card {
    margin-top: 60px;
    border-left: none;
    border-top: 8px solid var(--primary-teal);
}

.content-box h2 {
    font-size: 3rem;
    margin-bottom: 32px;
}

.content-box p {
    font-size: 1.25rem;
    color: var(--text-body);
    line-height: 1.8;
}

.highlight-card {
    background: var(--bg-soft);
    padding: 60px;
    border-radius: 32px;
    border-left: 8px solid var(--primary-teal);
    box-shadow: var(--shadow-premium);
}

.highlight-card h3 {
    color: var(--primary-teal);
    margin-bottom: 24px;
    font-size: 1.75rem;
}

@media (max-width: 768px) {
    .grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .content-box h2 {
        font-size: 2.5rem;
    }

    .problem-solution {
        padding: 80px 0;
    }
}

/* Navbar */
.navbar {
    padding: 24px 0;
    background: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: var(--transition);
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 32px;
}

.nav-link {
    text-decoration: none;
    color: var(--text-dark);
    font-weight: 600;
    font-size: 0.95rem;
    transition: var(--transition);
}

.nav-link:hover {
    color: var(--primary-teal);
    transform: translateY(-1px);
}

.logo {
    height: 48px;
    transition: var(--transition);
}

.logo:hover {
    transform: scale(1.05);
}

.nav-btn {
    text-decoration: none !important;
    background: var(--text-dark);
    color: white !important;
    padding: 12px 28px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 0.9rem;
    transition: var(--transition);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15);
}

.nav-btn:hover {
    background: var(--primary-teal);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(56, 118, 119, 0.25);
}

.nav-badge {
    background: var(--primary-teal-light);
    color: var(--primary-teal);
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid rgba(56, 118, 119, 0.1);
}

/* Hamburger Menu Logic remains same, styling updated */
.nav-toggle {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 1100;
    position: relative;
    min-width: 44px;
    min-height: 44px;
}

.nav-toggle .bar {
    width: 24px;
    height: 3px;
    background: var(--text-dark);
    margin: 2px 0;
    transition: var(--transition);
    border-radius: 2px;
}

.nav-toggle.active .bar:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.nav-toggle.active .bar:nth-child(2) {
    opacity: 0;
}

.nav-toggle.active .bar:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

.nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    opacity: 0;
    transition: var(--transition);
}

.nav-overlay.active {
    display: block;
    opacity: 1;
}

@media (max-width: 768px) {
    .navbar {
        padding: 16px 0;
    }
    
    .nav-toggle {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        background: rgba(56, 118, 119, 0.1);
        border: none;
        border-radius: 8px;
        cursor: pointer;
        z-index: 1200;
        position: relative;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
    }
    
    .nav-toggle:hover {
        background: rgba(56, 118, 119, 0.2);
    }

    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 400px;
        height: 100vh;
        background: white;
        flex-direction: column;
        padding: 80px 32px;
        gap: 24px;
        box-shadow: var(--shadow-xl);
        transition: var(--transition);
        overflow-y: auto;
        z-index: 1100;
    }

    .nav-links.active {
        right: 0;
    }

    .nav-link {
        font-size: 1.1rem;
        padding: 12px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .nav-badge {
        margin: 20px 0;
        padding: 12px 20px;
        font-size: 1rem;
    }

    .nav-btn {
        margin-top: 20px;
        padding: 16px 32px;
        font-size: 1.1rem;
        text-align: center;
    }
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, var(--primary-teal) 0%, #2a5a5b 100%);
    color: white;
    padding: 140px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Subtle pattern for hero */
.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.3;
}

.hero .container {
    position: relative;
    z-index: 1;
}

.hero h1 {
    font-size: 4rem;
    color: white;
    margin-bottom: 24px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.hero p {
    font-size: 1.4rem;
    margin-bottom: 40px;
    opacity: 0.95;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

.hero-btns {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Generic Buttons */
.btn {
    display: inline-block;
    padding: 16px 36px;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 800;
    transition: var(--transition);
    border: none;
    cursor: pointer;
    font-size: 1rem;
    letter-spacing: 0.02em;
}

.btn-primary {
    background: var(--accent-yellow);
    color: var(--text-dark);
    box-shadow: 0 4px 14px rgba(242, 165, 46, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(242, 165, 46, 0.45);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.btn-red {
    background: #ef4444;
    color: white !important;
    box-shadow: 0 4px 14px rgba(239, 68, 68, 0.3);
}

.trust-bridge {
    display: block;
    margin-top: 25px;
    font-size: 0.95rem;
    opacity: 0.8;
}

.btn-red:hover {
    background: #dc2626;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(239, 68, 68, 0.45);
}

.btn-xl {
    padding: 20px 48px;
    font-size: 1.15rem;
}

@media (max-width: 768px) {
    .hero {
        padding: 100px 0;
    }

    .hero h1 {
        font-size: 2.75rem;
    }

    .hero p {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    .nav-links {

    }
    
    .hero-section h1 {
        font-size: 1.2rem;
    }
    
    .vsl-video-wrapper {
        max-width: 100% !important;
        padding: 15px !important;
    }
    
    .vsl-video {
        border-radius: 8px !important;
    }
    
    .custom-play-button {
        width: 60px !important;
        height: 60px !important;
    }
    
    .play-icon {
        font-size: 18px !important;
        margin-left: 3px !important;
    }
    
    .blog-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
    }
}

/* Cards & Grid */
.product-grid,
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.card,
.blog-card {
    background: white;
    padding: 32px;
    border-radius: 24px;
    box-shadow: var(--shadow-premium);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    min-height: 100%;
    transition: var(--transition);
    border: 1px solid rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
}

.card:hover,
.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px -12px rgba(15, 23, 42, 0.12);
    border-color: rgba(56, 118, 119, 0.1);
}

.blog-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 24px;
}

.blog-card h3 {
    margin-bottom: 16px;
    font-size: 1.5rem;
}

.blog-card p {
    margin-bottom: 32px;
    flex-grow: 1;
    color: var(--text-muted);
    font-size: 1.1rem;
}

.products {
    padding: 100px 0;
    background: var(--bg-soft);
}

.card-header {
    font-weight: 800;
    color: var(--primary-teal);
    margin-bottom: 20px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 1;
}

.card.featured {
    border: 2px solid var(--primary-teal);
    background: white;
}

.card.featured::before {
    content: 'RECOMMENDED';
    position: absolute;
    top: 24px;
    right: -32px;
    background: var(--primary-teal);
    color: white;
    padding: 8px 40px;
    font-size: 0.7rem;
    font-weight: 900;
    transform: rotate(45deg);
}

.btn-card {
    display: block;
    text-align: center;
    padding: 16px;
    background: var(--primary-teal-light);
    border-radius: 12px;
    text-decoration: none;
    color: var(--primary-teal);
    font-weight: 800;
    margin-top: auto;
    transition: var(--transition);
    border: 1px solid rgba(56, 118, 119, 0.1);
}

.btn-card:hover {
    background: var(--primary-teal);
    color: white;
}

/* Value Stack Styles */
.value-stack {
    margin: 40px 0;
    text-align: left;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: var(--shadow-md);
}

.value-stack-row {
    display: flex;
    justify-content: space-between;
    padding: 16px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    transition: var(--transition);
}

.value-stack-row:hover {
    background: var(--bg-soft);
}

.value-stack-row:last-child {
    border-bottom: none;
    background: var(--primary-teal-light);
    font-weight: 800;
}

.value-stack-label {
    color: var(--text-dark);
    font-weight: 500;
}

.value-stack-price {
    color: var(--primary-teal);
    font-weight: 700;
}

.value-total-box {
    padding: 24px;
    background: var(--text-dark);
    color: white;
    text-align: center;
}

.old-price {
    text-decoration: line-through;
    opacity: 0.5;
    font-size: 1.1rem;
    font-weight: 500;
}

/* Guarantee Box */
.guarantee-box {
    background: #fffafa;
    border: 2px dashed rgba(239, 68, 68, 0.3);
    padding: 32px;
    border-radius: 24px;
    margin: 32px 0;
    text-align: center;
    transition: var(--transition);
}

.guarantee-box:hover {
    transform: scale(1.02);
    border-color: #ef4444;
}

.guarantee-box h4 {
    color: #ef4444;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.9rem;
    font-weight: 900;
}

.guarantee-box p {
    font-size: 1rem;
    margin-bottom: 0;
    color: #b91c1c;
    line-height: 1.6;
}

/* Qualification & Workflow Styles */
.qualification-box {
    margin: 32px 0;
    text-align: left;
    display: grid;
    gap: 20px;
}

.qual-item {
    background: white;
    padding: 24px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}

.qual-item:hover {
    box-shadow: var(--shadow-md);
    border-color: rgba(56, 118, 119, 0.1);
}

.qual-item.not-for-you {
    border-left: 6px solid #ef4444;
}

.qual-item strong {
    display: block;
    margin-bottom: 16px;
    font-size: 1.1rem;
    color: var(--text-dark);
}

.qual-item ul {
    list-style: none;
    /* Removed default bullets for cleaner look */
}

.qual-item li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    font-size: 1rem;
    color: var(--text-body);
}

.qual-item li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--primary-teal);
    font-weight: 800;
}

/* How It Works Redesign */
.how-it-works-section {
    background: linear-gradient(135deg, #111d27 0%, #1a252f 100%);
    color: white;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.how-it-works-section h2 {
    color: var(--accent-yellow);
    margin-bottom: 60px;
}

.workflow-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    position: relative;
}

/* Connecting line for desktop */
@media (min-width: 992px) {
    .workflow-steps::before {
        content: '';
        position: absolute;
        top: 45px;
        left: 10%;
        right: 10%;
        height: 2px;
        background: rgba(56, 118, 119, 0.2);
        z-index: 1;
    }
}

.step {
    padding: 40px 25px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    text-align: center;
    position: relative;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.06);
    border-color: var(--primary-teal);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.step-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--primary-teal);
    color: white;
    border-radius: 16px;
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 25px;
    box-shadow: 0 10px 20px rgba(56, 118, 119, 0.3);
    transition: transform 0.3s ease;
}

.step:hover .step-num {
    transform: scale(1.1) rotate(5deg);
    background: var(--accent-yellow);
    color: var(--text-dark);
}

.step p {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 400;
}

@media (max-width: 991px) {
    .workflow-steps {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .workflow-steps {
        grid-template-columns: 1fr;
    }

    .how-it-works-section {
        padding: 60px 0;
    }

    .step {
        padding: 30px 20px;
    }
}

.delivery-notice {
    margin-top: 60px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 40px;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.6);
}

/* Footer Redesign */
.footer {
    background: var(--text-dark);
    /* Using new deeper dark color */
    color: #f1f5f9;
    padding: 120px 0 80px;
}

.footer-info {
    max-width: 360px;
}

.footer-info p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.8;
    margin-top: 24px;
}

.footer-col h4 {
    color: var(--primary-teal);
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 32px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col li {
    margin-bottom: 16px;
}

.footer-col a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 400;
    transition: var(--transition);
    display: inline-block;
}

.footer-col a:hover {
    color: var(--accent-yellow);
    transform: translateX(8px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 48px;
    margin-top: 80px;
    text-align: center;
}

.footer-bottom p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.35);
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.footer-tagline {
    margin-top: 32px;
    font-weight: 800;
    font-size: 0.9rem;
    color: var(--accent-yellow);
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .footer {
        padding: 60px 0;
        text-align: center;
    }

    .footer-info {
        max-width: 100%;
        margin-bottom: 50px;
    }

    .footer-col {
        margin-bottom: 40px;
    }

    .footer-col a:hover {
        transform: none;
    }
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.2rem;
    }

    .footer-links-group {
        gap: 30px;
        text-align: center;
    }

    .footer-col {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .hero h1 {
        font-size: 1.7rem;
        /* Reduced from 1.8rem for ultra-mobile safety */
        line-height: 1.1;
    }

    .page-title {
        font-size: 1.55rem;
    }

    .hero p {
        font-size: 1rem;
    }

    .hero-btns {
        flex-direction: column;
        width: 100%;
    }

    .btn {
        width: 100%;
        text-align: center;
    }

    .logo {
        height: 30px;
    }
}

/* --- Interactive 3D Flip Book (Ultra-Extreme Edition) --- */
.peek-inside-teaser {
    margin: 5px 0;
    padding: 0;
    text-align: center;
    perspective: 4000px;
    /* Maximum depth for massive scale */
}

.book-container {
    width: 450px;
    height: 640px;
    margin: 0 auto;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: pointer;
}

.book-container:hover {
    transform: rotateY(-5deg);
}

.book-page {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 4px 12px 12px 4px;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.15);
    padding: 60px 50px;
    transform-origin: left center;
    transition: transform 3.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    /* Ultra slow, premium flip */
    backface-visibility: hidden;
    overflow: hidden;
    user-select: none;
    border: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
}

.book-page::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.15), transparent);
}

/* Sequential Page Depths */
.book-page.front {
    z-index: 7;
    background: #fff;
    border-left: 15px solid var(--primary-teal);
}

.book-page.page-1 {
    z-index: 6;
}

.book-page.page-2 {
    z-index: 5;
}

.book-page.page-3 {
    z-index: 4;
}

.book-page.page-4 {
    z-index: 3;
}

.book-page.page-5 {
    z-index: 2;
}

.book-page.back {
    z-index: 1;
    background: #fff;
}

/* Click-to-Flip Classes (Managed by JS) */
.book-page.flipped.front {
    transform: rotateY(-165deg);
}

.book-page.flipped.page-1 {
    transform: rotateY(-155deg);
}

.book-page.flipped.page-2 {
    transform: rotateY(-145deg);
}

.book-page.flipped.page-3 {
    transform: rotateY(-135deg);
}

.book-page.flipped.page-4 {
    transform: rotateY(-125deg);
}

.book-page.flipped.page-5 {
    transform: rotateY(-115deg);
}

/* Page Content Polish */
.book-page h4 {
    font-size: 1.6rem;
    color: var(--primary-teal);
    margin-bottom: 35px;
    font-family: var(--font-heading);
    border-bottom: 5px solid var(--accent-orange);
    padding-bottom: 12px;
    display: inline-block;
    width: fit-content;
}

.book-page p {
    font-size: 1.15rem !important;
    line-height: 1.9 !important;
    color: var(--text-body);
    text-align: left;
}

.book-page ul {
    padding-left: 20px;
    text-align: left;
    margin: 25px 0;
}

.book-page li {
    font-size: 1.1rem !important;
    margin-bottom: 15px;
    list-style-type: '✓ ';
}

.page-footer {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 30px;
}

.page-num {
    font-size: 1rem;
    color: var(--text-muted);
    font-weight: 700;
}

.stamp {
    font-size: 0.85rem;
    color: var(--accent-orange);
    border: 3px solid var(--accent-orange);
    padding: 6px 15px;
    border-radius: 4px;
    transform: rotate(-12deg);
    font-weight: 950;
    text-transform: uppercase;
}

@media (max-width: 480px) {
    .book-container {
        width: 260px !important;
        height: 480px !important;
    }

    .book-page {
        padding: 20px 16px !important;
        overflow-y: auto !important;
    }

    .book-page h4 {
        font-size: 0.95rem !important;
        margin-bottom: 12px !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
        white-space: normal !important;
    }

    .book-page p {
        font-size: 0.75rem !important;
        line-height: 1.5 !important;
        margin-bottom: 8px !important;
    }

    .book-page li {
        font-size: 0.75rem !important;
        margin-bottom: 8px !important;
    }

    .book-page img {
        max-width: 60px !important;
        height: 60px !important;
        object-fit: cover !important;
    }

    .page-footer {
        padding-top: 12px !important;
        margin-top: 12px !important;
    }
}

/* ============================================
   MOBILE OPTIMISATION FIX
   ============================================ */

/* Prevent ALL images from overflowing */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {

    /* ── GENERAL SPACING ── */
    section {
        padding: 60px 0 !important;
    }

    .container {
        padding: 0 16px;
    }

    /* ── TYPOGRAPHY ── */
    h1 { font-size: 1.8rem; }
    h2 { font-size: 1.5rem; }
    h3 { font-size: 1.25rem; }

    .content-box h2 {
        font-size: 1.6rem;
    }

    .vsl-headline {
        font-size: 1.5rem;
    }

    .vsl-pre-hook {
        font-size: 0.85rem;
    }

    /* ── BUTTONS ── */
    .btn {
        min-height: 48px;
        padding: 14px 24px;
        font-size: 1rem;
        width: 100%;
        text-align: center;
        display: block;
        box-sizing: border-box;
    }

    .btn-xl {
        font-size: 1rem;
        padding: 16px 24px;
    }

    .hero-btns {
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }

    /* ── HIGHLIGHT CARDS ── */
    .highlight-card {
        padding: 28px 20px;
        border-radius: 20px;
    }

    /* ── BLOG CARDS ── */
    .blog-grid {
        grid-template-columns: 1fr !important;
        gap: 24px;
    }

    .blog-card {
        width: 100%;
    }

    .blog-card img {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }

    /* ── STORY / GRID SECTIONS ── */
    .grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    /* ── FOOTER ── */
    .footer-content {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
    }

    .footer-info {
        grid-column: span 1 !important;
    }

    /* ── TRUST SECTION ── */
    .trust-commitment-section .container > div > div {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 480px) {

    /* ── EXTRA SMALL SCREENS ── */
    h1 { font-size: 1.55rem; }
    h2 { font-size: 1.3rem; }

    .badge {
        font-size: 0.7rem;
        padding: 8px 16px;
    }

    .highlight-card {
        padding: 20px 16px;
    }

    .nav-btn {
        width: 100%;
        text-align: center;
    }
}


@media screen and (orientation: landscape) and (max-width: 900px) {
    .vsl-section {
        padding:20px 0 !important;
    }

    .vsl-section > .container > .text-center {
        display: none;
    }

    [style*="max-width:820px"] {
        max-width: 100% !important;
        padding: 0 !important;
    }

    [style*="padding-top:56.25%"] {
        padding-top: 0 !important;
        height: 85vw !important;
        max-height: 100vh !important;
    }

    video {
        position: relative !important;
        width: 100% !important;
        height: 85vh !important;
        object-fit: contain !important;
    }
}



@media (max-width: 768px) {

    #nav-check:checked ~ .nav-links,
    #nav-check:checked + .nav-toggle ~ .nav-links {
        right: 0 !important;
    }

    #nav-check:checked ~ .nav-overlay,
    #nav-check:checked + .nav-toggle ~ .nav-overlay {
        display: block !important;
        opacity: 1 !important;
    }

    #nav-check:checked + .nav-toggle .bar:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 6px);
    }

    #nav-check:checked + .nav-toggle .bar:nth-child(2) {
        opacity: 0;
    }

    #nav-check:checked + .nav-toggle .bar:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -6px);
    }

    .nav-overlay {
        cursor: pointer;
        display: none;
    }
}

