:root {
    --black: #0E0E0E;
    --dark-grey: #151515;
    --card-bg: #1A1A1A;
    --gold: #C8A85A;
    --white: #F5F3EF;
    --font-main: 'Montserrat', sans-serif;
}

/* GLOBAL RESET */
* { box-sizing: border-box; margin: 0; padding: 0; }
a { text-decoration: none; color: inherit; transition: 0.3s; }
body { background-color: var(--black); color: var(--white); font-family: var(--font-main); line-height: 1.6; }

/* TYPOGRAPHY */
h1, h2, h3, h4 { text-transform: uppercase; font-weight: 700; letter-spacing: 1px; }
.mega-head { font-size: 4.5rem; line-height: 1; font-weight: 900; margin-bottom: 20px; }
.pre-head { color: var(--gold); font-size: 1rem; letter-spacing: 4px; margin-bottom: 10px; }
.hero-sub { font-size: 1.4rem; max-width: 700px; margin: 0 auto 40px; font-weight: 300; opacity: 0.9; }
.lead-text { font-size: 1.2rem; font-weight: 500; margin-bottom: 20px; color: #fff; }

/* UTILS */
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; position: relative; }
.text-center { text-align: center; }
.gold-subtitle { color: var(--gold); letter-spacing: 3px; font-weight: 600; margin-bottom: 15px; }
.section-header { text-align: center; margin-bottom: 60px; }
.gold-line { width: 60px; height: 3px; background: var(--gold); margin: 20px auto; }
.narrow { max-width: 800px; }
.small-note { font-size: 0.8rem; opacity: 0.6; margin-top: 15px; font-style: italic; }

