.tks-landing,
.tks-landing * {
  box-sizing: border-box;
}

.tks-landing-body {
  margin: 0;
  background: #090d16;
}

.tks-landing {
  --tks-landing-font: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Inter, Roboto, "Helvetica Neue", Arial, sans-serif;
  --tks-landing-bg: #090d16;
  --tks-landing-bg-soft: #0d1422;
  --tks-landing-panel: #101725;
  --tks-landing-panel-2: #151f31;
  --tks-landing-panel-3: #1a2435;
  --tks-landing-light: #f7f9fc;
  --tks-landing-light-panel: #ffffff;
  --tks-landing-ink: #f8fafc;
  --tks-landing-ink-dark: #0f172a;
  --tks-landing-muted: #9aa7bb;
  --tks-landing-muted-2: #cbd5e1;
  --tks-landing-muted-dark: #546174;
  --tks-landing-border: rgba(148, 163, 184, 0.16);
  --tks-landing-border-strong: rgba(148, 163, 184, 0.28);
  --tks-landing-border-light: #e2e8f0;
  --tks-landing-accent: #7c3aed;
  --tks-landing-accent-2: #6b21a8;
  --tks-landing-cyan: #22d3ee;
  --tks-landing-green: #22c55e;
  --tks-landing-amber: #f59e0b;
  --tks-landing-max: 1200px;
  --tks-landing-radius: 8px;
  --tks-landing-radius-lg: 12px;
  --tks-landing-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
  --tks-landing-shadow-soft: 0 20px 54px rgba(15, 23, 42, 0.1);
  min-height: 100vh;
  overflow-x: clip;
  overflow-y: visible;
  background:
    radial-gradient(circle at 16% 0%, rgba(124, 58, 237, 0.22), transparent 34rem),
    radial-gradient(circle at 82% 8%, rgba(34, 211, 238, 0.14), transparent 32rem),
    var(--tks-landing-bg);
  color: var(--tks-landing-ink);
  font-family: var(--tks-landing-font);
  line-height: 1.6;
  letter-spacing: 0;
}

.tks-landing a {
  color: inherit;
  text-decoration: none;
}

.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 {
  margin-top: 0;
}

.tks-landing .tks-landing-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  width: min(var(--tks-landing-max), calc(100% - 48px));
  min-height: 72px;
  margin: 0 auto;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(9, 13, 22, 0.82);
  backdrop-filter: blur(18px);
}

.admin-bar .tks-landing .tks-landing-header {
  top: 32px;
}

.tks-landing .tks-landing-brand,
.tks-landing .tks-landing-nav,
.tks-landing .tks-landing-header__cta,
.tks-landing .tks-landing-btn {
  display: inline-flex;
  align-items: center;
}

.tks-landing .tks-mobile-menu {
  display: none;
}

.tks-landing .tks-landing-brand {
  gap: 10px;
  justify-self: start;
  min-width: 0;
}

.tks-landing .tks-landing-brand__mark {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--tks-landing-radius);
  background: linear-gradient(135deg, var(--tks-landing-accent), #28184d);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(124, 58, 237, 0.24);
}

.tks-landing .tks-landing-brand__mark svg,
.tks-landing .tks-product-mockup__logo svg {
  width: 19px;
  height: 19px;
  display: block;
  fill: currentColor;
}

.tks-landing .tks-landing-brand__wordmark {
  width: 160px;
  height: auto;
}

.tks-landing .tks-landing-nav {
  justify-content: center;
  gap: 24px;
  color: rgba(248, 250, 252, 0.68);
  font-size: 13px;
  font-weight: 700;
}

.tks-landing .tks-landing-nav a,
.tks-landing .tks-landing-header__cta,
.tks-landing .tks-landing-btn {
  border-radius: var(--tks-landing-radius);
  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, box-shadow 0.18s ease;
}

.tks-landing .tks-landing-nav a:hover,
.tks-landing .tks-landing-nav a:focus-visible {
  color: #ffffff;
  outline: none;
}

.tks-landing .tks-landing-header__cta {
  justify-self: end;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(167, 139, 250, 0.38);
  background: rgba(124, 58, 237, 0.94);
  color: #ffffff;
  font-size: 13px;
  font-weight: 780;
  box-shadow: 0 14px 34px rgba(124, 58, 237, 0.26);
}

.tks-landing .tks-landing-header__cta:hover,
.tks-landing .tks-landing-header__cta:focus-visible,
.tks-landing .tks-landing-btn:hover,
.tks-landing .tks-landing-btn:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.tks-landing .tks-mobile-menu {
  position: relative;
  justify-self: end;
}

.tks-landing .tks-mobile-menu summary {
  -webkit-appearance: none;
  appearance: none;
  width: 42px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: var(--tks-landing-radius);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  cursor: pointer;
  list-style: none;
}

.tks-landing .tks-mobile-menu summary::-webkit-details-marker {
  display: none;
}

