/* Why your tracking is broken — extends Home tokens and chrome. */

.dwt-why {
  --dwt-reversed: #b6b6b0;
  --dwt-rule-dark: rgba(255, 255, 255, .2);
  --dwt-label-gap: 48px;
  --dwt-copy-gap: 40px;
  --dwt-visual-gap: 64px;
  --dwt-action-gap: 28px;
  --dwt-cannot: #c4543a;
  --dwt-direct: #e24b4b;
  --dwt-direct-row: #fdecec;
  overflow-x: clip;
}

.dwt-why .dwt-label {
  color: var(--dh-muted);
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.dwt-why .dwt-label-rule {
  align-items: center;
  gap: 24px;
  width: 100%;
  display: flex;
}

.dwt-why .dwt-label-rule:after {
  content: "";
  background: var(--dh-line);
  flex: 1;
  min-width: 24px;
  height: 1px;
}

.dwt-why .dwt-lead,
.dwt-why .dwt-default-copy > p,
.dwt-why .dwt-governance-copy > p {
  color: var(--dh-muted);
  font-size: 18px;
  line-height: 1.45;
}

.dwt-why .dwt-section h2,
.dwt-why .dwt-hero h1,
.dwt-why .dwt-faq-layout > h2 {
  letter-spacing: -.04em;
}

.dwt-why .dwt-section h2 {
  font-size: clamp(2.625rem, 2.009rem + 2.629vw, 4.375rem);
  line-height: .98;
}

.dwt-why #dwt-default-title,
.dwt-why #dwt-uneven-title,
.dwt-why #dwt-fixes-title,
.dwt-why #dwt-faq-title {
  font-family: Instrument Sans, Arial, sans-serif;
  font-size: clamp(2.25rem, 1.898rem + 1.502vw, 3.25rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -.04em;
}

.dwt-why .dwt-section {
  padding: 100px 0;
}

.dwt-why .dwt-grey {
  background: var(--dh-grey);
}

.dwt-why .dwt-dark {
  background: var(--dh-ink);
  color: #fff;
}

.dwt-why .dwt-dark .dwt-label,
.dwt-why .dwt-dark .dwt-lead {
  color: var(--dwt-reversed);
}

.dwt-why .dwt-dark :focus-visible,
.dwt-why .dh-trial :focus-visible {
  outline-color: var(--dh-mint);
}

.dwt-why .dwt-placeholder {
  overflow: hidden;
  background: var(--dh-grey);
  border: 1px solid var(--dh-line);
  border-radius: 24px;
}

.dwt-why .dwt-grey .dwt-placeholder {
  background: #eaeae8;
  border-color: transparent;
}

.dwt-why .dwt-intro {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  gap: var(--dh-grid-gap);
  display: grid;
}

.dwt-why .dwt-intro > .dwt-label {
  grid-column: 1 / 4;
  padding-top: 7px;
}

.dwt-why .dwt-intro-copy {
  grid-column: 4 / 13;
}

.dwt-why .dwt-intro-copy .dwt-lead {
  max-width: 640px;
  margin-top: var(--dwt-copy-gap);
}

.dwt-why .dwt-sr {
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

/* Hero */

.dwt-why .dwt-hero {
  padding: 100px 0 118px;
}

.dwt-why .dwt-hero .dwt-label {
  margin-bottom: var(--dwt-label-gap);
}

.dwt-why .dwt-hero h1 {
  max-width: 920px;
  font-size: clamp(2.75rem, 1.65rem + 4.69vw, 5.875rem);
  line-height: .98;
}

.dwt-why .dwt-hero .dwt-lead {
  max-width: 620px;
  margin-top: var(--dwt-copy-gap);
}

.dwt-why .dwt-hero .dh-button {
  margin-top: var(--dwt-action-gap);
}

/* Blind spot */

.dwt-why .dwt-section.dwt-blind {
  text-align: center;
  padding-bottom: 0;
}

.dwt-why .dwt-blind h2 {
  max-width: 920px;
  margin: var(--dwt-label-gap) auto 0;
}

.dwt-why .dwt-blind .dwt-lead {
  max-width: 640px;
  margin: 32px auto 0;
}

.dwt-why .dwt-ga4-figure {
  width: min(90%, 906.3px);
  margin: var(--dwt-visual-gap) auto 0;
  overflow: hidden;
}

.dwt-why .dwt-ga4-figure img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: -2px;
}

@media (width > 760px) {
  .dwt-why .dwt-ga4-figure {
    width: min(67.5%, 679.725px);
  }
}

.dwt-why .dwt-ga4 {
  background: var(--dh-paper);
  color: var(--dh-ink);
  text-align: left;
  border-radius: 20px;
  width: min(100%, 920px);
  max-width: 100%;
  min-width: 0;
  margin: var(--dwt-visual-gap) auto 0;
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .18);
}

