:root {
  --ink: #153530;
  --muted: #637b78;
  --paper: #fbfffd;
  --leaf: #2a8f84;
  --leaf-dark: #17665e;
  --saffron: #e69b33;
  --rose: #9d5d52;
  --sky: #e7f8fb;
  --line: #d6e7e3;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(21, 53, 48, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-bottom: 82px;
  color: var(--ink);
  background: #eaf5f2;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

main,
.site-footer {
  width: min(100%, 560px);
  margin: 0 auto;
  background: var(--paper);
  box-shadow: 0 0 48px rgba(23, 32, 26, 0.12);
}

main {
  overflow: hidden;
}

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 50%;
  right: auto;
  width: min(100%, 560px);
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 18px;
  background: rgba(251, 250, 245, 0.92);
  border-bottom: 1px solid rgba(220, 216, 204, 0.8);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 210px;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--white);
  background: linear-gradient(135deg, #62bfb6, var(--leaf-dark));
  border-radius: 50%;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.nav-links {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: var(--muted);
  font-size: 14px;
}

.nav-links a:hover {
  color: var(--leaf-dark);
}

.header-cta,
.primary-button,
.secondary-button,
.plan-button,
.lead-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.header-cta,
.primary-button,
.plan-button,
.lead-form button {
  color: var(--white);
  background: var(--leaf-dark);
  border: 0;
}

.primary-button {
  color: #201306;
  background: linear-gradient(135deg, #f7b33d, #e97820);
  box-shadow: 0 14px 34px rgba(217, 139, 43, 0.34);
}

.header-cta {
  padding: 0 20px;
  white-space: nowrap;
}

.primary-button,
.secondary-button {
  padding: 0 24px;
}

.secondary-button {
  color: var(--leaf-dark);
  border: 1px solid rgba(23, 102, 94, 0.3);
  background: rgba(255, 255, 255, 0.62);
}

.header-cta:hover,
.primary-button:hover,
.plan-button:hover,
.lead-form button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(23, 67, 47, 0.24);
}

.primary-button:hover {
  box-shadow: 0 16px 34px rgba(217, 139, 43, 0.42);
}

.hero {
  position: relative;
  min-height: auto;
  display: flex;
  align-items: center;
  padding: 104px 24px 42px;
  overflow: hidden;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(251, 255, 253, 0.88), rgba(232, 249, 247, 0.58) 46%, rgba(255, 246, 226, 0.88)),
    url("assets/breath-flow.svg") center / cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.75), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.12));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--saffron);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 410px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 12vw, 70px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 470px;
  margin: 26px 0 0;
  color: #31524e;
  font-size: clamp(18px, 2.2vw, 23px);
}

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

.hero-clarity {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 820px;
  margin-top: 24px;
}

.hero-clarity div {
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(42, 143, 132, 0.18);
  border-radius: 8px;
  backdrop-filter: blur(8px);
}

.hero-clarity span,
.hero-clarity strong {
  display: block;
}

.hero-clarity span {
  color: #5d817d;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-clarity strong {
  margin-top: 3px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.18;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.trust-strip span {
  padding: 9px 13px;
  color: var(--leaf-dark);
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(42, 143, 132, 0.2);
  border-radius: 999px;
  font-size: 14px;
}

.scroll-cue {
  position: absolute;
  z-index: 1;
  right: clamp(22px, 5vw, 70px);
  bottom: 28px;
  color: var(--leaf-dark);
  font-size: 14px;
}

.section {
  padding: 58px 20px;
}

.quick-start {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: stretch;
  padding: 34px 20px;
  background: #fff7e8;
  border-bottom: 1px solid #f1d3a6;
}

.quick-start-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.04;
}

.quick-start-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.quick-start article {
  padding: 18px;
  background: var(--white);
  border: 1px solid #edd4aa;
  border-radius: 8px;
}

.quick-start span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #201306;
  background: #f7b33d;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
}

.quick-start strong {
  display: block;
  margin-top: 14px;
  font-size: 18px;
}

.quick-start p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.guruji-trust {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  justify-content: center;
  padding: 58px 20px;
  background: var(--paper);
}