.tks-landing .tks-mobile-menu summary::marker {
  content: "";
}

.tks-landing .tks-mobile-menu summary:focus-visible {
  outline: 2px solid rgba(34, 211, 238, 0.8);
  outline-offset: 3px;
}

.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(282px, calc(100vw - 32px));
  padding: 10px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: var(--tks-landing-radius-lg);
  background: rgba(9, 13, 22, 0.96);
  box-shadow: var(--tks-landing-shadow);
  backdrop-filter: blur(18px);
}

.tks-landing .tks-mobile-menu__nav a {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border-radius: var(--tks-landing-radius);
  color: rgba(248, 250, 252, 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(124, 58, 237, 0.18);
  color: #ffffff;
  outline: none;
}

.tks-landing .tks-landing-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(500px, 0.88fr);
  align-items: center;
  gap: 48px;
  width: min(var(--tks-landing-max), calc(100% - 48px));
  margin: 0 auto;
  padding: 92px 0 110px;
}

.tks-landing .tks-landing-hero::before {
  content: "";
  position: absolute;
  inset: 7% -8% auto 42%;
  height: 540px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.2), transparent 66%);
  filter: blur(14px);
}

.tks-landing .tks-landing-hero__copy,
.tks-landing .tks-section-heading,
.tks-landing .tks-contact-copy {
  display: grid;
  gap: 20px;
  min-width: 0;
}

.tks-landing .tks-landing-eyebrow {
  margin-bottom: 0;
  color: var(--tks-landing-cyan);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tks-landing h1,
.tks-landing .tks-landing-section h2 {
  margin-bottom: 0;
  font-weight: 800;
  letter-spacing: 0;
  text-wrap: balance;
}

.tks-landing h1 {
  max-width: 720px;
  font-size: 50px;
  line-height: 1.05;
}

.tks-landing .tks-landing-section h2 {
  max-width: 840px;
  color: inherit;
  font-size: 44px;
  line-height: 1.1;
}

.tks-landing .tks-landing-hero__lede,
.tks-landing .tks-section-heading p,
.tks-landing .tks-contact-copy p {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--tks-landing-muted-2);
  font-size: 18px;
  line-height: 1.62;
}

.tks-landing .tks-landing-section--light .tks-section-heading p,
.tks-landing .tks-landing-section--light p,
.tks-landing .tks-use-cases-section p {
  color: var(--tks-landing-muted-dark);
}

.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 20px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 780;
  text-align: center;
}

.tks-landing .tks-landing-btn--primary {
  border-color: rgba(167, 139, 250, 0.42);
  background: linear-gradient(135deg, #8b5cf6, var(--tks-landing-accent));
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(124, 58, 237, 0.34);
}

.tks-landing .tks-landing-btn--primary::after {
  content: "->";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin-left: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 12px;
  font-weight: 820;
}

.tks-landing .tks-landing-btn--secondary {
  border-color: rgba(148, 163, 184, 0.28);
  background: rgba(255, 255, 255, 0.06);
  color: #e5edf8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.tks-landing .tks-landing-metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 720px;
  margin-bottom: 0;
}

.tks-landing .tks-landing-metric-grid div,
.tks-landing .tks-product-panel,
.tks-landing .tks-cost-card,
.tks-landing .tks-managed-savings-card,
.tks-landing .tks-savings-compare article,
.tks-landing .tks-savings-model article,
.tks-landing .tks-platform-map__center,
.tks-landing .tks-platform-node-grid article,
.tks-landing .tks-feature-grid article,
.tks-landing .tks-workflow-timeline li,
.tks-landing .tks-rule-builder,
.tks-landing .tks-automation-cards article,
.tks-landing .tks-ads-table,
.tks-landing .tks-report-card,
.tks-landing .tks-report-checklist,
.tks-landing .tks-use-case-grid article,
.tks-landing .tks-contact-panel,
.tks-landing .tks-landing-form {
  border-radius: var(--tks-landing-radius);
}

.tks-landing .tks-landing-metric-grid div {
  position: relative;
  padding: 15px 16px 15px 36px;
  border: 1px solid var(--tks-landing-border);
  background: rgba(255, 255, 255, 0.045);
}

.tks-landing .tks-landing-metric-grid div::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 16px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--tks-landing-cyan);
  box-shadow: 0 0 0 6px rgba(34, 211, 238, 0.12);
}

