:root {
  --ads-blue: #024a8b;
  --ads-blue-dark: #013b70;
  --ads-navy: #092b43;
  --ads-ink: #102b3c;
  --ads-body: #526b7b;
  --ads-line: #d7e2e9;
  --ads-soft: #edf3f7;
  --ads-white: #ffffff;
  --ads-success: #087a55;
  --ads-container: 1240px;
}

html {
  scroll-behavior: smooth;
}

body.tsl-ads-shell {
  margin: 0;
  background: var(--ads-white);
  color: var(--ads-body);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.tsl-ads-shell *,
.tsl-ads-shell *::before,
.tsl-ads-shell *::after {
  box-sizing: border-box;
}

.tsl-ads-shell :is(h1, h2, h3, p, ul, ol, figure, blockquote) {
  margin-top: 0;
}

.tsl-ads-shell :is(h1, h2, h3) {
  color: var(--ads-ink);
  font-weight: 700;
  letter-spacing: -0.035em;
}

.tsl-ads-shell img {
  display: block;
  max-width: 100%;
}

.tsl-ads-shell a {
  color: inherit;
}

.tsl-ads-container {
  width: min(var(--ads-container), calc(100% - 48px));
  margin-inline: auto;
}

.tsl-ads-skip {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 0.75rem 1rem;
  transform: translateY(-160%);
  background: var(--ads-white);
  color: var(--ads-navy);
}

.tsl-ads-skip:focus {
  transform: translateY(0);
}

.tsl-ads-header {
  position: relative;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: var(--ads-navy);
  color: var(--ads-white);
}

.tsl-ads-header__inner {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.tsl-ads-brand img {
  width: 220px;
  height: auto;
}

.tsl-ads-header__actions {
  display: flex;
  align-items: center;
  gap: 1.3rem;
}

.tsl-ads-header__contact {
  display: grid;
  text-decoration: none;
}

.tsl-ads-header__contact span {
  color: #a9c2d4;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tsl-ads-header__contact strong {
  color: var(--ads-white);
  font-size: 0.94rem;
  font-weight: 700;
}

.tsl-ads-button,
.tsl-ads-shell .wpcf7-submit {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.35rem;
  border: 1px solid var(--ads-blue);
  border-radius: 2px;
  background: var(--ads-blue);
  color: var(--ads-white) !important;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.tsl-ads-button:hover,
.tsl-ads-button:focus-visible,
.tsl-ads-shell .wpcf7-submit:hover,
.tsl-ads-shell .wpcf7-submit:focus-visible {
  border-color: var(--ads-blue-dark);
  background: var(--ads-blue-dark);
  transform: scale(1.04);
}

.tsl-ads-button--light {
  border-color: var(--ads-white);
  background: var(--ads-white);
  color: var(--ads-navy) !important;
}

.tsl-ads-button--light:hover,
.tsl-ads-button--light:focus-visible {
  border-color: #dcecf7;
  background: #dcecf7;
}

.tsl-ads-eyebrow {
  margin-bottom: 0.85rem;
  color: var(--ads-blue);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tsl-ads-section {
  padding: clamp(4rem, 6vw, 6rem) 0;
}

.tsl-ads-section--soft {
  border-block: 1px solid var(--ads-line);
  background: var(--ads-soft);
}

.tsl-ads-section--navy {
  background: var(--ads-navy);
  color: #d5e4ee;
}

.tsl-ads-section--navy :is(h2, h3) {
  color: var(--ads-white);
}

.tsl-ads-heading {
  display: block;
  max-width: 880px;
  margin-bottom: clamp(2.2rem, 4vw, 3.2rem);
}

.tsl-ads-heading h2 {
  max-width: 820px;
  margin-bottom: 0.95rem;
  font-size: clamp(2.15rem, 3.6vw, 3.35rem);
  line-height: 1.06;
}

.tsl-ads-heading > p {
  max-width: 72ch;
  margin-bottom: 0;
  font-size: 1.05rem;
}

.tsl-ads-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(2.8rem, 5vw, 4.5rem) 0 0;
  background-color: var(--ads-navy);
  background-image: linear-gradient(90deg, rgba(4, 35, 55, 0.94) 0%, rgba(4, 35, 55, 0.84) 48%, rgba(4, 35, 55, 0.62) 100%), url("/wp-content/uploads/2026/08/tslblower-finished-blower-wheel-warehouse-1.webp");
  background-position: center;
  background-size: cover;
}

.tsl-ads-hero::after {
  content: none;
}

.tsl-ads-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(470px, 1.08fr);
  gap: clamp(2.2rem, 4vw, 4rem);
  align-items: start;
}

.tsl-ads-hero__copy {
  padding-top: 0.65rem;
}

.tsl-ads-hero h1 {
  max-width: 680px;
  margin-bottom: 1rem;
  color: var(--ads-white);
  font-size: clamp(2.6rem, 3.75vw, 3.6rem);
  line-height: 1.01;
}

.tsl-ads-hero__lead {
  max-width: 64ch;
  margin-bottom: 1.25rem;
  color: #d8e7f0;
  font-size: clamp(1rem, 1.3vw, 1.14rem);
}

.tsl-ads-hero__proof {
  display: grid;
  gap: 0.55rem;
  margin: 0 0 1.4rem;
  padding: 0;
  list-style: none;
}

.tsl-ads-hero__proof li {
  position: relative;
  padding-left: 1.65rem;
  color: var(--ads-white);
  font-size: 0.96rem;
  font-weight: 650;
}

.tsl-ads-hero__proof li::before {
  position: absolute;
  top: 0.19em;
  left: 0;
  display: grid;
  width: 1.05rem;
  height: 1.05rem;
  border: 1px solid #80c5ef;
  color: var(--ads-white);
  content: "✓";
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1;
  place-items: center;
}

.tsl-ads-hero__mobile-cta {
  display: none;
}

.tsl-ads-form-card {
  position: relative;
  padding: clamp(1.2rem, 2.2vw, 1.75rem);
  border-top: 4px solid var(--ads-blue);
  background: var(--ads-white);
}

.tsl-ads-form-card__head {
  margin-bottom: 0.75rem;
}

.tsl-ads-form-card__head h2 {
  margin-bottom: 0.25rem;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  line-height: 1.14;
}

.tsl-ads-form-card__head p {
  margin-bottom: 0;
  font-size: 0.86rem;
}

.tsl-ads-rfq .tsl-ads-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.35rem 0.75rem;
}

.tsl-ads-rfq > p,
.tsl-ads-rfq .tsl-ads-form-grid > p {
  margin: 0 0 0.5rem;
}

.tsl-ads-rfq .tsl-ads-form-grid > p {
  margin-bottom: 0;
}

.tsl-ads-rfq label {
  display: grid;
  gap: 0.22rem;
  margin-bottom: 0.25rem;
  color: var(--ads-ink);
  font-size: 0.82rem;
  font-weight: 750;
}

.tsl-ads-label-text {
  display: inline-flex;
  gap: 0.22rem;
  align-items: baseline;
  flex-wrap: wrap;
}

.tsl-ads-required {
  color: #c62828;
  font-weight: 900;
}

.tsl-ads-optional {
  color: #687f8d;
  font-size: 0.82em;
  font-weight: 600;
}

.tsl-ads-rfq :is(input:not([type="submit"]), select, textarea) {
  width: 100%;
  min-height: 42px;
  padding: 0.52rem 0.68rem;
  border: 1px solid #91a5b2;
  border-radius: 1px;
  background: var(--ads-white);
  color: var(--ads-ink);
  font: inherit;
}

.tsl-ads-rfq textarea {
  min-height: 76px;
  max-height: 112px;
  resize: vertical;
}

.tsl-ads-rfq input[type="file"] {
  min-height: 40px;
  padding: 0.35rem;
  font-size: 0.82rem;
}

.tsl-ads-rfq :is(input, select, textarea):focus-visible {
  border-color: var(--ads-blue);
  outline: 3px solid rgba(2, 74, 139, 0.18);
  outline-offset: 1px;
}

.tsl-ads-rfq .tsl-ads-form-note {
  margin: -0.12rem 0 0.38rem;
  color: #687f8d;
  font-size: 0.76rem;
}

.tsl-ads-rfq .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.tsl-ads-rfq .wpcf7-acceptance label {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 0.5rem;
  align-items: start;
  font-size: 0.76rem;
  font-weight: 600;
}

.tsl-ads-rfq .wpcf7-acceptance input {
  width: 18px;
  min-height: 18px;
  margin-top: 0.12rem;
}

.tsl-ads-rfq .wpcf7-submit {
  width: 100%;
  min-height: 48px;
  margin-top: 0;
}

.tsl-ads-rfq .wpcf7-not-valid-tip {
  margin-top: 0.25rem;
  color: #a32118;
  font-size: 0.76rem;
  font-weight: 700;
}

.tsl-ads-rfq .wpcf7-response-output {
  margin: 0.7rem 0 0;
  padding: 0.75rem;
  border-width: 1px;
  color: var(--ads-ink);
  font-size: 0.82rem;
}

.tsl-ads-facts {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(2rem, 3.5vw, 3.2rem);
  border-top: 0;
  background: var(--ads-white);
}

.tsl-ads-fact {
  position: relative;
  min-width: 0;
  min-height: 122px;
  padding: 1.15rem 1.3rem 1rem;
  border-right: 1px solid var(--ads-line);
}

.tsl-ads-fact:first-child {
  border-left: 1px solid var(--ads-line);
}

.tsl-ads-fact::before {
  position: absolute;
  top: 1.15rem;
  bottom: 1.15rem;
  left: 0;
  width: 4px;
  background: var(--ads-blue);
  content: "";
}

.tsl-ads-fact strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--ads-blue);
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}

