
/* Landing A.1 - Hoteles y Apart Hoteles */
:root {
  --a1-border: rgba(14, 27, 49, .10);
  --a1-line: #dce9ef;
  --a1-soft: #f6fbfd;
}

.a1-body {
  background: #f7fbfd;
}

.a1-header {
  background: rgba(3, 17, 31, .90);
  backdrop-filter: blur(18px);
}

.a1-header .header-inner {
  min-height: 74px;
}

.a1-header .header-cta {
  background: var(--color-orange-500);
  color: #fff;
  box-shadow: 0 12px 28px rgba(255, 122, 26, .28);
}

.a1-main {
  overflow: hidden;
}

.a1-hero {
  position: relative;
  min-height: 620px;
  color: #fff;
  background: var(--color-navy-950);
  overflow: hidden;
}

.a1-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3,17,31,.98) 0%, rgba(3,17,31,.86) 34%, rgba(3,17,31,.38) 62%, rgba(3,17,31,.86) 100%),
    url("../images/landings/a1-hoteles/hero-hoteles.webp");
  background-size: cover;
  background-position: center;
}

.a1-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 32%, rgba(25,209,209,.18), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(255,122,26,.12), transparent 20%);
  pointer-events: none;
}

.a1-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(300px, .75fr);
  gap: 58px;
  align-items: center;
  min-height: 620px;
  padding: 108px 0 42px;
}

.a1-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  color: rgba(255,255,255,.72);
  font-size: .82rem;
  font-weight: 800;
}

.a1-breadcrumb a:hover {
  color: var(--color-teal-400);
}

.a1-title {
  max-width: 710px;
  font-size: clamp(3rem, 5.4vw, 5.7rem);
  line-height: .98;
  letter-spacing: -.06em;
  margin-bottom: 24px;
}

.a1-title span {
  color: var(--color-teal-400);
}

.a1-hero-text {
  max-width: 590px;
  color: rgba(255,255,255,.86);
  font-size: 1.08rem;
  line-height: 1.62;
  margin-bottom: 28px;
}

.a1-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.a1-btn-outline {
  color: #fff;
  border: 1px solid rgba(255,255,255,.32);
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(10px);
}

.a1-btn-outline svg,
.a1-btn-primary svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.a1-trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, max-content));
  gap: 28px;
}

.a1-trust-item {
  display: inline-grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  color: rgba(255,255,255,.86);
  font-size: .84rem;
  font-weight: 850;
}

.a1-trust-item svg {
  width: 34px;
  height: 34px;
  padding: 7px;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 12px;
  color: var(--color-teal-400);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.a1-metric-stack {
  justify-self: end;
  display: grid;
  gap: 18px;
  width: min(100%, 280px);
}

.a1-metric-card {
  min-height: 132px;
  padding: 20px;
  border-radius: 20px;
  background: rgba(255,255,255,.94);
  color: var(--color-navy-950);
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.50);
}

.a1-metric-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--color-slate-500);
  font-size: .82rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.a1-positive {
  color: var(--color-green-500);
  font-size: .76rem;
  font-weight: 900;
}

.a1-metric-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.72rem;
  letter-spacing: -.04em;
}

.a1-line-chart,
.a1-bar-chart {
  width: 100%;
  height: 44px;
}

.a1-line-chart path,
.a1-bar-chart rect,
.a1-donut circle {
  vector-effect: non-scaling-stroke;
}

.a1-section {
  padding: 58px 0;
}

.a1-section-tight {
  padding: 38px 0;
}

.a1-section-heading {
  text-align: center;
  max-width: 840px;
  margin: 0 auto 30px;
}

.a1-section-heading h2 {
  font-size: clamp(1.85rem, 3.4vw, 3rem);
  line-height: 1.05;
  letter-spacing: -.045em;
  color: var(--color-navy-950);
  margin-bottom: 8px;
}

.a1-section-heading p {
  color: var(--color-slate-500);
  margin-bottom: 0;
}

.a1-challenge-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.a1-challenge-card {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 16px;
  min-height: 142px;
  padding: 22px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--a1-border);
  box-shadow: var(--shadow-card);
}

.a1-icon-circle {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  color: #fff;
  background: var(--color-teal-600);
  font-size: 1.65rem;
  font-weight: 950;
}

.a1-icon-circle svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.a1-icon-orange { background: var(--color-orange-500); }
.a1-icon-blue { background: var(--color-blue-500); }
.a1-icon-purple { background: var(--color-purple-500); }

.a1-challenge-card h3,
.a1-case-copy h3,
.a1-feature-card h3 {
  margin-bottom: 7px;
  color: var(--color-navy-950);
  letter-spacing: -.03em;
}

.a1-challenge-card p,
.a1-feature-card p,
.a1-case-copy p,
.a1-why-copy p {
  margin-bottom: 0;
  color: var(--color-slate-500);
  font-size: .93rem;
  line-height: 1.48;
}

.a1-solution-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(170px, .45fr) minmax(0, 1fr) minmax(170px, .45fr);
  align-items: center;
  gap: 0;
  min-height: 320px;
  padding: 0 10px;
}

.a1-device {
  position: relative;
  z-index: 2;
  min-height: 180px;
}

.a1-laptop {
  position: absolute;
  width: 260px;
  height: 158px;
  top: 62px;
  left: 0;
  border-radius: 14px 14px 8px 8px;
  background: #061a2d;
  border: 8px solid #061a2d;
  box-shadow: 0 22px 50px rgba(6,26,45,.20);
}

.a1-device-right .a1-laptop {
  left: auto;
  right: 0;
  top: 44px;
}

.a1-screen {
  height: 100%;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.80), rgba(255,255,255,.96)),
    url("../images/landings/a1-hoteles/case-hotel-balcones.webp");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.a1-screen-bars {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: end;
  gap: 8px;
  height: 100%;
  padding: 54px 22px 22px;
}

.a1-screen-bars span {
  display: block;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, var(--color-teal-400), var(--color-blue-500));
}

.a1-phone {
  position: absolute;
  width: 74px;
  height: 146px;
  right: 10px;
  bottom: 16px;
  border-radius: 18px;
  border: 7px solid #061a2d;
  background: #fff;
  box-shadow: 0 16px 38px rgba(6,26,45,.20);
}

.a1-device-right .a1-phone {
  right: auto;
  left: 12px;
  bottom: 0;
}

.a1-solution-core {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 184px minmax(260px, 1fr);
  align-items: stretch;
  min-height: 295px;
  border-radius: 24px;
}

.a1-solution-panel {
  position: relative;
  padding: 34px 44px;
  color: #fff;
  box-shadow: var(--shadow-card);
}

.a1-solution-panel h3 {
  color: #fff;
  font-size: 1.35rem;
  margin-bottom: 10px;
}

