.iqc {
  --iqc-ink: #17212b;
  --iqc-muted: #5b6b7d;
  --iqc-soft: #edf3f5;
  --iqc-line: #d7e0e7;
  --iqc-teal: #20b8a5;
  --iqc-blue: #2e7edb;
  --iqc-amber: #f0a43a;
  --iqc-green: #2fbf71;
  --iqc-red: #ca4b4b;
  --iqc-white: #ffffff;
  color: var(--iqc-ink);
  background: #f5f7f9;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  max-width: 100vw;
  overflow-x: hidden;
}

.iqc *,
.iqc *::before,
.iqc *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

.iqc button,
.iqc input,
.iqc select,
.iqc textarea {
  font: inherit;
}

.iqc-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 26px 0 56px;
}

.iqc-masthead {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 28px;
  align-items: stretch;
  padding: 30px;
  border: 1px solid rgba(23, 33, 43, 0.1);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbfc 100%);
}

.iqc-kicker {
  margin: 0 0 12px;
  color: #1b8176;
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.iqc h1,
.iqc h2,
.iqc h3,
.iqc p {
  overflow-wrap: anywhere;
}

.iqc-masthead > *,
.iqc-layout > *,
.iqc-hosting-note > *,
.iqc-option,
.iqc-check,
.iqc-step {
  min-width: 0;
}

.iqc-title {
  max-width: 760px;
  margin: 0;
  font-size: 2.35rem;
  line-height: 1.08;
}

.iqc-intro {
  max-width: 800px;
  margin: 16px 0 0;
  color: var(--iqc-muted);
  font-size: 1.03rem;
  line-height: 1.7;
}

.iqc-hosting-note {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  margin-top: 22px;
  padding: 16px;
  border: 1px solid #badbd6;
  border-radius: 8px;
  background: #effaf8;
}

.iqc-hosting-note strong {
  display: block;
  margin-bottom: 3px;
}

.iqc-hosting-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  color: #ffffff;
  background: var(--iqc-teal);
  font-weight: 900;
}

.iqc-visual {
  min-height: 100%;
}

.iqc-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  border: 1px solid rgba(23, 33, 43, 0.12);
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(23, 33, 43, 0.14);
}

.iqc-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 22px;
  align-items: start;
  margin-top: 22px;
}

.iqc-form,
.iqc-result {
  border: 1px solid rgba(23, 33, 43, 0.11);
  border-radius: 8px;
  background: #ffffff;
}

.iqc-form {
  padding: 24px;
}

.iqc-result {
  position: sticky;
  top: 88px;
  padding: 22px;
}

.iqc-step {
  padding: 24px 0;
  border-top: 1px solid var(--iqc-line);
}

.iqc-step:first-child {
  padding-top: 0;
  border-top: 0;
}

.iqc-step-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.iqc-step-heading h2 {
  margin: 0;
  font-size: 1.14rem;
}

.iqc-step-number {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 8px;
  color: #ffffff;
  background: #17212b;
  font-size: 0.86rem;
  font-weight: 800;
}

.iqc-helper {
  margin: 8px 0 0;
  color: var(--iqc-muted);
  line-height: 1.55;
}

.iqc-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.iqc-options.iqc-options-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.iqc-option {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  min-height: 104px;
  padding: 15px;
  border: 1px solid var(--iqc-line);
  border-radius: 8px;
  background: #ffffff;
  cursor: pointer;
}

.iqc-option:hover {
  border-color: #9ccbc5;
  background: #fbfefd;
}

.iqc-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.iqc-option.is-selected {
  border-color: var(--iqc-teal);
  box-shadow: 0 0 0 3px rgba(32, 184, 165, 0.16);
}

.iqc-option-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-weight: 800;
}

.iqc-option-price {
  color: #1b8176;
  font-size: 0.9rem;
  font-weight: 800;
  white-space: nowrap;
}

.iqc-option-desc {
  margin: 0;
  color: var(--iqc-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.iqc-recommend {
  width: fit-content;
  max-width: 100%;
  padding: 4px 8px;
  border-radius: 8px;
  color: #084f48;
  background: #dff6f3;
  font-size: 0.78rem;
  font-weight: 800;
}

.iqc-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.iqc-check {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  min-height: 74px;
  padding: 13px;
  border: 1px solid var(--iqc-line);
  border-radius: 8px;
  background: #ffffff;
}

.iqc-check.is-selected {
  border-color: var(--iqc-teal);
  background: #fbfefd;
}

.iqc-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--iqc-teal);
}

.iqc-check-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  font-weight: 780;
}

.iqc-quantity {
  grid-column: 2;
  display: none;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.iqc-check.is-selected .iqc-quantity {
  display: flex;
}

.iqc-quantity label {
  color: var(--iqc-muted);
  font-size: 0.86rem;
}

.iqc-quantity input {
  width: 92px;
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid var(--iqc-line);
  border-radius: 8px;
}

.iqc-result-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border-radius: 8px;
  color: #0f4e47;
  background: #dff6f3;
  font-size: 0.84rem;
  font-weight: 850;
}

