.tks-landing,
.tks-landing * {
  box-sizing: border-box;
}

.tks-landing-body {
  margin: 0;
  background: #f7f7f4;
}

.tks-landing .tks-skip-link {
  position: absolute;
  left: 12px;
  top: -64px;
  z-index: 200;
  padding: 10px 18px;
  border-radius: 12px;
  background: #7c3aed;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  transition: top 0.15s ease;
}

.tks-landing .tks-skip-link:focus {
  top: 12px;
}

/* Offset anchored sections so the sticky header does not cover their headings. */
.tks-landing main > section[id] {
  scroll-margin-top: 96px;
}

.admin-bar .tks-landing main > section[id] {
  scroll-margin-top: 128px;
}

.tks-landing {
  --tks-landing-font: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Inter, Roboto, "Helvetica Neue", Arial, sans-serif;
  --tks-landing-canvas: #f7f7f4;
  --tks-landing-tint: #efeee9;
  --tks-landing-card: #ffffff;
  --tks-landing-navy: #0d1827;
  --tks-landing-navy-2: #132238;
  --tks-landing-ink: #1d2430;
  --tks-landing-muted: #626b78;
  --tks-landing-muted-light: #d7dee8;
  --tks-landing-border: #dedbd3;
  --tks-landing-border-strong: #cbc7bc;
  --tks-landing-accent: #7c3aed;
  --tks-landing-accent-dark: #5b21b6;
  --tks-landing-accent-soft: #ede7ff;
  --tks-landing-green: #168a4a;
  --tks-landing-amber: #b7791f;
  --tks-landing-max: 1220px;
  --tks-landing-radius: 16px;
  --tks-landing-radius-sm: 12px;
  --tks-landing-shadow: 0 24px 58px rgba(30, 37, 49, 0.12);
  min-height: 100vh;
  overflow-x: clip;
  background: var(--tks-landing-canvas);
  color: var(--tks-landing-ink);
  font-family: var(--tks-landing-font);
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 0;
}

.tks-landing a {
  color: inherit;
  text-decoration: none;
}

.tks-landing a:focus-visible,
.tks-landing button:focus-visible,
.tks-landing input:focus-visible,
.tks-landing select:focus-visible,
.tks-landing textarea:focus-visible,
.tks-landing summary:focus-visible {
  outline: 3px solid rgba(124, 58, 237, 0.42);
  outline-offset: 3px;
}

.tks-landing img {
  display: block;
  max-width: 100%;
}

.tks-landing h1,
.tks-landing h2,
.tks-landing h3,
.tks-landing p,
.tks-landing dl,
.tks-landing dt,
.tks-landing dd,
.tks-landing ul,
.tks-landing ol,
.tks-landing figure,
.tks-landing blockquote {
  margin-top: 0;
}

.tks-landing .tks-landing-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 24px;
  min-height: 76px;
  padding: 14px max(24px, calc((100% - var(--tks-landing-max)) / 2));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(13, 24, 39, 0.95);
  color: #ffffff;
  backdrop-filter: blur(16px);
}

.admin-bar .tks-landing .tks-landing-header {
  top: 32px;
}

.tks-landing .tks-landing-brand,
.tks-landing .tks-landing-nav,
.tks-landing .tks-landing-header__actions,
.tks-landing .tks-landing-header__cta,
.tks-landing .tks-landing-header__secondary,
.tks-landing .tks-landing-header__login,
.tks-landing .tks-landing-btn {
  display: inline-flex;
  align-items: center;
}

.tks-landing .tks-landing-brand {
  gap: 10px;
  min-width: 0;
}

.tks-landing .tks-landing-brand__mark {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: var(--tks-landing-accent);
  color: #ffffff;
}

.tks-landing .tks-landing-brand__mark svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}

.tks-landing .tks-landing-brand__wordmark {
  width: 160px;
  height: auto;
}

.tks-landing .tks-landing-nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 720;
}

.tks-landing .tks-landing-nav a {
  white-space: nowrap;
}

.tks-landing .tks-landing-nav a,
.tks-landing .tks-landing-header__cta,
.tks-landing .tks-landing-header__secondary,
.tks-landing .tks-landing-header__login,
.tks-landing .tks-landing-btn,
.tks-landing .tks-inline-link,
.tks-landing .tks-sticky-mobile-cta {
  border-radius: 999px;
  line-height: 1;
  white-space: nowrap;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.tks-landing .tks-landing-nav a:hover,
.tks-landing .tks-landing-nav a:focus-visible,
.tks-landing .tks-landing-footer a:hover,
.tks-landing .tks-landing-footer a:focus-visible {
  color: #ffffff;
}

.tks-landing .tks-landing-header__actions {
  justify-self: end;
  gap: 10px;
}

.tks-landing .tks-landing-header__login,
.tks-landing .tks-landing-header__secondary,
.tks-landing .tks-landing-header__cta {
  justify-content: center;
  min-height: 44px;
  padding: 0 17px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 13px;
  font-weight: 780;
}

.tks-landing .tks-landing-header__login {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.8);
}

.tks-landing .tks-landing-header__secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.tks-landing .tks-landing-header__cta {
  background: #ffffff;
  color: var(--tks-landing-navy);
}

.tks-landing .tks-landing-header__cta:hover,
.tks-landing .tks-landing-header__secondary:hover,
.tks-landing .tks-landing-header__login:hover,
.tks-landing .tks-landing-btn:hover,
.tks-landing .tks-inline-link:hover {
  transform: translateY(-1px);
}

.tks-landing .tks-mobile-menu {
  position: relative;
  display: none;
  justify-self: end;
}

