@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,600;0,9..40,700;1,9..40,700&family=Inter:wght@100..900&family=Merriweather+Sans:wght@300..800&family=Montserrat:wght@600&family=Sora:wght@400;600;700&display=swap");

/* Import Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=SUSE&display=swap");

.merriweather {
  font-weight: 700;
  font-family: "Merriweather Sans", sans-serif;
}

.suse {
  font-weight: 700;
  font-family: "SUSE", sans-serif;
}

/* Github link and banner */

.github-banner-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 3.5rem;
}

.github-banner {
  display: flex;
  align-self: center;
  border: 1px solid #000;
  border-radius: 9999px;
  justify-content: center;
  margin: 0.5rem;
  padding: 0rem;
}

.github-opensource {
  color: #42489e;
  margin-left: 0.25rem;
  font-weight: bold;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 14px;
}

.github-divider {
  display: flex;
  margin: 0 0.75rem;
  color: #4b5563;
  position: relative;
  align-self: center;
}

.github-link {
  font-family: "Merriweather Sans", sans-serif;
  align-self: center;
  font-size: 14px;
}

.github-chevron {
  align-self: center;
}

/* Main Hero Content for Homepage */

.hero-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-title-wrapper {
  display: flex;
  justify-content: center;
  align-items: middle;
}

.hero-title {
  font-size: 4.5rem;
  font-weight: 600;
  font-family: "SUSE", sans-serif;
}

.hero-title-dark {
  color: #08062a;
}

.hero-title-light {
  color: #ae6f05;
}

.hero-title-multiplatform {
  display: flex;
  justify-content: center;
  color: #ae6f05;
}

.hero-features {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 1.5rem;
}

.feature-item {
  display: flex;
  align-items: center;
  margin: 0 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.feature-item svg {
  margin-right: 0.5rem;
}

.hero-subtitle-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
}

.hero-description {
  font-weight: 500;
  color: #555360;
  text-align: center;
}

.hero-buttons {
  display: flex;
  align-self: center;
  padding-top: 1.5rem;
}

.btn-primary {
  background-color: #070628;
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 0.375rem;
  margin-right: 1.5rem;
}

.btn-secondary {
  background-color: #ffffff;
  color: #070628;
  padding: 0.5rem 1.5rem;
  border-radius: 0.375rem;
  border: 1px solid #070628;
}

/* TechniDox Figma homepage */
:root {
  --td-purple: #42389e;
  --td-purple-dark: #2c20a0;
  --td-gold: #f9a71e;
  --td-green: #24bd2e;
  --td-ink: #1a1a2e;
  --td-muted: #5d5c5c;
  --td-border: #aeadad;
  --td-lavender: #eae9f5;
  --td-soft: #f5f4f4;
  --td-white: #fdfdff;
}

