:root {
  --signup-navy: #082f3c;
  --signup-teal: #08666a;
  --signup-teal-dark: #064b52;
  --signup-mint: #dff4ed;
  --signup-cream: #fffaf1;
  --signup-paper: #fffefb;
  --signup-gold: #efb94f;
  --signup-coral: #e9825b;
  --signup-copy: #405d66;
  --signup-line: #d7e4df;
}

.get-started-page {
  color: var(--signup-navy);
  background: var(--signup-cream);
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.signup-hero {
  padding: 68px 0 62px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 12%, rgba(239, 185, 79, .22), transparent 25rem),
    linear-gradient(135deg, var(--signup-navy), var(--signup-teal-dark) 58%, var(--signup-teal));
}

.signup-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr);
  gap: 64px;
  align-items: center;
}

.signup-eyebrow {
  margin: 0 0 10px;
  color: #62d6c8;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.signup-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(3.5rem, 7vw, 6.5rem);
  font-weight: 600;
  line-height: .91;
  letter-spacing: -.05em;
}

.signup-hero h1 em {
  display: block;
  color: var(--signup-gold);
  font-weight: 500;
}

.signup-lede {
  max-width: 720px;
  margin: 26px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 1.12rem;
  line-height: 1.72;
}

.signup-promise {
  padding: 28px;
  color: var(--signup-navy);
  background: rgba(255,254,251,.96);
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 26px;
  box-shadow: 0 24px 60px rgba(0,0,0,.18);
}

.signup-promise > img {
  float: left;
  width: 62px;
  height: 62px;
  margin: 0 16px 12px 0;
  object-fit: contain;
  background: #fff;
  border-radius: 50%;
}

.signup-promise > div {
  min-height: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.signup-promise strong { font-size: 1.02rem; }
.signup-promise span { color: var(--signup-copy); font-size: .9rem; }

.signup-promise ul {
  clear: both;
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 18px 0 0;
  list-style: none;
  border-top: 1px solid var(--signup-line);
}

.signup-promise li {
  position: relative;
  padding-left: 25px;
  color: var(--signup-copy);
  font-size: .9rem;
}

.signup-promise li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--signup-teal);
  font-weight: 800;
}

.signup-section { padding: 78px 0 96px; }

.signup-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 34px;
  align-items: start;
}

.signup-heading { margin-bottom: 28px; }
.signup-heading .signup-eyebrow { color: var(--signup-teal); }

.signup-heading h2 {
  max-width: 760px;
  margin: 0 0 10px;
  font-size: clamp(2.25rem, 4vw, 3.5rem);
  line-height: 1.04;
  letter-spacing: -.04em;
}

.signup-heading > p:last-child {
  margin: 0;
  color: var(--signup-copy);
}

.signup-progress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.signup-progress li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 9px;
  color: #708186;
  background: rgba(255,255,255,.5);
  border: 1px solid var(--signup-line);
  border-radius: 12px;
  font-size: .78rem;
  font-weight: 700;
}

.signup-progress span {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  flex: 0 0 auto;
  color: var(--signup-teal);
  background: var(--signup-mint);
  border-radius: 50%;
}

.signup-progress li.active,
.signup-progress li.complete {
  color: var(--signup-navy);
  border-color: #91c6bd;
  background: #fff;
}

.signup-progress li.active span,
.signup-progress li.complete span {
  color: #fff;
  background: var(--signup-teal);
}

.signup-card {
  margin-top: 18px;
  padding: clamp(24px, 4vw, 38px);
  scroll-margin-top: 96px;
  background: var(--signup-paper);
  border: 1px solid var(--signup-line);
  border-radius: 25px;
  box-shadow: 0 16px 44px rgba(8,47,60,.075);
}

.signup-card[hidden] { display: none; }

.local-review-banner {
  background: #fff3cd;
  border-bottom: 1px solid #e3b341;
  color: #5d4200;
  font-weight: 700;
  padding: 11px 20px;
  text-align: center;
}