.tks-landing .tks-mobile-menu summary {
  -webkit-appearance: none;
  appearance: none;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  cursor: pointer;
  list-style: none;
}

.tks-landing .tks-mobile-menu summary::-webkit-details-marker,
.tks-landing .tks-mobile-menu summary::marker {
  display: none;
  content: "";
}

.tks-landing .tks-mobile-menu__icon {
  width: 20px;
  height: 20px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2.2;
}

.tks-landing .tks-mobile-menu__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.tks-landing .tks-mobile-menu__nav {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 80;
  display: grid;
  gap: 4px;
  width: min(320px, calc(100vw - 32px));
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--tks-landing-radius);
  background: rgba(13, 24, 39, 0.98);
  box-shadow: var(--tks-landing-shadow);
}

.tks-landing .tks-mobile-menu__nav a {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 760;
}

.tks-landing .tks-mobile-menu__nav a:hover,
.tks-landing .tks-mobile-menu__nav a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.tks-landing .tks-mobile-menu__nav .tks-mobile-menu__cta {
  justify-content: center;
  margin-top: 4px;
  background: #ffffff;
  color: var(--tks-landing-navy);
}

.tks-landing .tks-mobile-menu__nav .tks-mobile-menu__secondary {
  justify-content: center;
  margin-top: 4px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.tks-landing .tks-mobile-menu__nav .tks-mobile-menu__login {
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.tks-landing .tks-sticky-mobile-cta {
  display: none;
}

.tks-landing .tks-landing-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(560px, 1.1fr);
  align-items: center;
  gap: 58px;
  padding: 96px max(24px, calc((100% - var(--tks-landing-max)) / 2)) 118px;
  background: var(--tks-landing-navy);
  color: #ffffff;
}

.tks-landing .tks-landing-hero__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  max-width: 600px;
}

.tks-landing .tks-landing-hero__copy > * {
  margin-top: 0;
  margin-bottom: 0;
}

.tks-landing .tks-landing-hero__copy,
.tks-landing .tks-section-heading,
.tks-landing .tks-contact-copy,
.tks-landing .tks-founder-copy,
.tks-landing .tks-case-study-copy {
  display: grid;
  gap: 22px;
  min-width: 0;
}

.tks-landing .tks-landing-eyebrow {
  margin-bottom: 0;
  color: var(--tks-landing-accent);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tks-landing .tks-landing-section--dark .tks-landing-eyebrow,
.tks-landing .tks-landing-hero .tks-landing-eyebrow {
  color: #c8b6ff;
}

.tks-landing h1,
.tks-landing h2,
.tks-landing h3 {
  margin-bottom: 0;
  font-weight: 800;
  letter-spacing: 0;
  text-wrap: balance;
}

.tks-landing h1 {
  max-width: 680px;
  font-size: clamp(42px, 4.2vw, 58px);
  line-height: 1.03;
}

.tks-landing .tks-landing-section h2 {
  max-width: 840px;
  color: inherit;
  font-size: clamp(34px, 3.4vw, 50px);
  line-height: 1.08;
}

.tks-landing h3 {
  color: inherit;
  font-size: 22px;
  line-height: 1.18;
}

.tks-landing .tks-landing-hero__lede,
.tks-landing .tks-section-heading p,
.tks-landing .tks-contact-copy p,
.tks-landing .tks-founder-copy p,
.tks-landing .tks-case-study-copy p {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--tks-landing-muted);
  font-size: 18px;
  line-height: 1.72;
}

.tks-landing .tks-landing-hero__lede,
.tks-landing .tks-landing-section--dark p,
.tks-landing .tks-landing-section--dark .tks-section-heading p {
  color: var(--tks-landing-muted-light);
}

.tks-landing .tks-landing-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.tks-landing .tks-landing-btn {
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 820;
  text-align: center;
}

.tks-landing .tks-landing-btn--primary {
  border-color: var(--tks-landing-accent);
  background: var(--tks-landing-accent);
  color: #ffffff;
}

.tks-landing .tks-landing-btn--primary:hover,
.tks-landing .tks-landing-btn--primary:focus-visible {
  background: var(--tks-landing-accent-dark);
  border-color: var(--tks-landing-accent-dark);
}

.tks-landing .tks-landing-btn--secondary {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.tks-landing .tks-landing-hero__qualification {
  max-width: 660px;
  margin-bottom: 0;
  color: var(--tks-landing-muted-light);
  font-size: 15px;
  font-weight: 700;
}

.tks-landing .tks-landing-hero__reassurance {
  max-width: 660px;
  margin-bottom: 0;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--tks-landing-radius-sm);
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  font-size: 15px;
  font-weight: 760;
  line-height: 1.45;
}

.tks-landing .tks-hero-proof {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 560px;
  margin: 0;
  padding: 2px 0 2px 18px;
  border-left: 3px solid var(--tks-landing-accent);
}

.tks-landing .tks-hero-proof strong {
  flex: 0 0 auto;
  color: #c4b0ff;
  font-size: 30px;
  font-weight: 850;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.tks-landing .tks-hero-proof span {
  color: var(--tks-landing-muted-light);
  font-size: 13px;
  line-height: 1.45;
}

.tks-landing .tks-hero-trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tks-landing .tks-hero-trust-line span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 740;
}

.tks-landing .tks-dashboard-preview {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--tks-landing-border);
  border-radius: 18px;
  background: var(--tks-landing-card);
  color: var(--tks-landing-ink);
  box-shadow: var(--tks-landing-shadow);
}

.tks-landing .tks-dashboard-preview--hero {
  min-height: 580px;
}