.guruji-photo-slot {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: linear-gradient(135deg, #e9f4ed, #fdf3df);
  border: 1px solid rgba(46, 105, 75, 0.18);
  border-radius: 50%;
  box-shadow: var(--shadow);
  width: min(68vw, 240px);
  justify-self: center;
}

.guruji-photo-slot img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.guruji-photo-slot::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(217, 139, 43, 0.4);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.guruji-photo-slot span {
  display: none;
}

.guruji-trust-copy h2 {
  max-width: 470px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.02;
}

.guruji-trust-copy p {
  max-width: 470px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 19px;
}

.section-heading {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading h2,
.rhythm-copy h2,
.apply-copy h2,
.mentor-card h2,
.portal-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.02;
  letter-spacing: 0;
}

.intro {
  background: var(--paper);
}

.need-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
}

.need-card {
  min-height: 190px;
  padding: 22px;
  text-align: left;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
}

.need-card span,
.plan-kicker,
.recommendation-label {
  color: var(--rose);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.need-card strong,
.need-card small {
  display: block;
}

.need-card strong {
  margin: 24px 0 8px;
  font-size: 20px;
  line-height: 1.15;
}

.need-card small {
  color: var(--muted);
  font-size: 14px;
}

.need-card.active {
  color: var(--white);
  background: var(--leaf-dark);
  border-color: var(--leaf-dark);
  box-shadow: var(--shadow);
}

.need-card.active span,
.need-card.active small {
  color: rgba(255, 255, 255, 0.8);
}

.recommendation {
  max-width: 780px;
  margin: 28px auto 0;
  padding: 26px;
  background: var(--sky);
  border: 1px solid rgba(46, 105, 75, 0.18);
  border-radius: 8px;
  text-align: center;
}

.recommendation h3 {
  margin: 6px 0 8px;
  font-size: clamp(24px, 3vw, 36px);
}

.recommendation p {
  margin: 0;
  color: var(--muted);
}

.method-section {
  background: #f2efe5;
}

.method-grid,
.plan-grid,
.global-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.method-grid article,
.plan,
.global-grid article {
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.icon-dot {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--white);
  background: var(--leaf);
  border-radius: 50%;
  font-weight: 900;
}

.method-grid h3,
.plan h3,
.global-grid h3 {
  margin: 22px 0 10px;
  font-size: 25px;
}

.method-grid p,
.global-grid p,
.plan li,
.mentor-card p,
.apply-copy p,
.rhythm-copy p,
.faq p {
  color: var(--muted);
}

.rhythm-band {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(32px, 7vw, 84px);
  align-items: center;
  padding: 62px 20px;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(231, 248, 251, 0.94), rgba(255, 247, 232, 0.96)),
    url("assets/breath-flow.svg") center / cover;
}

.rhythm-copy {
  max-width: 560px;
}

.rhythm-copy p {
  color: var(--muted);
}

.timeline {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline li {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(42, 143, 132, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.timeline strong {
  color: var(--saffron);
}

.timeline span {
  color: var(--muted);
}

.breath-benefits {
  background: var(--paper);
}

.benefit-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
}

.benefit-grid article {
  display: grid;
  gap: 8px;
  min-height: 210px;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.benefit-grid span {
  color: var(--rose);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.benefit-grid strong {
  font-size: 20px;
  line-height: 1.16;
}

.benefit-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.vedic-root {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(22px, 5vw, 56px);
  align-items: center;
  max-width: 1060px;
  margin: 32px auto 0;
  padding: 26px;
  background: #eef8f2;
  border: 1px solid rgba(46, 105, 75, 0.18);
  border-radius: 8px;
}

.vedic-root h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.05;
}

.vedic-root p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.journey-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 420px);
  min-height: 54px;
  margin: 28px auto 0;
  color: #201306;
  background: linear-gradient(135deg, #f7b33d, #e97820);
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(217, 139, 43, 0.26);
}

.plan {
  position: relative;
}

.plan.featured {
  color: var(--white);
  background: var(--leaf-dark);
  border-color: var(--leaf-dark);
  box-shadow: var(--shadow);
}

.plan.featured .plan-kicker,
.plan.featured li {
  color: rgba(255, 255, 255, 0.78);
}

.price {
  margin: 16px 0;
  font-size: 34px;
  font-weight: 900;
}

.plan ul {
  display: grid;
  gap: 10px;
  min-height: 178px;
  margin: 0;
  padding: 0 0 0 18px;
}

.plan-button {
  width: 100%;
  margin-top: 24px;
}

.plan.featured .plan-button {
  color: var(--leaf-dark);
  background: var(--white);
}

.fine-print {
  max-width: 780px;
  margin: 20px auto 0;
  color: var(--muted);
  text-align: center;
  font-size: 14px;
}

.portal-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(32px, 6vw, 82px);
  align-items: center;
  background: #eef8f7;
}

.portal-copy {
  max-width: 650px;
}

.portal-copy p {
  color: var(--muted);
  font-size: 18px;
}

.portal-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.portal-points span {
  padding: 9px 13px;
  color: var(--leaf-dark);
  background: var(--white);
  border: 1px solid rgba(46, 105, 75, 0.18);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}

.phone-shell {
  width: min(100%, 430px);
  min-height: 760px;
  justify-self: center;
  overflow: hidden;
  background: #f7fbff;
  border: 1px solid #cfdbe5;
  border-radius: 28px;
  box-shadow: 0 34px 90px rgba(23, 32, 26, 0.2);
}

.phone-top {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 18px;
  background: var(--white);
}

.phone-top p {
  margin: 0;
  color: var(--muted);
}

.phone-top strong {
  display: block;
  font-size: 22px;
}

.member-avatar {
  width: 48px;
  height: 48px;
  background: url("assets/santoshguruji.avif") center / cover, #eef3f8;
  border-radius: 12px;
}

.impact-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 14px;
  background: #f1f5fa;
  border-radius: 12px;
  color: #23314c;
  white-space: nowrap;
}

