/* ===== CSS VARIABLES ===== */
:root {
    --navy: #0e51a8;
    --ivory: #F8F6F2;
    --gold: #C8A86B;
    --gold-light: #E8D5A3;
    --cream: #FFFDF7;
    --white: #FFFFFF;
    --warm-brown: #4A3520;
    --shadow: 0 8px 32px rgba(11, 35, 67, 0.12);
    --shadow-hover: 0 16px 48px rgba(11, 35, 67, 0.20);
    --transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ===== RESET & BASE ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Lato', sans-serif;
    background: var(--ivory);
    color: var(--navy);
    line-height: 1.7;
    padding-top: 80px;
}
h1, h2, h3, h4 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}
h2.section-title {
    font-size: 2.5rem;
    text-align: center;
    color: var(--navy);
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ===== SKIP LINK ===== */
.skip-link {
    position: absolute;
    top: -1000px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gold);
    color: var(--navy);
    padding: 12px 24px;
    border-radius: 0 0 8px 8px;
    z-index: 9999;
    font-weight: 700;
    text-decoration: none;
}
.skip-link:focus {
    top: 0;
}

/* ===== NEW STYLES FOR UPDATED CONTENT ===== */
.hero-credit {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
    margin-bottom: 24px;
}
.hero-credit strong {
    color: var(--gold);
}
.compiler-credit {
    font-size: 0.95rem;
    color: var(--warm-brown);
    margin: 8px 0 16px;
    font-style: italic;
}
.compiler-signature {
    font-size: 1.1rem;
    color: var(--navy);
    margin-top: 16px;
    font-style: italic;
}

#foreword {
    padding: 60px 0;
    background: var(--cream);
}
.foreword-content h2 {
    font-size: 2.2rem;
    color: var(--navy);
}
.foreword-text {
    max-width: 800px;
}
.foreword-text p {
    font-size: 1.05rem;
    color: var(--warm-brown);
    line-height: 1.8;
    margin-bottom: 16px;
}

#dedication {
    padding: 60px 0;
    background: var(--ivory);
}
.dedication-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
.dedication-content h2 {
    font-size: 2.2rem;
    color: var(--navy);
}
.dedication-text p {
    font-size: 1.1rem;
    color: var(--warm-brown);
    line-height: 1.8;
    margin-bottom: 16px;
}
.dedication-names {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 24px;
    margin: 20px 0;
}
.dedication-names span {
    font-size: 1.1rem;
    color: var(--navy);
    font-weight: 700;
    background: var(--cream);
    padding: 8px 20px;
    border-radius: 50px;
    border: 1px solid rgba(200, 168, 107, 0.2);
}
.dedication-message {
    font-size: 1.2rem !important;
    color: var(--gold) !important;
    font-style: italic;
}

#acknowledgements {
    padding: 60px 0;
    background: var(--cream);
}
.acknowledgements-content {
    max-width: 700px;
    margin: 0 auto;
}
.acknowledgements-content h2 {
    font-size: 2.2rem;
    color: var(--navy);
    text-align: center;
}
.acknowledgements-text p {
    font-size: 1.05rem;
    color: var(--warm-brown);
    line-height: 1.8;
    margin-bottom: 16px;
}
.acknowledgements-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    justify-content: center;
    margin: 16px 0 24px;
}
.acknowledgements-list li {
    background: var(--white);
    padding: 8px 24px;
    border-radius: 50px;
    border: 1px solid rgba(200, 168, 107, 0.2);
    font-weight: 600;
    color: var(--navy);
}
.acknowledgements-closing {
    font-size: 1.2rem !important;
    color: var(--gold) !important;
    text-align: center;
}

#copyright-notice {
    padding: 40px 0;
    background: var(--ivory);
    border-top: 1px solid rgba(200, 168, 107, 0.15);
    border-bottom: 1px solid rgba(200, 168, 107, 0.15);
}
.copyright-content {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    max-width: 800px;
    margin: 0 auto;
}
.copyright-content i {
    font-size: 2.5rem;
    color: var(--gold);
    margin-top: 4px;
}
.copyright-text p {
    font-size: 0.95rem;
    color: var(--warm-brown);
    line-height: 1.7;
}
.copyright-contact {
    margin-top: 12px;
    padding: 12px 16px;
    background: var(--cream);
    border-radius: 8px;
    border-left: 3px solid var(--gold);
}
.copyright-contact a {
    color: var(--gold);
    text-decoration: none;
}
.copyright-contact a:hover {
    text-decoration: underline;
}

/* ===== TONIC SOL-FA GUIDE ===== */
#tonic-solfa-guide {
    padding: 60px 0;
    background: var(--cream);
}
.solfa-intro {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
}
.solfa-intro p {
    font-size: 1.1rem;
    color: var(--warm-brown);
    line-height: 1.8;
}
.solfa-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.solfa-card {
    background: var(--white);
    padding: 28px 24px;
    border-radius: 16px;
    box-shadow: var(--shadow);
    transition: var(--transition);
    border: 1px solid rgba(200, 168, 107, 0.08);
    text-align: center;
}
.solfa-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
    border-color: var(--gold);
}
.solfa-card h3 {
    font-size: 1.2rem;
    color: var(--navy);
    margin-bottom: 12px;
    font-family: 'Playfair Display', serif;
}
.solfa-syllables {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-bottom: 8px;
}
.solfa-syllables span {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--gold);
    font-family: 'Playfair Display', serif;
}
.solfa-symbols p {
    font-size: 0.95rem;
    color: var(--warm-brown);
    margin: 4px 0;
}
.solfa-symbols strong {
    color: var(--navy);
}
.solfa-note {
    font-size: 0.85rem;
    color: var(--warm-brown);
    margin-top: 8px;
    font-style: italic;
}
.solfa-note-bottom {
    text-align: center;
    margin-top: 32px;
    padding: 16px;
    background: var(--ivory);
    border-radius: 8px;
    border-left: 3px solid var(--gold);
}
.solfa-note-bottom p {
    font-size: 0.95rem;
    color: var(--warm-brown);
}

/* ===== RESPONSIVE - UPDATED ===== */
@media (max-width: 992px) {
    .solfa-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .copyright-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
@media (max-width: 768px) {
    .solfa-grid {
        grid-template-columns: 1fr;
    }
    .dedication-names {
        flex-direction: column;
        align-items: center;
    }
    .acknowledgements-list {
        flex-direction: column;
        align-items: center;
    }
    .copyright-content {
        text-align: center;
    }
}

/* ===== CLICKABLE LOGO ===== */
.logo-link {
    text-decoration: none;
    display: flex;
    align-items: center;
}
.logo-link:hover .logo {
    opacity: 0.85;
}
.logo-link:hover .logo i {
    transform: scale(1.1);
}
.logo i {
    transition: var(--transition);
}

/* ===== GOLD DIVIDER ===== */
.gold-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 16px auto 24px;
    width: 100%;
    max-width: 320px;
}
.gold-divider::before,
.gold-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.gold-divider i {
    color: var(--gold);
    font-size: 1.2rem;
}

