@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital,wght@0,400;1,400&family=Inter:wght@400;500;600;700&display=swap');

:root {
    --luxury-bg: #FFFFFF;
    --luxury-dark: #1A2332;
    --luxury-accent: #2BBCB4;
    --luxury-text: #1A2332;
    --luxury-muted: #5A6A7A;
    --luxury-font-serif: "Playfair Display", serif;
    --luxury-font-sans: "Nunito", sans-serif;
    --main: 177, 63%, 45%;
}

/* GLOBAL OVERRIDES - REMOVE BLUE GLOW */
* {
      box-shadow: none !important;
      text-shadow: none !important;
}

body::before, body::after, [class*="glow"], .bg-glow {
      content: none !important;
      display: none !important;
      background: none !important;
}

/* HEADER FIXES */
.header, .header-section, .header.sticky, .header-section.sticky {
      background-color: #ffffff !important;
      background: #ffffff !important;
      border-bottom: 1px solid rgba(0,0,0,0.05) !important;
}

.header.sticky .main-menu li a, .header-section.sticky .main-menu li a {
      color: #1A1A1A !important;
}

/* LOGO FIXES */
.site-logo span:last-child, 
.site-logo .shot-part,
.site-logo span:nth-child(2) {
      color: #2BBCB4 !important;
}

/* NAVIGATION FIXES */
.main-menu li a:hover,
.main-menu li a.active {
      color: #2BBCB4 !important;
}

/* HERO SECTION FIXES */
.banner-section, .hero-section {
      padding-top: 250px !important;
      background-color: #FFFFFF !important;
      margin-top: 0 !important;
}

/* DARK SECTION FIXES */
.bg--luxury-dark, .section--bg-dark {
      background-color: #1A2332 !important;
      color: #ffffff !important;
}

/* LOADER FIXES */
.preloader {
      display: none !important;
}

