/* =============================================================
   NorthReach — Get Started Page
   ============================================================= */

.gs-page {
  min-height: 100vh;
  background: #060f1a;
}

/* ── Navbar ── */
.gs-nav {
  position: sticky;
  top: 0;
  z-index: 99;
  background: rgba(6, 15, 26, 0.95);
  backdrop-filter: blur(16px);
  border-bottom: 0.5px solid #0d1f30;
  padding: 0 24px;
  height: 60px;
  display: flex;
  align-items: center;
}

.gs-nav__inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gs-nav__back {
  font-size: 13px;
  color: #5577aa;
  transition: color 0.15s;
}
.gs-nav__back:hover { color: #ffffff; }

/* ── Main layout ── */
.gs-main {
  padding: 48px 24px 80px;
}

.gs-container {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

/* ── Left — plan summary ── */
.gs-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #378ADD;
  background: rgba(55, 138, 221, 0.1);
  border: 0.5px solid rgba(55, 138, 221, 0.25);
  border-radius: 20px;
  padding: 4px 14px;
  margin-bottom: 20px;
}

.gs-title {
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 10px;
}

.gs-subtitle {
  font-size: 14px;
  color: #5577aa;
  line-height: 1.7;
  margin-bottom: 32px;
}

/* Plan card */
.gs-plan-card {
  background: #0d1a27;
  border: 1px solid #1a3a5c;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 28px;
}

.gs-plan-card--pro {
  border-color: #378ADD;
  box-shadow: 0 0 32px rgba(55, 138, 221, 0.08);
}

.gs-plan-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 22px;
  border-bottom: 0.5px solid #0d1f30;
}

.gs-plan-name {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 3px;
}

.gs-plan-tag {
  font-size: 11px;
  color: #3a5570;
}

.gs-plan-price {
  display: flex;
  align-items: flex-start;
  gap: 1px;
  flex-shrink: 0;
}

.gs-plan-currency {
  font-size: 14px;
  color: #5577aa;
  margin-top: 4px;
}

.gs-plan-amount {
  font-size: 36px;
  font-weight: 500;
  color: #378ADD;
  letter-spacing: -0.03em;
  line-height: 1;
}

.gs-plan-period {
  font-size: 12px;
  color: #3a5570;
  align-self: flex-end;
  padding-bottom: 4px;
}

.gs-plan-features {
  list-style: none;
  padding: 16px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gs-plan-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #5577aa;
}

.gs-plan-features li::before {
  content: '✓';
  color: #378ADD;
  font-weight: 600;
  flex-shrink: 0;
}

/* Trust list */
.gs-trust {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}

.gs-trust li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #5577aa;
}

.gs-switch {
  font-size: 12px;
  color: #3a5570;
}

.gs-switch__link {
  color: #378ADD;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.15s;
}
.gs-switch__link:hover { color: #4a96e8; }

/* ── Right — form ── */
.gs-form-wrap { position: sticky; top: 76px; }

.gs-form-card {
  background: #0d1a27;
  border: 0.5px solid #1a3a5c;
  border-radius: 14px;
  padding: 32px 28px;
}

.gs-form-title {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: -0.01em;
  margin-bottom: 6px;
}

.gs-form-sub {
  font-size: 13px;
  color: #5577aa;
  margin-bottom: 24px;
}

.gs-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.gs-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.gs-form__group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.gs-form__label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #3a5570;
}

.gs-form__input {
  background: #091420;
  border: 0.5px solid #1a3a5c;
  border-radius: 8px;
  color: #ffffff;
  font-size: 14px;
  font-family: inherit;
  padding: 10px 14px;
  transition: border-color 0.18s;
  outline: none;
  width: 100%;
  appearance: none;
}
.gs-form__input::placeholder { color: #3a5570; }
.gs-form__input:focus { border-color: #378ADD; }

.gs-form__select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%235577aa' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
}
.gs-form__select option { background: #0d1a27; }

.gs-form__error {
  font-size: 12px;
  color: #ef4444;
  background: rgba(239, 68, 68, 0.08);
  border: 0.5px solid rgba(239, 68, 68, 0.2);
  border-radius: 6px;
  padding: 10px 14px;
  line-height: 1.6;
}

.gs-form__privacy {
  font-size: 11px;
  color: #3a5570;
  text-align: center;
  line-height: 1.6;
}

.gs-form__link { color: #5577aa; text-decoration: underline; }

/* Success state */
.gs-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 20px;
  gap: 12px;
}

.gs-success__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.1);
  border: 0.5px solid rgba(34, 197, 94, 0.3);
  color: #22c55e;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gs-success__title {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}

.gs-success__text {
  font-size: 13px;
  color: #5577aa;
  line-height: 1.65;
}

/* ── Footer ── */
.gs-footer {
  text-align: center;
  padding: 24px;
  border-top: 0.5px solid #0d1f30;
  font-size: 12px;
  color: #3a5570;
}
.gs-footer a { color: #5577aa; }
.gs-footer a:hover { color: #ffffff; }

/* ── Responsive ── */
@media (max-width: 768px) {
  .gs-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .gs-form-wrap { position: static; }

  .gs-form__row { grid-template-columns: 1fr; }

  .gs-form-card { padding: 24px 20px; }
}
