.kt-srq-root {
  --kt-srq-ink: #2d3d54;
  --kt-srq-ink-soft: #6f7f92;
  --kt-srq-line: #d9e7f2;
  --kt-srq-stage: #f4f9fd;
  --kt-srq-paper: #fffdf8;
  --kt-srq-red: #fa2519;
  --kt-srq-red-dark: #d91f15;
  --kt-srq-blue: #56b0f2;
  --kt-srq-blue-dark: #2f80ed;
  --kt-srq-success: #93c240;
  color: var(--kt-srq-ink);
  font-family: "Open Sans", sans-serif;
  margin-inline: auto;
  max-width: 980px;
  padding-bottom: 110px;
}

.kt-srq-shell {
  padding: clamp(18px, 5vw, 42px) 0;
}

.kt-srq-panel {
  min-width: 0;
}

.kt-srq-panel--main {
  padding: 0;
}

.kt-srq-app {
  display: grid;
  gap: clamp(22px, 4vw, 34px);
}

.kt-srq-eyebrow,
.kt-srq-kicker,
.kt-srq-progress-copy span {
  color: var(--kt-srq-blue-dark);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
}

.kt-srq-intro,
.kt-srq-question,
.kt-srq-result {
  display: grid;
  gap: 18px;
  justify-items: start;
}

.kt-srq-intro h2,
.kt-srq-question h2,
.kt-srq-result-copy h2 {
  color: var(--kt-srq-ink);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 4vw, 3.15rem);
  font-weight: 800;
  line-height: 1.06;
  margin: 0;
  text-align: left;
  text-wrap: balance;
  width: 100%;
}

.kt-srq-question h2 {
  font-size: clamp(1.65rem, 3vw, 2.35rem);
}

.kt-srq-lead,
.kt-srq-question-copy,
.kt-srq-meta,
.kt-srq-social-proof,
.kt-srq-readiness-note,
.kt-srq-bridge,
.kt-srq-variant,
.kt-srq-price-note,
.kt-srq-proof-quote {
  color: var(--kt-srq-ink-soft);
  font-size: 18px;
  line-height: 1.55;
  margin: 0;
  max-width: 58ch;
}

.kt-srq-intro-copy,
.kt-srq-result-copy {
  display: grid;
  gap: 10px;
  justify-items: start;
}