/* ===== BUTTONS ===== */
.btn-primary {
    display: inline-block;
    padding: 14px 40px;
    background: var(--navy);
    color: var(--white);
    border: 2px solid var(--gold);
    border-radius: 50px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: var(--transition);
    text-decoration: none;
    text-align: center;
}
.btn-primary:hover {
    background: var(--gold);
    color: var(--navy);
    box-shadow: 0 0 30px rgba(200, 168, 107, 0.3);
    transform: translateY(-2px);
}
.btn-secondary {
    display: inline-block;
    padding: 14px 40px;
    background: transparent;
    color: var(--white);
    border: 2px solid var(--white);
    border-radius: 50px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: var(--transition);
    text-decoration: none;
    text-align: center;
}
.btn-secondary:hover {
    background: var(--white);
    color: var(--navy);
    transform: translateY(-2px);
}
.btn-gold {
    display: inline-block;
    padding: 12px 32px;
    background: var(--gold);
    color: var(--navy);
    border: none;
    border-radius: 50px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    transition: var(--transition);
    text-decoration: none;
    text-align: center;
}
.btn-gold:hover {
    background: var(--navy);
    color: var(--gold);
    box-shadow: 0 0 30px rgba(200, 168, 107, 0.25);
    transform: translateY(-2px);
}

/* ===== NAVBAR ===== */
#navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 16px 0;
    transition: var(--transition);
    background: transparent;
}
#navbar.scrolled {
    background: var(--navy);
    box-shadow: 0 4px 20px rgba(0,0,0,0.25);
    padding: 10px 0;
}
.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--white);
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    font-weight: 700;
}
.logo i {
    color: var(--gold);
    font-size: 1.6rem;
}
.hamburger {
    display: none;
    background: none;
    border: none;
    color: var(--white);
    font-size: 1.8rem;
    cursor: pointer;
    padding: 4px 8px;
}
.nav-links {
    display: flex;
    gap: 28px;
    list-style: none;
}
.nav-links a {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    transition: var(--transition);
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
}
.nav-links a:hover,
.nav-links a.active {
    color: var(--white);
    border-bottom-color: var(--gold);
}

/* ===== HERO SECTION ===== */
#hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, var(--navy) 0%, #0a1f3d 100%);
    padding: 40px 0;
    margin-top: -80px;
    padding-top: 80px;
    position: relative;
    overflow: hidden;
}

/* Decorative music notes in hero background */
#hero::before {
    content: '♪ ♫ ♬ ♪ ♫ ♬ ♪ ♫ ♬ ♪ ♫ ♬';
    position: absolute;
    bottom: -10px;
    right: -30px;
    font-size: 10rem;
    color: rgba(255, 255, 255, 0.03);
    transform: rotate(-8deg);
    pointer-events: none;
    letter-spacing: 25px;
    z-index: 0;
    line-height: 1;
}

#hero::after {
    content: '♫ ♬ ♪ ♫ ♬ ♪ ♫ ♬';
    position: absolute;
    top: 20%;
    left: -20px;
    font-size: 6rem;
    color: rgba(255, 255, 255, 0.02);
    transform: rotate(15deg);
    pointer-events: none;
    letter-spacing: 15px;
    z-index: 0;
    line-height: 1;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}
.hero-text h1 {
    font-size: 4rem;
    color: var(--gold);
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    line-height: 1.1;
}
.hero-text .subtitle {
    font-size: 1.3rem;
    color: rgba(255,255,255,0.85);
    font-weight: 300;
    margin-top: 8px;
}
.hero-text .tagline {
    font-size: 1.5rem;
    color: var(--white);
    font-style: italic;
    font-family: 'Playfair Display', serif;
    margin: 16px 0 32px;
}
.hero-text .gold-divider {
    margin: 16px 0 24px;
    max-width: 200px;
}
.hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.hero-image img {
    width: 100%;
    max-width: 400px;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
    border: 2px solid rgba(200, 168, 107, 0.3);
    display: block;
    margin: 0 auto;
}

/* ===== CATEGORY CARDS ===== */
#categories {
    padding: 80px 0;
    background: var(--cream);
}
.category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
}
.category-card {
    background: var(--white);
    padding: 40px 24px;
    border-radius: 16px;
    text-align: center;
    box-shadow: var(--shadow);
    transition: var(--transition);
    border: 1px solid rgba(200, 168, 107, 0.15);
}
.category-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
    border-color: var(--gold);
}
.category-card i {
    font-size: 2.8rem;
    color: var(--gold);
    margin-bottom: 16px;
}
.category-card h3 {
    font-size: 1.4rem;
    margin-bottom: 8px;
    color: var(--navy);
}
.category-card p {
    color: var(--warm-brown);
    font-size: 0.95rem;
}

/* ===== TABLE OF CONTENTS ===== */
#table-of-contents {
    padding: 80px 0;
    background: var(--ivory);
    scroll-margin-top: 80px;
}
.toc-content {
    max-width: 800px;
    margin: 0 auto;
    background: var(--white);
    padding: 48px 56px;
    border-radius: 16px;
    box-shadow: var(--shadow);
    border: 1px solid rgba(200, 168, 107, 0.15);
}
.toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: toc-counter;
}
.toc-list li {
    counter-increment: toc-counter;
    padding: 10px 0 10px 48px;
    position: relative;
    font-size: 1rem;
    color: var(--warm-brown);
    line-height: 1.6;
    border-bottom: 1px solid rgba(200, 168, 107, 0.08);
    transition: var(--transition);
}
.toc-list li:last-child {
    border-bottom: none;
}
.toc-list li::before {
    content: counter(toc-counter) ".";
    position: absolute;
    left: 0;
    top: 10px;
    font-weight: 700;
    color: var(--gold);
    font-size: 0.95rem;
    min-width: 32px;
}
.toc-list li:hover {
    background: var(--ivory);
    padding-left: 56px;
}
.toc-page {
    text-align: right;
    font-size: 0.95rem;
    color: var(--warm-brown);
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid rgba(200, 168, 107, 0.15);
    font-style: italic;
}