.a1-solution-panel ul {
  display: grid;
  gap: 9px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  font-size: .92rem;
  color: rgba(255,255,255,.92);
}

.a1-solution-panel li::before {
  content: "✓";
  margin-right: 8px;
  color: #fff;
  font-weight: 900;
}

.a1-solution-left {
  border-radius: 24px 0 0 24px;
  background: linear-gradient(135deg, #008b8f, #006b70);
  clip-path: polygon(0 0, 92% 0, 100% 50%, 92% 100%, 0 100%);
}

.a1-solution-right {
  border-radius: 0 24px 24px 0;
  background: linear-gradient(135deg, #2764d8, #083b8f);
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 8% 100%, 0 50%);
}

.a1-mini-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 1.55rem;
  font-weight: 950;
}

.a1-mini-mark {
  color: var(--color-orange-500);
}

.a1-center-orb {
  position: relative;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 184px;
  height: 184px;
  align-self: center;
  margin-inline: -10px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background: radial-gradient(circle at 30% 24%, #143b66, #03111f 78%);
  border: 4px solid rgba(25,209,209,.60);
  box-shadow: 0 0 0 12px rgba(25,209,209,.10), 0 22px 55px rgba(3,17,31,.30);
}

.a1-center-orb svg {
  width: 42px;
  height: 42px;
  margin: 0 auto 8px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.a1-center-orb strong {
  display: block;
  line-height: 1.4;
}

.a1-kpi-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  padding: 24px 12px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--a1-border);
  box-shadow: var(--shadow-card);
}

.a1-kpi {
  display: grid;
  place-items: center;
  text-align: center;
  gap: 6px;
  min-height: 130px;
  padding: 8px 14px;
  border-right: 1px solid var(--a1-line);
}

.a1-kpi:last-child {
  border-right: 0;
}

.a1-kpi svg {
  width: 40px;
  height: 40px;
  color: var(--color-teal-600);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.a1-kpi strong {
  color: var(--color-teal-600);
  font-size: 2rem;
  letter-spacing: -.05em;
}

.a1-kpi span {
  color: var(--color-slate-700);
  font-size: .88rem;
  line-height: 1.25;
  font-weight: 750;
}

.a1-why-grid {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 30px;
  align-items: center;
}

.a1-why-copy h2 {
  color: var(--color-navy-950);
  margin-bottom: 14px;
}

.a1-why-copy .btn {
  width: fit-content;
  margin-top: 24px;
  background: var(--color-teal-600);
  color: #fff;
}

.a1-table-wrap {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid var(--a1-border);
  box-shadow: var(--shadow-card);
  background: #fff;
}

.a1-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .88rem;
}

.a1-table th,
.a1-table td {
  padding: 13px 16px;
  border-bottom: 1px solid #e8f0f4;
  border-right: 1px solid #e8f0f4;
  text-align: center;
  color: var(--color-slate-700);
}

.a1-table th:first-child,
.a1-table td:first-child {
  text-align: left;
  font-weight: 850;
  color: var(--color-navy-950);
}

.a1-table th {
  background: #f2f7fa;
  color: var(--color-navy-950);
  font-weight: 950;
}

.a1-table th:last-child {
  background: var(--color-teal-600);
  color: #fff;
}

.a1-table td:last-child {
  background: rgba(0,139,143,.08);
  font-weight: 900;
  color: var(--color-navy-950);
}

.a1-check {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--color-teal-600);
  color: #fff;
  font-size: .72rem;
  font-weight: 950;
}

.a1-case-grid {
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(0, 1fr) minmax(260px, .85fr);
  gap: 22px;
  align-items: stretch;
  border-radius: 24px;
}

.a1-case-image {
  min-height: 310px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(3,17,31,.18)),
    url("../images/landings/a1-hoteles/case-hotel-balcones.webp");
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow-card);
}

.a1-case-copy,
.a1-testimonial {
  padding: 28px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--a1-border);
  box-shadow: var(--shadow-card);
}

.a1-tag {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0,139,143,.12);
  color: var(--color-teal-600);
  font-size: .76rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.a1-case-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
  margin-top: 22px;
}

.a1-case-metrics div {
  padding: 14px 10px;
  border-radius: 14px;
  background: var(--a1-soft);
  border: 1px solid #e5eef2;
  text-align: center;
}

.a1-case-metrics strong {
  display: block;
  color: var(--color-teal-600);
  font-size: 1.38rem;
  letter-spacing: -.04em;
}

.a1-case-metrics span {
  display: block;
  color: var(--color-slate-700);
  font-size: .76rem;
  line-height: 1.22;
  font-weight: 800;
}

.a1-quote {
  color: var(--color-teal-600);
  font-size: 4.4rem;
  line-height: .7;
  font-weight: 950;
}

.a1-testimonial p {
  color: var(--color-slate-700);
  font-size: 1.08rem;
  line-height: 1.56;
}

.a1-person {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: 24px;
}

.a1-avatar {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, var(--color-teal-600), var(--color-navy-900));
}

.a1-avatar svg {
  width: 100%;
  height: 100%;
}

.a1-person strong {
  display: block;
  color: var(--color-navy-950);
}

.a1-person span {
  display: block;
  color: var(--color-slate-500);
  font-size: .85rem;
  font-weight: 750;
}

.a1-feature-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--a1-border);
  box-shadow: var(--shadow-card);
}

.a1-feature-card {
  display: grid;
  justify-items: center;
  text-align: center;
  min-height: 190px;
  padding: 28px 18px;
  border-right: 1px solid var(--a1-line);
}

.a1-feature-card:last-child {
  border-right: 0;
}

.a1-feature-card svg,
.a1-step-icon svg {
  width: 42px;
  height: 42px;
  color: var(--color-teal-600);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.a1-feature-card p {
  font-size: .82rem;
}

.a1-centered-action {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.a1-centered-action .btn {
  color: var(--color-teal-600);
  border: 1px solid rgba(0,139,143,.36);
  background: #fff;
}

.a1-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 28px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--a1-border);
  box-shadow: var(--shadow-card);
}

.a1-step {
  position: relative;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 8px 24px 8px 0;
}

.a1-step:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-teal-600);
  font-size: 1.4rem;
  font-weight: 900;
}

.a1-step-number {
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--color-teal-600);
  color: #fff;
  font-weight: 950;
  z-index: 2;
}

.a1-step-icon {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 1px solid rgba(0,139,143,.28);
  background: #f5fcfd;
}

.a1-step h3 {
  margin-bottom: 5px;
  color: var(--color-navy-950);
  font-size: .98rem;
}

.a1-step p {
  color: var(--color-slate-500);
  font-size: .8rem;
  line-height: 1.36;
  margin: 0;
}

