@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@400;500;600;700;800;900&family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Poppins:wght@400;500;600;700;800&display=swap');

:root {
  --blush: #FBE4E8;
  --blush-deep: #F6CFD8;
  --rose: #C2185B;
  --rose-dark: #99113F;
  --maroon: #7A1430;
  --navy: #1F2A44;
  --gold: #C8932A;
  --gold-light: #F4D27A;
  --ivory: #FFFDF9;
  --ivory-warm: #FFF7EE;
  --ink: #2B2330;
  --ink-soft: #6B5A63;

  --font-mr-display: 'Noto Sans Devanagari', sans-serif;
  --font-en-display: 'Fraunces', serif;
  --font-body: 'Poppins', 'Noto Sans Devanagari', sans-serif;
}

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

html { scroll-behavior: smooth; }

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

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ============ Marigold divider (signature element) ============ */
.petal-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 0;
}
.petal-divider .line {
  height: 1px;
  width: 64px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.petal-divider svg { width: 22px; height: 22px; flex-shrink: 0; }

/* ============ Header ============ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 253, 249, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(194, 24, 91, 0.1);
}
.header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.header-logo img {height: 101px;width: auto;}
.header-nav {
  display: flex;
  align-items: center;
  gap: 36px;
}
.header-nav a {
  font-size: 15px;
  font-weight: 600;
  color: var(--navy);
  position: relative;
  padding: 6px 0;
  transition: color 0.2s;
}
.header-nav a:hover { color: var(--rose); }
.header-nav a.active { color: var(--rose); }
.header-nav a.active::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
}
.btn-header-cta {
  background: #0e2444;
  color: #fff !important;
  padding: 11px 24px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 14.5px;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(194,24,91,0.28);
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn-header-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(194,24,91,0.36);
}
.mobile-toggle { display: none; }

/* ============ Mobile nav ============ */
.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--ivory);
  z-index: 200;
  padding: 24px 32px;
  flex-direction: column;
}
.mobile-menu.open { display: flex; }
.mobile-menu-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px; }
.mobile-menu-top img { height: 40px; }
.mobile-menu-close { background: none; border: none; cursor: pointer; padding: 8px; }
.mobile-menu a {
  font-size: 22px;
  font-weight: 700;
  color: var(--navy);
  padding: 16px 0;
  border-bottom: 1px solid rgba(31,42,68,0.08);
}
.mobile-menu a.active { color: var(--rose); }
.mobile-menu .btn { margin-top: 28px; justify-content: center; }
.menu-burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}

/* ============ Buttons ============ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 32px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  border: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn-primary {
  background: #173052;
  color: #fff;
  box-shadow: 0 8px 24px rgba(194,24,91,0.3);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(194,24,91,0.4); }
.btn-gold {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #4A2E00;
  box-shadow: 0 8px 24px rgba(168,121,20,0.32);
}
.btn-gold:hover { transform: translateY(-2px); }
.btn-outline {
  background: transparent;
  color: var(--navy);
  border: 1.5px solid rgba(31,42,68,0.25);
}
.btn-outline:hover {border-color: #091b5c;color: #1853a3;}
.btn-outline-light {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.5);
}
.btn-outline-light:hover { border-color: #fff; background: rgba(255,255,255,0.1); }

/* ============ Eyebrow / section labels ============ */
.eyebrow {
  font-family: var(--font-body);
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rose);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 1.5px;
  background: var(--gold);
}

/* ============ Section base ============ */
section { padding: 96px 0; }
.section-tight { padding: 64px 0; }

.section-head {
  max-width: 680px;
  margin-bottom: 56px;
}
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }

h1, h2, h3, h4 { font-weight: 700; color: var(--navy); }

.h-display {
  font-family: var(--font-en-display);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.01em;
}
.h-mr {
  font-family: var(--font-mr-display);
  font-weight: 800;
}

.section-head h2 {
  font-size: 42px;
  margin-bottom: 18px;
}
.section-head p {
  font-size: 17.5px;
  color: var(--ink-soft);
  line-height: 1.7;
}

/* ============ Footer ============ */
.site-footer {
  background: var(--navy);
  color: #E8E4ED;
  padding: 72px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 48px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-logo img { height: 42px; margin-bottom: 18px; filter: brightness(0) invert(1); opacity: 0.92; }
.footer-about p { font-size: 14.5px; color: #B8B2C4; line-height: 1.75; max-width: 280px; }
.footer-col h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: 0.02em;
}
.footer-col ul li { margin-bottom: 11px; }
.footer-col ul li a {
  font-size: 14.5px;
  color: #B8B2C4;
  transition: color 0.2s;
}
.footer-col ul li a:hover { color: var(--gold-light); }
.footer-contact-item {
  display: flex;
  gap: 10px;
  font-size: 14.5px;
  color: #B8B2C4;
  margin-bottom: 14px;
  align-items: flex-start;
}
.footer-contact-item svg { flex-shrink: 0; margin-top: 2px; opacity: 0.8; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  font-size: 13px;
  color: #8A82A0;
}
.footer-credo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-credo img { height: 28px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,0.25); }

