:root {
  --navy: #121b48;
  --navy-2: #0b143b;
  --ink: #121214;
  --paper: #fbfbfc;
  --text: #f8f9ff;
  --muted: #b5bfdc;
  --pink: #f3195d;
  --violet: #7225e9;
  --teal: #18b7bc;
  --green: #1ad46e;
  --line: rgba(255, 255, 255, 0.16);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--navy);
  color: var(--text);
}
a { color: inherit; text-decoration: none; }
p { line-height: 1.55; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 680px;
  font-size: clamp(2.8rem, 6.8vw, 6.6rem);
  line-height: .9;
  margin-bottom: 20px;
}
h2 {
/*  max-width: 860px; */
  font-size: clamp(2rem, 4.5vw, 4.8rem);
  line-height: .98;
  margin-bottom: 16px;
}
h3 {
  font-size: clamp(1.35rem, 2.4vw, 2.4rem);
  line-height: 1.02;
  margin-bottom: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
  padding: 12px clamp(18px, 6vw, 72px);
  background: rgba(12, 16, 39, .88);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
}
.brand {
  display: inline-flex;
  align-items: center;
  min-width: 108px;
}
.brand img {
  display: block;
  width: 118px;
  height: auto;
}
nav {
  display: flex;
  gap: clamp(16px, 3vw, 36px);
  color: #d9def7;
  font-size: .88rem;
  font-weight: 800;
}
.nav-cta {
  min-height: 34px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  font-size: .82rem;
  font-weight: 850;
}

