@charset "UTF-8";
/* -------- Local Palette -------- */
/* -------- Local Mixins -------- */
/* =====================================================================
   Outer Section
   ===================================================================== */
.astroJourneySection {
  position: relative;
  width: 100%;
  padding: 0px 0 130px 0px;
  background-color: #000000;
  text-align: center;
  overflow: hidden;
  /* radial glow accents */ }
  .astroJourneySection .custom-container {
    position: relative;
    z-index: 1; }
  @media (max-width: 1199px) {
    .astroJourneySection {
      padding: 100px 0; } }
  @media (max-width: 767px) {
    .astroJourneySection {
      padding: 70px 0; } }
  @media (max-width: 579px) {
    .astroJourneySection {
      padding: 56px 0; } }

/* -------- Section header (above the card) -------- */
.astroSectionHeader {
  margin: 0 auto 56px;
  text-align: center; }
  @media (max-width: 991px) {
    .astroSectionHeader {
      margin-bottom: 36px; } }

.astroSectionLabel {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #D4A64A;
  margin-bottom: 16px; }
  @media (max-width: 767px) {
    .astroSectionLabel {
      font-size: 11px;
      margin-bottom: 12px; } }

.astroSectionTitle {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.15;
  color: #FFFFFF;
  margin: 0 0 14px; }
  .astroSectionTitle .gradient-word {
    background: linear-gradient(101.54deg, #E8C068 0%, #B88736 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline;
    font-weight: 700; }
  @media (max-width: 1440px) {
    .astroSectionTitle {
      font-size: 44px; } }
  @media (max-width: 1199px) {
    .astroSectionTitle {
      font-size: 38px; } }
  @media (max-width: 991px) {
    .astroSectionTitle {
      font-size: 32px; } }
  @media (max-width: 767px) {
    .astroSectionTitle {
      font-size: 30px; } }

.astroSectionSubtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.7;
  color: #B8A58A;
  margin: 0 auto;
  max-width: 620px; }
  @media (max-width: 767px) {
    .astroSectionSubtitle {
      font-size: 13px; } }

/* =====================================================================
   Main Card — two panels side by side
   ===================================================================== */
.astroJourneyCard {
  position: relative;
  margin: 0 auto;
  max-width: 1120px;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, #231B13 0%, #120E0A 100%);
  border: 1px solid rgba(212, 166, 74, 0.14);
  box-shadow: 0 30px 80px -30px rgba(212, 166, 74, 0.22), 0 0 0 1px rgba(212, 166, 74, 0.04);
  /* faint cosmic pattern overlay */ }
  .astroJourneyCard::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 18% 22%, rgba(212, 166, 74, 0.06) 0%, transparent 22%), radial-gradient(circle at 82% 78%, rgba(246, 210, 122, 0.05) 0%, transparent 26%);
    pointer-events: none;
    z-index: 0; }
  .astroJourneyCard .astroJourneyRow {
    position: relative;
    z-index: 1;
    --bs-gutter-x: 0; }
    .astroJourneyCard .astroJourneyRow::after {
      content: "";
      background-image: url("../images/rondimg.svg");
      height: 300px;
      width: 443px;
      position: absolute;
      z-index: 99;
      left: 20%;
      background-repeat: no-repeat;
      bottom: -85px;
      pointer-events: none; }

/* =====================================================================
   Left — Info Panel
   ===================================================================== */
