.fol-growth-check {
  --gc-ink: #20242a;
  --gc-strong: #121519;
  --gc-muted: #5d6269;
  --gc-blue: #21498f;
  --gc-line: #d7dade;
  --gc-soft: #f2f3f4;
  --gc-white: #ffffff;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  border-radius: 28px;
  background: var(--gc-soft);
  color: var(--gc-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.52;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(20, 23, 28, 0.11);
}

.fol-growth-check *,
.fol-growth-check *::before,
.fol-growth-check *::after {
  box-sizing: border-box;
}

.fol-growth-check [hidden] {
  display: none !important;
}

.fol-growth-check__intro {
  padding: clamp(34px, 6vw, 60px);
  background:
    linear-gradient(100deg, rgba(18, 21, 25, 0.98), rgba(18, 21, 25, 0.82)),
    url("https://gabrieltopman.com/assets/img/hero-gap-clarity.webp") right center / auto 115% no-repeat,
    var(--gc-strong);
  color: var(--gc-white);
}

.fol-growth-check__eyebrow {
  margin: 0 0 9px;
  color: inherit;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.fol-growth-check h1,
.fol-growth-check h2 {
  margin: 0;
  color: inherit;
  font-family: "Glory", Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.fol-growth-check h1 {
  max-width: 610px;
  font-size: clamp(38px, 6vw, 62px);
  line-height: 0.98;
}

.fol-growth-check h2 {
  font-size: clamp(32px, 5vw, 46px);
  line-height: 1;
}

.fol-growth-check__intro > p:not(.fol-growth-check__eyebrow) {
  max-width: 650px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 2vw, 20px);
}

.fol-growth-check__intro ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 23px 0 0;
  padding: 0;
  list-style: none;
}

.fol-growth-check__intro li {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  padding: 6px 11px;
  color: var(--gc-white);
  font-size: 13px;
  font-weight: 700;
}

.fol-growth-check__intro li::before {
  margin-right: 6px;
  color: #9bb9ef;
  content: "✓";
}

.fol-growth-check__card {
  padding: clamp(25px, 5vw, 46px);
  background: var(--gc-white);
}

.fol-growth-check__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin-top: 15px;
}

.fol-growth-check__field,
.fol-growth-check__field > span {
  display: block;
}

.fol-growth-check__field > span {
  margin-bottom: 6px;
  color: var(--gc-strong);
  font-size: 14px;
  font-weight: 800;
}

.fol-growth-check__field--wide {
  grid-column: 1 / -1;
}

.fol-growth-check input,
.fol-growth-check select {
  width: 100%;
  min-height: 50px;
  border: 1px solid #b9bec5;
  border-radius: 12px;
  background: var(--gc-white);
  padding: 11px 13px;
  color: var(--gc-strong);
  font: inherit;
  font-size: 16px;
}

.fol-growth-check input:focus,
.fol-growth-check select:focus {
  border-color: var(--gc-blue);
  outline: 3px solid rgba(33, 73, 143, 0.17);
}

.fol-growth-check__outcome-preview {
  margin: 10px 0 0;
  border-left: 3px solid var(--gc-blue);
  padding-left: 12px;
  color: var(--gc-muted);
  font-size: 15px;
}

.fol-growth-check__consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 17px 0 0;
  color: var(--gc-ink);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.fol-growth-check__consent input {
  flex: 0 0 auto;
  width: 19px;
  min-height: 19px;
  height: 19px;
  margin: 2px 0 0;
  padding: 0;
  accent-color: var(--gc-blue);
}

.fol-growth-check__assurance,
.fol-growth-check__microcopy {
  margin: 11px 0 0;
  color: var(--gc-muted);
  font-size: 13px;
}

.fol-growth-check .fol-growth-check__button {
  display: inline-flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  border: 1px solid var(--gc-blue);
  border-radius: 999px;
  background: var(--gc-blue);
  padding: 12px 20px;
  color: var(--gc-white);
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(33, 73, 143, 0.2);
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.fol-growth-check .fol-growth-check__button:hover,
.fol-growth-check .fol-growth-check__button:focus-visible {
  transform: translateY(-1px);
  background: #173a76;
  box-shadow: 0 13px 27px rgba(33, 73, 143, 0.26);
}

.fol-growth-check .fol-growth-check__button:focus-visible {
  outline: 3px solid rgba(33, 73, 143, 0.24);
  outline-offset: 2px;
}

.fol-growth-check .fol-growth-check__button[disabled] {
  opacity: 0.7;
  cursor: wait;
  transform: none;
}

.fol-growth-check__button.is-loading::before {
  width: 15px;
  height: 15px;
  margin-right: 9px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: var(--gc-white);
  border-radius: 50%;
  content: "";
  animation: fol-gc-spin 700ms linear infinite;
}

.fol-growth-check__error {
  margin-top: 15px;
  border-left: 4px solid #a32626;
  border-radius: 8px;
  background: #fff3f3;
  padding: 11px 13px;
  color: #781c1c;
  font-size: 14px;
  font-weight: 700;
}

.fol-growth-check__result,
.fol-growth-check__ready {
  max-width: 650px;
  margin: 0 auto;
}

.fol-growth-check__result .fol-growth-check__eyebrow,
.fol-growth-check__ready .fol-growth-check__eyebrow {
  color: var(--gc-blue);
}

.fol-growth-check__result h2,
.fol-growth-check__ready h2 {
  color: var(--gc-strong);
}

.fol-growth-check__result p,
.fol-growth-check__ready p {
  color: var(--gc-muted);
  font-size: 16px;
}

.fol-growth-check__result-outcome {
  margin: 15px 0 23px;
  border: 1px solid #c7d4ec;
  border-radius: 15px;
  background: #f4f7fd;
  padding: 17px;
  color: var(--gc-strong) !important;
  font-size: 19px !important;
  font-weight: 700;
}

.fol-growth-check__honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@keyframes fol-gc-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 620px) {
  .fol-growth-check {
    border-radius: 20px;
  }

  .fol-growth-check__intro {
    background:
      linear-gradient(100deg, rgba(18, 21, 25, 0.96), rgba(18, 21, 25, 0.9)),
      url("https://gabrieltopman.com/assets/img/hero-gap-clarity.webp") right top / 70% auto no-repeat,
      var(--gc-strong);
  }

  .fol-growth-check__intro ul,
  .fol-growth-check__fields {
    display: grid;
    grid-template-columns: 1fr;
  }

  .fol-growth-check__field--wide {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fol-growth-check *,
  .fol-growth-check *::before,
  .fol-growth-check *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