.tsl-ads-fact span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--ads-ink);
  font-size: 0.84rem;
  font-weight: 800;
}

.tsl-ads-fact p {
  margin-bottom: 0;
  font-size: 0.79rem;
  line-height: 1.5;
}

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

.tsl-ads-product {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border-right: 1px solid var(--ads-line);
  border-bottom: 1px solid var(--ads-line);
  background: var(--ads-white);
}

.tsl-ads-product__media {
  display: grid;
  height: 260px;
  place-items: center;
  padding: 1.35rem;
  background: var(--ads-white);
}

.tsl-ads-product__media img {
  width: min(100%, 230px);
  height: 220px;
  object-fit: contain;
}

.tsl-ads-product__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.35rem 1.35rem 1.5rem;
  border-top: 1px solid var(--ads-line);
}

.tsl-ads-product__body span {
  margin-bottom: 0.45rem;
  color: var(--ads-blue);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.tsl-ads-product__body h3 {
  margin-bottom: 0.7rem;
  font-size: 1.35rem;
  line-height: 1.2;
}

.tsl-ads-product__body p {
  flex: 1;
  margin-bottom: 1rem;
  font-size: 0.92rem;
}

.tsl-ads-button--card {
  width: 100%;
  min-height: 46px;
  padding: 0.7rem 0.85rem;
  font-size: 0.72rem;
}

.tsl-ads-text-link {
  color: var(--ads-blue) !important;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.tsl-ads-pains {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--ads-line);
  background: var(--ads-line);
}

.tsl-ads-pain {
  min-width: 0;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  border-top: 4px solid var(--ads-blue);
  background: var(--ads-white);
}

.tsl-ads-pain > span {
  color: var(--ads-blue);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.tsl-ads-pain h3 {
  margin: 1.25rem 0 0.7rem;
  font-size: 1.55rem;
  line-height: 1.18;
}

.tsl-ads-pain p {
  font-size: 0.94rem;
}

.tsl-ads-pain__solution {
  margin: 1.2rem 0 0;
  padding-top: 1.2rem;
  border-top: 1px solid var(--ads-line);
  color: var(--ads-ink);
}

.tsl-ads-pain__solution strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--ads-blue);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tsl-ads-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--ads-line);
  background: var(--ads-white);
}