.iqc-monthly-label,
.iqc-secondary-label {
  margin: 18px 0 4px;
  color: var(--iqc-muted);
  font-size: 0.9rem;
}

.iqc-monthly-price {
  margin: 0;
  color: #14202a;
  font-size: 2.45rem;
  font-weight: 900;
  line-height: 1;
}

.iqc-monthly-price span {
  color: var(--iqc-muted);
  font-size: 1rem;
  font-weight: 700;
}

.iqc-activation {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
}

.iqc-result-meta {
  display: grid;
  gap: 9px;
  margin: 18px 0;
  padding: 14px 0;
  border-top: 1px solid var(--iqc-line);
  border-bottom: 1px solid var(--iqc-line);
}

.iqc-meta-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--iqc-muted);
}

.iqc-meta-row strong {
  color: var(--iqc-ink);
}

.iqc-inclusions {
  display: grid;
  gap: 7px;
  margin: 16px 0;
  padding: 0;
  list-style: none;
}

.iqc-inclusions li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 8px;
  color: #293847;
  font-size: 0.93rem;
}

.iqc-inclusions li::before {
  content: "";
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 8px;
  color: #ffffff;
  background: var(--iqc-green);
  box-shadow: inset 0 0 0 5px #ffffff, inset 0 0 0 10px var(--iqc-green);
  font-size: 0.78rem;
  font-weight: 900;
}

.iqc-warning,
.iqc-disclaimer,
.iqc-status {
  padding: 12px;
  border-radius: 8px;
  line-height: 1.45;
  font-size: 0.92rem;
}

.iqc-warning {
  border: 1px solid #edd09e;
  color: #6f4309;
  background: #fff7e9;
}

.iqc-disclaimer {
  margin-top: 12px;
  color: var(--iqc-muted);
  background: #f2f5f8;
}

.iqc-lead {
  margin-top: 20px;
}

.iqc-lead h3 {
  margin: 0 0 12px;
  font-size: 1.02rem;
}

.iqc-fields {
  display: grid;
  gap: 10px;
}

.iqc-field {
  display: grid;
  gap: 5px;
}

.iqc-field label {
  color: #304153;
  font-size: 0.88rem;
  font-weight: 750;
}

.iqc-field input,
.iqc-field select,
.iqc-field textarea {
  width: 100%;
  min-height: 42px;
  padding: 10px 11px;
  border: 1px solid var(--iqc-line);
  border-radius: 8px;
  color: var(--iqc-ink);
  background: #ffffff;
}

.iqc-field textarea {
  min-height: 92px;
  resize: vertical;
}

.iqc-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.iqc-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  margin-top: 12px;
  padding: 12px 16px;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  background: #17212b;
  font-weight: 850;
  cursor: pointer;
}

.iqc-submit:hover,
.iqc-submit:focus-visible {
  background: #22313f;
  outline: 3px solid rgba(32, 184, 165, 0.32);
}

.iqc-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.iqc-status {
  display: none;
  margin-top: 12px;
}

.iqc-status.is-visible {
  display: block;
}

.iqc-status.is-error {
  border: 1px solid #f0b8b8;
  color: #7d2020;
  background: #fff0f0;
}

.iqc-status.is-success {
  border: 1px solid #aad9bd;
  color: #14542f;
  background: #effaf3;
}

.iqc-loading {
  min-height: 360px;
  display: grid;
  place-items: center;
  color: var(--iqc-muted);
}

@media (max-width: 1040px) {
  .iqc-masthead,
  .iqc-layout {
    grid-template-columns: 1fr;
  }

  .iqc-result {
    position: static;
  }

  .iqc-visual img {
    min-height: 260px;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 760px) {
  .iqc-shell {
    width: auto;
    max-width: none;
    margin-right: 11px;
    margin-left: 11px;
    padding-top: 12px;
  }

  .iqc-masthead,
  .iqc-form,
  .iqc-result {
    width: 100%;
    max-width: 100%;
    padding: 18px;
    overflow: hidden;
  }

  .iqc-title {
    max-width: 100%;
    font-size: 1.72rem;
  }

  .iqc-intro {
    max-width: 100%;
  }

  .iqc-hosting-note {
    grid-template-columns: 1fr;
  }

  .iqc-options,
  .iqc-options.iqc-options-three,
  .iqc-check-grid {
    grid-template-columns: 1fr;
  }

  .iqc-step-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .iqc-monthly-price {
    font-size: 2.05rem;
  }

  .iqc-option-title,
  .iqc-check-title {
    align-items: flex-start;
    flex-direction: column;
  }

  .iqc-option-price {
    white-space: normal;
  }
}
