:root {
  --tflex-paper: #f6f4ef;
  --tflex-white: #ffffff;
  --tflex-ink: #0b1011;
  --tflex-muted: #687174;
  --tflex-line: rgba(11, 16, 17, 0.14);
  --tflex-teal: #08bcc7;
  --tflex-teal-dark: #078e98;
  --tflex-silver: #b8c1c4;
}

body.tflex-enabled {
  background: var(--tflex-paper);
  color: var(--tflex-ink);
}

/* Keep Salla's header and footer, and replace only its default homepage body. */
body.tflex-home-page main > :not(#tflex-home) {
  display: none !important;
}

body.tflex-enabled .store-header,
body.tflex-enabled .main-nav-container,
body.tflex-enabled header {
  --color-primary: var(--tflex-teal);
}

body.tflex-enabled .main-nav-container {
  background: rgba(246, 244, 239, 0.96);
  border-bottom: 1px solid rgba(11, 16, 17, 0.09);
  box-shadow: none;
  backdrop-filter: blur(16px);
}

body.tflex-enabled .navbar-brand img,
body.tflex-enabled .store-header img {
  object-fit: contain;
}

body.tflex-enabled salla-search,
body.tflex-enabled .header-search {
  --color-primary: var(--tflex-teal-dark);
}

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

.tflex-shell {
  width: 100%;
  overflow: hidden;
  background: var(--tflex-paper);
  color: var(--tflex-ink);
  font-family: inherit;
}

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

.tflex-shell a {
  color: inherit;
  text-decoration: none;
}

.tflex-eyebrow {
  margin: 0 0 20px;
  color: var(--tflex-teal-dark);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.tflex-shell h1,
.tflex-shell h2,
.tflex-shell h3,
.tflex-shell p {
  margin-top: 0;
}

.tflex-shell h1,
.tflex-shell h2 {
  margin-bottom: 0;
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 1.12;
}

.tflex-shell h1 {
  max-width: 700px;
  font-size: clamp(3.5rem, 5.7vw, 6.9rem);
}

.tflex-shell h2 {
  font-size: clamp(2.8rem, 4.6vw, 5.4rem);
}

.tflex-hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(480px, 0.92fr);
  background: var(--tflex-paper);
}

[dir="rtl"] .tflex-hero-media {
  order: 2;
}

[dir="rtl"] .tflex-hero-copy {
  order: 1;
}

.tflex-hero-media {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 9%, 88% 100%, 0 100%);
  background: #daddde;
}

[dir="rtl"] .tflex-hero-media {
  clip-path: polygon(0 9%, 100% 0, 100% 100%, 12% 100%);
}

.tflex-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 100px rgba(3, 10, 12, 0.1);
  pointer-events: none;
}

.tflex-hero-media > img {
  height: 100%;
  object-fit: cover;
  object-position: 47% center;
}

.tflex-media-tags {
  position: absolute;
  z-index: 2;
  inset-inline-start: clamp(28px, 5vw, 72px);
  inset-block-end: 30px;
  display: flex;
  gap: 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.tflex-hero-copy {
  align-self: center;
  padding: 78px clamp(38px, 6vw, 108px);
}

.tflex-lead {
  max-width: 620px;
  margin: 28px 0 0;
  color: #535d60;
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  font-weight: 400;
  line-height: 1.9;
}

.tflex-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 36px;
}

.tflex-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 0.88rem;
  font-weight: 700;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.tflex-button:hover {
  transform: translateY(-2px);
}

.tflex-button--primary {
  background: var(--tflex-teal);
  color: #061012 !important;
}

.tflex-button--primary:hover {
  background: #13d0db;
}

.tflex-button--text {
  min-height: 42px;
  padding: 0 0 3px;
  border-bottom-color: var(--tflex-ink);
}

.tflex-button--light {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff !important;
}

.tflex-button--outline {
  border-color: rgba(255, 255, 255, 0.54);
  color: #fff !important;
}

.tflex-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 54px;
  padding-top: 20px;
  border-top: 1px solid var(--tflex-line);
}

.tflex-proof > div {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}

.tflex-proof i {
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin-top: 6px;
  border: 2px solid var(--tflex-teal-dark);
  border-radius: 50%;
}

.tflex-proof span {
  display: grid;
  gap: 4px;
}

.tflex-proof strong {
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.45;
}

.tflex-proof small {
  color: var(--tflex-muted);
  font-size: 0.65rem;
  line-height: 1.5;
}