/* ===== ABOUT PREVIEW ===== */
#about-preview {
    padding: 80px 0;
    background: var(--ivory);
}
.about-preview-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.about-text h2 {
    font-size: 2.8rem;
    color: var(--navy);
}
.about-text p {
    font-size: 1.1rem;
    color: var(--warm-brown);
    margin: 16px 0 24px;
    line-height: 1.8;
}
.about-image img {
    width: 100%;
    max-width: 350px;
    border-radius: 12px;
    box-shadow: var(--shadow);
    display: block;
    margin: 0 auto;
}

/* ===== TESTIMONIALS ===== */
#testimonials {
    padding: 80px 0;
    background: var(--cream);
}
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}
.testimonial-card {
    background: var(--white);
    padding: 32px 28px;
    border-radius: 16px;
    box-shadow: var(--shadow);
    transition: var(--transition);
    border: 1px solid rgba(200, 168, 107, 0.1);
}
.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
}
.testimonial-card .stars {
    color: var(--gold);
    font-size: 1.1rem;
    margin-bottom: 12px;
}
.testimonial-card p {
    font-size: 1rem;
    color: var(--warm-brown);
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 16px;
}
.testimonial-author {
    display: flex;
    flex-direction: column;
}
.testimonial-author strong {
    color: var(--navy);
    font-size: 1rem;
}
.testimonial-author span {
    color: var(--gold);
    font-size: 0.85rem;
}

/* ============================================================
   ENHANCED FOOTER - CLASSIC ELEGANT DESIGN
   ============================================================ */

#footer {
    background: linear-gradient(135deg, var(--navy) 0%, #0a1f3d 100%);
    color: rgba(255, 255, 255, 0.85);
    padding: 70px 0 0;
    position: relative;
    overflow: hidden;
}

/* Decorative top border */
#footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        var(--gold) 20%, 
        var(--gold-light) 50%, 
        var(--gold) 80%, 
        transparent 100%
    );
}

/* Decorative music notes in footer background */
#footer::after {
    content: '♪ ♫ ♬ ♪ ♫ ♬ ♪ ♫ ♬ ♪ ♫ ♬';
    position: absolute;
    bottom: -10px;
    right: -30px;
    font-size: 10rem;
    color: rgba(255, 255, 255, 0.02);
    transform: rotate(-8deg);
    pointer-events: none;
    letter-spacing: 25px;
    z-index: 0;
    line-height: 1;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
    z-index: 1;
}

/* ===== FOOTER BRAND ===== */
.footer-brand h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: var(--gold);
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
}

.footer-brand h3::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--gold);
}

.footer-brand .brand-icon {
    color: var(--gold);
    margin-right: 6px;
}

.footer-brand p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    margin: 12px 0 6px;
    font-weight: 300;
    line-height: 1.6;
}

.footer-brand .footer-author {
    color: var(--gold-light);
    font-weight: 400;
    font-style: italic;
    font-size: 0.9rem;
}

.footer-brand .footer-tagline {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
    margin-top: 4px;
}

/* Brand social icons in footer */
.footer-brand-social {
    margin-top: 16px;
    display: flex;
    gap: 12px;
}

.footer-brand-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: var(--transition);
    border: 1px solid rgba(200, 168, 107, 0.1);
    font-size: 1.1rem;
}

.footer-brand-social a:hover {
    background: var(--gold);
    color: var(--navy);
    transform: translateY(-3px);
    border-color: var(--gold);
    box-shadow: 0 8px 25px rgba(200, 168, 107, 0.3);
}

/* ===== FOOTER LINKS ===== */
.footer-links h4,
.footer-social h4 {
    color: var(--white);
    font-size: 1.1rem;
    font-family: 'Playfair Display', serif;
    margin-bottom: 16px;
    position: relative;
    padding-bottom: 10px;
}

.footer-links h4::after,
.footer-social h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--gold);
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links ul li {
    margin-bottom: 10px;
}

.footer-links ul li a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: var(--transition);
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer-links ul li a::before {
    content: '›';
    color: var(--gold);
    font-size: 1.2rem;
    transition: var(--transition);
    opacity: 0;
    transform: translateX(-10px);
}

.footer-links ul li a:hover {
    color: var(--gold);
    transform: translateX(8px);
}

.footer-links ul li a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

/* ===== FOOTER SOCIAL ===== */
.footer-social .social-icons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-social .social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: var(--transition);
    border: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 1.2rem;
}

.footer-social .social-icons a:hover {
    background: var(--gold);
    color: var(--navy);
    transform: translateY(-4px) scale(1.05);
    border-color: var(--gold);
    box-shadow: 0 8px 30px rgba(200, 168, 107, 0.3);
}

/* ===== FOOTER BOTTOM ===== */
.footer-bottom {
    text-align: center;
    padding: 24px 0;
    margin-top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    z-index: 1;
}

.footer-bottom p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 0.5px;
}

.footer-bottom .footer-heart {
    color: #e74c3c;
    display: inline-block;
    animation: heartBeat 1.5s infinite;
}

@keyframes heartBeat {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

.footer-bottom .footer-bottom-links {
    margin-top: 6px;
}

.footer-bottom .footer-bottom-links a {
    color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
    font-size: 0.8rem;
    transition: var(--transition);
    margin: 0 12px;
}

.footer-bottom .footer-bottom-links a:hover {
    color: var(--gold);
}

.footer-bottom .footer-bottom-links .divider {
    color: rgba(255, 255, 255, 0.1);
}

/* ============================================================
   RESPONSIVE FOOTER
   ============================================================ */

@media (max-width: 992px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    
    #footer::after {
        font-size: 6rem;
        right: -15px;
    }
}

@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .footer-brand h3::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer-brand-social {
        justify-content: center;
    }
    
    .footer-links h4::after,
    .footer-social h4::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer-links ul li a {
        justify-content: center;
    }
    
    .footer-links ul li a::before {
        display: none;
    }
    
    .footer-links ul li a:hover {
        transform: none;
    }
    
    .footer-social .social-icons {
        justify-content: center;
    }
    
    #footer::after {
        font-size: 4rem;
        right: -10px;
        bottom: -5px;
    }
    
    .footer-bottom .footer-bottom-links a {
        display: inline-block;
        margin: 4px 8px;
    }
}

@media (max-width: 480px) {
    #footer {
        padding: 40px 0 0;
    }
    
    .footer-content {
        gap: 24px;
        padding-bottom: 24px;
    }
    
    .footer-brand h3 {
        font-size: 1.6rem;
    }
    
    .footer-brand-social a {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }
    
    .footer-social .social-icons a {
        width: 38px;
        height: 38px;
        font-size: 1rem;
    }
}

