:root {
  --mo-green: #00873B;
  --mo-bg: #050706;
  --mo-bg-soft: #0B100D;
  --mo-card: rgba(255,255,255,0.045);
  --mo-card-strong: rgba(255,255,255,0.075);
  --mo-border: rgba(255,255,255,0.12);
  --mo-text: #F4F7F2;
  --mo-muted: rgba(244,247,242,0.68);
  --mo-muted-2: rgba(244,247,242,0.46);
  --mo-radius-xl: 32px;
  --mo-radius-lg: 24px;
  --mo-radius-md: 16px;
  --mo-shadow: 0 24px 80px rgba(0,0,0,0.38);
  --mo-glow: 0 0 80px rgba(0,135,59,0.28);
}

.mo-growth-brief,
.mo-growth-brief * {
  box-sizing: border-box;
}

.mo-growth-brief input,
.mo-growth-brief textarea,
.mo-growth-brief select,
.mo-growth-brief button {
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.mo-growth-brief {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  margin: 0;
  color: var(--mo-text);
  background:
    radial-gradient(circle at 18% 10%, rgba(0,135,59,0.2), transparent 28rem),
    radial-gradient(circle at 85% 42%, rgba(0,135,59,0.13), transparent 30rem),
    linear-gradient(180deg, #050706 0%, #08100b 52%, #050706 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

.mo-growth-brief::before,
.mo-growth-brief::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(2px);
}

.mo-growth-brief::before {
  width: 34rem;
  height: 34rem;
  top: -18rem;
  right: -10rem;
  background: rgba(0,135,59,0.16);
  box-shadow: var(--mo-glow);
}

.mo-growth-brief::after {
  width: 24rem;
  height: 24rem;
  bottom: 8rem;
  left: -13rem;
  background: rgba(255,255,255,0.04);
}

.mo-brief-shell {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0 90px;
}

.mo-brief-hero {
  max-width: 900px;
  padding: 18px 0 42px;
}

.mo-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 14px;
  border: 1px solid rgba(0,135,59,0.42);
  border-radius: 999px;
  background: rgba(0,135,59,0.12);
  color: #BFE9CF;
  font-size: 13px;
  font-weight: 700;
}

.mo-brief-hero h1 {
  max-width: 760px;
  margin: 22px 0 16px;
  color: var(--mo-text);
  font-size: 68px;
  line-height: 0.98;
  font-weight: 760;
}

.mo-hero-subtitle {
  max-width: 780px;
  margin: 0;
  color: var(--mo-muted);
  font-size: 21px;
}

.mo-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 22px;
  margin-top: 30px;
}

.mo-hero-actions p {
  max-width: 500px;
  margin: 0;
  color: var(--mo-muted-2);
  font-size: 14px;
}

.mo-brief-window {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--mo-border);
  border-radius: var(--mo-radius-xl);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.075), rgba(255,255,255,0.03)),
    rgba(5,7,6,0.82);
  box-shadow: var(--mo-shadow);
  backdrop-filter: blur(22px);
}

.mo-brief-window::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.08), transparent 24%, transparent 78%, rgba(0,135,59,0.08)),
    radial-gradient(circle at 50% 0, rgba(0,135,59,0.16), transparent 28rem);
}

.mo-window-top,
.mo-brief-form,
.mo-success {
  position: relative;
  z-index: 1;
}

.mo-window-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 30px 32px 18px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.mo-step-kicker {
  display: block;
  margin-bottom: 8px;
  color: #94DDB1;
  font-size: 13px;
  font-weight: 700;
}

.mo-window-top h2 {
  margin: 0;
  color: var(--mo-text);
  font-size: 28px;
  line-height: 1.15;
}

.mo-clear-button {
  appearance: none;
  flex: 0 0 auto;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  color: var(--mo-muted);
  font: inherit;
  font-size: 13px;
  cursor: pointer;
  transition: border-color .2s ease, color .2s ease, background .2s ease;
}

.mo-clear-button:hover,
.mo-clear-button:focus-visible {
  border-color: rgba(0,135,59,0.55);
  background: rgba(0,135,59,0.1);
  color: var(--mo-text);
}

.mo-progress {
  position: relative;
  z-index: 1;
  height: 7px;
  background: rgba(255,255,255,0.07);
}