.tks-landing .tks-dashboard-preview--platform {
  min-height: 430px;
}

.tks-landing .tks-dashboard-preview__chrome {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  border-bottom: 1px solid var(--tks-landing-border);
  background: #fbfaf7;
}

.tks-landing .tks-dashboard-preview__chrome span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d8d5ce;
}

.tks-landing .tks-dashboard-preview__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 18px 20px 0;
}

.tks-landing .tks-dashboard-preview__labels span {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid #ddd6fe;
  border-radius: 999px;
  background: var(--tks-landing-accent-soft);
  color: var(--tks-landing-accent-dark);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.tks-landing .tks-dashboard-preview__body {
  display: grid;
  grid-template-columns: 152px minmax(0, 1fr);
  min-height: 0;
}

.tks-landing .tks-dashboard-preview--hero .tks-dashboard-preview__body {
  min-height: 550px;
}

.tks-landing .tks-dashboard-preview--platform .tks-dashboard-preview__body {
  min-height: 388px;
}

.tks-landing .tks-dashboard-preview__sidebar {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
  padding: 22px 14px;
  border-right: 1px solid var(--tks-landing-border);
  background: #f5f4ef;
}

.tks-landing .tks-dashboard-preview__sidebar span {
  min-height: 38px;
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 0 10px;
  border-radius: 12px;
  color: var(--tks-landing-muted);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.25;
}

.tks-landing .tks-dashboard-preview__sidebar span.is-active {
  background: #ffffff;
  color: var(--tks-landing-accent-dark);
  box-shadow: inset 3px 0 0 var(--tks-landing-accent);
}

.tks-landing .tks-dashboard-preview__main {
  display: grid;
  gap: 18px;
  min-width: 0;
  padding: 22px;
}

.tks-landing .tks-dashboard-preview__top,
.tks-landing .tks-dashboard-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-width: 0;
}

.tks-landing .tks-dashboard-preview__top > div:first-child,
.tks-landing .tks-dashboard-panel__header {
  min-width: 0;
}

.tks-landing .tks-dashboard-preview__top strong,
.tks-landing .tks-dashboard-panel__header strong {
  display: block;
  color: var(--tks-landing-ink);
  font-size: 16px;
  font-weight: 820;
}

.tks-landing .tks-dashboard-preview__top span,
.tks-landing .tks-dashboard-panel__header span {
  color: var(--tks-landing-muted);
  font-size: 12px;
}

.tks-landing .tks-status-chip {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid var(--tks-landing-border);
  border-radius: 999px;
  background: #ffffff;
  color: var(--tks-landing-muted);
  font-size: 11px;
  font-weight: 820;
  line-height: 1;
  white-space: nowrap;
}

.tks-landing .tks-status-chip.is-positive {
  border-color: rgba(22, 138, 74, 0.22);
  background: #ecfdf3;
  color: var(--tks-landing-green);
}

.tks-landing .tks-dashboard-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 0;
}

.tks-landing .tks-dashboard-metrics div,
.tks-landing .tks-dashboard-panel,
.tks-landing .tks-remediation-card,
.tks-landing .tks-remediation-grid article,
.tks-landing .tks-stage-grid li,
.tks-landing .tks-safeguard-panel,
.tks-landing .tks-pillar-grid article,
.tks-landing .tks-case-study-evidence,
.tks-landing .tks-capability-row article,
.tks-landing .tks-fit-grid article,
.tks-landing .tks-pricing-card,
.tks-landing .tks-pricing-side article,
.tks-landing .tks-faq-list details,
.tks-landing .tks-landing-form,
.tks-landing .tks-next-steps,
.tks-landing .tks-founder-photo {
  border: 1px solid var(--tks-landing-border);
  border-radius: var(--tks-landing-radius);
  background: var(--tks-landing-card);
}

.tks-landing .tks-dashboard-metrics div {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 14px;
}

.tks-landing .tks-dashboard-metrics dt {
  color: var(--tks-landing-ink);
  font-size: 13px;
  font-weight: 830;
  line-height: 1.25;
}

.tks-landing .tks-dashboard-metrics dd {
  margin: 0;
  color: var(--tks-landing-muted);
  font-size: 12px;
  font-weight: 700;
}

.tks-landing .tks-dashboard-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.75fr);
  gap: 14px;
  min-height: 0;
}

.tks-landing .tks-dashboard-callouts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.tks-landing .tks-dashboard-callouts span {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0 9px;
  border: 1px solid #ddd6fe;
  border-radius: 999px;
  background: var(--tks-landing-accent-soft);
  color: var(--tks-landing-accent-dark);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
}

.tks-landing .tks-dashboard-panel {
  min-width: 0;
  padding: 16px;
}

.tks-landing .tks-dashboard-panel--chart {
  display: grid;
  gap: 14px;
}