.tks-landing .tks-landing-metric-grid dt {
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.tks-landing .tks-landing-metric-grid dd {
  margin-left: 0;
  margin-inline-start: 0;
  margin-bottom: 0;
  color: var(--tks-landing-muted);
  font-size: 13px;
  line-height: 1.45;
}

.tks-landing .tks-product-mockup {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  min-height: 494px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: var(--tks-landing-radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 42%),
    #0f1522;
  box-shadow: var(--tks-landing-shadow), 0 0 84px rgba(124, 58, 237, 0.18);
}

.tks-landing .tks-product-mockup__sidebar {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
  padding: 20px 14px;
  border-right: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(6, 10, 18, 0.46);
}

.tks-landing .tks-product-mockup__logo {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  border-radius: var(--tks-landing-radius);
  background: linear-gradient(135deg, var(--tks-landing-accent), #28184d);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(124, 58, 237, 0.22);
}

.tks-landing .tks-product-mockup__sidebar span:not(.tks-product-mockup__logo) {
  min-height: 34px;
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 0 10px;
  border-radius: var(--tks-landing-radius);
  color: rgba(248, 250, 252, 0.66);
  font-size: 12px;
  font-weight: 720;
}

.tks-landing .tks-product-mockup__sidebar span.is-active {
  background: rgba(124, 58, 237, 0.2);
  color: #ffffff;
  box-shadow: inset 3px 0 0 var(--tks-landing-accent);
}

.tks-landing .tks-product-mockup__main {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  gap: 12px;
  min-width: 0;
  padding: 16px;
}

.tks-landing .tks-product-mockup__topbar,
.tks-landing .tks-product-panel__header,
.tks-landing .tks-ads-table__header,
.tks-landing .tks-report-card__header,
.tks-landing .tks-rule-builder__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.tks-landing .tks-product-mockup__topbar strong,
.tks-landing .tks-product-panel__header strong,
.tks-landing .tks-report-card__header strong,
.tks-landing .tks-rule-builder__header strong {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
}

.tks-landing .tks-product-mockup__topbar span,
.tks-landing .tks-product-panel__header span,
.tks-landing .tks-product-mockup__metrics span,
.tks-landing .tks-rule-builder__header span {
  color: var(--tks-landing-muted);
  font-size: 12px;
}

.tks-landing .tks-product-mockup__topbar > div:first-child {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.tks-landing .tks-status-chip,
.tks-landing .tks-workflow-line span,
.tks-landing .tks-security-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 780;
  line-height: 1;
  white-space: nowrap;
}

.tks-landing .tks-status-chip {
  padding: 0 9px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  color: #dbe6f5;
}

.tks-landing .tks-status-chip.is-live {
  border-color: rgba(34, 197, 94, 0.34);
  background: rgba(34, 197, 94, 0.12);
  color: #bbf7d0;
}

.tks-landing .tks-status-chip.is-review {
  border-color: rgba(245, 158, 11, 0.36);
  background: rgba(245, 158, 11, 0.12);
  color: #fde68a;
}

.tks-landing .tks-product-mockup__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.tks-landing .tks-product-mockup__metrics article {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 13px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: var(--tks-landing-radius);
  background: rgba(255, 255, 255, 0.042);
}

.tks-landing .tks-product-mockup__metrics strong {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.05;
}

.tks-landing .tks-product-mockup__workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(238px, 0.6fr);
  gap: 14px;
  min-height: 0;
}

.tks-landing .tks-product-panel {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(255, 255, 255, 0.042);
}

.tks-landing .tks-product-panel--chart {
  display: grid;
  gap: 10px;
}

.tks-landing .tks-line-chart,
.tks-landing .tks-report-graph {
  position: relative;
  min-height: 116px;
  overflow: hidden;
  border-radius: var(--tks-landing-radius);
  background:
    linear-gradient(rgba(148, 163, 184, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(34, 211, 238, 0.08), rgba(124, 58, 237, 0.08));
  background-size: 100% 50px, 72px 100%, 100% 100%;
}

.tks-landing .tks-line-chart__path,
.tks-landing .tks-report-graph__line {
  position: absolute;
  left: 9%;
  right: 7%;
  bottom: 24%;
  height: 47%;
  border-bottom: 4px solid var(--tks-landing-cyan);
  border-right: 4px solid var(--tks-landing-cyan);
  border-radius: 0 0 42px 0;
  transform: skew(-18deg);
  box-shadow: 0 10px 28px rgba(34, 211, 238, 0.2);
}

.tks-landing .tks-line-chart__point {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 0 5px rgba(34, 211, 238, 0.2);
}

.tks-landing .tks-line-chart__point--one {
  left: 22%;
  bottom: 40%;
}

.tks-landing .tks-line-chart__point--two {
  left: 52%;
  bottom: 54%;
}

.tks-landing .tks-line-chart__point--three {
  right: 13%;
  bottom: 68%;
}

.tks-landing .tks-live-queue {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tks-landing .tks-live-queue li {
  position: relative;
  min-height: 38px;
  padding: 10px 11px 10px 30px;
  border: 1px solid rgba(148, 163, 184, 0.12);
  border-radius: var(--tks-landing-radius);
  background: rgba(255, 255, 255, 0.046);
  color: #e2e8f0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.tks-landing .tks-live-queue li::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 13px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--tks-landing-amber);
}

.tks-landing .tks-workflow-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 2px;
}

.tks-landing .tks-workflow-line span {
  flex: 1 1 auto;
  min-width: 62px;
  padding: 0 10px;
  border: 1px solid rgba(34, 211, 238, 0.18);
  background: rgba(34, 211, 238, 0.07);
  color: #cffafe;
}

.tks-landing .tks-landing-section {
  width: min(var(--tks-landing-max), calc(100% - 48px));
  margin: 0 auto;
  padding: 96px 0;
}

.tks-landing .tks-landing-section--light {
  width: 100%;
  max-width: none;
  padding: 96px max(24px, calc((100% - var(--tks-landing-max)) / 2));
  background: var(--tks-landing-light);
  color: var(--tks-landing-ink-dark);
}

.tks-landing .tks-section-heading {
  max-width: 850px;
  margin-bottom: 34px;
}

.tks-landing .tks-landing-section--light .tks-landing-eyebrow {
  color: var(--tks-landing-accent);
}

.tks-landing .tks-before-after {
  display: grid;
  gap: 22px;
  margin-top: 24px;
}

.tks-landing .tks-cost-savings {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 24px;
  align-items: stretch;
}

.tks-landing .tks-cost-card,
.tks-landing .tks-managed-savings-card {
  min-width: 0;
  padding: 30px;
  box-shadow: var(--tks-landing-shadow-soft);
}

.tks-landing .tks-cost-card {
  border: 1px solid rgba(148, 163, 184, 0.18);
  background:
    radial-gradient(circle at 85% 10%, rgba(34, 211, 238, 0.16), transparent 34%),
    linear-gradient(145deg, #101725, #0c111d);
  color: #ffffff;
}

.tks-landing .tks-cost-card__header {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}

.tks-landing .tks-cost-card__header > span,
.tks-landing .tks-managed-savings-card > span {
  color: var(--tks-landing-cyan);
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
}

.tks-landing .tks-cost-card__header strong {
  color: #ffffff;
  font-size: 48px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1;
}

.tks-landing .tks-cost-card p,
.tks-landing .tks-managed-savings-card p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.6;
}

.tks-landing .tks-cost-card p {
  color: var(--tks-landing-muted-2);
}

.tks-landing .tks-cost-table {
  display: grid;
  gap: 8px;
}

.tks-landing .tks-cost-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 12px 0;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
  color: #dbe6f5;
  font-size: 14px;
}

.tks-landing .tks-cost-row strong {
  color: #ffffff;
  font-size: 14px;
  white-space: nowrap;
}

.tks-landing .tks-managed-savings-card {
  display: grid;
  align-content: start;
  gap: 16px;
  border: 1px solid rgba(124, 58, 237, 0.18);
  background:
    radial-gradient(circle at 90% 0%, rgba(124, 58, 237, 0.1), transparent 34%),
    #ffffff;
}

.tks-landing .tks-managed-savings-card > span {
  color: var(--tks-landing-accent);
}

.tks-landing .tks-managed-savings-card h3 {
  margin-bottom: 0;
  color: var(--tks-landing-ink-dark);
  font-size: 28px;
  font-weight: 820;
  line-height: 1.15;
}

.tks-landing .tks-managed-savings-card p {
  color: var(--tks-landing-muted-dark);
}

.tks-landing .tks-cost-note {
  padding: 14px 16px;
  border: 1px solid rgba(34, 197, 94, 0.18);
  border-radius: var(--tks-landing-radius);
  background: rgba(34, 197, 94, 0.08);
  color: #166534;
  font-size: 14px;
  font-weight: 760;
  line-height: 1.5;
}

.tks-landing .tks-savings-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.tks-landing .tks-savings-compare article,
.tks-landing .tks-savings-model article,
.tks-landing .tks-feature-grid article,
.tks-landing .tks-workflow-timeline li,
.tks-landing .tks-report-checklist,
.tks-landing .tks-use-case-grid article,
.tks-landing .tks-landing-form {
  border: 1px solid var(--tks-landing-border-light);
  background: var(--tks-landing-light-panel);
  box-shadow: var(--tks-landing-shadow-soft);
}

.tks-landing .tks-savings-compare article {
  padding: 28px;
}

.tks-landing .tks-savings-compare h3,
.tks-landing .tks-savings-model h3,
.tks-landing .tks-feature-grid h3,
.tks-landing .tks-workflow-timeline strong,
.tks-landing .tks-automation-cards h3,
.tks-landing .tks-ads-table h3,
.tks-landing .tks-report-checklist h3,
.tks-landing .tks-use-case-grid h3,
.tks-landing .tks-contact-panel strong {
  margin-bottom: 10px;
  color: inherit;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}

.tks-landing .tks-check-list {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tks-landing .tks-check-list li {
  position: relative;
  padding-left: 25px;
  color: inherit;
  font-size: 15px;
}

.tks-landing .tks-check-list li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--tks-landing-green);
  box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.12);
}

