/* ==========================================================
   ROOTMAN FINANCIAL SERVICES
   start-here.css
   ========================================================== */

/* ----------------------------------------------------------
   1. Hero
   ---------------------------------------------------------- */
.start-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(201, 168, 76, 0.18), transparent 30%),
    radial-gradient(circle at 82% 22%, rgba(255, 255, 255, 0.08), transparent 24%),
    linear-gradient(135deg, #08172b 0%, #0b2240 56%, #173a62 100%);
  padding: 112px 0 86px;
}

.start-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 74px 74px;
  pointer-events: none;
}

.start-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: 54px;
  align-items: center;
}

.start-hero-copy .section-label {
  margin-bottom: 18px;
}

.start-hero-copy .section-label-text {
  color: var(--gold);
}

.start-hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(46px, 6vw, 76px);
  line-height: 0.98;
  font-weight: 600;
  color: var(--white);
  max-width: 10ch;
  margin-bottom: 18px;
}

.start-hero-title em {
  color: var(--gold);
  font-style: italic;
}

.start-hero-subtitle {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.82;
  margin-bottom: 26px;
}

.start-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-bottom: 28px;
}

.start-hero-actions .btn-outline-navy {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.26);
  color: var(--white);
}

.start-hero-actions .btn-outline-navy:hover {
  background: var(--white);
  color: var(--navy-deep);
}

.start-hero-note {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 18px 16px;
  max-width: 520px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.start-hero-note strong {
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
}

.start-hero-note span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.7;
}

.start-hero-side {
  display: flex;
  justify-content: center;
}

.start-hero-card {
  width: 100%;
  max-width: 460px;
  padding: 34px 30px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06)),
    rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.hero-card-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(201, 168, 76, 0.16);
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.start-hero-card h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 35px;
  line-height: 1.06;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 14px;
}

.start-hero-card > p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.82;
  margin-bottom: 24px;
}

.hero-card-points {
  display: grid;
  gap: 12px;
}

.hero-card-point {
  padding: 16px 16px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-card-point strong {
  display: block;
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.hero-card-point span {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.68;
}

.hero-card-contact {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hero-card-contact-label {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.hero-card-contact a {
  color: var(--white);
  font-size: 15px;
  font-weight: 500;
}

.hero-card-contact a:hover {
  color: var(--gold);
}

/* ----------------------------------------------------------
   2. Journey shell
   ---------------------------------------------------------- */
.start-journey-section {
  padding: var(--sp-2xl) 0;
  background:
    linear-gradient(180deg, rgba(245, 237, 216, 0.30) 0%, rgba(255, 255, 255, 0.94) 20%, var(--white) 100%);
}

.journey-shell {
  margin-top: 22px;
  padding: 34px 30px 30px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(248, 247, 244, 0.96), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(11, 34, 64, 0.08);
  box-shadow: 0 24px 56px rgba(11, 34, 64, 0.08);
}

.journey-progress {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 30px;
}

.journey-progress-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(11, 34, 64, 0.03);
  border: 1px solid rgba(11, 34, 64, 0.05);
  color: var(--text-light);
}

.journey-progress-item.is-active {
  background: rgba(201, 168, 76, 0.12);
  border-color: rgba(201, 168, 76, 0.26);
  color: var(--navy);
}

.journey-progress-item.is-complete {
  background: rgba(11, 34, 64, 0.92);
  border-color: rgba(11, 34, 64, 0.92);
  color: var(--white);
}

.journey-progress-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--white);
  color: var(--navy);
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 700;
  flex-shrink: 0;
}

.journey-progress-item.is-complete .journey-progress-number {
  background: rgba(201, 168, 76, 0.18);
  color: var(--gold);
}

.journey-progress-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.journey-stage + .journey-stage {
  margin-top: 28px;
}

.journey-stage-head {
  margin-bottom: 18px;
}

.journey-stage-step {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(201, 168, 76, 0.13);
  color: #8b6a18;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.journey-stage-head h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 40px;
  line-height: 1.04;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 10px;
}

.journey-stage-head p {
  max-width: 720px;
  color: var(--text-mid);
  font-size: 15px;
  line-height: 1.8;
}

/* ----------------------------------------------------------
   3. Path and need selection
   ---------------------------------------------------------- */
.start-path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--sp-sm);
}

.start-path-card,
.start-need-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  text-align: left;
  transition:
    transform var(--transition-mid),
    box-shadow var(--transition-mid),
    border-color var(--transition-mid),
    background var(--transition-mid);
}

.start-path-card {
  padding: 24px 22px;
  background: var(--white);
  border: 1.5px solid rgba(0, 0, 0, 0.08);
}

.start-path-card:hover,
.start-need-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 168, 76, 0.34);
  box-shadow: 0 18px 40px rgba(11, 34, 64, 0.10);
}

.start-path-card.active,
.start-need-card.active {
  background: linear-gradient(180deg, rgba(245, 237, 216, 0.72) 0%, var(--white) 100%);
  border-color: var(--gold);
  box-shadow: 0 18px 40px rgba(201, 168, 76, 0.12);
}