.tks-landing .tks-line-chart {
  position: relative;
  min-height: 170px;
  overflow: hidden;
  border: 1px solid #e6e3dc;
  border-radius: 14px;
  background:
    linear-gradient(rgba(203, 199, 188, 0.55) 1px, transparent 1px),
    linear-gradient(90deg, rgba(203, 199, 188, 0.45) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff, #f5f4ef);
  background-size: 100% 48px, 70px 100%, 100% 100%;
}

.tks-landing .tks-line-chart__path {
  position: absolute;
  left: 9%;
  right: 9%;
  bottom: 24%;
  height: 50%;
  border-bottom: 4px solid var(--tks-landing-green);
  border-right: 4px solid var(--tks-landing-green);
  border-radius: 0 0 44px 0;
  transform: skew(-18deg);
}

.tks-landing .tks-line-chart__point {
  position: absolute;
  width: 11px;
  height: 11px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: var(--tks-landing-green);
  box-shadow: 0 0 0 5px rgba(22, 138, 74, 0.12);
}

.tks-landing .tks-line-chart__point--one {
  left: 22%;
  bottom: 40%;
}

.tks-landing .tks-line-chart__point--two {
  left: 52%;
  bottom: 55%;
}

.tks-landing .tks-line-chart__point--three {
  right: 14%;
  bottom: 69%;
}

.tks-landing .tks-priority-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tks-landing .tks-priority-list li {
  position: relative;
  min-height: 42px;
  padding: 11px 12px 11px 32px;
  border: 1px solid #e6e3dc;
  border-radius: 12px;
  background: #fbfaf7;
  color: var(--tks-landing-ink);
  font-size: 13px;
  font-weight: 730;
  line-height: 1.35;
}

.tks-landing .tks-priority-list li::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 14px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--tks-landing-amber);
}

.tks-landing .tks-trust-strip {
  position: relative;
  z-index: 2;
  width: min(var(--tks-landing-max), calc(100% - 48px));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: -42px auto 0;
  overflow: hidden;
  border: 1px solid var(--tks-landing-border);
  border-radius: var(--tks-landing-radius);
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(30, 37, 49, 0.08);
}

.tks-landing .tks-trust-strip span {
  min-height: 84px;
  display: flex;
  align-items: center;
  padding: 22px 24px;
  border-right: 1px solid var(--tks-landing-border);
  color: var(--tks-landing-ink);
  font-size: 15px;
  font-weight: 780;
  line-height: 1.35;
}

.tks-landing .tks-trust-strip span:last-child {
  border-right: 0;
}

.tks-landing .tks-landing-section {
  padding: 98px max(24px, calc((100% - var(--tks-landing-max)) / 2));
  background: var(--tks-landing-canvas);
  color: var(--tks-landing-ink);
}

.tks-landing .tks-landing-section--tinted {
  background: var(--tks-landing-tint);
}

.tks-landing .tks-landing-section--dark {
  background: var(--tks-landing-navy);
  color: #ffffff;
}

.tks-landing .tks-section-heading {
  max-width: 850px;
}

.tks-landing .tks-section-heading--wide {
  max-width: 980px;
}

.tks-landing .tks-comparison-table-wrap {
  margin-top: 40px;
  overflow: hidden;
  border: 1px solid var(--tks-landing-border);
  border-radius: var(--tks-landing-radius);
  background: #ffffff;
}

.tks-landing .tks-comparison-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.tks-landing .tks-comparison-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.tks-landing .tks-comparison-table th,
.tks-landing .tks-comparison-table td {
  width: 50%;
  padding: 22px 26px;
  border-bottom: 1px solid var(--tks-landing-border);
  vertical-align: top;
}

.tks-landing .tks-comparison-table th {
  background: #fbfaf7;
  color: var(--tks-landing-ink);
  font-size: 14px;
  font-weight: 850;
}

.tks-landing .tks-comparison-table td {
  color: var(--tks-landing-muted);
  font-size: 17px;
  font-weight: 680;
}

.tks-landing .tks-comparison-table td:last-child {
  color: var(--tks-landing-ink);
  font-weight: 800;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.tks-landing .tks-comparison-tick {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: rgba(22, 138, 74, 0.12);
}

.tks-landing .tks-comparison-tick svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: var(--tks-landing-green);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tks-landing .tks-comparison-table tr:last-child td {
  border-bottom: 0;
}

.tks-landing .tks-comparison-table th:first-child,
.tks-landing .tks-comparison-table td:first-child {
  border-right: 1px solid var(--tks-landing-border);
}

/* "What this replaces" — team-cost comparison panel */
.tks-landing .tks-replace-panel {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  border: 1px solid var(--tks-landing-border);
  border-radius: var(--tks-landing-radius);
  overflow: hidden;
  background: #ffffff;
}

.tks-landing .tks-replace-panel__stack {
  padding: 26px 28px;
}

.tks-landing .tks-replace-panel__stack h3 {
  margin: 6px 0 16px;
  font-size: 20px;
  color: var(--tks-landing-navy);
}

.tks-landing .tks-replace-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 20px;
}

.tks-landing .tks-replace-list li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  font-weight: 680;
  color: var(--tks-landing-ink);
}

.tks-landing .tks-replace-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--tks-landing-accent);
}

.tks-landing .tks-replace-panel__cost {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 26px 28px;
  background: var(--tks-landing-navy);
  color: #ffffff;
}

.tks-landing .tks-replace-cost span {
  display: block;
  font-size: 13px;
  color: var(--tks-landing-muted-light);
}

.tks-landing .tks-replace-cost strong {
  display: block;
  margin-top: 4px;
  font-size: 26px;
  font-weight: 850;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}

.tks-landing .tks-replace-cost em {
  font-style: normal;
  font-size: 12px;
  color: var(--tks-landing-muted-light);
}

.tks-landing .tks-replace-cost--tks strong {
  color: #c4b0ff;
}

.tks-landing .tks-replace-note {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.62);
}

.tks-landing .tks-remediation-layout,
.tks-landing .tks-case-study-layout,
.tks-landing .tks-founder-layout,
.tks-landing .tks-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.85fr);
  gap: 48px;
  align-items: start;
}

.tks-landing .tks-remediation-card {
  display: grid;
  gap: 14px;
  padding: 30px;
}

