.tio-ce {
  --tio-blue: #1f4999;
  --tio-flow: #4d83f7;
  --tio-mist: #e8efff;
  --tio-connection: #1d25ad;
  --tio-night: #0e022f;
  --tio-ink: #111827;
  --tio-muted: #5f6778;
  --tio-line: #dce3f1;
  --tio-white: #ffffff;
  --tio-danger: #c93636;
  --tio-warning: #b76a09;
  --tio-success: #15794b;
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  color: var(--tio-ink);
  background: #f7f9fe;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  isolation: isolate;
}

.tio-ce,
.tio-ce * {
  box-sizing: border-box;
}

.tio-ce button,
.tio-ce input,
.tio-ce a {
  font: inherit;
}

.tio-ce button,
.tio-ce a {
  -webkit-tap-highlight-color: transparent;
}

.tio-ce svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tio-ce [hidden] {
  display: none !important;
}

.tio-ce .screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.tio-ce__hero {
  position: relative;
  display: grid;
  min-height: min(760px, 88vh);
  place-items: center;
  padding: clamp(88px, 9vw, 122px) clamp(24px, 5vw, 72px) clamp(126px, 12vw, 154px);
  overflow: hidden;
  color: var(--tio-night);
  background: linear-gradient(103deg, #f0f3ff 0%, #f7f9ff 35%, #ffffff 72%, #ffffff 100%);
}

.tio-ce__hero-circles {
  position: absolute;
  z-index: 0;
  top: 52px;
  right: -72px;
  bottom: 92px;
  width: 270px;
  pointer-events: none;
}

.tio-ce__hero-circles span {
  position: absolute;
  display: block;
  border: 1px solid rgba(77, 131, 247, 0.09);
  border-radius: 50%;
}

.tio-ce__hero-circles span:nth-child(1) {
  top: 0;
  left: 14px;
  width: 190px;
  height: 190px;
}

.tio-ce__hero-circles span:nth-child(2) {
  top: 218px;
  left: 74px;
  width: 158px;
  height: 158px;
}

.tio-ce__hero-circles span:nth-child(3) {
  bottom: -2px;
  left: 0;
  width: 226px;
  height: 226px;
}

.tio-ce__hero-wave {
  position: absolute;
  z-index: 1;
  right: -2px;
  bottom: -1px;
  left: -2px;
  height: 78px;
  background: #f4f6fc;
  clip-path: polygon(0 35%, 18% 18%, 39% 44%, 61% 68%, 82% 56%, 100% 36%, 100% 100%, 0 100%);
}

.tio-ce__hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, 780px);
  margin: 0 auto;
  text-align: center;
}

.tio-ce__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 20px;
  color: var(--tio-blue);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.tio-ce__eyebrow > span {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--tio-flow);
  box-shadow: 0 0 0 5px rgba(77, 131, 247, 0.12);
}

.tio-ce__hero .tio-ce__eyebrow {
  gap: 8px;
  margin-bottom: 28px;
  padding: 8px 13px;
  border: 1px solid #c7d5ff;
  border-radius: 999px;
  background: rgba(248, 250, 255, 0.82);
  font-size: 0.72rem;
  letter-spacing: 0;
  line-height: 1;
}

.tio-ce__hero .tio-ce__eyebrow > span {
  width: 6px;
  height: 6px;
  box-shadow: none;
}

.tio-ce__hero h2 {
  max-width: 760px;
  margin: 0 auto 26px;
  color: #101827;
  font-size: clamp(2.35rem, 4vw, 3.25rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.1;
}

.tio-ce__hero h2 em {
  color: var(--tio-flow);
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
}

.tio-ce__hero-copy {
  max-width: 620px;
  margin: 0 auto 36px;
  color: #3d495f;
  font-size: clamp(1rem, 1.35vw, 1.13rem);
  font-weight: 400;
  line-height: 1.55;
}

.tio-ce__button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 25px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.tio-ce__button svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}

.tio-ce__button-arrow {
  transition: transform 180ms ease;
}

.tio-ce__button:hover .tio-ce__button-arrow,
.tio-ce__button:focus-visible .tio-ce__button-arrow {
  transform: translateX(3px);
}