/* ============ Sticky bottom CTA (mobile) ============ */
.sticky-cta {
  display: none;
}

/* ============ Utility ============ */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }

@media (max-width: 980px) {
  .header-nav { display: none; }
  .btn-header-cta { display: none; }
  .menu-burger { display: block; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .section-head h2 { font-size: 32px; }
  section { padding: 64px 0; }
}

/* ============ HERO ============ */
.hero {
  position: relative;
  background: linear-gradient(170deg, #edf7ff 0%, var(--ivory-warm) 58%, var(--ivory) 100%);
  overflow: hidden;
  padding: 64px 0 0;
}
.hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
}
.hero-copy { padding-bottom: 56px; }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--blush-deep);
  padding: 8px 16px 8px 8px;
  border-radius: 100px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--maroon);
  margin-bottom: 28px;
  box-shadow: 0 4px 14px rgba(122,20,48,0.06);
}
.hero-badge .dot-imgs { display: flex; }
.hero-badge .dot-imgs img {
  width: 26px; height: 26px; border-radius: 50%;
  object-fit: cover; border: 2px solid #fff;
  margin-left: -8px;
}
.hero-badge .dot-imgs img:first-child { margin-left: 0; }

.hero h1 {
  font-family: var(--font-mr-display);
  font-weight: 800;
  font-size: 54px;
  line-height: 1.18;
  color: var(--navy);
  margin-bottom: 8px;
}
.hero h1 .rose { color: var(--rose); }
.hero .hero-en {
  font-family: var(--font-en-display);
  font-style: italic;
  font-weight: 500;
  font-size: 21px;
  color: var(--ink-soft);
  margin-bottom: 26px;
}
.hero-desc {
  font-size: 17px;
  color: var(--ink-soft);
  max-width: 480px;
  margin-bottom: 36px;
}
.hero-cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.hero-stats {
  display: flex;
  gap: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(31,42,68,0.1);
}
.hero-stat .num {
  font-family: var(--font-en-display);
  font-size: 30px;
  font-weight: 600;
  color: var(--rose);
  line-height: 1;
}
.hero-stat .label {
  font-size: 13px;
  color: var(--ink-soft);
  margin-top: 6px;
  font-weight: 500;
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
}
.hero-visual-frame {
  position: relative;
  width: 100%;
  max-width: 460px;
}
.hero-visual-frame::before {
  content: "";
  position: absolute;
  inset: -28px;
  background: radial-gradient(ellipse at center, var(--gold-light) 0%, transparent 68%);
  opacity: 0.45;
  z-index: 0;
}
.hero-visual-frame img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.hero-floating-card {
  position: absolute;
  z-index: 2;
  background: #fff;
  border-radius: 16px;
  padding: 14px 18px;
  box-shadow: 0 14px 36px rgba(31,42,68,0.14);
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-floating-card.fc-1 { top: 8%; left: -4%; }
.hero-floating-card.fc-2 { bottom: 6%; right: -6%; }
.hero-floating-card .fc-icon {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--blush); display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.hero-floating-card .fc-icon svg { width: 19px; height: 19px; }
.hero-floating-card .fc-title { font-size: 13.5px; font-weight: 700; color: var(--navy); }
.hero-floating-card .fc-sub { font-size: 11.5px; color: var(--ink-soft); }

/* ============ Blessing strip ============ */
.blessing-strip {
  background: var(--navy);
  padding: 22px 0;
}
.blessing-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.blessing-gurus { display: flex; }
.blessing-gurus img {
  width: 44px; height: 44px; border-radius: 50%;
  object-fit: cover; border: 2px solid rgba(255,255,255,0.5);
  margin-left: -12px;
}
.blessing-gurus img:first-child { margin-left: 0; }
.blessing-text {
  font-size: 14.5px;
  color: #D8D2E4;
  font-weight: 500;
}
.blessing-text b { color: #fff; font-weight: 700; }

/* ============ Urgency / camp banner ============ */
.camp-banner {
  background: linear-gradient(120deg, #162a49 0%, #1f4260 100%);
  color: #fff;
  padding: 0;
}
.camp-banner-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.camp-banner-left { display: flex; align-items: center; gap: 18px; }
.camp-date-chip {
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 14px;
  padding: 10px 18px;
  text-align: center;
  flex-shrink: 0;
}
.camp-date-chip .d-month { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.85; }
.camp-date-chip .d-day { font-family: var(--font-en-display); font-size: 26px; font-weight: 700; line-height: 1.1; }
.camp-banner-text { font-size: 16px; font-weight: 600; line-height: 1.5; }
.camp-banner-text span { display: block; font-size: 13.5px; font-weight: 400; opacity: 0.88; margin-top: 2px; }

/* ============ Trust row ============ */
.trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.trust-card {
  background: #fff;
  border-radius: 18px;
  padding: 32px 26px;
  border: 1px solid rgba(31,42,68,0.06);
  box-shadow: 0 8px 28px rgba(31,42,68,0.05);
}
.trust-icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: #e4eefb;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.trust-icon svg { width: 26px; height: 26px; }
.trust-card h3 { font-size: 18px; margin-bottom: 8px; }
.trust-card p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.65; }

/* ============ About teaser split ============ */
.about-teaser {
  background: #eef6ff;
}
.split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
  align-items: center;
}
.split-img-wrap { position: relative; }
.split-img-wrap img {
  border-radius: 24px;
  width: 100%;
}
.split-img-badge {
  position: absolute;
  bottom: -22px; left: -22px;
  background: var(--gold);
  color: #fff;
  border-radius: 16px;
  padding: 18px 22px;
  box-shadow: 0 12px 28px rgba(168,121,20,0.32);
}
.split-img-badge .num { font-family: var(--font-en-display); font-size: 26px; font-weight: 700; line-height: 1; }
.split-img-badge .lbl { font-size: 12px; margin-top: 4px; font-weight: 600; }

.about-list { margin-top: 28px; display: flex; flex-direction: column; gap: 18px; }
.about-list-item { display: flex; gap: 14px; align-items: flex-start; }
.about-list-item .check {
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--rose); color: #fff;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 13px; font-weight: 800; margin-top: 1px;
}
.about-list-item p { font-size: 15.5px; color: var(--ink); font-weight: 500; }