.tsl-ads-table {
  width: 100%;
  min-width: 880px;
  border-collapse: collapse;
}

.tsl-ads-table th,
.tsl-ads-table td {
  padding: 1rem 1.1rem;
  border-right: 1px solid var(--ads-line);
  border-bottom: 1px solid var(--ads-line);
  text-align: left;
  vertical-align: top;
}

.tsl-ads-table th:last-child,
.tsl-ads-table td:last-child {
  border-right: 0;
}

.tsl-ads-table tr:last-child td {
  border-bottom: 0;
}

.tsl-ads-table th {
  background: #dfeaf2;
  color: var(--ads-ink);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.tsl-ads-table td {
  font-size: 0.9rem;
}

.tsl-ads-table td:first-child {
  color: var(--ads-ink);
  font-weight: 750;
}

.tsl-ads-table__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.3rem;
}

.tsl-ads-value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.23);
  background: rgba(255, 255, 255, 0.23);
}

.tsl-ads-value {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(0, 1.2fr);
  min-width: 0;
  background: var(--ads-navy);
}

.tsl-ads-value figure {
  min-height: 260px;
  margin-bottom: 0;
  overflow: hidden;
}

.tsl-ads-value img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tsl-ads-value__copy {
  padding: 1.7rem;
}

.tsl-ads-value__copy span {
  color: #83bde7;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tsl-ads-value__copy h3 {
  margin: 1rem 0 0.7rem;
  font-size: 1.45rem;
  line-height: 1.15;
}

