.wt-price-page {
  color: var(--wt-ink);
  font-family: "Be Vietnam Pro", sans-serif;
}

.wt-price-hero {
  padding: 34px 0 clamp(90px, 10vw, 148px);
  overflow: hidden;
  border-bottom: 1px solid var(--wt-line);
  background:
    radial-gradient(circle at 84% 18%, rgba(32, 201, 189, 0.16), transparent 28%),
    linear-gradient(rgba(16, 24, 40, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 24, 40, 0.024) 1px, transparent 1px),
    linear-gradient(180deg, #fbfcfa 0%, #f2f8f7 100%);
  background-size: auto, 68px 68px, 68px 68px, auto;
}

.wt-price-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #667085;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.wt-price-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.wt-price-breadcrumb a:hover,
.wt-price-breadcrumb a:focus-visible {
  color: var(--wt-blue);
}

.wt-price-hero-grid {
  padding-top: clamp(70px, 8vw, 118px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.66fr);
  align-items: center;
  gap: clamp(64px, 9vw, 138px);
}

.wt-price-hero h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(3.7rem, 6.7vw, 6.8rem);
  font-weight: 650;
  letter-spacing: -0.072em;
  line-height: 0.94;
}

.wt-price-hero h1 em {
  color: var(--wt-blue);
  font-family: "Poppins", "Be Vietnam Pro", sans-serif;
  font-size: 0.9em;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.wt-price-lead {
  max-width: 700px;
  margin: 30px 0 0;
  color: var(--wt-ink-soft);
  font-size: 16px;
  line-height: 1.72;
}

.wt-price-actions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 24px;
}

.wt-price-note {
  margin: 22px 0 0;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #667085;
  font-size: 9px;
  font-weight: 600;
}

.wt-price-note span {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--wt-teal);
  box-shadow: 0 0 0 4px rgba(32, 201, 189, 0.12);
}

.wt-price-orientation {
  padding: 16px 30px 12px;
  border: 1px solid rgba(16, 24, 40, 0.1);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 30px 80px rgba(29, 53, 87, 0.12);
}

.wt-price-orientation > p {
  margin: 12px 0 8px;
  color: #667085;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wt-price-orientation ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wt-price-orientation li {
  min-height: 82px;
  padding: 17px 0;
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 14px;
  border-top: 1px solid var(--wt-line);
}

.wt-price-orientation li > span {
  color: var(--wt-blue);
  font-size: 9px;
  font-weight: 800;
}

.wt-price-orientation strong,
.wt-price-orientation small {
  display: block;
}

.wt-price-orientation strong {
  font-size: 12px;
}

.wt-price-orientation small {
  margin-top: 4px;
  color: #667085;
  font-size: 9px;
}

.wt-price-projects,
.wt-price-clarity,
.wt-price-faq {
  padding: clamp(90px, 10vw, 150px) 0;
}

.wt-price-projects h2,
.wt-price-retainers h2,
.wt-price-clarity h2,
.wt-price-faq h2 {
  margin: 0;
  font-size: clamp(3rem, 5.5vw, 5.6rem);
  font-weight: 650;
  letter-spacing: -0.067em;
  line-height: 0.98;
}

.wt-price-project-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--wt-line);
  border-left: 1px solid var(--wt-line);
}

.wt-price-project-grid article {
  min-height: 350px;
  padding: 34px 28px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--wt-line);
  border-bottom: 1px solid var(--wt-line);
}

.wt-price-project-grid article > span {
  color: var(--wt-blue);
  font-size: 9px;
  font-weight: 800;
}

.wt-price-project-grid h3 {
  margin: auto 0 14px;
  font-size: clamp(1.7rem, 2.3vw, 2.4rem);
  font-weight: 620;
  letter-spacing: -0.045em;
}

.wt-price-project-grid p {
  min-height: 78px;
  margin: 0 0 24px;
  color: var(--wt-ink-soft);
  font-size: 10px;
  line-height: 1.65;
}