.a1-final-cta {
  position: relative;
  padding: 0;
  color: #fff;
  background: var(--color-navy-950);
  overflow: hidden;
}

.a1-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3,17,31,.96), rgba(3,40,58,.84), rgba(3,17,31,.94)),
    url("../images/landings/a1-hoteles/cta-hotel-growth.webp");
  background-size: cover;
  background-position: center;
}

.a1-final-card {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  min-height: 190px;
  padding: 44px 50px;
}

.a1-final-card h2 {
  max-width: 560px;
  color: #fff;
  font-size: clamp(2rem, 3.2vw, 3.1rem);
  margin-bottom: 10px;
}

.a1-final-card p {
  max-width: 650px;
  color: rgba(255,255,255,.78);
  margin: 0;
}

.a1-final-actions {
  display: flex;
  gap: 14px;
}

.a1-final-actions .btn {
  min-width: 210px;
}

.a1-final-actions .a1-btn-outline {
  color: #fff;
}

.a1-final-actions svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  fill: none;
  stroke: #fff !important;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.a1-final-actions .btn {
  gap: 12px;
}

.a1-final-actions .btn span {
  line-height: 1;
}

@media (max-width: 1180px) {
  .a1-hero-grid,
  .a1-solution-shell,
  .a1-why-grid,
  .a1-case-grid,
  .a1-final-card {
    grid-template-columns: 1fr;
  }

  .a1-metric-stack {
    justify-self: start;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }

  .a1-trust-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .a1-challenge-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .a1-device {
    display: none;
  }

  .a1-solution-core {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .a1-solution-left,
  .a1-solution-right {
    clip-path: none;
    border-radius: 22px;
  }

  .a1-center-orb {
    margin: 0 auto;
    order: 2;
  }

  .a1-solution-right {
    order: 3;
  }

  .a1-kpi-strip,
  .a1-feature-grid,
  .a1-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .a1-kpi:nth-child(2n),
  .a1-feature-card:nth-child(2n) {
    border-right: 0;
  }

  .a1-kpi,
  .a1-feature-card {
    border-bottom: 1px solid var(--a1-line);
  }

  .a1-kpi:nth-last-child(-n+2),
  .a1-feature-card:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .a1-step:not(:last-child)::after {
    display: none;
  }

  .a1-final-actions {
    flex-wrap: wrap;
  }
}

@media (max-width: 760px) {
  .a1-hero {
    min-height: auto;
  }

  .a1-hero::before {
    background:
      linear-gradient(180deg, rgba(3,17,31,.97), rgba(3,17,31,.78), rgba(3,17,31,.96)),
      url("../images/landings/a1-hoteles/hero-hoteles.webp");
    background-size: cover;
    background-position: center;
  }

  .a1-hero-grid {
    min-height: auto;
    padding: 100px 0 42px;
    gap: 28px;
  }

  .a1-title {
    font-size: clamp(2.75rem, 12vw, 4rem);
  }

  .a1-actions,
  .a1-final-actions {
    flex-direction: column;
  }

  .a1-trust-row,
  .a1-metric-stack,
  .a1-challenge-grid,
  .a1-kpi-strip,
  .a1-feature-grid,
  .a1-process,
  .a1-case-metrics {
    grid-template-columns: 1fr;
  }

  .a1-trust-item {
    grid-template-columns: 32px minmax(0, 1fr);
  }

  .a1-challenge-card {
    grid-template-columns: 58px minmax(0, 1fr);
    padding: 18px;
  }

  .a1-icon-circle {
    width: 54px;
    height: 54px;
  }

  .a1-solution-panel {
    padding: 26px 22px;
  }

  .a1-center-orb {
    width: 162px;
    height: 162px;
  }

  .a1-kpi,
  .a1-feature-card {
    border-right: 0 !important;
  }

  .a1-kpi:not(:last-child),
  .a1-feature-card:not(:last-child) {
    border-bottom: 1px solid var(--a1-line);
  }

  .a1-why-copy .btn,
  .a1-centered-action .btn,
  .a1-final-actions .btn {
    width: 100%;
  }

  .a1-table {
    min-width: 720px;
  }

  .a1-table-wrap {
    overflow-x: auto;
  }

  .a1-case-image {
    min-height: 250px;
  }

  .a1-case-copy,
  .a1-testimonial {
    padding: 22px;
  }

  .a1-step {
    padding: 10px 0;
  }

  .a1-final-card {
    padding: 38px 22px;
  }
}


/* v41 - Hero headline fine tuning */
.a1-title {
  max-width: 920px;
  font-size: clamp(3.05rem, 4.05vw, 4.45rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.a1-title-line {
  display: block;
  white-space: nowrap;
}

.a1-title em {
  color: var(--color-teal-400);
  font-style: normal;
}

.a1-hero-grid {
  grid-template-columns: minmax(0, 1.16fr) minmax(290px, .58fr);
  gap: 46px;
}

.a1-hero-text {
  max-width: 690px;
}

@media (max-width: 1180px) {
  .a1-title {
    max-width: 100%;
    font-size: clamp(2.85rem, 7vw, 4.2rem);
  }

  .a1-title-line {
    white-space: normal;
  }
}

@media (max-width: 760px) {
  .a1-title {
    font-size: clamp(2.5rem, 10.4vw, 3.45rem);
    line-height: 1.04;
  }
}


/* v42 - Hero headline color + metric labels */
.a1-title .a1-title-line {
  color: #fff;
}

.a1-title .a1-title-line em {
  color: var(--color-teal-400);
  font-style: normal;
}

.a1-metric-head .a1-positive {
  white-space: nowrap;
}


/* v43 - Hero metric cards closer to approved mockup */
.a1-metric-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 136px;
  padding: 18px 20px;
  border-radius: 22px;
}

.a1-metric-head {
  align-items: flex-start;
  margin-bottom: 6px;
}

.a1-metric-head > span:first-child {
  color: #7182a0;
  font-size: .8rem;
  font-weight: 900;
}

.a1-metric-head .a1-positive,
.a1-metric-trend strong,
.a1-metric-foot-positive {
  color: var(--color-green-500);
}

.a1-metric-trend {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.05;
}

.a1-metric-trend strong {
  font-size: .9rem;
  font-weight: 950;
}

.a1-metric-trend small,
.a1-metric-foot span {
  color: #8e9db4;
  font-size: .68rem;
  font-weight: 700;
}

.a1-metric-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
}

.a1-metric-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
}

.a1-metric-card strong {
  margin-bottom: 0;
  font-size: 1.72rem;
  line-height: 1;
}

.a1-metric-foot {
  margin-top: 8px;
  font-size: .78rem;
  font-weight: 900;
  line-height: 1.1;
}

