.mw-templates-page {
  overflow: hidden;
}

.mw-templates-page .mw-public-hero__visual {
  min-height: 390px;
}

.mw-template-browser {
  inset: 30px 22px 38px;
  border-width: 7px;
  border-radius: 20px;
  background: #fff;
  transform: rotate(-0.8deg);
}

.mw-template-browser__viewport {
  position: relative;
  height: calc(100% - 38px);
  overflow: hidden;
  background: #edf5f7;
}

.mw-template-browser__viewport iframe {
  position: absolute;
  inset: 0;
  width: 264%;
  height: 264%;
  border: 0;
  pointer-events: none;
  transform: scale(0.379);
  transform-origin: 0 0;
}

.mw-template-hero-badge {
  position: absolute;
  right: 4px;
  bottom: 15px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 205px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--mw-text);
  box-shadow: 0 18px 38px rgba(3, 55, 79, 0.24);
  backdrop-filter: blur(12px);
}

.mw-template-hero-badge > i {
  position: relative;
  flex: 0 0 auto;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--mw-green), #71d868);
  box-shadow: 0 0 0 6px rgba(61, 187, 61, 0.12);
}

.mw-template-hero-badge > i::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 6px;
  width: 7px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.mw-template-hero-badge span,
.mw-template-hero-badge strong,
.mw-template-hero-badge small {
  display: block;
}

.mw-template-hero-badge strong {
  font-size: 0.85rem;
  font-weight: 900;
  line-height: 1.15;
}

.mw-template-hero-badge small {
  margin-top: 3px;
  color: var(--mw-muted);
  font-size: 0.7rem;
  font-weight: 700;
}

.mw-template-intro {
  padding-bottom: 72px;
}

.mw-template-intro__heading,
.mw-template-seo__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: end;
}

