.mw-home-hero {
  position: relative;
  padding: 56px 0 42px;
}

.mw-home-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
}

.mw-home-hero__content {
  padding: 24px 0;
}

.mw-home-hero h1 {
  margin: 18px 0 16px;
  font-size: clamp(3rem, 3vw, 5rem);
  line-height: 0.94;
}

.mw-home-hero p {
  max-width: 60ch;
  font-size: 1.08rem;
  color: rgba(16, 32, 51, 0.82);
  font-weight: 600;
}

.mw-home-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.mw-inline-stat {
  min-width: 160px;
  padding: 14px 16px;
  border: 1px solid rgba(217, 237, 249, 0.9);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
}

.mw-inline-stat strong {
  display: block;
  font-size: 1.06rem;
}

.mw-inline-stat span {
  color: var(--mw-muted);
  font-size: 0.92rem;
}

.mw-browser-card {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 15px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(234, 247, 255, 0.98) 100%);
  box-shadow: 0 28px 60px rgba(6, 107, 179, 0.22);
}

.mw-browser-card__top {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 16px;
  background: rgba(7, 27, 51, 0.92);
  color: var(--mw-white);
}

.mw-browser-card__top > span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
}

.mw-browser-card__url {
  margin-left: auto;
  padding: 7px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.82rem;
}

.mw-browser-card__body {
  padding: 26px;
}

.mw-browser-card__hero {
  display: grid;
  grid-template-columns: 1fr 124px;
  gap: 18px;
  padding: 24px;
  border-radius: 14px;
  background: var(--mw-hero-gradient);
  color: var(--mw-white);
}

.mw-browser-card__hero small {
  font-family: var(--mw-font-main);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mw-browser-card__hero h2 {
  margin: 10px 0 0;
  font-size: 1.7rem;
  line-height: 1.04;
}

.mw-mock-phone {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mw-mock-phone__screen {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 88px;
  height: 168px;
  padding: 13px 9px;
  border: 6px solid #075e83;
  border-radius: 14px;
  background: #f7fbfd;
  box-shadow: 0 16px 28px rgba(1, 52, 76, 0.28);
}

.mw-mock-phone__screen span {
  height: 7px;
  border-radius: 8px;
  background: #0a8fc3;
}

.mw-mock-phone__screen b {
  height: 42px;
  margin-top: 10px;
  border-radius: 8px;
  background: linear-gradient(145deg, #dff4fa, #a8deee);
}

.mw-mock-phone__screen i {
  width: 78%;
  height: 5px;
  margin-top: 9px;
  border-radius: 8px;
  background: #c2d7df;
}

.mw-mock-phone__screen i + i {
  width: 58%;
  margin-top: 5px;
}

.mw-mock-phone__screen em {
  width: 36px;
  height: 19px;
  margin-top: 12px;
  border-radius: 6px;
  background: var(--mw-green);
}

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

.mw-floating-note {
  padding: 14px 16px;
  border-radius: 10px;
  background: var(--mw-white);
  border: 1px solid var(--mw-border);
  font-weight: 800;
  box-shadow: var(--mw-shadow-soft);
}

.mw-floating-note--green {
  color: #1f8a59;
}

.mw-section--alt {
  background: linear-gradient(180deg, rgba(232, 247, 255, 0.3) 0%, rgba(232, 247, 255, 0.76) 100%);
}

.mw-steps-grid,
.mw-template-grid,
.mw-feature-bullets,
.mw-plan-grid {
  display: grid;
  gap: 20px;
}

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

.mw-step-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--mw-hero-gradient);
  color: var(--mw-white);
  font-weight: 800;
}

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

.mw-template-tile__preview {
  padding: 16px;
  border-radius: 10px;
  background: linear-gradient(180deg, #e8f7ff 0%, #f9fcff 100%);
}

.mw-template-mini-header,
.mw-template-mini-hero,
.mw-template-mini-grid span {
  display: block;
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(11, 143, 232, 0.92), rgba(34, 199, 242, 0.72));
}

.mw-template-mini-header {
  height: 14px;
  width: 42%;
}

.mw-template-mini-hero {
  height: 90px;
  margin-top: 12px;
}

.mw-template-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.mw-template-mini-grid span {
  height: 42px;
}

.mw-template-tile__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mw-feature-bullets {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mw-feature-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 88px;
}

.mw-feature-pill__icon {
  width: 14px;
  height: 14px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--mw-blue), #10c3f8);
  box-shadow: 0 0 0 8px rgba(11, 143, 232, 0.08);
}

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

.mw-plan-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}

.mw-plan-card.is-featured {
  border-color: rgba(11, 143, 232, 0.3);
  transform: translateY(-6px);
}

.mw-plan-card__head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
}

.mw-plan-card__head h3 {
  margin: 0 0 8px;
  font-size: 36px;
  line-height: 1;
}

.mw-price-box {
  text-align: right;
}

.mw-price-box strong {
  display: block;
  font-size: 1.7rem;
  font-family: var(--mw-font-main);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}

.mw-price-box span {
  display: block;
  margin-top: 3px;
  color: var(--mw-muted);
  line-height: 1.15;
}

.mw-country-panel {
  padding: 10px 0;
}

.mw-country-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mw-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 32px;
  border: 0;
  background: var(--mw-hero-gradient);
  color: var(--mw-white);
}

.mw-final-cta .mw-section-eyebrow,
.mw-final-cta p {
  color: rgba(255, 255, 255, 0.88);
}

.mw-final-cta .mw-section-eyebrow::before {
  background: rgba(255, 255, 255, 0.78);
}

@media (max-width: 980px) {
  .mw-home-hero__grid,
  .mw-steps-grid,
  .mw-template-grid,
  .mw-feature-bullets,
  .mw-plan-grid {
    grid-template-columns: 1fr;
  }

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

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

  .mw-final-cta {
    align-items: start;
    flex-direction: column;
  }
}