/* ============================================================
   PAGE HERO (About, Gallery, etc.)
   ============================================================ */
#page-hero {
    padding: 120px 0 60px;
    background: linear-gradient(135deg, var(--navy) 0%, #0a1f3d 100%);
    text-align: center;
    margin-top: -80px;
    padding-top: 120px;
    position: relative;
    overflow: hidden;
}

/* Decorative music notes in page hero background */
#page-hero::before {
    content: '♪ ♫ ♬ ♪ ♫ ♬ ♪ ♫ ♬ ♪ ♫ ♬';
    position: absolute;
    bottom: -10px;
    right: -30px;
    font-size: 10rem;
    color: rgba(255, 255, 255, 0.03);
    transform: rotate(-8deg);
    pointer-events: none;
    letter-spacing: 25px;
    z-index: 0;
    line-height: 1;
}

#page-hero::after {
    content: '♫ ♬ ♪ ♫ ♬ ♪ ♫ ♬';
    position: absolute;
    top: 20%;
    left: -20px;
    font-size: 6rem;
    color: rgba(255, 255, 255, 0.02);
    transform: rotate(15deg);
    pointer-events: none;
    letter-spacing: 15px;
    z-index: 0;
    line-height: 1;
}

.page-hero-content {
    position: relative;
    z-index: 1;
}

.page-hero-content h1 {
    font-size: 3.5rem;
    color: var(--gold);
    font-family: 'Playfair Display', serif;
}
.page-hero-content .page-subtitle {
    font-size: 1.3rem;
    color: rgba(255,255,255,0.8);
    font-weight: 300;
}

/* ===== BOOK DESCRIPTION ===== */
#book-description {
    padding: 80px 0;
    background: var(--ivory);
}
.description-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.description-text h2 {
    font-size: 2.5rem;
    color: var(--navy);
    line-height: 1.2;
}
.description-text p {
    font-size: 1.05rem;
    color: var(--warm-brown);
    line-height: 1.8;
    margin-bottom: 16px;
}
.description-image img {
    width: 100%;
    max-width: 400px;
    border-radius: 12px;
    box-shadow: var(--shadow);
    display: block;
    margin: 0 auto;
}

/* ===== WHAT'S INSIDE ===== */
#whats-inside {
    padding: 80px 0;
    background: var(--cream);
}
.section-subtitle {
    text-align: center;
    font-size: 1.1rem;
    color: var(--warm-brown);
    margin-bottom: 40px;
    font-weight: 300;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.feature-card {
    background: var(--white);
    padding: 32px 24px;
    border-radius: 16px;
    text-align: center;
    box-shadow: var(--shadow);
    transition: var(--transition);
    border: 1px solid rgba(200, 168, 107, 0.1);
}
.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-hover);
    border-color: var(--gold);
}
.feature-card i {
    font-size: 2.4rem;
    color: var(--gold);
    margin-bottom: 16px;
}
.feature-card h3 {
    font-size: 1.3rem;
    margin-bottom: 8px;
    color: var(--navy);
}
.feature-card p {
    font-size: 0.95rem;
    color: var(--warm-brown);
}

/* ===== AUTHOR SECTION ===== */
#author {
    padding: 80px 0;
    background: var(--ivory);
}
.author-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    align-items: start;
}
.author-image {
    display: flex;
    justify-content: center;
}
.author-placeholder {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: var(--cream);
    border: 4px solid var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
}
.author-placeholder i {
    font-size: 7rem;
    color: var(--gold-light);
}
.author-text h2 {
    font-size: 2.5rem;
    color: var(--navy);
}
.author-text h3 {
    font-size: 1.6rem;
    color: var(--gold);
    font-family: 'Playfair Display', serif;
    margin-bottom: 16px;
}
.author-text p {
    font-size: 1.05rem;
    color: var(--warm-brown);
    line-height: 1.8;
    margin-bottom: 16px;
}
.author-social {
    display: flex;
    gap: 16px;
    margin-top: 24px;
}
.author-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--navy);
    color: var(--white);
    text-decoration: none;
    transition: var(--transition);
}
.author-social a:hover {
    background: var(--gold);
    color: var(--navy);
    transform: translateY(-2px);
}

/* ===== CALL TO ACTION ===== */
#cta-section {
    padding: 80px 0;
    background: var(--navy);
    text-align: center;
}
.cta-content h2 {
    font-size: 2.8rem;
    color: var(--white);
}
.cta-content .gold-text {
    color: var(--gold);
}
.cta-content p {
    font-size: 1.2rem;
    color: rgba(255,255,255,0.8);
    margin: 16px 0 32px;
}
.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .description-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .description-text .gold-divider {
        margin: 16px auto 24px;
    }
    .author-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .author-social {
        justify-content: center;
    }
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .hero-text h1 {
        font-size: 3rem;
    }
    .hero-text .gold-divider {
        margin: 16px auto 24px;
    }
    .hero-buttons {
        justify-content: center;
    }
    .about-preview-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .about-text .gold-divider {
        margin: 16px auto 24px;
    }
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .testimonial-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 768px) {
    .hamburger {
        display: block;
    }
    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: var(--navy);
        padding: 20px 24px;
        gap: 12px;
    }
    .nav-links.active {
        display: flex;
    }
    .hero-text h1 {
        font-size: 2.5rem;
    }
    .hero-text .subtitle {
        font-size: 1.1rem;
    }
    .hero-text .tagline {
        font-size: 1.2rem;
    }
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    .btn-primary,
    .btn-secondary {
        width: 100%;
        max-width: 280px;
    }
    .category-grid {
        grid-template-columns: 1fr;
        max-width: 360px;
        margin: 40px auto 0;
    }
    h2.section-title {
        font-size: 2rem;
    }
    .about-text h2 {
        font-size: 2.2rem;
    }
    .page-hero-content h1 {
        font-size: 2.5rem;
    }
    .description-text h2 {
        font-size: 2rem;
    }
    .features-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }
    .author-placeholder {
        width: 200px;
        height: 200px;
    }
    .author-placeholder i {
        font-size: 5rem;
    }
    .cta-content h2 {
        font-size: 2rem;
    }
    .toc-content {
        padding: 24px 20px;
    }
    .toc-list li {
        padding: 8px 0 8px 40px;
        font-size: 0.9rem;
    }
    .toc-list li::before {
        font-size: 0.85rem;
        min-width: 28px;
    }
}