.wt-price-project-grid a {
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--wt-line);
  color: var(--wt-ink);
  font-size: 9px;
  font-weight: 700;
  text-decoration: none;
}

.wt-price-project-grid a:hover,
.wt-price-project-grid a:focus-visible {
  color: var(--wt-blue);
}

.wt-price-project-callout {
  margin-top: 40px;
  padding: clamp(32px, 5vw, 58px);
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(430px, 1fr);
  align-items: center;
  gap: 64px;
  border-radius: 30px;
  background: #f4f7fb;
}

.wt-price-project-callout h3 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(2rem, 3.3vw, 3.4rem);
  font-weight: 620;
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.wt-price-project-callout ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--wt-line);
  list-style: none;
}

.wt-price-project-callout li {
  min-height: 70px;
  padding: 16px 12px 16px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--wt-line);
  color: #475467;
  font-size: 10px;
  font-weight: 650;
}

.wt-price-retainers {
  padding: clamp(90px, 10vw, 150px) 0;
  background: var(--wt-ink);
  color: var(--wt-white);
}

.wt-price-retainers-heading {
  max-width: 960px;
  margin-bottom: clamp(70px, 9vw, 120px);
}

.wt-price-retainers .wt-section-kicker {
  color: #9dbaff;
}

.wt-price-retainers h2 {
  color: var(--wt-white);
}

.wt-price-retainers-heading > p:last-child {
  max-width: 760px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.72;
}

.wt-price-group + .wt-price-group {
  margin-top: 100px;
}

.wt-price-group-heading {
  margin-bottom: 32px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.wt-price-group-heading > div {
  display: flex;
  align-items: baseline;
  gap: 18px;
}

.wt-price-group-heading span {
  color: #9dbaff;
  font-size: 9px;
  font-weight: 800;
}

.wt-price-group-heading h3 {
  margin: 0;
  color: var(--wt-white);
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 610;
  letter-spacing: -0.045em;
}

.wt-price-group-heading > p {
  max-width: 500px;
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  line-height: 1.6;
  text-align: right;
}

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

.wt-price-plan {
  position: relative;
  min-height: 580px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.045);
}

.wt-price-plan--featured {
  border-color: rgba(157, 186, 255, 0.38);
  background: linear-gradient(145deg, rgba(23, 107, 255, 0.32), rgba(23, 107, 255, 0.08));
}

.wt-price-badge {
  position: absolute;
  top: 22px;
  right: 22px;
  margin: 0;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #dbe6ff;
  font-size: 8px;
  font-weight: 700;
}

.wt-price-plan-name {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wt-price-amount {
  margin: 45px 0 16px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px 9px;
}

.wt-price-amount small,
.wt-price-amount span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 9px;
}

.wt-price-amount strong {
  color: var(--wt-white);
  font-size: clamp(2.6rem, 4.1vw, 4.2rem);
  font-weight: 620;
  letter-spacing: -0.055em;
}

.wt-price-plan-intro {
  min-height: 48px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  line-height: 1.6;
}

.wt-price-plan ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  list-style: none;
}

.wt-price-plan li {
  min-height: 54px;
  padding: 14px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
  font-weight: 600;
}

.wt-price-plan > a {
  margin-top: auto;
  padding: 18px 0 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--wt-white);
  font-size: 9px;
  font-weight: 750;
  text-decoration: none;
}

.wt-price-plan > a:hover,
.wt-price-plan > a:focus-visible {
  color: #9dbaff;
}

.wt-price-clarity {
  background: var(--wt-white);
}

.wt-price-clarity-grid,
.wt-price-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(520px, 1fr);
  align-items: start;
  gap: clamp(60px, 10vw, 150px);
}

.wt-price-clarity-grid > div > p:last-child {
  max-width: 560px;
  margin: 26px 0 0;
  color: var(--wt-ink-soft);
  font-size: 12px;
  line-height: 1.72;
}

.wt-price-clarity ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--wt-line);
  list-style: none;
}