.tio-ce__button--primary {
  color: #fff !important;
  background: var(--tio-connection);
  box-shadow: 0 13px 30px rgba(29, 37, 173, 0.22);
}

.tio-ce__button--primary:hover,
.tio-ce__button--primary:focus-visible {
  color: #fff !important;
  background: var(--tio-blue);
  box-shadow: 0 16px 34px rgba(31, 73, 153, 0.28);
  transform: translateY(-2px);
}

.tio-ce__hero .tio-ce__button {
  min-height: 56px;
  padding: 16px 30px;
  border-radius: 8px;
  font-weight: 600;
}

.tio-ce__hero .tio-ce__button--primary {
  background: #143bee;
  box-shadow: 0 12px 24px rgba(20, 59, 238, 0.2);
}

.tio-ce__hero .tio-ce__button--primary:hover,
.tio-ce__hero .tio-ce__button--primary:focus-visible {
  background: var(--tio-connection);
  box-shadow: 0 15px 28px rgba(29, 37, 173, 0.25);
}

.tio-ce__button:focus-visible,
.tio-ce__text-button:focus-visible,
.tio-ce__modal-close:focus-visible,
.tio-ce input:focus-visible {
  outline: 3px solid rgba(77, 131, 247, 0.28);
  outline-offset: 3px;
}

.tio-ce__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
  margin-top: 38px;
}

.tio-ce__trust > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #263249;
  font-size: 0.87rem;
  font-weight: 400;
}

.tio-ce__trust svg {
  width: 34px;
  height: 34px;
  padding: 8px;
  border-radius: 50%;
  color: var(--tio-blue);
  background: #edf2ff;
}

.tio-ce__calculator {
  width: min(100% - 32px, 1040px);
  margin: 0 auto;
  padding: clamp(74px, 9vw, 112px) 0;
  scroll-margin-top: 24px;
  animation: tio-ce-rise 420ms ease both;
}

.tio-ce__results {
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
  padding: clamp(74px, 9vw, 112px) 0;
}

.tio-ce__section-heading {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}

.tio-ce__section-heading .tio-ce__eyebrow {
  margin-bottom: 12px;
}

.tio-ce__section-heading h3 {
  margin: 0;
  color: var(--tio-night);
  font-size: clamp(1.9rem, 3.3vw, 2.55rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.16;
}

.tio-ce__section-heading > p:last-child {
  max-width: 620px;
  margin: 14px auto 0;
  color: var(--tio-muted);
  font-size: 1rem;
  font-weight: 300;
}

.tio-ce__diagnostic-form {
  width: min(100%, 680px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #dfe5ef;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 28px 68px rgba(14, 2, 47, 0.09), 0 6px 18px rgba(31, 73, 153, 0.05);
}

.tio-ce__form-progress {
  height: 3px;
  background: #edf1f7;
}

.tio-ce__form-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--tio-blue), var(--tio-flow));
  transition: width 260ms ease;
}

.tio-ce__questions {
  display: block;
  padding: 0 32px;
}

.tio-ce__question {
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 30px 0;
  border: 0;
  border-bottom: 1px solid #e1e6ef;
}

.tio-ce__question:last-child {
  border-bottom: 0;
}

.tio-ce__question legend {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 16px;
  margin: 0 0 18px;
  padding: 0;
  color: var(--tio-ink);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.38;
}

.tio-ce__question-icon {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: var(--tio-night);
  background: #eef2ff;
  box-shadow: inset 0 0 0 1px rgba(77, 131, 247, 0.03);
}

.tio-ce__question-icon svg {
  width: 16px;
  height: 16px;
}

.tio-ce__question-copy {
  min-width: 0;
  padding: 0;
}

.tio-ce__question-copy strong {
  font-weight: 600;
}

.tio-ce__options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin-left: 48px;
}

.tio-ce__options label {
  position: relative;
  margin: 0;
  cursor: pointer;
}

.tio-ce__options input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.tio-ce__options label > span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: 1px solid #dfe4ed;
  border-radius: 999px;
  color: #5f6879;
  background: #fff;
  font-size: 0.96rem;
  font-weight: 400;
  line-height: 1.35;
  box-shadow: 0 1px 2px rgba(14, 2, 47, 0.02);
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.tio-ce__options label:hover > span {
  border-color: #9ab4e6;
  color: var(--tio-blue);
  box-shadow: 0 7px 16px rgba(31, 73, 153, 0.08);
  transform: translateY(-1px);
}