.impact-pill strong {
  font-size: 18px;
}

.impact-pill span {
  font-size: 13px;
}

.portal-panels {
  min-height: 624px;
  padding: 16px;
}

.portal-panel {
  display: none;
  animation: portalFade 180ms ease;
}

.portal-panel.active {
  display: block;
}

@keyframes portalFade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.countdown-card,
.mini-card,
.truth-card,
.member-hello,
.resource-list article,
.reward-card,
.level-card {
  background: var(--white);
  border: 1px solid #d9e3ec;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(23, 32, 26, 0.08);
}

.countdown-card {
  display: grid;
  gap: 6px;
  padding: 18px;
  color: #7b4b05;
  background: #fff8e8;
  border-color: #ffbd76;
}

.countdown-card strong {
  font-size: 18px;
}

.portal-panel h3 {
  margin: 20px 0 12px;
  font-size: 22px;
}

.mini-card {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
  padding: 18px;
}

.mini-card.highlight {
  background: #e1f5fb;
}

.mini-card strong {
  font-size: 22px;
}

.mini-card span,
.truth-card span,
.member-hello p,
.resource-list span,
.resource-list p,
.reward-card span,
.level-card span,
.empty-referrals {
  color: #3f4b60;
}

.mini-card button,
.app-plan button,
.resource-list button,
.reward-card button,
.referral-link button,
.share-row button {
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
}

.mini-card button,
.resource-list button,
.share-row button {
  color: var(--white);
  background: #29bd58;
}

.truth-card {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  padding: 28px 22px;
  text-align: center;
}

.truth-card strong {
  color: #0987c9;
  font-size: 31px;
  line-height: 1.08;
  text-transform: uppercase;
}

.truth-card p {
  margin: 0;
}

.member-hello {
  padding: 24px;
  text-align: center;
  background: #e9fbfb;
}

.member-hello strong {
  display: block;
  margin-top: 10px;
  font-size: 26px;
}

