:root {
  --bg: #FDF6EE;
  --bg-warm: #F9EDE3;
  --surface: #FFFFFF;
  --terracotta: #C84B31;
  --terracotta-light: #E8A87C;
  --terracotta-dark: #9A3825;
  --saffron: #E09F3E;
  --gold: #D4A853;
  --cream: #FDF6EE;
  --brown-deep: #3D2B1F;
  --brown-mid: #5C4033;
  --brown-light: #8B6F47;
  --text: #2D1F14;
  --text-mid: #6B4C37;
  --text-light: #A0856D;
  --border: #E8D9C5;
  --accent-warm: #F5E6D3;
  --shadow: rgba(61, 43, 31, 0.08);
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ==================== NAV ==================== */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 48px;
  border-bottom: 1px solid var(--border);
  background: var(--bg);
  position: sticky;
  top: 0;
  z-index: 100;
}

.nav-brand { display: flex; align-items: center; gap: 10px; }
.nav-logo { display: flex; align-items: center; }
.nav-name {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  color: var(--brown-deep);
  letter-spacing: -0.02em;
}

.nav-tagline {
  font-size: 12px;
  color: var(--text-light);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ==================== HERO ==================== */
.hero {
  min-height: 90vh;
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 0;
  position: relative;
  overflow: hidden;
}

.hero-bg-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.pattern-grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
  background-size: 200px;
}

.pattern-circles { position: absolute; inset: 0; }
.circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid var(--border);
  opacity: 0.5;
}
.c1 { width: 400px; height: 400px; top: -100px; left: -100px; }
.c2 { width: 600px; height: 600px; top: 100px; left: 200px; border-color: var(--terracotta); opacity: 0.08; }
.c3 { width: 300px; height: 300px; bottom: 0; right: 200px; border-color: var(--saffron); opacity: 0.15; }

.hero-inner {
  padding: 80px 64px 80px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-light);
}

.marathi-text {
  font-family: var(--font-display);
  font-size: 14px;
  color: var(--terracotta);
}

.divider { color: var(--border); }

.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(48px, 5vw, 80px);
  font-weight: 600;
  line-height: 1.05;
  color: var(--brown-deep);
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