.author-placeholder {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: var(--cream);
    border: 4px solid var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.author-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 480px) {
    .hero-text h1 {
        font-size: 2rem;
    }
    .hero-image img {
        max-width: 260px;
    }
    .about-image img {
        max-width: 240px;
    }
    .page-hero-content h1 {
        font-size: 2rem;
    }
    .description-text h2 {
        font-size: 1.6rem;
    }
    .author-text h2 {
        font-size: 2rem;
    }
    .toc-content {
        padding: 16px 14px;
    }
    .toc-list li {
        padding: 6px 0 6px 32px;
        font-size: 0.8rem;
    }
    .toc-list li::before {
        font-size: 0.75rem;
        min-width: 22px;
        top: 6px;
    }
}

/* ===== GALLERY PAGE ===== */
.gallery-hero .gold-text {
    color: var(--gold);
}
#gallery-grid {
    padding: 60px 0 80px;
    background: var(--ivory);
}
.gallery-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.gallery-item {
    background: var(--white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
    border: 1px solid rgba(200, 168, 107, 0.1);
}
.gallery-item:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
    border-color: var(--gold);
}
.gallery-image {
    width: 100%;
    height: 260px;
    overflow: hidden;
    background: var(--ivory);
    position: relative;
}
.gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}
.gallery-item:hover .gallery-image img {
    transform: scale(1.08);
}
.gallery-info {
    padding: 20px 24px 24px;
}
.gallery-info h3 {
    font-size: 1.1rem;
    color: var(--navy);
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
.gallery-info p {
    font-size: 0.9rem;
    color: var(--warm-brown);
    margin-top: 2px;
}

#share-photo {
    padding: 80px 0;
    background: var(--cream);
}
.share-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}
.share-content i {
    font-size: 3rem;
    color: var(--gold);
    margin-bottom: 16px;
}
.share-content h2 {
    font-size: 2.2rem;
    color: var(--navy);
}
.share-content p {
    font-size: 1.1rem;
    color: var(--warm-brown);
    margin: 16px 0 32px;
}

/* ===== LIGHTBOX ===== */
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.92);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    animation: lightboxFadeIn 0.3s ease;
}
.lightbox.active {
    display: flex;
}
@keyframes lightboxFadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}
.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lightbox-content img {
    max-width: 100%;
    max-height: 75vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
    border: 2px solid rgba(200, 168, 107, 0.2);
}
.lightbox-info {
    text-align: center;
    color: var(--white);
    margin-top: 16px;
}
.lightbox-info h3 {
    font-size: 1.3rem;
    color: var(--gold);
    font-family: 'Playfair Display', serif;
}
.lightbox-info p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
}
.lightbox-counter {
    display: inline-block;
    margin-top: 4px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.4);
}
.lightbox-close {
    position: fixed;
    top: 24px;
    right: 32px;
    background: none;
    border: none;
    color: var(--white);
    font-size: 2.5rem;
    cursor: pointer;
    transition: var(--transition);
    z-index: 10000;
    padding: 8px;
}
.lightbox-close:hover {
    color: var(--gold);
    transform: rotate(90deg);
}
.lightbox-prev,
.lightbox-next {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--white);
    font-size: 2rem;
    cursor: pointer;
    transition: var(--transition);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    backdrop-filter: blur(4px);
}
.lightbox-prev:hover,
.lightbox-next:hover {
    background: var(--gold);
    color: var(--navy);
    transform: translateY(-50%) scale(1.05);
}
.lightbox-prev { left: 24px; }
.lightbox-next { right: 24px; }

@media (max-width: 768px) {
    .gallery-grid-container {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }
    .gallery-image {
        height: 200px;
    }
    .share-content h2 {
        font-size: 1.8rem;
    }
    .lightbox-prev, .lightbox-next {
        width: 44px;
        height: 44px;
        font-size: 1.4rem;
    }
    .lightbox-prev { left: 12px; }
    .lightbox-next { right: 12px; }
    .lightbox-close {
        top: 16px;
        right: 20px;
        font-size: 2rem;
    }
    .lightbox-content img {
        max-height: 65vh;
    }
}

/* ===== REVIEWS PAGE ===== */
.reviews-hero .gold-text {
    color: var(--gold);
}
#rating-summary {
    padding: 60px 0;
    background: var(--white);
}
.rating-summary-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
}
.rating-big {
    text-align: center;
}
.rating-number {
    font-size: 4.5rem;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    color: var(--navy);
    line-height: 1;
}
.rating-stars {
    color: var(--gold);
    font-size: 1.6rem;
    margin: 8px 0;
}
.rating-count {
    color: var(--warm-brown);
    font-size: 0.95rem;
}
.rating-breakdown {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.rating-bar {
    display: flex;
    align-items: center;
    gap: 12px;
}
.rating-label {
    font-size: 0.85rem;
    font-weight: 700;
    min-width: 45px;
    color: var(--navy);
}
.bar-track {
    flex: 1;
    height: 8px;
    background: var(--ivory);
    border-radius: 4px;
    overflow: hidden;
}
.bar-fill {
    height: 100%;
    background: var(--gold);
    border-radius: 4px;
    transition: width 0.8s ease;
}
.rating-percent {
    font-size: 0.85rem;
    color: var(--warm-brown);
    min-width: 40px;
    text-align: right;
}

#reviews-grid {
    padding: 80px 0;
    background: var(--ivory);
}
.reviews-grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}
.review-card {
    background: var(--white);
    padding: 28px 32px;
    border-radius: 16px;
    box-shadow: var(--shadow);
    transition: var(--transition);
    border: 1px solid rgba(200, 168, 107, 0.08);
}
.review-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
    border-color: rgba(200, 168, 107, 0.3);
}
.review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
}
.reviewer-info h3 {
    font-size: 1.1rem;
    color: var(--navy);
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
.reviewer-info span {
    font-size: 0.85rem;
    color: var(--warm-brown);
}
.review-stars {
    color: var(--gold);
    font-size: 0.95rem;
    white-space: nowrap;
}
.review-text {
    font-size: 0.98rem;
    color: var(--warm-brown);
    line-height: 1.7;
    font-style: italic;
}

#submit-review {
    padding: 80px 0;
    background: var(--cream);
}
.review-form-content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.review-form-content h2 {
    font-size: 2.5rem;
    color: var(--navy);
}
.review-form-content > p {
    font-size: 1.1rem;
    color: var(--warm-brown);
    margin-bottom: 40px;
}
.google-form-wrapper {
    max-width: 700px;
    margin: 0 auto;
    background: var(--white);
    padding: 40px;
    border-radius: 16px;
    box-shadow: var(--shadow);
}