.tks-landing .tks-remediation-card span {
  color: var(--tks-landing-accent-dark);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.tks-landing .tks-remediation-card p {
  margin-bottom: 0;
  color: var(--tks-landing-ink);
  font-size: 24px;
  font-weight: 760;
  line-height: 1.35;
}

.tks-landing .tks-remediation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.tks-landing .tks-remediation-grid article,
.tks-landing .tks-pillar-grid article,
.tks-landing .tks-capability-row article,
.tks-landing .tks-fit-grid article {
  padding: 24px;
}

.tks-landing .tks-remediation-grid h3,
.tks-landing .tks-pillar-grid h3,
.tks-landing .tks-capability-row h3,
.tks-landing .tks-fit-grid h3 {
  margin-bottom: 10px;
}

.tks-landing .tks-remediation-grid p,
.tks-landing .tks-pillar-grid p,
.tks-landing .tks-capability-row p,
.tks-landing .tks-fit-grid p,
.tks-landing .tks-pricing-note,
.tks-landing .tks-case-study-disclaimer {
  margin-bottom: 0;
  color: var(--tks-landing-muted);
  font-size: 16px;
  line-height: 1.65;
}

.tks-landing .tks-case-study-honest {
  margin: 18px 0 0;
  color: var(--tks-landing-ink);
  font-size: 16px;
  line-height: 1.7;
}

.tks-landing .tks-case-study-method {
  margin: 12px 0 4px;
  color: var(--tks-landing-muted);
  font-size: 13px;
  line-height: 1.55;
}

/* Case-study results: tidy 2-up grid with a full-width revenue highlight (no orphan). */
.tks-landing .tks-case-study-evidence .tks-stat-strip {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tks-landing .tks-stat-card--feature {
  grid-column: 1 / -1;
}

.tks-landing .tks-stat-card--feature dt {
  font-size: clamp(26px, 4vw, 32px);
}

.tks-landing .tks-stage-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 44px 0 0;
  padding: 0;
  list-style: none;
}

.tks-landing .tks-stage-grid li {
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: 26px;
}

.tks-landing .tks-stage-grid span {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--tks-landing-accent-soft);
  color: var(--tks-landing-accent-dark);
  font-size: 13px;
  font-weight: 850;
}

.tks-landing .tks-stage-grid p {
  margin-bottom: 0;
  color: var(--tks-landing-muted);
  font-size: 16px;
  line-height: 1.65;
}

.tks-landing .tks-safeguard-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1fr);
  gap: 34px;
  align-items: start;
  margin-top: 22px;
  padding: 34px;
  background: #ffffff;
}

.tks-landing .tks-safeguard-panel h3 {
  margin-bottom: 12px;
  font-size: 28px;
}

.tks-landing .tks-safeguard-panel p {
  margin-bottom: 0;
  color: var(--tks-landing-muted);
}

.tks-landing .tks-safeguard-list,
.tks-landing .tks-check-list {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tks-landing .tks-safeguard-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tks-landing .tks-safeguard-list li,
.tks-landing .tks-check-list li {
  position: relative;
  min-width: 0;
  padding-left: 26px;
  color: var(--tks-landing-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.tks-landing .tks-safeguard-list li::before,
.tks-landing .tks-check-list li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--tks-landing-green);
}

.tks-landing .tks-check-list--muted li::before {
  background: var(--tks-landing-border-strong);
}

.tks-landing .tks-pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 42px;
}

.tks-landing .tks-pillar-grid article {
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 100%;
}

.tks-landing .tks-delivery-detail {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 30px;
  align-items: start;
  margin-top: 30px;
  padding: 30px;
  border: 1px solid var(--tks-landing-border);
  border-radius: var(--tks-landing-radius);
  background: #ffffff;
}

.tks-landing .tks-delivery-detail__intro {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 14px;
}

.tks-landing .tks-delivery-detail__intro h3 {
  font-size: 28px;
}

.tks-landing .tks-delivery-detail__intro p {
  margin-bottom: 0;
  color: var(--tks-landing-muted);
  font-size: 16px;
  line-height: 1.65;
}

.tks-landing .tks-delivery-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--tks-landing-border);
  border-radius: var(--tks-landing-radius-sm);
  background: var(--tks-landing-border);
}

.tks-landing .tks-delivery-list article {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 20px;
  background: #fbfaf7;
}

.tks-landing .tks-delivery-list h4 {
  margin: 0;
  color: var(--tks-landing-ink);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.25;
}

.tks-landing .tks-delivery-list p {
  margin-bottom: 0;
  color: var(--tks-landing-muted);
  font-size: 14px;
  line-height: 1.55;
}

.tks-landing .tks-case-study-layout {
  align-items: stretch;
}

.tks-landing .tks-case-study-copy {
  align-content: start;
}

.tks-landing .tks-case-facts {
  display: grid;
  gap: 12px;
}

.tks-landing .tks-case-facts div {
  padding: 18px 0;
  border-top: 1px solid var(--tks-landing-border);
}

.tks-landing .tks-case-facts strong {
  display: block;
  margin-bottom: 6px;
  color: var(--tks-landing-ink);
  font-size: 14px;
  font-weight: 850;
}

.tks-landing .tks-case-facts span {
  color: var(--tks-landing-muted);
  font-size: 16px;
}

.tks-landing blockquote {
  margin: 6px 0 0;
  padding: 22px 24px;
  border-left: 4px solid var(--tks-landing-accent);
  border-radius: 0 var(--tks-landing-radius-sm) var(--tks-landing-radius-sm) 0;
  background: #ffffff;
}

.tks-landing blockquote p {
  color: var(--tks-landing-ink);
  font-size: 20px;
  font-weight: 720;
}