.signup-card-heading {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 26px;
}

.step-number {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  flex: 0 0 auto;
  color: #fff;
  background: var(--signup-teal);
  border-radius: 14px;
  font-weight: 800;
}

.signup-card h3 {
  margin: 0 0 5px;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.18;
}

.signup-card-heading p,
.access-card > p {
  margin: 0;
  color: var(--signup-copy);
}

.plan-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  margin-bottom: 22px;
  padding: 0;
  border: 0;
}

.plan-choice {
  position: relative;
  display: flex;
  min-height: 174px;
  padding: 22px 18px;
  flex-direction: column;
  gap: 12px;
  cursor: pointer;
  background: #fff;
  border: 1px solid var(--signup-line);
  border-radius: 17px;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.plan-choice:hover {
  transform: translateY(-2px);
  border-color: #91c6bd;
  box-shadow: 0 12px 25px rgba(8,47,60,.08);
}

.plan-choice:has(input:checked) {
  border: 2px solid var(--signup-teal);
  box-shadow: 0 0 0 4px rgba(8,102,106,.1);
}

.plan-choice input {
  width: 19px;
  height: 19px;
  margin: 0;
  accent-color: var(--signup-teal);
}

.plan-choice-top { display: grid; gap: 2px; }
.plan-choice-top strong { font-size: 1.12rem; }
.plan-choice-top span { color: var(--signup-teal-dark); font-weight: 700; }
.plan-choice small { color: var(--signup-copy); line-height: 1.5; }
.plan-choice-featured { padding-top: 32px; }

.plan-badge {
  position: absolute;
  top: 0;
  right: 15px;
  padding: 4px 10px;
  color: var(--signup-navy);
  background: var(--signup-gold);
  border-radius: 0 0 9px 9px;
  font-size: .7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.signup-primary {
  min-height: 50px;
  padding-inline: 24px;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 700;
}

.signup-primary:disabled,
.download-button:disabled {
  cursor: wait;
  opacity: .62;
}

.account-mode {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-bottom: 22px;
  padding: 6px;
  background: #edf4f1;
  border-radius: 13px;
}

.account-mode button {
  min-height: 44px;
  color: var(--signup-copy);
  background: transparent;
  border: 0;
  border-radius: 9px;
  cursor: pointer;
  font-weight: 700;
}

.account-mode button.active {
  color: var(--signup-navy);
  background: #fff;
  box-shadow: 0 4px 12px rgba(8,47,60,.09);
}

.signup-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

#account-form > * { grid-column: 1 / -1; }

.signup-field { display: grid; gap: 7px; }
.signup-field-wide { grid-column: 1 / -1; }

.signup-field label {
  color: var(--signup-navy);
  font-size: .9rem;
  font-weight: 700;
}

.signup-field label span,
.signup-field small { color: #708186; font-weight: 500; }

.signup-field input,
.signup-field select,
#organization-select {
  width: 100%;
  min-height: 50px;
  padding: 11px 13px;
  color: var(--signup-navy);
  background: #fff;
  border: 1px solid #b9cbc6;
  border-radius: 11px;
}

.signup-field input:focus,
.signup-field select:focus,
#organization-select:focus {
  outline: 3px solid rgba(239,185,79,.45);
  border-color: var(--signup-teal);
}

.signup-consent {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  padding: 15px;
  color: var(--signup-copy);
  background: #f4f8f6;
  border: 1px solid var(--signup-line);
  border-radius: 11px;
  font-size: .84rem;
  line-height: 1.55;
}

.signup-consent input {
  width: 19px;
  height: 19px;
  margin: 2px 0 0;
  flex: 0 0 auto;
  accent-color: var(--signup-teal);
}

.signup-consent a { color: var(--signup-teal-dark); font-weight: 700; }

.text-action {
  padding: 7px 0;
  color: var(--signup-teal-dark);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

#forgot-password { margin-top: 12px; }

.signup-status {
  min-height: 0;
  margin-top: 14px;
  color: var(--signup-copy);
  font-size: .92rem;
}

.signup-status:empty { margin-top: 0; }
.signup-status.error { color: #a63e30; }
.signup-status.success { color: #15685d; }

.signup-status:not(:empty) {
  padding: 12px 14px;
  background: #f0f6f4;
  border-left: 4px solid var(--signup-teal);
  border-radius: 8px;
}

.signup-status.error:not(:empty) {
  background: #fff0ed;
  border-left-color: var(--signup-coral);
}

.signed-in-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 4px;
  padding: 16px 18px;
  background: var(--signup-mint);
  border-radius: 13px;
}

.signed-in-summary[hidden] { display: none; }
.signed-in-summary div { display: grid; }
.signed-in-summary span { color: var(--signup-copy); font-size: .82rem; }

.existing-org-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
}

.existing-consent { margin-top: 18px; }

.access-card { text-align: center; }
.access-card .signup-eyebrow { color: var(--signup-teal); }

.access-icon {
  display: grid;
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  place-items: center;
  color: #fff;
  background: var(--signup-teal);
  border-radius: 50%;
  font-size: 2rem;
  font-weight: 800;
}

.access-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 25px;
}

.access-actions .button { text-decoration: none; }

.download-button {
  min-height: 50px;
  color: var(--signup-teal-dark);
  background: #fff !important;
  border: 1px solid var(--signup-teal) !important;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 700;
}

.release-details {
  display: grid;
  gap: 5px;
  margin-top: 18px;
  padding: 15px;
  text-align: left;
  background: #f3f7f5;
  border-radius: 11px;
}

.release-details[hidden] { display: none; }
.release-details span { color: var(--signup-copy); }
.release-details code { overflow-wrap: anywhere; color: #597075; font-size: .74rem; }
.access-note { margin-top: 17px !important; font-size: .82rem; }

.signup-help {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 16px;
}

.help-card {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--signup-line);
  border-radius: 20px;
  box-shadow: 0 12px 34px rgba(8,47,60,.06);
}

.help-card .signup-eyebrow { color: var(--signup-teal); }

.help-card ol {
  display: grid;
  gap: 20px;
  margin: 17px 0 0;
  padding: 0;
  list-style: none;
}

.help-card li { display: flex; gap: 12px; }

.help-card li > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  flex: 0 0 auto;
  color: #fff;
  background: var(--signup-teal);
  border-radius: 50%;
  font-size: .78rem;
  font-weight: 800;
}