@media (max-width: 992px) {
    .rating-summary-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    .rating-bar {
        justify-content: center;
    }
    .reviews-grid-container {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px) {
    .review-header {
        flex-direction: column;
        gap: 8px;
    }
    .review-stars {
        font-size: 0.85rem;
    }
}

/* ===== BONUSES PAGE ===== */
.bonuses-hero .gold-text {
    color: var(--gold);
}
.qr-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(200, 168, 107, 0.3);
    border-radius: 50px;
    padding: 10px 24px;
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
}
.qr-badge i {
    font-size: 1.4rem;
    color: var(--gold);
}

#bonuses-grid {
    padding: 80px 0;
    background: var(--ivory);
}
.bonuses-grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}
.bonus-card {
    background: var(--white);
    padding: 32px 28px;
    border-radius: 16px;
    box-shadow: var(--shadow);
    transition: var(--transition);
    border: 1px solid rgba(200, 168, 107, 0.08);
    text-align: center;
}
.bonus-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-hover);
    border-color: var(--gold);
}
.bonus-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--cream);
    border: 2px solid var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}
.bonus-icon i {
    font-size: 2rem;
    color: var(--gold);
}
.bonus-card h3 {
    font-size: 1.3rem;
    color: var(--navy);
    margin-bottom: 8px;
}
.bonus-card > p {
    color: var(--warm-brown);
    font-size: 0.98rem;
    margin-bottom: 16px;
}
.bonus-features {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 20px;
    text-align: left;
}
.bonus-features span {
    font-size: 0.9rem;
    color: var(--warm-brown);
}
.bonus-features span i {
    color: var(--gold);
    margin-right: 8px;
    font-size: 0.85rem;
}
.bonus-btn {
    width: 100%;
    text-align: center;
}
.bonus-btn i {
    margin-right: 8px;
}

#access-instructions {
    padding: 80px 0;
    background: var(--cream);
}
.access-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    align-items: center;
}
.access-text h2 {
    font-size: 2.5rem;
    color: var(--navy);
}
.access-text > p {
    font-size: 1.1rem;
    color: var(--warm-brown);
    margin: 16px 0 32px;
}
.steps {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.step {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.step-number {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background: var(--gold);
    color: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    font-family: 'Playfair Display', serif;
}
.step-content h3 {
    font-size: 1.1rem;
    color: var(--navy);
}
.step-content p {
    color: var(--warm-brown);
    font-size: 0.95rem;
}
.access-image {
    display: flex;
    justify-content: center;
}
.qr-placeholder {
    width: 220px;
    height: 220px;
    border-radius: 16px;
    background: var(--white);
    border: 3px solid var(--gold);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow);
}
.qr-placeholder i {
    font-size: 6rem;
    color: var(--navy);
}
.qr-placeholder p {
    color: var(--warm-brown);
    font-size: 0.85rem;
    margin-top: 8px;
    text-align: center;
    padding: 0 16px;
}

#bonus-signup {
    padding: 80px 0;
    background: var(--navy);
}
.signup-content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.signup-content h2 {
    font-size: 2.5rem;
    color: var(--white);
}
.signup-content .gold-divider {
    margin: 16px auto 24px;
}
.signup-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1rem;
    margin-bottom: 32px;
}
.signup-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.signup-input-group {
    display: flex;
    gap: 12px;
    align-items: center;
}
.signup-input-group input {
    flex: 1;
    padding: 14px 20px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.05);
    color: var(--white);
    font-size: 1rem;
    font-family: 'Lato', sans-serif;
    transition: var(--transition);
}
.signup-input-group input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.signup-input-group input:focus {
    outline: none;
    border-color: var(--gold);
    background: rgba(255, 255, 255, 0.08);
}
.signup-input-group .btn-primary {
    white-space: nowrap;
    background: var(--gold);
    color: var(--navy);
    border-color: var(--gold);
}
.signup-input-group .btn-primary:hover {
    background: var(--white);
    border-color: var(--white);
}
.signup-note {
    font-size: 0.85rem !important;
    color: rgba(255, 255, 255, 0.4) !important;
    margin-top: 8px !important;
}
.signup-success {
    padding: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    border: 2px solid var(--gold);
}
.signup-success i {
    font-size: 4rem;
    color: var(--gold);
    margin-bottom: 16px;
}
.signup-success h3 {
    color: var(--white);
    font-size: 1.8rem;
}
.signup-success p {
    color: rgba(255, 255, 255, 0.8) !important;
}

@media (max-width: 992px) {
    .bonuses-grid-container {
        grid-template-columns: 1fr 1fr;
    }
    .access-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .access-text .gold-divider {
        margin: 16px auto 24px;
    }
    .step {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .qr-placeholder {
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    .bonuses-grid-container {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin: 40px auto 0;
    }
    .qr-badge {
        flex-direction: column;
        text-align: center;
        padding: 16px 20px;
    }
    .signup-input-group {
        flex-direction: column;
    }
    .signup-input-group input,
    .signup-input-group .btn-primary {
        width: 100%;
        border-radius: 50px;
    }
    .signup-content h2 {
        font-size: 2rem;
    }
    .step {
        flex-direction: row;
        text-align: left;
    }
}

/* ===== CONTACT PAGE ===== */
#contact-main {
    padding: 80px 0;
    background: var(--ivory);
}
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: start;
}
.contact-info h2 {
    font-size: 2.2rem;
    color: var(--navy);
}
.contact-intro {
    font-size: 1.05rem;
    color: var(--warm-brown);
    margin-bottom: 32px;
    line-height: 1.8;
}
.contact-methods {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 32px;
}
.contact-method {
    display: flex;
    gap: 16px;
    align-items: center;
}
.contact-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    background: var(--cream);
    border: 2px solid var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-icon i {
    font-size: 1.3rem;
    color: var(--gold);
}
.contact-detail h3 {
    font-size: 0.95rem;
    color: var(--navy);
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
.contact-detail p {
    font-size: 1rem;
    color: var(--warm-brown);
}
.contact-detail a {
    color: var(--warm-brown);
    text-decoration: none;
    transition: var(--transition);
}
.contact-detail a:hover {
    color: var(--gold);
}
.contact-social h3 {
    font-size: 1.1rem;
    color: var(--navy);
    margin-bottom: 12px;
}
.contact-social .social-icons a {
    background: var(--navy);
    color: var(--white);
}
.contact-social .social-icons a:hover {
    background: var(--gold);
    color: var(--navy);
}
.order-notice {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: var(--cream);
    padding: 20px 24px;
    border-radius: 12px;
    border-left: 4px solid var(--gold);
    margin-top: 32px;
}
.order-notice i {
    font-size: 1.6rem;
    color: var(--gold);
    margin-top: 4px;
}
.order-notice h4 {
    font-size: 1.05rem;
    color: var(--navy);
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
.order-notice p {
    font-size: 0.95rem;
    color: var(--warm-brown);
}

.contact-form-wrapper {
    background: var(--white);
    padding: 40px;
    border-radius: 16px;
    box-shadow: var(--shadow);
}
.contact-form-wrapper h2 {
    font-size: 1.8rem;
    color: var(--navy);
}
.contact-form {
    margin-top: 24px;
}
.contact-form .form-group {
    margin-bottom: 18px;
}
.contact-form label {
    display: block;
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--navy);
    margin-bottom: 6px;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid var(--ivory);
    border-radius: 8px;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    transition: var(--transition);
    background: var(--ivory);
    color: var(--navy);
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: var(--gold);
    background: var(--white);
    box-shadow: 0 0 0 3px rgba(200, 168, 107, 0.15);
}
.contact-form select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230B2343' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    cursor: pointer;
}
.contact-form textarea {
    resize: vertical;
    min-height: 120px;
}
.contact-form .btn-primary {
    width: 100%;
    text-align: center;
}
.contact-form .btn-primary i {
    margin-right: 8px;
}
.contact-success {
    text-align: center;
    padding: 40px 20px;
}
.contact-success i {
    font-size: 4rem;
    color: var(--gold);
    margin-bottom: 16px;
}
.contact-success h3 {
    font-size: 1.8rem;
    color: var(--navy);
}
.contact-success p {
    color: var(--warm-brown);
    font-size: 1.05rem;
    margin: 8px 0 24px;
}