.tks-landing .tks-case-study-evidence {
  display: grid;
  gap: 24px;
  align-content: start;
  padding: 30px;
}

.tks-landing .tks-case-study-evidence > span {
  color: var(--tks-landing-accent-dark);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.tks-landing .tks-results-grid {
  display: grid;
  gap: 14px;
  margin-bottom: 0;
}

.tks-landing .tks-results-grid div {
  padding: 20px;
  border: 1px solid var(--tks-landing-border);
  border-radius: var(--tks-landing-radius-sm);
  background: #fbfaf7;
}

.tks-landing .tks-results-grid dt {
  margin-bottom: 8px;
  color: var(--tks-landing-muted);
  font-size: 13px;
  font-weight: 800;
}

.tks-landing .tks-results-grid dd {
  margin: 0;
  color: var(--tks-landing-ink);
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 850;
  line-height: 1.18;
}

.tks-landing .tks-case-study-verification {
  display: grid;
  gap: 10px;
  padding: 22px;
  border: 1px solid #ddd6fe;
  border-radius: var(--tks-landing-radius-sm);
  background: var(--tks-landing-accent-soft);
}

.tks-landing .tks-case-study-verification strong {
  color: var(--tks-landing-accent-dark);
  font-size: 18px;
  font-weight: 850;
}

.tks-landing .tks-case-study-verification p {
  margin-bottom: 0;
  color: var(--tks-landing-muted);
  font-size: 15px;
  line-height: 1.55;
}

.tks-landing .tks-case-study-meta {
  display: grid;
  gap: 8px;
  padding-top: 2px;
  color: var(--tks-landing-muted);
  font-size: 14px;
  line-height: 1.5;
}

.tks-landing .tks-inline-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0 16px;
  border: 1px solid var(--tks-landing-border-strong);
  background: #ffffff;
  color: var(--tks-landing-ink);
  font-size: 14px;
  font-weight: 800;
}

.tks-landing .tks-inline-link:hover,
.tks-landing .tks-inline-link:focus-visible {
  border-color: var(--tks-landing-accent);
  color: var(--tks-landing-accent-dark);
}

.tks-landing .tks-platform-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(560px, 1.22fr);
  gap: 44px;
  align-items: center;
}

.tks-landing .tks-annotation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-self: stretch;
}

.tks-landing .tks-annotation-grid article {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--tks-landing-border);
  border-radius: var(--tks-landing-radius-sm);
  background: #fbfaf7;
}

.tks-landing .tks-annotation-grid span {
  color: var(--tks-landing-accent-dark);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.tks-landing .tks-annotation-grid strong {
  color: var(--tks-landing-ink);
  font-size: 16px;
  line-height: 1.35;
}

.tks-landing .tks-capability-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.tks-landing .tks-security-note {
  margin: 26px 0 0;
  padding: 18px 22px;
  border: 1px solid var(--tks-landing-border);
  border-radius: var(--tks-landing-radius);
  background: #ffffff;
  color: var(--tks-landing-ink);
  font-size: 15px;
  font-weight: 760;
  line-height: 1.5;
}

.tks-landing .tks-founder-layout {
  align-items: center;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: 72px;
}

.tks-landing .tks-founder-photo {
  position: relative;
  justify-self: start;
  width: 100%;
  max-width: 360px;
  overflow: hidden;
  margin-bottom: 0;
  background: #ffffff;
}

.tks-landing .tks-founder-photo img {
  width: 100%;
  height: 330px;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center 10%;
}

.tks-landing .tks-founder-photo figcaption {
  display: grid;
  gap: 3px;
  padding: 14px 16px;
  background: #ffffff;
  color: var(--tks-landing-ink);
}

.tks-landing .tks-founder-photo strong {
  font-size: 18px;
  font-weight: 850;
}

.tks-landing .tks-founder-photo span {
  color: var(--tks-landing-muted);
  font-size: 14px;
  font-weight: 700;
}

.tks-landing .tks-founder-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tks-landing .tks-landing-section--dark .tks-inline-link {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.tks-landing .tks-fit-grid,
.tks-landing .tks-pricing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 22px;
  margin-top: 40px;
}

.tks-landing .tks-fit-grid article {
  display: grid;
  gap: 18px;
}

.tks-landing .tks-qualification-strip {
  margin: 22px 0 0;
  padding: 18px 22px;
  border: 1px solid var(--tks-landing-border);
  border-radius: var(--tks-landing-radius);
  background: #ffffff;
  color: var(--tks-landing-ink);
  font-size: 16px;
  font-weight: 800;
}

.tks-landing .tks-pricing-card {
  display: grid;
  gap: 28px;
  padding: 34px;
  border-color: rgba(124, 58, 237, 0.24);
}

.tks-landing .tks-pricing-card__price {
  display: grid;
  gap: 8px;
}

.tks-landing .tks-pricing-card__price span {
  color: var(--tks-landing-accent-dark);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.tks-landing .tks-pricing-card__price strong {
  color: var(--tks-landing-ink);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 850;
  line-height: 1.02;
}

.tks-landing .tks-pricing-card__price p {
  max-width: 560px;
  margin-bottom: 0;
  color: var(--tks-landing-muted);
  font-size: 16px;
}

.tks-landing .tks-pricing-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 0;
}

.tks-landing .tks-pricing-facts div {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--tks-landing-border);
  border-radius: var(--tks-landing-radius-sm);
  background: #fbfaf7;
}