section, .footer {
  padding: clamp(56px, 9vw, 118px) clamp(20px, 7vw, 108px);
}
.dark-panel {
  background:
    radial-gradient(circle at 84% 10%, rgba(243,25,93,.28), transparent 28%),
    radial-gradient(circle at 12% 8%, rgba(114,37,233,.28), transparent 24%),
    linear-gradient(180deg, var(--navy), var(--navy-2));
}
.black-section {
  background:
    radial-gradient(circle at 76% 25%, rgba(24,183,188,.22), transparent 25%),
    linear-gradient(180deg, #171719, #101012);
}
.light-section {
  background: var(--paper);
  color: #12152d;
}
.eyebrow.pink {
  font-family: Sora, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.21em;
  color: var(--pink);
  text-transform: uppercase;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 950;
  box-shadow: 0 18px 34px rgba(243,25,93,.3);
}
.button.primary { background: var(--pink); color: #fff; }
.button.green { background: var(--green); color: #04160c; box-shadow: none; }
.centered { margin-inline: auto; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 100%);
  justify-content: center;
  justify-items: center;
  align-items: center;
  gap: clamp(44px, 7vw, 72px);
  min-height: 680px;
  padding-bottom: clamp(72px, 9vw, 118px);
  overflow: visible;

}
.hero > * { position: relative; z-index: 1; }
.hero-content {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  column-gap: clamp(28px, 6vw, 82px);
  align-items: start;
  text-align: left;
}
.hero-content .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
  font-family: Sora, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.21em;
  color: #ffffff;
  text-transform: uppercase;
}

.hero-content .color-strip {
  grid-column: 1 / -1;
  margin-bottom: 25px;
}
.hero-title h1,
.hero-description p {
  margin-left: 0;
  margin-right: auto;
}
.hero-description p {
  max-width: 420px;
  color: #d7defb;
  font-size: 1.14rem;
}
.hero-title h1 {
  max-width: 820px;
  margin-bottom: 0;
  text-wrap: balance;
}
.hero-description {
  padding-top: clamp(8px, 1.2vw, 18px);
}
.hero-description .button {
  margin-top: 16px;
}
.hero-copy p:not(.eyebrow) {
  max-width: 580px;
  color: #d7defb;
  font-size: 1.14rem;
}
.hero-copy .button {
  margin-top: 16px;
}
.hero-note {
  align-self: center;
  padding: 24px;
  border-left: 4px solid var(--pink);
  color: #d4dbfb;
}
.product-strip {
  position: relative;
  left: auto;
  right: auto;
  width: 100%;
  max-width: none;
  transform: none;
  bottom: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(86px, 1fr));
  gap: 10px;
  height: 327px;
  z-index: 2;
}
.photo-card {
  min-height: 168px;
  border-radius: 0 58px 0 0;
  background:
    linear-gradient(rgba(0,0,0,.05), rgba(0,0,0,.1)),
    linear-gradient(135deg, #e1f0df, #1d7c4f 46%, #f2d15f 47%, #c7473e);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.18);
}
.photo-card.alt {
  background:
    linear-gradient(rgba(0,0,0,.05), rgba(0,0,0,.1)),
    linear-gradient(135deg, #f8d166, #c72232 42%, #72381f 43%, #f5ede2);
}
.photo-card.third {
  background:
    linear-gradient(rgba(0,0,0,.05), rgba(0,0,0,.1)),
    linear-gradient(135deg, #ffffff, #ee2938 38%, #e8edf2 39%, #ffb6a2);
}
.box {
  min-height: 140px;
  display: grid;
  align-content: center;
  justify-items: center;
  border-radius: 5px;
  color: white;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.18);
}
.box::before {
  content: "";
  width: 80%;
  height: 42px;
  margin-bottom: 10px;
  border-radius: 4px;
  background: rgba(255,255,255,.28);
}
.box span { font-size: 2rem; font-weight: 950; }
.box span em { font-size: .55em; font-style: normal; }
.box small {
  max-width: 150px;
  font-weight: 850;
  line-height: 1.08;
  text-align: left;
}
.box.red { background: var(--pink); }
.box.violet { background: var(--violet); }
.box.teal { background: var(--teal); }

.section-title p { max-width: 680px; color: #616a83; }
.problem {
  position: relative;
  z-index: 1;
  margin-top: calc(-1 * clamp(72px, 8vw, 128px));
  padding-top: calc(clamp(56px, 9vw, 118px) + clamp(72px, 8vw, 128px));
}
.problem .section-title h2 { color: #151515; }
.problem .section-title h2 span { color: var(--pink); }
.timeline-card {
  margin-top: 34px;
  border-radius: 7px;
  overflow: hidden;
  background: #e6e6eb;
}
.timeline-item {
  border-bottom: 1px solid #d1d2db;
  background: #e6e6eb;
  color: #888;
}
.timeline-item:last-child { border-bottom: 0; }
.timeline-trigger {
  width: 100%;
  min-height: 86px;
  padding: 0 34px;
  border: 0;
  background: transparent;
  color: inherit;
  display: grid;
  grid-template-columns: 70px 48px 1fr;
  align-items: center;
  text-align: left;
  cursor: pointer;
  font: inherit;
  font-size: clamp(1.2rem, 2.7vw, 2.05rem);
  font-weight: 500;
}
.timeline-trigger b {
  font-size: .72em;
}
.timeline-trigger i {
  font-style: normal;
  opacity: .8;
  transition: transform .2s ease;
}
.timeline-panel {
  padding: 0 34px 34px 152px;
}
.timeline-panel p {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(1rem, 2vw, 1.45rem);
  font-weight: 450;
  line-height: 1.3;
}
.timeline-item.is-open {
  background: linear-gradient(90deg, #6d21e6, #941cff);
  color: white;
}
.timeline-item.is-open .timeline-trigger {
  font-size: clamp(1.45rem, 3vw, 2.4rem);
  line-height: 1.18;
}
.timeline-item.is-open .timeline-trigger i {
  transform: rotate(90deg);
}


.conversion {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(280px, 430px);
  row-gap: 5px;
  column-gap: clamp(28px, 7vw, 90px);
  align-items: center;
}
.conversion .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
  font-family: Sora, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.21em;
  color: #ffffff;
  text-transform: uppercase;
}
.conversion .color-strip {
  grid-column: 1 / -1;
  margin-bottom: 5px;
}
.conversion::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(11, 20, 59, .94) 0%, rgba(11, 20, 59, .78) 48%, rgba(11, 20, 59, .42) 100%),
    url("../img/Recurso 2 1.png") right center / auto 112% no-repeat;
  opacity: .9;
}

.conversion h2 { max-width: 610px; }
.conversion h2 span { color: var(--pink); }
.conversion p { color: #d5dbf8; max-width: 560px; }
.conversion h3 {
  max-width: 560px;
  margin-top: 48px;
  font-size: clamp(1.5rem, 3vw, 3.1rem);
}
.metric-stack {
  display: grid;
  gap: 22px;
}
.metric-stack article {
  padding: 30px;
  background: #090b13;
  border: 1px solid var(--line);
  border-radius: 10px;
}
.metric-stack strong {
  display: block;
  color: var(--pink);
  font-size: clamp(3.4rem, 8vw, 6.8rem);
  line-height: .9;
}
.metric-stack span {
  display: block;
  color: #dfe4f7;
  font-size: clamp(1rem, 2vw, 1.55rem);
  font-weight: 650;
}
.metric-stack small {
  display: block;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.7);
  color: #bdbdbd;
  font-size: .9rem;
  letter-spacing: .12em;
}

.center-title {
  display: grid;
  justify-items: center;
  text-align: center;
}
.center-title p:not(.eyebrow) { max-width: 640px; color: #cbd3f4; }
.shopper .center-title .eyebrow.pink {
  max-width: 1200px;
  margin-bottom: 16px;
  color: var(--pink);
  font-family: inherit;
  font-size: clamp(2rem, 4.5vw, 4.8rem);
  font-weight: 950;
  line-height: .98;
  letter-spacing: 0;
  text-transform: none;
}
.shopper {
  padding-left: clamp(16px, 3vw, 48px);
  padding-right: clamp(16px, 3vw, 48px);
}
.split {
  display: grid;
  grid-template-columns: minmax(260px, .85fr) minmax(280px, 1fr);
  gap: clamp(26px, 7vw, 86px);
  align-items: center;
  margin-top: 44px;
}
.shopper .split {
  grid-template-columns: minmax(620px, 680px) minmax(280px, 1fr);
  gap: clamp(48px, 6vw, 96px);
  align-items: center;
}
.shopper .split > div:last-child {
  position: relative;
  z-index: 2;
}
.product-slider-block {
  display: grid;
  justify-items: stretch;
}
.slider-action-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: -42px;
}
.slider-statement {
  max-width: 620px;
  margin: 0;
  color: #ffffff;
  font-family: Sora, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 35px;
  font-weight: 700;
  font-style: normal;
  line-height: 40px;
  letter-spacing: -0.02em;
  text-align: left;
  vertical-align: middle;
}
.slider-copy {
  position: relative;
  min-height: 300px;
}
.slide-copy-panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .45s ease, transform .45s ease;
}
.slide-copy-panel.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.slider-copy-cta {
  justify-self: end;
  margin-top: 0;
  white-space: nowrap;
}
.product-fan {
  position: relative;
  width: min(680px, calc(100vw - 40px));
  height: 420px;
  margin: 80px auto;
  perspective: 1200px;
  justify-self: center;
}
.product-fan img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 260px;
  height: auto;
  border-radius: 28px;
  object-fit: cover;
  opacity: 0;
  transform-style: preserve-3d;
  transition: all .6s ease;
  box-shadow:
    0 20px 40px rgba(0,0,0,.25),
    0 8px 18px rgba(0,0,0,.15);
}
.product-fan img.position-1 {
  transform:
    translate(-330px, -50%)
    rotateY(35deg)
    scale(.82);
  z-index: 1;
  opacity: .55;
}
.product-fan img.position-2 {
  transform:
    translate(-235px, -50%)
    rotateY(22deg)
    scale(.9);
  z-index: 2;
  opacity: .75;
}
.product-fan img.position-3 {
  transform:
    translate(-50%, -50%)
    rotateY(0deg)
    scale(1);
  z-index: 5;
  opacity: 1;
}
.product-fan img.position-4 {
  transform:
    translate(-25px, -50%)
    rotateY(-22deg)
    scale(.9);
  z-index: 2;
  opacity: .75;
}
.product-fan img.position-5 {
  transform:
    translate(70px, -50%)
    rotateY(-35deg)
    scale(.82);
  z-index: 1;
  opacity: .55;
}
.shopper p { color: #d7def8; }

.category {
  display: grid;
  grid-template-columns: minmax(220px, .75fr) minmax(220px, 300px) minmax(260px, .95fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
}
.category h2 span, .category h2 { max-width: 450px; }
.category-card {
  min-height: 320px;
  padding: 30px;
  border-left: 5px solid #c7cdf0;
  background: white;
  box-shadow: 0 20px 45px rgba(22,28,60,.08);
}
.category-card strong {
  color: var(--violet);
  font-size: 4.6rem;
  line-height: 1;
}
.category-card h3 { color: var(--violet); }
.category-media {
  min-height: 300px;
  border-radius: 7px;
  background:
    linear-gradient(90deg, rgba(243,25,93,.72), rgba(24,183,188,.45)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='700' height='460' viewBox='0 0 700 460'%3E%3Crect width='700' height='460' fill='%23223376'/%3E%3Cg fill='white' opacity='.42'%3E%3Ccircle cx='150' cy='150' r='54'/%3E%3Ccircle cx='300' cy='130' r='70'/%3E%3Ccircle cx='465' cy='155' r='62'/%3E%3Crect x='92' y='265' width='500' height='55' rx='28'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
}

.steps .center-title { margin-bottom: 54px; }
.steps article {
  display: grid;
  grid-template-columns: minmax(240px, .75fr) minmax(280px, 1fr);
  gap: clamp(24px, 6vw, 90px);
  align-items: center;
  width: min(calc(100% - 48px), 1380px);
  margin: 0 auto 70px;
}
.steps span {
  display: block;
  color: var(--pink);
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 950;
  line-height: 1;
}
.steps article:nth-of-type(2) span { color: #8c6cff; }
.steps article:nth-of-type(3) span { color: #43d3a2; }
.steps p { color: #c7cce4; }
.steps .button {
  min-height: 34px;
  padding: 0 18px;
  font-size: .78rem;
}
.package-art, .dashboard-art {
  min-height: 285px;
  border-radius: 8px;
  background: #1f2430;
  box-shadow: 0 28px 80px rgba(0,0,0,.38);
}
.red-pack { background: linear-gradient(135deg, #f8ead0 0 35%, #e11846 35% 58%, #305f43 58%); }
.teal-pack { background: linear-gradient(135deg, #d6fff5 0 34%, #19b7ba 34% 58%, #e8fff8 58%); }
.dashboard-art {
  background:
    linear-gradient(90deg, #f4f6ff 0 70%, #182b72 70%),
    linear-gradient(#fff, #fff);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 40px 0 28px;
}
.feature-grid article {
  padding: 24px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.045);
  border-radius: 6px;
}
.feature-grid span {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: var(--pink);
  margin-bottom: 18px;
}
.feature-grid h3 { font-size: 1rem; margin-bottom: 8px; }
.feature-grid p { color: #bfc8eb; margin-bottom: 0; }

.orbit-section { text-align: center; }
.orbit {
  position: relative;
  width: min(560px, 86vw);
  aspect-ratio: 1;
  margin: 50px auto 0;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
}
.orbit::before {
  content: "";
  position: absolute;
  inset: 23%;
  border: 1px dashed rgba(255,255,255,.22);
  border-radius: 50%;
}
.orbit strong,
.orbit span {
  position: absolute;
  display: grid;
  min-width: 110px;
  min-height: 42px;
  place-items: center;
  border-radius: 4px;
  background: #101737;
  border: 1px solid rgba(255,255,255,.15);
  font-weight: 900;
}
.orbit strong {
  inset: calc(50% - 30px) auto auto calc(50% - 70px);
  min-width: 140px;
  min-height: 60px;
  background: var(--pink);
  text-align: center;
}
.orbit span:nth-child(1) { top: -18px; left: calc(50% - 55px); color: #75ddff; }
.orbit span:nth-child(2) { right: -28px; top: calc(50% - 21px); color: #f7d85e; }
.orbit span:nth-child(4) { bottom: -18px; left: calc(50% - 55px); color: #9d7dff; }
.orbit span:nth-child(5) { left: -28px; top: calc(50% - 21px); color: #4be09d; }

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}
.pricing-grid article {
  padding: 28px;
  background: #fff;
  border: 1px solid #e4e6ef;
  border-radius: 7px;
}
.pricing-grid .highlight {
  background: var(--pink);
  color: white;
}
.pricing-grid a {
  display: inline-flex;
  margin-top: 14px;
  font-weight: 950;
  color: var(--pink);
}
.pricing-grid .highlight a { color: white; }

.results {
  display: grid;
  grid-template-columns: minmax(240px, .8fr) minmax(280px, 1fr);
  gap: clamp(28px, 7vw, 86px);
}
.quotes {
  display: grid;
  gap: 18px;
}
blockquote {
  margin: 0;
  padding: 20px 24px;
  border-left: 5px solid var(--pink);
  background: white;
  box-shadow: 0 16px 38px rgba(18,21,45,.08);
  font-weight: 750;
}
cite {
  display: block;
  margin-top: 12px;
  color: #687087;
  font-style: normal;
  font-size: .9rem;
}
.table-card {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, 1fr);
  margin-top: 30px;
  border: 1px solid #d9dce8;
  border-radius: 7px;
  overflow: hidden;
  background: white;
}
.table-card div {
  min-height: 54px;
  display: grid;
  place-items: center;
  padding: 10px;
  border-right: 1px solid #e7e8ef;
  border-bottom: 1px solid #e7e8ef;
  font-weight: 800;
  text-align: center;
}
.table-card div:nth-child(-n+5) {
  background: #111a42;
  color: white;
}
.table-card .yes::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--pink);
}
.table-note {
  max-width: 720px;
  margin: 28px auto 10px;
  color: #373b52;
  text-align: center;
  font-weight: 650;
}
.comparison > h3 {
  max-width: 820px;
  margin: 0 auto;
  color: #151b48;
  text-align: center;
}

.footer {
  text-align: center;
}
.footer h2 { margin-inline: auto; }
.footer div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}
.footer small {
  display: block;
  margin-top: 60px;
  color: #ccd4f2;
  font-weight: 900;
  letter-spacing: -0.04em;
}

@media (max-width: 1120px) {
  .shopper .split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  nav { display: none; }
  .hero,
  .conversion,
  .split,
  .category,
  .steps article,
  .results {
    grid-template-columns: 1fr;
  }
  .hero {
    min-height: auto;
    padding-bottom: clamp(56px, 9vw, 96px);
  }
  .hero-content {
    grid-template-columns: 1fr;
  }
  .hero-title h1 {
    margin-bottom: 20px;
  }
  .hero-description {
    padding-top: 0;
  }
  .product-strip {
    grid-template-columns: repeat(3, 1fr);
  }
  .photo-card { display: none; }
  .feature-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .table-card {
    min-width: 720px;
  }
  .comparison {
    overflow-x: auto;
  }
}

@media (max-width: 520px) {
  .slider-action-row {
    grid-template-columns: 1fr;
    margin-top: -24px;
  }
  .slider-copy-cta {
    justify-self: start;
  }
  .site-header { gap: 12px; }
  .nav-cta {
    padding-inline: 12px;
    font-size: .76rem;
  }
  .hero {
    min-height: auto;
    padding-bottom: 64px;
  }
  .product-strip {
    gap: 8px;
  }
  .timeline-trigger {
    grid-template-columns: 44px 32px 1fr;
    min-height: 74px;
    padding: 0 18px;
  }
  .timeline-panel {
    padding: 0 18px 26px 94px;
  }
  .product-fan {
    height: 300px;
    margin: 42px auto;
  }
  .product-fan img {
    width: 180px;
    border-radius: 20px;
  }
  .product-fan img.position-1 {
    transform: translate(-210px, -50%) rotateY(35deg) scale(.78);
  }
  .product-fan img.position-2 {
    transform: translate(-145px, -50%) rotateY(22deg) scale(.88);
  }
  .product-fan img.position-4 {
    transform: translate(-35px, -50%) rotateY(-22deg) scale(.88);
  }
  .product-fan img.position-5 {
    transform: translate(35px, -50%) rotateY(-35deg) scale(.78);
  }
  .box {
    min-height: 118px;
  }
  .orbit span:nth-child(2) { right: -8px; }
  .orbit span:nth-child(5) { left: -8px; }
}

.color-strip {
  grid-column: 1 / -1;
  display: block;
  width: 100%;
  max-width: none;
  height: 2px;
  margin: 0 0 5px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;

  background: linear-gradient(
    90deg,
    #E8185D,
    #7B2AB5,
    #1B3FA0,
    #009B8E,
    #F5A623,
    #F47520
  );
}


.light-section {
  background: #e9e9e9;
  padding: 50px 6vw;
  position: relative;
  overflow: hidden;
}

.category.light-section {
  display: block;
  padding-top: 18px;
  padding-bottom: 44px;
}

.category > .eyebrow.pink {
  border-bottom: 0;
  padding-bottom: 0;
  margin: 0 0 8px;
  line-height: 1;
  display: block;
}
.category > .eyebrow.pink + .color-strip {
  display: block;
  height: 2px;
  margin-top: 0;
  margin-bottom: 0;
}

.category-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin: 28px 0 56px;
}

.category-intro h2 {
  max-width: 380px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: .95;
  color: #c81046;
  margin: 0;
}

.category-intro p {
  border-left: 1px solid #ef174f;
  padding-left: 40px;
  max-width: 480px;
  font-size: 25px;
  line-height: 1.1;
  color: #111;
}

.category-showcase {
  position: relative;
  display: grid;
  grid-template-columns: 360px 1fr repeat(5, 56px);
  height: 500px;
  box-shadow: 0 18px 28px rgba(0,0,0,.18);
  background: white;
}

.category-card {
  background: #f3f3f3;
  position: relative;
  padding: 70px 55px;
  display: flex;
  align-items: center;
}

.side-label {
  position: absolute;
  left: 24px;
  top: 70px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-transform: uppercase;
  font-weight: 800;
  color: #2946ad;
}

.card-copy strong {
  display: block;
  font-size: 92px;
  line-height: .8;
  color: #6414d8;
}

.card-copy h3 {
  font-size: 40px;
  margin: 10px 0 25px;
  color: #6414d8;
}

.card-copy p {
  font-size: 17px;
  line-height: 1.15;
  color: #2946ad;
}

.category-media {
  position: relative;
  overflow: hidden;
}

.category-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 50%, transparent 0 24%, rgba(210,0,40,.55) 25% 31%, transparent 32%),
    radial-gradient(circle at 15% 50%, transparent 0 47%, rgba(210,0,40,.45) 48% 54%, transparent 55%);
}

.category-tab {
  position: relative;
  border: 0;
  border-left: 3px solid white;
  background: #2946ad;
  color: white;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 14px;
}

.category-tab:not(.active) {
  background: #2946ad;
  color: #fff;
}

.category-tab:not(.active) .tab-icon {
  color: #fff;
}

.category-tab:not(.active) .tab-number {
  color: #fff;
}

.category-tab .tab-icon {
  position: absolute;
  bottom: 18px;
  transform: rotate(180deg);
  font-size: 22px;
}

.category-tab .tab-label {
  display: block;
}

.category-tab .tab-number {
  position: absolute;
  top: 12px;
  transform: rotate(0deg);
  font-size: 28px;
  font-weight: 950;
  line-height: 1;
  opacity: .95;
}

.category-tab.active {
  background: #ef174f;
}

.category-tab.active .tab-number {
  display: block;
  opacity: 1;
  color: #fff;
}


.category-cta {
  display: block;
  width: max-content;
  margin: 34px 0 0 auto;
  background: #ef174f;
  color: white;
  text-decoration: none;
  font-weight: 800;
  padding: 18px 60px;
  border-radius: 999px;
  font-size: 18px;
}

@media (max-width: 900px) {
  .category-intro {
    grid-template-columns: 1fr;
  }

  .category-intro p {
    border-left: 0;
    padding-left: 0;
  }

  .category-showcase {
    grid-template-columns: 1fr;
    height: auto;
  }

  .category-media {
    height: 320px;
  }

  .category-tab {
    writing-mode: initial;
    transform: none;
    height: 78px;
    padding: 10px 18px;
    gap: 10px;
  }

  .category-tab .tab-icon,
  .category-tab .tab-number {
    position: static;
    transform: none;
  }

  .category-tab .tab-number {
    display: block;
    font-size: 24px;
  }
}

.clients-section {
  background: #ececec;
  padding: 40px 0 80px;
  overflow: hidden;
}

.clients-header {
  width: min(1200px, 90%);
  margin: 0 auto 70px;
}

.clients-header h2 {
  text-align: center;
  font-size: clamp(42px, 5vw, 74px);
  line-height: .95;
  font-weight: 900;
  color: #000;
  margin: 0;
}

.clients-header h2 span {
  color: #d90d4f;
}

/* =========================
   LOGO MARQUEE
========================= */

.logo-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.logo-track {
  display: flex;
  align-items: center;
  gap: 120px;
  width: max-content;

  animation: scrollLeft 28s linear infinite;
}

.logo-track img {
  height: 48px;
  width: auto;

  opacity: .35;
  filter: grayscale(100%);
  transition: .35s ease;
}

.logo-track img:hover {
  opacity: 1;
  filter: grayscale(0%);
  transform: scale(1.05);
}

@keyframes scrollLeft {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* fade edges */

.logo-slider::before,
.logo-slider::after {
  content: "";
  position: absolute;
  top: 0;
  width: 180px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.logo-slider::before {
  left: 0;
  background: linear-gradient(to right, #ececec, transparent);
}

.logo-slider::after {
  right: 0;
  background: linear-gradient(to left, #ececec, transparent);
}

/* MOBILE */

@media (max-width: 768px) {
  .logo-track {
    gap: 70px;
  }

  .logo-track img {
    height: 34px;
  }

  .clients-header h2 {
    font-size: 42px;
  }
}

.black-section {
  background: #000;
  color: #fff;
}

.steps {
  overflow: hidden;
}

.steps > .eyebrow,
.steps > .color-strip,
.steps > .center-title {
  width: min(1200px, 90%);
  margin-left: auto;
  margin-right: auto;
}

.steps > .eyebrow {
  padding-top: 50px;
  margin-bottom: 12px;
}

.color-strip {
  height: 2px;
  background: linear-gradient(90deg, #2946ad, #7b2ff7, #ef174f, #ff7a00);
}

.center-title {
  text-align: center;
  padding: 90px 0 100px;
}

.center-title h2 {
  max-width: 900px;
  margin: 0 auto 24px;
  font-size: clamp(44px, 5vw, 82px);
  line-height: .95;
  font-weight: 900;
}

.center-title p {
  max-width: 720px;
  margin: 0 auto;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.15;
  color: rgba(255,255,255,.78);
}

.steps .center-title h2 {
  max-width: 1800px;
}

.steps .center-title p {
  max-width: 1440px;
}

.step-panel {
  width: 100%;
  margin: 0;
  position: relative;
  min-height: 82vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #000;
}

.step-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(
      90deg,
      rgba(0,0,0,1) 0%,
      rgba(0,0,0,.94) 24%,
      rgba(0,0,0,.55) 47%,
      rgba(0,0,0,.12) 72%,
      rgba(0,0,0,.82) 100%
    ),
    var(--bg-image);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.step-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to bottom,
      #000 0%,
      transparent 16%,
      transparent 78%,
      #000 100%
    );
}

.step-content {
  position: relative;
  z-index: 2;
  width: min(1180px, 88%);
  margin: 0 auto;
}

.step-content span {
  display: block;
  font-size: clamp(90px, 10vw, 160px);
  line-height: .8;
  color: #e40046;
  font-weight: 900;
  margin-bottom: 36px;
}

.step-content h3 {
  max-width: 620px;
  margin: 0 0 34px;
  font-size: clamp(48px, 5vw, 82px);
  line-height: .95;
  font-weight: 900;
}

.step-content p {
  max-width: 600px;
  margin: 0 0 80px;
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1.08;
  font-weight: 600;
  color: rgba(255,255,255,.92);
}

.step-content p strong {
  color: #e40046;
}

.step-content .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 380px;
  padding: 22px 44px;
  border-radius: 999px;
  background: #e40046;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 800;
}

@media (max-width: 768px) {
  .center-title {
    text-align: left;
    padding: 60px 0 70px;
  }

  .step-panel {
    min-height: 680px;
    align-items: flex-end;
    padding-bottom: 60px;
  }

  .step-panel::before {
    background-position: 68% center;
  }

  .step-content p {
    margin-bottom: 40px;
  }

  .step-content .button {
    width: 100%;
    min-width: unset;
    font-size: 18px;
  }
}

.dark-panel {
  background: #01092d;
  padding: 90px 6vw 110px;
}

/* =========================
   HEADER
========================= */

.platform-header {
  margin-bottom: 70px;
  text-align: left;
}

.eyebrow {
  display: inline-block;
  margin: 0 0 14px;

  text-align: left;
  text-transform: uppercase;
  letter-spacing: 5px;

  font-size: 13px;
  color: #ff0a57;
}

.color-strip {
  height: 2px;
  width: 100%;
  margin-bottom: 50px;

  background: linear-gradient(
    90deg,
    #2946ad,
    #7b2ff7,
    #ef174f,
    #ff7a00
  );
}

.section-title h2 {
  max-width: 1100px;

  margin: 0;

  color: #fff;

  font-size: clamp(42px, 5vw, 76px);
  line-height: .95;
  font-weight: 900;
}

/* =========================
   GRID
========================= */

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;

  margin-bottom: 70px;
}

/* =========================
   CARD
========================= */

.feature-card {
  min-height: 240px;

  padding: 34px;

  border-radius: 18px;

  background: #0b142b;

  border: 1px solid rgba(255,255,255,.08);

  color: white;
}

.feature-top {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.feature-icon {
  width: 46px;
  height: 46px;

  border-radius: 12px;

  background: rgba(228,0,70,.18);
  border: 1px solid rgba(228,0,70,.5);

  color: #ff0a57;

  display: grid;
  place-items: center;

  font-size: 22px;

  flex-shrink: 0;
}

.feature-card h3 {
  margin: 2px 0 0;

  font-size: 30px;
  line-height: .95;
  font-weight: 800;
}

.feature-line {
  display: block;

  width: 24px;
  height: 2px;

  background: #ff0a57;

  margin: 34px 0 26px;
}

.feature-card p {
  margin: 0;

  max-width: 320px;

  color: rgba(255,255,255,.82);

  font-size: 17px;
  line-height: 1.25;
}

/* =========================
   HIGHLIGHT CARD
========================= */

.feature-card.highlight {
  background: #121022;
}

.feature-card.highlight .feature-icon {
  background: rgba(130,40,210,.2);
  border-color: rgba(168,85,247,.5);
  color: #a855f7;
}

.feature-card.highlight .feature-line {
  background: #a855f7;
}

.feature-card.highlight strong {
  display: block;

  margin-bottom: 12px;

  color: #ff0a57;

  font-size: 24px;
}

/* =========================
   BUTTON
========================= */

.button.centered {
  display: flex;
  justify-content: center;
  align-items: center;

  width: fit-content;

  margin: 0 auto;
}

.button.primary {
  min-width: 360px;

  padding: 22px 42px;

  border-radius: 999px;

  background: #e40046;
  color: #fff;

  text-decoration: none;

  font-size: 22px;
  font-weight: 800;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 980px) {

  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {

  .dark-panel {
    padding: 70px 24px 90px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .section-title h2 {
    font-size: 46px;
  }

  .feature-card h3 {
    font-size: 24px;
  }

  .button.primary {
    width: 100%;
    min-width: unset;

    font-size: 18px;
  }
}

.methodology-image {
  display: block;
  width: min(900px, 100%);
  height: auto;
  margin: 50px auto 0;
}

.orbit-section .platform-header {
  margin-bottom: 0;
}

.orbit-section .methodology-image {
  margin-top: 0;
}

.orbit-section .center-title {
  padding-bottom: 0;
}

.orbit-section .center-title p {
  margin-bottom: 0;
}

.steps > .color-strip {
  width: min(1800px, 90%);
  margin-left: auto;
  margin-right: auto;
}

.steps > .color-strip,
.steps > .center-title {
  width: min(1800px, 90%);
}

#solucion > .eyebrow,
#solucion > .solution-strip,
#solucion > .center-title {
  width: min(1200px, 90%) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#solucion > .solution-strip {
  display: block;
  height: 2px;
  margin-bottom: 50px;
  background: linear-gradient(90deg, #2946ad, #7b2ff7, #ef174f, #ff7a00);
}

#solucion .center-title h2,
#solucion .center-title p {
  width: 100% !important;
  max-width: none !important;
}

#solucion > .eyebrow {
  display: block !important;
  box-sizing: border-box;
}

#solucion > .center-title {
  box-sizing: border-box;
}

#solucion {
  padding-left: 6vw !important;
  padding-right: 6vw !important;
}

#solucion > .eyebrow,
#solucion > .solution-strip,
#solucion > .center-title {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#modelo .section-title h2 {
  color: #000 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title h2,
.center-title h2,
.hero-title h1,
.category-intro h2,
.card-copy h3,
.clients-header h2,
.step-content h3,
.feature-card h3,
.comparison > h3,
.footer h2 {
  font-family: var(--global-heading-font) !important;
}

body,
p,
a,
button,
input,
textarea,
select,
label,
li,
span,
small,
strong,
b,
em,
cite,
blockquote,
.nav-cta,
.eyebrow,
.button,
.category-tab,
.timeline-trigger,
.card-copy p,
.feature-card p,
.step-content p,
.center-title p,
.section-title p {
  font-family: var(--global-body-font) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.section-title h2,
.center-title h2,
.hero-title h1,
.category-intro h2,
.card-copy h3,
.clients-header h2,
.step-content h3,
.feature-card h3,
.comparison > h3,
.footer h2 {
  font-family: var(--global-heading-font) !important;
}

#modelo.light-section {
  background: #e9e9e9;
}

#modelo.model {
  padding: 28px 28px 38px;
  font-family: var(--global-body-font), "Inter", "Helvetica Neue", Arial, sans-serif;
}

#modelo .section-title {
  max-width: 980px;
}

#modelo .eyebrow {
  margin: 0;
  font-size: 13px;
  letter-spacing: 8px;
  font-weight: 700;
}

#modelo .pink {
  color: #e0093f;
}

#modelo .color-strip {
  width: 100%;
  height: 2px;
  margin: 8px 0 68px;
  background: linear-gradient(
    90deg,
    #e0093f 0%,
    #071033 25%,
    #006bff 50%,
    #18c7b3 72%,
    #ff6a00 100%
  );
}

#modelo .section-title h2 {
  margin: 0;
  max-width: 520px;
  font-size: clamp(44px, 5vw, 58px);
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: -0.06em;
  color: #000 !important;
}

#modelo .section-copy {
  margin: 48px 0 60px;
  font-size: 23px;
  line-height: 1.18;
  letter-spacing: -0.05em;
  color: #111;
}

#modelo .pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

#modelo .pricing-card {
  min-height: 210px;
  padding: 36px 18px;
  border: 1px solid #d3d3d3;
  border-radius: 14px;
  background: transparent;
  display: flex;
  flex-direction: column;
}