.tio-ce__options input:checked + span {
  border-color: #5b86da;
  color: var(--tio-blue);
  background: #eef3ff;
  box-shadow: inset 0 0 0 1px rgba(31, 73, 153, 0.18), 0 7px 18px rgba(31, 73, 153, 0.08);
}

.tio-ce__options input:focus-visible + span {
  outline: 3px solid rgba(77, 131, 247, 0.24);
  outline-offset: 3px;
}

.tio-ce__number-field {
  position: relative;
  display: flex;
  width: calc(100% - 48px);
  min-height: 52px;
  align-items: center;
  margin: 0 0 0 48px;
  border: 1px solid #dfe4ed;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(14, 2, 47, 0.02);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.tio-ce__number-field:focus-within {
  border-color: var(--tio-flow);
  box-shadow: 0 0 0 4px rgba(77, 131, 247, 0.1);
}

.tio-ce__number-field input {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  padding: 12px 126px 12px 15px;
  border: 0 !important;
  border-radius: 8px;
  outline: 0 !important;
  color: var(--tio-ink);
  background: transparent;
  box-shadow: none !important;
  font-size: 1rem;
  font-weight: 400;
}

.tio-ce__number-field small {
  position: absolute;
  right: 14px;
  color: #7b8598;
  font-size: 0.76rem;
  pointer-events: none;
}

.tio-ce__number-field--currency > span {
  padding-left: 14px;
  color: var(--tio-blue);
  font-weight: 600;
}

.tio-ce__number-field--currency input {
  padding-right: 90px;
  padding-left: 8px;
}

.tio-ce__question.is-invalid {
  background: rgba(201, 54, 54, 0.025);
}

.tio-ce__question.is-invalid .tio-ce__number-field {
  border-color: var(--tio-danger);
}

.tio-ce__error {
  min-height: 18px;
  margin: 10px 0 0 48px;
  color: var(--tio-danger);
  font-size: 0.76rem;
  font-weight: 500;
}

.tio-ce__form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 24px 32px;
  border-top: 1px solid #e1e6ef;
  background: linear-gradient(135deg, #f8faff, #f4f7ff);
}

.tio-ce__form-footer > p {
  display: flex;
  max-width: 330px;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  color: #647086;
  font-size: 0.79rem;
  line-height: 1.45;
}

.tio-ce__form-footer > p svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  color: var(--tio-blue);
}

.tio-ce__results {
  animation: tio-ce-rise 480ms ease both;
}

@keyframes tio-ce-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

.tio-ce__result-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(240px, 0.55fr);
  align-items: center;
  gap: 42px;
  min-height: 300px;
  padding: clamp(34px, 6vw, 64px);
  overflow: hidden;
  border-radius: 18px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 12%, rgba(77, 131, 247, 0.7), transparent 34%),
    linear-gradient(135deg, var(--tio-night), #172d73 70%, var(--tio-blue));
  box-shadow: 0 26px 70px rgba(14, 2, 47, 0.19);
}

.tio-ce__result-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -205px;
  width: 390px;
  height: 390px;
  border: 70px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}

.tio-ce__result-hero > div {
  position: relative;
  z-index: 1;
}

.tio-ce__result-hero p {
  margin: 0 0 8px;
  color: #d6e1ff;
  font-size: 0.92rem;
  font-weight: 500;
}