.a1-metric-card--occupancy .a1-line-chart {
  margin-top: 6px;
}

.a1-metric-card--bars .a1-bar-chart {
  width: 118px;
  height: 46px;
  flex-shrink: 0;
}

.a1-metric-card--donut .a1-donut {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
}

.a1-metric-card--donut .a1-positive {
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .a1-metric-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }

  .a1-metric-card--bars .a1-bar-chart {
    width: 104px;
  }

  .a1-metric-card--donut .a1-donut {
    width: 64px;
    height: 64px;
  }
}


/* v44 - Responsividad fina hero A.1 (mobile + tablet) */
@media (max-width: 1024px) {
  .a1-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: auto;
    padding: 102px 0 42px;
  }

  .a1-hero-copy,
  .a1-hero-text {
    max-width: 100%;
  }

  .a1-metric-stack {
    justify-self: stretch;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .a1-metric-card--occupancy {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .a1-hero::before {
    background:
      linear-gradient(180deg, rgba(3,17,31,.97), rgba(3,17,31,.78), rgba(3,17,31,.96)),
      url("../images/landings/a1-hoteles/hero-hoteles.webp");
    background-size: cover;
    background-position: 62% center;
  }

  .a1-hero-grid {
    padding: 92px 0 34px;
    gap: 24px;
  }

  .a1-breadcrumb {
    gap: 6px;
    margin-bottom: 18px;
    font-size: .78rem;
  }

  .a1-title {
    font-size: clamp(2.15rem, 10.2vw, 3rem);
    line-height: 1.01;
    letter-spacing: -.05em;
    margin-bottom: 18px;
  }

  .a1-title-line {
    white-space: normal;
  }

  .a1-hero-text {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.52;
    margin-bottom: 22px;
  }

  .a1-actions {
    gap: 12px;
    margin-bottom: 24px;
  }

  .a1-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .a1-trust-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .a1-trust-item {
    font-size: .92rem;
  }

  .a1-metric-stack {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .a1-metric-card--occupancy {
    grid-column: auto;
  }

  .a1-metric-card {
    min-height: 0;
    padding: 18px;
    border-radius: 20px;
  }

  .a1-metric-head > span:first-child {
    font-size: .78rem;
  }

  .a1-metric-card strong {
    font-size: 1.55rem;
  }

  .a1-metric-foot {
    font-size: .74rem;
  }

  .a1-metric-card--bars .a1-bar-chart {
    width: 112px;
    height: 44px;
  }

  .a1-metric-card--donut .a1-donut {
    width: 62px;
    height: 62px;
  }
}

@media (max-width: 420px) {
  .a1-title {
    font-size: clamp(2rem, 10vw, 2.7rem);
  }

  .a1-hero-text {
    font-size: .98rem;
  }

  .a1-trust-item {
    font-size: .88rem;
  }

  .a1-metric-row {
    gap: 8px;
  }

  .a1-metric-card--bars .a1-bar-chart {
    width: 102px;
  }

  .a1-metric-card--donut .a1-donut {
    width: 58px;
    height: 58px;
  }
}


/* v45 - Ajuste visual sección solución demanda + tecnología */
.a1-solution-shell {
  position: relative;
  grid-template-columns: minmax(180px, .52fr) minmax(0, 1fr) minmax(180px, .52fr);
  align-items: center;
  gap: 10px;
  min-height: 430px;
  padding: 34px 28px;
  background: #ffffff;
  border: 1px solid rgba(214, 225, 236, .92);
  border-radius: 30px;
  box-shadow: 0 16px 42px rgba(15, 35, 55, .08);
  overflow: hidden;
}

.a1-solution-shell::before {
  content: "";
  position: absolute;
  inset: 22px 27% 22px 27%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(29,207,216,.10), rgba(29,207,216,0));
  pointer-events: none;
}

.a1-device {
  position: relative;
  z-index: 1;
  min-height: 250px;
  align-self: end;
}

.a1-laptop {
  position: absolute;
  width: 328px;
  height: 196px;
  top: auto;
  bottom: 10px;
  left: -12px;
  border-radius: 18px 18px 10px 10px;
  background: #071d32;
  border: 8px solid #071d32;
  box-shadow: 0 22px 44px rgba(6,26,45,.18);
}

.a1-laptop::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(211, 224, 236, .95);
  box-shadow: 14px 0 0 rgba(211, 224, 236, .95), 28px 0 0 rgba(211, 224, 236, .95);
  z-index: 3;
}

.a1-device-right .a1-laptop {
  left: auto;
  right: -14px;
  bottom: 28px;
}

.a1-screen {
  position: relative;
  height: 100%;
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.42)),
    url("../images/landings/a1-hoteles/hero-hoteles.webp");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.a1-device .a1-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.20), rgba(255,255,255,.08));
}

.a1-device-right .a1-screen {
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.a1-device-right .a1-screen::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 18px;
  height: 34px;
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(5, 137, 156, .10), rgba(5, 137, 156, .02));
  box-shadow:
    0 52px 0 0 rgba(27, 164, 185, .10),
    92px 0 0 0 rgba(22, 95, 224, .10),
    92px 52px 0 0 rgba(22, 95, 224, .08);
}

.a1-screen-bars {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: end;
  gap: 10px;
  height: 100%;
  padding: 92px 26px 24px;
}

.a1-screen-bars span {
  display: block;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(180deg, var(--color-teal-400), var(--color-blue-500));
}

.a1-phone {
  position: absolute;
  width: 82px;
  height: 160px;
  right: -8px;
  bottom: 52px;
  border-radius: 22px;
  border: 7px solid #071d32;
  background: #fff;
  box-shadow: 0 18px 34px rgba(6,26,45,.18);
  overflow: hidden;
}

.a1-device-right .a1-phone {
  right: -6px;
  left: auto;
  bottom: 0;
}

.a1-phone::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  width: 34px;
  height: 5px;
  margin-left: -17px;
  border-radius: 999px;
  background: rgba(7,29,50,.16);
  z-index: 3;
}

.a1-phone .a1-screen {
  background:
    linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.32)),
    url("../images/landings/a1-hoteles/case-hotel-balcones.webp");
  background-size: cover;
  background-position: center;
}

.a1-device-right .a1-phone .a1-screen {
  background: linear-gradient(180deg, #f9fcfe, #ffffff);
}

.a1-device-right .a1-phone .a1-screen::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 18px;
  height: 24px;
  border-radius: 10px;
  background: rgba(25, 209, 209, .14);
  box-shadow:
    10px 34px 0 0 rgba(25, 209, 209, .10),
    0 68px 0 0 rgba(25, 209, 209, .14);
}

.a1-solution-core {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(250px, 1fr) 168px minmax(250px, 1fr);
  align-items: stretch;
  min-height: 320px;
  border-radius: 24px;
}