.tflex-section {
  padding: 128px clamp(24px, 6vw, 106px);
}

.tflex-section--dark {
  background: #080d0e;
  color: #fff;
}

.tflex-section-head {
  width: min(1380px, 100%);
  margin: 0 auto 62px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.55fr);
  align-items: end;
  gap: 84px;
}

.tflex-section-head > p {
  margin: 0;
  color: var(--tflex-muted);
  font-size: 1rem;
  line-height: 1.85;
}

.tflex-section--dark .tflex-section-head > p {
  color: rgba(255, 255, 255, 0.58);
}

.tflex-compare {
  --compare: 54%;
  width: min(1380px, 100%);
  margin-inline: auto;
}

.tflex-compare-frame {
  position: relative;
  height: clamp(420px, 48vw, 670px);
  overflow: hidden;
  background: #d8dcdd;
}

.tflex-compare-frame > img,
.tflex-compare-dark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tflex-compare-dark {
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  width: var(--compare);
  overflow: hidden;
  filter: brightness(0.52) saturate(0.72) contrast(1.08);
}

.tflex-compare-dark img {
  width: min(1380px, calc(100vw - 48px));
  max-width: none;
}

.tflex-compare-line {
  position: absolute;
  inset-block: 0;
  inset-inline-start: var(--compare);
  width: 1px;
  background: rgba(255, 255, 255, 0.9);
}

.tflex-compare-line span {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  background: rgba(5, 12, 13, 0.56);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(8px);
}

.tflex-compare-line span::before,
.tflex-compare-line span::after {
  content: "";
  position: absolute;
  inset-block-start: 50%;
  width: 8px;
  height: 8px;
  border-block-start: 1px solid #fff;
  border-inline-start: 1px solid #fff;
}

.tflex-compare-line span::before {
  inset-inline-start: 14px;
  transform: translateY(-50%) rotate(-45deg);
}

.tflex-compare-line span::after {
  inset-inline-end: 14px;
  transform: translateY(-50%) rotate(135deg);
}

.tflex-compare-label {
  position: absolute;
  inset-block-end: 24px;
  display: grid;
  gap: 3px;
  padding: 12px 15px;
  background: rgba(6, 12, 13, 0.68);
  color: #fff;
  backdrop-filter: blur(10px);
}

.tflex-compare-label--start {
  inset-inline-start: 24px;
}

.tflex-compare-label--end {
  inset-inline-end: 24px;
}

.tflex-compare-label strong {
  font-size: 0.82rem;
}

.tflex-compare-label small {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.67rem;
}

.tflex-range-row {
  display: grid;
  grid-template-columns: auto minmax(180px, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 24px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.83rem;
}

.tflex-range-row input {
  width: 100%;
  accent-color: var(--tflex-teal);
}

.tflex-range-row strong {
  color: #fff;
  font-size: 1rem;
}

.tflex-title-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 68px;
}

.tflex-title-row > span {
  color: var(--tflex-muted);
  font-size: 0.75rem;
  letter-spacing: 0.13em;
}

.tflex-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid var(--tflex-line);
}

.tflex-benefit {
  min-height: 310px;
  padding: 34px 28px;
  border-inline-end: 1px solid var(--tflex-line);
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 500ms ease,
    transform 500ms ease;
}

.tflex-benefit:last-child {
  border-inline-end: 0;
}

.tflex-benefit.is-visible {
  opacity: 1;
  transform: none;
}

.tflex-index {
  display: block;
  margin-bottom: 70px;
  color: var(--tflex-teal-dark);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.tflex-benefit h3 {
  margin-bottom: 14px;
  font-size: 1.22rem;
  font-weight: 700;
}

.tflex-benefit p {
  margin-bottom: 0;
  color: var(--tflex-muted);
  font-size: 0.88rem;
  line-height: 1.8;
}

.tflex-warranty {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(330px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: 70px;
  padding: 110px clamp(24px, 7vw, 120px);
  overflow: hidden;
  background: #080d0e;
  color: #fff;
}

.tflex-warranty-copy {
  max-width: 560px;
}

.tflex-warranty-copy p:not(.tflex-eyebrow) {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.9;
}

.tflex-warranty-number {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
  isolation: isolate;
}

.tflex-warranty-number::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(8, 188, 199, 0.32);
  border-radius: 50%;
  box-shadow: 0 0 100px rgba(8, 188, 199, 0.09);
}

.tflex-warranty-number span {
  color: transparent;
  font-family: Arial, sans-serif;
  font-size: clamp(13rem, 24vw, 25rem);
  font-weight: 700;
  letter-spacing: -0.12em;
  line-height: 0.72;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.55);
}