.tks-landing .tks-check-list--muted li::before {
  background: #94a3b8;
  box-shadow: 0 0 0 5px rgba(148, 163, 184, 0.14);
}

.tks-landing .tks-savings-model {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.tks-landing .tks-savings-model article {
  padding: 24px;
}

.tks-landing .tks-savings-model p,
.tks-landing .tks-feature-grid p,
.tks-landing .tks-workflow-timeline p,
.tks-landing .tks-automation-cards p,
.tks-landing .tks-ads-table p,
.tks-landing .tks-use-case-grid p,
.tks-landing .tks-contact-panel span {
  margin-bottom: 0;
  color: var(--tks-landing-muted-dark);
  font-size: 15px;
  line-height: 1.6;
}

.tks-landing .tks-platform-section {
  position: relative;
}

.tks-landing .tks-platform-map {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1.26fr);
  gap: 24px;
  align-items: stretch;
}

.tks-landing .tks-platform-map__center {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 16px;
  min-height: 360px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background:
    radial-gradient(circle at 70% 22%, rgba(34, 211, 238, 0.16), transparent 38%),
    linear-gradient(145deg, rgba(124, 58, 237, 0.18), rgba(255, 255, 255, 0.04)),
    var(--tks-landing-panel);
  box-shadow: var(--tks-landing-shadow);
}