.mw-template-intro__heading h2,
.mw-template-seo__grid h2,
.mw-template-sections__content h2,
.mw-template-custom__content h2,
.mw-template-included__content h2,
.mw-template-final h2 {
  margin: 16px 0 0;
  font-size: clamp(2.4rem, 4.5vw, 4.8rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.mw-template-intro__heading > p,
.mw-template-seo__grid > p {
  margin: 0 0 4px;
  color: var(--mw-muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.mw-template-stage {
  position: relative;
  min-height: 680px;
  margin-top: 66px;
  padding: 66px 78px 54px;
  border: 1px solid rgba(18, 156, 205, 0.18);
  border-radius: 32px;
  background:
    linear-gradient(rgba(19, 148, 196, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(19, 148, 196, 0.055) 1px, transparent 1px),
    linear-gradient(145deg, #effaff 0%, #dff5fc 58%, #eefcff 100%);
  background-size: 34px 34px, 34px 34px, auto;
}

.mw-template-stage__glow {
  position: absolute;
  right: -80px;
  top: -70px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(27, 184, 222, 0.22);
  border-radius: 50%;
}

.mw-template-device {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 34px 80px rgba(5, 71, 98, 0.2);
}

.mw-template-device--desktop {
  position: relative;
  z-index: 1;
  width: min(900px, 88%);
  margin: 0 auto;
  border: 8px solid #fff;
  border-radius: 20px;
}

.mw-template-device__bar {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 34px;
  padding: 0 13px;
  background: #0a3445;
}

.mw-template-device__bar > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #78d9eb;
}

.mw-template-device__bar small {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.65rem;
  font-weight: 800;
}

.mw-template-live,
.mw-template-section-shot {
  position: relative;
  overflow: hidden;
  background: #eef6f7;
}

.mw-template-live iframe,
.mw-template-section-shot iframe {
  position: absolute;
  inset: 0;
  display: block;
  border: 0;
  pointer-events: none;
}

.mw-template-live--desktop {
  aspect-ratio: 16 / 8.7;
}

.mw-template-live--desktop iframe {
  width: 200%;
  height: 200%;
  transform: scale(0.5);
  transform-origin: 0 0;
}

.mw-template-device--phone {
  position: absolute;
  right: 48px;
  bottom: 28px;
  z-index: 3;
  width: 188px;
  height: 390px;
  padding: 17px 7px 8px;
  border: 7px solid #082f43;
  border-radius: 31px;
  background: #082f43;
  box-shadow: 0 28px 56px rgba(5, 48, 67, 0.3);
}

.mw-template-device__speaker {
  position: absolute;
  top: 7px;
  left: 50%;
  z-index: 2;
  width: 42px;
  height: 4px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.34);
  transform: translateX(-50%);
}

.mw-template-live--phone {
  height: 100%;
  border-radius: 19px;
}

.mw-template-live--phone iframe {
  width: 390px;
  height: 780px;
  transform: scale(0.446);
  transform-origin: 0 0;
}

.mw-template-stage__note {
  position: absolute;
  z-index: 4;
  display: grid;
  gap: 2px;
  min-width: 190px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 40px rgba(5, 78, 105, 0.15);
  backdrop-filter: blur(12px);
}

.mw-template-stage__note b {
  color: var(--mw-text);
  font-size: 0.92rem;
  font-weight: 900;
}

.mw-template-stage__note span {
  color: var(--mw-muted);
  font-size: 0.78rem;
}

.mw-template-stage__note--brand {
  left: 28px;
  top: 32px;
}

.mw-template-stage__note--mobile {
  right: 16px;
  bottom: 72px;
}

.mw-template-proof {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: calc(100% - 140px);
  margin: -18px auto 0;
  overflow: hidden;
  border: 1px solid #d8edf5;
  border-radius: 14px;
  background: #d8edf5;
  box-shadow: 0 16px 36px rgba(5, 78, 105, 0.08);
}

.mw-template-proof > div {
  padding: 20px 22px;
  background: #fff;
}

.mw-template-proof strong,
.mw-template-proof span {
  display: block;
}

.mw-template-proof strong {
  font-size: 0.96rem;
  font-weight: 900;
}

.mw-template-proof span {
  margin-top: 3px;
  color: var(--mw-muted);
  font-size: 0.8rem;
}

.mw-template-heading--wide {
  max-width: 920px;
}

.mw-template-heading--wide p {
  max-width: 770px;
}

.mw-template-tour__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.mw-template-feature-card {
  overflow: hidden;
  border: 1px solid #d5eaf3;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(7, 77, 104, 0.08);
}

.mw-template-feature-card--large {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  min-height: 500px;
}

.mw-template-feature-card__copy {
  padding: clamp(28px, 4.2vw, 52px);
}

.mw-template-feature-card__copy > span {
  color: var(--mw-blue-dark);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.mw-template-feature-card__copy h3 {
  margin: 15px 0 0;
  font-size: clamp(1.7rem, 3vw, 2.9rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.mw-template-feature-card__copy p {
  margin: 17px 0 0;
  color: var(--mw-muted);
  line-height: 1.72;
}

.mw-template-section-shot {
  min-height: 315px;
  border-top: 1px solid #d5eaf3;
}

.mw-template-feature-card--large .mw-template-section-shot {
  min-height: 500px;
  border-top: 0;
  border-left: 1px solid #d5eaf3;
}

.mw-template-section-shot iframe {
  width: 220%;
  height: 220%;
  transform: scale(0.455);
  transform-origin: 0 0;
}

.mw-template-section-shot--hero iframe {
  width: 175%;
  height: 175%;
  transform: scale(0.572);
}

.mw-template-callout {
  position: absolute;
  z-index: 2;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 9px;
  background: rgba(8, 50, 68, 0.9);
  color: #fff;
  box-shadow: 0 12px 24px rgba(0, 39, 57, 0.22);
  font-size: 0.73rem;
  font-weight: 900;
}

.mw-template-callout::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 1px;
  background: #21bddf;
}

.mw-template-callout--one {
  left: 24px;
  top: 118px;
}

.mw-template-callout--one::after {
  left: 100%;
  top: 50%;
}

.mw-template-callout--two {
  right: 24px;
  bottom: 58px;
}

.mw-template-callout--two::after {
  right: 100%;
  top: 50%;
}

.mw-template-sections__grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: center;
}

.mw-template-sections__content > p,
.mw-template-custom__content > p,
.mw-template-included__content > p,
.mw-template-final p {
  color: var(--mw-muted);
  font-size: 1.04rem;
  line-height: 1.75;
}

.mw-template-section-list {
  display: grid;
  gap: 0;
  margin: 30px 0 28px;
  padding: 0;
  list-style: none;
}

.mw-template-section-list li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid #dcecf2;
}

.mw-template-section-list li > span {
  color: var(--mw-cyan);
  font-size: 0.72rem;
  font-weight: 900;
}

.mw-template-section-list strong,
.mw-template-section-list small {
  display: block;
}

.mw-template-section-list strong {
  font-weight: 900;
}

.mw-template-section-list small {
  margin-top: 3px;
  color: var(--mw-muted);
  font-size: 0.83rem;
  line-height: 1.45;
}

.mw-template-collage {
  position: relative;
  min-height: 670px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 85% 16%, rgba(48, 197, 229, 0.34), transparent 28%),
    linear-gradient(145deg, #09364a 0%, #075c7b 100%);
}

.mw-template-collage__card {
  position: absolute;
  overflow: hidden;
  padding: 7px 7px 0;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 28px 54px rgba(0, 26, 39, 0.36);
}

.mw-template-collage__card > span {
  display: block;
  padding: 12px 11px;
  color: #12364d;
  font-size: 0.78rem;
  font-weight: 900;
}

.mw-template-collage__card--gallery {
  left: 38px;
  top: 48px;
  width: 77%;
  transform: rotate(-2deg);
}

.mw-template-collage__card--contact {
  right: 26px;
  bottom: 42px;
  z-index: 2;
  width: 68%;
  transform: rotate(2deg);
}

.mw-template-live--section {
  height: 300px;
}

.mw-template-live--section iframe {
  width: 245%;
  height: 245%;
  transform: scale(0.409);
  transform-origin: 0 0;
}

.mw-template-collage__badge {
  position: absolute;
  left: 22px;
  bottom: 42px;
  z-index: 3;
  display: grid;
  gap: 3px;
  max-width: 180px;
  padding: 16px 17px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  background: rgba(5, 39, 54, 0.88);
  color: #fff;
  backdrop-filter: blur(12px);
}

.mw-template-collage__badge small {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.35;
}

.mw-template-custom {
  padding-top: 20px;
}

.mw-template-custom__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 54px;
  overflow: hidden;
  padding: clamp(42px, 6vw, 72px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 86% 5%, rgba(50, 204, 237, 0.25), transparent 28%),
    linear-gradient(135deg, #07344a 0%, #08759b 100%);
  color: #fff;
  box-shadow: 0 30px 70px rgba(3, 68, 94, 0.2);
}

.mw-template-custom__content {
  position: relative;
  z-index: 1;
}

.mw-template-custom__content > p,
.mw-template-final p {
  color: rgba(255, 255, 255, 0.76);
}

.mw-template-custom__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
}

.mw-template-custom__items > div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 2px 12px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.07);
}

.mw-template-custom__items strong,
.mw-template-custom__items span {
  grid-column: 2;
}

.mw-template-custom__items strong {
  align-self: end;
  font-size: 0.92rem;
  font-weight: 900;
}

.mw-template-custom__items span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.75rem;
  line-height: 1.4;
}

