/** Shopify CDN: Minification failed

Line 205:1 Expected "}" to go with "{"

**/
.roma-hero {
  background: #eaf5fc;
  padding: 56px 0;
}

.roma-hero__grid {
  display: grid;
  grid-template-columns: 1fr 520px;
  align-items: center;
  gap: 56px;
}

.roma-hero__content {
  max-width: 560px;
}

.roma-hero__eyebrow {
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #12b7f5;
  font-weight: 700;
  margin-bottom: 22px;
}

.roma-hero__title {
  margin: 0 0 26px;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: 0;
}

.roma-hero__title-black {
  color: #111827;
  margin-right: 6px;
}

.roma-hero__title-blue {
  color: #12b7f5;
}

.roma-hero__description {
  font-size: 21px;
  line-height: 1.65;
  color: #425466;
  max-width: 540px;
  margin-bottom: 34px;
}

.roma-hero__button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 8px;
  background: #12b7f5;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.06em;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 10px 24px rgba(18, 183, 245, 0.22);
}

.roma-hero__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(18, 183, 245, 0.28);
}

.roma-hero__button-arrow {
  font-size: 22px;
  line-height: 1;
}

.roma-hero__media {
  display: flex;
  justify-content: flex-end;
}

.roma-hero__image {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}

.roma-hero__placeholder {
  width: 100%;
  max-width: 520px;
  min-height: 360px;
  border-radius: 16px;
  background: #d9e9f4;
  color: #587184;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
}

/* Desktop mediano */
@media screen and (max-width: 1199px) {
  .roma-hero {
    padding: 48px 0;
  }

  .roma-hero__grid {
    grid-template-columns: 1fr 460px;
    gap: 40px;
  }

  .roma-hero__title {
    font-size: 30px;
  }

  .roma-hero__description {
    font-size: 19px;
  }
}

/* Tablet */
@media screen and (max-width: 989px) {
  .roma-hero {
    padding: 40px 0;
  }

  .roma-hero__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .roma-hero__content {
    max-width: 100%;
  }

  .roma-hero__media {
    justify-content: flex-start;
  }

  .roma-hero__image,
  .roma-hero__placeholder {
    max-width: 100%;
  }

  .roma-hero__title {
    font-size: 28px;
  }

  .roma-hero__description {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.6;
  }
}

/* Mobile */
@media screen and (max-width: 749px) {
  .roma-hero {
    padding: 28px 0 36px;
  }

  .roma-hero__eyebrow {
    font-size: 11px;
    letter-spacing: 0.22em;
    margin-bottom: 16px;
  }

  .roma-hero__title {
    font-size: 24px;
    margin-bottom: 18px;
  }

  .roma-hero__description {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .roma-hero__button {
    width: 100%;
    justify-content: center;
    min-height: 52px;
    padding: 0 20px;
  }

  .roma-hero__image,
  .roma-hero__placeholder {
    border-radius: 12px;
  }
@media screen and (max-width: 749px) {
  .roma-hero__media {
    display: none;
  }
}