.a1-solution-panel {
  position: relative;
  padding: 40px 32px 34px;
  color: #fff;
  box-shadow: 0 14px 30px rgba(12, 26, 50, .12);
}

.a1-solution-panel h3 {
  color: #fff;
  font-size: 1.45rem;
  line-height: 1.15;
  margin-bottom: 12px;
}

.a1-solution-panel ul {
  gap: 10px;
  margin: 16px 0 0;
  font-size: 1rem;
  line-height: 1.42;
}

.a1-solution-left {
  border-radius: 28px 0 0 28px;
  background: linear-gradient(135deg, #0d9ca1, #087e83);
  clip-path: polygon(0 0, 93.5% 0, 100% 50%, 93.5% 100%, 0 100%);
}

.a1-solution-right {
  border-radius: 0 28px 28px 0;
  background: linear-gradient(135deg, #3069df, #1c4bb8);
  clip-path: polygon(6.5% 0, 100% 0, 100% 100%, 6.5% 100%, 0 50%);
}

.a1-mini-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 1.15rem;
  font-weight: 950;
  letter-spacing: -.03em;
}

.a1-mini-mark {
  color: var(--color-orange-500);
}

.a1-center-orb {
  position: relative;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 168px;
  height: 168px;
  align-self: center;
  margin-inline: -16px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background: radial-gradient(circle at 30% 24%, #123761, #041726 78%);
  border: 5px solid rgba(25,209,209,.75);
  box-shadow: 0 0 0 10px rgba(25,209,209,.16), 0 18px 40px rgba(3,17,31,.22);
}

.a1-center-orb svg {
  width: 36px;
  height: 36px;
  margin: 0 auto 8px;
}

.a1-center-orb strong {
  display: block;
  font-size: .98rem;
  line-height: 1.42;
}

@media (max-width: 1180px) {
  .a1-solution-shell {
    padding: 24px 20px;
    min-height: auto;
  }

  .a1-solution-core {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .a1-solution-left,
  .a1-solution-right {
    clip-path: none;
    border-radius: 24px;
  }

  .a1-center-orb {
    margin: 0 auto;
    order: 2;
  }

  .a1-solution-right {
    order: 3;
  }
}

@media (max-width: 760px) {
  .a1-solution-shell {
    padding: 18px 14px;
    border-radius: 24px;
  }

  .a1-solution-panel {
    padding: 28px 22px;
  }

  .a1-solution-panel h3 {
    font-size: 1.28rem;
  }

  .a1-solution-panel ul {
    font-size: .95rem;
  }

  .a1-center-orb {
    width: 148px;
    height: 148px;
  }

  .a1-center-orb strong {
    font-size: .92rem;
  }
}


/* v46 - Ajuste contenido visual bloque solución */
.a1-marketplace-screen {
  background: linear-gradient(180deg, #f5fbff 0%, #ecf5fb 100%);
}

.a1-marketplace-screen::before,
.a1-marketplace-screen::after,
.a1-dashboard-screen::before,
.a1-dashboard-screen::after {
  content: none;
}

.a1-market-search {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  right: 18px;
  height: 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(14, 160, 170, .18), rgba(14, 160, 170, .08));
  box-shadow: inset 0 0 0 1px rgba(14, 160, 170, .12);
}

.a1-market-cards {
  position: absolute;
  z-index: 2;
  left: 18px;
  right: 18px;
  top: 58px;
  display: grid;
  gap: 10px;
}

.a1-market-card {
  display: block;
  height: 32px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(15, 35, 55, .10);
  position: relative;
  overflow: hidden;
}

.a1-market-card::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 8px;
  width: 42px;
  height: 16px;
  border-radius: 6px;
  background: linear-gradient(90deg, rgba(6, 138, 148, .85), rgba(6, 138, 148, .55));
}

.a1-market-card::after {
  content: "";
  position: absolute;
  left: 60px;
  right: 10px;
  top: 9px;
  height: 14px;
  border-radius: 6px;
  background: rgba(144, 170, 192, .22);
  box-shadow: 0 8px 0 0 rgba(144, 170, 192, .16);
}

.a1-marketplace-screen-mobile .a1-market-cards {
  left: 10px;
  right: 10px;
  top: 20px;
  gap: 8px;
}

.a1-marketplace-screen-mobile .a1-market-card {
  height: 26px;
}

.a1-dashboard-screen {
  background: linear-gradient(180deg, #f6fbff 0%, #ffffff 100%);
}

.a1-dashboard-kpis {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 16px;
  right: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.a1-dashboard-kpis span {
  display: block;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(7, 138, 151, .14), rgba(29, 102, 220, .08));
  box-shadow: inset 0 0 0 1px rgba(7, 138, 151, .10);
}

.a1-dashboard-screen .a1-screen-bars {
  position: absolute;
  z-index: 2;
  left: 18px;
  right: 18px;
  bottom: 22px;
  height: 86px;
  padding: 0;
  gap: 12px;
}

.a1-dashboard-screen .a1-screen-bars::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 14px;
  border-radius: 10px;
  background: rgba(161, 181, 201, .16);
}

.a1-dashboard-screen-mobile .a1-dashboard-kpis {
  grid-template-columns: repeat(2, 1fr);
  top: 18px;
  left: 10px;
  right: 10px;
  gap: 8px;
}

.a1-dashboard-screen-mobile .a1-dashboard-kpis span {
  height: 26px;
  border-radius: 8px;
}

.a1-device-right .a1-phone .a1-screen {
  background: linear-gradient(180deg, #f7fbff, #ffffff);
}

.a1-center-equation {
  display: grid;
  justify-items: center;
  gap: 2px;
  max-width: 106px;
  margin: 0 auto;
  line-height: 1.15;
}

.a1-center-equation span {
  display: block;
  font-size: .98rem;
}

.a1-center-equation span:nth-child(2),
.a1-center-equation span:nth-child(4) {
  color: var(--color-teal-400);
  font-size: 1.05rem;
  font-weight: 900;
}

@media (max-width: 760px) {
  .a1-center-equation {
    max-width: 96px;
  }

  .a1-center-equation span {
    font-size: .9rem;
  }
}


/* v49 - Imágenes reales en dispositivos + círculo central refinado */
.a1-visual-screen {
  background: #f7fbff !important;
}

.a1-visual-screen::before,
.a1-visual-screen::after,
.a1-visual-screen img::before,
.a1-visual-screen img::after {
  content: none !important;
}

.a1-visual-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.a1-device-right .a1-visual-screen img {
  object-position: center;
}

.a1-phone .a1-visual-screen img {
  object-fit: cover;
  object-position: top center;
}

.a1-center-orb {
  width: 188px;
  height: 188px;
  padding: 18px;
  box-sizing: border-box;
}

.a1-center-orb svg {
  width: 32px;
  height: 32px;
  margin-bottom: 6px;
}

.a1-center-equation {
  display: grid !important;
  justify-items: center;
  align-content: center;
  gap: 2px;
  max-width: 126px;
  margin: 0 auto;
  line-height: 1;
  text-align: center;
}

.a1-center-equation span {
  display: block;
  max-width: 126px;
  color: #fff;
  font-size: .88rem;
  font-weight: 950;
  line-height: 1.04;
  white-space: nowrap;
}

.a1-center-equation span:nth-child(2),
.a1-center-equation span:nth-child(4) {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin: 1px 0;
  border-radius: 50%;
  color: #041726;
  background: var(--color-teal-400);
  font-size: .88rem;
  line-height: 1;
  box-shadow: 0 0 18px rgba(25, 209, 209, .36);
}

.a1-center-equation span:nth-child(5) {
  font-size: .82rem;
  letter-spacing: -.02em;
}

@media (max-width: 1180px) {
  .a1-center-orb {
    width: 176px;
    height: 176px;
  }
}

@media (max-width: 760px) {
  .a1-center-orb {
    width: 160px;
    height: 160px;
    padding: 16px;
  }

  .a1-center-orb svg {
    width: 28px;
    height: 28px;
    margin-bottom: 4px;
  }

  .a1-center-equation {
    max-width: 108px;
    gap: 1px;
  }

  .a1-center-equation span {
    max-width: 108px;
    font-size: .78rem;
  }

  .a1-center-equation span:nth-child(2),
  .a1-center-equation span:nth-child(4) {
    width: 19px;
    height: 19px;
    font-size: .78rem;
  }

  .a1-center-equation span:nth-child(5) {
    font-size: .72rem;
  }
}


/* v50 - Distribución responsive final sección solución */
.a1-solution-shell {
  display: grid !important;
  grid-template-columns: minmax(220px, 300px) minmax(560px, 720px) minmax(220px, 300px) !important;
  grid-template-areas: "portal core dashboard";
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  max-width: 1460px;
  min-height: 410px;
  margin-inline: auto;
  padding: 34px 26px;
  overflow: hidden;
}

.a1-solution-shell > .a1-device:first-child {
  grid-area: portal;
}

.a1-solution-shell > .a1-solution-core {
  grid-area: core;
}

.a1-solution-shell > .a1-device-right {
  grid-area: dashboard;
}

.a1-solution-shell > .a1-device {
  display: block !important;
  position: relative !important;
  z-index: 2;
  width: 100%;
  min-height: 240px;
  align-self: center;
}

.a1-solution-shell .a1-laptop {
  position: relative !important;
  inset: auto !important;
  width: min(100%, 330px);
  height: 198px;
  margin: 0 auto;
  border-width: 8px;
  border-radius: 18px 18px 10px 10px;
}

.a1-solution-shell .a1-phone {
  position: absolute !important;
  width: 72px;
  height: 142px;
  right: 8px;
  bottom: 18px;
  left: auto !important;
  top: auto !important;
  border-width: 6px;
  border-radius: 20px;
}

.a1-solution-shell > .a1-device:first-child .a1-phone {
  right: -2px;
  bottom: 34px;
}

.a1-solution-shell > .a1-device-right .a1-phone {
  right: -2px;
  bottom: 6px;
}

.a1-solution-core {
  width: 100%;
  min-height: 302px;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 150px minmax(0, 1fr) !important;
  align-items: stretch;
  z-index: 4;
}

.a1-solution-panel {
  min-width: 0;
  padding: 34px 30px;
}

.a1-solution-panel h3 {
  font-size: 1.36rem;
}

.a1-solution-panel ul {
  font-size: .94rem;
  line-height: 1.38;
}

.a1-center-orb {
  width: 150px;
  height: 150px;
  padding: 14px;
  align-self: center;
  justify-self: center;
  margin-inline: -8px;
  overflow: hidden;
}

.a1-center-orb svg {
  width: 28px;
  height: 28px;
  margin-bottom: 4px;
}

.a1-center-equation {
  max-width: 104px;
  gap: 1px;
}

.a1-center-equation span {
  max-width: 104px;
  font-size: .74rem;
  line-height: 1.02;
  letter-spacing: -.01em;
}

.a1-center-equation span:nth-child(2),
.a1-center-equation span:nth-child(4) {
  width: 18px;
  height: 18px;
  margin: 0;
  font-size: .76rem;
}

.a1-center-equation span:nth-child(5) {
  font-size: .68rem;
  letter-spacing: -.03em;
}

/* Tablet: devices arriba, núcleo abajo */
@media (max-width: 1180px) {
  .a1-solution-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-areas:
      "portal dashboard"
      "core core";
    gap: 18px 20px;
    max-width: 980px;
    min-height: auto;
    padding: 24px;
  }

  .a1-solution-shell > .a1-device {
    min-height: 210px;
  }

  .a1-solution-shell .a1-laptop {
    width: min(100%, 360px);
    height: 205px;
  }

  .a1-solution-shell .a1-phone {
    width: 68px;
    height: 134px;
    right: 16px;
  }

  .a1-solution-core {
    grid-template-columns: minmax(0, 1fr) 140px minmax(0, 1fr) !important;
    min-height: 278px;
  }

  .a1-solution-panel {
    padding: 30px 26px;
  }

  .a1-solution-left {
    clip-path: polygon(0 0, 93% 0, 100% 50%, 93% 100%, 0 100%) !important;
    border-radius: 24px 0 0 24px !important;
  }

  .a1-solution-right {
    clip-path: polygon(7% 0, 100% 0, 100% 100%, 7% 100%, 0 50%) !important;
    border-radius: 0 24px 24px 0 !important;
    order: initial !important;
  }

  .a1-center-orb {
    order: initial !important;
    width: 140px;
    height: 140px;
    margin-inline: -8px;
  }

  .a1-center-equation span {
    font-size: .68rem;
  }

  .a1-center-equation span:nth-child(5) {
    font-size: .62rem;
  }
}

/* Mobile: todo en una columna, sin desbordes */
@media (max-width: 760px) {
  .a1-solution-shell {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "portal"
      "core"
      "dashboard";
    gap: 18px;
    padding: 18px 14px;
    border-radius: 24px;
  }

  .a1-solution-shell > .a1-device {
    min-height: auto;
  }

  .a1-solution-shell .a1-laptop {
    width: 100%;
    height: clamp(170px, 54vw, 220px);
    max-width: 420px;
  }

  .a1-solution-shell .a1-phone {
    display: none;
  }

  .a1-solution-core {
    grid-template-columns: 1fr !important;
    gap: 14px;
    min-height: auto;
  }

  .a1-solution-left,
  .a1-solution-right {
    clip-path: none !important;
    border-radius: 22px !important;
  }

  .a1-solution-panel {
    padding: 26px 22px;
  }

  .a1-solution-panel h3 {
    font-size: 1.22rem;
  }

  .a1-solution-panel ul {
    font-size: .92rem;
  }

  .a1-center-orb {
    width: 148px;
    height: 148px;
    margin: 0 auto;
    order: initial !important;
  }

  .a1-center-equation span {
    font-size: .72rem;
  }

  .a1-center-equation span:nth-child(5) {
    font-size: .66rem;
  }
}

@media (max-width: 420px) {
  .a1-solution-shell {
    padding: 14px 12px;
  }

  .a1-solution-panel {
    padding: 24px 18px;
  }

  .a1-center-orb {
    width: 138px;
    height: 138px;
  }

  .a1-center-orb svg {
    width: 24px;
    height: 24px;
  }

  .a1-center-equation {
    max-width: 96px;
  }

  .a1-center-equation span {
    max-width: 96px;
    font-size: .66rem;
  }

  .a1-center-equation span:nth-child(2),
  .a1-center-equation span:nth-child(4) {
    width: 17px;
    height: 17px;
    font-size: .7rem;
  }

  .a1-center-equation span:nth-child(5) {
    font-size: .6rem;
  }
}


/* v51 - Rebuild sección solución como banner integrado */
#solucion .container {
  width: min(100% - 48px, 1440px) !important;
  max-width: 1440px;
}

.a1-solution-v51 {
  position: relative;
  display: grid;
  grid-template-columns:
    minmax(190px, 280px)
    minmax(250px, 330px)
    166px
    minmax(250px, 330px)
    minmax(190px, 280px);
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: 350px;
  padding: 22px 24px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 50%, rgba(25,209,209,.11), rgba(25,209,209,0) 28%),
    linear-gradient(180deg, #fff 0%, #f8fcfd 100%);
  border: 1px solid rgba(208, 224, 233, .92);
  box-shadow: 0 18px 46px rgba(9, 30, 48, .08);
  overflow: hidden;
}

.a1-solution-v51::before {
  content: "";
  position: absolute;
  inset: 18px 18px;
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(247,251,253,.88), rgba(255,255,255,.18), rgba(247,251,253,.88));
  pointer-events: none;
}