/* NAV */
nav { display: flex; justify-content: space-between; align-items: center; padding: 25px 40px; position: absolute; width: 100%; z-index: 100; }
.logo { font-weight: 800; letter-spacing: 2px; color: var(--gold); font-size: 1.2rem; text-decoration: none; }
.nav-links a { color: #fff; text-decoration: none; margin: 0 20px; font-weight: 500; font-size: 0.9rem; text-transform: uppercase; transition: 0.3s; }
.nav-links a:hover { color: var(--gold); }
.btn-nav { border: 1px solid var(--gold); padding: 10px 25px; color: #fff; text-decoration: none; text-transform: uppercase; font-size: 0.8rem; }

/* HUB HERO */
.hub-hero { height: 90vh; display: flex; align-items: center; justify-content: center; text-align: center; position: relative; }

/* TEXT & NARRATIVE SECTIONS */
.text-section { padding: 100px 0; background: var(--dark-grey); }
.highlight-box { border-left: 3px solid var(--gold); padding-left: 20px; margin: 30px 0; }
.highlight-box h3 { color: #fff; font-size: 1.8rem; margin: 0; }

.lock-definition-section { padding: 100px 0; background: #000; }
.grid-2-text { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.gold-list { list-style: none; padding: 0; margin-top: 20px; }
.gold-list li { margin-bottom: 15px; display: flex; align-items: center; gap: 10px; font-size: 1.1rem; }
.gold-list li i { color: var(--gold); font-size: 0.8rem; }

/* BEFORE / AFTER CARD */
.before-after-card { background: #151515; border: 1px solid rgba(255,255,255,0.1); padding: 30px; display: flex; justify-content: space-between; align-items: center; border-radius: 4px; }
.ba-col { flex: 1; text-align: center; }
.ba-col h4 { color: #888; margin-bottom: 20px; border-bottom: 1px solid #333; padding-bottom: 10px; display: inline-block; }
.ba-col.after h4 { color: var(--gold); border-color: var(--gold); }
.ba-col ul { list-style: none; padding: 0; }
.ba-col li { margin-bottom: 10px; font-size: 0.9rem; opacity: 0.8; }
.ba-col.after li { color: #fff; opacity: 1; font-weight: 500; }
.ba-divider { color: var(--gold); font-size: 1.5rem; padding: 0 20px; }

/* AUDIENCE GRID (Not About Happiness) */
.target-audience-centered { padding: 100px 0; background: #121212; }
.audience-grid { display: flex; justify-content: center; gap: 40px; margin-top: 40px; flex-wrap: wrap; }
.audience-item { text-align: center; max-width: 200px; }
.audience-item i { font-size: 2rem; color: var(--gold); margin-bottom: 15px; }

/* TRANSFORMATION SECTION */
.transformation-section { padding: 100px 0; background: #121212; }
.transformation-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 60px; }
.transform-card { background: #181818; padding: 40px 30px; border: 1px solid rgba(255,255,255,0.05); text-align: center; transition: 0.3s; }
.transform-card:hover { transform: translateY(-5px); border-color: var(--gold); }
.icon-wrap { width: 70px; height: 70px; border-radius: 50%; background: rgba(200, 168, 90, 0.1); color: var(--gold); font-size: 1.8rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 25px; }
.transform-card h3 { font-size: 1.2rem; margin-bottom: 15px; color: #fff; }
.transform-card p { font-size: 0.95rem; opacity: 0.8; }

/* TESTIMONIALS SLIDER */
.testimonials-section { padding: 80px 0; background: #111; border-top: 1px solid rgba(255,255,255,0.05); text-align: center; }
.testimonial-slider-wrapper { max-width: 800px; margin: 40px auto 0; position: relative; min-height: 250px; }
.slide { display: none; padding: 0 40px; }
.slide.active { display: block; animation: slideUp 0.5s ease; }
.quote-icon { font-size: 2rem; color: var(--gold); margin-bottom: 20px; opacity: 0.5; }
.quote-text { font-size: 1.2rem; font-style: italic; margin-bottom: 20px; color: #ddd; }
.quote-author { color: var(--gold); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
.slider-controls { margin-top: 30px; }
.slider-controls span { cursor: pointer; color: #555; font-size: 1.5rem; margin: 0 15px; transition: 0.3s; }
.slider-controls span:hover { color: var(--gold); }
@keyframes slideUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

/* VIDEO FEATURE */
.video-feature { padding: 80px 0; background: #0E0E0E; border-bottom: 1px solid rgba(255,255,255,0.05); border-top: 1px solid rgba(255,255,255,0.05); }
.video-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 40px; align-items: center; }
.video-cta h3 { color: var(--gold); font-size: 1.5rem; margin-bottom: 10px; }

/* ECOSYSTEM & BOOKS */
.ecosystem { padding: 80px 0; background: var(--dark-grey); }
.hub-card { background: var(--card-bg); padding: 40px; border: 1px solid rgba(255,255,255,0.05); transition: 0.4s; text-decoration: none; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.hub-card:hover { transform: translateY(-5px); border-color: var(--gold); }
.hub-card h3 { font-size: 2rem; margin: 15px 0; color: #fff; }
.coaching-card { background: linear-gradient(45deg, #1a1a1a, #222); }
.tag { background: var(--gold); color: #000; padding: 5px 10px; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; display: inline-block; }
.books-section { margin-top: 20px; }
.books-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.book-card-horizontal { display: flex; align-items: flex-start; background: #181818; padding: 25px; border: 1px solid rgba(255,255,255,0.05); transition: 0.3s; }
.book-card-horizontal:hover { border-color: var(--gold); background: #1c1c1c; }
.book-img { width: 100px; flex-shrink: 0; margin-right: 25px; }
.book-img img { width: 100%; box-shadow: 0 5px 15px rgba(0,0,0,0.5); }
.book-placeholder { width: 100%; height: 140px; background: #333; display: flex; align-items: center; justify-content: center; color: #555; }
.book-info h4 { margin-bottom: 10px; font-size: 1.1rem; }
.book-info p { font-size: 0.9rem; margin-bottom: 15px; opacity: 0.7; }

/* STORY / ABOUT */
.story-section { padding: 120px 0; }
.flex-story { display: flex; align-items: center; gap: 60px; }
.story-img { flex: 1; }
.story-img img { width: 100%; max-width: 400px; border: 1px solid var(--gold); padding: 10px; }
.story-content { flex: 1.5; }

/* BUTTONS */
.btn-primary { background: var(--gold); color: #000; padding: 15px 40px; text-decoration: none; font-weight: 700; text-transform: uppercase; display: inline-block; transition: 0.3s; cursor: pointer; border: none; }
.btn-outline { border: 2px solid #fff; color: #fff; padding: 13px 35px; text-decoration: none; font-weight: 700; text-transform: uppercase; display: inline-block; margin-left: 15px; transition: 0.3s; cursor: pointer; background: transparent; }
.btn-outline:hover { background: #fff; color: #000; }
.btn-tiny { background: transparent; border: 1px solid var(--gold); color: var(--gold); padding: 8px 15px; font-size: 0.75rem; text-transform: uppercase; font-weight: 600; display: inline-block; transition: 0.3s; }
.btn-tiny:hover { background: var(--gold); color: #000; }

/* FOOTER */
.hub-footer { background: #000; padding: 60px 0; border-top: 1px solid rgba(255,255,255,0.1); }
.footer-grid { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 40px; margin-bottom: 40px; }
.brand-col { flex: 2; min-width: 250px; }
.link-col, .social-col { flex: 1; min-width: 150px; }
.brand-col h3 { color: var(--gold); margin-bottom: 10px; }
.link-col h4, .social-col h4 { font-size: 0.9rem; color: #fff; margin-bottom: 15px; opacity: 0.7; }
.link-col a { display: block; color: #888; text-decoration: none; margin-bottom: 10px; transition: 0.3s; }
.link-col a:hover { color: #fff; }
.social-icons a { color: #fff; font-size: 1.2rem; margin-right: 20px; transition: 0.3s; }
.social-icons a:hover { color: var(--gold); }
.copyright { text-align: center; color: #555; font-size: 0.8rem; border-top: 1px solid rgba(255,255,255,0.05); padding-top: 20px; }

/* RESPONSIVE */
@media(max-width: 900px) {
    .mega-head { font-size: 2.8rem; }
    .video-grid, .grid-2-large, .books-grid, .flex-story, .grid-2-text, .transformation-grid { grid-template-columns: 1fr; flex-direction: column; }
    .video-grid { gap: 20px; }
    .nav-links { display: none; }
    .flex-story { gap: 40px; }
    .footer-grid { flex-direction: column; }
    .story-img img { max-width: 300px; margin: 0 auto; display: block; }
    .before-after-card { flex-direction: column; gap: 20px; }
    .ba-divider { transform: rotate(90deg); }
}