/* Ideasweb visual alignment */
.mw-home-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(76px, 8vw, 116px) 0 clamp(68px, 8vw, 104px);
  color: var(--mw-white);
  background:
    linear-gradient(rgba(255, 255, 255, 0.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.065) 1px, transparent 1px),
    radial-gradient(circle at 72% 50%, rgba(62, 207, 245, 0.34), transparent 34%),
    linear-gradient(115deg, #08739d 0%, #078fc9 57%, #25b8dd 100%);
  background-size: 36px 36px, 36px 36px, auto, auto;
}

.mw-home-hero::before,
.mw-home-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
}

.mw-home-hero::before {
  width: 620px;
  height: 620px;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
}

.mw-home-hero::after {
  width: 420px;
  height: 420px;
  top: 50%;
  right: 10.5%;
  transform: translateY(-50%);
}

.mw-home-hero__grid {
  grid-template-columns: minmax(0, 1.03fr) minmax(480px, 0.97fr);
  gap: clamp(46px, 7vw, 70px);
}

.mw-home-hero__content {
  padding: 0;
}

.mw-home-hero h1 {
  max-width: 780px;
  margin: 22px 0 20px;
  color: var(--mw-white);
  font-size: clamp(3.25rem, 4.6vw, 5.0rem);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.mw-home-hero p {
  max-width: 62ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 1.45vw, 1.24rem);
  line-height: 1.65;
}

.mw-home-hero__meta {
  gap: 9px;
  margin-top: 30px;
}

.mw-trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 9px;
  background: rgba(4, 86, 122, 0.25);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.82rem;
  font-weight: 800;
}

.mw-trust-chip > span {
  width: 9px;
  height: 9px;
  border: 2px solid #80e2ff;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.18);
}

.mw-browser-card {
  position: relative;
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 32px 74px rgba(2, 56, 82, 0.3);
  backdrop-filter: blur(12px);
}

.mw-browser-card__top {
  background: rgba(5, 58, 86, 0.82);
}

.mw-browser-card__body {
  background: linear-gradient(180deg, rgba(241, 251, 255, 0.98), rgba(218, 244, 255, 0.94));
}

.mw-browser-card__hero {
  background:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(130deg, #0878a4, #0b9fd7 72%, #29c1e7);
  background-size: 24px 24px, 24px 24px, auto;
}

.mw-floating-note {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 58px;
  padding: 12px 13px;
  color: var(--mw-text);
  font-size: 0.90rem;
  line-height: 1.2;
  white-space: nowrap;
}

.mw-floating-note > span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
}

.mw-floating-note > span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--mw-cyan);
  box-shadow: 0 0 0 6px rgba(37, 189, 232, 0.12);
}

.mw-floating-note--green > span::before {
  background: var(--mw-green);
  box-shadow: 0 0 0 6px rgba(61, 187, 61, 0.12);
}

.mw-floating-note--brand > img {
  display: block;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  object-fit: contain;
}

.mw-ideasweb-band,
.mw-ideasweb-services {
  position: relative;
  overflow: hidden;
  color: var(--mw-white);
  background: linear-gradient(110deg, #08739d, #0797cd 68%, #2ab8db);
}

.mw-ideasweb-band {
  padding: clamp(58px, 7vw, 86px) 0;
}

.mw-ideasweb-band__grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(42px, 6vw, 82px);
  align-items: center;
}

.mw-ideasweb-band h2 {
  margin: 20px 0 0;
  color: var(--mw-white);
  font-size: clamp(2.35rem, 3.45vw, 3.55rem);
  font-weight: 900;
  line-height: 1;
}

.mw-ideasweb-services h2 {
  margin: 20px 0 0;
  color: var(--mw-white);
  font-size: clamp(2.5rem, 4.3vw, 4.5rem);
  font-weight: 900;
  line-height: 0.98;
}

.mw-ideasweb-band__copy p,
.mw-ideasweb-services p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.1rem;
  line-height: 1.75;
}

.mw-ideasweb-band .mw-link-arrow--light {
  padding: 12px 17px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 10px;
  color: #076f98;
  background: var(--mw-white);
  box-shadow: 0 12px 28px rgba(0, 58, 91, 0.18);
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.mw-ideasweb-band .mw-link-arrow--light::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  transition: transform 180ms ease;
}

.mw-ideasweb-band .mw-link-arrow--light:hover {
  color: var(--mw-white);
  border-color: #35b949;
  background: #35b949;
  box-shadow: 0 15px 32px rgba(0, 58, 91, 0.24);
  transform: translateY(-2px);
}

.mw-ideasweb-band .mw-link-arrow--light:hover::after {
  transform: translateX(2px) rotate(-45deg);
}

.mw-ideasweb-band .mw-link-arrow--light:focus-visible {
  color: #076f98;
  outline: 3px solid rgba(255, 255, 255, 0.62);
  outline-offset: 4px;
}

.mw-step-card {
  min-height: 235px;
  padding: 28px;
  box-shadow: 0 16px 38px rgba(5, 73, 104, 0.09);
}

.mw-step-card span {
  border-radius: 10px;
  box-shadow: 0 10px 22px rgba(7, 143, 202, 0.22);
}

.mw-step-card h3 {
  margin: 24px 0 12px;
  font-size: 1.18rem;
}

.mw-step-card p {
  margin: 0;
  color: var(--mw-muted);
  line-height: 1.62;
}

.mw-section--alt {
  background: #eef7fb;
}