.mo-progress span {
  display: block;
  width: 11.11%;
  height: 100%;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(90deg, var(--mo-green), #52C779);
  box-shadow: 0 0 24px rgba(0,135,59,0.48);
  transition: width .28s ease;
}

.mo-brief-form {
  padding: 34px 32px 30px;
}

.mo-step-panel {
  display: none;
  animation: moStepIn .24s ease;
}

.mo-step-panel.is-active {
  display: block;
}

@keyframes moStepIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mo-stage-header {
  max-width: 850px;
  margin: 0 0 26px;
}

.mo-stage-header span {
  display: inline-flex;
  margin-bottom: 10px;
  color: #94DDB1;
  font-size: 13px;
  font-weight: 800;
}

.mo-stage-header h3 {
  margin: 0 0 10px;
  color: var(--mo-text);
  font-size: 40px;
  line-height: 1.08;
}

.mo-stage-header p {
  max-width: 760px;
  margin: 0;
  color: var(--mo-muted);
  font-size: 17px;
}

.mo-grid {
  display: grid;
  gap: 18px;
}

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

.mo-field {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
}

.mo-field-full {
  grid-column: 1 / -1;
}

.mo-label {
  color: rgba(244,247,242,0.82);
  font-size: 14px;
  font-weight: 650;
}

.mo-label b {
  color: #94DDB1;
}

.mo-field input,
.mo-field textarea,
.mo-field select {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--mo-radius-md);
  outline: none;
  background: rgba(255,255,255,0.055);
  color: var(--mo-text) !important;
  -webkit-text-fill-color: var(--mo-text);
  caret-color: var(--mo-green);
  font: inherit;
  font-size: 16px;
  text-transform: none !important;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.mo-field input,
.mo-field select {
  padding: 0 16px;
}

.mo-field textarea {
  min-height: 136px;
  padding: 14px 16px;
  resize: vertical;
}

.mo-field select {
  cursor: pointer;
}

.mo-field option {
  color: #050706;
}

.mo-field input::placeholder,
.mo-field textarea::placeholder {
  color: rgba(244,247,242,0.36);
  -webkit-text-fill-color: rgba(244,247,242,0.36);
  text-transform: none !important;
  opacity: 1;
}

.mo-field input:-webkit-autofill,
.mo-field textarea:-webkit-autofill,
.mo-field select:-webkit-autofill {
  box-shadow: 0 0 0 1000px rgba(255,255,255,0.055) inset;
  -webkit-text-fill-color: var(--mo-text);
  caret-color: var(--mo-green);
}

.mo-field input:focus,
.mo-field textarea:focus,
.mo-field select:focus {
  border-color: rgba(0,135,59,0.76);
  background: rgba(255,255,255,0.07);
  box-shadow: 0 0 0 4px rgba(0,135,59,0.15);
}

.mo-money-input {
  position: relative;
  display: block;
}

.mo-money-input > span {
  position: absolute;
  z-index: 2;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--mo-green);
  font-size: 16px;
  font-weight: 800;
  pointer-events: none;
}

.mo-money-input input {
  padding-left: 38px;
}

.mo-field.has-error input,
.mo-field.has-error textarea,
.mo-field.has-error select,
.mo-consent.has-error {
  border-color: rgba(255,96,96,0.78);
  box-shadow: 0 0 0 4px rgba(255,96,96,0.1);
}

.mo-inline-error {
  min-height: 18px;
  margin: 0;
  color: #FFB0B0;
  font-size: 13px;
}

.mo-form-message {
  display: none;
  margin: 0 0 22px;
  padding: 14px 16px;
  border: 1px solid rgba(255,96,96,0.28);
  border-radius: var(--mo-radius-md);
  background: rgba(255,96,96,0.08);
  color: #FFD5D5;
  font-size: 14px;
}

.mo-form-message.is-visible {
  display: block;
}

.mo-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 28px;
}

.mo-chip {
  display: inline-flex;
  min-width: 0;
  cursor: pointer;
}

.mo-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.mo-chip span {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 10px 15px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  background: rgba(255,255,255,0.045);
  color: rgba(244,247,242,0.78);
  font-size: 14px;
  line-height: 1.2;
  transition: border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.mo-chip input:checked + span {
  border-color: rgba(0,135,59,0.78);
  background: rgba(0,135,59,0.2);
  color: var(--mo-text);
  box-shadow: 0 0 24px rgba(0,135,59,0.14);
}

.mo-chip input:focus-visible + span {
  border-color: rgba(0,135,59,0.9);
  box-shadow: 0 0 0 4px rgba(0,135,59,0.16);
}

.mo-roi {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 24px;
  align-items: start;
}

.mo-roi-context {
  max-width: 860px;
  margin: -8px 0 26px;
  padding: 15px 16px;
  border: 1px solid rgba(0,135,59,0.24);
  border-radius: var(--mo-radius-md);
  background: rgba(0,135,59,0.08);
  color: var(--mo-muted);
  font-size: 14px;
}

.mo-roi-inputs {
  display: grid;
  gap: 16px;
}

.mo-roi-dashboard {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mo-niche-insight {
  padding: 16px;
  border: 1px solid rgba(0,135,59,0.26);
  border-radius: var(--mo-radius-md);
  background: linear-gradient(145deg, rgba(0,135,59,0.12), rgba(255,255,255,0.045));
}

.mo-niche-insight strong {
  display: block;
  margin-bottom: 8px;
  color: var(--mo-text);
  font-size: 14px;
}

.mo-niche-insight p {
  margin: 0;
  color: var(--mo-muted);
  font-size: 14px;
}

.mo-roi-card {
  min-width: 0;
  min-height: 108px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: var(--mo-radius-md);
  background: rgba(255,255,255,0.045);
}

.mo-roi-card.is-featured {
  border-color: rgba(0,135,59,0.42);
  background: linear-gradient(145deg, rgba(0,135,59,0.16), rgba(255,255,255,0.05));
  box-shadow: 0 0 34px rgba(0,135,59,0.13);
}

.mo-roi-label {
  display: block;
  margin-bottom: 10px;
  color: var(--mo-muted-2);
  font-size: 13px;
  font-weight: 700;
}

.mo-roi-value {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px 8px;
}

.mo-current-value {
  color: var(--mo-text);
  font-size: 22px;
  font-weight: 780;
  line-height: 1.1;
}

.mo-projected-value {
  color: var(--mo-green);
  font-size: 14px;
  font-weight: 780;
  line-height: 1.25;
}

.mo-roi-disclaimer {
  margin: 22px 0 0;
  padding: 15px 16px;
  border: 1px solid rgba(0,135,59,0.22);
  border-radius: var(--mo-radius-md);
  background: rgba(0,135,59,0.08);
  color: var(--mo-muted);
  font-size: 14px;
}

.mo-consent {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  margin-top: 20px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--mo-radius-md);
  background: rgba(255,255,255,0.045);
  color: var(--mo-muted);
  cursor: pointer;
}

.mo-consent input {
  width: 22px;
  height: 22px;
  margin: 1px 0 0;
  accent-color: var(--mo-green);
  flex: 0 0 auto;
}

.mo-consent span {
  font-size: 15px;
}

.mo-navigation {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.09);
}