.kt-srq-meta {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.kt-srq-proof-list,
.kt-srq-result-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.kt-srq-proof-list li,
.kt-srq-result-list li {
  align-items: flex-start;
  color: var(--kt-srq-ink);
  display: flex;
  gap: 10px;
  min-width: 0;
}

.kt-srq-proof-list li::before,
.kt-srq-result-list li::before {
  background: var(--kt-srq-blue);
  border-radius: 999px;
  content: "";
  display: block;
  flex: 0 0 8px;
  height: 8px;
  margin-top: 0.5em;
}

.kt-srq-proof-list li {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.kt-srq-result-list li {
  font-size: 18px;
  line-height: 1.55;
}

.kt-srq-result-list {
  display: grid;
  gap: 12px;
  width: 100%;
}

.kt-srq-progress-block {
  display: grid;
  gap: 8px;
  width: min(100%, 560px);
}

.kt-srq-progress-copy {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.kt-srq-progress-copy strong {
  color: var(--kt-srq-ink);
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}

.kt-srq-progress-bar,
.kt-srq-gauge {
  align-items: center;
  background: rgba(86, 176, 242, 0.12);
  border-radius: 999px;
  display: flex;
  gap: 8px;
  min-height: 12px;
  overflow: hidden;
  padding: 0;
}

.kt-srq-progress-bar span {
  background: linear-gradient(90deg, var(--kt-srq-blue) 0%, var(--kt-srq-red) 100%);
  border-radius: 999px;
  display: block;
  height: 12px;
}

.kt-srq-gauge {
  background: transparent;
  min-height: auto;
}

.kt-srq-gauge span {
  background: rgba(86, 176, 242, 0.14);
  border-radius: 999px;
  flex: 1;
  height: 12px;
}

.kt-srq-gauge span.is-active {
  background: linear-gradient(90deg, var(--kt-srq-blue) 0%, var(--kt-srq-success) 100%);
}

.kt-srq-answers {
  display: grid;
  gap: 12px;
  justify-self: stretch;
  width: 100%;
}

.kt-srq-answer,
.kt-srq-primary,
.kt-srq-secondary,
.kt-srq-text-button {
  appearance: none;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.kt-srq-answer {
  align-items: center;
  background: rgba(255, 253, 248, 0.76);
  border: 1px solid rgba(45, 61, 84, 0.1);
  border-radius: 18px;
  color: var(--kt-srq-ink);
  display: flex;
  gap: 14px;
  min-height: 62px;
  padding: 15px 16px;
  text-align: left;
  transition:
    border-color 180ms ease-out,
    transform 180ms ease-out,
    box-shadow 180ms ease-out,
    background-color 180ms ease-out;
}

.kt-srq-answer:hover {
  border-color: rgba(86, 176, 242, 0.42);
  box-shadow: 0 12px 20px rgba(45, 61, 84, 0.05);
  transform: translateY(-1px);
}

.kt-srq-answer.is-selected {
  background: rgba(86, 176, 242, 0.1);
  border-color: var(--kt-srq-blue);
  box-shadow: inset 0 0 0 1px var(--kt-srq-blue);
}

.kt-srq-answer-copy {
  font-size: 18px;
  line-height: 1.45;
  min-width: 0;
}

.kt-srq-answer-indicator {
  background: rgba(86, 176, 242, 0.08);
  border: 1px solid rgba(86, 176, 242, 0.22);
  border-radius: 999px;
  display: block;
  flex: 0 0 14px;
  height: 14px;
  transition:
    background-color 180ms ease-out,
    border-color 180ms ease-out,
    transform 180ms ease-out;
  width: 14px;
}

.kt-srq-answer.is-selected .kt-srq-answer-indicator {
  background: var(--kt-srq-blue);
  border-color: var(--kt-srq-blue);
  transform: scale(1.02);
}

.kt-srq-answer:focus-visible,
.kt-srq-primary:focus-visible,
.kt-srq-secondary:focus-visible,
.kt-srq-text-button:focus-visible {
  outline: 3px solid rgba(47, 128, 237, 0.34);
  outline-offset: 3px;
}

.kt-srq-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.kt-srq-primary,
.kt-srq-secondary {
  border-radius: 22px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  min-height: 48px;
  padding: 14px 22px;
}

.kt-srq-primary {
  background: var(--kt-srq-red);
  color: #f7f9fc;
}

.kt-srq-primary:hover {
  background: var(--kt-srq-red-dark);
}

.kt-srq-primary[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

.kt-srq-primary--link {
  align-items: center;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  width: fit-content;
}

.kt-srq-primary--link:visited,
.kt-srq-primary--link:hover,
.kt-srq-primary--link:active {
  color: #fff;
}

.kt-srq-secondary {
  background: rgba(86, 176, 242, 0.14);
  color: var(--kt-srq-ink);
}

.kt-srq-text-button {
  background: transparent;
  color: var(--kt-srq-blue-dark);
  justify-self: start;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.kt-srq-offer {
  display: grid;
  gap: clamp(18px, 3vw, 30px);
  padding-block: 8px;
}

.kt-srq-offer-image {
  align-self: start;
  border-radius: 24px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.kt-srq-offer-copy {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.kt-srq-offer-copy h3 {
  color: var(--kt-srq-ink);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 0;
  text-align: left;
  text-wrap: balance;
}

.kt-srq-price {
  align-items: baseline;
  color: var(--kt-srq-ink);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 22px;
  font-weight: 700;
}

.kt-srq-price-regular {
  color: var(--kt-srq-ink-soft);
  text-decoration: line-through;
}

.kt-srq-price-current {
  color: var(--kt-srq-red);
  text-decoration: none;
}

.kt-srq-social-proof {
  font-size: 18px;
  font-weight: 700;
}

.kt-srq-readiness-note,
.kt-srq-bridge,
.kt-srq-variant,
.kt-srq-price-note,
.kt-srq-proof-quote {
  max-width: 62ch;
}

.kt-srq-readiness-note,
.kt-srq-bridge {
  color: var(--kt-srq-ink);
}

.kt-srq-variant,
.kt-srq-price-note {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.kt-srq-price-note {
  color: var(--kt-srq-red);
}

.kt-srq-proof-quote {
  border-left: 0;
  font-style: italic;
  margin: 0;
  padding: 0;
}

.kt-srq-sticky-cta {
  background: rgba(255, 255, 255, 0.96);
  bottom: 0;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.18);
  left: 0;
  padding: 10px;
  position: fixed;
  right: 0;
  z-index: 9999;
}

.kt-srq-sticky-cta__inner {
  align-items: center;
  display: grid;
  gap: 10px;
  margin: 0 auto;
  max-width: 980px;
}

.kt-srq-sticky-cta__meta {
  align-items: baseline;
  color: var(--kt-srq-ink);
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.kt-srq-sticky-cta__name,
.kt-srq-sticky-cta__price {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.kt-srq-sticky-cta__price {
  color: var(--kt-srq-red);
  flex: 0 0 auto;
}

.kt-srq-sticky-cta__button {
  align-items: center;
  background: var(--kt-srq-red);
  border-radius: 8px;
  color: #fff !important;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  justify-content: center;
  min-height: 50px;
  padding: 12px 16px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.kt-srq-sticky-cta__button:visited,
.kt-srq-sticky-cta__button:hover,
.kt-srq-sticky-cta__button:active {
  color: #fff !important;
}

@media (min-width: 980px) {
  .kt-srq-offer {
    align-items: center;
    grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1fr);
  }

  .kt-srq-sticky-cta__inner {
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  }

  .kt-srq-sticky-cta__button {
    width: 100%;
  }
}

@media (pointer: coarse) {
  .kt-srq-answer,
  .kt-srq-primary,
  .kt-srq-secondary {
    min-height: 54px;
  }
}

@media (max-width: 680px) {
  .kt-srq-root {
    padding-bottom: 126px;
  }

  .kt-srq-question,
  .kt-srq-actions,
  .kt-srq-answers,
  .kt-srq-progress-block {
    justify-self: stretch;
    width: 100%;
  }

  .kt-srq-eyebrow,
  .kt-srq-kicker,
  .kt-srq-progress-copy span {
    font-size: 14px;
  }

  .kt-srq-progress-copy strong,
  .kt-srq-meta,
  .kt-srq-proof-list li,
  .kt-srq-social-proof {
    font-size: 18px;
  }

  .kt-srq-intro h2,
  .kt-srq-question h2,
  .kt-srq-result-copy h2 {
    font-size: clamp(34px, 9vw, 42px);
  }

  .kt-srq-lead,
  .kt-srq-question-copy,
  .kt-srq-result-list li,
  .kt-srq-readiness-note,
  .kt-srq-bridge,
  .kt-srq-variant,
  .kt-srq-price-note,
  .kt-srq-proof-quote,
  .kt-srq-price,
  .kt-srq-offer-copy h3,
  .kt-srq-answer-copy {
    font-size: 18px;
  }

  .kt-srq-answer {
    min-height: 82px;
    padding: 20px;
  }

  .kt-srq-answer-indicator {
    flex-basis: 16px;
    height: 16px;
    width: 16px;
  }

  .kt-srq-actions,
  .kt-srq-proof-list,
  .kt-srq-result-list {
    display: grid;
  }

  .kt-srq-primary,
  .kt-srq-secondary {
    font-size: 17px;
    min-height: 58px;
    width: 100%;
  }

  .kt-srq-sticky-cta {
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
  }

  .kt-srq-sticky-cta__name,
  .kt-srq-sticky-cta__price {
    font-size: 16px;
  }

  .kt-srq-sticky-cta__button {
    font-size: 18px;
    min-height: 58px;
  }
}