.lotus-mark {
  display: block;
  width: 74px;
  height: 74px;
  margin: 0 auto;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 62%, #2e694b 0 13px, transparent 14px),
    radial-gradient(circle at 35% 40%, #d98b2b 0 18px, transparent 19px),
    radial-gradient(circle at 65% 40%, #d98b2b 0 18px, transparent 19px),
    #fff8e8;
}

.app-plans {
  display: flex;
  gap: 10px;
  margin: 14px 0;
  overflow-x: auto;
  padding-bottom: 6px;
  scroll-snap-type: x mandatory;
}

.app-plan {
  min-width: 152px;
  padding: 14px;
  background: var(--white);
  border: 1px solid #d2dce5;
  border-radius: 10px;
  scroll-snap-align: start;
}

.app-plan.best {
  border: 3px solid #057b82;
}

.app-plan span {
  display: inline-flex;
  margin-bottom: 8px;
  color: #057b82;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.app-plan strong,
.app-plan p {
  display: block;
  margin: 0;
  font-size: 23px;
  font-weight: 900;
}

.app-plan del {
  color: #6a6a6a;
}

.app-plan button {
  width: 100%;
  margin-top: 12px;
  color: #442c00;
  background: #ffad2f;
}

.compare-table {
  overflow: hidden;
  border: 1px solid #ace2e2;
  border-radius: 10px;
}

.compare-table div {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 0.55fr);
  align-items: center;
  min-height: 52px;
  background: #efffff;
  border-bottom: 1px solid #ace2e2;
}

.compare-table div:last-child {
  border-bottom: 0;
}

.compare-table strong,
.compare-table span {
  padding: 10px;
  font-size: 14px;
}

.compare-table span {
  color: #0c9a44;
  font-weight: 900;
  text-align: center;
}

.resource-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  overflow: hidden;
  margin-bottom: 14px;
  background: #dcf5ff;
  border-radius: 14px;
}

.resource-toggle button {
  min-height: 54px;
  border: 0;
  background: transparent;
  font-weight: 900;
  cursor: pointer;
}

.resource-toggle button.active {
  color: var(--white);
  background: #078ccc;
}

.search-box {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
  color: var(--muted);
}

.search-box input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid #d2dce5;
  border-radius: 999px;
}

.resource-list {
  display: grid;
  gap: 12px;
}

.resource-list article {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.resource-list strong {
  font-size: 21px;
}

.resource-list span {
  text-transform: uppercase;
}

.resource-list p {
  margin: 0;
}

.resource-list .locked {
  background:
    linear-gradient(rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.86)),
    linear-gradient(135deg, #dee8ee, #b7c5cd);
}

.reward-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px;
}

.reward-card strong,
.reward-card span {
  display: block;
}

.reward-card button,
.referral-link button {
  color: #036da6;
  background: #ffffff;
  border: 1px solid #8aa9c5;
}

.referral-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 14px 0;
  padding: 14px;
  background: #fff;
  border: 1px dashed #222;
  border-radius: 8px;
}

.referral-link span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.share-row {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 10px;
}

.level-card {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding: 18px;
}

.level-card strong {
  font-size: 20px;
}

.progress-bar {
  overflow: hidden;
  height: 10px;
  background: #d6dee8;
  border-radius: 999px;
}

.progress-bar span {
  display: block;
  width: 22%;
  height: 100%;
  background: #29bd58;
}

.empty-referrals {
  margin: 30px 0 0;
  text-align: center;
  font-size: 18px;
}

.bottom-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  padding: 10px 12px 14px;
  background: var(--white);
  border-top: 1px solid #d9e3ec;
}

.bottom-tabs button {
  display: grid;
  gap: 4px;
  place-items: center;
  min-height: 58px;
  color: #667183;
  background: transparent;
  border: 0;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.bottom-tabs span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.bottom-tabs button.active {
  color: #078ccc;
  background: #eaf5ff;
}

.credibility {
  background: #eef4ef;
}

.mentor-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(26px, 5vw, 60px);
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
}

.mentor-photo {
  min-height: 420px;
  background:
    linear-gradient(0deg, rgba(23, 32, 26, 0.05), rgba(23, 32, 26, 0.05)),
    url("assets/santoshguruji.avif") center top / cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.global {
  background: var(--paper);
}

.apply-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(251, 255, 253, 0.94), rgba(232, 249, 247, 0.92)),
    url("assets/breath-flow.svg") center / cover;
}

.apply-copy {
  max-width: 620px;
}

.apply-copy p {
  color: var(--muted);
}

.lead-form {
  display: grid;
  gap: 15px;
  padding: 24px;
  color: var(--ink);
  background: var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.whatsapp-login-note {
  display: grid;
  gap: 4px;
  padding: 14px;
  color: #17432f;
  background: #e7f8ed;
  border: 1px solid #b7e3c2;
  border-radius: 8px;
}

.whatsapp-login-note strong {
  font-size: 18px;
}

.whatsapp-login-note span {
  color: #405b49;
  font-size: 14px;
}

.lead-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.lead-form input,
.lead-form select {
  min-height: 48px;
  width: 100%;
  padding: 0 13px;
  color: var(--ink);
  background: #fffdf9;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.lead-form button {
  width: 100%;
  margin-top: 6px;
  cursor: pointer;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--leaf-dark);
  font-size: 14px;
  font-weight: 800;
}