#modelo .pricing-card .tag {
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: #f1cbd6;
  color: #e0093f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
}

#modelo .pricing-card h3 {
  margin: 16px 0 12px;
  font-size: 21px;
  line-height: 1;
  color: #071033;
  font-weight: 900;
}

#modelo .pricing-card p {
  margin: 0 0 26px;
  max-width: 280px;
  color: #6b6f7c;
  font-size: 14px;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

#modelo .pricing-card a {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  border-radius: 5px;
  background: #020a2b;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}

#modelo .pricing-card.highlight {
  background: #e0093f;
  border-color: #e0093f;
  color: #fff;
}

#modelo .pricing-card.highlight .tag {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}

#modelo .pricing-card.highlight h3,
#modelo .pricing-card.highlight p {
  color: #fff;
}

#modelo .pricing-card.highlight a {
  background: #e9e9e9;
  color: #e0093f;
}

@media (max-width: 850px) {
  #modelo .pricing-grid {
    grid-template-columns: 1fr;
  }

  #modelo .color-strip {
    margin-bottom: 42px;
  }

  #modelo .section-copy {
    margin: 32px 0 40px;
    font-size: 20px;
  }
}

.results {
  background: #e9e9e9;
  display: block;
  padding: 18px 60px 38px;
  font-family: var(--global-body-font), "Inter", "Helvetica Neue", Arial, sans-serif;
}