.tio-ce__result-hero > div:first-child > strong {
  display: block;
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(2.55rem, 6vw, 5rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1;
}

.tio-ce__result-hero > div:first-child > span {
  color: #b9c9ed;
  font-size: 0.88rem;
  font-weight: 300;
}

.tio-ce__maturity {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
}

.tio-ce__maturity > span {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #4d83f7;
  box-shadow: 0 0 0 7px rgba(77, 131, 247, 0.18);
}

.tio-ce__maturity small,
.tio-ce__maturity strong {
  display: block;
}

.tio-ce__maturity small {
  color: #b8c8ec;
  font-size: 0.72rem;
  line-height: 1.3;
}

.tio-ce__maturity strong {
  margin-top: 3px;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 600;
}

.tio-ce__maturity[data-level="critica"] > span { background: #ff6262; box-shadow: 0 0 0 7px rgba(255, 98, 98, 0.17); }
.tio-ce__maturity[data-level="controlada"] > span { background: #ffbc49; box-shadow: 0 0 0 7px rgba(255, 188, 73, 0.17); }
.tio-ce__maturity[data-level="em-evolucao"] > span { background: #51d79c; box-shadow: 0 0 0 7px rgba(81, 215, 156, 0.17); }

.tio-ce__metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.tio-ce__metrics article {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 13px;
  padding: 22px;
  border: 1px solid var(--tio-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(14, 2, 47, 0.045);
}

.tio-ce__metric-icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 9px;
  color: var(--tio-blue);
  background: var(--tio-mist);
}

.tio-ce__metric-icon svg {
  width: 20px;
  height: 20px;
}

.tio-ce__metric-icon--alert {
  color: var(--tio-warning);
  background: #fff5df;
}

.tio-ce__metric-icon--positive {
  color: var(--tio-success);
  background: #e8f7f0;
}

.tio-ce__metrics article > div {
  min-width: 0;
}

.tio-ce__metrics small,
.tio-ce__metrics strong,
.tio-ce__metrics p {
  display: block;
}

.tio-ce__metrics small {
  min-height: 34px;
  margin-bottom: 6px;
  color: #667187;
  font-size: 0.71rem;
  line-height: 1.35;
}

.tio-ce__metrics strong {
  overflow-wrap: anywhere;
  color: var(--tio-night);
  font-size: clamp(1rem, 1.7vw, 1.33rem);
  font-weight: 600;
  line-height: 1.1;
}

.tio-ce__metrics p {
  margin: 6px 0 0;
  color: #8b94a5;
  font-size: 0.69rem;
  line-height: 1.35;
}

.tio-ce__disclaimer {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 20px 0 0;
  padding: 16px 18px;
  border-left: 3px solid var(--tio-flow);
  color: #647086;
  background: #edf3ff;
}

.tio-ce__disclaimer svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: var(--tio-blue);
}

.tio-ce__disclaimer p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.45;
}

.tio-ce__result-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(230px, 0.6fr);
  align-items: center;
  gap: 48px;
  margin-top: 54px;
  padding: clamp(34px, 6vw, 60px);
  border-radius: 16px;
  color: #fff;
  background: var(--tio-connection);
}

.tio-ce__result-cta .tio-ce__eyebrow {
  margin-bottom: 10px;
  color: #adcbff;
}

.tio-ce__result-cta h4 {
  max-width: 690px;
  margin: 0 0 23px;
  color: #fff;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.tio-ce__result-cta ul,
.tio-ce__modal-benefits {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tio-ce__result-cta li,
.tio-ce__modal-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #dbe5ff;
  font-size: 0.9rem;
}

.tio-ce__result-cta li span,
.tio-ce__modal-benefits li span {
  color: #7cb0ff;
  font-weight: 700;
}

.tio-ce__result-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}

.tio-ce__button--light {
  color: var(--tio-connection) !important;
  background: #fff;
  box-shadow: 0 13px 28px rgba(14, 2, 47, 0.2);
}

.tio-ce__button--light:hover,
.tio-ce__button--light:focus-visible {
  color: var(--tio-blue) !important;
  background: var(--tio-mist);
  transform: translateY(-2px);
}

.tio-ce__text-button {
  border: 0;
  color: #c7d8ff;
  background: transparent;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tio-ce__text-button:hover {
  color: #fff;
}

.tio-ce__modal {
  position: fixed;
  z-index: 999999;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
}

.tio-ce__modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 2, 47, 0.66);
  backdrop-filter: blur(5px);
  animation: tio-ce-fade 180ms ease both;
}

@keyframes tio-ce-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

.tio-ce__modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 680px);
  max-height: min(850px, calc(100vh - 40px));
  overflow-y: auto;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 34px 110px rgba(14, 2, 47, 0.38);
  animation: tio-ce-modal-in 220ms ease both;
}