.faq {
  background: #f2efe5;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 880px;
  margin: 0 auto;
}

.faq details {
  padding: 20px 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.faq summary {
  cursor: pointer;
  font-weight: 900;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 28px 20px;
  color: #46625e;
  background: #e7f8f2;
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
}

.footer-note {
  max-width: 460px;
  font-size: 13px;
}

.mobile-sticky-cta {
  position: fixed;
  z-index: 30;
  left: 50%;
  right: auto;
  bottom: 0;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 8px;
  width: min(100%, 560px);
  padding: 10px 12px 14px;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid #d9e3ec;
  box-shadow: 0 -10px 30px rgba(23, 32, 26, 0.12);
  backdrop-filter: blur(14px);
  transform: translateX(-50%);
}

.mobile-sticky-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 12px;
  color: #201306;
  background: linear-gradient(135deg, #f7b33d, #e97820);
  border-radius: 999px;
  font-weight: 900;
}

.mobile-sticky-cta .whatsapp-action {
  color: var(--white);
  background: #21b858;
}

@media (max-width: 940px) {
  .nav-links {
    display: none;
  }

  .need-grid,
  .method-grid,
  .plan-grid,
  .benefit-grid,
  .global-grid,
  .quick-start,
  .quick-start-grid,
  .rhythm-band,
  .guruji-trust,
  .vedic-root,
  .mentor-card,
  .apply-section,
  .portal-section {
    grid-template-columns: 1fr;
  }

  .plan ul {
    min-height: auto;
  }

  .mentor-photo {
    min-height: 320px;
  }

  .portal-copy {
    max-width: none;
  }
}

@media (max-width: 620px) {
  body {
    padding-bottom: 82px;
  }

  .site-header {
    padding: 12px 16px;
  }

  .brand {
    min-width: 0;
  }

  .brand small {
    display: none;
  }

  .header-cta {
    min-height: 40px;
    padding: 0 14px;
    font-size: 14px;
  }

  .hero {
    min-height: auto;
    padding: 96px 20px 48px;
    background-position: 58% center;
  }

  .hero h1 {
    max-width: 360px;
    font-size: clamp(40px, 11.5vw, 56px);
    line-height: 1;
  }

  .hero-copy {
    margin-top: 18px;
    font-size: 18px;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 24px;
  }

  .hero-actions a {
    width: 100%;
    min-height: 54px;
  }

  .hero-clarity {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 18px;
  }

  .hero-clarity div {
    padding: 11px;
  }

  .hero-clarity strong {
    font-size: 13px;
  }

  .trust-strip {
    gap: 8px;
    margin-top: 18px;
  }

  .trust-strip span {
    padding: 8px 10px;
    font-size: 13px;
  }

  .quick-start {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .quick-start article {
    padding: 16px;
  }

  .guruji-trust {
    text-align: center;
  }

  .guruji-photo-slot {
    width: min(68vw, 230px);
    justify-self: center;
  }

  .guruji-trust-copy p {
    font-size: 17px;
  }

  .scroll-cue {
    left: 20px;
    right: auto;
  }

  .timeline li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .phone-shell {
    min-height: 720px;
    border-radius: 20px;
  }

  .phone-top {
    grid-template-columns: 42px 1fr;
  }

  .impact-pill {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .portal-panels {
    min-height: 604px;
    padding: 12px;
  }

  .share-row {
    grid-template-columns: 1fr;
  }

  .compare-table strong,
  .compare-table span {
    font-size: 12px;
  }

  .bottom-tabs {
    padding-left: 8px;
    padding-right: 8px;
  }

  .bottom-tabs button {
    font-size: 11px;
  }

  .mobile-sticky-cta {
    position: fixed;
    z-index: 30;
    left: 50%;
    right: auto;
    bottom: 0;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 8px;
    width: min(100%, 560px);
    padding: 10px 12px 14px;
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid #d9e3ec;
    box-shadow: 0 -10px 30px rgba(23, 32, 26, 0.12);
    backdrop-filter: blur(14px);
    transform: translateX(-50%);
  }

  .mobile-sticky-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 12px;
    color: #201306;
    background: linear-gradient(135deg, #f7b33d, #e97820);
    border-radius: 999px;
    font-weight: 900;
  }

  .mobile-sticky-cta .whatsapp-action {
    color: var(--white);
    background: #21b858;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