.results .results-inner {
  display: grid;
  grid-template-columns: 38% 62%;
  gap: 40px;
  align-items: center;
}

.results .eyebrow {
  margin: 0;
  font-size: 13px;
  letter-spacing: 7px;
  font-weight: 700;
  text-transform: uppercase;
}

.results .pink {
  color: #e0093f;
}

.results .color-strip {
  width: 100%;
  height: 2px;
  margin: 6px 0 48px;
  background: linear-gradient(
    90deg,
    #e0093f,
    #071033 28%,
    #006bff 52%,
    #14b8a6 76%,
    #ff6a00
  );
}

.results .results-copy h2 {
  margin: 0;
  font-size: clamp(54px, 5.5vw, 66px);
  line-height: 0.92;
  letter-spacing: -0.07em;
  font-weight: 900;
  color: #03083d;
}

.results .results-copy h2 span {
  color: #e0093f;
}

.results .results-question {
  margin: 42px 0 72px;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.05em;
  color: #000;
}

.results .button.primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 328px;
  height: 56px;
  padding: 0 28px;
  border-radius: 999px;
  background: #e0093f;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
}

.results .quotes {
  display: flex;
  flex-direction: column;
  gap: 44px;
  padding-top: 130px;
}

.results .quote {
  display: grid;
  grid-template-columns: 8px 82px 1fr;
  gap: 28px;
  align-items: center;
}