.dwt-why .dwt-ga4-toolbar {
  align-items: center;
  gap: 16px;
  padding: 14px 16px 12px;
  display: flex;
}

.dwt-why .dwt-ga4-brand {
  border-right: 1px solid var(--dh-line);
  align-items: center;
  gap: 10px;
  padding: 4px 16px 4px 4px;
  display: flex;
}

.dwt-why .dwt-ga4-mark {
  background: linear-gradient(135deg, #f9ab00 0%, #e37400 100%);
  border-radius: 8px;
  flex: none;
  width: 28px;
  height: 28px;
  position: relative;
}

.dwt-why .dwt-ga4-mark:before {
  content: "";
  border-left: 5px solid #fff;
  border-bottom: 7px solid #fff;
  width: 10px;
  height: 12px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.dwt-why .dwt-ga4-blur {
  background: #d8d8d4;
  border-radius: 4px;
  width: 72px;
  height: 10px;
  filter: blur(3px);
}

.dwt-why .dwt-ga4-search {
  background: var(--dh-grey);
  border-radius: 10px;
  flex: 1;
  height: 36px;
  align-items: center;
  padding: 0 14px;
  display: flex;
}

.dwt-why .dwt-ga4-search svg {
  color: var(--dh-muted);
  width: 16px;
  height: 16px;
}

.dwt-why .dwt-ga4-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  min-width: 0;
}

.dwt-why .dwt-ga4-table {
  border-collapse: collapse;
  min-width: 720px;
  width: 100%;
  font-size: 13px;
}

.dwt-why .dwt-ga4-table th,
.dwt-why .dwt-ga4-table td {
  text-align: right;
  vertical-align: middle;
  padding: 14px 20px;
}

.dwt-why .dwt-ga4-table thead th {
  color: var(--dh-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
}

.dwt-why .dwt-ga4-table .dwt-ga4-select,
.dwt-why .dwt-ga4-table .dwt-ga4-source {
  text-align: left;
}

.dwt-why .dwt-ga4-table .dwt-ga4-select {
  width: 44px;
  padding-right: 0;
}

.dwt-why .dwt-ga4-table .dwt-ga4-source {
  width: 38%;
  border-right: 1px solid var(--dh-line);
}

.dwt-why .dwt-ga4-table tbody td {
  border-top: 1px solid var(--dh-line);
}

.dwt-why .dwt-ga4-table tbody td span {
  color: var(--dh-muted);
  font-size: 11px;
  display: block;
}

.dwt-why .dwt-ga4-table .is-direct td {
  background: var(--dwt-direct-row);
  color: var(--dwt-direct);
  font-weight: 500;
  border-top-color: #f4cfcf;
}

.dwt-why .dwt-ga4-table .is-direct td span {
  color: var(--dwt-direct);
}

.dwt-why .dwt-ga4-index {
  color: var(--dh-muted);
  display: inline !important;
  margin-right: 12px;
  font-size: 13px !important;
  font-weight: 400;
}

.dwt-why .dwt-ga4-table .is-direct .dwt-ga4-index {
  color: var(--dh-muted);
}

.dwt-why .dwt-check {
  border: 1.5px solid #c8c8c2;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  display: block;
}

.dwt-why .dwt-check.is-on {
  background: var(--dh-ink);
  border-color: var(--dh-ink);
  position: relative;
}

.dwt-why .dwt-check.is-on:after {
  content: "";
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  width: 5px;
  height: 9px;
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(45deg);
}

/* Default answer */

.dwt-why .dwt-default-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  gap: var(--dh-grid-gap);
  margin-top: var(--dwt-label-gap);
  display: grid;
}

.dwt-why .dwt-default-copy {
  grid-column: 1 / 7;
}

.dwt-why .dwt-default-copy h2 {
  max-width: 540px;
}

.dwt-why .dwt-default-copy > p {
  max-width: 520px;
  margin-top: var(--dwt-copy-gap);
}

.dwt-why .dwt-default-media {
  grid-column: 8 / 13;
  width: 100%;
  min-height: 420px;
  aspect-ratio: 1 / 1.05;
}

.dwt-why .dwt-default-figure {
  grid-column: 8 / 13;
  width: 100%;
  margin: 0;
}

.dwt-why .dwt-default-figure img {
  display: block;
  width: 100%;
  height: auto;
}

/* Failure points */

.dwt-why .dwt-breaks {
  scroll-margin-top: calc(var(--dh-header-height) + 28px);
}

.dwt-why .dwt-break-list {
  border-top: 1px solid var(--dh-line);
  margin-top: var(--dwt-visual-gap);
}

.dwt-why .dwt-break-row {
  border-bottom: 1px solid var(--dh-line);
  grid-template-columns: 72px minmax(0, 1.1fr) minmax(0, 1.6fr);
  align-items: start;
  gap: var(--dh-grid-gap);
  padding: 40px 0;
  display: grid;
}

.dwt-why .dwt-break-num {
  color: var(--dh-ink);
  letter-spacing: 0;
  padding-top: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
}

.dwt-why .dwt-break-row h3 {
  letter-spacing: -.04em;
  max-width: 280px;
  font-size: clamp(1.5rem, 1.368rem + .563vw, 1.875rem);
  line-height: 1.12;
}

.dwt-why .dwt-break-lead {
  letter-spacing: -.02em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}

.dwt-why .dwt-break-copy > p:last-child {
  color: var(--dh-muted);
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.5;
}

/* Uneven / approach media */

.dwt-why .dwt-wide-media {
  aspect-ratio: 16 / 5.4;
  margin-top: var(--dwt-visual-gap);
}

.dwt-why .dwt-approach-media {
  width: 100%;
  margin: var(--dwt-visual-gap) auto 0;
}

.dwt-why .dwt-approach-media img {
  display: block;
  width: 100%;
  height: auto;
}

.dwt-why .dwt-approach .dwt-intro-copy .dh-button {
  margin-top: var(--dwt-action-gap);
}

@media (width > 1024px) {
  .dwt-why .dwt-approach-line {
    display: block;
  }
}

.dwt-why .dwt-approach {
  padding-top: 40px;
}

/* Consequence */

.dwt-why .dwt-consequence h2 {
  max-width: 920px;
  margin-top: var(--dwt-label-gap);
}

.dwt-why .dwt-consequence > .dh-shell > .dwt-lead {
  max-width: 720px;
  margin-top: var(--dwt-copy-gap);
}

.dwt-why .dwt-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: var(--dwt-visual-gap);
  display: grid;
}