.tflex-warranty-number strong {
  margin-inline-start: -18px;
  margin-bottom: 10px;
  color: var(--tflex-teal);
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tflex-layers {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
  align-items: center;
  gap: 90px;
}

.tflex-layers-visual {
  min-height: 620px;
}

.tflex-layers-visual img {
  height: 100%;
  min-height: 620px;
  object-fit: cover;
}

.tflex-layers-copy > p:not(.tflex-eyebrow) {
  max-width: 570px;
  margin: 28px 0 38px;
  color: var(--tflex-muted);
  line-height: 1.85;
}

.tflex-layers-copy ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--tflex-line);
}

.tflex-layers-copy li {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  min-height: 62px;
  border-bottom: 1px solid var(--tflex-line);
  opacity: 0;
  transform: translateX(18px);
  transition:
    opacity 450ms ease,
    transform 450ms ease;
}

.tflex-layers-copy li.is-visible {
  opacity: 1;
  transform: none;
}

.tflex-layers-copy li span {
  color: var(--tflex-teal-dark);
  font-size: 0.68rem;
  font-weight: 700;
}

.tflex-layers-copy li strong {
  font-size: 0.83rem;
  letter-spacing: 0.02em;
}

.tflex-gulf {
  position: relative;
  min-height: 720px;
  display: grid;
  overflow: hidden;
  color: #fff;
}

.tflex-gulf > img,
.tflex-gulf-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.tflex-gulf > img {
  object-fit: cover;
}

.tflex-gulf-shade {
  background:
    linear-gradient(90deg, rgba(4, 8, 9, 0.12), rgba(4, 8, 9, 0.9)),
    linear-gradient(0deg, rgba(4, 8, 9, 0.55), transparent 55%);
}

[dir="ltr"] .tflex-gulf-shade {
  background:
    linear-gradient(-90deg, rgba(4, 8, 9, 0.12), rgba(4, 8, 9, 0.9)),
    linear-gradient(0deg, rgba(4, 8, 9, 0.55), transparent 55%);
}

.tflex-gulf-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  width: min(620px, 88%);
  margin-inline-start: auto;
  padding: 64px clamp(28px, 7vw, 110px);
}

[dir="ltr"] .tflex-gulf-copy {
  margin-inline-start: 0;
  margin-inline-end: auto;
}

.tflex-gulf-copy p:not(.tflex-eyebrow) {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.9;
}

.tflex-product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.tflex-product-card {
  min-height: 390px;
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  border: 1px solid var(--tflex-line);
  background: rgba(255, 255, 255, 0.46);
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 500ms ease,
    transform 500ms ease,
    border-color 200ms ease;
}

.tflex-product-card.is-visible {
  opacity: 1;
  transform: none;
}

.tflex-product-card:hover {
  border-color: rgba(8, 188, 199, 0.7);
}

.tflex-product-visual {
  position: relative;
  overflow: hidden;
  background: #d9dcdd;
}