.wt-price-clarity li {
  min-height: 78px;
  padding: 18px 0;
  display: grid;
  grid-template-columns: 110px 1fr;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--wt-line);
}

.wt-price-clarity li span {
  color: var(--wt-blue);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.wt-price-clarity li strong {
  font-size: 11px;
}

.wt-price-faq {
  background: #f7f9fc;
}

.wt-price-faq-list {
  border-top: 1px solid var(--wt-line);
}

.wt-price-faq-list details {
  border-bottom: 1px solid var(--wt-line);
}

.wt-price-faq-list summary {
  min-height: 82px;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
  list-style: none;
}

.wt-price-faq-list summary::-webkit-details-marker {
  display: none;
}

.wt-price-faq-list summary span {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid var(--wt-line);
  border-radius: 50%;
  background: var(--wt-white);
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.wt-price-faq-list details[open] summary span {
  background: var(--wt-ink);
  color: var(--wt-white);
  transform: rotate(45deg);
}

.wt-price-faq-list details > p {
  max-width: 620px;
  margin: -4px 50px 25px 0;
  color: var(--wt-ink-soft);
  font-size: 11px;
  line-height: 1.7;
}

.wt-price-cta {
  padding: clamp(84px, 9vw, 134px) 0;
  background: var(--wt-white);
}

.wt-price-cta-card {
  min-height: 450px;
  padding: clamp(40px, 7vw, 86px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.48fr);
  align-items: end;
  gap: clamp(48px, 9vw, 130px);
  border-radius: clamp(28px, 4vw, 48px);
  background: linear-gradient(145deg, #125de5, #176bff);
  color: var(--wt-white);
}

.wt-price-cta .wt-section-kicker {
  color: rgba(255, 255, 255, 0.66);
}

.wt-price-cta h2 {
  margin: 0;
  color: var(--wt-white);
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 650;
  letter-spacing: -0.06em;
  line-height: 1;
}

.wt-price-cta-card > div:last-child > p {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.72;
}

.wt-price-cta .wt-button--primary {
  background: var(--wt-white);
  color: var(--wt-blue);
}

.wt-price-cta .wt-text-link {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.76);
}

.wt-price-page a:focus-visible,
.wt-price-page summary:focus-visible {
  outline: 3px solid rgba(23, 107, 255, 0.32);
  outline-offset: 4px;
}

@media (max-width: 1100px) {
  .wt-price-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.7fr);
    gap: 60px;
  }

  .wt-price-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wt-price-clarity-grid,
  .wt-price-faq-grid {
    grid-template-columns: minmax(0, 0.68fr) minmax(460px, 1fr);
    gap: 62px;
  }
}

@media (max-width: 900px) {
  .wt-price-hero-grid,
  .wt-price-project-callout,
  .wt-price-clarity-grid,
  .wt-price-faq-grid,
  .wt-price-cta-card {
    grid-template-columns: 1fr;
  }

  .wt-price-orientation {
    max-width: 680px;
  }

  .wt-price-plan-grid {
    grid-template-columns: 1fr;
  }

  .wt-price-plan {
    min-height: auto;
  }

  .wt-price-plan > a {
    margin-top: 36px;
  }

  .wt-price-group-heading {
    align-items: start;
    flex-direction: column;
    gap: 14px;
  }

  .wt-price-group-heading > p {
    text-align: left;
  }
}