.astroInfoPanel {
  position: relative;
  height: 100%;
  padding: 56px 48px;
  border-right: 1px solid rgba(212, 166, 74, 0.14);
  text-align: left;
  background: linear-gradient(166.61deg, #000000 0%, #201911 100%); }
  @media (max-width: 1440px) {
    .astroInfoPanel {
      padding: 48px 40px; } }
  @media (max-width: 1199px) {
    .astroInfoPanel {
      padding: 42px 32px; } }
  @media (max-width: 991px) {
    .astroInfoPanel {
      border-right: none;
      border-bottom: 1px solid rgba(212, 166, 74, 0.14);
      padding: 36px 28px; } }
  @media (max-width: 767px) {
    .astroInfoPanel {
      padding: 32px 22px; } }

.astroInfoHeading {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
  color: #F5ECD6;
  margin: 0 0 14px; }
  @media (max-width: 1199px) {
    .astroInfoHeading {
      font-size: 24px; } }
  @media (max-width: 767px) {
    .astroInfoHeading {
      font-size: 20px;
      margin-bottom: 10px; } }

.astroInfoIntro {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  color: #B8A58A;
  margin: 0 0 32px; }
  @media (max-width: 767px) {
    .astroInfoIntro {
      font-size: 13px;
      margin-bottom: 24px; } }

/* Contact list */
.astroInfoList {
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px; }
  @media (max-width: 767px) {
    .astroInfoList {
      gap: 14px;
      margin-bottom: 28px; } }

.astroInfoItem {
  display: flex;
  align-items: center;
  gap: 14px; }

.astroInfoIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(212, 166, 74, 0.08);
  border: 1px solid rgba(212, 166, 74, 0.14);
  color: #D4A64A; }
  .astroInfoIcon svg {
    width: 18px;
    height: 18px;
    display: block; }
  @media (max-width: 767px) {
    .astroInfoIcon {
      width: 36px;
      height: 36px; }
      .astroInfoIcon svg {
        width: 16px;
        height: 16px; } }

.astroInfoBody {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0; }

.astroInfoLabel {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #D4A64A; }

.astroInfoValue {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #F5ECD6;
  line-height: 1.4;
  word-break: break-word; }
  @media (max-width: 767px) {
    .astroInfoValue {
      font-size: 13px; } }

/* Complimentary pill with stacked user avatars */
.astroComplimentaryBadge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 22px 6px 8px;
  background: linear-gradient(101.07deg, rgba(232, 192, 104, 0.18) 0%, rgba(184, 135, 54, 0.1) 100%);
  border: 1px solid rgba(212, 166, 74, 0.32);
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.02em;
  color: #F6D27A;
  text-decoration: none;
  transition: all 0.3s ease;
  /* Legacy star icon (kept for back-compat if used elsewhere) */ }
  .astroComplimentaryBadge .astroAvatarStack {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0; }
    .astroComplimentaryBadge .astroAvatarStack .astroAvatar {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      object-fit: cover;
      border: 2px solid #1a130b;
      background: #1a130b;
      display: block;
      margin-left: -10px; }
      .astroComplimentaryBadge .astroAvatarStack .astroAvatar:first-child {
        margin-left: 0; }
  .astroComplimentaryBadge .astroComplimentaryText {
    font-style: italic;
    white-space: nowrap; }
  .astroComplimentaryBadge .astroComplimentaryStar {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    display: block; }
  .astroComplimentaryBadge:hover {
    border-color: rgba(232, 192, 104, 0.5);
    transform: translateY(-2px);
    color: #F6D27A;
    box-shadow: 0 8px 24px -10px rgba(232, 192, 104, 0.45); }
  @media (max-width: 767px) {
    .astroComplimentaryBadge {
      font-size: 12px;
      padding: 5px 18px 5px 6px;
      gap: 10px; }
      .astroComplimentaryBadge .astroAvatarStack .astroAvatar {
        width: 24px;
        height: 24px;
        margin-left: -8px; } }

/* =====================================================================
   Right — Form Panel
   ===================================================================== */
.astroFormPanel {
  position: relative;
  height: 100%;
  padding: 56px 48px;
  text-align: left; }
  @media (max-width: 1440px) {
    .astroFormPanel {
      padding: 48px 40px; } }
  @media (max-width: 1199px) {
    .astroFormPanel {
      padding: 42px 32px; } }
  @media (max-width: 991px) {
    .astroFormPanel {
      padding: 36px 28px; } }
  @media (max-width: 767px) {
    .astroFormPanel {
      padding: 32px 22px; } }

.astroFormEyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #D4A64A;
  margin-bottom: 10px; }
  .astroFormEyebrow .astroFormEyebrowMark {
    font-size: 8px;
    line-height: 1;
    color: #D4A64A;
    transform: translateY(-1px); }

/* -------- Layout containers introduced by the multi-step rebuild -------- */
.astroFormFields {
  margin-top: 4px;
  margin-bottom: 32px; }
  @media (max-width: 767px) {
    .astroFormFields {
      margin-bottom: 24px; } }

.astroStepContent {
  position: relative;
  margin-top: 8px; }

.astroFormHeading {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.35;
  color: #F5ECD6;
  margin: 0 0 28px; }
  @media (max-width: 1199px) {
    .astroFormHeading {
      font-size: 22px; } }
  @media (max-width: 767px) {
    .astroFormHeading {
      font-size: 20px;
      margin-bottom: 22px; } }
  .astroFormHeading span {
    background: linear-gradient(101.54deg, #E8C068 0%, #B88736 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline;
    font-weight: 700; }

/* -------- Progress Indicator (numbered 01 / 02 / 03 with connecting line) -------- */
.astroProgressWrapper {
  position: relative;
  margin-bottom: 36px;
  padding: 6px 14px 0; }
  @media (max-width: 767px) {
    .astroProgressWrapper {
      margin-bottom: 26px;
      padding: 4px 8px 0; } }

.astroProgressTrack {
  position: relative; }

/* Faint base line */
.astroProgressBar {
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  height: 1px;
  background: rgba(212, 166, 74, 0.18);
  overflow: visible;
  z-index: 0; }

/* Animated gold fill on top of the base line */
.astroProgressFill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #F6D27A 0%, #D4A64A 100%);
  box-shadow: 0 0 12px rgba(212, 166, 74, 0.55);
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1); }