.mo-button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  min-width: 142px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.mo-button:hover,
.mo-button:focus-visible {
  transform: translateY(-1px);
}

.mo-button:disabled {
  cursor: not-allowed;
  opacity: .55;
  transform: none;
}

.mo-button-primary {
  background: var(--mo-green);
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(0,135,59,0.28);
}

.mo-button-primary:hover,
.mo-button-primary:focus-visible {
  background: #009B45;
  box-shadow: 0 18px 42px rgba(0,135,59,0.34);
}

.mo-button-secondary {
  border-color: rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.05);
  color: var(--mo-text);
}

.mo-button-secondary:hover,
.mo-button-secondary:focus-visible {
  border-color: rgba(0,135,59,0.58);
  background: rgba(0,135,59,0.1);
}

.mo-submit-button {
  display: none;
}

.mo-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.mo-success {
  padding: 70px 32px;
  text-align: center;
}

.mo-success-mark {
  width: 72px;
  height: 72px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.24), rgba(255,255,255,0.04)),
    var(--mo-green);
  box-shadow: 0 0 46px rgba(0,135,59,0.38);
}

.mo-success h2 {
  margin: 0 0 12px;
  color: var(--mo-text);
  font-size: 36px;
}

.mo-success p {
  max-width: 620px;
  margin: 0 auto 28px;
  color: var(--mo-muted);
  font-size: 17px;
}

.mo-growth-brief.is-success .mo-brief-form,
.mo-growth-brief.is-success .mo-window-top,
.mo-growth-brief.is-success .mo-progress {
  display: none;
}

.mo-growth-brief.is-success .mo-success {
  display: block;
}

@media (max-width: 920px) {
  .mo-brief-shell {
    width: min(100% - 24px, 720px);
    padding: 48px 0 68px;
  }

  .mo-brief-hero h1 {
    font-size: 48px;
  }

  .mo-hero-subtitle {
    font-size: 18px;
  }

  .mo-grid-2,
  .mo-roi,
  .mo-roi-dashboard {
    grid-template-columns: 1fr;
  }

  .mo-stage-header h3 {
    font-size: 32px;
  }
}

@media (max-width: 620px) {
  .mo-growth-brief {
    min-height: 100svh;
  }

  .mo-brief-shell {
    width: min(100% - 20px, 560px);
    padding: 34px 0 52px;
  }

  .mo-brief-hero {
    padding-bottom: 28px;
  }

  .mo-badge {
    min-height: 32px;
    font-size: 12px;
  }

  .mo-brief-hero h1 {
    margin-top: 18px;
    font-size: 40px;
  }

  .mo-hero-subtitle {
    font-size: 16px;
  }

  .mo-hero-actions {
    align-items: stretch;
  }

  .mo-hero-actions .mo-button {
    width: 100%;
  }

  .mo-window-top {
    flex-direction: column;
    padding: 24px 20px 16px;
  }

  .mo-window-top h2 {
    font-size: 24px;
  }

  .mo-clear-button {
    width: 100%;
  }

  .mo-brief-form {
    padding: 26px 20px 22px;
  }

  .mo-stage-header {
    margin-bottom: 22px;
  }

  .mo-stage-header h3 {
    font-size: 28px;
  }

  .mo-stage-header p {
    font-size: 15px;
  }

  .mo-chip-grid {
    gap: 8px;
  }

  .mo-chip,
  .mo-chip span {
    width: 100%;
  }

  .mo-chip span {
    min-height: 48px;
    justify-content: center;
    text-align: center;
  }

  .mo-roi-card {
    min-height: 96px;
  }

  .mo-current-value {
    font-size: 22px;
  }

  .mo-navigation {
    flex-direction: column-reverse;
  }

  .mo-button {
    width: 100%;
    min-height: 56px;
  }

  .mo-success {
    padding: 56px 20px;
  }

  .mo-success h2 {
    font-size: 28px;
  }
}