.tks-landing .tks-platform-map__center strong {
  color: #ffffff;
  font-size: 28px;
  line-height: 1.12;
}

.tks-landing .tks-platform-map__center em {
  color: var(--tks-landing-muted-2);
  font-size: 15px;
  font-style: normal;
}

.tks-landing .tks-platform-node-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.tks-landing .tks-platform-node-grid article {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--tks-landing-border);
  background: rgba(255, 255, 255, 0.045);
}

.tks-landing .tks-platform-node__badge,
.tks-landing .tks-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border-radius: var(--tks-landing-radius);
  background: rgba(124, 58, 237, 0.16);
  color: #ddd6fe;
  font-size: 11px;
  font-weight: 820;
}

.tks-landing .tks-platform-node-grid h3 {
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.25;
}

.tks-landing .tks-platform-node-grid p {
  margin-bottom: 0;
  color: var(--tks-landing-muted);
  font-size: 14px;
  line-height: 1.5;
}

.tks-landing .tks-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.tks-landing .tks-feature-grid article {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 380px;
  padding: 28px;
}

.tks-landing .tks-feature-icon {
  margin-bottom: 2px;
  background: rgba(124, 58, 237, 0.1);
  color: var(--tks-landing-accent);
}

.tks-landing .tks-feature-grid p {
  font-size: 15px;
  line-height: 1.65;
}

.tks-landing .tks-workflow-timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tks-landing .tks-workflow-timeline li {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 24px;
  border-color: rgba(148, 163, 184, 0.16);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: none;
}

.tks-landing .tks-workflow-timeline span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.1);
  color: #a5f3fc;
  font-size: 12px;
  font-weight: 820;
}

.tks-landing .tks-workflow-timeline strong {
  display: block;
  margin-bottom: 0;
  color: #ffffff;
}

.tks-landing .tks-workflow-timeline p,
.tks-landing .tks-technical-note {
  color: var(--tks-landing-muted);
}

.tks-landing .tks-technical-note {
  max-width: 720px;
  margin: 22px 0 0;
  padding: 16px 18px;
  border: 1px solid rgba(34, 211, 238, 0.18);
  border-radius: var(--tks-landing-radius);
  background: rgba(34, 211, 238, 0.06);
  font-size: 15px;
}

.tks-landing .tks-automation-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
  gap: 24px;
  align-items: start;
}

.tks-landing .tks-rule-builder,
.tks-landing .tks-ads-table {
  border: 1px solid #dbe4ef;
  background: #ffffff;
  box-shadow: var(--tks-landing-shadow-soft);
}

.tks-landing .tks-rule-builder {
  display: grid;
  gap: 18px;
  padding: 28px;
}

.tks-landing .tks-rule-builder__header {
  align-items: flex-start;
  padding-bottom: 18px;
  border-bottom: 1px solid #e2e8f0;
}