#order-info {
    padding: 80px 0;
    background: var(--cream);
}
.order-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 40px 0;
}
.order-step {
    text-align: center;
    background: var(--white);
    padding: 32px 20px;
    border-radius: 16px;
    box-shadow: var(--shadow);
    transition: var(--transition);
    border: 1px solid rgba(200, 168, 107, 0.08);
    position: relative;
}
.order-step:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-hover);
    border-color: var(--gold);
}
.order-step-number {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--gold);
    color: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    font-family: 'Playfair Display', serif;
}
.order-step-icon {
    font-size: 2.5rem;
    color: var(--gold);
    margin-bottom: 12px;
}
.order-step h3 {
    font-size: 1.15rem;
    color: var(--navy);
    margin-bottom: 6px;
}
.order-step p {
    font-size: 0.95rem;
    color: var(--warm-brown);
}
.order-cta {
    text-align: center;
    padding-top: 32px;
    border-top: 1px solid rgba(200, 168, 107, 0.2);
}
.order-cta p {
    font-size: 1.2rem;
    color: var(--navy);
    font-weight: 700;
    margin-bottom: 16px;
}
.order-cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}
.order-cta-buttons .btn-primary i,
.order-cta-buttons .btn-gold i {
    margin-right: 8px;
}

/* ===== CONTACT SOCIAL ICONS ===== */
.contact-social .social-icons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.contact-social .social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--navy);
    color: var(--white);
    text-decoration: none;
    transition: var(--transition);
    font-size: 1.2rem;
    border: 1px solid rgba(200, 168, 107, 0.1);
}

.contact-social .social-icons a:hover {
    background: var(--gold);
    color: var(--navy);
    transform: translateY(-4px) scale(1.05);
    border-color: var(--gold);
    box-shadow: 0 8px 30px rgba(200, 168, 107, 0.3);
}

@media (max-width: 992px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .order-steps {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .contact-form-wrapper {
        padding: 24px;
    }
    .contact-method {
        flex-direction: column;
        text-align: center;
    }
    .order-notice {
        flex-direction: column;
        text-align: center;
    }
    .order-steps {
        grid-template-columns: 1fr;
        max-width: 360px;
        margin: 40px auto;
    }
    .order-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    .order-cta-buttons .btn-primary,
    .order-cta-buttons .btn-gold {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }
}

/* ===== PRIVACY PAGE ===== */
#privacy-content {
    padding: 60px 0 80px;
    background: var(--ivory);
}
.privacy-content-box {
    max-width: 800px;
    margin: 0 auto;
    background: var(--white);
    padding: 48px 56px;
    border-radius: 16px;
    box-shadow: var(--shadow);
    border: 1px solid rgba(200, 168, 107, 0.15);
}
.privacy-content-box h2 {
    font-size: 1.8rem;
    color: var(--navy);
    margin: 32px 0 12px;
    font-family: 'Playfair Display', serif;
}
.privacy-content-box h2:first-of-type {
    margin-top: 0;
}
.privacy-content-box p {
    font-size: 1rem;
    color: var(--warm-brown);
    line-height: 1.8;
    margin-bottom: 16px;
}
.privacy-content-box p a {
    color: var(--gold);
    text-decoration: none;
}
.privacy-content-box p a:hover {
    text-decoration: underline;
}
.privacy-content-box .last-updated {
    margin-top: 32px;
    padding-top: 16px;
    border-top: 1px solid rgba(200, 168, 107, 0.15);
    font-size: 0.9rem;
    color: var(--warm-brown);
}
@media (max-width: 768px) {
    .privacy-content-box {
        padding: 24px 20px;
    }
    .privacy-content-box h2 {
        font-size: 1.5rem;
    }
}

/* ============================================================
   FLOATING WHATSAPP BUTTON
   ============================================================ */

.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 65px;
    height: 65px;
    background: #25D366;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    font-size: 2.5rem;
    line-height: 65px;
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.4);
    z-index: 9999;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: whatsappPulse 2s infinite;
}

.whatsapp-float:hover {
    transform: scale(1.15) translateY(-5px);
    box-shadow: 0 12px 40px rgba(37, 211, 102, 0.6);
    color: #ffffff;
}

@keyframes whatsappPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

.whatsapp-tooltip {
    position: absolute;
    right: 80px;
    background: #ffffff;
    color: #075E54;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    font-family: 'Lato', sans-serif;
}

.whatsapp-tooltip::after {
    content: '';
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 8px 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #ffffff;
}

.whatsapp-float:hover .whatsapp-tooltip {
    opacity: 1;
    visibility: visible;
    right: 90px;
}

@media (max-width: 768px) {
    .whatsapp-float {
        width: 55px;
        height: 55px;
        font-size: 2rem;
        bottom: 20px;
        right: 20px;
    }
    .whatsapp-tooltip {
        display: none;
    }
}

@media (max-width: 480px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        font-size: 1.8rem;
        bottom: 15px;
        right: 15px;
    }
}

/* ============================================================
   GALLERY TABS
   ============================================================ */

#gallery-tabs {
    padding: 40px 0 20px;
    background: var(--ivory);
}