/* ============ Services preview ============ */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.service-card {
  background: #fff;
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(31,42,68,0.06);
  box-shadow: 0 8px 28px rgba(31,42,68,0.05);
  transition: transform 0.25s, box-shadow 0.25s;
}
.service-card:hover { transform: translateY(-5px); box-shadow: 0 16px 36px rgba(31,42,68,0.1); }
.service-card-top {
  height: 6px;
  background: linear-gradient(90deg, var(--rose), var(--gold));
}
.service-card-body { padding: 30px 26px 28px; }
.service-card h3 { font-size: 19px; margin-bottom: 10px; }
.service-card p { font-size: 14.5px; color: var(--ink-soft); margin-bottom: 16px; }
.service-card a {
  font-size: 14px; font-weight: 700; color: var(--rose);
  display: inline-flex; align-items: center; gap: 6px;
}

/* ============ Testimonial ============ */
.testimonial-section {
  background: var(--navy);
  position: relative;
  overflow: hidden;
}
.testimonial-section::before {
  content: "";
  position: absolute;
  top: -120px; right: -120px;
  width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(194,24,91,0.25), transparent 70%);
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1;
}
.testimonial-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 18px;
  padding: 28px 26px;
}
.testimonial-card .quote-mark {
  font-family: var(--font-en-display);
  font-size: 42px;
  color: var(--gold-light);
  line-height: 1;
  margin-bottom: 8px;
}
.testimonial-card p {
  font-size: 15px;
  color: #D8D2E4;
  line-height: 1.7;
  margin-bottom: 20px;
}
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-author .ta-name { font-size: 14.5px; font-weight: 700; color: #fff; }
.testimonial-author .ta-loc { font-size: 12.5px; color: #9890A8; }

/* ============ Final CTA ============ */
.final-cta {
  background: linear-gradient(135deg, var(--blush) 0%, var(--gold-light) 140%);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final-cta-inner { position: relative; z-index: 1; max-width: 680px; margin: 0 auto; }
.final-cta h2 {
  font-family: var(--font-mr-display);
  font-weight: 800;
  font-size: 38px;
  margin-bottom: 16px;
}
.final-cta p { font-size: 17px; color: var(--ink-soft); margin-bottom: 32px; }
.final-cta .btn-row { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { order: -1; max-width: 380px; margin: 0 auto; }
  .hero h1 { font-size: 38px; }
  .trust-row { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; gap: 40px; }
  .services-grid { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .camp-banner-inner { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; }
}