@keyframes tio-ce-modal-in {
  from { opacity: 0; transform: translateY(18px) scale(0.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.tio-ce__modal-progress {
  height: 5px;
  background: #e9edf5;
}

.tio-ce__modal-progress span {
  display: block;
  width: 85%;
  height: 100%;
  background: linear-gradient(90deg, var(--tio-blue), var(--tio-flow));
  animation: tio-ce-progress 700ms ease both;
}

@keyframes tio-ce-progress {
  from { width: 0; }
  to { width: 85%; }
}

.tio-ce__modal-close {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #798397;
  background: #f2f5fa;
  cursor: pointer;
}

.tio-ce__modal-close:hover {
  color: var(--tio-night);
  background: #e7ecf5;
}

.tio-ce__modal-close svg {
  width: 18px;
  height: 18px;
}

.tio-ce__modal-content {
  padding: 36px 40px 40px;
}

.tio-ce__modal-content .tio-ce__eyebrow {
  margin: 0 50px 9px 0;
}

.tio-ce__modal-content h3 {
  margin: 0 50px 9px 0;
  color: var(--tio-night);
  font-size: clamp(1.65rem, 4vw, 2.1rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.tio-ce__modal-content > p {
  margin: 0 0 20px;
  color: var(--tio-muted);
  font-size: 0.9rem;
  font-weight: 300;
}

.tio-ce__modal-benefits {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px 12px;
  margin-bottom: 24px;
  padding: 16px;
  border: 1px solid #dfe7f5;
  background: #f5f8ff;
}

.tio-ce__modal-benefits li {
  color: #48566e;
  font-size: 0.76rem;
  line-height: 1.35;
}

.tio-ce__hubspot-shell {
  position: relative;
  min-height: 320px;
  padding: 2px 0 0;
}

.tio-ce__hubspot-shell .hs-form-frame {
  width: 100%;
  min-height: 280px;
  transition: opacity 180ms ease;
}

.tio-ce__hubspot-status {
  margin: 16px 0 0 !important;
  padding: 12px 14px;
  border: 1px solid #dfe7f5;
  border-radius: 10px;
  color: #56647a !important;
  background: #f6f8fd;
  font-size: 0.78rem !important;
  font-weight: 400 !important;
  line-height: 1.4;
  text-align: center;
}

.tio-ce__hubspot-shell[data-state="processing"] .hs-form-frame {
  opacity: 0.45;
  pointer-events: none;
}

.tio-ce__hubspot-shell[data-state="processing"]::after {
  content: "";
  position: absolute;
  top: 44%;
  left: 50%;
  width: 28px;
  height: 28px;
  margin: -14px 0 0 -14px;
  border: 3px solid rgba(31, 73, 153, 0.18);
  border-top-color: var(--tio-blue);
  border-radius: 50%;
  animation: tio-ce-spin 700ms linear infinite;
}

.tio-ce__hubspot-shell[data-state="success"] .tio-ce__hubspot-status {
  border-color: rgba(21, 121, 75, 0.24);
  color: var(--tio-success) !important;
  background: rgba(21, 121, 75, 0.06);
}

.tio-ce__hubspot-shell[data-state="error"] .tio-ce__hubspot-status {
  border-color: rgba(201, 54, 54, 0.24);
  color: var(--tio-danger) !important;
  background: rgba(201, 54, 54, 0.05);
}

.tio-ce__lead-form {
  margin: 0;
}

.tio-ce__lead-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tio-ce__lead-grid > label {
  display: block;
  margin: 0;
  color: #3d475b;
  font-size: 0.79rem;
  font-weight: 600;
}

.tio-ce__lead-grid input {
  display: block;
  width: 100%;
  min-height: 49px;
  margin: 6px 0 0;
  padding: 11px 13px;
  border: 1px solid #ccd6e5;
  border-radius: 9px;
  outline: 0;
  color: var(--tio-ink);
  background: #fff;
  box-shadow: none;
  font-size: 0.88rem;
  font-weight: 400;
}

.tio-ce__lead-grid input:focus {
  border-color: var(--tio-flow);
  box-shadow: 0 0 0 4px rgba(77, 131, 247, 0.1);
}

.tio-ce__lead-grid label > span {
  display: block;
  min-height: 16px;
  margin-top: 3px;
  color: var(--tio-danger);
  font-size: 0.68rem;
  font-weight: 500;
}

.tio-ce__consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 4px 0 18px;
  color: #667187;
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 1.45;
}

.tio-ce__consent input {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  margin: 1px 0 0;
  accent-color: var(--tio-connection);
}

.tio-ce__consent a {
  color: var(--tio-blue);
  text-decoration: underline;
}

.tio-ce__honeypot {
  position: absolute !important;
  left: -99999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.tio-ce__lead-error {
  display: block;
  min-height: 18px;
  margin: -8px 0 10px;
  color: var(--tio-danger);
  font-size: 0.75rem;
  font-weight: 500;
}

.tio-ce__lead-form > .tio-ce__button {
  width: 100%;
}

.tio-ce__spinner {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: tio-ce-spin 700ms linear infinite;
}

@keyframes tio-ce-spin {
  to { transform: rotate(360deg); }
}

body.tio-ce-modal-open {
  overflow: hidden !important;
}

@media (max-width: 980px) {
  .tio-ce__hero {
    min-height: auto;
  }

  .tio-ce__hero-circles {
    right: -125px;
    opacity: 0.65;
  }

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

  .tio-ce__result-hero,
  .tio-ce__result-cta {
    grid-template-columns: 1fr;
  }

  .tio-ce__maturity {
    max-width: 360px;
  }

  .tio-ce__result-actions {
    align-items: flex-start;
  }
}

@media (max-width: 760px) {
  .tio-ce__hero {
    padding: 82px 22px 118px;
  }

  .tio-ce__hero-circles {
    display: none;
  }

  .tio-ce__hero-wave {
    height: 58px;
  }

  .tio-ce__calculator,
  .tio-ce__results {
    width: min(100% - 24px, 1180px);
    padding: 68px 0;
  }

  .tio-ce__questions {
    padding: 0 28px;
  }

  .tio-ce__question {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #e5e7eb;
  }

  .tio-ce__question:last-child {
    border-bottom: 0;
  }

  .tio-ce__form-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .tio-ce__form-footer .tio-ce__button {
    width: 100%;
  }

  .tio-ce__result-hero {
    gap: 26px;
  }

  .tio-ce__modal-benefits {
    grid-template-columns: 1fr;
  }

  .tio-ce__lead-grid {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

@media (max-width: 520px) {
  .tio-ce__hero h2 {
    font-size: clamp(2rem, 11vw, 2.65rem);
  }

  .tio-ce__trust {
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }

  .tio-ce__section-heading {
    margin-bottom: 32px;
  }

  .tio-ce__section-heading h3 {
    font-size: 1.75rem;
  }

  .tio-ce__questions {
    padding: 0 20px;
  }

  .tio-ce__question {
    padding: 26px 0;
  }

  .tio-ce__question legend {
    gap: 12px;
  }

  .tio-ce__question-icon {
    width: 32px;
    height: 32px;
  }

  .tio-ce__question-copy {
    padding: 0;
  }

  .tio-ce__options,
  .tio-ce__error {
    margin-left: 0;
  }

  .tio-ce__number-field {
    width: 100%;
    margin-left: 0;
  }

  .tio-ce__options label > span {
    min-height: 42px;
    padding: 8px 16px;
    font-size: 0.92rem;
  }

  .tio-ce__form-footer {
    padding: 24px 20px;
  }

  .tio-ce__metrics {
    grid-template-columns: 1fr;
  }

  .tio-ce__metrics small {
    min-height: 0;
  }

  .tio-ce__result-hero,
  .tio-ce__result-cta {
    padding: 30px 22px;
  }

  .tio-ce__result-hero > div:first-child > strong {
    font-size: clamp(2.35rem, 15vw, 3.7rem);
  }

  .tio-ce__result-actions,
  .tio-ce__result-actions .tio-ce__button {
    width: 100%;
  }

  .tio-ce__modal {
    padding: 10px;
  }

  .tio-ce__modal-panel {
    max-height: calc(100vh - 20px);
    border-radius: 14px;
  }

  .tio-ce__modal-content {
    padding: 34px 20px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tio-ce *,
  .tio-ce *::before,
  .tio-ce *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