.results .quote-line {
  width: 8px;
  height: 145px;
  background: #bfbfbf;
}

.results .quote.active .quote-line {
  background: #e0093f;
}

.results .quote img {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  object-fit: cover;
}

.results .quote h3,
.results .quote h4 {
  margin: 0;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
}

.results .quote h3 {
  color: #0a0a0a;
}

.results .quote h4 {
  margin-bottom: 8px;
  color: #0a0a0a;
}

.results .quote p {
  margin: 0;
  max-width: 520px;
  font-size: 18px;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: #222;
}

.results .quote.muted {
  opacity: 0.45;
}

@media (max-width: 900px) {
  .results {
    padding: 24px;
  }

  .results .results-inner {
    grid-template-columns: 1fr;
  }

  .results .color-strip {
    margin-bottom: 60px;
  }

  .results .quotes {
    padding-top: 20px;
  }

  .results .quote {
    grid-template-columns: 6px 64px 1fr;
    gap: 18px;
  }

  .results .quote img {
    width: 64px;
    height: 64px;
  }

  .results .button.primary {
    min-width: 100%;
  }
}

.results .quote {
  transition: opacity .35s ease, transform .35s ease;
}

.results .quote.active {
  opacity: 1;
  transform: translateX(0) scale(1.04);
}