.a1-v51-device,
.a1-v51-panel,
.a1-v51-orb {
  position: relative;
  z-index: 2;
}

.a1-v51-device {
  min-width: 0;
}

.a1-v51-laptop {
  position: relative;
  width: 100%;
  max-width: 295px;
  height: 178px;
  border: 8px solid #071d32;
  border-radius: 16px 16px 10px 10px;
  background: #071d32;
  box-shadow: 0 20px 44px rgba(6, 26, 45, .18);
  overflow: hidden;
}

.a1-v51-laptop::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 7px;
  left: 12px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(215,230,238,.9);
  box-shadow: 13px 0 0 rgba(215,230,238,.9), 26px 0 0 rgba(215,230,238,.9);
}

.a1-v51-laptop img,
.a1-v51-phone img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.a1-v51-phone {
  position: absolute;
  z-index: 3;
  width: 66px;
  height: 132px;
  border: 6px solid #071d32;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(6, 26, 45, .20);
}

.a1-v51-device-left {
  justify-self: end;
  margin-right: -10px;
}

.a1-v51-device-left .a1-v51-phone {
  right: -20px;
  bottom: 20px;
}

.a1-v51-device-right {
  justify-self: start;
  margin-left: -10px;
}

.a1-v51-device-right .a1-v51-phone {
  right: -18px;
  bottom: -2px;
}