.help-card li div { display: grid; gap: 3px; }
.help-card li small { color: var(--signup-copy); line-height: 1.45; }
.help-card p { margin: 8px 0 0; color: var(--signup-copy); }
.help-card-soft { background: var(--signup-mint); }
.help-contact a { color: var(--signup-teal-dark); font-weight: 700; overflow-wrap: anywhere; }

@media (max-width: 980px) {
  .signup-hero-grid,
  .signup-layout { grid-template-columns: 1fr; }
  .signup-promise { max-width: 620px; }
  .signup-help { position: static; grid-template-columns: repeat(2, 1fr); }
  .help-card:first-child { grid-column: 1 / -1; }
  .help-card ol { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 720px) {
  .signup-hero { padding: 48px 0; }
  .signup-hero h1 { font-size: clamp(3rem, 16vw, 4.8rem); }
  .signup-section { padding: 54px 0 72px; }
  .signup-progress { grid-template-columns: repeat(2, 1fr); }
  .plan-choice-grid,
  .signup-form,
  .access-actions,
  .signup-help,
  .help-card ol { grid-template-columns: 1fr; }
  .help-card:first-child { grid-column: auto; }
  .plan-choice { min-height: 0; }
}

@media (max-width: 480px) {
  .signup-card { padding: 22px 18px; }
  .signup-card-heading { gap: 11px; }
  .step-number { width: 38px; height: 38px; }
  .account-mode { grid-template-columns: 1fr; }
  .signed-in-summary { align-items: flex-start; flex-direction: column; }
}