.tflex-product-visual img {
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.tflex-product-card:hover .tflex-product-visual img {
  transform: scale(1.035);
}

.tflex-product-visual--2 img {
  filter: brightness(0.86);
}

.tflex-product-visual--3 img {
  filter: brightness(0.67) saturate(0.76);
}

.tflex-product-visual--4 img {
  filter: brightness(0.52) saturate(0.72) contrast(1.08);
}

.tflex-product-visual > span {
  position: absolute;
  z-index: 2;
  inset: 18px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.tflex-product-copy {
  align-self: center;
  padding: 34px;
}

.tflex-product-copy small {
  color: var(--tflex-teal-dark);
  font-size: 0.63rem;
}

.tflex-product-copy h3 {
  margin: 13px 0;
  font-size: 1.25rem;
}

.tflex-product-copy p {
  color: var(--tflex-muted);
  font-size: 0.84rem;
  line-height: 1.75;
}

.tflex-text-link {
  display: inline-block;
  margin-top: 18px;
  padding-bottom: 4px;
  border-bottom: 1px solid;
  font-size: 0.78rem;
  font-weight: 700;
}

.tflex-specs {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: 100px;
  background: #eceae5;
}

.tflex-specs-intro > p:not(.tflex-eyebrow) {
  margin: 28px 0 0;
  color: var(--tflex-muted);
  line-height: 1.85;
}

.tflex-specs-table table {
  width: 100%;
  border-collapse: collapse;
}

.tflex-specs-table th,
.tflex-specs-table td {
  padding: 20px 0;
  border-bottom: 1px solid var(--tflex-line);
  text-align: start;
  font-size: 0.86rem;
}

.tflex-specs-table th {
  width: 40%;
  font-weight: 700;
}

.tflex-specs-table td {
  color: var(--tflex-muted);
}

.tflex-specs-table > small {
  display: block;
  margin-top: 18px;
  color: var(--tflex-muted);
  font-size: 0.68rem;
  line-height: 1.7;
}

.tflex-faqs {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: 100px;
}

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

.tflex-faq {
  border-bottom: 1px solid var(--tflex-line);
}

.tflex-faq button {
  width: 100%;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: start;
  cursor: pointer;
}

.tflex-faq button span {
  font-weight: 700;
}

.tflex-faq button i {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.tflex-faq button i::before,
.tflex-faq button i::after {
  content: "";
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 0;
  width: 18px;
  height: 1px;
  background: currentColor;
  transition: transform 180ms ease;
}

.tflex-faq button i::after {
  transform: rotate(90deg);
}

.tflex-faq.is-open button i::after {
  transform: rotate(0);
}

.tflex-faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 250ms ease;
}

.tflex-faq-answer > p {
  min-height: 0;
  overflow: hidden;
  margin: 0;
  color: var(--tflex-muted);
  line-height: 1.85;
}

.tflex-faq.is-open .tflex-faq-answer {
  grid-template-rows: 1fr;
}

.tflex-faq.is-open .tflex-faq-answer > p {
  padding-bottom: 26px;
}

.tflex-cta {
  position: relative;
  min-height: 720px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
}

.tflex-cta > img,
.tflex-cta-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.tflex-cta > img {
  object-fit: cover;
}

.tflex-cta-shade {
  background: rgba(3, 9, 10, 0.74);
}

.tflex-cta-copy {
  position: relative;
  z-index: 2;
  width: min(900px, calc(100% - 44px));
}

.tflex-cta-copy p:not(.tflex-eyebrow) {
  max-width: 590px;
  margin: 26px auto 0;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.8;
}

.tflex-cta .tflex-actions {
  justify-content: center;
}

.tflex-whatsapp {
  position: fixed;
  z-index: 80;
  inset-inline-start: 22px;
  inset-block-end: 22px;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--tflex-teal);
  color: #061012 !important;
  box-shadow: 0 16px 36px rgba(8, 188, 199, 0.28);
  transition: transform 180ms ease;
}

.tflex-whatsapp:hover {
  transform: translateY(-3px);
}

.tflex-whatsapp i {
  font-size: 1.45rem;
}

.tflex-whatsapp span {
  position: absolute;
  inset-inline-start: calc(100% + 12px);
  width: max-content;
  max-width: 240px;
  padding: 8px 11px;
  border-radius: 3px;
  background: #0b1011;
  color: #fff;
  font-size: 0.65rem;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-5px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.tflex-whatsapp:hover span {
  opacity: 1;
  transform: none;
}

/* Make Salla's native product areas feel consistent without replacing commerce. */
body.tflex-enabled salla-product-card,
body.tflex-enabled .product-entry,
body.tflex-enabled .s-product-card-entry {
  --color-primary: var(--tflex-teal-dark);
  border-radius: 2px;
}

body.tflex-enabled .s-button-primary,
body.tflex-enabled salla-button[fill="solid"] {
  --color-primary: var(--tflex-teal-dark);
}

@media (max-width: 1100px) {
  .tflex-hero {
    grid-template-columns: 1fr 1fr;
  }

  .tflex-hero-copy {
    padding-inline: 42px;
  }

  .tflex-proof {
    grid-template-columns: 1fr;
  }

  .tflex-benefits {
    grid-template-columns: repeat(2, 1fr);
  }

  .tflex-benefit:nth-child(2) {
    border-inline-end: 0;
  }

  .tflex-benefit:nth-child(-n + 2) {
    border-bottom: 1px solid var(--tflex-line);
  }

  .tflex-product-card {
    grid-template-columns: 1fr;
  }

  .tflex-product-visual {
    min-height: 260px;
  }
}

@media (max-width: 820px) {
  .tflex-hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .tflex-hero-copy,
  [dir="rtl"] .tflex-hero-copy {
    order: 1;
    padding: 66px 24px 42px;
  }

  .tflex-hero-media,
  [dir="rtl"] .tflex-hero-media {
    order: 2;
    min-height: 520px;
    clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 100%);
  }

  .tflex-shell h1 {
    font-size: clamp(3.1rem, 11vw, 5rem);
  }

  .tflex-proof {
    grid-template-columns: repeat(3, 1fr);
  }

  .tflex-section {
    padding: 92px 24px;
  }

  .tflex-section-head,
  .tflex-layers,
  .tflex-specs,
  .tflex-faqs {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .tflex-warranty {
    min-height: 800px;
    grid-template-columns: 1fr;
    gap: 100px;
    padding: 100px 28px 130px;
  }

  .tflex-warranty-number {
    order: -1;
  }

  .tflex-warranty-number::before {
    width: 340px;
    height: 340px;
  }

  .tflex-layers-visual,
  .tflex-layers-visual img {
    min-height: 430px;
  }

  .tflex-product-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .tflex-shell h1 {
    max-width: 100%;
    font-size: clamp(2.5rem, 12vw, 2.9rem);
    overflow-wrap: anywhere;
  }

  .tflex-shell h2 {
    font-size: 2.65rem;
  }

  .tflex-hero-copy {
    width: 100%;
    min-width: 0;
    padding: 52px 20px 28px;
    overflow: hidden;
  }

  .tflex-lead {
    max-width: 100%;
    margin-top: 20px;
    font-size: 0.92rem;
    line-height: 1.72;
  }

  .tflex-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    margin-top: 26px;
  }

  .tflex-button--text {
    align-self: flex-start;
  }

  .tflex-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 28px;
  }

  .tflex-proof > div {
    display: grid;
    gap: 5px;
  }

  .tflex-proof strong {
    font-size: 0.65rem;
  }

  .tflex-proof small {
    font-size: 0.54rem;
  }

  .tflex-hero-media,
  [dir="rtl"] .tflex-hero-media {
    min-height: 410px;
  }

  .tflex-section {
    padding-block: 78px;
  }

  .tflex-section-head {
    margin-bottom: 38px;
  }

  .tflex-compare-frame {
    height: 72vw;
    min-height: 330px;
  }

  .tflex-compare-dark img {
    width: calc(100vw - 48px);
  }

  .tflex-range-row {
    grid-template-columns: 1fr auto;
  }

  .tflex-range-row span {
    grid-column: 1 / -1;
  }

  .tflex-title-row {
    align-items: start;
    flex-direction: column;
    margin-bottom: 44px;
  }

  .tflex-benefits,
  .tflex-product-grid {
    grid-template-columns: 1fr;
  }

  .tflex-benefit,
  .tflex-benefit:nth-child(2) {
    min-height: 250px;
    border-inline-end: 0;
    border-bottom: 1px solid var(--tflex-line);
  }

  .tflex-index {
    margin-bottom: 45px;
  }

  .tflex-warranty {
    min-height: 720px;
  }

  .tflex-warranty-number span {
    font-size: 10rem;
  }

  .tflex-layers-visual,
  .tflex-layers-visual img {
    min-height: 330px;
  }

  .tflex-gulf {
    min-height: 650px;
  }

  .tflex-gulf-shade,
  [dir="ltr"] .tflex-gulf-shade {
    background: linear-gradient(0deg, rgba(4, 8, 9, 0.92), rgba(4, 8, 9, 0.15));
  }

  .tflex-gulf-copy {
    align-self: end;
    margin: 0;
    padding: 44px 24px 66px;
  }

  .tflex-product-card {
    grid-template-columns: 1fr;
  }

  .tflex-product-visual {
    min-height: 230px;
  }

  .tflex-cta {
    min-height: 660px;
  }

  .tflex-cta .tflex-actions {
    width: 100%;
  }

  .tflex-whatsapp {
    width: 52px;
    height: 52px;
    inset-inline-start: 16px;
    inset-block-end: 16px;
  }

  .tflex-whatsapp span {
    display: none;
  }
}

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

  .tflex-benefit,
  .tflex-product-card,
  .tflex-layers-copy li {
    opacity: 1;
    transform: none;
  }
}