.tks-landing .tks-pricing-facts dt {
  color: var(--tks-landing-muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.tks-landing .tks-pricing-facts dd {
  margin: 0;
  color: var(--tks-landing-ink);
  font-size: 17px;
  font-weight: 850;
  line-height: 1.25;
}

.tks-landing .tks-pricing-side {
  display: grid;
  gap: 18px;
}

.tks-landing .tks-pricing-side article {
  display: grid;
  gap: 14px;
  padding: 28px;
}

.tks-landing .tks-pricing-side p {
  margin-bottom: 0;
  color: var(--tks-landing-muted);
}

.tks-landing .tks-pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.tks-landing .tks-pill-grid span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border: 1px solid var(--tks-landing-border);
  border-radius: 999px;
  background: #fbfaf7;
  color: var(--tks-landing-ink);
  font-size: 13px;
  font-weight: 760;
}

.tks-landing .tks-faq-list {
  display: grid;
  gap: 12px;
  margin-top: 38px;
}

.tks-landing .tks-faq-list details {
  overflow: hidden;
}

.tks-landing .tks-faq-list summary {
  position: relative;
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 18px 56px 18px 22px;
  color: var(--tks-landing-ink);
  cursor: pointer;
  font-size: 17px;
  font-weight: 820;
  list-style: none;
}

.tks-landing .tks-faq-list summary::-webkit-details-marker,
.tks-landing .tks-faq-list summary::marker {
  display: none;
  content: "";
}

.tks-landing .tks-faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--tks-landing-accent-soft);
  color: var(--tks-landing-accent-dark);
  transform: translateY(-50%);
  font-weight: 850;
}

.tks-landing .tks-faq-list details[open] summary::after {
  content: "-";
}

.tks-landing .tks-faq-list p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--tks-landing-muted);
  font-size: 16px;
}

.tks-landing .tks-contact-section {
  padding-bottom: 108px;
}

.tks-landing .tks-contact-layout {
  align-items: start;
}

.tks-landing .tks-access-note {
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--tks-landing-radius);
  background: rgba(255, 255, 255, 0.07);
}

.tks-landing .tks-next-steps {
  display: grid;
  gap: 12px;
  padding: 22px;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.tks-landing .tks-next-steps strong {
  font-size: 17px;
  font-weight: 850;
}

.tks-landing .tks-next-steps ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 22px;
  color: var(--tks-landing-muted-light);
  font-size: 15px;
}

.tks-landing .tks-landing-form {
  display: grid;
  gap: 18px;
  padding: 28px;
  color: var(--tks-landing-ink);
}

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

.tks-landing .tks-landing-form label,
.tks-landing .tks-form-optional label {
  display: grid;
  gap: 8px;
  min-width: 0;
  margin: 0;
}

.tks-landing .tks-landing-form label span,
.tks-landing .tks-form-optional summary {
  color: var(--tks-landing-ink);
  font-size: 13px;
  font-weight: 820;
}

.tks-landing .tks-landing-form input,
.tks-landing .tks-landing-form select,
.tks-landing .tks-landing-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--tks-landing-border-strong);
  border-radius: 12px;
  background: #fbfaf7;
  color: var(--tks-landing-ink);
  font: inherit;
  font-size: 16px;
}

.tks-landing .tks-landing-form input,
.tks-landing .tks-landing-form select {
  padding: 0 14px;
}

.tks-landing .tks-landing-form textarea {
  min-height: 132px;
  padding: 12px 14px;
  resize: vertical;
}

.tks-landing .tks-landing-form__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.tks-landing .tks-landing-form__notice {
  margin: 0;
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 740;
}

.tks-landing .tks-landing-form__notice.is-success {
  border: 1px solid rgba(22, 138, 74, 0.22);
  background: #ecfdf3;
  color: var(--tks-landing-green);
}

.tks-landing .tks-landing-form__notice.is-error {
  border: 1px solid rgba(185, 28, 28, 0.22);
  background: #fef2f2;
  color: #991b1b;
}

.tks-landing .tks-landing-form__notice a {
  display: inline-block;
  margin-left: 8px;
  text-decoration: underline;
}

.tks-landing .tks-form-optional {
  border: 1px solid var(--tks-landing-border);
  border-radius: 12px;
  background: #ffffff;
}

.tks-landing .tks-form-optional summary {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  cursor: pointer;
}

.tks-landing .tks-form-optional__body {
  display: grid;
  gap: 14px;
  padding: 0 14px 14px;
}

.tks-landing .tks-landing-form__consent {
  margin: 0;
  color: var(--tks-landing-muted);
  font-size: 13px;
  line-height: 1.55;
}

.tks-landing .tks-landing-form__consent a {
  color: var(--tks-landing-accent-dark);
  font-weight: 800;
  text-decoration: underline;
}

.tks-landing .tks-landing-form .tks-landing-btn {
  width: 100%;
  border-radius: 12px;
  cursor: pointer;
}

.tks-landing .tks-landing-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: start;
  padding: 34px max(24px, calc((100% - var(--tks-landing-max)) / 2));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--tks-landing-navy);
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

.tks-landing .tks-landing-footer span {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-weight: 850;
}

.tks-landing .tks-landing-footer p {
  max-width: 700px;
  margin-bottom: 0;
}

.tks-landing .tks-landing-footer__contact {
  margin-top: 8px;
  color: #ffffff;
  font-weight: 780;
}

.tks-landing .tks-landing-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

@media (max-width: 1180px) {
  .tks-landing .tks-landing-nav {
    display: none;
  }

  .tks-landing .tks-mobile-menu {
    display: block;
  }

  .tks-landing .tks-landing-header {
    grid-template-columns: auto minmax(0, 1fr) auto auto;
  }
}