.tks-landing .tks-rule-builder__header span,
.tks-landing .tks-rule-builder__section > span {
  color: var(--tks-landing-accent);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tks-landing .tks-rule-builder__header strong {
  display: block;
  margin-top: 4px;
  color: var(--tks-landing-ink-dark);
  font-size: 23px;
}

.tks-landing .tks-rule-builder__section {
  display: grid;
  gap: 10px;
}

.tks-landing .tks-rule-builder__section ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tks-landing .tks-rule-builder__section li {
  padding: 11px 13px;
  border: 1px solid #e2e8f0;
  border-radius: var(--tks-landing-radius);
  background: #f8fafc;
  color: #334155;
  font-size: 14px;
  font-weight: 700;
}

.tks-landing .tks-rule-builder__section--guardrails {
  padding-top: 4px;
}

.tks-landing .tks-rule-builder__caps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.tks-landing .tks-rule-builder__caps strong {
  padding: 10px 12px;
  border: 1px solid rgba(34, 197, 94, 0.24);
  border-radius: var(--tks-landing-radius);
  background: rgba(34, 197, 94, 0.08);
  color: #166534;
  font-size: 13px;
}

.tks-landing .tks-automation-side {
  display: grid;
  gap: 16px;
}

.tks-landing .tks-automation-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.tks-landing .tks-automation-cards article {
  padding: 22px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
}

.tks-landing .tks-ads-table {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.tks-landing .tks-ads-table__header h3 {
  margin-bottom: 0;
}

.tks-landing .tks-ads-table__header span {
  flex: 0 0 auto;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(124, 58, 237, 0.08);
  color: var(--tks-landing-accent);
  font-size: 12px;
  font-weight: 780;
}

.tks-landing .tks-ads-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px 72px;
  gap: 12px;
  align-items: center;
  padding: 11px 0;
  border-top: 1px solid #e2e8f0;
  color: #475569;
  font-size: 13px;
}

.tks-landing .tks-ads-row--head {
  color: #64748b;
  font-size: 11px;
  font-weight: 820;
  text-transform: uppercase;
}

.tks-landing .tks-ads-row strong {
  justify-self: start;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.12);
  color: #92400e;
  font-size: 12px;
}

.tks-landing .tks-report-preview {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  gap: 24px;
  align-items: stretch;
}

.tks-landing .tks-report-card {
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 40%),
    var(--tks-landing-panel);
  box-shadow: var(--tks-landing-shadow);
}

.tks-landing .tks-report-card__header span {
  display: block;
  margin-bottom: 4px;
  color: var(--tks-landing-cyan);
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
}

.tks-landing .tks-report-card__header a {
  flex: 0 0 auto;
  padding: 9px 12px;
  border: 1px solid rgba(34, 211, 238, 0.24);
  border-radius: 999px;
  color: #cffafe;
  font-size: 12px;
  font-weight: 780;
}

.tks-landing .tks-report-graph {
  min-height: 210px;
}

.tks-landing .tks-report-card__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.tks-landing .tks-report-card__grid span {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: var(--tks-landing-radius);
  background: rgba(255, 255, 255, 0.046);
  color: #dbe6f5;
  font-size: 12px;
  font-weight: 720;
}

.tks-landing .tks-report-checklist {
  padding: 28px;
  background: rgba(255, 255, 255, 0.046);
  border-color: rgba(148, 163, 184, 0.16);
  box-shadow: none;
}

.tks-landing .tks-report-checklist h3 {
  color: #ffffff;
}

.tks-landing .tks-report-checklist .tks-check-list li {
  color: var(--tks-landing-muted-2);
}

.tks-landing .tks-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.tks-landing .tks-trust-grid span {
  min-height: 62px;
  display: flex;
  align-items: center;
  padding: 16px;
  border: 1px solid #e2e8f0;
  border-radius: var(--tks-landing-radius);
  background: #ffffff;
  color: #243244;
  font-size: 14px;
  font-weight: 720;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.tks-landing .tks-security-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.tks-landing .tks-security-row span {
  padding: 0 11px;
  border: 1px solid #dbe4ef;
  background: #eef2ff;
  color: #4338ca;
}

.tks-landing .tks-use-case-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.tks-landing .tks-use-case-grid article {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 284px;
  padding: 24px;
  border-color: rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: none;
}

.tks-landing .tks-use-case-grid h3 {
  color: #ffffff;
}

.tks-landing .tks-use-case-grid p {
  color: var(--tks-landing-muted-2);
}

.tks-landing .tks-use-case-grid ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: var(--tks-landing-muted);
  font-size: 13px;
}

.tks-landing .tks-contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  gap: 48px;
  align-items: start;
}

.tks-landing .tks-contact-panel {
  display: grid;
  gap: 6px;
  max-width: 460px;
  padding: 22px;
  border: 1px solid rgba(34, 211, 238, 0.18);
  background: rgba(34, 211, 238, 0.06);
}

.tks-landing .tks-contact-panel strong {
  margin-bottom: 0;
  color: #ffffff;
}

.tks-landing .tks-contact-panel span {
  color: var(--tks-landing-muted-2);
}

.tks-landing .tks-landing-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border-color: rgba(148, 163, 184, 0.16);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: var(--tks-landing-shadow);
}

.tks-landing .tks-landing-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tks-landing .tks-landing-form label {
  display: grid;
  gap: 7px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 760;
}

.tks-landing .tks-landing-form input,
.tks-landing .tks-landing-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: var(--tks-landing-radius);
  background: rgba(15, 23, 42, 0.56);
  color: #ffffff;
  font: inherit;
  font-size: 15px;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.tks-landing .tks-landing-form input {
  min-height: 46px;
  padding: 0 13px;
}