.tsl-ads-value__copy p {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.tsl-ads-process {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  gap: 1px;
  border: 1px solid var(--ads-line);
  background: var(--ads-line);
  list-style: none;
}

.tsl-ads-process li {
  min-width: 0;
  padding: 1.5rem;
  background: var(--ads-white);
}

.tsl-ads-process b {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 1.4rem;
  border: 1px solid var(--ads-blue);
  line-height: 2.15rem;
  text-align: center;
  color: var(--ads-blue);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.tsl-ads-process h3 {
  margin-bottom: 0.65rem;
  font-size: 1.25rem;
  line-height: 1.2;
}

.tsl-ads-process p {
  margin-bottom: 0;
  font-size: 0.88rem;
}

.tsl-ads-trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
}

.tsl-ads-trust__factory {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.tsl-ads-trust__factory figure {
  display: flex;
  overflow: hidden;
  border: 1px solid var(--ads-line);
  margin-bottom: 0;
  background: var(--ads-white);
  flex-direction: column;
}

.tsl-ads-trust__factory img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.tsl-ads-trust__factory figcaption {
  display: flex;
  min-height: 60px;
  padding: 0.85rem 1rem;
  align-items: center;
  color: var(--ads-ink);
  font-size: 0.8rem;
  font-weight: 650;
}

.tsl-ads-trust__documents {
  display: flex;
  padding: clamp(1.6rem, 3vw, 2.5rem);
  border: 1px solid var(--ads-line);
  border-top: 5px solid var(--ads-blue);
  background: var(--ads-white);
  flex-direction: column;
}

.tsl-ads-trust__documents h3 {
  margin-bottom: 0.8rem;
  font-size: 1.7rem;
}

.tsl-ads-doc-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 1.4rem 0 1.1rem;
  padding: 0;
  list-style: none;
}

.tsl-ads-doc-list li {
  padding: 0.85rem;
  border-left: 3px solid var(--ads-blue);
  background: var(--ads-soft);
  color: var(--ads-ink);
  font-size: 0.86rem;
  font-weight: 800;
}

.tsl-ads-trust__documents .tsl-ads-button {
  margin-top: auto;
  align-self: flex-start;
}

.tsl-ads-faqs {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(2rem, 6vw, 6rem);
}

.tsl-ads-faqs__intro h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.3rem, 4.5vw, 4.5rem);
  line-height: 1.02;
}

.tsl-ads-faqs__list {
  border-top: 1px solid var(--ads-line);
}

.tsl-ads-faqs details {
  border-bottom: 1px solid var(--ads-line);
}

.tsl-ads-faqs summary {
  position: relative;
  padding: 1.35rem 3rem 1.35rem 0;
  color: var(--ads-ink);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 750;
  list-style: none;
}

.tsl-ads-faqs summary::-webkit-details-marker {
  display: none;
}

.tsl-ads-faqs summary::after {
  position: absolute;
  top: 50%;
  right: 0.4rem;
  color: var(--ads-blue);
  content: "+";
  font-size: 1.35rem;
  transform: translateY(-50%);
}

.tsl-ads-faqs details[open] summary::after {
  content: "−";
}

.tsl-ads-faqs details p {
  max-width: 72ch;
  padding: 0 3rem 1.35rem 0;
}

.tsl-ads-bottom {
  position: relative;
  overflow: hidden;
  padding: clamp(3.75rem, 6vw, 5.25rem) 0;
  background: var(--ads-blue);
  color: #d8eaf6;
}