@media (max-width: 600px) {
  .wt-price-hero {
    padding-top: 24px;
    background-size: auto, 52px 52px, 52px 52px, auto;
  }

  .wt-price-hero-grid {
    padding-top: 68px;
    gap: 52px;
  }

  .wt-price-hero h1 {
    font-size: clamp(2.95rem, 13.7vw, 4.3rem);
  }

  .wt-price-lead {
    margin-top: 24px;
    font-size: 15px;
  }

  .wt-price-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .wt-price-actions .wt-text-link {
    justify-content: center;
  }

  .wt-price-note {
    align-items: flex-start;
    line-height: 1.55;
  }

  .wt-price-note span {
    margin-top: 3px;
  }

  .wt-price-orientation {
    padding: 14px 22px 8px;
    border-radius: 22px;
  }

  .wt-price-projects,
  .wt-price-retainers,
  .wt-price-clarity,
  .wt-price-faq {
    padding: 76px 0;
  }

  .wt-price-projects h2,
  .wt-price-retainers h2,
  .wt-price-clarity h2,
  .wt-price-faq h2 {
    font-size: clamp(2.65rem, 12vw, 4rem);
  }

  .wt-price-project-grid {
    grid-template-columns: 1fr;
  }

  .wt-price-project-grid article {
    min-height: 300px;
    padding: 28px 24px;
  }

  .wt-price-project-callout {
    padding: 28px 22px;
    gap: 38px;
    border-radius: 24px;
  }

  .wt-price-project-callout ul {
    grid-template-columns: 1fr;
  }

  .wt-price-group + .wt-price-group {
    margin-top: 76px;
  }

  .wt-price-group-heading > div {
    align-items: flex-start;
  }

  .wt-price-plan {
    padding: 26px;
  }

  .wt-price-clarity li {
    grid-template-columns: 86px 1fr;
    gap: 14px;
  }

  .wt-price-faq-list summary {
    min-height: 76px;
    font-size: 12px;
    line-height: 1.5;
  }

  .wt-price-faq-list details > p {
    margin-right: 0;
  }

  .wt-price-cta {
    padding: 72px 0;
  }

  .wt-price-cta-card {
    min-height: auto;
    padding: 38px 25px;
    border-radius: 28px;
  }

  .wt-price-cta h2 {
    font-size: clamp(2.5rem, 11vw, 3.8rem);
  }
}

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

/* ==================================================================
   Interaktiver Hero: Preise — Projekt-Einordnung
   ================================================================== */

.wt-estimator {
  display: grid;
  gap: 22px;
  padding: clamp(24px, 2.8vw, 34px);
  border: 1px solid var(--wt-line);
  border-radius: var(--wt-radius-lg);
  background: var(--wt-white);
  box-shadow: var(--wt-shadow);
}

.wt-estimator-head {
  display: grid;
  gap: 10px;
}

.wt-estimator-eyebrow {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #667085;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wt-estimator-eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--wt-teal);
  box-shadow: 0 0 0 4px rgba(32, 201, 189, 0.14);
}

.wt-estimator-title {
  margin: 0;
  color: var(--wt-ink);
  font-size: clamp(17px, 1.6vw, 21px);
  font-weight: 700;
  letter-spacing: -0.028em;
  line-height: 1.28;
}

/* ------------------------------------------------------------ Felder */

.wt-estimator-field {
  display: grid;
  gap: 10px;
}

.wt-estimator-label {
  color: #667085;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wt-estimator-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wt-estimator-chips button {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--wt-line);
  border-radius: 999px;
  background: var(--wt-paper);
  color: #475467;
  font-family: inherit;
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
  transition: border-color 200ms ease, background 200ms ease, color 200ms ease, transform 200ms ease;
}

.wt-estimator-chips button:hover,
.wt-estimator-chips button:focus-visible {
  border-color: rgba(23, 107, 255, 0.42);
  color: var(--wt-ink);
}

.wt-estimator-chips button[aria-pressed="true"] {
  border-color: var(--wt-blue);
  background: var(--wt-blue);
  color: var(--wt-white);
}

.wt-estimator-chips--scope button[aria-pressed="true"] {
  border-color: var(--wt-ink);
  background: var(--wt-ink);
}

/* ---------------------------------------------------------- Ergebnis */

.wt-estimator-result {
  padding: clamp(20px, 2.2vw, 26px);
  display: grid;
  gap: 14px;
  border-radius: var(--wt-radius-md);
  background:
    radial-gradient(circle at 92% 8%, rgba(32, 201, 189, 0.16), transparent 46%),
    var(--wt-paper);
}

