:root {
  --ink: #10221f;
  --ink-soft: #3d524c;
  --paper: #f3f7f4;
  --paper-deep: #e4efe8;
  --teal: #0f6b5c;
  --teal-deep: #0a433a;
  --mango: #f0a01a;
  --mango-deep: #d4850a;
  --coral: #e85d4c;
  --line: #c9d9d1;
  --wa: #1fad4e;
  --wa-hover: #179643;
  --radius: 1.1rem;
  --max: 1120px;
  --shadow: 0 24px 60px rgba(10, 67, 58, 0.14);
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Manrope, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(1200px 600px at 85% -10%, rgba(240, 160, 26, 0.18), transparent 55%),
    radial-gradient(900px 500px at -10% 20%, rgba(15, 107, 92, 0.12), transparent 50%),
    linear-gradient(180deg, #eef6f1 0%, var(--paper) 28%, #f7faf8 100%);
  line-height: 1.55;
}
h1, h2, h3, .brand-mark, .price-tag {
  font-family: Fraunces, Georgia, serif;
  font-weight: 650;
  letter-spacing: -0.02em;
}
img { max-width: 100%; display: block; }
a { color: var(--teal); text-decoration: none; }
a:hover { text-decoration: underline; }
code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.88em;
  background: var(--paper-deep);
  padding: 0.12em 0.4em;
  border-radius: 0.35em;
}

.shell {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}
.shell.slim { max-width: 720px; }

