/* ============================================================
   Subhash Consulting — Design System
   Navy / Gold / Ivory executive palette
   Display: Fraunces | Body: Inter Tight
   ============================================================ */

:root {
  --navy-950: #0A1F44;
  --navy-900: #0F2A56;
  --navy-800: #16376A;
  --navy-700: #1F4785;
  --gold-600: #B8873F;
  --gold-500: #D4A857;
  --gold-400: #E4C583;
  --gold-100: #F6ECD9;
  --ivory-50: #FBF9F4;
  --ivory-100: #F5F1E7;
  --ink-900: #1B1B18;
  --ink-700: #4A4A44;
  --ink-500: #7A796F;
  --ink-300: #B8B6A8;
  --border-soft: #E5E0D3;
  --white: #FFFFFF;

  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --container: 1180px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink-900);
  background: var(--ivory-50);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

a { color: inherit; text-decoration: none; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px;
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.15;
  color: var(--navy-950);
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.2rem, 4.5vw, 3.6rem); font-weight: 400; }
h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
h3 { font-size: 1.25rem; }

em.accent {
  font-style: italic;
  color: var(--gold-600);
}

p { color: var(--ink-700); }

.lead {
  font-size: 1.15rem;
  color: var(--ink-700);
  max-width: 640px;
}

.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-600);
  margin-bottom: 16px;
}

.eyebrow.on-dark { color: var(--gold-400); }

/* ============== HEADER / NAV ============== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251, 249, 244, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border-soft);
}

.nav-wrap {
  max-width: var(--container);
  margin: 0 auto;
  padding: 18px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--navy-950);
  white-space: nowrap;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--navy-950);
  color: var(--gold-500);
  font-family: var(--font-display);
  font-size: 1.1rem;
}

.nav-links {
  display: flex;
  gap: 28px;
  list-style: none;
  font-size: 0.92rem;
  font-weight: 500;
}

.nav-links a { color: var(--ink-700); transition: color 0.15s; }
.nav-links a:hover, .nav-links a.active { color: var(--navy-950); }

.nav-cta { flex-shrink: 0; }

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.menu-toggle span {
  width: 22px; height: 2px;
  background: var(--navy-950);
}

/* ============== BUTTONS ============== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: 0.92rem;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.18s ease;
  white-space: nowrap;
}

.btn-primary {
  background: var(--navy-950);
  color: var(--white);
}
.btn-primary:hover { background: var(--navy-800); }

.btn-gold {
  background: var(--gold-500);
  color: var(--navy-950);
}
.btn-gold:hover { background: var(--gold-400); }

.btn-outline {
  background: transparent;
  border-color: var(--navy-950);
  color: var(--navy-950);
}
.btn-outline:hover { background: var(--navy-950); color: var(--white); }

.btn-sm { padding: 9px 18px; font-size: 0.85rem; }

/* ============== HERO ============== */
.hero {
  padding: 56px 0 48px;
  position: relative;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  align-items: flex-start;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--navy-950);
  color: var(--gold-400);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 28px;
}

.hero-badge .dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--gold-500);
}

.hero h1 { margin-bottom: 22px; }

.hero-actions {
  display: flex;
  gap: 14px;
  margin: 32px 0 44px;
  flex-wrap: wrap;
}

.trust-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding-top: 32px;
  border-top: 1px solid var(--border-soft);
}

.trust-stat .num {
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--navy-950);
  display: block;
}

.trust-stat .label {
  font-size: 0.78rem;
  color: var(--ink-500);
  line-height: 1.4;
  margin-top: 4px;
}

.hero-visual {
  border-radius: var(--radius-lg);
  aspect-ratio: 4/5;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 48px -20px rgba(10, 31, 68, 0.35);
}

.hero-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
}

.hero-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(10,31,68,0.88) 0%, rgba(10,31,68,0.35) 38%, rgba(10,31,68,0) 62%);
}

.hero-visual-content {
  position: relative;
  z-index: 1;
  color: var(--ivory-100);
  padding: 28px;
}

.hero-visual-content .role {
  font-size: 0.82rem;
  color: var(--gold-400);
  font-weight: 500;
}

.hero-visual-content .name {
  font-family: var(--font-display);
  font-size: 1.4rem;
  margin-top: 4px;
}

.hero-visual-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background: rgba(251, 249, 244, 0.95);
  color: var(--navy-950);
  font-size: 0.72rem;
  font-weight: 600;
  padding: 7px 13px;
  border-radius: 999px;
  letter-spacing: 0.02em;
}

/* ============== SECTION GENERAL ============== */
section { padding: 80px 0; }

.section-head {
  max-width: 640px;
  margin-bottom: 48px;
}

.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }

/* ============== IMPACT STRIP ============== */
.impact-strip {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 20px;
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  margin-top: 24px;
  box-shadow: 0 8px 20px -14px rgba(10, 31, 68, 0.25);
}

.impact-strip img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 15%;
  flex-shrink: 0;
}

.impact-strip .txt {
  font-size: 0.85rem;
  color: var(--ink-700);
}
.impact-strip .txt strong {
  color: var(--navy-950);
  font-weight: 600;
}