.dwt-why .dwt-card {
  background: var(--dh-paper);
  border-radius: 18px;
  min-height: 250px;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.dwt-why .dwt-card-icon {
  width: 22px;
  height: 22px;
  margin-bottom: 36px;
  display: block;
}

.dwt-why .dwt-card-icon svg {
  width: 22px;
  height: 22px;
}

.dwt-why .dwt-card h3 {
  letter-spacing: -.04em;
  font-size: 20px;
  line-height: 1.2;
}

.dwt-why .dwt-card p {
  color: var(--dh-muted);
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.5;
}

/* Fixes table */

.dwt-why .dwt-fix-table-wrap {
  background: var(--dh-grey);
  border-radius: 24px;
  margin-top: var(--dwt-visual-gap);
  padding: 12px 28px 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  min-width: 0;
}

.dwt-why .dwt-fix-table {
  border-collapse: collapse;
  min-width: 720px;
  width: 100%;
}

.dwt-why .dwt-fix-table th,
.dwt-why .dwt-fix-table td {
  text-align: left;
  vertical-align: top;
  padding: 22px 24px 22px 0;
  font-size: 15px;
  line-height: 1.45;
}

.dwt-why .dwt-fix-table thead th {
  color: var(--dh-muted);
  font-size: 14px;
  font-weight: 500;
}

.dwt-why .dwt-fix-table tbody tr {
  border-top: 1px solid var(--dh-line);
}

.dwt-why .dwt-fix-table tbody th {
  color: var(--dh-ink);
  width: 28%;
  font-size: 16px;
  font-weight: 500;
}

.dwt-why .dwt-fix-table tbody td:nth-child(2) {
  color: var(--dh-muted);
  width: 36%;
}

.dwt-why .dwt-fix-table tbody td:last-child {
  color: var(--dwt-cannot);
  width: 36%;
}

/* Governance */

.dwt-why .dwt-governance-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  gap: var(--dh-grid-gap);
  margin-top: var(--dwt-label-gap);
  display: grid;
}

.dwt-why .dwt-governance-copy {
  grid-column: 1 / 7;
}

.dwt-why .dwt-governance-copy h2 {
  max-width: 540px;
}

.dwt-why .dwt-governance-copy > p {
  max-width: 520px;
  margin-top: var(--dwt-copy-gap);
}

.dwt-why .dwt-governance-copy .dh-text-link {
  margin-top: 28px;
}

.dwt-why .dwt-governance-media {
  grid-column: 8 / 13;
  width: 100%;
  min-height: 420px;
  aspect-ratio: 1 / 1.05;
}

/* FAQ */

.dwt-why .dwt-faq {
  padding-bottom: 72px;
}

.dwt-why .dwt-faq-layout {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  gap: var(--dh-grid-gap);
  display: grid;
}