.start-path-card::after,
.start-need-card::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform var(--transition-mid);
}

.start-path-card.active::after,
.start-need-card.active::after {
  transform: scaleX(1);
}

.start-path-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 14px;
}

.start-path-card h3,
.start-need-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  line-height: 1.12;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 8px;
}

.start-path-card p,
.start-need-card p {
  font-size: 14px;
  line-height: 1.72;
  color: var(--text-mid);
}

.start-need-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--sp-sm);
}

.start-need-card {
  padding: 24px 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 247, 244, 0.98));
  border: 1.5px solid rgba(11, 34, 64, 0.08);
}

.start-need-tag {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

/* ----------------------------------------------------------
   4. Tailored result
   ---------------------------------------------------------- */
.start-result-panel {
  padding: 34px 30px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(201, 168, 76, 0.10), transparent 26%),
    linear-gradient(180deg, rgba(248, 247, 244, 0.96), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(11, 34, 64, 0.08);
  box-shadow: 0 20px 48px rgba(11, 34, 64, 0.08);
}

.start-result-top {
  margin-bottom: 22px;
}

.start-result-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(201, 168, 76, 0.14);
  color: #8b6a18;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.start-result-top h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  line-height: 1.04;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 12px;
}

.start-result-top p {
  max-width: 760px;
  color: var(--text-mid);
  font-size: 15px;
  line-height: 1.82;
}

.start-result-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.start-result-card {
  height: 100%;
  padding: 22px 20px;
  border-radius: 22px;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.start-result-card h4 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}

.start-result-card p {
  font-size: 14px;
  line-height: 1.76;
  color: var(--text-mid);
}

.start-result-card ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.start-result-card li {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  line-height: 1.68;
  color: var(--text-mid);
}

.start-result-card li::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
}

.start-result-card.is-callout {
  background:
    linear-gradient(180deg, rgba(11, 34, 64, 0.96), rgba(15, 49, 86, 0.96)),
    var(--navy);
  border-color: rgba(201, 168, 76, 0.18);
}

.start-result-card.is-callout h4,
.start-result-card.is-callout p {
  color: var(--white);
}

.start-result-card.is-callout p {
  color: rgba(255, 255, 255, 0.72);
}

.start-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.start-result-actions .btn-outline-navy {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.24);
  color: var(--white);
}

.start-result-actions .btn-outline-navy:hover {
  background: var(--white);
  color: var(--navy-deep);
}

/* ----------------------------------------------------------
   5. Journey footer actions
   ---------------------------------------------------------- */
.journey-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(11, 34, 64, 0.08);
}

.journey-reset {
  background: transparent;
  border: 1.5px solid rgba(11, 34, 64, 0.16);
  color: var(--navy);
  border-radius: 999px;
  padding: 12px 18px;
  font-size: 13px;
  font-weight: 600;
  transition: border-color var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);
}

.journey-reset:hover {
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-1px);
}

.journey-direct-link {
  color: var(--navy);
  font-size: 14px;
  font-weight: 600;
}

.journey-direct-link:hover {
  color: var(--gold);
}

/* ----------------------------------------------------------
   6. Fade support
   ---------------------------------------------------------- */
.fade-up {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ----------------------------------------------------------
   7. Responsive
   ---------------------------------------------------------- */
@media (max-width: 1280px) {
  .start-hero-inner {
    grid-template-columns: 1fr;
  }

  .start-result-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .journey-progress,
  .start-path-grid,
  .start-need-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .start-hero,
  .start-journey-section {
    padding: 76px 0;
  }

  .start-hero {
    padding-top: 92px;
    padding-bottom: 66px;
  }

  .start-hero-title {
    font-size: 38px;
    line-height: 1.04;
  }

  .start-hero-subtitle {
    font-size: 14px;
    line-height: 1.75;
  }

  .start-hero-actions,
  .start-result-actions,
  .journey-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .start-hero-actions .btn-primary,
  .start-hero-actions .btn-outline-navy,
  .start-result-actions .btn-primary,
  .start-result-actions .btn-outline-navy,
  .journey-reset {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .journey-shell,
  .start-result-panel,
  .start-hero-card {
    padding: 24px 20px;
    border-radius: 24px;
  }

  .journey-progress,
  .start-path-grid,
  .start-need-grid,
  .start-result-grid {
    grid-template-columns: 1fr;
  }

  .start-path-card,
  .start-need-card,
  .start-result-card {
    padding: 22px 18px;
  }

  .journey-stage-head h3,
  .start-result-top h3,
  .start-hero-card h2 {
    font-size: 30px;
  }

  .start-path-card h3,
  .start-need-card h3 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .start-hero-title {
    font-size: 32px;
  }

  .journey-stage-head h3,
  .start-result-top h3,
  .start-hero-card h2 {
    font-size: 27px;
  }

  .start-path-number {
    width: 42px;
    height: 42px;
    font-size: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fade-up,
  .start-path-card,
  .start-need-card,
  .journey-reset {
    transition: none !important;
    animation: none !important;
  }

  .fade-up {
    opacity: 1;
    transform: none;
  }
}