.tks-landing .tks-landing-form textarea {
  min-height: 132px;
  padding: 13px;
  resize: vertical;
}

.tks-landing .tks-landing-form input:focus,
.tks-landing .tks-landing-form textarea:focus {
  border-color: rgba(34, 211, 238, 0.56);
  background: rgba(15, 23, 42, 0.78);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.12);
}

.tks-landing .tks-landing-form__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.tks-landing .tks-landing-form__notice {
  margin-bottom: 0;
  padding: 12px 14px;
  border-radius: var(--tks-landing-radius);
  font-size: 14px;
  font-weight: 760;
}

.tks-landing .tks-landing-form__notice.is-success {
  border: 1px solid rgba(34, 197, 94, 0.34);
  background: rgba(34, 197, 94, 0.12);
  color: #bbf7d0;
}

.tks-landing .tks-landing-form__notice.is-error {
  border: 1px solid rgba(248, 113, 113, 0.34);
  background: rgba(248, 113, 113, 0.12);
  color: #fecaca;
}

.tks-landing .tks-landing-form .tks-landing-btn {
  width: fit-content;
  min-width: 184px;
}

.tks-landing .tks-landing-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(var(--tks-landing-max), calc(100% - 48px));
  margin: 0 auto;
  padding: 34px 0 42px;
  border-top: 1px solid rgba(148, 163, 184, 0.14);
  color: var(--tks-landing-muted);
  font-size: 13px;
}

.tks-landing .tks-landing-footer span {
  color: #ffffff;
  font-weight: 800;
}

.tks-landing .tks-landing-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.tks-landing .tks-landing-footer a:hover,
.tks-landing .tks-landing-footer a:focus-visible {
  color: #ffffff;
  outline: none;
}