.hero-small {
  font-size: 0.5em;
  display: block;
  color: var(--terracotta);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.hero-em {
  font-style: italic;
  color: var(--terracotta-dark);
}

.hero-lede {
  font-size: 18px;
  color: var(--text-mid);
  max-width: 440px;
  margin-bottom: 32px;
  line-height: 1.7;
}

.hero-quote-block {
  padding: 24px 0;
  border-left: 3px solid var(--terracotta);
  padding-left: 20px;
  margin-bottom: 40px;
}

.marathi-quote {
  font-family: var(--font-display);
  font-size: 28px;
  font-style: italic;
  color: var(--brown-deep);
  margin-bottom: 4px;
}

.english-sub {
  font-size: 14px;
  color: var(--text-light);
}

.hero-companions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.companion-avatars { display: flex; }
.av { margin-right: -10px; }
.av:last-child { margin-right: 0; }

.av-inner {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  border: 2px solid var(--bg);
}

.sunanda { background: #F5DDD5; color: var(--terracotta-dark); }
.rekha { background: #F0E6D3; color: var(--saffron); }
.meena { background: #E8D9C5; color: var(--brown-mid); }

.av-initial { font-family: var(--font-display); }

.companion-label { display: flex; align-items: center; gap: 8px; }
.cl-count {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  color: var(--terracotta);
}
.cl-text {
  font-size: 12px;
  color: var(--text-light);
  line-height: 1.4;
}

/* Hero Visual */
.hero-visual {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 48px 48px 24px;
  background: var(--surface);
  border-left: 1px solid var(--border);
}

.visual-card {
  background: var(--bg-warm);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 36px;
  width: 100%;
  max-width: 380px;
  position: relative;
}

.card-illustration {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 28px;
  position: relative;
  height: 200px;
}

.ill-body {
  position: relative;
  width: 60px;
}
.ill-head {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #F5DDD5 0%, #E8CFC0 100%);
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.ill-head::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 8px;
  background: linear-gradient(135deg, #C84B31 0%, #E09F3E 100%);
  border-radius: 4px;
  opacity: 0.6;
}
.ill-torso {
  width: 44px;
  height: 60px;
  background: linear-gradient(180deg, #F5DDD5 0%, #E8D9C5 100%);
  margin: 4px auto 0;
  border-radius: 20px 20px 0 0;
}
.ill-belly {
  width: 60px;
  height: 50px;
  background: linear-gradient(180deg, #E8D9C5 0%, #D4A853 50%, #C84B31 100%);
  margin: 0 auto;
  border-radius: 50% 50% 40% 40% / 60% 60% 40% 40%;
  position: relative;
}
.ill-belly::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 16px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
}

.ill-ornament {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.ornament-ring {
  border: 2px solid var(--terracotta);
  border-radius: 50%;
  opacity: 0.2;
  position: absolute;
}
.r1 { width: 80px; height: 80px; top: -40px; left: -40px; }
.r2 { width: 120px; height: 120px; top: -60px; left: -60px; border-color: var(--saffron); }

.phone-spark {
  position: absolute;
  bottom: 20px;
  right: 20px;
  animation: pulse-ring 3s ease-in-out infinite;
}

@keyframes pulse-ring {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.7; }
}

.card-label {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cl-name {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  color: var(--brown-deep);
}
.cl-role {
  font-size: 13px;
  color: var(--text-light);
}
.cl-status {
  font-size: 12px;
  color: #4A7C59;
  font-weight: 500;
  margin-top: 4px;
}

.testimonial-mini {
  margin-top: 24px;
  padding: 20px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  width: 100%;
  max-width: 380px;
}
.tm-quote {
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
}
.tm-quote p {
  font-size: 13px;
  color: var(--text-mid);
  line-height: 1.5;
  font-style: italic;
}
.tm-attr {
  font-size: 12px;
  color: var(--text-light);
}

/* ==================== PROBLEM ==================== */
.problem {
  padding: 120px 48px;
  background: var(--bg-warm);
  border-top: 1px solid var(--border);
}

.problem-inner { max-width: 1100px; margin: 0 auto; }

.problem-label, .comp-label, .hiw-label, .test-label, .rit-label {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 16px;
  font-weight: 500;
}

.problem-headline {
  font-family: var(--font-display);
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 600;
  color: var(--brown-deep);
  line-height: 1.15;
  margin-bottom: 64px;
  max-width: 600px;
}
.problem-headline em { font-style: italic; color: var(--terracotta-dark); }

.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 64px;
}

.problem-card {
  padding: 36px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.problem-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px var(--shadow);
}

.pc-icon { margin-bottom: 20px; }
.problem-card h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  color: var(--brown-deep);
  margin-bottom: 12px;
}
.problem-card p {
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.65;
}

.problem-stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-top: 48px;
  border-top: 1px solid var(--border);
}

.stat { padding: 24px; }
.stat-num {
  display: block;
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 700;
  color: var(--terracotta);
  margin-bottom: 8px;
}
.stat-desc {
  font-size: 13px;
  color: var(--text-light);
  line-height: 1.5;
}

/* ==================== COMPANIONS ==================== */
.companions {
  padding: 120px 48px;
  background: var(--bg);
}

.companions-inner { max-width: 1100px; margin: 0 auto; }

.comp-headline {
  font-family: var(--font-display);
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 600;
  color: var(--brown-deep);
  line-height: 1.15;
  margin-bottom: 20px;
}
.comp-headline em { font-style: italic; color: var(--terracotta-dark); }

.comp-sub {
  font-size: 17px;
  color: var(--text-mid);
  max-width: 560px;
  line-height: 1.7;
  margin-bottom: 56px;
}

.comp-profiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 48px;
}

.comp-profile {
  padding: 32px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
}

.cp-visual {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.cp-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--border);
}

.avatar-illustration {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 12px;
}
.sunanda-av { background: linear-gradient(135deg, #F5DDD5 0%, #E8C4B0 100%); }
.rekha-av { background: linear-gradient(135deg, #F0E6D3 0%, #DCC9A3 100%); }
.meena-av { background: linear-gradient(135deg, #E8D9C5 0%, #D4BF9A 100%); }

.av-head {
  width: 32px;
  height: 32px;
  background: rgba(200, 75, 49, 0.15);
  border-radius: 50%;
}
.av-body {
  width: 36px;
  height: 20px;
  background: rgba(200, 75, 49, 0.2);
  border-radius: 8px 8px 0 0;
  margin-top: 2px;
}
.av-sari {
  width: 44px;
  height: 28px;
  background: linear-gradient(180deg, var(--terracotta) 0%, var(--saffron) 100%);
  border-radius: 0 0 12px 12px;
  margin-top: 2px;
}

.cp-badge {
  padding: 6px 12px;
  background: var(--accent-warm);
  border: 1px solid var(--border);
  border-radius: 20px;
  font-size: 11px;
  font-weight: 500;
  color: var(--terracotta);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.comp-profile h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  color: var(--brown-deep);
  margin-bottom: 4px;
}

.cp-location {
  font-size: 12px;
  color: var(--text-light);
  margin-bottom: 12px;
}

.cp-desc {
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.6;
  margin-bottom: 16px;
}

.cp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.tag {
  padding: 4px 10px;
  background: var(--bg-warm);
  border: 1px solid var(--border);
  border-radius: 12px;
  font-size: 11px;
  color: var(--text-mid);
}

.comp-promise {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 32px;
  background: var(--bg-warm);
  border: 1px solid var(--border);
  border-radius: 16px;
}

.promise-line {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: var(--text-mid);
}

/* ==================== HOW IT WORKS ==================== */
.howitworks {
  padding: 120px 48px;
  background: var(--bg-warm);
  border-top: 1px solid var(--border);
}

.hiw-inner { max-width: 900px; margin: 0 auto; }

.hiw-headline {
  font-family: var(--font-display);
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 600;
  color: var(--brown-deep);
  line-height: 1.15;
  margin-bottom: 64px;
}
.hiw-headline em { font-style: italic; color: var(--terracotta-dark); }

.steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.step {
  display: grid;
  grid-template-columns: 80px 1fr 80px;
  gap: 24px;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid var(--border);
}

.step-num {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 700;
  color: var(--terracotta);
  opacity: 0.3;
}

.step-content h3 {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 600;
  color: var(--brown-deep);
  margin-bottom: 10px;
}

.step-content p {
  font-size: 15px;
  color: var(--text-mid);
  line-height: 1.65;
  max-width: 480px;
}

.step-connector {
  width: 1px;
  height: 24px;
  background: var(--border);
  margin-left: 40px;
}

.step-icon { display: flex; justify-content: flex-end; }

/* ==================== TESTIMONIALS ==================== */
.testimonials {
  padding: 120px 48px;
  background: var(--brown-deep);
  color: var(--cream);
}

.test-inner { max-width: 1100px; margin: 0 auto; }

.test-label { color: var(--terracotta-light); }

.test-headline {
  font-family: var(--font-display);
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 600;
  color: var(--cream);
  line-height: 1.15;
  margin-bottom: 56px;
}
.test-headline em {
  font-style: italic;
  color: var(--terracotta-light);
}

.test-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.test-card {
  padding: 36px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  backdrop-filter: blur(4px);
}

.tc-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
}

.tc-stars svg { opacity: 0.9; }

.test-card blockquote {
  font-family: var(--font-display);
  font-size: 18px;
  font-style: italic;
  color: rgba(253, 246, 238, 0.9);
  line-height: 1.6;
  margin-bottom: 24px;
}

.tc-attr { display: flex; flex-direction: column; gap: 4px; }
.tc-name {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  color: var(--cream);
}
.tc-detail {
  font-size: 12px;
  color: rgba(253,246,238,0.5);
}

/* ==================== RITUALS ==================== */
.rituals {
  padding: 120px 48px;
  background: var(--bg);
  border-top: 1px solid var(--border);
}

.rit-inner { max-width: 1100px; margin: 0 auto; }

.rit-content { margin-bottom: 56px; }

.rit-headline {
  font-family: var(--font-display);
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 600;
  color: var(--brown-deep);
  line-height: 1.15;
}
.rit-headline em { font-style: italic; color: var(--terracotta-dark); }

.rit-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.rit-card {
  padding: 32px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
}

.rc-num {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 700;
  color: var(--terracotta);
  opacity: 0.25;
  margin-bottom: 16px;
}

.rit-card h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  color: var(--brown-deep);
  margin-bottom: 10px;
}

.rit-card p {
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.65;
}

/* ==================== CLOSING ==================== */
.closing {
  padding: 120px 48px;
  background: var(--terracotta);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}

.closing-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.closing-pattern { position: relative; height: 100%; }

.cp-circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.08);
}
.cp1 { width: 500px; height: 500px; top: -200px; left: -100px; }
.cp2 { width: 300px; height: 300px; bottom: -100px; right: -50px; }
.cp3 { width: 200px; height: 200px; bottom: 0; left: 50%; }

.closing-lines {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  gap: 40px;
  padding: 60px 48px;
}
.cl-line {
  width: 1px;
  background: rgba(255,255,255,0.08);
  align-self: stretch;
}

.closing-inner {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.closing-headline {
  font-family: var(--font-display);
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 600;
  color: var(--cream);
  line-height: 1.05;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

.closing-sub {
  font-size: 17px;
  color: rgba(253, 246, 238, 0.8);
  line-height: 1.7;
  margin-bottom: 36px;
}

.closing-quote {
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 16px;
  margin-bottom: 40px;
  display: inline-block;
}

.cq-marathi {
  font-family: var(--font-display);
  font-size: 26px;
  font-style: italic;
  color: var(--cream);
  margin-bottom: 4px;
}

.cq-english {
  font-size: 13px;
  color: rgba(253,246,238,0.6);
}

.closing-companions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.cc-row {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
}

.cc-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: rgba(253,246,238,0.7);
}

/* ==================== FOOTER ==================== */
.footer {
  padding: 48px;
  background: var(--brown-deep);
  color: var(--cream);
  border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 32px;
}

.footer-brand { display: flex; flex-direction: column; align-items: center; gap: 12px; }

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  color: var(--cream);
}

.footer-tagline {
  font-size: 13px;
  color: rgba(253,246,238,0.5);
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
  width: 100%;
}

.footer-note {
  font-family: var(--font-display);
  font-size: 16px;
  font-style: italic;
  color: var(--terracotta-light);
}

.footer-copy {
  font-size: 12px;
  color: rgba(253,246,238,0.3);
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-visual { display: none; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-stat-row { grid-template-columns: 1fr; }
  .comp-profiles { grid-template-columns: 1fr; }
  .test-grid { grid-template-columns: 1fr; }
  .rit-cards { grid-template-columns: 1fr; }
  .step { grid-template-columns: 60px 1fr; }
  .step-icon { display: none; }
}

@media (max-width: 768px) {
  .nav { padding: 16px 24px; }
  .nav-tagline { display: none; }
  .hero-inner { padding: 60px 24px 60px 24px; }
  .problem, .companions, .howitworks, .testimonials, .rituals, .closing { padding: 80px 24px; }
  .footer { padding: 40px 24px; }
  .cc-row { gap: 16px; }
}

/* ==================== ADMIN PANEL ==================== */
.admin-wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.admin-body {
  flex: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 24px;
  width: 100%;
}

.admin-page-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}

.admin-page-title {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 600;
  color: var(--brown-deep);
}

.admin-page-sub {
  font-size: 14px;
  color: var(--text-light);
  margin-top: 4px;
}

.admin-tabs {
  display: flex;
  gap: 4px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 0;
}

.admin-tab {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-mid);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color 0.15s, border-color 0.15s;
  cursor: pointer;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  font-family: var(--font-body);
}

.admin-tab:hover { color: var(--brown-deep); }
.admin-tab.active {
  color: var(--terracotta);
  border-bottom-color: var(--terracotta);
}

.admin-section { margin-bottom: 48px; }

.admin-section-title {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  color: var(--brown-deep);
  margin-bottom: 16px;
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.admin-stat-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px;
}

.admin-stat-num {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 700;
  color: var(--terracotta);
}

.admin-stat-label {
  font-size: 12px;
  color: var(--text-light);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 4px;
}

/* Table */
.admin-table-wrap {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
}

.admin-table th {
  padding: 14px 20px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-light);
  background: var(--bg-warm);
  text-align: left;
  border-bottom: 1px solid var(--border);
}

.admin-table td {
  padding: 16px 20px;
  font-size: 14px;
  color: var(--text);
  border-bottom: 1px solid var(--border);
  vertical-align: middle;
}

.admin-table tr:last-child td { border-bottom: none; }
.admin-table tbody tr:hover td { background: var(--bg); }

/* Status badges */
.badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.badge-pending { background: #FEF3C7; color: #92400E; }
.badge-assigned { background: #D1FAE5; color: #065F46; }
.badge-available { background: #D1FAE5; color: #065F46; }
.badge-busy { background: #FEE2E2; color: #991B1B; }
.badge-inactive { background: var(--bg-warm); color: var(--text-light); }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
  font-family: var(--font-body);
  cursor: pointer;
  border: none;
  transition: background 0.15s, transform 0.1s, box-shadow 0.15s;
}

.btn:active { transform: scale(0.98); }

.btn-primary {
  background: var(--terracotta);
  color: var(--cream);
}
.btn-primary:hover { background: var(--terracotta-dark); }

.btn-secondary {
  background: var(--bg-warm);
  color: var(--text-mid);
  border: 1px solid var(--border);
}
.btn-secondary:hover { background: var(--border); }

.btn-sm { padding: 6px 12px; font-size: 12px; }
.btn-full { width: 100%; justify-content: center; }

.btn-whatsapp {
  background: #25D366;
  color: white;
}
.btn-whatsapp:hover { background: #1DA851; }

.btn:disabled { opacity: 0.5; cursor: not-allowed; }

/* Companion cards */
.companion-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.companion-card + .companion-card { margin-top: 16px; }

.c-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 600;
}

.c-avatar.sunanda { background: linear-gradient(135deg, #F5DDD5 0%, #E8C4B0 100%); color: var(--terracotta-dark); }
.c-avatar.rekha   { background: linear-gradient(135deg, #F0E6D3 0%, #DCC9A3 100%); color: var(--saffron); }
.c-avatar.meena   { background: linear-gradient(135deg, #E8D9C5 0%, #D4BF9A 100%); color: var(--brown-mid); }

.c-info { flex: 1; }
.c-name {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  color: var(--brown-deep);
}
.c-bio {
  font-size: 14px;
  color: var(--text-mid);
  margin: 6px 0;
  line-height: 1.5;
}
.c-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }

.c-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
  flex-shrink: 0;
}

/* Waitlist client row */
.client-name { font-weight: 500; color: var(--brown-deep); }
.client-meta { font-size: 12px; color: var(--text-light); margin-top: 2px; }

/* Modal */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(61,43,31,0.4);
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  display: none;
}
.modal-overlay.open { display: flex; }

.modal {
  background: var(--surface);
  border-radius: 20px;
  padding: 32px;
  max-width: 480px;
  width: 100%;
  box-shadow: 0 24px 80px rgba(61,43,31,0.2);
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.modal-title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  color: var(--brown-deep);
}

.modal-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: var(--bg-warm);
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-mid);
}

/* Form */
.form-group { margin-bottom: 16px; }
.form-label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-mid);
  margin-bottom: 6px;
}
.form-input, .form-select, .form-textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid var(--border);
  border-radius: 10px;
  font-size: 14px;
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  outline: none;
  transition: border-color 0.15s;
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
  border-color: var(--terracotta);
}
.form-textarea { resize: vertical; min-height: 80px; }
.form-select { cursor: pointer; }

/* Toast notification */
.toast {
  position: fixed;
  bottom: 32px;
  right: 32px;
  background: var(--brown-deep);
  color: var(--cream);
  padding: 16px 24px;
  border-radius: 12px;
  font-size: 14px;
  z-index: 300;
  box-shadow: 0 8px 32px rgba(61,43,31,0.2);
  display: none;
}
.toast.show { display: block; animation: toastIn 0.3s ease; }
@keyframes toastIn {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Dashboard companion tab */
.dash-companion-header {
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 24px;
}

.dash-client-list { display: flex; flex-direction: column; gap: 12px; }

.dash-client-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 16px 20px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 16px;
  align-items: center;
}

.dc-info .client-name { font-size: 15px; }
.dc-info .client-meta { font-size: 12px; }

.dc-week {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  color: var(--terracotta);
  text-align: center;
}

.dc-last-call {
  font-size: 12px;
  color: var(--text-light);
  text-align: right;
}
.dc-last-call strong { color: var(--text-mid); display: block; }

/* Empty state */
.empty-state {
  text-align: center;
  padding: 64px 24px;
  color: var(--text-light);
}
.empty-state-icon {
  font-size: 48px;
  margin-bottom: 16px;
  opacity: 0.3;
}
.empty-state h3 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  color: var(--brown-deep);
  margin-bottom: 8px;
}
.empty-state p { font-size: 14px; }

/* Nav admin link */
.nav-admin-link {
  font-size: 13px;
  color: var(--text-light);
  text-decoration: none;
  padding: 6px 14px;
  border: 1px solid var(--border);
  border-radius: 8px;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}
.nav-admin-link:hover {
  color: var(--terracotta);
  border-color: var(--terracotta);
  background: var(--accent-warm);
}