.td-home {
  background: #fff;
  color: var(--td-ink);
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

.td-home *,
.td-home *::before,
.td-home *::after {
  box-sizing: border-box;
}

.td-section {
  overflow: hidden;
  padding: 120px clamp(24px, 6.25vw, 120px);
  position: relative;
}

.td-container {
  margin: 0 auto;
  width: min(1680px, 100%);
}

.td-section-head {
  margin: 0 auto 64px;
  max-width: 1140px;
  text-align: center;
}

.td-eyebrow {
  color: var(--td-gold);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.td-title {
  color: var(--td-purple);
  font-family: "DM Sans", sans-serif;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.16;
  margin: 0;
  text-transform: capitalize;
}

.td-copy {
  color: var(--td-muted);
  font-family: "DM Sans", sans-serif;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 600;
  line-height: 1.18;
  margin: 24px auto 0;
  max-width: 880px;
}

.td-body-copy {
  color: var(--td-muted);
  font-size: 18px;
  line-height: 26px;
}

.td-home a {
  color: inherit;
  text-decoration: none;
}

.td-logo {
  align-items: center;
  color: var(--td-purple);
  display: inline-flex;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
  white-space: nowrap;
}

.td-logo-img {
  display: block;
  height: 40px;
  width: 118px;
}

.td-logo-mark {
  border: 2px solid var(--td-purple);
  border-radius: 3px;
  display: inline-block;
  height: 25px;
  position: relative;
  width: 20px;
}

.td-logo-mark::before {
  border-bottom: 7px solid transparent;
  border-left: 7px solid var(--td-white);
  border-top: 7px solid var(--td-purple);
  content: "";
  position: absolute;
  right: -2px;
  top: -2px;
}

.td-logo-mark::after {
  background: var(--td-gold);
  border-radius: 50%;
  bottom: -5px;
  box-shadow: 9px -9px 0 var(--td-gold);
  content: "";
  height: 5px;
  left: -4px;
  position: absolute;
  width: 5px;
}

.td-button {
  align-items: center;
  border: 1px solid var(--td-purple);
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  gap: 8px;
  justify-content: center;
  line-height: 1;
  min-height: 56px;
  padding: 18px 24px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.td-button:hover {
  transform: translateY(-2px);
}

.td-button-primary {
  background: linear-gradient(90deg, var(--td-purple-dark), var(--td-purple));
  box-shadow:
    0 10px 15px rgba(66, 56, 158, 0.2),
    0 4px 6px rgba(66, 56, 158, 0.4);
  color: #fff;
}

.td-button-icon {
  height: 16px;
  width: 16px;
}

.td-button-primary > span[aria-hidden="true"] {
  background: url("/technidox-assets/technidox-hero-arrow.svg") center/contain
    no-repeat;
  display: inline-block;
  font-size: 0;
  height: 16px;
  width: 16px;
}

.td-button-secondary {
  background: #fff;
  color: var(--td-purple);
}

.td-hero {
  background:
    radial-gradient(
      circle at 25% 10%,
      rgba(66, 56, 158, 0.12),
      transparent 28%
    ),
    linear-gradient(180deg, #e9e7fa 0%, var(--td-white) 78%);
  min-height: 100svh;
  padding: 0;
}

.td-hero::before {
  background-image:
    linear-gradient(rgba(66, 56, 158, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(66, 56, 158, 0.08) 1px, transparent 1px);
  background-size: 92px 92px;
  content: "";
  inset: 0;
  opacity: 0.9;
  position: absolute;
}

.td-hero::after {
  background-image: radial-gradient(
    circle,
    rgba(66, 56, 158, 0.15) 2px,
    transparent 2.4px
  );
  background-size: 39px 39px;
  content: "";
  inset: 0;
  opacity: 0.16;
  position: absolute;
}

.td-nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 32px clamp(24px, 6.25vw, 120px);
  position: relative;
  z-index: 5;
}

.td-nav-links {
  align-items: center;
  color: var(--td-purple);
  display: flex;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  gap: 32px;
  line-height: 24px;
}

.td-nav-links a.is-active {
  font-weight: 700;
}

.td-nav-cta {
  background: var(--td-purple);
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 14px 24px;
}

.td-hero-content {
  align-items: center;
  display: flex;
  min-height: calc(100svh - 104px);
  padding: 120px 24px 150px;
  position: relative;
  text-align: center;
  z-index: 3;
}

.td-hero-inner {
  margin: 0 auto;
  max-width: 1255px;
}

.td-hero h1 {
  color: var(--td-muted);
  font-family: "DM Sans", sans-serif;
  font-size: clamp(42px, 5.2vw, 64px);
  font-weight: 700;
  line-height: 1.125;
  margin: 0 auto 16px;
  max-width: 1188px;
}

.td-hero h1 em {
  color: var(--td-purple);
}

.td-hero h1 strong {
  color: var(--td-gold);
  font-style: normal;
}

.td-hero p {
  color: var(--td-muted);
  font-family: "DM Sans", sans-serif;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 600;
  line-height: 1.18;
  margin: 0 auto;
  max-width: 1220px;
}

.td-hero-actions,
.td-hero-proofs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.td-hero-actions {
  gap: 32px;
  margin-top: 40px;
}

.td-hero-proofs {
  color: var(--td-purple);
  font-size: 20px;
  font-weight: 500;
  gap: 28px;
  margin-top: 32px;
}

.td-check {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.td-check::before,
.td-list li::before {
  border: 1.6px solid currentColor;
  border-radius: 50%;
  content: "\2713";
  display: inline-grid;
  flex: 0 0 20px;
  font-size: 11px;
  height: 20px;
  place-items: center;
  width: 20px;
}

.td-check::before {
  color: var(--td-green);
}

.td-check-img::before {
  content: none;
}

.td-check-img img {
  height: 20px;
  width: 20px;
}

.td-hero-proofs .td-check:not(.td-check-img)::before,
.td-workflow-card .td-flow-item .td-check::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  content: "";
}

.td-hero-proofs .td-check:not(.td-check-img)::before {
  background-image: url("/technidox-assets/technidox-hero-check.svg");
}

.td-workflow-card .td-flow-item .td-check::before {
  background-image: url("/technidox-assets/technidox-flow-check.svg");
}

.td-modal-root {
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: 1000;
}

.td-modal-lock {
  overflow: hidden;
}

.td-modal-root.is-open {
  pointer-events: auto;
}

.td-modal-backdrop {
  background: rgba(7, 6, 40, 0.72);
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 180ms ease;
}

.td-modal-root.is-open .td-modal-backdrop {
  opacity: 1;
}

.td-lead-modal {
  background: #fff;
  border: 1px solid #d7d6d6;
  border-radius: 10px;
  box-shadow:
    0 24px 80px rgba(7, 6, 40, 0.32),
    0 8px 24px rgba(7, 6, 40, 0.18);
  color: var(--td-ink);
  display: flex;
  flex-direction: column;
  left: 50%;
  max-height: min(88svh, 760px);
  overflow: hidden;
  padding: 32px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(600px, calc(100vw - 40px));
}

.td-lead-modal-wide {
  width: min(896px, calc(100vw - 40px));
}

.td-modal-close {
  align-items: center;
  background: transparent;
  border: 0;
  color: #5d5c5c;
  cursor: pointer;
  display: inline-flex;
  font-size: 28px;
  height: 36px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 18px;
  top: 16px;
  width: 36px;
}

.td-modal-head {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  padding-right: 32px;
}

.td-modal-icon {
  color: #2563eb;
  flex: 0 0 auto;
  height: 24px;
  margin-top: 1px;
  width: 24px;
}

.td-modal-icon svg {
  display: block;
  fill: none;
  height: 100%;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 100%;
}

.td-modal-head h2 {
  color: #08062a;
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 8px;
}

.td-modal-head p {
  color: #4f6285;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

.td-lead-form {
  display: grid;
  gap: 18px;
  margin-top: 24px;
  min-height: 0;
  overflow: auto;
  padding-right: 4px;
}

.td-form-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.td-lead-form label,
.td-lead-form legend {
  color: #08062a;
  display: grid;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
  line-height: 18px;
}

.td-lead-form input,
.td-lead-form select,
.td-lead-form textarea {
  background: #fff;
  border: 1px solid #dbe1ea;
  border-radius: 6px;
  color: var(--td-ink);
  font:
    400 14px/20px "Inter",
    sans-serif;
  min-height: 40px;
  padding: 10px 12px;
  width: 100%;
}

.td-lead-form textarea {
  min-height: 98px;
  resize: vertical;
}

.td-lead-form input:focus,
.td-lead-form select:focus,
.td-lead-form textarea:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14);
  outline: 0;
}

.td-lead-form fieldset {
  border: 0;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
}

.td-lead-form fieldset legend {
  grid-column: 1 / -1;
}

.td-lead-form fieldset label {
  align-items: center;
  color: #1f2937;
  display: flex;
  font-weight: 600;
  gap: 8px;
}

.td-lead-form input[type="checkbox"] {
  accent-color: var(--td-purple);
  flex: 0 0 16px;
  height: 16px;
  min-height: 16px;
  padding: 0;
  width: 16px;
}

.td-form-message {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  min-height: 20px;
}

.td-form-message.is-error {
  color: #b42318;
}

.td-form-message.is-success {
  color: #008236;
}

.td-modal-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.td-modal-cancel,
.td-modal-submit {
  border-radius: 8px;
  cursor: pointer;
  font:
    600 16px/20px "Inter",
    sans-serif;
  min-height: 44px;
  padding: 12px 18px;
}

.td-modal-cancel {
  background: #fff;
  border: 1px solid #d7d6d6;
  color: #42389e;
}

.td-modal-submit {
  background: var(--td-purple);
  border: 1px solid var(--td-purple);
  color: #fff;
}

.td-modal-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.td-float-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  box-shadow:
    0 20px 25px rgba(0, 0, 0, 0.1),
    0 8px 10px rgba(0, 0, 0, 0.08);
  opacity: 0.55;
  padding: 26px;
  position: absolute;
  width: 260px;
  z-index: 1;
}

.td-float-left {
  left: -18px;
  top: 30%;
  transform: rotate(-8deg);
}
.td-float-left-2 {
  bottom: 13%;
  left: 18px;
  transform: rotate(14deg);
}
.td-float-right {
  right: 7%;
  top: 24%;
  transform: rotate(8deg);
}
.td-float-right-2 {
  bottom: 16%;
  right: -28px;
  transform: rotate(-7deg);
}

.td-hero-decor {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid #e5e7eb;
  box-shadow:
    0 20px 25px rgba(0, 0, 0, 0.1),
    0 8px 10px rgba(0, 0, 0, 0.08);
  position: absolute;
  z-index: 1;
}

.td-hero-doc-left {
  border-radius: 16px;
  height: 320px;
  left: calc((100vw - 1920px) / 2 + 41px);
  opacity: 0.8;
  overflow: visible;
  padding: 0;
  top: 257px;
  transform: rotate(-6deg);
  width: 256px;
  z-index: 2;
}

.td-hero-note-left {
  background: #fff;
  border-color: #f3f4f6;
  border-radius: 24px;
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.1),
    0 1px 2px rgba(0, 0, 0, 0.1);
  height: 230px;
  left: calc((100vw - 1920px) / 2 - 22px);
  opacity: 0.9;
  padding: 0;
  top: 464px;
  transform: rotate(15deg);
  width: 223px;
  z-index: 1;
}

.td-hero-doc-right {
  border-radius: 16px;
  height: 320px;
  opacity: 0.5;
  padding: 25px;
  right: max(-70px, calc((100vw - 1920px) / 2 + 75px));
  top: 35%;
  transform: rotate(8deg);
  width: 256px;
}

.td-hero-chart-right {
  align-items: end;
  border-radius: 16px;
  display: flex;
  gap: 8px;
  height: 184px;
  opacity: 0.5;
  padding: 42px 25px 36px;
  right: max(-90px, calc((100vw - 1920px) / 2 - 6px));
  top: 55%;
  transform: rotate(-5deg);
  width: 288px;
}

.td-hero-chart-right span {
  background: #e5e7eb;
  border-radius: 4px 4px 0 0;
  flex: 1;
}

.td-hero-chart-right span:nth-child(1) {
  height: 51px;
}

.td-hero-chart-right span:nth-child(2) {
  height: 77px;
}

.td-hero-chart-right span:nth-child(3) {
  height: 38px;
}

.td-hero-chart-right span:nth-child(4) {
  height: 64px;
}

.td-doc-avatar {
  background: #f3f4f6;
  border-radius: 50%;
  display: block;
  height: 64px;
  left: 9.69%;
  margin: 0;
  position: absolute;
  top: 7.75%;
  width: 64px;
}

.td-doc-line,
.td-note-line {
  background: #f3f4f6;
  border-radius: 999px;
  display: block;
  position: absolute;
}

.td-doc-line-title {
  height: 12px;
  left: 9.65%;
  top: 32.75%;
  width: 60.55%;
}

.td-doc-line-subtitle {
  height: 12px;
  left: 9.73%;
  top: 41.5%;
  width: 40.23%;
}

.td-doc-line-body-one,
.td-doc-line-body-two {
  height: 8px;
  left: 9.77%;
  width: 80.47%;
}

.td-doc-line-body-one {
  top: 55.25%;
}

.td-doc-line-body-two {
  top: 60.25%;
}

.td-doc-line-body-three {
  height: 8px;
  left: 9.61%;
  top: 65.25%;
  width: 53.91%;
}

.td-doc-send {
  align-items: center;
  background: #e9e6ff;
  border-radius: 10px;
  color: #008236;
  display: flex;
  font-size: 12px;
  height: 40px;
  justify-content: center;
  left: 9.77%;
  margin: 0;
  position: absolute;
  top: 77.75%;
  width: 206px;
}

.td-note-line {
  background: #e5e7eb;
  height: 8px;
  left: 7.71%;
}

.td-note-line-one {
  top: 33.13%;
  width: 21.52%;
}

.td-note-line-two,
.td-note-line-three,
.td-note-line-four {
  width: 86.1%;
}

.td-note-line-two {
  top: 41.83%;
}

.td-note-line-three {
  top: 50.52%;
}

.td-note-line-four {
  top: 59.22%;
}

.td-note-line-five {
  top: 67.91%;
  width: 64.57%;
}

.td-note-line-six {
  top: 81.83%;
  width: 28.7%;
}

/* TechniDox inner pages */
.td-site-page {
  background: #fff;
  min-height: 100vh;
}

.td-page-nav {
  background: #fff;
  padding-bottom: 32px;
  padding-top: 32px;
}

.td-site-page .td-page-nav.td-reveal,
.td-site-page main > .td-section:first-child .td-reveal {
  opacity: 1 !important;
  transform: none !important;
}

.td-overview-section {
  padding-top: 96px;
}

.td-overview-layout {
  align-items: flex-start;
  display: grid;
  gap: clamp(56px, 10vw, 237px);
  grid-template-columns: minmax(0, 1fr) minmax(520px, 828px);
}

.td-overview-copy {
  color: #868585;
  display: grid;
  gap: 20px;
  font-size: 18px;
  line-height: 26px;
}

.td-overview-copy p {
  margin: 0;
}

.td-compact-list {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}

.td-compact-list li {
  align-items: center;
  color: #868585;
  display: flex;
  font-size: 18px;
  gap: 8px;
  line-height: 26px;
}

.td-compact-list li::before {
  background: url("/technidox-assets/technidox-overview-list-check.svg")
    center/contain no-repeat;
  color: var(--td-purple);
  content: "";
  flex: 0 0 20px;
  height: 20px;
  width: 20px;
}

.td-overview-card {
  min-height: 565px;
}

.td-simple-footer {
  padding-bottom: 101px;
  padding-top: 101px;
}

.td-simple-footer .td-footer-grid {
  align-items: start;
}

.td-pricing-detail {
  background:
    linear-gradient(138deg, rgba(66, 56, 158, 0.4), rgba(23, 20, 56, 0.2)),
    url("/technidox-assets/technidox-pricing-bg.png") center/cover,
    #171438;
  color: #fff;
  padding-bottom: 120px;
  padding-top: 120px;
}

.td-pricing-heading {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(32px, 4vw, 40px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 64px;
  text-align: center;
}

.td-plan-grid {
  display: grid;
  gap: 63px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.td-plan-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #868585;
  border-radius: 16px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-height: 718px;
  padding: 32px;
}

.td-plan-card.featured {
  background:
    linear-gradient(144deg, rgba(66, 56, 158, 0.5), rgba(3, 3, 23, 0.5)),
    rgba(255, 255, 255, 0.03);
  border-color: #d7d6d6;
}

.td-plan-top {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.td-plan-icon {
  align-items: center;
  color: var(--td-green);
  display: inline-flex;
  font-weight: 700;
  height: 32px;
  justify-content: center;
  margin-bottom: 16px;
  width: 32px;
}

.td-plan-icon img {
  display: block;
  height: 32px;
  width: 32px;
}

.td-plan-icon:not(:has(img)) {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
}

.td-plan-card:nth-child(1) .td-plan-icon:not(:has(img)) {
  background-image: url("/technidox-assets/technidox-plan-startup.svg");
}

.td-plan-card:nth-child(2) .td-plan-icon:not(:has(img)) {
  background-image: url("/technidox-assets/technidox-plan-scale.svg");
}

.td-plan-card:nth-child(3) .td-plan-icon:not(:has(img)) {
  background-image: url("/technidox-assets/technidox-plan-enterprise.svg");
}

.td-plan-card h2 {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
}

.td-popular {
  background: rgba(249, 167, 30, 0.2);
  border-radius: 16px;
  color: var(--td-gold);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 6px 12px;
}

.td-plan-price {
  border-bottom: 1px solid rgba(215, 214, 214, 0.6);
  color: #f5f4f4;
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin: -16px 0 0;
  padding-bottom: 32px;
}

.td-plan-card.featured .td-plan-price {
  color: var(--td-gold);
}

.td-plan-price span {
  color: #f5f4f4;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.td-plan-list {
  display: grid;
  gap: 26px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.td-plan-list li {
  align-items: center;
  color: #d7d6d6;
  display: flex;
  font-size: 18px;
  gap: 16px;
  line-height: 26px;
}

.td-plan-list li::before {
  background: url("/technidox-assets/technidox-plan-check.svg") center/contain
    no-repeat;
  content: "";
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.td-plan-card.featured .td-plan-list li::before {
  background-image: url("/technidox-assets/technidox-plan-check-green.svg");
}

.td-plan-button {
  align-items: center;
  border: 1px solid #d7d6d6;
  border-radius: 8px;
  color: #d7d6d6;
  display: inline-flex;
  font-size: 18px;
  font-weight: 600;
  justify-content: center;
  margin-top: auto;
  min-height: 48px;
  padding: 12px 24px;
}

.td-plan-card.featured .td-plan-button {
  background: var(--td-purple);
  border-color: #aeadad;
  color: #fff;
}

.td-doc-card h2 {
  color: var(--td-ink);
  font-family: "DM Sans", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  margin: 0 0 16px;
}

.td-doc-card .td-compact-list li {
  font-size: 16px;
  line-height: 22px;
}

.td-docs-page .td-compact-list li {
  align-items: center;
  gap: 8px;
}

.td-docs-page .td-compact-list li::before {
  content: none;
}

.td-list-icon {
  display: block;
  flex: 0 0 20px;
  height: 20px;
  width: 20px;
}

.td-list li:has(.td-list-icon)::before,
.td-plan-list li:has(.td-list-icon)::before,
.td-compact-list li:has(.td-list-icon)::before {
  content: none;
}

.td-doc-icon {
  align-items: center;
  background: #eae9f5;
  border-radius: 16px;
  color: var(--td-purple);
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  height: 56px;
  justify-content: center;
  margin-bottom: 32px;
  width: 56px;
}

.td-doc-icon img {
  display: block;
  height: 28px;
  width: 28px;
}

.td-doc-icon.clarity {
  background: transparent;
}

.td-doc-icon.clarity img {
  height: 53px;
  width: 52px;
}

.td-doc-card:last-child .td-doc-icon {
  background: #f2f1ff;
}

.td-ai-feature-row {
  background: #fff;
  padding-bottom: 200px;
  padding-top: 200px;
}

.td-ai-feature-layout {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(280px, 544px) repeat(2, minmax(280px, 1fr));
}

.td-ai-feature-copy p {
  color: var(--td-muted);
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin: 24px 0 0;
}

.td-feature-mini {
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: auto 1fr;
  min-height: 204px;
}

.td-feature-mini .td-doc-icon {
  margin-bottom: 0;
}

.td-feature-mini h3 {
  margin-bottom: 16px;
}

.td-feature-mini-dark {
  background: var(--td-purple);
}

.td-feature-mini-dark h3,
.td-feature-mini-dark p {
  color: #fff;
}

.td-quick-start {
  background: #fff;
  padding-bottom: 120px;
  padding-top: 120px;
}

.td-quick-panel {
  background:
    linear-gradient(141deg, rgba(66, 56, 158, 0.4), rgba(23, 20, 56, 0.2)),
    url("/technidox-assets/technidox-quickstart-bg.png") center/cover,
    #171438;
  border-radius: 16px;
  color: #fff;
  padding: 64px;
}

.td-quick-panel h2 {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 700;
  line-height: 56px;
  margin: 0 0 64px;
  text-align: center;
}

.td-quick-slider {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 48px minmax(0, 828px) 48px;
  justify-content: center;
}

.td-quick-slider button {
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 48px;
  padding: 0;
  width: 48px;
}

.td-quick-slider button img {
  display: block;
  height: 48px;
  width: 48px;
}

.td-quick-slider button:not(:has(img)) {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 48px 48px;
  font-size: 0;
}

.td-quick-slider button:first-child:not(:has(img)) {
  background-image: url("/technidox-assets/technidox-quick-arrow-left.svg");
}

.td-quick-slider button:last-child:not(:has(img)) {
  background-image: url("/technidox-assets/technidox-quick-arrow-right.svg");
}

.td-quick-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #868585;
  border-radius: 8px;
  padding: 32px;
}

.td-quick-dots {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin: -52px 0 32px;
}

.td-quick-dots-img {
  display: block;
  height: 16px;
  margin: -52px auto 32px;
  width: 81px;
}

.td-quick-dots span {
  border: 1px solid #868585;
  border-radius: 999px;
  height: 16px;
  width: 16px;
}

.td-quick-dots span:first-child {
  background: var(--td-purple);
  width: 32px;
}

.td-quick-card-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.td-quick-card h3 {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
}

.td-quick-card strong {
  color: var(--td-gold);
  font-size: 16px;
  line-height: 20px;
}

.td-quick-card ol {
  color: #d7d6d6;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  padding-left: 27px;
}

.td-doc-bubble {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  box-shadow:
    0 10px 15px rgba(0, 0, 0, 0.1),
    0 4px 6px rgba(0, 0, 0, 0.1);
  height: 40px;
  position: absolute;
  width: 40px;
}

.td-doc-bubble::after {
  background: #f3f4f6;
  border-radius: 50%;
  content: "";
  height: 24px;
  left: 7px;
  position: absolute;
  top: 7px;
  width: 24px;
}

.td-doc-bubble.one {
  right: -17px;
  top: 40px;
  transform: scale(0.03);
}

.td-doc-bubble.two {
  right: 8px;
  top: 82px;
}

.td-brand {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 280px;
  padding: 80px 24px 64px;
  text-align: center;
}

.td-brand p {
  color: var(--td-purple);
  font-family: "DM Sans", sans-serif;
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 600;
  line-height: 1;
  margin: 0;
}

.td-skeleton-line,
.td-skeleton-block {
  background: #f3f4f6;
  border-radius: 999px;
  display: block;
  height: 10px;
  margin: 14px 0;
}

.td-skeleton-line.short {
  width: 50%;
}
.td-skeleton-line.medium {
  width: 72%;
}
.td-skeleton-line.long {
  width: 92%;
}
.td-skeleton-block {
  border-radius: 12px;
  height: 42px;
  margin-top: 28px;
}

.td-card,
.td-team-card {
  background: #fff;
  border: 1px solid var(--td-border);
  border-radius: 16px;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05);
  padding: 32px;
}

.td-card h3,
.td-team-card h3,
.td-step h3 {
  color: var(--td-ink);
  font-family: "DM Sans", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  margin: 0 0 16px;
}

.td-card p,
.td-team-card p,
.td-step p {
  color: var(--td-border);
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}

.td-icon-box {
  align-items: center;
  background: linear-gradient(135deg, var(--td-purple), rgba(66, 56, 158, 0.8));
  border-radius: 16px;
  color: #fff;
  display: inline-flex;
  height: 56px;
  justify-content: center;
  margin-bottom: 32px;
  width: 56px;
}

.td-icon-box img {
  display: block;
  height: 28px;
  width: 28px;
}

.td-ai-card .td-icon-box:not(:has(img)) {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  font-size: 0;
}

.td-ai-card:nth-child(1) .td-icon-box:not(:has(img)) {
  background-image: url("/technidox-assets/technidox-ai-generator.svg");
}

.td-ai-card:nth-child(2) .td-icon-box:not(:has(img)) {
  background-image: url("/technidox-assets/technidox-ai-scorer.svg");
}

.td-ai-card:nth-child(3) .td-icon-box:not(:has(img)) {
  background-image: url("/technidox-assets/technidox-ai-human.svg");
}

.td-ai-card .td-list li::before,
.td-use-card .td-list li::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  content: "";
  flex: 0 0 20px;
  height: 20px;
  width: 20px;
}

.td-ai-card:nth-child(1) .td-list li::before {
  background-image: url("/technidox-assets/technidox-ai-generator-check.svg");
}

.td-ai-card:nth-child(2) .td-list li::before {
  background-image: url("/technidox-assets/technidox-ai-scorer-check.svg");
}

.td-ai-card:nth-child(3) .td-list li::before {
  background-image: url("/technidox-assets/technidox-ai-human-check.svg");
}

.td-use-card .td-list li::before {
  background-image: url("/technidox-assets/technidox-use-check.svg");
}

.td-use-card.featured .td-list li::before {
  background-image: url("/technidox-assets/technidox-use-check-white.svg");
}

.td-icon-box.gold {
  background: var(--td-gold);
}
.td-icon-box.green {
  background: var(--td-green);
}

.td-list {
  display: grid;
  gap: 16px;
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.td-list li {
  align-items: center;
  color: var(--td-border);
  display: flex;
  font-size: 18px;
  gap: 8px;
  line-height: 26px;
}

.td-grid-3,
.td-docs-grid,
.td-team-grid,
.td-community-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.td-grid-2 {
  display: grid;
  gap: clamp(40px, 10vw, 237px);
  grid-template-columns: minmax(0, 1fr) minmax(420px, 828px);
}

.td-ai-card:nth-child(1) {
  background: #eae9f5;
}
.td-ai-card:nth-child(2) {
  background: #fdf5e9;
}
.td-ai-card:nth-child(3) {
  background: #eefaec;
}

.td-overview-flow {
  display: grid;
  gap: 16px;
}

.td-flow-item {
  align-items: center;
  background: var(--td-soft);
  border: 1px solid var(--td-border);
  border-radius: 8px;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  min-height: 103px;
  padding: 17px;
}

.td-flow-main {
  align-items: center;
  display: flex;
  gap: 24px;
}

.td-flow-num {
  align-items: center;
  background: rgba(66, 56, 158, 0.1);
  border-radius: 50%;
  color: var(--td-purple);
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.td-flow-item:nth-child(2) .td-flow-num {
  background: rgba(249, 167, 30, 0.1);
  color: var(--td-gold);
}
.td-flow-item:nth-child(3) .td-flow-num,
.td-flow-item:nth-child(4) .td-flow-num {
  background: rgba(36, 189, 46, 0.1);
  color: var(--td-green);
}

.td-flow-num.complete {
  background: var(--td-green);
}

.td-workflow-card .td-flow-item:nth-child(4) .td-flow-num:not(.complete) {
  background: var(--td-green);
  font-size: 0;
}

.td-workflow-card
  .td-flow-item:nth-child(4)
  .td-flow-num:not(.complete)::before {
  background: url("/technidox-assets/technidox-flow-circle-check.svg")
    center/contain no-repeat;
  content: "";
  height: 20px;
  width: 20px;
}

.td-flow-num img {
  height: 20px;
  width: 20px;
}

.td-flow-title {
  color: var(--td-ink) !important;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 10px;
}

.td-flow-sub {
  color: var(--td-border) !important;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}

.td-docs {
  background: var(--td-lavender);
}

.td-doc-card:last-child {
  background: var(--td-purple);
}

.td-doc-card:last-child h3,
.td-doc-card:last-child h2,
.td-doc-card:last-child p,
.td-doc-card:last-child li {
  color: #fff;
}

.td-quick {
  background: linear-gradient(135deg, var(--td-purple), #171438);
  color: #fff;
}

.td-quick .td-title,
.td-quick .td-copy,
.td-step h3 {
  color: #fff;
}

.td-steps,
.td-metrics {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.td-steps {
  margin-top: 54px;
}

.td-step {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 16px;
  padding: 28px;
}

.td-step-num {
  align-items: center;
  background: rgba(249, 167, 30, 0.18);
  border-radius: 50%;
  color: var(--td-gold);
  display: inline-flex;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  margin-bottom: 24px;
  width: 42px;
}

.td-feature-panel {
  align-items: center;
  background: var(--td-lavender);
  border: 1px solid var(--td-border);
  border-radius: 16px;
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr 1fr;
  padding: clamp(32px, 5vw, 72px);
}

.td-code-card {
  background: #111827;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(17, 24, 39, 0.22);
  color: #d1d5db;
  font-family: Consolas, "Liberation Mono", monospace;
  overflow: hidden;
}

.td-code-head {
  background: #1f2937;
  color: #fff;
  padding: 16px 20px;
}

.td-code-card pre {
  margin: 0;
  overflow: auto;
  padding: 24px;
  white-space: pre-wrap;
}

.td-enterprise-panel {
  background:
    linear-gradient(137deg, rgba(66, 56, 158, 0.4) 36%, rgba(23, 20, 56, 0.2)),
    url("/technidox-assets/technidox-enterprise-bg.png") center/cover,
    #171438;
  border-radius: 16px;
  color: #fff;
  padding: 32px;
}

.td-enterprise-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 56px;
}

.td-enterprise-head h3 {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  margin: 0 0 4px;
}

.td-live {
  background: rgba(102, 219, 58, 0.2);
  border: 1px solid rgba(102, 219, 58, 0.3);
  border-radius: 12px;
  color: #66db3a;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 16px;
}

.td-metrics.bottom {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 16px;
}

.td-metric {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(174, 173, 173, 0.75);
  border-radius: 8px;
  padding: 28px;
}

.td-metric-label {
  align-items: center;
  color: #aeadad;
  display: flex;
  font-size: 18px;
  gap: 8px;
  line-height: 26px;
  margin: 0 0 14px;
}

.td-metric-label img {
  display: block;
  height: 20px;
  width: 20px;
}

.td-metric-label:not(:has(img))::before,
.td-metric-sub:not(:has(img))::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  flex: 0 0 20px;
  height: 20px;
  width: 20px;
}

.td-metrics:not(.bottom)
  .td-metric:nth-child(1)
  .td-metric-label:not(:has(img))::before {
  background-image: url("/technidox-assets/technidox-metric-time.svg");
}

.td-metrics:not(.bottom)
  .td-metric:nth-child(2)
  .td-metric-label:not(:has(img))::before {
  background-image: url("/technidox-assets/technidox-metric-productivity.svg");
}

.td-metrics:not(.bottom)
  .td-metric:nth-child(3)
  .td-metric-label:not(:has(img))::before {
  background-image: url("/technidox-assets/technidox-metric-support.svg");
}

.td-metrics:not(.bottom)
  .td-metric:nth-child(4)
  .td-metric-label:not(:has(img))::before {
  background-image: url("/technidox-assets/technidox-metric-onboarding.svg");
}

.td-metrics.bottom
  .td-metric:nth-child(1)
  .td-metric-label:not(:has(img))::before {
  background-image: url("/technidox-assets/technidox-metric-health.svg");
}

.td-metrics.bottom
  .td-metric:nth-child(2)
  .td-metric-label:not(:has(img))::before {
  background-image: url("/technidox-assets/technidox-metric-support.svg");
}

.td-metrics.bottom
  .td-metric:nth-child(3)
  .td-metric-label:not(:has(img))::before {
  background-image: url("/technidox-assets/technidox-metric-contributors.svg");
}

.td-metric-sub:not(:has(img))::before {
  background-image: url("/technidox-assets/technidox-metric-audit.svg");
  flex-basis: 16px;
  height: 16px;
  width: 16px;
}

.td-metric-label-split {
  justify-content: space-between;
}

.td-metric-value {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
}

.td-metric-value span {
  color: #aeadad;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.td-metric-change {
  color: #66db3a;
  font-size: 16px;
  line-height: 20px;
  margin: 8px 0 0;
}

.td-metric-sub {
  align-items: center;
  color: #90a1b9;
  display: flex;
  font-size: 12px;
  gap: 8px;
  line-height: 16px;
  margin: 8px 0 0;
}

.td-metric-sub img {
  height: 16px;
  width: 16px;
}

.td-avatar-row {
  display: flex;
  margin-top: 14px;
}

.td-avatar-row span,
.td-avatar-row em {
  align-items: center;
  background: linear-gradient(135deg, var(--td-purple), #66db3a);
  border: 1px solid #1d293d;
  border-radius: 50%;
  display: inline-flex;
  height: 24px;
  justify-content: center;
  margin-left: -4px;
  width: 24px;
}

.td-avatar-row span:first-child {
  margin-left: 0;
}

.td-avatar-row em {
  background: #314158;
  color: #90a1b9;
  font-size: 10px;
  font-style: normal;
}

.td-progress {
  background: #434155;
  border-radius: 999px;
  height: 8px;
  margin-top: 18px;
  overflow: hidden;
}

.td-progress span {
  background: linear-gradient(90deg, #66db3a, var(--td-purple));
  display: block;
  height: 100%;
  width: 74%;
}

.td-pricing {
  background: #fff;
  padding-bottom: 120px;
  padding-top: 120px;
  text-align: center;
}

.td-pricing .td-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.td-price-badge {
  align-items: center;
  display: inline-flex;
  height: 250px;
  justify-content: center;
  position: relative;
  width: 250px;
}

.td-price-badge img {
  display: block;
  height: 265px;
  max-width: none;
  width: 233px;
}

.td-price-copy {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 21px;
  left: 43px;
  position: absolute;
  top: 93px;
  width: 164px;
}

.td-price-small {
  color: var(--td-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.td-price {
  color: #1b1b1c;
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.td-price span {
  color: #1b1b1c;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.td-pricing .td-button {
  background: var(--td-purple);
  box-shadow: none;
  font-size: 18px;
  line-height: 24px;
  min-height: 40px;
  padding: 8px 16px;
}

.td-community {
  background: #fff;
}

.td-community-layout {
  align-items: center;
  display: grid;
  gap: clamp(48px, 10vw, 237px);
  grid-template-columns: minmax(0, 1fr) minmax(500px, 828px);
}

.td-feature-list {
  display: grid;
  gap: 32px;
}

.td-feature-row {
  align-items: flex-start;
  display: flex;
  gap: 16px;
}

.td-feature-row h3 {
  color: var(--td-ink);
  font-family: "DM Sans", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  margin: 0 0 16px;
}

.td-feature-row p {
  color: #868585;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}

.td-mini-icon {
  align-items: center;
  background: rgba(66, 56, 158, 0.1);
  border-radius: 12px;
  color: var(--td-purple);
  display: inline-flex;
  flex: 0 0 48px;
  font-size: 14px;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.td-mini-icon img {
  display: block;
  height: 24px;
  width: 24px;
}

.td-feature-row .td-mini-icon:not(:has(img)),
.td-use-card .td-mini-icon:not(:has(img)) {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  font-size: 0;
}

.td-feature-row:nth-child(1) .td-mini-icon:not(:has(img)) {
  background-image: url("/technidox-assets/technidox-community-gamified.svg");
}

.td-feature-row:nth-child(2) .td-mini-icon:not(:has(img)) {
  background-image: url("/technidox-assets/technidox-community-micro.svg");
}

.td-feature-row:nth-child(3) .td-mini-icon:not(:has(img)) {
  background-image: url("/technidox-assets/technidox-community-mentor.svg");
}

.td-feature-row:nth-child(4) .td-mini-icon:not(:has(img)) {
  background-image: url("/technidox-assets/technidox-community-peer.svg");
}

.td-use-card:nth-child(1) .td-mini-icon:not(:has(img)) {
  background-image: url("/technidox-assets/technidox-use-oss.svg");
}

.td-use-card:nth-child(2) .td-mini-icon:not(:has(img)) {
  background-image: url("/technidox-assets/technidox-use-enablement.svg");
}

.td-use-card:nth-child(3) .td-mini-icon:not(:has(img)) {
  background-image: url("/technidox-assets/technidox-use-platform.svg");
}

.td-use-card:nth-child(4) .td-mini-icon:not(:has(img)) {
  background-image: url("/technidox-assets/technidox-use-enterprise.svg");
}

.td-mini-icon.gold {
  background: rgba(249, 167, 30, 0.1);
  color: var(--td-gold);
}

.td-mini-icon.green {
  background: rgba(63, 146, 32, 0.1);
  color: var(--td-green);
}

.td-mini-icon.featured {
  background: #f2f1ff;
  color: var(--td-purple);
}

.td-workflow-card {
  display: grid;
  gap: 32px;
  min-height: 565px;
}

.td-workflow-card .td-flow-item {
  min-height: 105px;
}

.td-review {
  background: rgba(249, 167, 30, 0.1);
  border-color: transparent;
  color: var(--td-gold);
  font-size: 12px;
  padding: 5px 8px;
}

.td-flow-symbol {
  display: block;
  flex: 0 0 20px;
  height: 20px;
  width: 20px;
}

.td-flow-symbol:not(img) {
  background: url("/technidox-assets/technidox-flow-star.svg") center/contain
    no-repeat;
  font-size: 0;
}

.td-comparison {
  background: #fff;
}

.td-table-wrap {
  overflow-x: auto;
}

.td-comparison-table {
  border-collapse: separate;
  border-spacing: 0;
  font-size: 18px;
  line-height: 26px;
  min-width: 980px;
  width: 100%;
}

.td-comparison-table th {
  background: var(--td-purple);
  border: 1px solid #f5f4f4;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  padding: 16px;
  text-align: center;
}

.td-comparison-table th:first-child {
  border-top-left-radius: 16px;
  text-align: left;
  width: 42%;
}

.td-comparison-table th:last-child {
  border-top-right-radius: 16px;
}

.td-comparison-table td {
  border-bottom: 1px solid var(--td-border);
  border-right: 1px solid var(--td-border);
  color: var(--td-ink);
  padding: 16px;
  text-align: center;
}

.td-comparison-table td:first-child {
  border-left: 1px solid var(--td-border);
  text-align: left;
}

.td-mark {
  color: #111;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.td-mark-icon {
  display: inline-block;
  height: 24px;
  width: 24px;
}

.td-mark {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  height: 24px;
  width: 24px;
}

.td-mark.good {
  background-image: url("/technidox-assets/technidox-comparison-check.svg");
}

.td-mark.dash {
  background-image: url("/technidox-assets/technidox-comparison-dash.svg");
}

.td-use-cases {
  background: #fff;
}

.td-use-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.td-use-card {
  background: #fff;
  border: 1px solid var(--td-border);
  border-radius: 16px;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05);
  padding: 32px;
}

.td-use-card.featured {
  background: var(--td-purple);
  color: #fff;
}

.td-use-head {
  align-items: center;
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
}

.td-use-icon {
  display: block;
  flex: 0 0 56px;
  height: 56px;
  width: 56px;
}

.td-use-icon.featured {
  align-items: center;
  background: #f2f1ff;
  border-radius: 16px;
  display: inline-flex;
  justify-content: center;
}

.td-use-icon.featured img {
  height: 24px;
  width: 24px;
}

.td-use-icon img {
  display: block;
  height: 100%;
  width: 100%;
}

.td-use-kicker {
  color: var(--td-ink);
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.td-use-card h3 {
  color: var(--td-ink);
  font-family: "DM Sans", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
}

.td-use-card p {
  color: #868585;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}

.td-use-card.featured h3,
.td-use-card.featured p,
.td-use-card.featured li,
.td-use-card.featured .td-use-kicker {
  color: #fff;
}

.td-footer {
  background: var(--td-lavender);
  color: var(--td-ink);
  padding: 120px clamp(24px, 6.25vw, 120px) 120px;
  position: relative;
}

.td-footer-cta {
  background: var(--td-purple);
  border-radius: 24px;
  color: #fafafa;
  margin: 0 auto 170px;
  max-width: 1255px;
  overflow: hidden;
  padding: 92px clamp(28px, 8vw, 134px);
  position: relative;
  text-align: center;
}

.td-footer-cta::after {
  border: 34px solid rgba(234, 233, 245, 0.35);
  border-radius: 50%;
  content: "";
  height: 170px;
  position: absolute;
  right: 90px;
  top: -80px;
  width: 170px;
}

.td-footer-cta h2 {
  font-family: "Sora", sans-serif;
  font-size: clamp(34px, 5vw, 48px);
  font-weight: 700;
  line-height: 1.08;
  margin: 0 0 16px;
  text-transform: capitalize;
}

.td-footer-cta p {
  color: #e5e5e5;
  font-family: "Sora", sans-serif;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 600;
  line-height: 1.28;
  margin: 0 auto 32px;
  max-width: 987px;
}

.td-footer-cta a {
  background: #fafafa;
  border-radius: 8px;
  color: #5e17eb;
  display: inline-flex;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 16px;
}

.td-footer-grid {
  display: grid;
  gap: clamp(48px, 10vw, 120px);
  grid-template-columns: minmax(260px, 354px) repeat(3, minmax(140px, 1fr));
}

.td-footer p,
.td-footer a {
  color: #5d5c5c;
}

.td-footer-grid > div:first-child p {
  color: #201f1f;
  font-size: 18px;
  line-height: 29px;
  margin: 20px 0;
}

.td-footer h3 {
  color: #201f1f;
  font-family: "Sora", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  margin: 0 0 12px;
}

.td-footer ul {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.td-socials {
  display: flex;
  gap: 32px;
}

.td-socials a {
  display: block;
  height: 32px;
  width: 32px;
}

.td-socials img {
  display: block;
  height: 32px;
  width: 32px;
}

.td-footer .td-footer-cta p {
  color: #e5e5e5;
}

.td-footer .td-footer-cta a {
  color: #5e17eb;
}

.td-reveal {
  opacity: 0;
  transform: translateY(90px);
  transition:
    opacity 720ms ease,
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.td-hero .td-reveal {
  opacity: 1;
  transform: none;
}

.td-reveal.from-top {
  transform: translateY(-120px);
}
.td-reveal.from-left {
  transform: translateX(-180px);
}
.td-reveal.from-right {
  transform: translateX(180px);
}

.td-hero .td-reveal.from-top,
.td-hero .td-reveal.from-left,
.td-hero .td-reveal.from-right {
  transform: none;
}
.td-reveal.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

.td-home .td-button-primary,
.td-home .td-nav-cta {
  color: #fff;
}

.td-home .td-button-secondary {
  color: var(--td-purple);
}

.td-delay-1 {
  transition-delay: 90ms;
}
.td-delay-2 {
  transition-delay: 180ms;
}
.td-delay-3 {
  transition-delay: 270ms;
}
.td-delay-4 {
  transition-delay: 360ms;
}

@media (min-width: 761px) {
  .td-logo-img {
    height: clamp(32px, 2.083vw, 40px);
    width: clamp(94px, 6.146vw, 118px);
  }

  .td-nav {
    padding: clamp(25px, 1.667vw, 32px) clamp(96px, 6.25vw, 120px);
  }

  .td-nav-links {
    font-size: clamp(16px, 1.042vw, 20px);
    gap: clamp(25px, 1.667vw, 32px);
    line-height: clamp(19px, 1.25vw, 24px);
  }

  .td-nav-cta {
    font-size: clamp(14px, 0.938vw, 18px);
    padding: clamp(10px, 0.625vw, 12px) clamp(19px, 1.25vw, 24px);
  }

  .td-hero {
    min-height: min(100svh, 56.25vw);
  }

  .td-hero-content {
    margin-top: calc(-1 * clamp(82px, 5.417vw, 104px));
    min-height: min(100svh, 56.25vw);
    padding: 0 24px;
  }

  .td-hero h1 {
    font-size: clamp(32px, 3.333vw, 64px);
    line-height: clamp(36px, 3.75vw, 72px);
    max-width: clamp(760px, 61.875vw, 1188px);
  }

  .td-hero p {
    font-size: clamp(14px, 1.25vw, 24px);
    line-height: clamp(18px, 1.458vw, 28px);
    max-width: clamp(760px, 65.365vw, 1255px);
  }

  .td-hero-actions {
    gap: clamp(20px, 1.667vw, 32px);
    margin-top: clamp(24px, 2.083vw, 40px);
  }

  .td-button {
    font-size: clamp(14px, 0.938vw, 18px);
    min-height: clamp(46px, 3.229vw, 62px);
    padding: clamp(14px, 1.042vw, 20px) clamp(19px, 1.25vw, 24px);
  }

  .td-button-icon {
    height: clamp(13px, 0.833vw, 16px);
    width: clamp(13px, 0.833vw, 16px);
  }

  .td-hero-proofs {
    font-size: clamp(14px, 1.042vw, 20px);
    gap: clamp(20px, 1.667vw, 32px);
    margin-top: clamp(20px, 1.667vw, 32px);
  }

  .td-check-img img {
    height: clamp(16px, 1.042vw, 20px);
    width: clamp(16px, 1.042vw, 20px);
  }

  .td-hero-doc-left {
    height: clamp(250px, 16.667vw, 320px);
    left: max(clamp(31px, 2.135vw, 41px), calc((100vw - 1920px) / 2 + 41px));
    padding: 0;
    top: clamp(195px, 13.385vw, 257px);
    width: clamp(200px, 13.333vw, 256px);
  }

  .td-hero-note-left {
    height: clamp(141px, 11.979vw, 230px);
    left: max(
      clamp(-22px, -1.146vw, -13.5px),
      calc((100vw - 1920px) / 2 - 22px)
    );
    padding: 0;
    top: clamp(352px, 24.167vw, 464px);
    width: clamp(137px, 11.615vw, 223px);
  }

  .td-hero-doc-right {
    height: clamp(250px, 16.667vw, 320px);
    padding: clamp(19px, 1.302vw, 25px);
    right: clamp(39px, 2.656vw, 51px);
    top: clamp(172px, 11.823vw, 227px);
    width: clamp(200px, 13.333vw, 256px);
  }

  .td-hero-chart-right {
    gap: clamp(6px, 0.417vw, 8px);
    height: clamp(143px, 9.583vw, 184px);
    padding: clamp(32px, 2.188vw, 42px) clamp(19px, 1.302vw, 25px)
      clamp(28px, 1.875vw, 36px);
    right: clamp(12px, 0.833vw, 16px);
    top: clamp(383px, 26.302vw, 505px);
    width: clamp(224px, 15vw, 288px);
  }

  .td-doc-avatar {
    height: clamp(50px, 3.333vw, 64px);
    width: clamp(50px, 3.333vw, 64px);
  }

  .td-doc-send {
    font-size: clamp(10px, 0.625vw, 12px);
    height: clamp(31px, 2.083vw, 40px);
    width: clamp(160px, 10.729vw, 206px);
  }
}

@media (max-width: 1180px) {
  .td-grid-3,
  .td-docs-grid,
  .td-steps,
  .td-metrics,
  .td-metrics.bottom,
  .td-team-grid,
  .td-community-grid,
  .td-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .td-grid-2,
  .td-feature-panel,
  .td-community-layout,
  .td-overview-layout,
  .td-ai-feature-layout {
    grid-template-columns: 1fr;
  }

  .td-plan-grid {
    gap: 32px;
    grid-template-columns: 1fr;
  }

  .td-plan-card {
    min-height: auto;
  }

  .td-use-grid {
    grid-template-columns: 1fr;
  }

  .td-float-card {
    display: none;
  }

  .td-hero-decor {
    display: none;
  }
}

@media (min-width: 761px) {
  .td-hero {
    --td-hero-height: 1080px;
    --td-hero-scale: 1;
    background: #fff;
    height: var(--td-hero-height);
    min-height: var(--td-hero-height);
    overflow: hidden;
  }

  .td-hero::before,
  .td-hero::after {
    content: none;
  }

  .td-hero-stage {
    background: linear-gradient(180deg, #e9e7fa 0%, var(--td-white) 78%);
    height: 1080px;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
    position: absolute;
    top: 0;
    transform: scale(var(--td-hero-scale));
    transform-origin: top center;
    width: 1920px;
    z-index: 1;
  }

  .td-hero-stage::before {
    background: url("/technidox-assets/technidox-hero-grid.svg") 0 0 / 1921px
      1079px no-repeat;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
  }

  .td-hero .td-nav {
    left: 0;
    padding: 32px 120px;
    position: absolute;
    top: 0;
    width: 1920px;
  }

  .td-hero-stage .td-logo-img {
    height: 40px;
    width: 118px;
  }

  .td-hero-stage .td-nav-links {
    font-size: 20px;
    gap: 32px;
    line-height: 24px;
  }

  .td-hero-stage .td-nav-cta {
    font-size: 18px;
    line-height: 24px;
    padding: 12px 24px;
  }

  .td-hero-content {
    align-items: center;
    inset: 0;
    margin-top: 0;
    min-height: 1080px;
    padding: 0 24px;
    position: absolute;
  }

  .td-hero-inner {
    max-width: 1255px;
    width: 1255px;
  }

  .td-hero h1 {
    font-size: 64px;
    line-height: 72px;
    max-width: 1188px;
  }

  .td-hero p {
    font-size: 24px;
    line-height: 28px;
    max-width: 1255px;
  }

  .td-hero-actions {
    gap: 32px;
    margin-top: 40px;
  }

  .td-hero .td-button {
    font-size: 18px;
    min-height: 62px;
    padding: 20px 24px;
  }

  .td-button-icon {
    height: 16px;
    width: 16px;
  }

  .td-hero-proofs {
    font-size: 20px;
    gap: 32px;
    margin-top: 32px;
  }

  .td-check-img img {
    height: 20px;
    width: 20px;
  }

  .td-hero-decor {
    display: block;
  }

  .td-hero-doc-left {
    height: 320px;
    left: 41px;
    top: 257px;
    width: 256px;
  }

  .td-hero-note-left {
    height: 230px;
    left: -22px;
    opacity: 1;
    top: 464px;
    width: 223px;
  }

  .td-hero-doc-right {
    height: 320px;
    padding: 25px;
    right: 126px;
    top: 227px;
    width: 256px;
  }

  .td-hero-chart-right {
    gap: 8px;
    height: 184px;
    padding: 42px 25px 36px;
    right: -69px;
    top: 505px;
    width: 288px;
  }

  .td-doc-avatar {
    height: 64px;
    width: 64px;
  }

  .td-doc-send {
    font-size: 12px;
    height: 40px;
    width: 206px;
  }
}

@media (max-width: 760px) {
  .td-section {
    padding: 80px 20px;
  }

  .td-nav {
    gap: 20px;
    padding: 24px 20px;
  }

  .td-nav-links {
    display: none;
  }

  .td-nav-cta {
    font-size: 14px;
    padding: 12px 16px;
  }

  .td-hero-content {
    min-height: auto;
    padding: 80px 20px 96px;
  }

  .td-brand {
    min-height: auto;
    padding: 56px 20px 48px;
  }

  .td-hero-actions,
  .td-hero-proofs {
    align-items: stretch;
    flex-direction: column;
  }

  .td-hero-proofs .td-check {
    justify-content: center;
    width: 100%;
    white-space: normal;
  }

  .td-button {
    width: 100%;
  }

  .td-grid-3,
  .td-docs-grid,
  .td-steps,
  .td-metrics,
  .td-metrics.bottom,
  .td-team-grid,
  .td-community-grid,
  .td-footer-grid {
    grid-template-columns: 1fr;
  }

  .td-community-layout,
  .td-use-grid,
  .td-overview-layout,
  .td-ai-feature-layout {
    grid-template-columns: 1fr;
  }

  .td-lead-modal {
    max-height: 92svh;
    padding: 28px 20px;
    width: calc(100vw - 24px);
  }

  .td-form-grid,
  .td-lead-form fieldset {
    grid-template-columns: 1fr;
  }

  .td-modal-actions {
    flex-direction: column-reverse;
  }

  .td-modal-cancel,
  .td-modal-submit {
    width: 100%;
  }

  .td-card,
  .td-step,
  .td-team-card,
  .td-community-card,
  .td-metric {
    padding: 24px;
  }

  .td-flow-item,
  .td-enterprise-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .td-workflow-card {
    min-height: auto;
  }

  .td-feature-row,
  .td-use-head {
    gap: 16px;
  }

  .td-table-wrap {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
  }

  .td-comparison-table {
    font-size: 15px;
    min-width: 820px;
  }

  .td-comparison-table th {
    font-size: 20px;
    line-height: 24px;
  }

  .td-footer {
    padding: 80px 20px;
  }

  .td-footer-cta {
    margin-bottom: 80px;
    padding: 64px 24px;
  }

  .td-footer-cta::after {
    right: -40px;
  }

  .td-page-nav {
    gap: 20px;
  }

  .td-overview-section,
  .td-pricing-detail,
  .td-ai-feature-row,
  .td-quick-start {
    padding-bottom: 80px;
    padding-top: 80px;
  }

  .td-overview-card {
    min-height: auto;
  }

  .td-plan-card {
    padding: 24px;
  }

  .td-plan-list {
    gap: 18px;
  }

  .td-ai-feature-copy p {
    font-size: 20px;
    line-height: 26px;
  }

  .td-feature-mini {
    grid-template-columns: 1fr;
  }

  .td-quick-panel {
    padding: 48px 20px;
  }

  .td-quick-slider {
    grid-template-columns: 1fr;
  }

  .td-quick-slider button {
    display: none;
  }

  .td-quick-dots {
    margin-top: -36px;
  }

  .td-quick-card-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .td-simple-footer {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

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

  .td-reveal {
    opacity: 1;
    transform: none;
  }
}