.wt-estimator-result-head {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.wt-estimator-result-head span {
  color: var(--wt-ink);
  font-size: 15px;
  font-weight: 750;
  letter-spacing: -0.02em;
}

.wt-estimator-meter {
  display: flex;
  gap: 4px;
  flex: 0 0 auto;
}

.wt-estimator-meter b {
  width: 20px;
  height: 5px;
  border-radius: 3px;
  background: rgba(16, 24, 40, 0.12);
  transition: background 260ms ease;
}

.wt-estimator-meter b.is-on {
  background: var(--wt-blue);
}

.wt-estimator-drivers-label {
  margin: 0;
  color: #667085;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.wt-estimator-drivers {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 9px;
  list-style: none;
}

.wt-estimator-drivers li {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 10px;
  color: var(--wt-ink-soft);
  font-size: 13px;
  line-height: 1.58;
}

.wt-estimator-drivers li::before {
  content: "→";
  color: var(--wt-teal);
  font-weight: 700;
}

.wt-estimator-cta {
  width: fit-content;
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid rgba(16, 24, 40, 0.35);
  color: var(--wt-ink);
  font-size: 13px;
  font-weight: 750;
  line-height: 2;
  text-decoration: none;
}

.wt-estimator-cta span {
  transition: transform 220ms ease;
}

.wt-estimator-cta:hover span,
.wt-estimator-cta:focus-visible span {
  transform: translate(2px, -2px);
}

.wt-estimator-note {
  margin: 0;
  color: #98a2b3;
  font-size: 12px;
  line-height: 1.6;
}

@media (prefers-reduced-motion: reduce) {
  .wt-estimator-chips button,
  .wt-estimator-meter b,
  .wt-estimator-cta span {
    transition: none;
  }
}

/* ==================================================================
   Preisseite: gestapelter Hero mit vollbreitem Werkzeug
   Dritte Anordnung im Bunde — Text oben, Einordnung als breite Leiste
   darunter, statt Text links und Kasten rechts.
   ================================================================== */

.wt-price-hero-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(38px, 4.5vw, 58px);
}

.wt-price-hero-grid > div:first-child {
  max-width: 820px;
}

.wt-estimator {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 2.4vw, 30px) clamp(24px, 3vw, 44px);
  align-items: start;
  padding: clamp(26px, 3vw, 40px);
}

.wt-estimator-head {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px 24px;
}

.wt-estimator-title {
  max-width: 46ch;
}

/* Die beiden Auswahlfelder stehen nebeneinander */
.wt-estimator-field {
  align-self: start;
}

/* Das Ergebnis spannt sich ueber die volle Breite */
.wt-estimator-result {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1.38fr);
  align-items: start;
  gap: clamp(20px, 2.6vw, 40px);
  padding: clamp(24px, 2.6vw, 34px);
}

.wt-estimator-result-head {
  grid-column: 1;
  grid-row: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.wt-estimator-result-head span {
  font-size: clamp(17px, 1.7vw, 22px);
  letter-spacing: -0.03em;
}

.wt-estimator-drivers-label {
  grid-column: 2;
  grid-row: 1;
}

.wt-estimator-drivers {
  grid-column: 2;
  grid-row: 2;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 26px;
  align-items: start;
}

.wt-estimator-drivers li {
  align-items: start;
}

.wt-estimator-cta {
  grid-column: 1;
  grid-row: 2;
  align-self: start;
}

.wt-estimator-note {
  grid-column: 1 / -1;
}

@media (max-width: 1000px) {
  .wt-estimator {
    grid-template-columns: minmax(0, 1fr);
  }

  .wt-estimator-result {
    grid-template-columns: minmax(0, 1fr);
  }

  .wt-estimator-result-head,
  .wt-estimator-drivers-label,
  .wt-estimator-drivers,
  .wt-estimator-cta {
    grid-column: 1;
    grid-row: auto;
  }

  .wt-estimator-result-head {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .wt-estimator-drivers {
    grid-template-columns: minmax(0, 1fr);
  }
}