.mw-template-custom__mark {
  grid-row: 1 / span 2;
  display: block;
  width: 30px;
  height: 30px;
  border: 7px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
}

.mw-template-custom__mark--color {
  border-radius: 9px;
  border-color: #44d0eb #3dbb3d #fff #0a94c5;
}

.mw-template-custom__mark--photo {
  border-width: 0;
  border-radius: 8px;
  background: linear-gradient(145deg, #5cd2e7 0 48%, #fff 49% 57%, #3dbb3d 58%);
}

.mw-template-custom__mark--text {
  border: 0;
  border-radius: 0;
  background: linear-gradient(#fff 0 4px, transparent 4px 10px, rgba(255, 255, 255, 0.58) 10px 14px, transparent 14px 20px, rgba(255, 255, 255, 0.36) 20px 24px, transparent 24px);
}

.mw-template-palette {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 460px;
}

.mw-template-palette::before,
.mw-template-palette::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}

.mw-template-palette::before {
  width: 430px;
  height: 430px;
}

.mw-template-palette::after {
  width: 310px;
  height: 310px;
}

.mw-template-palette__card {
  position: relative;
  z-index: 2;
  width: min(100%, 330px);
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--mw-text);
  box-shadow: 0 24px 60px rgba(0, 32, 47, 0.3);
  transform: rotate(3deg);
}