.mw-feature-bullets {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mw-feature-pill {
  box-shadow: 0 10px 28px rgba(6, 74, 102, 0.06);
}

.mw-home-plan-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(450px, 1.15fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: center;
}

.mw-home-plan-layout .mw-section-heading {
  margin-bottom: 0;
}

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

.mw-plan-card.is-featured {
  padding: clamp(28px, 4vw, 40px);
  border-color: rgba(7, 143, 202, 0.35);
  background:
    linear-gradient(135deg, rgba(232, 247, 255, 0.42), transparent 55%),
    var(--mw-white);
  box-shadow: 0 26px 60px rgba(5, 94, 133, 0.15);
  transform: none;
}

.mw-plan-card p {
  color: var(--mw-muted);
  line-height: 1.65;
}

.mw-trial-highlight {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border: 1px solid rgba(7, 143, 202, 0.28);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(224, 247, 255, 0.92), rgba(255, 255, 255, 0.96));
}

.mw-trial-highlight strong {
  color: var(--mw-blue-dark);
  font-size: 1.1rem;
}

.mw-trial-highlight span {
  color: var(--mw-muted);
  line-height: 1.5;
}

.mw-ideasweb-services {
  padding: clamp(76px, 9vw, 120px) 0;
  background:
    radial-gradient(circle at 26% 50%, rgba(71, 211, 245, 0.22), transparent 30%),
    linear-gradient(110deg, #086d94, #078bbd 58%, #159ec9);
}

.mw-ideasweb-services__grid {
  display: grid;
  grid-template-columns: minmax(420px, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(70px, 10vw, 140px);
  align-items: center;
}

.mw-service-map {
  position: relative;
  min-height: 380px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    rgba(255, 255, 255, 0.08);
  background-size: 28px 28px, 28px 28px, auto;
}

.mw-service-map__core,
.mw-service-map__item {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 42px rgba(3, 61, 87, 0.18);
  backdrop-filter: blur(8px);
}

.mw-service-map__core {
  inset: 50% auto auto 50%;
  flex-direction: column;
  width: 150px;
  height: 150px;
  border-radius: 40px;
  transform: translate(-50%, -50%);
}

.mw-service-map__core strong {
  font-size: 1.3rem;
}

.mw-service-map__core small {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.76);
}

.mw-service-map__item {
  min-height: 76px;
  padding: 16px 20px;
  border-radius: 18px;
  font-size: 0.88rem;
  font-weight: 800;
}

.mw-service-map__item--one {
  top: 32px;
  left: 28px;
}

.mw-service-map__item--two {
  top: 44px;
  right: 24px;
}

.mw-service-map__item--three {
  right: 34px;
  bottom: 34px;
}

.mw-ideasweb-services .mw-actions {
  margin-top: 30px;
}

.mw-accordion {
  box-shadow: 0 10px 26px rgba(6, 74, 102, 0.06);
}

@media (max-width: 1100px) {
  .mw-home-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
    gap: 42px;
  }

  .mw-home-hero h1 {
    font-size: clamp(3rem, 5.4vw, 4.5rem);
  }
}

@media (max-width: 980px) {
  .mw-home-hero__grid,
  .mw-ideasweb-band__grid,
  .mw-home-plan-layout,
  .mw-ideasweb-services__grid {
    grid-template-columns: 1fr;
  }

  .mw-home-hero__grid {
    gap: 48px;
  }

  .mw-home-hero::before,
  .mw-home-hero::after {
    display: none;
  }

  .mw-feature-bullets {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mw-home-plan-layout {
    gap: 32px;
  }

  .mw-service-map {
    width: min(100%, 620px);
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .mw-home-hero {
    padding: 64px 0;
  }

  .mw-home-hero h1 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .mw-home-hero__meta,
  .mw-trust-chip {
    width: 100%;
  }

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

  .mw-plan-card__head {
    flex-direction: column;
  }

  .mw-price-box {
    text-align: left;
  }

  .mw-service-map {
    min-height: 330px;
  }

  .mw-service-map__core {
    width: 126px;
    height: 126px;
    border-radius: 32px;
  }

  .mw-service-map__item {
    min-height: 62px;
    max-width: 142px;
    padding: 12px 14px;
    font-size: 0.75rem;
  }

  .mw-service-map__item--one {
    top: 22px;
    left: 16px;
  }

  .mw-service-map__item--two {
    top: 30px;
    right: 12px;
  }

  .mw-service-map__item--three {
    right: 18px;
    bottom: 24px;
  }
}

/* Home comercial Miweb */
.mw-section-heading--home {
  width: 100%;
  max-width: none;
}

.mw-section-heading--home h2 {
  font-size: clamp(2.35rem, 4.4vw, 4rem);
  font-weight: 900;
  line-height: 1;
}

.mw-section-heading--home p {
  max-width: none;
  font-size: 1.05rem;
  line-height: 1.7;
}

.mw-feature-pill {
  align-items: flex-start;
  min-height: 126px;
  padding: 24px;
}

.mw-feature-pill__icon {
  flex: 0 0 auto;
  margin-top: 5px;
}

.mw-feature-pill strong {
  display: block;
  line-height: 1.3;
}

.mw-feature-pill p {
  margin: 7px 0 0;
  color: var(--mw-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.mw-home-audience-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.mw-home-audience-list li {
  position: relative;
  padding-left: 30px;
  color: var(--mw-text);
  font-weight: 800;
}

.mw-home-audience-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--mw-green);
  font-size: 1.05rem;
  font-weight: 900;
}

.mw-plan-card__list {
  margin-top: -4px;
}

.mw-growth-visual {
  position: relative;
  min-height: 470px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 32px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.065) 1px, transparent 1px),
    rgba(255, 255, 255, 0.075);
  background-size: 30px 30px, 30px 30px, auto;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 30px 70px rgba(2, 54, 78, 0.22);
}