.tab-container {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.tab-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    border: 2px solid var(--gold);
    border-radius: 50px;
    background: transparent;
    color: var(--navy);
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: var(--transition);
}

.tab-btn i {
    font-size: 1.1rem;
}

.tab-btn .tab-count {
    background: rgba(200, 168, 107, 0.2);
    padding: 2px 10px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--navy);
}

.tab-btn:hover {
    background: var(--gold);
    color: var(--navy);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(200, 168, 107, 0.25);
}

.tab-btn.active {
    background: var(--gold);
    color: var(--navy);
    box-shadow: 0 4px 20px rgba(200, 168, 107, 0.3);
}

.tab-btn.active .tab-count {
    background: rgba(14, 81, 168, 0.15);
}

/* ===== GALLERY TAB CONTENT ===== */
.gallery-tab-content {
    display: none;
    padding: 40px 0 60px;
    background: var(--ivory);
}

.gallery-tab-content.active {
    display: block;
    animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== VIDEO THUMBNAILS ===== */
.video-thumbnail {
    position: relative;
    cursor: pointer;
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(200, 168, 107, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.video-play-btn i {
    color: var(--navy);
    font-size: 1.6rem;
    margin-left: 4px;
}

.gallery-item:hover .video-play-btn {
    transform: translate(-50%, -50%) scale(1.15);
    background: var(--gold);
    box-shadow: 0 8px 30px rgba(200, 168, 107, 0.5);
}

/* ===== VIDEO LIGHTBOX ===== */
#videoLightbox .lightbox-content {
    max-width: 90%;
    max-height: 90vh;
}

#videoLightbox.active {
    display: flex;
}

.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 900px;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
    border: 2px solid rgba(200, 168, 107, 0.2);
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .tab-btn {
        padding: 10px 20px;
        font-size: 0.9rem;
        gap: 6px;
    }
    
    .tab-btn .tab-count {
        font-size: 0.65rem;
        padding: 1px 8px;
    }
    
    .video-play-btn {
        width: 45px;
        height: 45px;
    }
    
    .video-play-btn i {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .tab-btn {
        padding: 8px 14px;
        font-size: 0.8rem;
    }
    
    .tab-btn i {
        font-size: 0.9rem;
    }
    
    .video-play-btn {
        width: 36px;
        height: 36px;
    }
    
    .video-play-btn i {
        font-size: 1rem;
    }
}
/* ============================================================
   VIDEO PLAYER - PERFECT FIT & VISIBLE CONTROLS
   ============================================================ */

#videoLightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

#videoLightbox.active {
    display: flex;
}

#videoLightbox .lightbox-content {
    max-width: 95%;
    max-height: 95vh;
    padding: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-player-container {
    position: relative;
    width: 100%;
    max-width: 1000px;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
}

.video-player-container video {
    width: 100%;
    height: auto;
    max-height: 85vh;
    display: block;
    background: #000;
    aspect-ratio: 16/9;
    object-fit: contain;
}

/* Video Controls - ALWAYS VISIBLE */
.video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
    padding: 50px 20px 16px;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 10;
}

.video-controls.active {
    opacity: 1;
}

.video-player-container:hover .video-controls {
    opacity: 1;
}

/* Progress Bar */
.video-progress {
    position: relative;
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 12px;
}

.video-progress-fill {
    width: 0%;
    height: 100%;
    background: var(--gold, #C8A86B);
    border-radius: 3px;
    transition: width 0.1s linear;
}

.video-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

/* Controls Row */
.video-controls-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.video-control-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 4px 6px;
    transition: all 0.3s ease;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.video-control-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    color: var(--gold, #C8A86B);
}

.video-time {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.85rem;
    font-family: 'Lato', sans-serif;
    min-width: 90px;
}

/* Volume Control */
.video-volume-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.video-volume-bar {
    width: 60px;
    height: 4px;
    -webkit-appearance: none;
    appearance: none;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    outline: none;
    transition: all 0.3s ease;
}

.video-volume-bar::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--gold, #C8A86B);
    cursor: pointer;
}

.video-volume-bar::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--gold, #C8A86B);
    cursor: pointer;
    border: none;
}

/* Video Lightbox Close Button */
#videoLightboxClose {
    position: fixed;
    top: 20px;
    right: 30px;
    background: none;
    border: none;
    color: #fff;
    font-size: 2.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10001;
    padding: 8px;
}

#videoLightboxClose:hover {
    color: var(--gold, #C8A86B);
    transform: rotate(90deg);
}

/* Responsive */
@media (max-width: 768px) {
    .video-controls {
        padding: 30px 12px 12px;
    }
    
    .video-volume-bar {
        width: 40px;
    }
    
    .video-control-btn {
        width: 30px;
        height: 30px;
        font-size: 1rem;
    }
    
    .video-time {
        font-size: 0.75rem;
        min-width: 70px;
    }
    
    #videoLightboxClose {
        top: 12px;
        right: 16px;
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .video-controls-row {
        flex-wrap: wrap;
        gap: 6px;
    }
    
    .video-volume-bar {
        width: 30px;
    }
    
    .video-control-btn {
        width: 26px;
        height: 26px;
        font-size: 0.85rem;
    }
    
    .video-time {
        font-size: 0.65rem;
        min-width: 60px;
    }
}

/* ============================================================
   VIDEO THUMBNAILS - ACTUAL VIDEO
   ============================================================ */

.video-thumbnail {
    width: 100%;
    height: 260px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    background: #000;
}

.video-thumbnail video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: #000;
}

/* Play button overlay */
.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: rgba(200, 168, 107, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 30px rgba(200, 168, 107, 0.3);
    z-index: 2;
    pointer-events: none;
}

.video-play-btn i {
    color: #0e51a8;
    font-size: 2rem;
    margin-left: 6px;
}

.gallery-item:hover .video-play-btn {
    transform: translate(-50%, -50%) scale(1.1);
    background: #C8A86B;
    box-shadow: 0 8px 40px rgba(200, 168, 107, 0.5);
}

/* Responsive */
@media (max-width: 992px) {
    .video-thumbnail {
        height: 220px;
    }
    .video-play-btn {
        width: 60px;
        height: 60px;
    }
    .video-play-btn i {
        font-size: 1.6rem;
    }
}

@media (max-width: 768px) {
    .video-thumbnail {
        height: 180px;
    }
    .video-play-btn {
        width: 50px;
        height: 50px;
    }
    .video-play-btn i {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .video-thumbnail {
        height: 150px;
    }
    .video-play-btn {
        width: 40px;
        height: 40px;
    }
    .video-play-btn i {
        font-size: 1rem;
    }
}