.results .quote.muted {
  opacity: 0.45;
  transform: translateX(0) scale(1);
}

.comparison {
  background: #e9e9e9;
  padding: 36px 36px 28px;
  font-family: var(--global-body-font), "Inter", "Helvetica Neue", Arial, sans-serif;
}

.comparison-title h2 {
  margin: 0;
  font-size: clamp(42px, 5vw, 58px);
  line-height: 0.92;
  letter-spacing: -0.06em;
  font-weight: 900;
  color: #000;
}

.comparison-title h2 span {
  color: #e0093f;
}

.comparison-title p {
  margin: 24px 0 58px;
  font-size: 23px;
  line-height: 1.18;
  letter-spacing: -0.05em;
  color: #111;
}

.compare-table {
  display: grid;
  grid-template-columns: 220px repeat(6, 1fr);
  max-width: 980px;
  margin: 0 auto;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.22);
}

.cell {
  min-height: 58px;
  padding: 0 18px;
  background: #e4e4e4;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #060a2d;
  font-size: 13px;
}

.cell.label {
  justify-content: flex-start;
  padding-left: 22px;
  font-size: 13px;
}

.cell.head {
  min-height: 56px;
  background: #03071c;
  color: #7e8290;
  font-size: 9px;
  line-height: 1.25;
  letter-spacing: 2px;
  font-weight: 900;
  text-align: center;
}