.tsl-ads-bottom::after {
  position: absolute;
  right: -11rem;
  bottom: -17rem;
  width: 34rem;
  height: 34rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  content: "";
}

.tsl-ads-bottom__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.tsl-ads-bottom__inner > :first-child {
  display: flex;
  align-self: center;
  flex-direction: column;
  justify-content: center;
}

.tsl-ads-bottom h2 {
  max-width: 720px;
  margin-bottom: 1rem;
  color: var(--ads-white);
  font-size: clamp(2.45rem, 4vw, 4rem);
  line-height: 1.02;
}

.tsl-ads-bottom p {
  max-width: 68ch;
  margin-bottom: 0;
}

.tsl-ads-bottom__action {
  display: grid;
  min-width: 310px;
  align-self: center;
  align-content: center;
  justify-self: end;
  justify-items: stretch;
  gap: 0.7rem;
}

.tsl-ads-bottom__action span {
  font-size: 0.8rem;
}

.tsl-ads-modal {
  width: min(940px, calc(100% - 32px));
  max-width: none;
  max-height: calc(100dvh - 32px);
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ads-ink);
}

.tsl-ads-modal::backdrop {
  background: rgba(4, 25, 40, 0.82);
}

.tsl-ads-modal__panel {
  position: relative;
  overflow: auto;
  max-height: calc(100dvh - 32px);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-top: 5px solid var(--ads-blue);
  background: var(--ads-white);
}

.tsl-ads-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  min-width: 44px;
  min-height: 44px;
  padding: 0.55rem 0.85rem;
  border: 1px solid var(--ads-line);
  background: var(--ads-white);
  color: var(--ads-ink);
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tsl-ads-modal__close:hover,
.tsl-ads-modal__close:focus-visible {
  border-color: var(--ads-blue);
  color: var(--ads-blue);
}

.tsl-ads-modal__head {
  max-width: 640px;
  padding-right: 5rem;
  margin-bottom: 1.25rem;
}

.tsl-ads-modal__head h2 {
  margin-bottom: 0.45rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
}

.tsl-ads-modal__head p {
  margin-bottom: 0;
}

.tsl-ads-modal .tsl-ads-rfq {
  margin-top: 0;
}

.tsl-ads-modal .tsl-ads-rfq textarea {
  min-height: 104px;
}

html.tsl-ads-modal-open,
html.tsl-ads-modal-open body {
  overflow: hidden;
}

.tsl-ads-footer {
  padding: 1.8rem 0;
  background: #061f31;
  color: #b6ccd9;
  font-size: 0.8rem;
}

.tsl-ads-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.tsl-ads-footer__inner > div:first-child {
  display: grid;
}

.tsl-ads-footer strong {
  color: var(--ads-white);
}

.tsl-ads-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.tsl-ads-footer a {
  text-decoration: none;
}

.tsl-ads-confirmation {
  min-height: calc(100vh - 160px);
  padding: clamp(5rem, 10vw, 9rem) 0;
  background: var(--ads-soft);
}

.tsl-ads-confirmation__card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  padding: clamp(2rem, 5vw, 5rem);
  border-top: 6px solid var(--ads-success);
  background: var(--ads-white);
}

.tsl-ads-confirmation__icon {
  display: grid;
  width: 62px;
  height: 62px;
  margin-bottom: 2rem;
  border: 2px solid var(--ads-success);
  border-radius: 50%;
  place-items: center;
  color: var(--ads-success);
  font-size: 1.8rem;
  font-weight: 800;
}

.tsl-ads-confirmation h1 {
  max-width: 760px;
  margin-bottom: 1.2rem;
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 1;
}

.tsl-ads-confirmation__steps {
  margin: 0;
  padding: 0;
  counter-reset: ads-thanks;
  list-style: none;
}

.tsl-ads-confirmation__steps li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--ads-line);
  counter-increment: ads-thanks;
}

.tsl-ads-confirmation__steps li::before {
  color: var(--ads-blue);
  content: "0" counter(ads-thanks);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.tsl-ads-confirmation__steps h2 {
  margin-bottom: 0.3rem;
  font-size: 1.25rem;
}

.tsl-ads-confirmation__steps p {
  margin-bottom: 0;
  font-size: 0.92rem;
}

.tsl-ads-confirmation__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.8rem;
}

.tsl-ads-button--outline {
  border-color: var(--ads-blue);
  background: transparent;
  color: var(--ads-blue) !important;
}

