:root {
  --ink: #17211f;
  --muted: #5f6d68;
  --paper: #f7f4ee;
  --panel: #ffffff;
  --line: #ddd8cf;
  --forest: #203d34;
  --clay: #b96347;
  --gold: #d6a84f;
  --shadow: 0 24px 70px rgba(23, 33, 31, 0.15);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.start-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: #fff;
  background: linear-gradient(180deg, rgba(22, 35, 31, 0.48), rgba(22, 35, 31, 0));
  transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.start-header.is-scrolled {
  color: var(--forest) !important;
  background: rgba(255, 252, 245, 0.78) !important;
  box-shadow: 0 10px 26px rgba(23, 33, 31, 0.08) !important;
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 130px;
  color: inherit;
  font-weight: 800;
  letter-spacing: 0;
}

.brand img {
  display: block;
  width: 44px;
  height: auto;
}

.login-link,
.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 900;
  line-height: 1;
}

.login-link {
  flex: 0 0 auto;
  padding: 0 15px;
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.92rem;
  font-weight: 900;
  color: inherit;
  transition: background 160ms ease, border-color 160ms ease;
}

.login-link:hover,
.login-link:focus-visible {
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.18);
}

.start-header.is-scrolled .login-link {
  border-color: rgba(32, 61, 52, 0.2);
  background: rgba(255, 255, 255, 0.72);
}

.start-header.is-scrolled .login-link:hover,
.start-header.is-scrolled .login-link:focus-visible {
  border-color: rgba(32, 61, 52, 0.34);
  background: #fff;
}

.button.primary {
  color: #14201d;
  background: var(--gold);
}

.start-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 420px);
  gap: clamp(22px, 5vw, 56px);
  align-items: start;
  min-height: auto;
  padding: clamp(118px, 16vh, 156px) clamp(18px, 5vw, 72px) clamp(26px, 4vh, 40px);
  color: #fff;
  background: var(--forest);
  overflow: hidden;
}

.hero-image,
.hero-scrim {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(18, 31, 27, 0.96), rgba(18, 31, 27, 0.78) 58%, rgba(18, 31, 27, 0.54)),
    linear-gradient(180deg, rgba(18, 31, 27, 0.62), rgba(18, 31, 27, 0.78));
}

.hero-copy,
.plan-panel {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 700px;
}

.eyebrow,
.section-kicker,
.panel-label {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-copy h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(2.35rem, 4.4vw, 4rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
  line-height: 1.58;
}

.plan-panel {
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.plan-panel h2,
.plan-panel p {
  margin: 0;
}

.plan-panel h2 {
  font-size: 1.45rem;
}

.plan-panel p:not(.panel-label) {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
}

.plan-panel .plan-price {
  color: #fff;
  font-weight: 950;
}

.discount-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
}

.discount-row span {
  color: rgba(255, 255, 255, 0.72);
}

.hidden {
  display: none !important;
}

.section {
  padding: clamp(44px, 8vw, 84px) clamp(18px, 5vw, 72px);
}

.setup-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 62px);
  align-items: start;
  background: #fff;
}

.setup-copy {
  position: sticky;
  top: 96px;
}

.setup-copy h2,
.form-heading h2 {
  margin: 0;
  color: var(--forest);
  font-size: clamp(2rem, 4.4vw, 3.8rem);
  line-height: 1;
}

.step-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.step-list article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(32, 61, 52, 0.12);
  border-radius: 8px;
  background: #fbfaf7;
}

.step-list span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 999px;
  color: #14201d;
  background: var(--gold);
  font-size: 0.82rem;
  font-weight: 950;
}

.step-list h3,
.step-list p {
  margin: 0;
}

.step-list h3 {
  color: var(--forest);
  font-size: 1.08rem;
}

.step-list p,
.form-heading p,
.security-note span,
.form-footnote {
  color: var(--muted);
  line-height: 1.58;
}

.security-note {
  display: grid;
  gap: 5px;
  margin-top: 18px;
  padding: 18px;
  border-radius: 8px;
  color: var(--forest);
  background: #fff7e7;
}

.start-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(32, 61, 52, 0.15);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.form-heading,
.full {
  grid-column: 1 / -1;
}

.form-heading p {
  margin: 12px 0 0;
}

.start-form label {
  display: grid;
  gap: 8px;
  color: var(--forest);
  font-size: 0.88rem;
  font-weight: 900;
}

.start-form input,
.start-form select,
.start-form textarea {
  width: 100%;
  border: 1px solid rgba(32, 61, 52, 0.18);
  border-radius: 6px;
  background: #fbfaf7;
  color: var(--ink);
}

.start-form input,
.start-form select {
  min-height: 44px;
  padding: 0 12px;
}

.start-form textarea {
  min-height: 118px;
  padding: 12px;
  resize: vertical;
}

.plan-choice {
  display: grid;
  gap: 12px;
  margin: 4px 0 6px;
  padding: 0;
  border: 0;
}

.plan-choice legend {
  margin: 0 0 2px;
  color: var(--forest);
  font-size: 0.92rem;
  font-weight: 950;
}

.plan-option {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px !important;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(32, 61, 52, 0.16);
  border-radius: 8px;
  background: #fbfaf7;
  cursor: pointer;
}

.plan-option:has(input:checked) {
  border-color: rgba(214, 168, 79, 0.8);
  background: #fff7e7;
  box-shadow: inset 0 0 0 1px rgba(214, 168, 79, 0.32);
}

.plan-option input {
  width: 18px;
  min-height: 18px;
  height: 18px;
  margin: 3px 0 0;
  padding: 0;
  accent-color: var(--forest);
}

.plan-option span {
  display: grid;
  gap: 5px;
}

.plan-option strong {
  color: var(--forest);
  font-size: 1.02rem;
}

.plan-option em {
  color: var(--ink);
  font-style: normal;
  font-weight: 900;
}

.plan-option small {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.45;
}

.legal-consent {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: start;
  gap: 10px !important;
  color: var(--muted) !important;
  font-size: 0.82rem !important;
  line-height: 1.48;
}

.legal-consent input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 2px;
}

.legal-consent a {
  color: var(--forest);
  font-weight: 950;
}

.start-form .button {
  width: 100%;
  min-height: 48px;
  border: 0;
}

.form-footnote {
  margin: 0;
  font-size: 0.86rem;
}

.start-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 26px clamp(18px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.76);
  background: var(--forest);
}

.start-footer p {
  margin: 0;
  font-weight: 900;
}

.start-footer a {
  color: var(--gold);
  font-weight: 900;
}

@media (max-width: 920px) {
  .start-hero,
  .setup-shell {
    grid-template-columns: 1fr;
  }

  .setup-copy {
    position: static;
  }

}

@media (max-width: 640px) {
  .start-header {
    gap: 12px;
    padding: 12px 14px;
  }

  .brand {
    gap: 8px;
    font-size: 0.96rem;
  }

  .brand img {
    width: 40px;
  }

  .login-link {
    min-height: 40px;
    padding-inline: 12px;
    font-size: 0.82rem;
  }

  .start-hero {
    min-height: auto;
    padding: 96px 18px 22px;
  }

  .hero-copy h1 {
    font-size: clamp(2.05rem, 9vw, 2.85rem);
  }

  .plan-panel {
    padding: 20px;
  }

  .section {
    padding: 42px 18px;
  }

  .start-form {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