.mw-template-palette__card > span {
  color: var(--mw-blue-dark);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mw-template-palette__card > strong {
  display: block;
  margin-top: 15px;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: -0.04em;
}

.mw-template-palette__swatches {
  display: flex;
  gap: 9px;
  margin-top: 30px;
}

.mw-template-palette__swatches i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #073b54;
}

.mw-template-palette__swatches i:nth-child(2) { background: #0aa2ce; }
.mw-template-palette__swatches i:nth-child(3) { background: #3dbb3d; }
.mw-template-palette__swatches i:nth-child(4) { background: #cceff7; }

.mw-template-palette__lines {
  display: grid;
  gap: 8px;
  margin-top: 26px;
}

.mw-template-palette__lines b {
  height: 6px;
  border-radius: 10px;
  background: #d6e8ee;
}

.mw-template-palette__lines b:first-child { width: 90%; }
.mw-template-palette__lines b:nth-child(2) { width: 74%; }
.mw-template-palette__lines b:last-child { width: 52%; }

.mw-template-seo__grid {
  align-items: center;
}

.mw-template-rubros {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 42px;
}

.mw-template-rubros span {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 11px 17px;
  border: 1px solid #cfe7f0;
  border-radius: 10px;
  background: #fff;
  color: #23475b;
  box-shadow: 0 8px 20px rgba(7, 84, 112, 0.055);
  font-size: 0.9rem;
  font-weight: 800;
}

.mw-template-rubros span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--mw-blue), var(--mw-cyan));
  box-shadow: 0 0 0 5px rgba(11, 143, 232, 0.08);
}

.mw-template-seo__note {
  max-width: 850px;
  margin: 28px 0 0;
  color: var(--mw-muted);
  line-height: 1.7;
}

.mw-template-included__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  gap: clamp(44px, 7vw, 90px);
  align-items: center;
}

.mw-template-included__content h2 {
  font-size: clamp(2.3rem, 4vw, 4.2rem);
}

.mw-template-included__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mw-template-included__list li {
  display: flex;
  gap: 13px;
  min-height: 132px;
  padding: 22px;
  border: 1px solid #d6eaf2;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 15px 34px rgba(7, 77, 104, 0.065);
}

.mw-template-included__list i {
  position: relative;
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--mw-green), #75d76a);
}

.mw-template-included__list i::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 5px;
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.mw-template-included__list strong,
.mw-template-included__list span {
  display: block;
}

.mw-template-included__list strong {
  font-weight: 900;
  line-height: 1.25;
}

.mw-template-included__list span {
  margin-top: 6px;
  color: var(--mw-muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.mw-template-final {
  padding: 10px 0 84px;
}

.mw-template-final__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: 40px;
  align-items: center;
  padding: clamp(42px, 6vw, 68px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 8%, rgba(89, 220, 247, 0.36), transparent 30%),
    var(--mw-hero-gradient);
  color: #fff;
  box-shadow: 0 28px 65px rgba(5, 100, 141, 0.24);
}

.mw-template-final h2 {
  max-width: 760px;
  font-size: clamp(2.25rem, 4vw, 4.25rem);
}

.mw-template-final p {
  max-width: 650px;
}

.mw-template-final__actions {
  display: grid;
  gap: 11px;
}

.mw-template-final__actions .mw-button {
  width: 100%;
}

.mw-template-final__actions small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}

@media (max-width: 1040px) {
  .mw-template-stage {
    min-height: 600px;
    padding: 66px 36px 50px;
  }

  .mw-template-stage__note--mobile {
    display: none;
  }

  .mw-template-device--phone {
    right: 20px;
    transform: scale(0.88);
    transform-origin: right bottom;
  }

  .mw-template-proof {
    width: calc(100% - 60px);
  }

  .mw-template-sections__grid,
  .mw-template-custom__panel,
  .mw-template-included__grid {
    grid-template-columns: 1fr;
  }

  .mw-template-collage {
    width: min(100%, 680px);
    margin: 0 auto;
  }

  .mw-template-palette {
    min-height: 390px;
  }
}