.mw-growth-visual__glow {
  position: absolute;
  inset: 20% 22% 8% 6%;
  border-radius: 50%;
  background: rgba(83, 218, 250, 0.2);
  filter: blur(42px);
}

.mw-growth-browser {
  position: absolute;
  top: 76px;
  left: 38px;
  width: 68%;
  overflow: hidden;
  border: 7px solid rgba(255, 255, 255, 0.92);
  border-radius: 18px;
  background: #f6fbfd;
  box-shadow: 0 26px 54px rgba(1, 55, 81, 0.3);
}

.mw-growth-browser__bar {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 38px;
  padding: 0 12px;
  background: #075e83;
}

.mw-growth-browser__bar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6dd5f1;
}

.mw-growth-browser__bar span {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.56rem;
  font-style: normal;
  font-weight: 800;
}

.mw-growth-browser__page {
  min-height: 256px;
  padding: 24px;
}

.mw-growth-browser__page::after {
  content: "";
  display: block;
  clear: both;
}

.mw-growth-browser__copy {
  float: left;
  width: 54%;
  padding-top: 10px;
}

.mw-growth-browser__copy b,
.mw-growth-browser__copy em {
  display: block;
  border-radius: 12px;
}

.mw-growth-browser__copy b:first-child {
  width: 46%;
  height: 8px;
  background: #13a8d9;
}

.mw-growth-browser__copy b:nth-child(2) {
  width: 92%;
  height: 12px;
  margin-top: 14px;
  background: #18394d;
}

.mw-growth-browser__copy b:nth-child(3) {
  width: 72%;
  height: 7px;
  margin-top: 10px;
  background: #bdd4de;
}

.mw-growth-browser__copy em {
  width: 58px;
  height: 25px;
  margin-top: 18px;
  background: var(--mw-green);
}

.mw-growth-browser__image {
  position: relative;
  float: right;
  width: 39%;
  height: 128px;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(145deg, #e2f5fb, #9fdcf0);
}

.mw-growth-browser__image span {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
}

.mw-growth-browser__image i {
  position: absolute;
  right: -14px;
  bottom: -32px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: rgba(8, 143, 193, 0.25);
}

.mw-growth-browser__image i:last-child {
  right: 52px;
  bottom: -48px;
  width: 82px;
  height: 82px;
  background: rgba(61, 187, 61, 0.3);
}

.mw-growth-browser__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  clear: both;
  padding-top: 24px;
}

.mw-growth-browser__cards i {
  height: 42px;
  border: 1px solid #d8e9f0;
  border-radius: 9px;
  background: #fff;
}

.mw-growth-phone,
.mw-responsive-preview__phone {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 13px 10px;
  border: 6px solid #075e83;
  border-radius: 25px;
  background: #f7fbfd;
  box-shadow: 0 22px 42px rgba(1, 52, 76, 0.3);
}

.mw-growth-phone {
  left: 45%;
  bottom: 34px;
  width: 104px;
  height: 190px;
}

.mw-growth-phone span,
.mw-responsive-preview__phone span {
  height: 7px;
  border-radius: 8px;
  background: #0a8fc3;
}

.mw-growth-phone b,
.mw-responsive-preview__phone b {
  height: 38px;
  margin-top: 10px;
  border-radius: 8px;
  background: linear-gradient(145deg, #dff4fa, #a8deee);
}

.mw-growth-phone i,
.mw-responsive-preview__phone i {
  width: 78%;
  height: 5px;
  margin-top: 9px;
  border-radius: 8px;
  background: #c2d7df;
}

.mw-growth-phone i + i,
.mw-responsive-preview__phone i + i {
  width: 58%;
  margin-top: 5px;
}

.mw-growth-phone em,
.mw-responsive-preview__phone em {
  width: 36px;
  height: 19px;
  margin-top: 12px;
  border-radius: 6px;
  background: var(--mw-green);
}

.mw-growth-addon {
  position: absolute;
  right: 24px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  width: 232px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 15px;
  background: rgba(4, 92, 126, 0.88);
  box-shadow: 0 16px 32px rgba(2, 57, 81, 0.27);
  backdrop-filter: blur(10px);
}

.mw-growth-addon > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  color: #08759f;
  background: #fff;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.mw-growth-addon--domain > span {
  font-size: 0.58rem;
  letter-spacing: -0.04em;
}

.mw-growth-addon--mail > span {
  font-size: 1.02rem;
  line-height: 1;
}

.mw-growth-addon--reach > span {
  font-size: 1.08rem;
  line-height: 1;
}

.mw-growth-addon small,
.mw-growth-addon strong {
  display: block;
}

.mw-growth-addon small {
  color: #80dcf4;
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
}

.mw-growth-addon strong {
  margin-top: 2px;
  color: #fff;
  font-size: 0.78rem;
  line-height: 1.2;
}

.mw-growth-addon > b {
  color: #7adbf5;
  font-size: 1.1rem;
}

.mw-growth-addon--domain { top: 44px; }
.mw-growth-addon--mail { top: 186px; }
.mw-growth-addon--reach { right: 52px; bottom: 32px; }

.mw-faq-section {
  background: linear-gradient(180deg, #eef8fc 0%, #f7fbfd 100%);
}

.mw-faq-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(450px, 1.04fr);
  gap: clamp(34px, 5vw, 72px);
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid #d3e9f2;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 28px 70px rgba(5, 77, 107, 0.1);
}

.mw-faq-content .mw-section-heading {
  margin-bottom: 22px;
}

.mw-faq-content .mw-section-heading h2 {
  font-size: clamp(2.15rem, 3.5vw, 3.2rem);
  font-weight: 900;
}

.mw-faq-content .mw-section-heading p {
  margin: 10px 0 0;
}

.mw-faq-content .mw-accordion-list {
  gap: 10px;
}