.cell.empty {
  border-top-left-radius: 16px;
}

.icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}

.icon.yes {
  background: #cce9d6;
  color: #18a05e;
}

.icon.no {
  background: #efd2d3;
  color: #e44a4a;
}

.icon.mid {
  background: #eadf9d;
  color: #c59c00;
}

.cell.infuse {
  min-height: 66px;
  background: #e0093f;
  border-color: rgba(0, 0, 0, 0.12);
}

.cell.label.infuse {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.icon.big {
  width: 34px;
  height: 34px;
  background: #e9e9e9;
  color: #e0093f;
  font-size: 23px;
  font-weight: 900;
}

.comparison-note {
  margin: 54px 0 24px;
  text-align: center;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.05em;
  font-weight: 700;
  color: #000;
}

.comparison h3 {
  margin: 0;
  text-align: center;
  font-size: 31px;
  line-height: 1.12;
  letter-spacing: -0.05em;
  font-weight: 900;
  color: #03083d;
}

@media (max-width: 900px) {
  .comparison {
    padding: 28px 20px;
  }

  .compare-table {
    overflow-x: auto;
    display: grid;
    grid-template-columns: 160px repeat(6, 120px);
  }

  .comparison-title p br,
  .comparison-note br,
  .comparison h3 br {
    display: none;
  }

  .comparison-note,
  .comparison h3 {
    text-align: left;
  }
}

.comparison > h3 {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

#modelo.model,
.results,
.comparison {
  padding-left: clamp(20px, 7vw, 108px) !important;
  padding-right: clamp(20px, 7vw, 108px) !important;
}

@media (max-width: 900px) {
  #modelo.model,
  .results,
  .comparison {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