/* THOUGHTSHOT NEW CSS */
*, *::before, *::after { margin: 0; padding: 0;  box-sizing: border-box; }

  :root {
    --ink: #1A2332;
    --ink-muted: #5A6A7A;
    --ink-faint: #8A9BB0;
    --surface: #FFFFFF;
    --surface-alt: #F8FAFA;
    --surface-card: #FFFFFF;
    --gold: #2BBCB4;
    --gold-light: #E8F9F8;
    --gold-dark: #1E9B93;
    --border: #E4EDEC;
    --border-strong: rgba(228,237,236,0.5);
    --radius: 12px;
    --radius-sm: 6px;
  }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'Nunito', sans-serif;
    background: var(--surface);
    color: var(--ink);
    line-height: 1.6;
    overflow-x: hidden;
  }

  /* ── NAV ── */
  nav {
    position: sticky; top: 0; z-index: 100;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
    padding: 0 5vw;
    display: flex; align-items: center; justify-content: space-between;
    height: 64px;
  }

  .nav-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  .nav-logo img {
    max-height: 48px;
    min-height: 32px;
    min-width: 120px;
    width: auto;
    object-fit: contain;
    transition: all 0.3s ease;
  }
  .nav-logo span { color: var(--gold); }

  .nav-links {
    display: flex; gap: 2rem; list-style: none;
  }
  .nav-links a {
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--ink-muted);
    letter-spacing: 0.01em;
    transition: color 0.2s;
  }
  .nav-links a:hover { color: var(--ink); }

  .nav-actions { display: flex; gap: 0.75rem; align-items: center; }

  .btn {
    display: inline-flex; align-items: center; gap: 0.4rem;
    padding: 0.5rem 1.25rem;
    border-radius: 99px;
    font-size: 0.875rem;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    border: 1px solid transparent;
  }
  .btn-ghost {
    color: var(--ink-muted);
    background: transparent;
    border-color: transparent;
  }
  .btn-ghost:hover { color: var(--ink); background: var(--surface-alt); }

  .btn-gold {
    background: var(--ink);
    color: #faf9f7;
    border-color: var(--ink);
  }
  .btn-gold:hover { background: #2a2926; }

  .btn-outline {
    background: transparent;
    color: var(--ink);
    border-color: var(--border-strong);
  }
  .btn-outline:hover { background: var(--surface-alt); }

  /* ── HERO ── */
  .hero {
    min-height: calc(100vh - 64px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 0 5vw;
    align-items: center;
    position: relative;
    overflow: hidden;
  }

  .hero::before {
    content: '';
    position: absolute;
    right: -10%;
    top: -10%;
    width: 60vw;
    height: 120%;
    background: linear-gradient(135deg, var(--gold-light) 0%, transparent 60%);
    opacity: 0.5;
    z-index: 0;
    pointer-events: none;
  }

  .hero-content { position: relative; z-index: 1; padding-right: 4rem; }

  .hero-badge {
    display: inline-flex; align-items: center; gap: 0.5rem;
    padding: 0.375rem 1rem;
    border-radius: 99px;
    background: var(--gold-light);
    border: 1px solid rgba(201,168,76,0.3);
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--gold-dark);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1.75rem;
  }
  .hero-badge::before { content: '●'; font-size: 0.5rem; }

  .hero-title {
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(2.5rem, 4vw, 3.75rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: var(--ink);
    margin-bottom: 1.5rem;
  }
  .hero-title em {
    font-style: italic;
    color: var(--gold-dark);
  }

  .hero-sub {
    font-size: 1.05rem;
    color: var(--ink-muted);
    font-weight: 300;
    max-width: 440px;
    line-height: 1.75;
    margin-bottom: 2.5rem;
  }

  .hero-actions { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }

  .hero-visual {
    position: relative; z-index: 1;
    display: flex; flex-direction: column; gap: 1rem;
    padding: 2rem 0;
  }

  .hero-card {
    background: var(--surface-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.25rem 1.5rem;
    transition: transform 0.3s, box-shadow 0.3s;
  }
  .hero-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(14,13,12,0.08);
  }
  .hero-card-tag {
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold-dark);
    margin-bottom: 0.5rem;
  }
  .hero-card-title {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 0.25rem;
  }
  .hero-card-meta {
    font-size: 0.8rem;
    color: var(--ink-faint);
  }
  .hero-card-row {
    display: flex; gap: 0.75rem; align-items: center;
    margin-top: 0.75rem;
  }
  .pill {
    display: inline-block;
    padding: 0.2rem 0.6rem;
    border-radius: 99px;
    font-size: 0.7rem;
    font-weight: 500;
    background: var(--surface-alt);
    color: var(--ink-muted);
    letter-spacing: 0.04em;
  }

  /* ── TICKER ── */
  .ticker-wrap {
    overflow: hidden;
    background: var(--ink);
    padding: 0.75rem 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .ticker-track {
    display: flex;
    gap: 3rem;
    width: max-content;
    animation: ticker 28s linear infinite;
  }
  .ticker-item {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    white-space: nowrap;
  }
  .ticker-item span { color: var(--gold); margin-right: 1.5rem; }
  @keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

  /* ── SECTIONS ── */
  section { padding: 7rem 5vw; }

  .section-label {
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gold-dark);
    margin-bottom: 1rem;
  }

  .section-title {
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(1.75rem, 3vw, 2.75rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--ink);
    margin-bottom: 1rem;
  }

  .section-sub {
    font-size: 1rem;
    color: var(--ink-muted);
    font-weight: 300;
    max-width: 540px;
    line-height: 1.8;
  }

  /* ── PHILOSOPHY ── */
  .philosophy {
    background: var(--ink);
    color: #faf9f7;
  }
  .philosophy-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
  }
  .philosophy .section-label { color: var(--gold); }
  .philosophy .section-title { color: #faf9f7; }
  .philosophy .section-sub { color: rgba(250,249,247,0.55); }

  .stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-top: 3rem;
  }
  .stat-card {
    padding: 1.5rem;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--radius);
    background: rgba(255,255,255,0.04);
  }
  .stat-number {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--gold);
    letter-spacing: -0.03em;
    line-height: 1;
    margin-bottom: 0.25rem;
  }
  .stat-label {
    font-size: 0.8rem;
    color: rgba(250,249,247,0.45);
    font-weight: 400;
    letter-spacing: 0.04em;
  }

  /* ── OFFERINGS ── */
  .offerings-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 3.5rem;
    max-width: 1100px;
  }

  .offering-card {
    background: var(--surface-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 2rem;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
  }
  .offering-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s;
  }
  .offering-card:hover::before { transform: scaleX(1); }
  .offering-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(14,13,12,0.08);
  }

  .offering-icon {
    width: 44px; height: 44px;
    border-radius: 10px;
    background: var(--gold-light);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
  }

  .offering-num {
    position: absolute;
    top: 1.5rem; right: 1.75rem;
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    color: var(--surface-alt);
    line-height: 1;
    letter-spacing: -0.04em;
  }

  .offering-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 0.5rem;
  }
  .offering-desc {
    font-size: 0.875rem;
    color: var(--ink-muted);
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 1.25rem;
  }
  .offering-link {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--gold-dark);
    text-decoration: none;
    letter-spacing: 0.04em;
    display: inline-flex; align-items: center; gap: 0.3rem;
  }
  .offering-link:hover { gap: 0.5rem; }

  /* ── PODCAST ── */
  .podcast-section { background: var(--surface-alt); }
  .podcast-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
    max-width: 1100px;
  }
  .podcast-list { display: flex; flex-direction: column; gap: 1rem; margin-top: 2.5rem; }
  .podcast-item {
    display: flex; gap: 1.25rem; align-items: center;
    padding: 1.25rem;
    background: var(--surface-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none; color: inherit;
  }
  .podcast-item:hover {
    border-color: var(--gold);
    transform: translateX(4px);
  }
  .podcast-thumb {
    width: 52px; height: 52px;
    border-radius: 8px;
    background: var(--gold-light);
    flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.25rem;
  }
  .podcast-info { flex: 1; }
  .podcast-ep {
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold-dark);
    margin-bottom: 0.2rem;
  }
  .podcast-title {
    font-weight: 500;
    font-size: 0.9rem;
    color: var(--ink);
    margin-bottom: 0.2rem;
  }
  .podcast-dur { font-size: 0.75rem; color: var(--ink-faint); }
  .play-btn {
    width: 32px; height: 32px;
    border-radius: 50%;
    background: var(--ink);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }
  .play-btn svg { width: 10px; height: 10px; fill: #fff; margin-left: 2px; }

  .podcast-cta-box {
    background: var(--ink);
    border-radius: var(--radius);
    padding: 2.5rem;
    color: #faf9f7;
  }
  .podcast-cta-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #faf9f7;
    margin-bottom: 0.75rem;
    line-height: 1.3;
  }
  .podcast-cta-sub {
    font-size: 0.875rem;
    color: rgba(250,249,247,0.5);
    font-weight: 300;
    margin-bottom: 1.75rem;
    line-height: 1.7;
  }
  .notify-form { display: flex; gap: 0.75rem; }
  .notify-input {
    flex: 1;
    padding: 0.625rem 1rem;
    border-radius: 99px;
    border: 1px solid rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.08);
    color: #faf9f7;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.875rem;
    outline: none;
  }
  .notify-input::placeholder { color: rgba(255,255,255,0.3); }
  .notify-input:focus { border-color: var(--gold); }
  .btn-notify {
    padding: 0.625rem 1.25rem;
    border-radius: 99px;
    background: var(--gold);
    color: var(--ink);
    font-family: 'DM Sans', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s;
  }
  .btn-notify:hover { background: #e0ba5e; }

  /* ── COURSES ── */
  .courses-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 3.5rem;
    max-width: 1100px;
  }
  .course-card {
    background: var(--surface-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    transition: all 0.3s;
    cursor: pointer;
  }
  .course-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(14,13,12,0.08);
  }
  .course-thumb {
    height: 140px;
    background: var(--surface-alt);
    display: flex; align-items: center; justify-content: center;
    font-size: 2.5rem;
    position: relative;
  }
  .course-type {
    position: absolute;
    top: 0.75rem; left: 0.75rem;
    padding: 0.2rem 0.6rem;
    border-radius: 99px;
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: var(--ink);
    color: #faf9f7;
  }
  .course-body { padding: 1.25rem 1.5rem; }
  .course-title {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 0.4rem;
    line-height: 1.35;
  }
  .course-desc {
    font-size: 0.8rem;
    color: var(--ink-muted);
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
  .course-footer {
    display: flex; align-items: center; justify-content: space-between;
    border-top: 1px solid var(--border);
    padding-top: 0.875rem;
  }
  .course-price {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--ink);
  }
  .course-enroll {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--gold-dark);
    text-decoration: none;
    display: flex; align-items: center; gap: 0.25rem;
  }

  /* ── CONSULTANCY ── */
  .consultancy { background: var(--surface-alt); }
  .consult-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
    max-width: 1100px;
  }
  .consult-types { display: flex; flex-direction: column; gap: 1rem; margin-top: 2rem; }
  .consult-type {
    display: flex; gap: 1.25rem;
    padding: 1.25rem 1.5rem;
    background: var(--surface-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    transition: border-color 0.2s;
  }
  .consult-type:hover { border-color: var(--gold); }
  .consult-dot {
    width: 10px; height: 10px;
    border-radius: 50%;
    margin-top: 0.3rem;
    flex-shrink: 0;
  }
  .dot-virtual { background: #1D9E75; }
  .dot-live { background: var(--gold); }
  .consult-type-name {
    font-weight: 500;
    font-size: 0.9rem;
    color: var(--ink);
    margin-bottom: 0.2rem;
  }
  .consult-type-desc {
    font-size: 0.8rem;
    color: var(--ink-muted);
    font-weight: 300;
    line-height: 1.6;
  }

  .calendar-preview {
    background: var(--surface-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.5rem;
  }
  .cal-header {
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 1.25rem;
  }
  .cal-month {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--ink);
  }
  .cal-nav { font-size: 0.8rem; color: var(--ink-muted); cursor: pointer; }
  .cal-days-header {
    display: grid; grid-template-columns: repeat(7, 1fr);
    text-align: center;
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ink-faint);
    margin-bottom: 0.5rem;
    gap: 4px;
  }
  .cal-days {
    display: grid; grid-template-columns: repeat(7, 1fr);
    gap: 4px;
  }
  .cal-day {
    aspect-ratio: 1;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.8rem;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.15s;
    color: var(--ink-muted);
  }
  .cal-day:hover:not(.empty):not(.booked) {
    background: var(--surface-alt);
    color: var(--ink);
  }
  .cal-day.today {
    background: var(--ink);
    color: #faf9f7;
    font-weight: 500;
  }
  .cal-day.virtual { background: rgba(29,158,117,0.15); color: #0F6E56; font-weight: 500; }
  .cal-day.live { background: rgba(201,168,76,0.2); color: var(--gold-dark); font-weight: 500; }
  .cal-day.empty { color: transparent; pointer-events: none; }
  .cal-legend {
    display: flex; gap: 1.25rem; margin-top: 1rem;
  }
  .legend-item { display: flex; align-items: center; gap: 0.4rem; font-size: 0.7rem; color: var(--ink-muted); }
  .legend-dot { width: 8px; height: 8px; border-radius: 50%; }

  /* ── COMMUNITY ── */
  .community-inner {
    display: grid; grid-template-columns: 1fr 1fr; gap: 5rem;
    align-items: center; max-width: 1100px;
  }
  .community-features { display: flex; flex-direction: column; gap: 1.5rem; margin-top: 2rem; }
  .community-feat { display: flex; gap: 1rem; }
  .feat-icon {
    width: 36px; height: 36px; flex-shrink: 0;
    border-radius: 8px;
    background: var(--gold-light);
    display: flex; align-items: center; justify-content: center;
    font-size: 0.95rem;
  }
  .feat-title { font-weight: 500; font-size: 0.9rem; color: var(--ink); margin-bottom: 0.25rem; }
  .feat-desc { font-size: 0.8rem; color: var(--ink-muted); font-weight: 300; line-height: 1.6; }

  .members-wall {
    display: flex; flex-direction: column; gap: 1rem;
  }
  .member-row { display: flex; gap: 0.75rem; }
  .avatar {
    width: 42px; height: 42px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.8rem;
    font-weight: 500;
    flex-shrink: 0;
    border: 2px solid var(--surface-card);
  }
  .av1 { background: #EEEDFE; color: #3C3489; }
  .av2 { background: #E1F5EE; color: #085041; }
  .av3 { background: #FAECE7; color: #712B13; }
  .av4 { background: #E6F1FB; color: #0C447C; }
  .av5 { background: #FAEEDA; color: #633806; }
  .av6 { background: #FBEAF0; color: #72243E; }

  .member-card {
    flex: 1;
    background: var(--surface-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 0.875rem 1rem;
    display: flex; align-items: center; gap: 0.75rem;
  }
  .member-name { font-size: 0.85rem; font-weight: 500; color: var(--ink); }
  .member-role { font-size: 0.72rem; color: var(--ink-faint); }

  /* ── CTA ── */
  .cta-section {
    background: var(--ink);
    text-align: center;
    padding: 7rem 5vw;
  }
  .cta-content { max-width: 680px; margin: 0 auto; }
  .cta-section .section-title { color: #faf9f7; font-size: clamp(2rem, 3.5vw, 3.25rem); }
  .cta-section .section-sub { color: rgba(250,249,247,0.4); margin: 1.5rem auto 2.5rem; }

  /* ── RESPONSIVE FIXES ── */
  @media (max-width: 991px) {
    nav { padding: 0 20px; }
    .nav-links { display: none; } /* Use hamburger from layout */
    
    .hero { grid-template-columns: 1fr; text-align: center; padding-top: 100px; min-height: auto; }
    .hero-content { padding-right: 0; margin-bottom: 3rem; }
    .hero-sub { margin-left: auto; margin-right: auto; }
    .hero-actions { justify-content: center; }
    .hero-visual { padding: 0; }
    .hero::before { width: 100vw; height: 100vw; top: -20%; right: -20%; }

    .philosophy-grid, .offerings-grid, .podcast-grid, .courses-grid, .consult-grid, .community-inner {
      grid-template-columns: 1fr;
      gap: 3rem;
    }

    .offerings-grid { grid-template-columns: repeat(2, 1fr); }
    .courses-grid { grid-template-columns: repeat(2, 1fr); }
    
    .section-title { font-size: 2.25rem; }
    section { padding: 5rem 20px; }
  }

  @media (max-width: 768px) {
    .offerings-grid { grid-template-columns: 1fr; }
    .courses-grid { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: 1fr; }
    
    .hero-title { font-size: 2.75rem; }
    .section-title { font-size: 2rem; }
    
    .podcast-cta-box { padding: 2rem 1.5rem; }
    .notify-form { flex-direction: column; }
    
    .calendar-preview { padding: 1rem; }
    .cal-day { font-size: 0.75rem; }
    
    .community-feat { flex-direction: column; text-align: center; }
    .feat-icon { margin: 0 auto 0.5rem; }
  }

  @media (max-width: 480px) {
    .hero-title { font-size: 2.25rem; }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .btn { justify-content: center; width: 100%; }
    
    .nav-logo img { min-width: auto; max-height: 40px; }
    
    .offering-card { padding: 1.5rem; }
    .offering-num { font-size: 2.5rem; top: 1rem; right: 1rem; }
  }
  .cta-section .section-label { color: var(--gold); }
  .cta-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 700;
    color: #faf9f7;
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin: 1rem auto 1.5rem;
    max-width: 640px;
  }
  .cta-sub {
    font-size: 1rem;
    color: rgba(250,249,247,0.45);
    font-weight: 300;
    margin-bottom: 2.5rem;
  }
  .cta-actions { display: flex; gap: 1rem; justify-content: center; }
  .btn-cta-primary {
    padding: 0.75rem 2rem;
    border-radius: 99px;
    background: var(--gold);
    color: var(--ink);
    font-family: 'DM Sans', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    border: none; cursor: pointer;
    transition: background 0.2s;
    text-decoration: none;
  }
  .btn-cta-primary:hover { background: #e0ba5e; }
  .btn-cta-ghost {
    padding: 0.75rem 2rem;
    border-radius: 99px;
    background: transparent;
    color: rgba(250,249,247,0.7);
    font-family: 'DM Sans', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    border: 1px solid rgba(255,255,255,0.15);
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
  }
  .btn-cta-ghost:hover { background: rgba(255,255,255,0.06); color: #faf9f7; }

  /* ── FOOTER ── */
  footer {
    background: #0a0908;
    padding: 4rem 5vw 2.5rem;
    color: rgba(250,249,247,0.4);
  }
  .footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    margin-bottom: 2rem;
  }
  .footer-brand-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #faf9f7;
    margin-bottom: 0.75rem;
  }
  .footer-brand-name span { color: var(--gold); }
  .footer-tagline { font-size: 0.8rem; line-height: 1.7; max-width: 220px; }
  .footer-col-title {
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(250,249,247,0.6);
    margin-bottom: 1rem;
  }
  .footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
  .footer-links a {
    text-decoration: none;
    font-size: 0.825rem;
    color: rgba(250,249,247,0.35);
    transition: color 0.2s;
  }
  .footer-links a:hover { color: rgba(250,249,247,0.75); }
  .footer-bottom {
    display: flex; justify-content: space-between; align-items: center;
    font-size: 0.75rem;
  }
  .footer-copy { color: rgba(250,249,247,0.25); }

  /* ── ANIMATIONS ── */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }
  .hero-content > * { animation: fadeUp 0.6s ease both; }
  .hero-content > *:nth-child(1) { animation-delay: 0.1s; }
  .hero-content > *:nth-child(2) { animation-delay: 0.2s; }
  .hero-content > *:nth-child(3) { animation-delay: 0.3s; }
  .hero-content > *:nth-child(4) { animation-delay: 0.4s; }
  .hero-visual { animation: fadeUp 0.7s 0.3s ease both; }

  /* ── RESPONSIVE ── */
  @media (max-width: 900px) {
    .hero { grid-template-columns: 1fr; padding-top: 3rem; }
    .hero-visual { display: none; }
    .philosophy-grid, .consult-grid, .podcast-grid, .community-inner { grid-template-columns: 1fr; gap: 3rem; }
    .offerings-grid, .courses-grid { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr 1fr; }
    .nav-links { display: none; }
  }
  
  
  
  
  .hero-btns{
      
      padding-top:50px;
  }