.astroStepList {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none; }

.astroStepItem {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #120E0A;
  border: 1px solid rgba(212, 166, 74, 0.28);
  color: rgba(176, 152, 112, 0.65);
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: all 0.35s ease;
  cursor: default; }
  .astroStepItem.astroStepDone {
    background: rgba(212, 166, 74, 0.22);
    color: #F6D27A;
    border-color: rgba(212, 166, 74, 0.32); }
  .astroStepItem.astroStepActive {
    background: linear-gradient(180deg, #F6D27A 0%, #D4A64A 100%);
    color: #120E0A;
    border-color: #F6D27A;
    box-shadow: 0 0 16px rgba(212, 166, 74, 0.55); }

/* -------- Form Steps -------- */
.astroForm {
  width: 100%; }

.astroFormStep {
  display: none;
  animation: astroFadeIn 0.45s ease both; }
  .astroFormStep.astroFormStepActive {
    display: block; }

@keyframes astroFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/* -------- Bottom-border line inputs (no boxes, no labels) -------- */
.astroLineField {
  position: relative;
  padding: 6px 0 4px; }

.astroLineInput,
.astroLineSelect {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #D4A64A40;
  border-radius: 0;
  color: #F5ECD6;
  padding: 14px 0 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  -webkit-appearance: none;
  appearance: none;
  /* Native date/time pickers — keep icon visible on dark */ }
  .astroLineInput::placeholder,
  .astroLineSelect::placeholder {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    opacity: 1; }
  .astroLineInput:focus,
  .astroLineSelect:focus {
    outline: none;
    border-bottom-color: #D4A64A;
    box-shadow: 0 1px 0 0 rgba(212, 166, 74, 0.45);
    color: #FFFFFF; }
  .astroLineInput[type="date"], .astroLineInput[type="time"],
  .astroLineSelect[type="date"],
  .astroLineSelect[type="time"] {
    color-scheme: dark; }

.astroLineSelect {
  padding-right: 28px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23D4A64A'%3E%3Cpath d='M3.204 5h9.592L8 10.481 3.204 5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 4px center;
  background-size: 12px;
  cursor: pointer;
  /* Force dark option dropdown on supporting browsers */ }
  .astroLineSelect option {
    background: #120E0A;
    color: #fff; }
  .astroLineSelect:invalid {
    color: #fff; }

.astroFieldError {
  border-bottom-color: rgba(255, 120, 120, 0.7) !important;
  box-shadow: 0 1px 0 0 rgba(255, 120, 120, 0.35) !important; }

/* -------- Step 2 — Interests -------- */
.astroQuestion {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 23.93px;
  letter-spacing: 0.08px;
  vertical-align: middle;
  color: #fff;
  margin: 8px 0 16px; }
  @media (max-width: 767px) {
    .astroQuestion {
      font-size: 15px;
      line-height: 22px; } }

.astroPillGroup {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 8px; }
  .astroPillGroup.astroFieldError {
    outline: 1px dashed rgba(255, 120, 120, 0.4);
    outline-offset: 8px;
    border-radius: 12px; }

.astroPill {
  display: inline-flex;
  align-items: center;
  padding: 9px 20px;
  background: #D4A64A0D;
  border: 1px solid #D4A64A40;
  border-radius: 999px;
  color: #B09870;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 19.8px;
  letter-spacing: 0.08px;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.3s ease; }
  .astroPill:hover {
    border-color: #D4A64A;
    color: #F6D27A;
    background: rgba(212, 166, 74, 0.1); }
  .astroPill.astroPillActive {
    background: linear-gradient(101.07deg, #F6D27A 0%, #D4A64A 100%);
    border-color: #F6D27A;
    color: #120E0A;
    font-weight: 600;
    box-shadow: 0 8px 22px -10px rgba(212, 166, 74, 0.6); }
  @media (max-width: 767px) {
    .astroPill {
      padding: 8px 16px; } }

/* -------- Step 3 — Summary -------- */
.astroSummaryHeading {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #F5ECD6;
  margin: 4px 0 16px; }

.astroSummaryCard {
  padding: 22px 24px;
  background: rgba(212, 166, 74, 0.04);
  border: 1px solid rgba(212, 166, 74, 0.14);
  border-radius: 14px;
  margin-bottom: 20px; }

.astroSummaryRow {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(212, 166, 74, 0.14);
  font-family: "Montserrat", sans-serif;
  font-size: 13px; }
  .astroSummaryRow:last-child {
    border-bottom: none; }
  .astroSummaryRow .astroSummaryLabel {
    color: #B8A58A;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 11px; }
  .astroSummaryRow .astroSummaryValue {
    color: #F5ECD6;
    text-align: right;
    font-weight: 500; }

/* -------- Success State -------- */
.astroSuccess {
  text-align: center;
  padding: 40px 12px;
  animation: astroPop 0.55s cubic-bezier(0.22, 1, 0.36, 1) both; }
  .astroSuccess .astroSuccessIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: linear-gradient(101.07deg, #F6D27A 0%, #D4A64A 100%);
    color: #120E0A;
    box-shadow: 0 12px 36px -10px rgba(212, 166, 74, 0.7); }
    .astroSuccess .astroSuccessIcon svg {
      width: 28px;
      height: 28px;
      display: block; }
  .astroSuccess .astroSuccessTitle {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #F5ECD6;
    margin: 0 0 8px; }
  .astroSuccess .astroSuccessText {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #B8A58A;
    margin: 0; }

@keyframes astroPop {
  0% {
    opacity: 0;
    transform: scale(0.92); }
  100% {
    opacity: 1;
    transform: scale(1); } }
/* -------- Inline form-wide error banner -------- */
.astroFormBanner {
  margin-top: 18px;
  padding: 10px 14px;
  border-radius: 8px;
  background: rgba(220, 53, 69, 0.10);
  border: 1px solid rgba(220, 53, 69, 0.35);
  color: #c0392b;
  font-size: 14px;
  line-height: 1.4; }

/* -------- Form Actions / Buttons -------- */
.astroFormActions {
  display: flex;
  justify-content: flex-start;
  gap: 14px;
  margin-top: 32px; }
  @media (max-width: 767px) {
    .astroFormActions {
      flex-direction: column;
      gap: 10px;
      margin-top: 24px; } }

.astroNextBtn,
.astroBackBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 30px;
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.3s ease; }
  @media (max-width: 767px) {
    .astroNextBtn,
    .astroBackBtn {
      height: 46px;
      width: 100%; } }

.astroNextBtn {
  background: linear-gradient(101.07deg, #F6D27A 0%, #D4A64A 100%);
  color: #120E0A;
  box-shadow: 0 12px 30px -12px rgba(212, 166, 74, 0.65); }
  .astroNextBtn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px -10px rgba(212, 166, 74, 0.85); }
  .astroNextBtn:active {
    transform: translateY(0); }

.astroBackBtn {
  background: transparent;
  border-color: rgba(212, 166, 74, 0.32);
  color: #F6D27A; }
  .astroBackBtn:hover {
    border-color: #D4A64A;
    background: rgba(212, 166, 74, 0.06); }

/* -------- Disclaimer text below the form actions -------- */
.astroDisclaimer {
  margin: 22px 0 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(184, 165, 138, 0.65);
  max-width: 520px; }
  @media (max-width: 767px) {
    .astroDisclaimer {
      font-size: 13px; } }

/*# sourceMappingURL=astro-journey.css.map */