.mw-faq-content .mw-accordion {
  padding: 18px 20px;
  border-color: #dcebf1;
  box-shadow: 0 8px 20px rgba(6, 74, 102, 0.045);
}

.mw-faq-content .mw-accordion h3 {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.35;
}

.mw-faq-content .mw-accordion__panel {
  font-size: 0.9rem;
  line-height: 1.6;
}

.mw-faq-content .mw-accordion__panel p {
  margin: 0;
}

.mw-faq-showcase {
  position: relative;
  overflow: hidden;
  min-height: 640px;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid #b9dfea;
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 8%, rgba(72, 205, 240, 0.25), transparent 27%),
    linear-gradient(145deg, #f3fbfe 0%, #dff3fa 100%);
}

.mw-faq-showcase::after {
  content: "";
  position: absolute;
  top: -120px;
  right: -100px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(7, 143, 193, 0.12);
  border-radius: 50%;
}

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

.mw-faq-showcase h3 {
  position: relative;
  z-index: 1;
  max-width: 500px;
  margin: 14px 0 12px;
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.mw-faq-showcase > p {
  position: relative;
  z-index: 1;
  max-width: 52ch;
  margin: 0;
  color: var(--mw-muted);
  line-height: 1.65;
}

.mw-responsive-preview {
  position: relative;
  min-height: 292px;
  margin: 30px 0 22px;
}

.mw-responsive-preview__desktop {
  position: absolute;
  inset: 12px 24px 28px 0;
  overflow: hidden;
  border: 7px solid #fff;
  border-radius: 18px;
  background: #f8fcfe;
  box-shadow: 0 24px 48px rgba(4, 77, 108, 0.18);
}

.mw-responsive-preview__bar {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 35px;
  padding: 0 13px;
  background: #086d94;
}

.mw-responsive-preview__bar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #71d6ef;
}

.mw-responsive-preview__body {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 20px;
  padding: 23px;
}

.mw-responsive-preview__body > div {
  padding-top: 10px;
}

.mw-responsive-preview__body b,
.mw-responsive-preview__body span {
  display: block;
  border-radius: 10px;
}

.mw-responsive-preview__body b:first-child {
  width: 86%;
  height: 11px;
  background: #0c93c5;
}

.mw-responsive-preview__body b:nth-child(2) {
  width: 68%;
  height: 7px;
  margin-top: 10px;
  background: #c2d7df;
}

.mw-responsive-preview__body span {
  width: 52px;
  height: 24px;
  margin-top: 18px;
  background: var(--mw-green);
}

.mw-responsive-preview__body figure {
  position: relative;
  height: 100px;
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #d9f0f8;
}

.mw-responsive-preview__body figure i {
  position: absolute;
  border-radius: 50%;
  background: #73cbea;
}

.mw-responsive-preview__body figure i:first-child {
  top: 18px;
  right: 22px;
  width: 36px;
  height: 36px;
}

.mw-responsive-preview__body figure i:nth-child(2) {
  left: 20px;
  bottom: -30px;
  width: 88px;
  height: 88px;
}

.mw-responsive-preview__body figure i:last-child {
  right: -18px;
  bottom: -38px;
  width: 96px;
  height: 96px;
  background: rgba(61, 187, 61, 0.35);
}

.mw-responsive-preview__tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  padding: 0 23px;
}

.mw-responsive-preview__tiles i {
  height: 36px;
  border: 1px solid #d6e9f0;
  border-radius: 8px;
  background: #fff;
}

.mw-responsive-preview__phone {
  right: 0;
  bottom: 0;
  width: 86px;
  height: 164px;
  z-index: 2;
}

.mw-responsive-preview__status {
  position: absolute;
  left: 22px;
  bottom: 2px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 13px;
  border: 1px solid #cee5ed;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 28px rgba(4, 72, 99, 0.13);
}

.mw-responsive-preview__status > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  background: var(--mw-green);
  font-weight: 900;
}

.mw-responsive-preview__status small,
.mw-responsive-preview__status strong {
  display: block;
}

.mw-responsive-preview__status small {
  color: var(--mw-muted);
  font-size: 0.62rem;
}

.mw-responsive-preview__status strong {
  font-size: 0.75rem;
}

@media (max-width: 1100px) {
  .mw-faq-shell {
    grid-template-columns: 1fr;
  }

  .mw-faq-showcase {
    min-height: 620px;
  }
}