.a1-v51-panel {
  min-height: 294px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 38px;
  color: #fff;
  box-shadow: 0 16px 34px rgba(13, 36, 65, .12);
}

.a1-v51-panel-left {
  padding-right: 56px;
  border-radius: 24px 0 0 24px;
  background: linear-gradient(135deg, #0b9ca1 0%, #087e84 100%);
  clip-path: polygon(0 0, 92.5% 0, 100% 50%, 92.5% 100%, 0 100%);
}

.a1-v51-panel-right {
  padding-left: 56px;
  border-radius: 0 24px 24px 0;
  background: linear-gradient(135deg, #2f6de1 0%, #1c4db9 100%);
  clip-path: polygon(7.5% 0, 100% 0, 100% 100%, 7.5% 100%, 0 50%);
}

.a1-v51-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 1.28rem;
  font-weight: 950;
  letter-spacing: -.03em;
}

.a1-v51-logo span {
  color: var(--color-orange-500);
}

.a1-v51-fish {
  font-size: 1.2rem;
}

.a1-v51-panel h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 1.45rem;
  line-height: 1.1;
  letter-spacing: -.03em;
}

.a1-v51-panel ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255,255,255,.94);
  font-size: .94rem;
  line-height: 1.36;
}

.a1-v51-panel li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 6px;
}

.a1-v51-panel li::before {
  content: "✓";
  color: #fff;
  font-weight: 950;
}

.a1-v51-orb {
  z-index: 5;
  display: grid;
  place-items: center;
  justify-self: center;
  width: 166px;
  height: 166px;
  margin-inline: -15px;
  padding: 15px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background: radial-gradient(circle at 32% 24%, #143b66, #041726 78%);
  border: 5px solid rgba(25,209,209,.82);
  box-shadow:
    0 0 0 10px rgba(25,209,209,.16),
    0 22px 45px rgba(3,17,31,.28);
  box-sizing: border-box;
}

.a1-v51-orb svg {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.a1-v51-orb strong {
  display: grid;
  justify-items: center;
  gap: 1px;
  line-height: 1;
}

.a1-v51-orb strong span {
  display: block;
  max-width: 110px;
  color: #fff;
  font-size: .79rem;
  font-weight: 950;
  white-space: nowrap;
}

.a1-v51-orb strong em {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  margin: 0;
  border-radius: 50%;
  color: #041726;
  background: var(--color-teal-400);
  font-style: normal;
  font-size: .78rem;
  font-weight: 950;
}

.a1-v51-orb strong span:last-child {
  font-size: .72rem;
  letter-spacing: -.03em;
}

/* Tablet */
@media (max-width: 1180px) {
  #solucion .container {
    width: min(100% - 40px, 980px) !important;
  }

  .a1-solution-v51 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "device-left device-right"
      "panel-left panel-right"
      "orb orb";
    gap: 18px;
    min-height: auto;
    padding: 24px;
  }

  .a1-v51-device-left { grid-area: device-left; }
  .a1-v51-device-right { grid-area: device-right; }
  .a1-v51-panel-left { grid-area: panel-left; }
  .a1-v51-panel-right { grid-area: panel-right; }
  .a1-v51-orb { grid-area: orb; }

  .a1-v51-device-left,
  .a1-v51-device-right {
    justify-self: center;
    margin: 0;
    width: 100%;
  }

  .a1-v51-laptop {
    max-width: 390px;
    height: 220px;
    margin-inline: auto;
  }

  .a1-v51-device-left .a1-v51-phone,
  .a1-v51-device-right .a1-v51-phone {
    right: 22px;
    bottom: 8px;
  }

  .a1-v51-panel {
    min-height: 300px;
    padding: 30px 28px;
    clip-path: none;
    border-radius: 24px;
  }

  .a1-v51-orb {
    margin: 4px auto 0;
  }
}