.skip {
  position: absolute;
  left: -999px;
  top: 0;
  background: #fff;
  color: var(--teal-deep);
  padding: 0.6rem 0.9rem;
  z-index: 100;
}
.skip:focus { left: 0.75rem; top: 0.75rem; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(14px);
  background: rgba(243, 247, 244, 0.82);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.site-header.is-scrolled {
  border-bottom-color: var(--line);
  background: rgba(255, 255, 255, 0.92);
}
.header-row {
  min-height: 4.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--teal-deep);
  text-decoration: none;
  font-weight: 700;
}
.brand:hover { text-decoration: none; color: var(--teal-deep); }
.brand img { width: 34px; height: 34px; }
.brand-mark { font-size: 1.15rem; }
.nav {
  display: none;
  gap: 1.15rem;
  align-items: center;
}
.nav a {
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
}
.nav a:hover { color: var(--teal-deep); }
.header-actions { display: none; gap: 0.55rem; align-items: center; }
.nav-toggle {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0.8rem;
  border: 1px solid var(--line);
  background: #fff;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 0.55rem;
  cursor: pointer;
}
.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  background: var(--teal-deep);
  border-radius: 2px;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 0 1rem 1.1rem;
}
.mobile-nav[hidden] { display: none !important; }
.mobile-nav a {
  color: var(--ink);
  font-weight: 650;
  text-decoration: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border-radius: 999px;
  padding: 0.78rem 1.2rem;
  font: inherit;
  font-weight: 750;
  font-size: 0.95rem;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { background: var(--wa-hover); color: #fff; }
.btn-mango { background: var(--mango); color: #1a1508; }
.btn-mango:hover { background: var(--mango-deep); color: #fff; }
.btn-outline {
  background: rgba(255, 255, 255, 0.7);
  border-color: var(--line);
  color: var(--teal-deep);
}
.btn-outline:hover { border-color: var(--teal); color: var(--teal); }
.btn-ghost { background: transparent; color: var(--teal-deep); }
.btn-lg { padding: 0.95rem 1.4rem; font-size: 1.02rem; }

.hero {
  position: relative;
  overflow: clip;
  padding: 3.4rem 0 4.2rem;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(15, 107, 92, 0.16), transparent 42%),
    linear-gradient(200deg, rgba(240, 160, 26, 0.2), transparent 40%),
    url("data:image/svg+xml,%3Csvg width='160' height='160' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 120c40-20 80-20 160 0M0 80c50-25 110-25 160 0' fill='none' stroke='%230f6b5c' stroke-opacity='0.07' stroke-width='2'/%3E%3C/svg%3E");
  pointer-events: none;
}
.hero-grid {
  position: relative;
  display: grid;
  gap: 2.4rem;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 1rem;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 107, 92, 0.18);
  color: var(--teal-deep);
  font-size: 0.8rem;
  font-weight: 750;
}
.eyebrow i {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--mango);
  box-shadow: 0 0 0 4px rgba(240, 160, 26, 0.25);
}
.hero h1 {
  margin: 0 0 0.95rem;
  font-size: clamp(2.35rem, 6vw, 3.8rem);
  line-height: 1.04;
  color: var(--teal-deep);
  max-width: 13ch;
}
.hero h1 em {
  font-style: italic;
  color: var(--mango-deep);
  font-weight: 600;
}
.lede {
  margin: 0 0 1.2rem;
  max-width: 40ch;
  color: var(--ink-soft);
  font-size: 1.08rem;
}
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
}
.chips li {
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 700;
}
.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 0.85rem;
}
.fine {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.stage {
  position: relative;
  width: min(100%, 360px);
  margin-inline: auto;
  animation: rise 0.7s ease both;
}
.stage-bg {
  position: absolute;
  inset: 8% -8% -6% -8%;
  border-radius: 2rem;
  background:
    linear-gradient(160deg, rgba(15, 107, 92, 0.9), rgba(10, 67, 58, 0.95)),
    radial-gradient(circle at 70% 20%, rgba(240, 160, 26, 0.45), transparent 45%);
  transform: rotate(2.5deg);
  box-shadow: var(--shadow);
}
.stage-bg::after {
  content: "Goa · Jaipur · Manali";
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.phone {
  position: relative;
  background: #101816;
  border-radius: 1.8rem;
  padding: 0.55rem;
  box-shadow: var(--shadow);
}
.phone-top {
  display: flex;
  justify-content: space-between;
  color: #8aa39a;
  font-size: 0.72rem;
  padding: 0.35rem 0.85rem 0.2rem;
}
.chat-head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  background: #075e54;
  color: #fff;
  padding: 0.75rem 0.85rem;
  border-radius: 1.25rem 1.25rem 0 0;
}
.chat-head strong { display: block; font-size: 0.92rem; }
.chat-head small { opacity: 0.85; font-size: 0.72rem; }
.avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--mango);
  color: #1a1508;
  font-weight: 800;
  font-size: 0.72rem;
}
.chat {
  background:
    linear-gradient(180deg, rgba(236, 229, 221, 0.92), #e7ddd2);
  min-height: 390px;
  padding: 0.85rem;
  border-radius: 0 0 1.25rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.bubble {
  max-width: 92%;
  padding: 0.65rem 0.75rem;
  border-radius: 0.85rem;
  font-size: 0.86rem;
  line-height: 1.4;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.bubble.me {
  align-self: flex-end;
  background: #dcf8c6;
  border-bottom-right-radius: 0.2rem;
}
.bubble.bot {
  align-self: flex-start;
  background: #fff;
  border-bottom-left-radius: 0.2rem;
}
.bubble.cue {
  align-self: stretch;
  text-align: center;
  background: #fff4d8;
  border: 1px solid #f0d089;
  color: #7a4d00;
  font-size: 0.78rem;
  font-weight: 750;
  animation: pulse 2.4s ease-in-out infinite;
}

.section { padding: 4.6rem 0; }
.section.band {
  background: linear-gradient(180deg, rgba(228, 239, 232, 0.85), rgba(228, 239, 232, 0.55));
}
.kicker {
  margin: 0 0 0.55rem;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.section h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.7rem, 3.4vw, 2.55rem);
  line-height: 1.12;
  color: var(--teal-deep);
  max-width: 18ch;
}
.lede-sm {
  margin: 0 0 1.5rem;
  color: var(--ink-soft);
  max-width: 54ch;
}

.grid-2, .grid-3 {
  display: grid;
  gap: 1rem;
}
.tile {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(201, 217, 209, 0.9);
  border-radius: var(--radius);
  padding: 1.2rem;
}
.tile h3 {
  margin: 0 0 0.45rem;
  font-size: 1.15rem;
  color: var(--teal-deep);
}
.tile p { margin: 0; color: var(--ink-soft); font-size: 0.95rem; }
.tile blockquote {
  margin: 0.35rem 0 0.75rem;
  padding: 0.75rem 0.85rem;
  border-left: 3px solid var(--mango);
  background: #fff;
  border-radius: 0 0.7rem 0.7rem 0;
  color: var(--ink);
  font-size: 0.92rem;
}
.say {
  margin: 0 0 0.3rem !important;
  font-size: 0.72rem !important;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--teal) !important;
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}
.steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.15rem;
}
.steps h3 {
  margin: 0 0 0.3rem;
  color: var(--teal-deep);
  font-size: 1.1rem;
}
.steps p { margin: 0; color: var(--ink-soft); }
.num {
  width: 2rem;
  height: 2rem;
  border-radius: 0.7rem;
  display: grid;
  place-items: center;
  background: var(--mango);
  color: #1a1508;
  font-weight: 800;
  font-size: 0.85rem;
}

.compare { display: grid; gap: 1rem; }
.compare .us { margin: 0 0 0.4rem; color: var(--ink); }
.compare .them { margin: 0; color: var(--ink-soft); font-size: 0.9rem; }

