/* Comparison chart – client infographic match */
.cc-page {
  --cc-navy: #001428;
  --cc-navy-hdr: #0a2540;
  --cc-navy-cta: #1a4a7a;
  --cc-navy-trust: #061525;
  --cc-otolift: #003366;
  --cc-otolift-hi: #1565a8;
  --cc-savaria: #1b5e20;
  --cc-savaria-hi: #2e7d32;
  --cc-stannah: #1a365d;
  --cc-stannah-hi: #2c5282;
  --cc-acorn: #8b0000;
  --cc-acorn-hi: #c62828;
  --cc-sky: #5eb8ff;
  --cc-gold: #e8b923;
  --cc-gold-dark: #c9a020;
  --cc-yellow: #f5c518;
  --cc-yellow-pill: #f9d71c;
  --cc-row-alt: #f0f3f7;
  --cc-border: #b8c5d4;
  --cc-star-off: #c0c8d0;

  max-width: 100%;
  margin: 0;
  font-family: Arial, Helvetica, 'Open Sans', sans-serif;
  font-size: 11px;
  color: #222;
  line-height: 1.3;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* ═══ HERO (banner superior) ═══ */
.cc-hero {
  position: relative;
  display: flex;
  align-items: stretch;
  background: linear-gradient(105deg, #0b1a32 0%, #0f2744 38%, #152f4f 62%, #1a3a5c 100%);
  color: #fff;
  padding: 20px 18px;
  min-height: 200px;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}

/* Foto a la derecha; difuminado hacia el azul a la izquierda */
.cc-hero__lift {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 79%;
  height: 100%;
  background: url('../images/comparison-hero-bg.jpg') right 40% / cover no-repeat;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    transparent 18%,
    rgba(0, 0, 0, 0.2) 38%,
    rgba(0, 0, 0, 0.65) 52%,
    #000 68%
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    transparent 18%,
    rgba(0, 0, 0, 0.2) 38%,
    rgba(0, 0, 0, 0.65) 52%,
    #000 68%
  );
}

.cc-hero__lift::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #0b1a32 0%,
    #0f2744 10%,
    rgba(15, 39, 68, 0.9) 24%,
    rgba(21, 47, 79, 0.45) 42%,
    rgba(26, 58, 92, 0.08) 58%,
    transparent 72%
  );
  pointer-events: none;
}

.cc-hero__inner {
  position: relative;
  z-index: 3;
  flex: 1 1 auto;
  max-width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 8px;
}

.cc-hero__title {
  margin: 0 0 12px;
  line-height: 1.05;
}

.cc-hero__title-main {
  display: block;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
  line-height: 0.95;
}

.cc-hero__title-sub {
  display: block;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #5b8ef0;
  margin-top: 4px;
}

.cc-hero__rule {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0 0 10px;
  max-width: 320px;
}

.cc-hero__rule-line {
  flex: 1;
  height: 1px;
  background: #fff;
  opacity: 0.9;
}

.cc-hero__shield {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin: 0 8px;
  background: #3d7fd6;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  flex-shrink: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.cc-hero__shield .fa-check {
  font-weight: bold;
}

.cc-hero__subtitle {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.2;
}

.cc-hero__tagline {
  margin: 0;
  font-size: 10.5px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.4;
  max-width: 340px;
  text-transform: none;
  letter-spacing: 0;
}

/* Banderín: capa blanca (contorno) + capa azul (relleno), misma silueta = sin orejas */
.cc-hero__ribbon {
  margin-right:20px;
  --cc-ribbon-blue: #2c46a6;
  --cc-ribbon-notch: 18px;
  --cc-ribbon-border: 2px;
  --cc-ribbon-clip: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--cc-ribbon-notch)),
    50% 100%,
    0 calc(100% - var(--cc-ribbon-notch))
  );
  --cc-ribbon-clip-in: polygon(
    var(--cc-ribbon-border) var(--cc-ribbon-border),
    calc(100% - var(--cc-ribbon-border)) var(--cc-ribbon-border),
    calc(100% - var(--cc-ribbon-border)) calc(100% - var(--cc-ribbon-notch) - var(--cc-ribbon-border)),
    50% calc(100% - var(--cc-ribbon-border)),
    var(--cc-ribbon-border) calc(100% - var(--cc-ribbon-notch) - var(--cc-ribbon-border))
  );

  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  transform: none;
  width: 122px;
  min-height: 128px;
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.4));
}