/* Mobile */
@media (max-width: 760px) {
  #solucion .container {
    width: min(100% - 28px, 100%) !important;
  }

  .a1-solution-v51 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "device-left"
      "panel-left"
      "orb"
      "panel-right"
      "device-right";
    gap: 16px;
    padding: 16px;
    border-radius: 22px;
  }

  .a1-v51-laptop {
    max-width: 100%;
    height: clamp(170px, 56vw, 230px);
  }

  .a1-v51-phone {
    display: none;
  }

  .a1-v51-panel {
    min-height: auto;
    padding: 26px 22px;
  }

  .a1-v51-panel h3 {
    font-size: 1.24rem;
  }

  .a1-v51-panel ul {
    font-size: .92rem;
  }

  .a1-v51-orb {
    width: 148px;
    height: 148px;
    padding: 13px;
  }

  .a1-v51-orb svg {
    width: 26px;
    height: 26px;
  }

  .a1-v51-orb strong span {
    font-size: .68rem;
  }

  .a1-v51-orb strong em {
    width: 16px;
    height: 16px;
    font-size: .7rem;
  }

  .a1-v51-orb strong span:last-child {
    font-size: .62rem;
  }
}


/* v52 - Alinear columna Alojalos en tabla comparativa */
.a1-table th:last-child,
.a1-table td:last-child {
  text-align: left;
}

.a1-table th:last-child {
  padding-left: 28px;
}

.a1-table td:last-child {
  padding-left: 28px;
}

.a1-table td:last-child .a1-check {
  margin-right: 9px;
  vertical-align: middle;
  flex: 0 0 auto;
}

@media (max-width: 760px) {
  .a1-table th:last-child,
  .a1-table td:last-child {
    padding-left: 18px;
  }
}


/* v53 - Caso de éxito en 2 cards + métricas sin desborde */
.a1-case-grid-v53 {
  display: grid;
  grid-template-columns: minmax(0, 1.72fr) minmax(320px, .78fr);
  gap: 28px;
  align-items: stretch;
}

.a1-case-success-card {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
  min-width: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--a1-border);
  box-shadow: var(--shadow-card);
}

.a1-case-image-v53 {
  min-height: 360px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(3,17,31,.16)),
    url("../images/landings/a1-hoteles/case-hotel-balcones.webp");
  background-size: cover;
  background-position: center;
}

.a1-case-copy-v53 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 34px 38px;
}

.a1-case-copy-v53 h3 {
  margin-bottom: 10px;
  color: var(--color-navy-950);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  letter-spacing: -.035em;
}

.a1-case-copy-v53 p {
  color: var(--color-slate-500);
  font-size: 1rem;
  line-height: 1.55;
  margin-bottom: 0;
}

.a1-case-metrics-v53 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}

.a1-case-metrics-v53 div {
  min-width: 0;
  padding: 16px 8px;
  border-radius: 16px;
  background: var(--a1-soft);
  border: 1px solid #e5eef2;
  text-align: center;
  overflow-wrap: anywhere;
}

.a1-case-metrics-v53 strong {
  display: block;
  color: var(--color-teal-600);
  font-size: clamp(1.18rem, 1.8vw, 1.75rem);
  line-height: 1;
  letter-spacing: -.05em;
  white-space: nowrap;
}

.a1-case-metrics-v53 span {
  display: block;
  margin-top: 6px;
  color: var(--color-slate-700);
  font-size: clamp(.68rem, .82vw, .82rem);
  line-height: 1.18;
  font-weight: 850;
}

.a1-testimonial-v53 {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1180px) {
  .a1-case-grid-v53 {
    grid-template-columns: 1fr;
  }

  .a1-case-success-card {
    grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  }

  .a1-case-image-v53 {
    min-height: 320px;
  }
}

@media (max-width: 860px) {
  .a1-case-success-card {
    grid-template-columns: 1fr;
  }

  .a1-case-image-v53 {
    min-height: 280px;
  }

  .a1-case-copy-v53 {
    padding: 28px 24px;
  }

  .a1-case-metrics-v53 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .a1-testimonial-v53 {
    padding: 28px 24px;
  }
}

@media (max-width: 420px) {
  .a1-case-metrics-v53 {
    gap: 8px;
  }

  .a1-case-metrics-v53 div {
    padding: 14px 6px;
  }

  .a1-case-metrics-v53 span {
    font-size: .66rem;
  }
}


/* v54 - Caso de éxito: imagen fachada, avatar webp y métricas compactas */
.a1-case-image-v53 {
  background:
    linear-gradient(180deg, rgba(255,255,255,.015), rgba(3,17,31,.08)),
    url("../images/landings/a1-hoteles/case-hotel-balcones.webp");
  background-size: cover;
  background-position: center center;
}

.a1-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.a1-case-metrics-v53 {
  gap: 8px;
  margin-top: 22px;
}

.a1-case-metrics-v53 div {
  padding: 14px 10px 12px;
  border-radius: 14px;
}

.a1-case-metrics-v53 strong {
  font-size: clamp(1.12rem, 1.45vw, 1.55rem);
  line-height: .98;
}

.a1-case-metrics-v53 span {
  margin-top: 5px;
  font-size: clamp(.62rem, .72vw, .74rem);
  line-height: 1.12;
  letter-spacing: -.01em;
}

@media (min-width: 861px) {
  .a1-case-metrics-v53 span br { display: block; }
}

@media (max-width: 1180px) {
  .a1-case-metrics-v53 strong {
    font-size: 1.28rem;
  }
  .a1-case-metrics-v53 span {
    font-size: .72rem;
  }
}

@media (max-width: 860px) {
  .a1-case-copy-v53 {
    padding: 26px 22px;
  }
  .a1-case-metrics-v53 div {
    padding: 13px 8px 11px;
  }
  .a1-case-metrics-v53 strong {
    font-size: 1.18rem;
  }
  .a1-case-metrics-v53 span {
    font-size: .7rem;
  }
}