.story {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.story article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem;
}
.story .label {
  margin: 0 0 0.35rem;
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.story p:last-child { margin: 0; color: var(--ink); }
.hear {
  background: linear-gradient(145deg, #0a433a, #127867) !important;
  border: none !important;
  color: #fff;
  box-shadow: var(--shadow);
}
.hear .label { color: #f0d089 !important; }
.hear p:last-child { color: rgba(255, 255, 255, 0.95) !important; }
.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.pill-row span {
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.84rem;
  font-weight: 700;
}

.gate { display: grid; gap: 1rem; }
.gate .yes { background: #e8f7ef; border-color: #b7e4c7; }
.gate .no { background: #ffece8; border-color: #f5c2b8; }
.gate .no h3 { color: var(--coral); }

.price-grid { display: grid; gap: 1rem; }
.price {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 0.2rem);
  padding: 1.45rem;
}
.price.featured {
  background: linear-gradient(180deg, #fff8e8, #fff 48%);
  border-color: #f0d089;
  box-shadow: var(--shadow);
}
.plan {
  margin: 0 0 0.2rem;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.price-tag {
  margin: 0 0 0.35rem;
  font-size: 2.6rem;
  color: var(--teal-deep);
}
.meta { margin: 0 0 1rem; color: var(--ink-soft); }
.price ul {
  margin: 1rem 0 0;
  padding-left: 1.15rem;
}
.price li + li { margin-top: 0.35rem; }
.partners {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 0;
}
.partners span {
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: var(--paper-deep);
  color: var(--teal-deep);
  font-size: 0.8rem;
  font-weight: 750;
}

.faq details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.95rem 1.05rem;
  margin-bottom: 0.65rem;
}
.faq summary {
  cursor: pointer;
  font-weight: 750;
  color: var(--teal-deep);
}
.faq details p {
  margin: 0.65rem 0 0;
  color: var(--ink-soft);
}

.cta-box {
  border-radius: calc(var(--radius) + 0.35rem);
  padding: clamp(1.6rem, 4vw, 2.6rem);
  background:
    radial-gradient(500px 220px at 100% 0%, rgba(240, 160, 26, 0.35), transparent 55%),
    linear-gradient(135deg, #0a433a, #127867);
  color: #fff;
  text-align: center;
  box-shadow: var(--shadow);
}
.cta-box h2 {
  margin: 0 0 0.55rem;
  color: #fff;
  max-width: none;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}
.cta-box > p {
  margin: 0 auto 1.2rem;
  max-width: 44ch;
  color: rgba(255, 255, 255, 0.86);
}
.cta-note {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
}
.cta-note code {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.site-footer {
  margin-top: 1rem;
  padding: 2.6rem 0 1.5rem;
  background: #0c2c27;
  color: rgba(243, 247, 244, 0.78);
}
.footer-grid {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.footer-grid h3 {
  margin: 0 0 0.55rem;
  color: #fff;
  font-size: 0.95rem;
  font-family: Manrope, sans-serif;
}
.footer-grid p {
  margin: 0.55rem 0 0;
  max-width: 34ch;
  font-size: 0.92rem;
}
.footer-grid a {
  display: block;
  color: rgba(243, 247, 244, 0.75);
  margin-bottom: 0.35rem;
  font-size: 0.9rem;
}
.site-footer .brand { color: #fff; }
.site-footer .brand:hover { color: #fff; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 1rem;
  font-size: 0.85rem;
}
.footer-bottom p { margin: 0; }

.legal { padding: 3rem 0 4rem; }
.legal h1 {
  margin: 0 0 0.5rem;
  color: var(--teal-deep);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}
.legal h2 {
  margin: 1.7rem 0 0.5rem;
  color: var(--teal-deep);
  font-size: 1.2rem;
}
.legal p, .legal li { color: var(--ink-soft); }
.legal ul, .legal ol { padding-left: 1.15rem; }

.waitlist {
  margin-top: 1.4rem;
  display: grid;
  gap: 0.85rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.25rem;
}
.waitlist label {
  display: grid;
  gap: 0.35rem;
  font-weight: 700;
  color: var(--teal-deep);
  font-size: 0.92rem;
}
.waitlist input,
.waitlist textarea {
  font: inherit;
  border: 1px solid var(--line);
  border-radius: 0.7rem;
  padding: 0.7rem 0.8rem;
  background: #fff;
  color: var(--ink);
}
.waitlist input:focus,
.waitlist textarea:focus {
  outline: 2px solid rgba(15, 107, 92, 0.25);
  border-color: var(--teal);
}
.btn-ink {
  background: var(--teal-deep);
  color: #fff;
  justify-self: start;
}
.btn-ink:hover { background: #072e28; color: #fff; }

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}
.reveal.is-in {
  opacity: 1;
  transform: none;
}

@keyframes rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.015); }
}

@media (min-width: 760px) {
  .nav, .header-actions { display: flex; }
  .nav-toggle, .mobile-nav { display: none !important; }
  .hero-grid { grid-template-columns: 1.05fr 0.95fr; gap: 2.8rem; }
  .grid-2 { grid-template-columns: 1fr 1fr; }
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .steps { grid-template-columns: 1fr 1fr; }
  .compare { grid-template-columns: 1fr 1fr; }
  .story { grid-template-columns: repeat(4, 1fr); }
  .gate { grid-template-columns: 1fr 1fr; }
  .price-grid { grid-template-columns: 1.15fr 0.85fr; align-items: start; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1fr; }
}
@media (max-width: 759px) {
  .hero h1 { max-width: none; }
  .story { grid-template-columns: 1fr; }
}