.cc-hero__ribbon-shell {
  position: absolute;
  inset: 0;
  background: #fff;
  clip-path: var(--cc-ribbon-clip);
  pointer-events: none;
}

.cc-hero__ribbon-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
  min-height: 132px;
  padding: 10px 8px calc(14px + var(--cc-ribbon-notch));
  text-align: center;
  background: #1a365d;
  border: none;
  clip-path: var(--cc-ribbon-clip-in);
}

.cc-hero__ribbon-inner::before,
.cc-hero__ribbon-inner::after {
  display: none;
}

.cc-hero__ribbon-inner > * {
  position: relative;
  z-index: 2;
}

.cc-hero__ribbon-stars {
  margin-bottom: 7px;
  line-height: 1;
  letter-spacing: 4px;
}

.cc-hero__star {
  color: #f5c518;
  font-size: 13px;
}

.cc-hero__star--outline {
  color: transparent;
  -webkit-text-stroke: 1.5px #f5c518;
  text-stroke: 1.5px #f5c518;
}

.cc-hero__ribbon-line {
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
}

.cc-hero__ribbon-line--sm {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.cc-hero__ribbon-line--xs {
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin: 0;
  line-height: 1.25;
  max-width: 100%;
}

.cc-hero__ribbon-line--xs:first-of-type {
  margin-top: 6px;
}

.cc-hero__ribbon-years {
  display: block;
  margin: 8px 0 10px;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}

/* ═══ BRAND CARDS (top comparison row) ═══ */
.cc-brands {
  --cc-brand-navy: #10255a;
  --cc-brand-green: #1d4321;
  --cc-brand-red: #8b1e1e;
  --cc-pick-yellow: #f7d051;
  --cc-brand-face: "Arial Black", "Arial-Black", "Helvetica Neue", Arial, sans-serif;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #a8b4c4;
  border-top: none;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  background: linear-gradient(180deg, #fafbfc 0%, #f0f2f5 100%);
}

.cc-brand {
  padding: 28px 8px 14px;
  text-align: center;
  border-right: 1px solid #c5ced8;
  position: relative;
  background: transparent;
}

.cc-brand:last-child {
  border-right: none;
}

.cc-brand--otolift {
  --cc-otolift-card: #2c46a6;
  background: linear-gradient(180deg, #fffdf0 0%, #f6f7f9 35%);
}

/* #1 Pick ribbon – visible en Otolift; espaciador transparente en el resto */
.cc-brand__pick {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: var(--cc-pick-yellow);
  color: #111;
  font-size: 9px;
  font-weight: 900;
  padding: 4px 2px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  line-height: 1.2;
  border-bottom: 1px solid #d4a830;
}

.cc-brand__pick--spacer {
  background: transparent;
  color: transparent;
  border-bottom-color: transparent;
  pointer-events: none;
  user-select: none;
}

/* Nombre + sello (#1 a la izquierda en Otolift) */
.cc-brand__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 44px;
}

.cc-brand__head--solo {
  min-height: 44px;
}

.cc-brand__rank {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, #fff8c8 0%, #f7d051 42%, #d4a830 100%);
  border: 2px solid #b8921a;
  box-shadow:
    0 0 0 2px #fff,
    0 2px 4px rgba(0, 0, 0, 0.2),
    inset 0 1px 2px rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cc-brand__rank span {
  font-size: 15px;
  font-weight: 900;
  color: #1a1408;
  line-height: 1;
}

.cc-brand__name {
  margin: 0;
  font-family: var(--cc-brand-face);
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1;
}

.cc-brand__name--otolift {
  color: var(--cc-otolift-card, #2c46a6);
}

.cc-brand__name--stannah {
  color: var(--cc-brand-navy);
}

.cc-brand--otolift .cc-stars--navy .cc-star-on {
  color: var(--cc-otolift-card, #2c46a6);
}

.cc-brand__name--savaria {
  color: var(--cc-brand-green);
}

.cc-brand__name--acorn {
  color: var(--cc-brand-red);
}

/* Estrellas por marca */
.cc-stars {
  font-size: 22px;
  letter-spacing: 2px;
  margin: 0 0 8px;
  line-height: 1;
}

.cc-stars--navy .cc-star-on { color: var(--cc-brand-navy); }
.cc-stars--savaria .cc-star-on { color: var(--cc-brand-green); }
.cc-stars--acorn .cc-star-on,
.cc-stars--acorn .cc-star-half {
  color: var(--cc-brand-red);
}

.cc-star-off {
  color: #c0c8d0;
}

.cc-star-half {
  display: inline-block;
  background: linear-gradient(90deg, var(--cc-brand-red) 50%, #c0c8d0 50%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* Subtítulos: negro, bold, mayúsculas (no color de marca) */
.cc-brand__rating-label {
  margin: 0 0 8px;
  font-family: var(--cc-brand-face);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #111;
  line-height: 1.2;
}

/* Barras de color */
.cc-brand__pill {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  padding: 6px 5px;
  font-size: 7.5px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.25;
  border-radius: 4px;
  box-sizing: border-box;
}

.cc-brand__pill--otolift {
  background: var(--cc-otolift-card, #2c46a6);
}

.cc-brand__pill--stannah {
  background: var(--cc-brand-navy);
}

.cc-brand__pill--savaria {
  background: var(--cc-brand-green);
}

.cc-brand__pill--acorn {
  background: var(--cc-brand-red);
}

/* Descripción: negro, peso normal */
.cc-brand__desc {
  margin: 0;
  font-size: 8.5px;
  line-height: 1.4;
  font-weight: 400;
  color: #1a1a1a;
  padding: 0 2px;
  text-transform: none;
  letter-spacing: 0;
}

.cc-brand__choice {
  margin: 6px 0 0;
  font-size: 9px;
  font-weight: 900;
  text-transform: none;
}

.cc-brand__choice a {
  color: var(--cc-brand-navy);
  text-decoration: none;
}

.cc-brand--otolift .cc-brand__choice a {
  color: var(--cc-otolift-card, #2c46a6);
}

.cc-brand__choice a:hover {
  text-decoration: underline;
}

/* ═══ TABLE ═══ */
.cc-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--cc-border);
  border-top: none;
  background: #fff;
}

.cc-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.cc-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.cc-table thead th {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 9.5px;
  letter-spacing: 0.04em;
  padding: 9px 5px;
  text-align: center !important;
  vertical-align: middle;
  border: 1px solid #d5dde6;
}

.cc-th-feature {
  text-align: left !important;
  padding-left: 8px !important;
  width: 24%;
  background: #000 !important;
  color: #fff !important;
  font-size: 9px !important;
}

.cc-th--otolift {
  color: #2c46a6  !important;
  font-size: 16px !important;
  font-weight: 900 !important;
}

.cc-th--savaria {
  color: #1d4321  !important;
  font-size: 16px !important;
  font-weight: 900 !important;
}

.cc-th--stannah {
  color: #10255a  !important;
  font-size: 16px !important;
  font-weight: 900 !important;
}

.cc-th--acorn {
  color: #8b1e1e  !important;
  font-size: 16px !important;
  font-weight: 900 !important;
}

.cc-table tbody td,
.cc-table tbody th.cc-table__feature {
  padding: 8px 5px;
  text-align: center;
  border: 1px solid #d5dde6;
  vertical-align: middle;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 9.5px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.cc-table tbody tr:nth-child(odd) td,
.cc-table tbody tr:nth-child(odd) th.cc-table__feature {
  background: #fff;
}

.cc-table tbody tr:nth-child(even) td,
.cc-table tbody tr:nth-child(even) th.cc-table__feature {
  background: var(--cc-row-alt);
}

.cc-table__feature {
  text-align: left !important;
  padding-left: 8px !important;
  color: #1a1a1a !important;
  font-size: 9px !important;
  white-space: nowrap;
}

.cc-table__feature i {
  width: 13px;
  margin-right: 4px;
  color: #444;
  font-size: 10px;
}

.cc-table .cc-t--otolift { color: #1a5fad; }
.cc-table .cc-t--savaria { color: #2e7d32; }
.cc-table .cc-t--stannah { color: #234876; }
.cc-table .cc-t--acorn { color: #b71c1c; }

/* Overall Score row – como imagen de referencia */
.cc-table tbody tr.cc-table__score-row th.cc-table__score-label {
  background: #0a1628 !important;
  border-color: #061525 !important;
  color: #fff !important;
  text-align: center !important;
  vertical-align: middle !important;
  padding: 18px 10px !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  white-space: normal !important;
  min-width: 90px;
}

.cc-score-label-main {
  display: block;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.15;
  color: #fff;
}

.cc-score-label-sub {
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.15;
  color: #fff;
  margin-top: 5px;
}

.cc-table tbody tr.cc-table__score-row td.cc-score-cell {
  background: #f2f4f7 !important;
  border: 1px solid #d5dde6 !important;
  border-top: 1px solid #c5ced8 !important;
  padding: 16px 8px !important;
  text-align: center !important;
  vertical-align: middle !important;
}

.cc-score-cell {
  text-align: center !important;
}

.cc-score-num {
  display: block;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 8px;
  letter-spacing: -0.03em;
}

.cc-score-cell--otolift .cc-score-num {
  color: #2a6cb5;
}

.cc-score-cell--savaria .cc-score-num {
  color: #1d4321;
}

.cc-score-cell--stannah .cc-score-num {
  color: #10255a;
}

.cc-score-cell--acorn .cc-score-num {
  color: #8b1e1e;
}

.cc-table__score-row .cc-stars {
  display: block;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0 auto;
}

.cc-stars--score-otolift .cc-star-on {
  color: #2a6cb5;
}

.cc-stars--score-savaria .cc-star-on {
  color: #1d4321;
}

.cc-stars--score-stannah .cc-star-on {
  color: #10255a;
}

.cc-stars--score-acorn .cc-star-on {
  color: #8b1e1e;
}

.cc-table__score-row .cc-star-off {
  color: #c0c8d0;
}

/* ═══ RECOMMENDED (#1 banner) ═══ */
.cc-recommended {
  --cc-rec-blue: #2c4a9e;
  padding: 8px 6px;
  background: #153a5e;
  border-top: none;
}

.cc-recommended__inner {
  display: flex;
  align-items: stretch;
  width: 100%;
  gap: 0;
  padding: 4px 12px;
  background: #fff;
  border: 1px solid #1e3a6e;
  border-radius: 8px;
}

.cc-recommended__badge {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 14px 4px 6px;
  border-right: 1px solid #d8dde6;
}

.cc-recommended__badge-img {
  display: block;
  width: 108px;
  height: auto;
  max-width: none;
}

.cc-recommended__body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4px 0 4px 14px;
}

.cc-recommended__title {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 900;
  color: var(--cc-rec-blue);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.15;
  text-align: center;
}

.cc-recommended__features {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}

.cc-recommended__feature {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
  min-width: 0;
  border-right: 1px solid #d8dde6;
}

.cc-recommended__feature:last-child {
  border-right: none;
  padding-right: 0;
}

.cc-recommended__feature:first-child {
  padding-left: 0;
}

.cc-recommended__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #fff;
  font-size: 13px;
  line-height: 1;
}

.cc-recommended__icon--check,
.cc-recommended__icon--shield {
  background: var(--cc-rec-blue);
  border-radius: 4px;
  clip-path: polygon(50% 0%, 100% 18%, 100% 72%, 50% 100%, 0% 72%, 0% 18%);
  width: 30px;
  height: 32px;
  font-size: 12px;
}

.cc-recommended__icon--users {
  background: transparent;
  color: var(--cc-rec-blue);
  width: auto;
  height: auto;
  font-size: 22px;
}

.cc-recommended__icon--thumbs-up {
  background: var(--cc-rec-blue);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 15px;
}

.cc-recommended__text {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

.cc-recommended__line {
  display: block;
  font-size: 9px;
  font-weight: 900;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.2;
  white-space: nowrap;
}

.cc-page:lang(es) .cc-recommended__line {
  font-size: 8px;
  white-space: normal;
}

/* ═══ CTA (dos cajas inferiores) ═══ */
.cc-cta {
  --cc-cta-navy: #001428;
  --cc-cta-blue: #0d5db8;
  --cc-cta-yellow: #ffcc00;
  --cc-cta-border: #6eb8f0;

  display: flex;
  align-items: stretch;
  gap: 8px;
  min-width: 0;
  max-width: 100%;
  background: #153a5e;
  border: none;
}

.cc-cta__primary {
  flex: 1 1 58%;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  min-height: 0;
  color: #fff;
  text-decoration: none;
  background: var(--cc-cta-navy);
  border: 1px solid var(--cc-cta-border);
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.cc-cta__primary:hover,
.cc-cta__primary:focus {
  color: #fff;
  text-decoration: none;
  background: #0a2540;
  border-color: #8fd4ff;
}

.cc-cta__globe-badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(145deg, #2a8ee8 0%, var(--cc-cta-blue) 50%, #084a8f 100%);
  border: 2px solid rgba(140, 210, 255, 0.5);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}

.cc-cta__globe-badge .fa {
  font-size: 30px;
  color: #fff;
  line-height: 1;
}

.cc-cta__copy {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 3px;
  min-width: 0;
}

.cc-cta__headline {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 1.15;
}

.cc-cta__action {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 6px;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
  max-width: 100%;
}

.cc-cta__action-prefix {
  color: #fff;
  white-space: nowrap;
}

.cc-cta__action-highlight {
  color: var(--cc-cta-yellow);
  white-space: nowrap;
}

.cc-cta__url-pill {
  display: inline-block;
  max-width: 100%;
  background: var(--cc-cta-yellow);
  color: #111 !important;
  font-size: 8px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 999px;
  margin-top: 0;
  text-transform: lowercase;
  letter-spacing: 0;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cc-cta__arrow {
  flex-shrink: 0;
  display: inline-block;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  margin-left: 0;
}

.cc-cta__secondary {
  flex: 1 1 38%;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  min-height: 0;
  background: #fff;
  border: 1px solid var(--cc-cta-blue);
  border-radius: 10px;
  text-decoration: none;
  box-shadow: none;
}

.cc-cta__secondary:hover,
.cc-cta__secondary:focus {
  background: #f4f8fc;
  text-decoration: none;
  border-color: #0d5db8;
}

.cc-cta__calendar {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--cc-cta-blue);
  font-size: 38px;
  line-height: 1;
}

.cc-cta__consult {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.cc-cta__consult-title {
  display: block;
  font-size: 18px;
  font-weight: 900;
  color: var(--cc-cta-blue);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.05;
}

.cc-cta__consult-sub {
  display: block;
  font-size: 9px;
  font-weight: 800;
  color: var(--cc-cta-blue);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.15;
}

.cc-page:lang(es) .cc-cta__action {
  font-size: 18px;
}

.cc-page:lang(es) .cc-cta__consult-title {
  font-size: 15px;
}

.cc-page:lang(es) .cc-cta__consult-sub {
  font-size: 8px;
}

/* col-lg-8: entre 992px y 1199px la columna es estrecha */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .cc-cta__primary {
    flex: 1 1 52%;
    gap: 8px;
    padding: 10px 10px;
  }

  .cc-cta__secondary {
    padding: 10px 10px;
    gap: 8px;
  }

  .cc-cta__globe-badge {
    width: 48px;
    height: 48px;
  }

  .cc-cta__globe-badge .fa {
    font-size: 26px;
  }

  .cc-cta__headline {
    font-size: 9px;
    white-space: normal;
  }

  .cc-cta__action {
    font-size: 16px;
  }

  .cc-cta__arrow {
    font-size: 20px;
  }

  .cc-cta__consult-title {
    font-size: 14px;
    white-space: normal;
    line-height: 1.1;
  }

  .cc-cta__consult-sub {
    font-size: 8px;
    white-space: normal;
  }

  .cc-cta__calendar {
    width: 34px;
    height: 34px;
    font-size: 32px;
  }

  .cc-page:lang(es) .cc-cta__action {
    font-size: 13px;
  }

  .cc-page:lang(es) .cc-cta__consult-title {
    font-size: 11px;
  }
}

@media (min-width: 1200px) {
  .cc-cta__secondary {
    flex: 0 1 35%;
    min-width: 220px;
  }
}

/* ═══ TRUST FOOTER (barra inferior) ═══ */
.cc-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  background: #2d3039;
  color: #fff;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}

.cc-trust__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 12px;
  text-align: left;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  min-width: 0;
}

.cc-trust__item:last-child {
  border-right: none;
}

.cc-trust__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  color: #fff;
  line-height: 1;
}

.cc-trust__florida-img {
  display: block;
  width: 34px;
  height: auto;
  max-height: 46px;
  object-fit: contain;
}

.cc-trust__icon--shield {
  position: relative;
  width: 40px;
  height: 40px;
  font-size: 38px;
}

.cc-trust__icon--shield .fa-shield {
  color: #fff;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
}

.cc-trust__icon--shield .fa-check {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}

.cc-trust__icon--home {
  font-size: 36px;
}

.cc-trust__icon--home .fa-home {
  color: transparent;
  -webkit-text-stroke: 1.5px #fff;
  text-stroke: 1.5px #fff;
}

.cc-trust__copy {
  flex: 1 1 auto;
  min-width: 0;
}

.cc-trust__title {
  display: block;
  margin: 0 0 4px;
  font-size: 9.5px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
}

.cc-trust__text {
  display: block;
  font-size: 7.5px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
}

.cc-page:lang(es) .cc-trust__title {
  font-size: 9px;
}

.cc-page:lang(es) .cc-trust__text {
  font-size: 7px;
}

/* ═══ Responsive ═══ */
/* Tablet: hero sigue en fila (texto + bandera derecha) como desktop */
@media (min-width: 576px) and (max-width: 991px) {
  .cc-hero {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    padding: 14px 12px;
    min-height: 180px;
  }
  .cc-hero__inner {
    flex: 1 1 auto;
    max-width: 56%;
    min-width: 0;
    padding-right: 6px;
  }
  .cc-hero__title-main {
    font-size: 30px;
    letter-spacing: 0;
  }
  .cc-hero__title-sub {
    font-size: 16px;
  }
  .cc-hero__rule {
    max-width: 100%;
  }
  .cc-hero__subtitle {
    font-size: 11px;
  }
  .cc-hero__tagline {
    font-size: 9px;
    max-width: 100%;
  }
  .cc-hero__lift {
    width: 68%;
  }
  .cc-hero__ribbon {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 6px;
    width: 108px;
    flex: 0 0 auto;
  }
  .cc-hero__ribbon-years {
    font-size: 30px;
  }
  .subpage .left .cc-page .cc-hero__title-main {
    font-size: 30px !important;
  }
  .subpage .left .cc-page .cc-hero__title-sub {
    font-size: 16px !important;
  }
  .subpage .left .cc-page .cc-hero__ribbon-years {
    font-size: 30px !important;
  }
}

@media (max-width: 991px) {
  .cc-brands { grid-template-columns: repeat(2, 1fr); }
  .cc-brands > .cc-brand:nth-child(3) { border-right: none; }
  .cc-brands > .cc-brand:nth-child(3),
  .cc-brands > .cc-brand:nth-child(4) { border-bottom: 1px solid var(--cc-border); }
  .cc-recommended {
    padding: 8px 6px;
  }
  .cc-recommended__inner {
    flex-direction: column;
    align-items: center;
    padding: 12px 10px;
  }
  .cc-recommended__badge {
    border-right: none;
    border-bottom: 1px solid #d8dde6;
    padding: 0 0 12px;
    width: 100%;
  }
  .cc-recommended__body {
    padding: 12px 0 0;
    width: 100%;
  }
  .cc-recommended__features {
    flex-wrap: wrap;
  }
  .cc-recommended__feature {
    flex: 1 1 45%;
    border-right: none;
    border-bottom: 1px solid #e8ecf1;
    padding: 8px 6px;
  }
  .cc-recommended__feature:nth-child(odd) {
    border-right: 1px solid #e8ecf1;
  }
  .cc-recommended__feature:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .cc-cta {
    flex-direction: column;
    gap: 8px;
    padding-top: 8px;
  }
  .cc-cta__primary,
  .cc-cta__secondary {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
  }
  .cc-cta__globe-badge {
    width: 50px;
    height: 50px;
  }
  .cc-cta__globe-badge .fa { font-size: 26px; }
  .cc-cta__headline { font-size: 9px; }
  .cc-cta__action { font-size: 18px; }
  .cc-cta__arrow { font-size: 20px; }
  .cc-cta__consult-title { font-size: 16px; }
  .cc-cta__consult-sub { font-size: 8px; }
  .cc-cta__calendar { font-size: 34px; }
  .cc-cta__url-pill {
    white-space: normal;
    word-break: break-all;
    font-size: 9px;
  }
  .cc-trust {
    grid-template-columns: 1fr;
  }
  .cc-trust__item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    padding: 12px 14px;
  }
  .cc-trust__item:last-child {
    border-bottom: none;
  }
}

/* Solo por debajo de sm: hero en columna */
@media (max-width: 575.98px) {
  .cc-hero {
    flex-direction: column;
    padding: 16px 14px 20px;
    min-height: 0;
  }
  .cc-hero__inner {
    max-width: 100%;
    padding-right: 0;
  }
  .cc-hero__lift {
    right: 0;
    width: 100%;
    opacity: 0.4;
    background-position: right 50%;
    mask-image: linear-gradient(180deg, transparent 35%, #000 85%);
    -webkit-mask-image: linear-gradient(180deg, transparent 35%, #000 85%);
  }
  .cc-hero__lift::after {
    background: linear-gradient(
      180deg,
      #0b1a32 0%,
      rgba(15, 39, 68, 0.85) 40%,
      transparent 70%
    );
  }
  .cc-hero__ribbon {
    position: static;
    transform: none;
    width: 118px;
    max-width: 100%;
    margin: 14px auto 0;
    margin-right: auto;
  }
  .cc-hero__title-main { font-size: 28px; }
  .cc-hero__title-sub { font-size: 17px; }
  .cc-hero__ribbon-years { font-size: 28px; margin: 6px 0 8px; }
  .subpage .left .cc-page .cc-hero__ribbon-years {
    font-size: 28px !important;
    margin: 6px 0 8px !important;
  }
  .cc-brands { grid-template-columns: 1fr; }
  .cc-brand { border-right: none; border-bottom: 1px solid #c5ced8; }
  .cc-brand__name { font-size: 20px; }
  .cc-brand__head { gap: 4px; }
  .cc-recommended__features { flex-direction: column; }
  .cc-recommended__feature {
    flex: 1 1 100%;
    border-right: none !important;
    border-bottom: 1px solid #e8ecf1;
  }
  .cc-recommended__feature:last-child { border-bottom: none; }
  .cc-recommended__title { font-size: 14px; }
  .cc-recommended__badge-img { width: 96px; }
}

/* Override site teal headings inside .left */
.subpage .left .cc-page .cc-hero__title-main {
  font-family: "Arial Black", "Arial-Black", "Helvetica Neue", Arial, sans-serif !important;
  color: #fff !important;
  font-size: 42px !important;
  font-weight: 900 !important;
}

.subpage .left .cc-page .cc-hero__title-sub {
  color: #5b8ef0 !important;
  font-size: 24px !important;
  font-weight: 800 !important;
}

.subpage .left .cc-page .cc-hero__subtitle {
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

.subpage .left .cc-page .cc-hero__tagline {
  font-size: 10.5px !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.95) !important;
  text-transform: none !important;
}

.subpage .left .cc-page .cc-hero__ribbon-line--sm {
  font-size: 9px !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  line-height: 1.2 !important;
  color: #fff !important;
  text-transform: uppercase !important;
}

.subpage .left .cc-page .cc-hero__ribbon-line--xs {
  font-size: 8px !important;
  font-weight: 600 !important;
  letter-spacing: 0.03em !important;
  line-height: 1.25 !important;
  color: #fff !important;
  text-transform: uppercase !important;
}

.subpage .left .cc-page .cc-hero__ribbon-years {
  font-size: 24px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0.04em !important;
  margin: 8px 0 10px !important;
  color: #fff !important;
  text-transform: uppercase !important;
}

.subpage .left .cc-page .cc-recommended__title {
  font-family: "Arial Black", "Arial-Black", "Helvetica Neue", Arial, sans-serif !important;
  color: #2c4a9e !important;
  font-size: 22px !important;
}

.subpage .left .cc-page .cc-recommended__line {
  white-space: normal !important;
  color: #111 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.subpage .left .cc-page .cc-brand__name {
  font-family: "Arial Black", "Arial-Black", "Helvetica Neue", Arial, sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 900 !important;
  font-size: 27px !important;
  letter-spacing: 0.02em !important;
}

.subpage .left .cc-page .cc-brand__name--otolift {
  color: #2c46a6 !important;
}

.subpage .left .cc-page .cc-brand--otolift .cc-stars--navy .cc-star-on {
  color: #2c46a6 !important;
}

.subpage .left .cc-page .cc-brand__pill--otolift {
  background: #2c46a6 !important;
}

.subpage .left .cc-page .cc-brand--otolift .cc-brand__choice a {
  color: #2c46a6 !important;
}

.subpage .left .cc-page .cc-brand__name--stannah {
  color: #10255a !important;
}

.subpage .left .cc-page .cc-brand__name--savaria {
  color: #1d4321 !important;
}

.subpage .left .cc-page .cc-brand__name--acorn {
  color: #8b1e1e !important;
}

.subpage .left .cc-page .cc-brand__rating-label {
  font-family: "Arial Black", "Arial-Black", "Helvetica Neue", Arial, sans-serif !important;
  color: #111 !important;
  font-weight: 900 !important;
  font-size: 10px !important;
  letter-spacing: 0.03em !important;
}

.subpage .left .cc-page .cc-table tbody td,
.subpage .left .cc-page .cc-table tbody th.cc-table__feature {
  font-weight: 700 !important;
}

.subpage .left .cc-page .cc-brand__desc {
  color: #1a1a1a !important;
  font-weight:700 !important;
  font-size: 12px !important;
}

.subpage .left .cc-page .cc-recommended__title,
.subpage .left .cc-page .cc-cta__headline,
.subpage .left .cc-page .cc-cta__consult-title {
  text-transform: uppercase;
}

.subpage .left .cc-page .cc-cta__headline {
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 800 !important;
}

.subpage .left .cc-page .cc-cta__action {
  font-size: 22px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .subpage .left .cc-page .cc-cta__action {
    font-size: 16px !important;
  }

  .subpage .left .cc-page .cc-cta__consult-title {
    font-size: 14px !important;
  }

  .cc-page:lang(es) .cc-cta__action {
    font-size: 13px !important;
  }

  .cc-page:lang(es) .cc-cta__consult-title {
    font-size: 11px !important;
  }
}

.subpage .left .cc-page .cc-cta__action-prefix {
  color: #fff !important;
}

.subpage .left .cc-page .cc-cta__action-highlight {
  color: #ffcc00 !important;
}

.subpage .left .cc-page .cc-cta__arrow {
  color: #fff !important;
  font-size: 24px !important;
}

.subpage .left .cc-page .cc-cta__url-pill {
  color: #111 !important;
  background: #ffcc00 !important;
  font-size: 8px !important;
  text-transform: lowercase !important;
}

.subpage .left .cc-page .cc-cta__consult-title {
  color: #0d5db8 !important;
  font-size: 18px !important;
  font-weight: 900 !important;
}

.subpage .left .cc-page .cc-cta__consult-sub {
  color: #0d5db8 !important;
  font-size: 9px !important;
  font-weight: 800 !important;
}

.cc-page:lang(es) .cc-cta__action {
  font-size: 18px !important;
}

.cc-page:lang(es) .cc-cta__consult-title {
  font-size: 15px !important;
}

.subpage .left .cc-page h3.cc-brand__name {
  color: inherit;
  font-family: "Arial Black", "Arial-Black", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 900 !important;
}

.subpage .left .cc-page .cc-table {
  margin-bottom: 0;
}

.subpage .left .cc-page .cc-brand__choice a {
  font-weight: 900 !important;
}

.subpage .left .cc-page .cc-brand:not(.cc-brand--otolift) .cc-brand__choice a {
  color: #10255a !important;
}

.subpage .left .cc-page .cc-score-label-main {
  font-size: 15px !important;
  font-weight: 900 !important;
  color: #fff !important;
}

.subpage .left .cc-page .cc-score-label-sub {
  font-size: 12px !important;
  font-weight: 900 !important;
  color: #fff !important;
}

.cc-page:lang(es) .cc-table tbody tr.cc-table__score-row th.cc-table__score-label {
  min-width: 105px;
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.cc-page:lang(es) .cc-score-label-main {
  font-size: 13px;
}

.cc-page:lang(es) .cc-score-label-sub {
  font-size: 11px;
}

.cc-page:lang(es) .cc-brand__pill {
  font-size: 7px;
  line-height: 1.2;
}

.subpage .left .cc-page .cc-trust__title {
  color: #fff !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

.subpage .left .cc-page .cc-trust__text {
  color: rgba(255, 255, 255, 0.95) !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
}