.tsl-ads-button--outline:hover,
.tsl-ads-button--outline:focus-visible {
  color: var(--ads-white) !important;
}

@media (max-width: 1080px) {
  .tsl-ads-hero__grid {
    grid-template-columns: minmax(0, 0.86fr) minmax(390px, 1.14fr);
    gap: 2.5rem;
  }

  .tsl-ads-products,
  .tsl-ads-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tsl-ads-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tsl-ads-value {
    grid-template-columns: 1fr;
  }

  .tsl-ads-value figure {
    min-height: 230px;
  }
}

@media (max-width: 820px) {
  .tsl-ads-container {
    width: min(var(--ads-container), calc(100% - 32px));
  }

  .tsl-ads-header__contact {
    display: none;
  }

  .tsl-ads-hero {
    padding-top: 3.5rem;
  }

  .tsl-ads-hero__grid,
  .tsl-ads-heading,
  .tsl-ads-faqs,
  .tsl-ads-bottom__inner,
  .tsl-ads-confirmation__card {
    grid-template-columns: 1fr;
  }

  .tsl-ads-hero__copy {
    padding-top: 0;
  }

  .tsl-ads-hero__mobile-cta {
    display: inline-flex;
  }

  .tsl-ads-hero .tsl-ads-form-card {
    display: none;
  }

  .tsl-ads-trust {
    grid-template-columns: 1fr;
  }

  .tsl-ads-bottom__action {
    justify-self: start;
  }

  .tsl-ads-pains,
  .tsl-ads-value-grid {
    grid-template-columns: 1fr;
  }

  .tsl-ads-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tsl-ads-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  body.tsl-ads-shell {
    font-size: 16px;
  }

  .tsl-ads-container {
    width: min(var(--ads-container), calc(100% - 24px));
  }

  .tsl-ads-header__inner {
    min-height: 70px;
  }

  .tsl-ads-brand img {
    width: 158px;
  }

  .tsl-ads-button--header {
    min-height: 44px;
    padding: 0.65rem 0.8rem;
    font-size: 0.68rem;
  }

  .tsl-ads-section {
    padding: 4.2rem 0;
  }

  .tsl-ads-hero h1 {
    font-size: clamp(2.2rem, 10.5vw, 2.75rem);
  }

  .tsl-ads-form-card {
    padding: 1.2rem;
  }

  .tsl-ads-rfq .tsl-ads-form-grid,
  .tsl-ads-products,
  .tsl-ads-process,
  .tsl-ads-trust__factory,
  .tsl-ads-doc-list {
    grid-template-columns: 1fr;
  }

  .tsl-ads-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tsl-ads-fact {
    min-height: 108px;
    padding: 0.9rem 0.8rem;
  }

  .tsl-ads-fact::before {
    top: 0.9rem;
    bottom: 0.9rem;
  }

  .tsl-ads-fact strong {
    font-size: 1.45rem;
  }

  .tsl-ads-fact span {
    margin-bottom: 0;
    font-size: 0.76rem;
    line-height: 1.35;
  }

  .tsl-ads-fact p {
    display: none;
  }

  .tsl-ads-heading h2 {
    font-size: clamp(2.1rem, 10vw, 2.75rem);
  }

  .tsl-ads-product__media {
    height: 230px;
  }

  .tsl-ads-value {
    grid-template-columns: 1fr;
  }

  .tsl-ads-table__actions,
  .tsl-ads-confirmation__actions {
    display: grid;
  }

  .tsl-ads-button,
  .tsl-ads-confirmation__actions .tsl-ads-button {
    width: 100%;
  }

  .tsl-ads-bottom__action {
    justify-self: stretch;
    justify-items: stretch;
    min-width: 0;
  }

  .tsl-ads-modal {
    width: 100%;
    max-height: 100dvh;
  }

  .tsl-ads-modal__panel {
    min-height: 100dvh;
    max-height: 100dvh;
    padding: 1.2rem;
  }

  .tsl-ads-modal__head {
    padding-top: 2.5rem;
    padding-right: 0;
  }

  .tsl-ads-footer__links {
    display: grid;
    gap: 0.6rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .tsl-ads-button,
  .tsl-ads-shell .wpcf7-submit {
    transition: none;
  }
}
