/**
 * TTN HubSpot Contact — Connect comp: #001C3D panel, white fields, #E1007E CTA.
 * On blog single, theme .ttn-blog-single-connect flattens nested .ttn-hsc (no double card).
 */

/* .ttn-hsc {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 36px 32px 38px;
  background: #001c3d;
  border-radius: 12px;
  color: #ffffff;
}

.ttn-hsc *,
.ttn-hsc *::before,
.ttn-hsc *::after {
  box-sizing: border-box;
}

.ttn-hsc__title {
  margin: 0 0 8px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  color: #ffffff;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}

.ttn-hsc__intro {
  margin: 0 0 22px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #ffffff;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}

.ttn-hsc__form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin: 0;
}


.ttn-hsc__hp {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.ttn-hsc__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 16px;
  width: 100%;
  margin-bottom: 20px;
}

.ttn-hsc__field {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

.ttn-hsc__recaptcha-wrap {
  margin-bottom: 16px;
}

.ttn-hsc__recaptcha-wrap--err .g-recaptcha {
  outline: 2px solid #e1007e;
}

.ttn-hsc__field--full {
  grid-column: 1 / -1;
}

.ttn-hsc__input {
  width: 100%;
  max-width: 100%;
  margin: 0;
  min-height: 44px;
  padding: 11px 14px;
  font-size: 0.875rem;
  line-height: 1.45;
  color: #111827;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}

.ttn-hsc__input::placeholder {
  color: #b0b0b0;
}

.ttn-hsc__input:focus {
  outline: 2px solid rgba(16, 194, 248, 0.45);
  outline-offset: 0;
  border-color: #d0d0d0;
}

.ttn-hsc__textarea {
  min-height: 128px;
  resize: vertical;
}

.ttn-hsc__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  box-sizing: border-box;
  margin: 0;
  width: fit-content;
  min-width: 148px;
  max-width: 40%;
  padding: 11px 32px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #ffffff;
  background: #e1007e;
  border: none;
  border-radius: 6px;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  cursor: pointer;
  transition: filter 0.15s ease, transform 0.1s ease;
}

.ttn-hsc__submit:hover:not(:disabled) {
  filter: brightness(1.06);
}

.ttn-hsc__submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.ttn-hsc__status {
  margin: 12px 0 0;
  font-size: 0.875rem;
  line-height: 1.45;
}

.ttn-hsc__status--ok {
  color: #86efac;
}

.ttn-hsc__status--err {
  color: #fca5a5;
}

@media (max-width: 520px) {
  .ttn-hsc__grid {
    grid-template-columns: 1fr;
  }
} */
