.join-page {
  --join-wine: #791824;
  --join-wine-dark: #551018;
  --join-gold: #c99335;
  --join-cream: #fbf6ec;
  --join-ink: #302521;
  --join-muted: #74645c;
  --join-line: rgba(121, 24, 36, .14);
  background: #f8f2e8;
}

.join-hero {
  position: relative;
  isolation: isolate;
  min-height: 500px;
  overflow: hidden;
  padding: 78px 24px 145px;
  background:
    linear-gradient(135deg, rgba(58, 9, 18, .98), rgba(116, 22, 34, .96)),
    #69131f;
  color: #fff8e9;
  text-align: center;
}
.join-hero::before {
  content: "ॐ";
  position: absolute;
  left: 50%;
  top: 48%;
  z-index: -1;
  color: rgba(255, 239, 197, .045);
  font: 700 360px/1 var(--serif);
  transform: translate(-50%, -50%);
}
.join-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 115px;
  background: linear-gradient(to bottom, transparent, #f8f2e8);
}
.join-hero-glow { position: absolute; z-index: -2; width: 420px; height: 420px; border-radius: 50%; filter: blur(1px); opacity: .22; }
.join-hero-glow-one { left: -190px; top: -210px; background: radial-gradient(circle, #f2bd58, transparent 68%); }
.join-hero-glow-two { right: -220px; bottom: -240px; background: radial-gradient(circle, #e19a33, transparent 68%); }
.join-hero-inner { position: relative; z-index: 2; width: min(100%, 920px); margin: 0 auto; }
.lotus-seal { display: grid; width: 82px; height: 82px; margin: 0 auto 22px; place-items: center; border: 1px solid rgba(255, 228, 168, .52); border-radius: 50%; background: rgba(255,255,255,.95); box-shadow: 0 0 0 8px rgba(255, 240, 210, .07), 0 18px 46px rgba(39, 3, 11, .3); }
.lotus-seal img { width: 70px; height: 70px; border-radius: 50%; object-fit: cover; }
.join-hero .eyebrow { color: #f1c977; }
.join-hero h1 { margin: 10px 0 20px; color: #fffaf0; font-size: clamp(39px, 6vw, 68px); line-height: 1.08; }
.join-hero h1 em { color: #f3cd80; font-weight: 500; }
.join-hero > div > p:not(.eyebrow) { max-width: 720px; margin: 0 auto; color: rgba(255, 249, 235, .82); font-size: clamp(16px, 2vw, 19px); }
.hero-promises { display: flex; justify-content: center; align-items: center; gap: 13px; margin-top: 26px; color: #f8dfad; font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.hero-promises i { width: 4px; height: 4px; border-radius: 50%; background: #d6a64c; }

.join-shell { position: relative; z-index: 4; width: min(100% - 32px, 1180px); margin: -96px auto 70px; }
.join-layout { display: grid; grid-template-columns: 330px minmax(0, 1fr); overflow: hidden; border: 1px solid rgba(154, 105, 41, .22); border-radius: 28px; background: #fffdf8; box-shadow: 0 28px 80px rgba(79, 38, 20, .14); }
.join-aside { padding: 46px 38px; background: linear-gradient(165deg, #f1e3c7, #f8efe0 54%, #eee0c8); }
.aside-kicker { margin: 0 0 12px; color: var(--join-wine); font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.join-aside h2 { margin: 0 0 14px; color: var(--join-wine); font-size: 31px; line-height: 1.18; }
.join-aside > p:not(.aside-kicker):not(.quote-caption) { margin: 0; color: #6d5d52; font-size: 14px; }
.process-list { display: grid; gap: 22px; margin: 34px 0 38px; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; }
.process-list li > span { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid rgba(121, 24, 36, .18); border-radius: 50%; background: rgba(255,255,255,.62); color: var(--join-wine); font-size: 12px; font-weight: 800; }
.process-list strong, .process-list small { display: block; }
.process-list strong { color: #4b2d27; font-size: 14px; }
.process-list small { margin-top: 2px; color: #88766c; font-size: 12px; }
.join-aside blockquote { margin: 0; padding: 20px 0 0; border-top: 1px solid rgba(121, 24, 36, .13); color: #6b3a35; font: italic 500 15px/1.65 var(--serif); }
.quote-caption { margin: 10px 0 0; color: #9a7663; font-size: 11px; font-weight: 700; text-transform: uppercase; }

.interest-card { min-width: 0; background: #fffdf9; }
.form-header { padding: 42px 46px 26px; border-bottom: 1px solid var(--join-line); }
.form-step { margin: 0 0 7px; color: #86551f; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.form-header h2 { margin: 0 0 7px; color: var(--join-wine); font-size: clamp(27px, 4vw, 38px); }
.form-header > p:last-child { margin: 0; color: var(--join-muted); font-size: 14px; }
.teacher-trust { display: grid; grid-template-columns: 92px 1fr; gap: 18px; align-items: center; margin: 24px 46px 2px; padding: 16px; border: 1px solid rgba(201, 147, 53, .25); border-radius: 16px; background: linear-gradient(135deg, #fff9ed, #fffdf8); }
.teacher-trust img { width: 92px; height: 104px; border: 2px solid rgba(201, 147, 53, .35); border-radius: 13px; object-fit: cover; object-position: center 24%; box-shadow: 0 8px 18px rgba(91, 46, 18, .1); }
.teacher-kicker { margin: 0 0 2px; color: #a16f32; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.teacher-trust h3 { margin: 0 0 4px; color: var(--join-wine); font-size: 17px; }
.teacher-trust div > p:last-of-type { margin: 0; color: var(--join-muted); font-size: 12px; line-height: 1.55; }
.teacher-trust a { display: inline-block; margin-top: 7px; color: var(--join-wine); font-size: 12px; font-weight: 800; text-decoration: none; }
.teacher-trust a:hover { text-decoration: underline; }
#interest-form { padding: 28px 46px 44px; }
.learner-picker { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; border: 0; }
.learner-card { position: relative; display: flex; min-height: 98px; align-items: center; gap: 10px; padding: 16px 14px; border: 1px solid var(--join-line); border-radius: 16px; background: #fff; cursor: pointer; transition: border-color .2s, background .2s, transform .2s, box-shadow .2s; }
.learner-card:hover { transform: translateY(-2px); border-color: rgba(201, 147, 53, .52); box-shadow: 0 10px 24px rgba(91, 46, 18, .08); }
.learner-card input { position: absolute; opacity: 0; pointer-events: none; }
.learner-icon { display: grid; flex: 0 0 auto; width: 42px; height: 42px; place-items: center; border-radius: 13px; background: #fbf1de; font-size: 21px; }
.learner-card strong, .learner-card small { display: block; }
.learner-card strong { color: #4d312c; font-size: 14px; }
.learner-card small { margin-top: 2px; color: #6f5d55; font-size: 11px; }
.learner-card b { position: absolute; right: 10px; top: 10px; display: none; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: var(--join-wine); color: #fff; font-size: 11px; }
.learner-card:has(input:checked) { border-color: var(--join-wine); background: #fff8f4; box-shadow: 0 0 0 3px rgba(121, 24, 36, .07); }
.learner-card:has(input:checked) b { display: grid; }
.selection-prompt { margin: 18px 0 0; padding: 11px 14px; border-radius: 10px; background: #faf4e9; color: #70513f; font-size: 12px; text-align: center; }
.dynamic-form[hidden], .conditional-section[hidden] { display: none; }
.form-section { padding: 35px 0 3px; }
.form-section + .form-section { margin: 0; border-top: 1px solid var(--join-line); }
.section-heading-row { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; margin-bottom: 22px; }
.section-heading-row > span { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: var(--join-wine); color: #fff; font-size: 11px; font-weight: 800; }
.section-heading-row h3 { margin: 0; color: var(--join-wine); font-size: 21px; }
.section-heading-row p { margin: 1px 0 0; color: var(--join-muted); font-size: 12px; }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.field-grid.three-up { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.join-field { display: grid; gap: 7px; margin-bottom: 17px; }
.join-field.field-full { grid-column: 1 / -1; }
.join-field label, .choice-group legend { color: #67433a; font-size: 11px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.join-field label span, .choice-group legend span { color: #a18e84; font-weight: 600; letter-spacing: 0; text-transform: none; }
.join-field input, .join-field select, .join-field textarea { width: 100%; min-height: 49px; padding: 12px 13px; border: 1px solid rgba(121, 24, 36, .16); border-radius: 11px; background: #fffefa; color: var(--join-ink); box-shadow: inset 0 1px 2px rgba(69, 29, 16, .03); }
.join-field textarea { resize: vertical; }
.join-field input:focus, .join-field select:focus, .join-field textarea:focus { border-color: rgba(201, 147, 53, .8); outline: none; box-shadow: 0 0 0 4px rgba(201, 147, 53, .12); }
.join-phone { display: grid; grid-template-columns: 82px 1fr; gap: 9px; }
.choice-group { margin: 0 0 22px; padding: 0; border: 0; }
.choice-group legend { margin-bottom: 10px; }
.choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.choice-grid label { position: relative; display: flex; min-height: 44px; align-items: center; padding: 10px 12px 10px 36px; border: 1px solid rgba(121, 24, 36, .12); border-radius: 10px; background: #fff; color: #594640; cursor: pointer; font-size: 12px; }
.choice-grid input { position: absolute; left: 12px; width: 15px; height: 15px; accent-color: var(--join-wine); }
.choice-grid label:has(input:checked) { border-color: rgba(121, 24, 36, .46); background: #fff7f3; color: var(--join-wine); font-weight: 700; }
.days-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.days-grid label { justify-content: center; padding-left: 31px; }
.contact-section { padding-bottom: 8px; }
.consent-row { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin-top: 2px; color: #75645d; cursor: pointer; font-size: 13px; line-height: 1.5; }
.consent-row input { width: 16px; height: 16px; margin-top: 2px; accent-color: var(--join-wine); }
.join-submit { display: flex; width: 100%; min-height: 54px; align-items: center; justify-content: space-between; margin-top: 26px; padding: 13px 20px 13px 24px; border: 0; border-radius: 13px; background: linear-gradient(135deg, #8f2431, var(--join-wine-dark)); color: #fff; box-shadow: 0 14px 30px rgba(121, 24, 36, .2); font-weight: 800; cursor: pointer; }
.join-submit:hover { transform: translateY(-1px); box-shadow: 0 18px 34px rgba(121, 24, 36, .25); }
.join-submit:disabled { cursor: wait; opacity: .66; transform: none; }
.join-submit b { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.14); }
.privacy-note { margin: 11px 0 0; color: #8b7770; font-size: 11px; text-align: center; }
.form-error { margin: 10px 0 0; color: #a1122d; font-size: 13px; text-align: center; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.join-success { min-height: 560px; padding: 90px 48px; text-align: center; }
.join-success[hidden] { display: none; }
.success-lotus { margin-bottom: 20px; font-size: 52px; }
.join-success h2 { margin: 7px 0 12px; color: var(--join-wine); font-size: clamp(32px, 5vw, 46px); }
.join-success > p:not(.eyebrow) { max-width: 560px; margin: 0 auto 26px; color: var(--join-muted); }
.success-button { max-width: 390px; margin: 0 auto; text-decoration: none; }
.instagram-link { display: inline-block; margin-top: 20px; color: var(--join-wine); font-size: 13px; font-weight: 700; }

.trust-strip { display: grid; width: min(100% - 32px, 1080px); grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 0 auto 70px; }
.trust-strip article { display: grid; grid-template-columns: 44px 1fr; gap: 13px; align-items: center; padding: 20px; border: 1px solid rgba(154, 105, 41, .18); border-radius: 16px; background: rgba(255,253,248,.72); }
.trust-strip article > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: #f4e5ca; color: var(--join-wine); font: 700 18px var(--serif); }
.trust-strip strong, .trust-strip small { display: block; }
.trust-strip strong { color: #58352f; font-size: 13px; }
.trust-strip small { margin-top: 2px; color: #6f5a53; font-size: 11px; }

@media (max-width: 940px) {
  .join-layout { grid-template-columns: 1fr; }
  .join-aside { display: none; }
}

@media (max-width: 700px) {
  .join-hero { min-height: 350px; padding: 36px 18px 94px; }
  .join-hero::before { font-size: 205px; }
  .lotus-seal { width: 66px; height: 66px; margin-bottom: 14px; }
  .lotus-seal img { width: 56px; height: 56px; }
  .join-hero h1 { margin: 7px 0 14px; font-size: 32px; }
  .join-hero > div > p:not(.eyebrow) { font-size: 14px; }
  .hero-promises { flex-wrap: wrap; margin-top: 18px; }
  .hero-promises { gap: 8px; font-size: 9px; }
  .join-shell { width: min(100% - 20px, 1180px); margin-top: -76px; }
  .join-layout { border-radius: 21px; }
  .form-header { padding: 29px 20px 22px; }
  .teacher-trust { grid-template-columns: 72px 1fr; gap: 13px; margin: 17px 18px 0; padding: 12px; }
  .teacher-trust img { width: 72px; height: 84px; border-radius: 11px; }
  .teacher-trust h3 { font-size: 15px; }
  .teacher-trust div > p:last-of-type { font-size: 11px; line-height: 1.45; }
  #interest-form { padding: 20px 18px 32px; }
  .learner-picker { grid-template-columns: 1fr; }
  .learner-card { min-height: 75px; }
  .field-grid, .field-grid.three-up, .choice-grid, .days-grid { grid-template-columns: 1fr; }
  .join-field.field-full { grid-column: auto; }
  .motivation-grid label { min-height: 50px; }
  .trust-strip { grid-template-columns: 1fr; margin-bottom: 50px; }
  .join-success { min-height: 560px; padding: 70px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .learner-card, .join-submit { transition: none; }
}