@media (max-width: 980px) {
  .mw-growth-visual {
    width: min(100%, 650px);
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .mw-section-heading--home h2 {
    font-size: clamp(2.1rem, 10vw, 3rem);
  }

  .mw-growth-visual {
    min-height: 530px;
    border-radius: 24px;
  }

  .mw-growth-browser {
    top: 32px;
    left: 20px;
    width: calc(100% - 40px);
  }

  .mw-growth-browser__page {
    min-height: 220px;
    padding: 18px;
  }

  .mw-growth-phone {
    left: auto;
    right: 24px;
    bottom: 138px;
  }

  .mw-growth-addon {
    right: auto;
    left: 18px;
    width: calc(100% - 36px);
  }

  .mw-growth-addon--domain { top: auto; bottom: 86px; }
  .mw-growth-addon--mail { display: none; }
  .mw-growth-addon--reach { right: auto; bottom: 18px; }

  .mw-faq-shell {
    gap: 28px;
    padding: 18px;
    border-radius: 22px;
  }

  .mw-faq-showcase {
    min-height: 590px;
    padding: 26px 20px;
  }

  .mw-responsive-preview__desktop {
    right: 0;
  }

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

  .mw-responsive-preview__body figure {
    display: none;
  }

  .mw-responsive-preview__status {
    left: 8px;
  }
}

/* Diseño real incluido */
.mw-home-demo-window {
  min-height: 458px;
  overflow: visible;
  border: 7px solid rgba(255, 255, 255, 0.9);
  border-radius: 22px;
  background: #fff;
}

.mw-home-demo-window .mw-browser-card__top {
  border-radius: 14px 14px 0 0;
}

.mw-home-demo-window__viewport {
  position: relative;
  height: 410px;
  overflow: hidden;
  border: 0;
  border-radius: 0 0 14px 14px;
  background: #f4fbfd;
}

.mw-home-demo-window__viewport iframe,
.mw-home-design__desktop-view iframe,
.mw-home-design__phone iframe {
  display: block;
  border: 0;
  pointer-events: none;
}

.mw-home-demo-window__viewport iframe {
  width: 230%;
  height: 230%;
  transform: scale(0.435);
  transform-origin: 0 0;
}

.mw-home-demo-window__badge {
  position: absolute;
  right: -18px;
  bottom: -24px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 15px;
  color: #153b4c;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 42px rgba(2, 60, 86, 0.24);
  backdrop-filter: blur(12px);
}

.mw-home-demo-window__badge i,
.mw-home-design__benefits i {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(61, 187, 61, 0.14);
}

.mw-home-demo-window__badge i::after,
.mw-home-design__benefits i::after {
  content: "";
  width: 8px;
  height: 4px;
  border-left: 2px solid #2ea842;
  border-bottom: 2px solid #2ea842;
  transform: translateY(-1px) rotate(-45deg);
}

.mw-home-demo-window__badge strong,
.mw-home-demo-window__badge small {
  display: block;
}

.mw-home-demo-window__badge strong {
  font-size: 0.83rem;
  line-height: 1.2;
}

.mw-home-demo-window__badge small {
  margin-top: 3px;
  color: var(--mw-muted);
  font-size: 0.69rem;
}

.mw-home-design {
  position: relative;
  overflow: hidden;
  padding: clamp(78px, 9vw, 124px) 0;
  background:
    radial-gradient(circle at 88% 12%, rgba(73, 202, 238, 0.16), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f2f9fc 100%);
}

.mw-home-design::before {
  content: "";
  position: absolute;
  top: 56px;
  right: -170px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(7, 143, 193, 0.09);
  border-radius: 50%;
}

.mw-home-design__grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(520px, 1.18fr);
  gap: clamp(58px, 8vw, 112px);
  align-items: center;
}

.mw-home-design__content {
  position: relative;
  z-index: 2;
}

.mw-home-design__content h2 {
  max-width: 650px;
  margin: 20px 0 18px;
  font-size: clamp(2.7rem, 4.4vw, 4.65rem);
  font-weight: 900;
  line-height: 0.97;
  letter-spacing: -0.055em;
}

.mw-home-design__content > p {
  max-width: 58ch;
  margin: 0;
  color: var(--mw-muted);
  font-size: 1.07rem;
  line-height: 1.72;
}

.mw-home-design__benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 30px;
}

.mw-home-design__benefits > div {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 76px;
  padding: 13px;
  border: 1px solid #dcecf2;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 24px rgba(4, 72, 99, 0.055);
}

.mw-home-design__benefits i {
  width: 28px;
  height: 28px;
}

.mw-home-design__benefits strong,
.mw-home-design__benefits small {
  display: block;
}

.mw-home-design__benefits strong {
  color: var(--mw-text);
  font-size: 0.87rem;
  line-height: 1.2;
}

.mw-home-design__benefits small {
  margin-top: 4px;
  color: var(--mw-muted);
  font-size: 0.73rem;
  line-height: 1.35;
}

.mw-home-design__visual {
  position: relative;
  min-height: 590px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 32px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.065) 1px, transparent 1px),
    linear-gradient(140deg, #086c94 0%, #078fc5 62%, #24b7da 100%);
  background-size: 30px 30px, 30px 30px, auto;
  box-shadow: 0 30px 70px rgba(3, 75, 104, 0.2);
}

.mw-home-design__glow {
  position: absolute;
  inset: 15% 5% 15% 18%;
  border-radius: 50%;
  background: rgba(100, 222, 250, 0.25);
  filter: blur(48px);
}

.mw-home-design__desktop {
  position: absolute;
  top: 54px;
  left: 34px;
  width: calc(100% - 84px);
  overflow: hidden;
  border: 7px solid rgba(255, 255, 255, 0.94);
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 28px 58px rgba(1, 52, 76, 0.33);
}

.mw-home-design__bar {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 40px;
  padding: 0 13px;
  background: #075f84;
}

.mw-home-design__bar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #74d6ee;
}

.mw-home-design__bar span {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.58rem;
  font-weight: 800;
}

.mw-home-design__desktop-view {
  height: 386px;
  overflow: hidden;
  background: #f6fbfd;
}

.mw-home-design__desktop-view iframe {
  width: 230%;
  height: 230%;
  transform: scale(0.435);
  transform-origin: 0 0;
}

.mw-home-design__phone {
  position: absolute;
  right: 22px;
  bottom: 30px;
  z-index: 3;
  width: 166px;
  height: 344px;
  padding: 10px;
  border: 7px solid #064d6d;
  border-radius: 30px;
  background: #064d6d;
  box-shadow: 0 25px 52px rgba(1, 47, 69, 0.4);
}

.mw-home-design__phone > b {
  position: absolute;
  top: 6px;
  left: 50%;
  z-index: 2;
  width: 42px;
  height: 5px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.52);
  transform: translateX(-50%);
}

.mw-home-design__phone > div {
  height: 100%;
  overflow: hidden;
  border-radius: 19px;
  background: #fff;
}

.mw-home-design__phone iframe {
  width: 390px;
  height: 820px;
  transform: scale(0.36);
  transform-origin: 0 0;
}