@media (max-width: 1040px) {
  .tks-landing .tks-landing-hero,
  .tks-landing .tks-platform-layout,
  .tks-landing .tks-remediation-layout,
  .tks-landing .tks-case-study-layout,
  .tks-landing .tks-founder-layout,
  .tks-landing .tks-contact-layout {
    grid-template-columns: 1fr;
  }

  .tks-landing .tks-dashboard-preview--hero {
    max-width: 760px;
  }

  .tks-landing .tks-stage-grid,
  .tks-landing .tks-remediation-grid,
  .tks-landing .tks-capability-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tks-landing .tks-pillar-grid,
  .tks-landing .tks-pricing-layout,
  .tks-landing .tks-fit-grid {
    grid-template-columns: 1fr;
  }

  .tks-landing .tks-safeguard-panel {
    grid-template-columns: 1fr;
  }

  .tks-landing .tks-delivery-detail {
    grid-template-columns: 1fr;
  }

  .tks-landing .tks-delivery-detail__intro {
    position: static;
  }
}

@media (max-width: 760px) {
  .admin-bar .tks-landing .tks-landing-header {
    top: 46px;
  }

  .tks-landing {
    font-size: 16px;
  }

  .tks-landing .tks-landing-header {
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 68px;
    padding: 12px 18px;
  }

  .tks-landing .tks-landing-header__actions {
    display: none;
  }

  .tks-landing .tks-landing-brand__wordmark {
    width: 138px;
  }

  .tks-landing .tks-landing-hero,
  .tks-landing .tks-landing-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tks-landing .tks-landing-hero {
    gap: 38px;
    padding-top: 70px;
    padding-bottom: 94px;
  }

  .tks-landing h1 {
    font-size: 42px;
  }

  .tks-landing .tks-landing-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .tks-landing .tks-landing-section h2 {
    font-size: 34px;
  }

  .tks-landing .tks-landing-hero__lede,
  .tks-landing .tks-section-heading p,
  .tks-landing .tks-contact-copy p,
  .tks-landing .tks-founder-copy p,
  .tks-landing .tks-case-study-copy p {
    font-size: 16px;
  }

  .tks-landing .tks-landing-hero__actions,
  .tks-landing .tks-landing-hero__actions .tks-landing-btn {
    width: 100%;
  }

  .tks-landing .tks-dashboard-preview {
    border-radius: 14px;
  }

  .tks-landing .tks-dashboard-preview--hero,
  .tks-landing .tks-dashboard-preview--platform {
    min-height: 480px;
  }

  .tks-landing .tks-dashboard-preview__labels,
  .tks-landing .tks-dashboard-preview__body {
    min-width: 680px;
  }

  .tks-landing .tks-dashboard-preview__body {
    grid-template-columns: 136px 1fr;
  }

  .tks-landing .tks-dashboard-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tks-landing .tks-dashboard-callouts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tks-landing .tks-dashboard-workspace {
    grid-template-columns: minmax(0, 1fr);
  }

  .tks-landing .tks-trust-strip {
    grid-template-columns: 1fr;
    width: calc(100% - 40px);
  }

  .tks-landing .tks-trust-strip span {
    min-height: 64px;
    border-right: 0;
    border-bottom: 1px solid var(--tks-landing-border);
  }

  .tks-landing .tks-trust-strip span:last-child {
    border-bottom: 0;
  }

  .tks-landing .tks-comparison-table th,
  .tks-landing .tks-comparison-table td {
    padding: 16px;
    font-size: 15px;
  }

  .tks-landing .tks-stage-grid,
  .tks-landing .tks-remediation-grid,
  .tks-landing .tks-capability-row,
  .tks-landing .tks-safeguard-list {
    grid-template-columns: 1fr;
  }

  .tks-landing .tks-safeguard-panel,
  .tks-landing .tks-pricing-card,
  .tks-landing .tks-pricing-side article,
  .tks-landing .tks-case-study-evidence,
  .tks-landing .tks-landing-form {
    padding: 22px;
  }

  .tks-landing .tks-annotation-grid {
    grid-template-columns: 1fr;
  }

  .tks-landing .tks-delivery-list {
    grid-template-columns: 1fr;
  }

  .tks-landing .tks-replace-panel,
  .tks-landing .tks-replace-list {
    grid-template-columns: 1fr;
  }

  .tks-landing .tks-annotation-grid article {
    min-height: auto;
  }

  .tks-landing .tks-landing-form__grid {
    grid-template-columns: 1fr;
  }

  .tks-landing .tks-pricing-facts {
    grid-template-columns: 1fr;
  }

  .tks-landing .tks-sticky-mobile-cta {
    position: fixed;
    right: 16px;
    bottom: 16px;
    left: 16px;
    z-index: 110;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: var(--tks-landing-accent);
    color: #ffffff;
    font-size: 14px;
    font-weight: 850;
    box-shadow: 0 18px 44px rgba(30, 37, 49, 0.24);
  }

  .tks-landing .tks-contact-section {
    padding-bottom: 122px;
  }

  .tks-landing .tks-landing-footer {
    grid-template-columns: 1fr;
    padding: 30px 20px 88px;
  }

  .tks-landing .tks-landing-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .tks-landing .tks-landing-brand__wordmark {
    width: 126px;
  }

  .tks-landing h1 {
    font-size: 38px;
  }

  .tks-landing .tks-landing-section h2 {
    font-size: 30px;
  }

  .tks-landing .tks-hero-trust-line span {
    width: 100%;
  }

  .tks-landing .tks-results-grid dd {
    font-size: 26px;
  }

  .tks-landing .tks-case-study-evidence .tks-stat-strip {
    grid-template-columns: 1fr;
  }
}

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