@media (max-width: 1040px) {
  .tks-landing .tks-landing-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  .tks-landing .tks-landing-nav {
    display: none;
  }

  .tks-landing .tks-mobile-menu {
    display: block;
  }

  .tks-landing .tks-landing-hero {
    grid-template-columns: 1fr;
    padding: 76px 0 88px;
  }

  .tks-landing h1 {
    max-width: 760px;
    font-size: 46px;
  }

  .tks-landing .tks-landing-section h2 {
    font-size: 36px;
  }

  .tks-landing .tks-product-mockup {
    min-height: 470px;
  }

  .tks-landing .tks-landing-section,
  .tks-landing .tks-landing-section--light {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .tks-landing .tks-platform-map,
  .tks-landing .tks-cost-savings,
  .tks-landing .tks-automation-grid,
  .tks-landing .tks-report-preview,
  .tks-landing .tks-contact-section {
    grid-template-columns: 1fr;
  }

  .tks-landing .tks-platform-map__center {
    min-height: 260px;
  }

  .tks-landing .tks-feature-grid,
  .tks-landing .tks-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tks-landing .tks-workflow-timeline {
    grid-template-columns: 1fr;
  }

  .tks-landing .tks-workflow-timeline li {
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: start;
  }

  .tks-landing .tks-workflow-timeline li p {
    grid-column: 2;
  }

  .tks-landing .tks-use-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .tks-landing .tks-landing-header,
  .tks-landing .tks-landing-hero,
  .tks-landing .tks-landing-section,
  .tks-landing .tks-landing-footer {
    width: min(100% - 32px, var(--tks-landing-max));
  }

  .tks-landing .tks-landing-header {
    min-height: 66px;
    gap: 10px;
    padding: 12px;
  }

  .tks-landing .tks-landing-brand__wordmark {
    width: 132px;
  }

  .tks-landing .tks-landing-header__cta {
    min-height: 38px;
    padding: 0 12px;
    font-size: 12px;
  }

  .tks-landing .tks-landing-hero {
    gap: 36px;
    padding: 56px 0 64px;
  }

  .tks-landing h1 {
    font-size: 38px;
    line-height: 1.07;
  }

  .tks-landing .tks-landing-section h2 {
    font-size: 30px;
    line-height: 1.12;
  }

  .tks-landing .tks-landing-hero__lede,
  .tks-landing .tks-section-heading p,
  .tks-landing .tks-contact-copy p {
    font-size: 16px;
  }

  .tks-landing .tks-landing-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tks-landing .tks-landing-btn,
  .tks-landing .tks-landing-form .tks-landing-btn {
    width: 100%;
  }

  .tks-landing .tks-product-mockup {
    grid-template-columns: 54px minmax(0, 1fr);
    min-height: auto;
  }

  .tks-landing .tks-product-mockup__sidebar {
    gap: 10px;
    padding: 16px 10px;
  }

  .tks-landing .tks-product-mockup__sidebar span:not(.tks-product-mockup__logo) {
    width: 32px;
    height: 32px;
    min-height: 32px;
    padding: 0;
    overflow: hidden;
    color: transparent;
  }

  .tks-landing .tks-product-mockup__sidebar span:not(.tks-product-mockup__logo)::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(248, 250, 252, 0.46);
  }

  .tks-landing .tks-product-mockup__sidebar span.is-active::before {
    background: #ffffff;
  }

  .tks-landing .tks-product-mockup__logo {
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
  }

  .tks-landing .tks-product-mockup__main {
    grid-template-rows: auto auto auto auto;
    padding: 16px;
  }

  .tks-landing .tks-product-mockup__topbar {
    align-items: flex-start;
  }

  .tks-landing .tks-product-mockup__metrics {
    grid-template-columns: 1fr;
  }

  .tks-landing .tks-product-mockup__workspace {
    grid-template-columns: 1fr;
  }

  .tks-landing .tks-line-chart {
    min-height: 150px;
  }

  .tks-landing .tks-workflow-line span {
    flex-basis: calc(50% - 4px);
  }

  .tks-landing .tks-landing-section,
  .tks-landing .tks-landing-section--light {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .tks-landing .tks-landing-section--light {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tks-landing .tks-section-heading {
    margin-bottom: 26px;
  }

  .tks-landing .tks-savings-compare,
  .tks-landing .tks-savings-model,
  .tks-landing .tks-cost-savings,
  .tks-landing .tks-landing-metric-grid,
  .tks-landing .tks-platform-node-grid,
  .tks-landing .tks-feature-grid,
  .tks-landing .tks-automation-cards,
  .tks-landing .tks-report-card__grid,
  .tks-landing .tks-trust-grid,
  .tks-landing .tks-use-case-grid,
  .tks-landing .tks-landing-form__grid {
    grid-template-columns: 1fr;
  }

  .tks-landing .tks-feature-grid article,
  .tks-landing .tks-use-case-grid article {
    min-height: auto;
  }

  .tks-landing .tks-cost-card__header strong {
    font-size: 38px;
  }

  .tks-landing .tks-cost-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .tks-landing .tks-rule-builder__caps {
    grid-template-columns: 1fr;
  }

  .tks-landing .tks-ads-row {
    grid-template-columns: minmax(0, 1fr) 78px 66px;
    gap: 8px;
    font-size: 12px;
  }

  .tks-landing .tks-report-card,
  .tks-landing .tks-report-checklist,
  .tks-landing .tks-landing-form {
    padding: 22px;
  }

  .tks-landing .tks-contact-section {
    gap: 30px;
  }

  .tks-landing .tks-landing-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .tks-landing .tks-landing-hero,
  .tks-landing .tks-landing-section,
  .tks-landing .tks-landing-footer {
    width: calc(100% - 24px);
  }

  .tks-landing .tks-landing-header {
    width: calc(100% - 16px);
    padding: 10px 8px;
  }

  .tks-landing .tks-landing-brand {
    gap: 6px;
  }

  .tks-landing .tks-landing-brand__mark {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .tks-landing .tks-landing-brand__wordmark {
    width: 100px;
  }

  .tks-landing .tks-landing-header__cta {
    min-height: 36px;
    max-width: 94px;
    padding: 0 9px;
    font-size: 11px;
  }

  .tks-landing .tks-mobile-menu summary {
    width: 36px;
    height: 36px;
  }

  .tks-landing h1 {
    font-size: 35px;
  }

  .tks-landing .tks-landing-section h2 {
    font-size: 28px;
  }

  .tks-landing .tks-product-mockup__main {
    padding: 14px;
  }

  .tks-landing .tks-product-mockup__topbar .tks-status-chip,
  .tks-landing .tks-product-mockup__workspace .tks-product-panel:nth-child(2),
  .tks-landing .tks-workflow-line {
    display: none;
  }

  .tks-landing .tks-product-mockup__metrics strong {
    font-size: 20px;
  }

  .tks-landing .tks-product-mockup__metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .tks-landing .tks-product-mockup__metrics article {
    padding: 10px;
  }

  .tks-landing .tks-product-mockup__metrics span {
    font-size: 10px;
    line-height: 1.25;
  }

  .tks-landing .tks-rule-builder__caps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tks-landing .tks-automation-cards article {
    padding: 16px;
  }

  .tks-landing .tks-savings-compare article,
  .tks-landing .tks-savings-model article,
  .tks-landing .tks-cost-card,
  .tks-landing .tks-managed-savings-card,
  .tks-landing .tks-platform-node-grid article,
  .tks-landing .tks-feature-grid article,
  .tks-landing .tks-rule-builder,
  .tks-landing .tks-ads-table,
  .tks-landing .tks-report-card,
  .tks-landing .tks-report-checklist,
  .tks-landing .tks-use-case-grid article,
  .tks-landing .tks-contact-panel,
  .tks-landing .tks-landing-form {
    padding: 20px;
  }

  .tks-landing .tks-ads-table__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .tks-landing .tks-report-graph {
    min-height: 170px;
  }
}