.mw-home-design__label {
  position: absolute;
  left: 26px;
  bottom: 24px;
  z-index: 4;
  max-width: 230px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 14px;
  color: #fff;
  background: rgba(3, 74, 103, 0.78);
  box-shadow: 0 16px 34px rgba(1, 47, 69, 0.22);
  backdrop-filter: blur(9px);
}

.mw-home-design__label strong,
.mw-home-design__label span {
  display: block;
}

.mw-home-design__label strong {
  font-size: 0.88rem;
}

.mw-home-design__label span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.7rem;
}

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

.mw-plan-card__actions .mw-button {
  width: 100%;
}

.mw-faq-showcase__actions {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

@media (max-width: 1100px) {
  .mw-home-design__grid {
    grid-template-columns: minmax(320px, 0.8fr) minmax(470px, 1.2fr);
    gap: 44px;
  }

  .mw-home-design__visual {
    min-height: 550px;
  }

  .mw-home-design__desktop-view {
    height: 350px;
  }
}

@media (max-width: 980px) {
  .mw-home-demo-window {
    width: min(100%, 720px);
    margin: 0 auto 18px;
  }

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

  .mw-home-design__content {
    max-width: 720px;
  }

  .mw-home-design__visual {
    width: min(100%, 760px);
    min-height: 590px;
    margin: 0 auto;
  }

  .mw-home-design__desktop-view {
    height: 386px;
  }
}

@media (max-width: 640px) {
  .mw-home-demo-window {
    min-height: 340px;
    margin-bottom: 34px;
  }

  .mw-home-demo-window__viewport {
    height: 292px;
  }

  .mw-home-demo-window__badge {
    right: 10px;
    bottom: -30px;
    min-width: 0;
    padding: 11px 13px;
  }

  .mw-home-design {
    padding: 68px 0;
  }

  .mw-home-design__content h2 {
    font-size: clamp(2.45rem, 12vw, 3.45rem);
  }

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

  .mw-home-design__visual {
    min-height: 448px;
    border-radius: 24px;
  }

  .mw-home-design__desktop {
    top: 28px;
    left: 16px;
    width: calc(100% - 32px);
    border-width: 5px;
  }

  .mw-home-design__bar {
    height: 33px;
  }

  .mw-home-design__desktop-view {
    height: 276px;
  }

  .mw-home-design__phone {
    right: 14px;
    bottom: 18px;
    width: 118px;
    height: 244px;
    padding: 7px;
    border-width: 5px;
    border-radius: 22px;
  }

  .mw-home-design__phone > div {
    border-radius: 14px;
  }

  .mw-home-design__phone iframe {
    transform: scale(0.25);
  }

  .mw-home-design__label {
    left: 14px;
    bottom: 16px;
    max-width: 190px;
    padding: 11px 13px;
  }

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

  .mw-faq-showcase__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .mw-faq-showcase__actions .mw-button,
  .mw-faq-showcase__actions .mw-link-arrow {
    justify-content: center;
    width: 100%;
  }
}

/* Reforma del bloque de diseño incluido */
.mw-home-design {
  padding: clamp(82px, 9vw, 126px) 0;
  background:
    radial-gradient(circle at 92% 12%, rgba(51, 188, 224, 0.08), transparent 28%),
    #f8fbfd;
}

.mw-home-design::before {
  display: none;
}

.mw-home-design__grid {
  grid-template-columns: minmax(0, 7fr) minmax(380px, 5fr);
  gap: clamp(58px, 7vw, 86px);
}

.mw-home-design__content h2 {
  max-width: 760px;
  font-size: clamp(2.85rem, 4.1vw, 4.45rem);
}

.mw-home-design__content > p {
  max-width: 66ch;
  font-size: 1.1rem;
}

.mw-home-design__benefits {
  max-width: 680px;
  gap: 14px;
}

.mw-home-design__benefits > div {
  min-height: 82px;
  padding: 15px 16px;
  background: #fff;
}

.mw-home-design__visual {
  min-height: 510px;
  overflow: visible;
  border: 1px solid #d8eaf1;
  border-radius: 30px;
  background:
    radial-gradient(circle at 80% 16%, rgba(44, 190, 227, 0.16), transparent 31%),
    linear-gradient(145deg, #f3fbfe 0%, #e7f4f9 100%);
  box-shadow: 0 28px 65px rgba(6, 73, 101, 0.12);
}

.mw-home-design__visual::before,
.mw-home-design__visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.mw-home-design__visual::before {
  top: 28px;
  right: 26px;
  width: 126px;
  height: 126px;
  border: 1px solid rgba(8, 143, 193, 0.13);
}

.mw-home-design__visual::after {
  right: 74px;
  bottom: 50px;
  width: 210px;
  height: 210px;
  background: rgba(33, 181, 218, 0.07);
}

.mw-design-system-card {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: calc(100% - 70px);
  overflow: hidden;
  border: 1px solid #d9e9ef;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 24px 52px rgba(5, 71, 99, 0.15);
  transform: translate(-50%, -48%);
}

.mw-design-system-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid #e4eff3;
  color: #0a4560;
  background: #f8fcfd;
  font-size: 0.84rem;
  font-weight: 900;
}

.mw-design-system-card__head b {
  padding: 6px 9px;
  border-radius: 8px;
  color: #218b36;
  background: rgba(61, 187, 61, 0.11);
  font-size: 0.64rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mw-design-system-card__sections {
  display: grid;
  gap: 0;
  padding: 8px 20px 14px;
}

.mw-design-system-card__sections > div {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  gap: 12px;
  align-items: center;
  min-height: 69px;
  border-bottom: 1px solid #e9f1f4;
}

.mw-design-system-card__sections > div:last-child {
  border-bottom: 0;
}

.mw-design-system-card__sections i {
  color: #0c98c8;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 900;
}

.mw-design-system-card__sections span,
.mw-design-system-card__sections strong,
.mw-design-system-card__sections small {
  display: block;
}

.mw-design-system-card__sections strong {
  color: #12384a;
  font-size: 0.86rem;
}

.mw-design-system-card__sections small {
  margin-top: 3px;
  color: #718997;
  font-size: 0.68rem;
}

.mw-design-system-card__sections b {
  position: relative;
  width: 34px;
  height: 22px;
  border: 1px solid #cde3eb;
  border-radius: 7px;
  background: #eef8fb;
}

.mw-design-system-card__sections b::before,
.mw-design-system-card__sections b::after {
  content: "";
  position: absolute;
  left: 7px;
  height: 2px;
  border-radius: 4px;
  background: #60bddb;
}

.mw-design-system-card__sections b::before {
  top: 7px;
  width: 18px;
}

.mw-design-system-card__sections b::after {
  top: 12px;
  width: 12px;
}

.mw-design-brand-card,
.mw-design-result-card {
  position: absolute;
  z-index: 4;
  border: 1px solid #d4e7ee;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 38px rgba(5, 71, 99, 0.15);
  backdrop-filter: blur(10px);
}

.mw-design-brand-card {
  top: 22px;
  left: -22px;
  width: 214px;
  padding: 15px 16px;
  border-radius: 16px;
}

.mw-design-brand-card > span,
.mw-design-brand-card > strong {
  display: block;
}

.mw-design-brand-card > span {
  color: #087ca8;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mw-design-brand-card > div {
  display: flex;
  gap: 7px;
  margin: 11px 0 10px;
}

.mw-design-brand-card i {
  width: 25px;
  height: 25px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #0b789f;
  box-shadow: 0 0 0 1px #d8e8ee;
}

.mw-design-brand-card i:nth-child(2) { background: #1db5dc; }
.mw-design-brand-card i:nth-child(3) { background: #39bd4b; }
.mw-design-brand-card i:nth-child(4) { background: #f1a039; }

.mw-design-brand-card > strong {
  color: #183d4d;
  font-size: 0.73rem;
  line-height: 1.35;
}

.mw-design-result-card {
  right: -22px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 11px;
  width: 244px;
  padding: 14px 16px;
  border-radius: 16px;
}

.mw-design-result-card > i {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: #38b94a;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 900;
}

.mw-design-result-card small,
.mw-design-result-card strong {
  display: block;
}

.mw-design-result-card small {
  color: #6f8793;
  font-size: 0.63rem;
}

.mw-design-result-card strong {
  margin-top: 3px;
  color: #153b4c;
  font-size: 0.74rem;
  line-height: 1.3;
}

/* Rubros visibles para personas y buscadores */
.mw-home-industries {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 8vw, 104px) 0;
  color: #fff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    radial-gradient(circle at 76% 42%, rgba(82, 211, 243, 0.26), transparent 34%),
    linear-gradient(115deg, #08739d 0%, #078fc9 57%, #25b8dd 100%);
  background-size: 32px 32px, 32px 32px, auto, auto;
}

.mw-home-industries::after {
  content: "";
  position: absolute;
  top: -170px;
  right: -120px;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.mw-home-industries__shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(54px, 8vw, 100px);
  align-items: center;
}

.mw-home-industries .mw-section-eyebrow {
  color: #8ee5f8;
}

.mw-home-industries .mw-section-eyebrow::before {
  background: #66d4ee;
}

.mw-home-industries h2 {
  max-width: 570px;
  margin: 20px 0 18px;
  color: #fff;
  font-size: clamp(2.55rem, 4vw, 3.3rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.mw-home-industries__intro p {
  max-width: 55ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.02rem;
  line-height: 1.7;
}

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

.mw-home-industries__list span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 12px 14px 12px 38px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.94);
  background: rgba(255, 255, 255, 0.075);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.3;
  backdrop-filter: blur(7px);
}

.mw-home-industries__list span::before {
  content: "";
  position: absolute;
  left: 15px;
  width: 9px;
  height: 9px;
  border: 2px solid #67d7ee;
  border-radius: 50%;
}

@media (max-width: 1100px) {
  .mw-home-design__grid {
    grid-template-columns: minmax(0, 7fr) minmax(350px, 5fr);
    gap: 48px;
  }

  .mw-home-design__visual {
    min-height: 490px;
  }

  .mw-design-system-card {
    width: calc(100% - 42px);
  }

  .mw-design-brand-card { left: -12px; }
  .mw-design-result-card { right: -12px; }
}

@media (max-width: 980px) {
  .mw-home-design__grid,
  .mw-home-industries__shell {
    grid-template-columns: 1fr;
  }

  .mw-home-design__content,
  .mw-home-design__content h2,
  .mw-home-design__content > p,
  .mw-home-design__benefits {
    max-width: 760px;
  }

  .mw-home-design__visual {
    width: min(100%, 600px);
    min-height: 510px;
  }

  .mw-home-industries__shell {
    gap: 40px;
  }

  .mw-home-industries__intro {
    max-width: 720px;
  }
}

@media (max-width: 640px) {
  .mw-home-design__visual {
    min-height: 470px;
  }

  .mw-design-system-card {
    width: calc(100% - 28px);
  }

  .mw-design-system-card__head {
    padding: 16px;
  }

  .mw-design-system-card__sections {
    padding-right: 16px;
    padding-left: 16px;
  }

  .mw-design-brand-card {
    top: 12px;
    left: 10px;
    width: 180px;
    padding: 12px 13px;
  }

  .mw-design-brand-card i {
    width: 21px;
    height: 21px;
  }

  .mw-design-result-card {
    right: 10px;
    bottom: 12px;
    width: 220px;
  }

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

  .mw-home-industries__list span {
    min-height: 48px;
  }
}