.dwt-why .dwt-faq-layout > h2 {
  grid-column: 1 / 5;
  font-size: clamp(2.625rem, 2.009rem + 2.629vw, 4.375rem);
  line-height: .98;
}

.dwt-why .dwt-faq .dh-faq-list {
  grid-column: 5 / 13;
}

.dwt-why .dh-faq-trigger {
  min-height: 72px;
  padding: 22px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}

.dwt-why .dh-faq-answer {
  max-width: 600px;
  padding: 0 48px 24px 0;
  font-size: 15px;
  line-height: 1.55;
}

/* Final CTA */

.dwt-why .dwt-final-wrap {
  background: var(--dh-paper);
  padding: 0 0 72px;
}

.dwt-why .dh-trial p {
  margin-top: 40px;
}

.dwt-why .dh-footer nav a[aria-current="page"] {
  color: var(--dh-ink);
}

@media (width <= 1024px) {
  .dwt-why {
    --dwt-label-gap: 40px;
    --dwt-copy-gap: 32px;
    --dwt-visual-gap: 48px;
    --dwt-action-gap: 24px;
  }

  .dwt-why .dwt-hero {
    padding: 88px 0 104px;
  }

  .dwt-why .dwt-section {
    padding: 80px 0;
  }

  .dwt-why .dwt-section.dwt-blind {
    padding-bottom: 64px;
  }

  .dwt-why .dwt-faq {
    padding-bottom: 56px;
  }

  .dwt-why .dwt-final-wrap {
    padding-bottom: 56px;
  }

  .dwt-why .dwt-default-media,
  .dwt-why .dwt-governance-media {
    min-height: 360px;
  }

  .dwt-why .dwt-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (width <= 760px) {
  .dwt-why {
    --dwt-label-gap: 32px;
    --dwt-copy-gap: 24px;
    --dwt-visual-gap: 40px;
  }

  .dwt-why .dwt-hero {
    padding: 72px 0 88px;
  }

  .dwt-why .dwt-hero .dwt-label {
    margin-bottom: 8px;
  }

  .dwt-why .dwt-hero .dwt-lead,
  .dwt-why .dwt-lead,
  .dwt-why .dwt-default-copy > p,
  .dwt-why .dwt-governance-copy > p {
    font-size: 17px;
  }

  .dwt-why .dwt-section {
    padding: 72px 0;
  }

  .dwt-why .dwt-section.dwt-blind {
    padding-bottom: 0;
  }

  .dwt-why .dwt-intro,
  .dwt-why .dwt-default-grid,
  .dwt-why .dwt-governance-grid,
  .dwt-why .dwt-faq-layout {
    display: block;
  }

  .dwt-why .dwt-intro > .dwt-label {
    padding-top: 0;
    margin-bottom: 24px;
  }

  .dwt-why .dwt-intro-copy .dwt-lead {
    margin-top: 24px;
  }

  .dwt-why .dwt-default-figure {
    margin-top: 40px;
  }

  .dwt-why .dwt-default-copy,
  .dwt-why .dwt-default-media,
  .dwt-why .dwt-governance-copy,
  .dwt-why .dwt-governance-media,
  .dwt-why .dwt-faq-layout > h2,
  .dwt-why .dwt-faq .dh-faq-list {
    grid-column: auto;
  }

  .dwt-why .dwt-default-copy h2,
  .dwt-why .dwt-governance-copy h2 {
    margin-top: 0;
  }

  .dwt-why .dwt-default-media,
  .dwt-why .dwt-governance-media {
    aspect-ratio: 4 / 3;
    min-height: 0;
    margin-top: 40px;
  }

  .dwt-why .dwt-ga4 {
    border-radius: 16px;
    margin-top: 40px;
  }

  .dwt-why .dwt-break-row {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 32px 0;
  }

  .dwt-why .dwt-break-row h3 {
    max-width: none;
  }

  .dwt-why .dwt-wide-media {
    aspect-ratio: 4 / 3;
    margin-top: 40px;
  }

  .dwt-why .dwt-card-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 40px;
  }

  .dwt-why .dwt-card {
    min-height: 0;
  }

  .dwt-why .dwt-fix-table-wrap {
    border-radius: 16px;
    margin-top: 40px;
    padding: 8px 20px 12px;
  }

  .dwt-why .dwt-governance-copy .dh-text-link {
    margin-top: 24px;
  }

  .dwt-why .dwt-faq {
    padding-bottom: 48px;
  }

  .dwt-why .dwt-faq-layout > h2 {
    margin-bottom: 32px;
  }

  .dwt-why .dwt-final-wrap {
    padding-bottom: 48px;
  }

  .dwt-why .dh-trial h2 {
    font-size: clamp(2.25rem, 8vw, 3.25rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .dwt-why .dwt-hero-anim,
  .dwt-why .dh-reveal {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }
}