@media (max-width: 780px) {
  .mw-template-intro__heading,
  .mw-template-seo__grid,
  .mw-template-final__panel {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .mw-template-stage {
    min-height: 490px;
    margin-top: 42px;
    padding: 58px 16px 34px;
    border-radius: 23px;
  }

  .mw-template-stage__note--brand {
    left: 12px;
    top: 14px;
    min-width: 160px;
    padding: 11px 13px;
  }

  .mw-template-device--desktop {
    width: 100%;
    border-width: 5px;
  }

  .mw-template-device--phone {
    right: 2px;
    bottom: 10px;
    transform: scale(0.64);
  }

  .mw-template-proof {
    grid-template-columns: 1fr;
    width: calc(100% - 32px);
    margin-top: -4px;
  }

  .mw-template-proof > div {
    padding: 15px 17px;
  }

  .mw-template-tour__grid {
    grid-template-columns: 1fr;
  }

  .mw-template-feature-card--large {
    grid-column: auto;
    display: block;
    min-height: 0;
  }

  .mw-template-feature-card--large .mw-template-section-shot {
    min-height: 330px;
    border-top: 1px solid #d5eaf3;
    border-left: 0;
  }

  .mw-template-section-shot--hero iframe {
    width: 220%;
    height: 220%;
    transform: scale(0.455);
  }

  .mw-template-callout {
    display: none;
  }

  .mw-template-custom__items,
  .mw-template-included__list {
    grid-template-columns: 1fr;
  }

  .mw-template-included__list li {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .mw-templates-page .mw-public-hero__visual {
    min-height: 320px;
  }

  .mw-template-browser {
    inset: 20px 8px 30px;
    border-width: 5px;
    transform: none;
  }

  .mw-template-hero-badge {
    right: 0;
    bottom: 3px;
    min-width: 184px;
    padding: 11px 13px;
  }

  .mw-template-intro,
  .mw-template-tour,
  .mw-template-sections,
  .mw-template-seo,
  .mw-template-included {
    padding-block: 64px;
  }

  .mw-template-intro__heading h2,
  .mw-template-seo__grid h2,
  .mw-template-sections__content h2,
  .mw-template-custom__content h2,
  .mw-template-included__content h2,
  .mw-template-final h2 {
    font-size: clamp(2.15rem, 11vw, 3.25rem);
  }

  .mw-template-stage {
    min-height: 405px;
  }

  .mw-template-device__bar {
    height: 28px;
  }

  .mw-template-device--phone {
    display: none;
  }

  .mw-template-proof {
    width: 100%;
  }

  .mw-template-feature-card__copy {
    padding: 27px 24px;
  }

  .mw-template-feature-card__copy h3 {
    font-size: 1.8rem;
  }

  .mw-template-section-shot,
  .mw-template-feature-card--large .mw-template-section-shot {
    min-height: 250px;
  }

  .mw-template-sections__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .mw-template-collage {
    min-height: 500px;
  }

  .mw-template-collage__card--gallery {
    left: 18px;
    top: 28px;
    width: 83%;
  }

  .mw-template-collage__card--contact {
    right: 13px;
    bottom: 30px;
    width: 80%;
  }

  .mw-template-live--section {
    height: 210px;
  }

  .mw-template-collage__badge {
    left: 10px;
    bottom: 26px;
    max-width: 145px;
    padding: 12px;
  }

  .mw-template-custom__panel,
  .mw-template-final__panel {
    width: calc(100% - 20px);
    padding: 38px 26px;
    border-radius: 23px;
  }

  .mw-template-custom__items {
    grid-template-columns: 1fr;
  }

  .mw-template-palette {
    display: none;
  }

  .mw-template-rubros {
    gap: 9px;
  }

  .mw-template-rubros span {
    width: 100%;
  }

  .mw-template-final {
    padding-bottom: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mw-template-palette__card,
  .mw-template-collage__card {
    transform: none;
  }
}