/* ============== STATS BAND ============== */
.stats-band {
  background: var(--navy-950);
  padding: 56px 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}

.stats-grid .num {
  font-family: var(--font-display);
  font-size: 2.4rem;
  color: var(--gold-400);
}

.stats-grid .label {
  color: var(--ivory-100);
  opacity: 0.75;
  font-size: 0.88rem;
  margin-top: 6px;
}

/* ============== TIMELINE (journey infographic) ============== */
.timeline-wrap {
  position: relative;
}

.timeline-desktop {
  display: none;
}

.timeline-mobile {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  padding-left: 36px;
}

.timeline-mobile::before {
  content: '';
  position: absolute;
  left: 9px;
  top: 10px;
  bottom: 10px;
  width: 1.5px;
  background: var(--border-soft);
}

.tl-node {
  position: relative;
  padding-bottom: 36px;
}
.tl-node:last-child { padding-bottom: 0; }

.tl-dot {
  position: absolute;
  left: -36px;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--navy-950);
  border: 3px solid var(--gold-500);
}

.tl-label {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--navy-950);
  margin-bottom: 4px;
}

.tl-punch {
  font-size: 0.92rem;
  color: var(--ink-700);
}

@media (min-width: 860px) {
  .timeline-desktop { display: block; }
  .timeline-mobile { display: none; }
}

/* ============== TRANSFORMATION GRID ============== */
.transform-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.transform-card {
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  padding: 32px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.transform-card:hover {
  box-shadow: 0 16px 32px -18px rgba(10, 31, 68, 0.18);
  transform: translateY(-2px);
}

.transform-card .badge-academy {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--gold-600);
  background: var(--gold-100);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.transform-card h3 { margin-bottom: 10px; }

.transform-card .desc {
  font-size: 0.94rem;
  color: var(--ink-700);
  margin-bottom: 16px;
}

.transform-card .distinguish {
  font-size: 0.88rem;
  color: var(--navy-800);
  font-weight: 500;
  margin-bottom: 14px;
  padding-left: 12px;
  border-left: 2px solid var(--gold-500);
}

.transform-card .outcome {
  font-size: 0.88rem;
  color: var(--ink-500);
}

/* ============== WORKSHOP FEATURED CARD ============== */
.workshop-featured {
  background: var(--navy-950);
  border-radius: var(--radius-lg);
  padding: 40px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
  color: var(--ivory-100);
  box-shadow: 0 24px 48px -24px rgba(10, 31, 68, 0.4);
}

.workshop-type-badge {
  display: inline-block;
  background: var(--gold-500);
  color: var(--navy-950);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.countdown-row {
  display: flex;
  gap: 12px;
  margin: 24px 0;
}

.countdown-unit {
  background: rgba(255,255,255,0.08);
  border-radius: var(--radius-sm);
  padding: 14px 18px;
  text-align: center;
  min-width: 68px;
}

.countdown-unit .val {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--gold-400);
}
.countdown-unit .unit {
  font-size: 0.68rem;
  color: var(--ivory-100);
  opacity: 0.7;
  text-transform: uppercase;
  margin-top: 2px;
}

.seats-line {
  font-size: 0.88rem;
  color: var(--ivory-100);
  opacity: 0.85;
  margin-bottom: 24px;
}

.seats-bar-track {
  width: 100%;
  height: 6px;
  background: rgba(255,255,255,0.12);
  border-radius: 999px;
  overflow: hidden;
  margin-top: 8px;
}
.seats-bar-fill {
  height: 100%;
  background: var(--gold-500);
  border-radius: 999px;
}

/* ============== FOOTER ============== */
.site-footer {
  background: var(--navy-950);
  color: var(--ivory-100);
  padding: 64px 0 32px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.footer-brand-desc {
  font-size: 0.9rem;
  opacity: 0.75;
  margin-top: 14px;
  max-width: 280px;
}

.footer-col h4 {
  color: var(--ivory-100);
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 16px;
}

.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; font-size: 0.9rem; opacity: 0.85; }
.footer-col a:hover { opacity: 1; color: var(--gold-400); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  font-size: 0.82rem;
  opacity: 0.6;
  flex-wrap: wrap;
  gap: 12px;
}

/* ============== WHATSAPP FLOAT ============== */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0,0,0,0.2);
  z-index: 90;
  color: white;
  font-size: 1.5rem;
}

/* ============== REVEAL ANIMATION ============== */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ============== PAGE HERO (inner pages) ============== */
.page-hero {
  padding: 48px 0 56px;
  background: var(--ivory-100);
}

.breadcrumb {
  font-size: 0.82rem;
  color: var(--ink-500);
  margin-bottom: 20px;
}
.breadcrumb a:hover { color: var(--navy-950); }

/* ============== RESPONSIVE ============== */
@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-visual { aspect-ratio: 16/9; }
  h1 { font-size: clamp(1.8rem, 3.5vw, 2.4rem); }
  .trust-stats { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .transform-grid { grid-template-columns: 1fr; }
  .workshop-featured { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
  .menu-toggle { display: flex; }
}

@media (max-width: 560px) {
  .container { padding: 0 20px; }
  .trust-stats { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .countdown-row { flex-wrap: wrap; }
}
