:root {
  --mw-blue: #078fc9;
  --mw-blue-dark: #08739d;
  --mw-cyan: #25b8dd;
  --mw-sky: #e8f7ff;
  --mw-green: #3dbb3d;
  --mw-navy: #0b2c45;
  --mw-text: #0c2b43;
  --mw-muted: #5f7890;
  --mw-white: #ffffff;
  --mw-bg: #f7fbff;
  --mw-border: #d9edf9;
  --mw-radius: 10px;
  --mw-radius-lg: 14px;
  --mw-shadow: 0 18px 48px rgba(6, 107, 179, 0.12);
  --mw-shadow-soft: 0 12px 32px rgba(16, 32, 51, 0.08);
  --mw-font-main: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mw-hero-gradient:
    radial-gradient(circle at top right, rgba(62, 207, 245, 0.24), transparent 35%),
    linear-gradient(115deg, var(--mw-blue-dark) 0%, var(--mw-blue) 57%, var(--mw-cyan) 100%);
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--mw-text);
  background: linear-gradient(180deg, #fcfeff 0%, var(--mw-bg) 42%, #edf7ff 100%);
  font-family: var(--mw-font-main);
  font-weight: 500;
  letter-spacing: -0.01em;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
  font-family: var(--mw-font-main);
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

.mw-body {
  min-height: 100vh;
}

.mw-web-body {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.mw-web-bg {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 0% 0%, rgba(34, 199, 242, 0.14), transparent 24%),
    radial-gradient(circle at 100% 20%, rgba(11, 143, 232, 0.12), transparent 28%);
  pointer-events: none;
}

.mw-main {
  position: relative;
  z-index: 1;
  flex: 1 0 auto;
  width: 100%;
}

.mw-shell {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

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

.mw-feedback-wrap {
  padding-top: 16px;
}

.mw-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  font-family: var(--mw-font-main);
  letter-spacing: -0.02em;
}

.mw-simple-wordmark {
  display: inline-grid;
  gap: 4px;
  line-height: 1;
}

.mw-logo.mw-simple-wordmark {
  align-items: start;
  gap: 4px;
  letter-spacing: normal;
}

.mw-simple-wordmark strong {
  line-height: 0.82;
  letter-spacing: -0.075em;
  font-weight: 900;
}

.mw-simple-wordmark small {
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.mw-inline-wordmark {
  display: inline-block;
  color: inherit;
  font-family: var(--mw-font-main);
  font-size: 1em;
  font-style: normal;
  font-weight: 900;
  line-height: inherit;
  letter-spacing: -0.055em;
  text-transform: none;
  white-space: nowrap;
  vertical-align: baseline;
}

.mw-simple-wordmark--header strong {
  font-size: 2.25rem;
}

.mw-simple-wordmark--header .mw-simple-wordmark__mi,
.mw-simple-wordmark--header .mw-simple-wordmark__dot {
  color: #405464;
}

.mw-simple-wordmark--header .mw-simple-wordmark__web {
  color: #0083c1;
}

.mw-simple-wordmark--header small {
  color: #667b8b;
  font-size: 0.68rem;
}

.mw-logo__mark {
  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);
  box-shadow: 0 10px 20px rgba(11, 143, 232, 0.28);
}

.mw-logo__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1;
}

.mw-logo__text small {
  color: var(--mw-muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mw-web-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(217, 237, 249, 0.9);
}

.mw-web-header::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--mw-blue-dark), var(--mw-cyan));
}

.mw-web-header__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  min-height: 78px;
}

.mw-web-header__navwrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  width: 100%;
  min-width: 0;
}

.mw-web-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-self: center;
  min-width: 0;
}

.mw-web-header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-self: end;
  min-width: 0;
}

.mw-web-nav a {
  color: var(--mw-muted);
  font-family: var(--mw-font-main);
  font-weight: 700;
  letter-spacing: -0.01em;
}

.mw-web-nav a.is-active,
.mw-web-nav a:hover,
.mw-footer-links a:hover,
.mw-link:hover,
.mw-link-arrow:hover {
  color: var(--mw-blue-dark);
}

.mw-market-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid var(--mw-border);
  border-radius: 10px;
  background: rgba(232, 247, 255, 0.82);
  color: var(--mw-blue-dark);
  font-size: 0.88rem;
  font-family: var(--mw-font-main);
  font-weight: 700;
  letter-spacing: -0.01em;
}

.mw-market-pill strong {
  color: var(--mw-text);
}

.mw-market-switcher {
  position: relative;
  min-width: 0;
}

.mw-market-pill--toggle {
  position: relative;
  padding-right: 36px;
  border: 1px solid var(--mw-border);
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.mw-market-pill--toggle:hover,
.mw-market-pill--toggle[aria-expanded="true"] {
  border-color: rgba(11, 143, 232, 0.26);
  box-shadow: 0 12px 26px rgba(11, 143, 232, 0.12);
  background: rgba(255, 255, 255, 0.96);
}

.mw-market-pill--toggle:focus-visible {
  outline: none;
  border-color: var(--mw-cyan);
  box-shadow: 0 0 0 4px rgba(34, 199, 242, 0.16);
}

.mw-market-caret {
  position: absolute;
  right: 12px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--mw-blue-dark);
  border-bottom: 2px solid var(--mw-blue-dark);
  transform: translateY(-60%) rotate(45deg);
  transition: transform 0.18s ease;
}

.mw-market-pill--toggle[aria-expanded="true"] .mw-market-caret {
  transform: translateY(-35%) rotate(-135deg);
}

.mw-market-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 30;
  display: none;
  width: min(280px, calc(100vw - 24px));
  min-width: 260px;
  max-height: min(420px, calc(100vh - 120px));
  padding: 8px;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid var(--mw-border);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 38px rgba(16, 32, 51, 0.12);
  scrollbar-width: thin;
  scrollbar-color: rgba(11, 143, 232, 0.34) transparent;
}

.mw-market-menu.is-open {
  display: grid;
  gap: 4px;
}

.mw-market-menu::-webkit-scrollbar {
  width: 8px;
}

.mw-market-menu::-webkit-scrollbar-track {
  background: transparent;
}

.mw-market-menu::-webkit-scrollbar-thumb {
  background: rgba(11, 143, 232, 0.28);
  border-radius: 999px;
}

.mw-market-menu::-webkit-scrollbar-thumb:hover {
  background: rgba(11, 143, 232, 0.45);
}

.mw-market-menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  color: var(--mw-text);
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.mw-market-menu-item:hover,
.mw-market-menu-item:focus-visible {
  background: #f4fbff;
  color: var(--mw-blue-dark);
  outline: none;
}

.mw-market-menu-item:focus-visible {
  box-shadow: inset 0 0 0 1px rgba(34, 199, 242, 0.42);
}

.mw-market-menu-item.is-active {
  background: var(--mw-sky);
  color: var(--mw-blue-dark);
}

.mw-market-menu-main {
  display: grid;
  gap: 3px;
}

.mw-market-menu-main strong,
.mw-market-menu-main small {
  font-family: var(--mw-font-main);
}

.mw-market-menu-main strong {
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.mw-market-menu-main small {
  color: var(--mw-muted);
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.mw-market-menu-item.is-active .mw-market-menu-main small {
  color: var(--mw-blue-dark);
}

.mw-market-check {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--mw-blue) 0%, var(--mw-cyan) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
  position: relative;
}

.mw-market-check::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.mw-menu-toggle {
  position: relative;
  display: none;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(37, 184, 221, 0.48);
  border-radius: 15px;
  color: var(--mw-blue-dark);
  background: linear-gradient(145deg, #ffffff 0%, #f4fbff 100%);
  box-shadow: 0 10px 24px rgba(7, 115, 157, 0.1), inset 0 1px 0 #ffffff;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.mw-menu-toggle:hover {
  border-color: rgba(7, 143, 201, 0.34);
  color: var(--mw-blue-dark);
  box-shadow: 0 13px 28px rgba(7, 115, 157, 0.15), inset 0 1px 0 #ffffff;
  transform: translateY(-1px);
}

.mw-menu-toggle:focus-visible {
  outline: none;
  border-color: var(--mw-cyan);
  box-shadow: 0 0 0 4px rgba(37, 184, 221, 0.16), 0 12px 26px rgba(7, 115, 157, 0.13);
}

.mw-menu-toggle > span:not(.mw-sr-only) {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 20px;
  height: 2px;
  margin: 0;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
  transition: opacity 0.18s ease, transform 0.24s ease;
}

.mw-menu-toggle > span:nth-child(1) {
  transform: translate(-50%, -7px);
}

.mw-menu-toggle > span:nth-child(2) {
  transform: translate(-50%, 0);
}

.mw-menu-toggle > span:nth-child(3) {
  transform: translate(-50%, 7px);
}

.mw-menu-toggle[aria-expanded="true"] {
  border-color: transparent;
  color: var(--mw-white);
  background: linear-gradient(135deg, var(--mw-blue-dark) 0%, var(--mw-cyan) 100%);
  box-shadow: 0 14px 28px rgba(7, 143, 201, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.mw-menu-toggle[aria-expanded="true"] > span:nth-child(1) {
  transform: translate(-50%, 0) rotate(45deg);
}

.mw-menu-toggle[aria-expanded="true"] > span:nth-child(2) {
  opacity: 0;
  transform: translate(-50%, 0) scaleX(0.35);
}

.mw-menu-toggle[aria-expanded="true"] > span:nth-child(3) {
  transform: translate(-50%, 0) rotate(-45deg);
}

.mw-web-footer {
  position: relative;
  z-index: 1;
  margin-top: 48px;
  padding: 56px 0 40px;
  background: #071b33;
  color: rgba(255, 255, 255, 0.82);
  flex-shrink: 0;
}

.mw-web-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) repeat(4, minmax(0, 1fr));
  gap: 28px 22px;
  align-items: start;
}

.mw-web-footer__brand {
  max-width: 34rem;
}

.mw-footer-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
  padding-top: 12px;
}

.mw-footer-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--mw-font-main);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.mw-web-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.mw-web-footer__bottom p,
.mw-web-footer__bottom a {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--mw-font-main);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.mw-web-footer__bottom a:hover {
  color: var(--mw-white);
}

.mw-logo--footer .mw-logo__text small,
.mw-web-footer h3 {
  color: rgba(255, 255, 255, 0.72);
}

.mw-web-footer__brand p,
.mw-page-note {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 600;
  letter-spacing: -0.01em;
}

.mw-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.mw-footer-links {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.mw-footer-links a {
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--mw-font-main);
  font-weight: 700;
  letter-spacing: -0.01em;
}

.mw-footer-link-text {
  color: rgba(255, 255, 255, 0.62);
  font-family: var(--mw-font-main);
  font-weight: 700;
  letter-spacing: -0.01em;
}

.mw-footer-links li + li {
  margin-top: 10px;
}

.mw-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

/* Ideasweb-inspired footer */
.mw-web-footer {
  margin-top: 0;
  padding: 72px 0 0;
  background: #0b2028;
  color: rgba(255, 255, 255, 0.68);
}

.mw-web-footer__main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 30px;
  align-items: stretch;
}

.mw-web-footer__content {
  min-width: 0;
}

.mw-web-footer__grid {
  grid-template-columns: minmax(220px, 1.2fr) repeat(3, minmax(135px, 0.8fr));
  gap: 34px 28px;
}

.mw-web-footer__brand {
  max-width: 260px;
}

.mw-simple-wordmark--footer strong {
  font-size: 2.25rem;
}

.mw-simple-wordmark--footer .mw-simple-wordmark__mi,
.mw-simple-wordmark--footer .mw-simple-wordmark__dot {
  color: var(--mw-cyan);
}

.mw-simple-wordmark--footer .mw-simple-wordmark__web {
  color: var(--mw-white);
}

.mw-simple-wordmark--footer small {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.68rem;
}

.mw-web-footer__brand p {
  margin: 22px 0 14px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.72;
}

.mw-web-footer h3 {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.mw-footer-arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--mw-cyan);
  font-size: 0.84rem;
  font-weight: 800;
}

.mw-footer-arrow-link::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.mw-footer-links {
  margin-top: 18px;
}

.mw-footer-links li {
  position: relative;
  padding-left: 13px;
}

.mw-footer-links li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid var(--mw-cyan);
}

.mw-footer-links a {
  color: rgba(255, 255, 255, 0.57);
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.48;
}

.mw-footer-links a:hover,
.mw-footer-arrow-link:hover {
  color: var(--mw-cyan);
}

.mw-footer-legal-title {
  margin-top: 30px !important;
}

.mw-footer-links--legal {
  margin-top: 14px;
}

.mw-footer-trust {
  gap: 10px;
  margin-top: 85px;
  padding: 0 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.mw-footer-badge {
  min-height: 38px;
  padding: 9px 13px;
  border-color: rgba(37, 189, 232, 0.52);
  border-radius: 9px;
  background: rgba(7, 143, 202, 0.08);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.78rem;
}

.mw-footer-badge i {
  position: relative;
  width: 12px;
  height: 12px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--mw-cyan);
}

.mw-footer-badge i::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 2px;
  width: 3px;
  height: 5px;
  border-right: 1.5px solid #075778;
  border-bottom: 1.5px solid #075778;
  transform: rotate(45deg);
}

.mw-footer-ecosystem {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(220px, 0.7fr);
  gap: 40px;
  padding-top: 26px;
}

.mw-footer-service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 15px;
}

.mw-footer-service-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.76rem;
  font-weight: 700;
}

.mw-footer-market p {
  margin: 13px 0 5px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.86rem;
}

.mw-footer-market p strong {
  color: var(--mw-white);
}

.mw-footer-market small {
  display: block;
  color: rgba(255, 255, 255, 0.44);
  font-size: 0.72rem;
  line-height: 1.55;
}

.mw-footer-contact-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 30px 26px;
  border: 1px solid rgba(37, 189, 232, 0.28);
  border-radius: 11px;
  background: #2b3f50;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.16);
}

.mw-footer-contact-card__eyebrow {
  color: rgb(37 189 232);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mw-footer-contact-card h3 {
  margin-top: 18px;
  font-size: 1.55rem;
  line-height: 1.08;
  letter-spacing: -0.045em;
  text-transform: none;
}

.mw-footer-contact-card p {
  margin: 15px 0 24px;
  color: rgba(255, 255, 255, 0.63);
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.65;
}

.mw-footer-contact-card .mw-button {
  width: 100%;
  min-height: 46px;
  padding-inline: 14px;
  border-radius: 7px;
  box-shadow: none;
}

.mw-footer-contact-card__divider {
  height: 1px;
  margin: 28px 0 24px;
  background: rgba(255, 255, 255, 0.12);
}

.mw-footer-contact-card ul {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mw-footer-contact-card li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  font-weight: 600;
}

.mw-footer-contact-card li span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: var(--mw-white);
  background: linear-gradient(135deg, var(--mw-blue), var(--mw-cyan));
  box-shadow: 0 7px 16px rgba(0, 92, 137, 0.22);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
}

.mw-footer-contact-card li span::before {
  content: "";
  width: 9px;
  height: 5px;
  border-left: 2px solid var(--mw-white);
  border-bottom: 2px solid var(--mw-white);
  transform: translateY(-1px) rotate(-45deg);
}

.mw-web-footer__bar {
  margin-top: 40px;
  background: #06151c;
}

.mw-web-footer__bottom {
  min-height: 68px;
  margin-top: 0;
  padding: 18px 0;
  border-top: 0;
}

.mw-web-footer__bottom p {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.76rem;
  font-weight: 500;
}

.mw-web-footer__bottom p strong {
  color: rgba(255, 255, 255, 0.64);
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.mw-web-footer__bottom p > span {
  transform: translateY(2px);
}

.mw-footer-bottom-links {
  display: flex;
  align-items: center;
}

.mw-footer-link-group {
  display: flex;
  align-items: center;
}

.mw-web-footer__bottom a,
.mw-web-footer__bottom span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.85rem;
  font-weight: 600;
}

.mw-footer-bottom-links a {
  position: relative;
  padding: 0 15px;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.mw-footer-link-group a:first-child {
  padding-left: 0;
}

.mw-footer-link-group a:last-child {
  padding-right: 0;
}

.mw-footer-link-group a + a::before,
.mw-footer-link-group + .mw-footer-link-group::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 14px;
  background: var(--mw-cyan);
  transform: translateY(-50%);
}

.mw-footer-link-group a + a::before {
  left: 0;
}

.mw-footer-link-group + .mw-footer-link-group {
  position: relative;
  margin-left: 30px;
}

.mw-footer-link-group + .mw-footer-link-group::before {
  left: -15px;
}

.mw-section,
.mw-marketing-page {
  padding: 40px 0;
}

.mw-section--roomy {
  padding: clamp(68px, 8vw, 108px) 0;
}

.mw-section-heading,
.mw-page-hero {
  margin-bottom: 28px;
}

.mw-section-heading h2,
.mw-page-hero h1 {
  margin: 10px 0 0;
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-family: var(--mw-font-main);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.mw-section-heading p,
.mw-page-hero p {
  max-width: 64ch;
  color: var(--mw-muted);
  font-family: var(--mw-font-main);
  font-weight: 600;
  letter-spacing: -0.01em;
}

.mw-section-heading--split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

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

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

.mw-contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
}

.mw-prose h2,
.mw-help-card h2,
.mw-feature-story h2 {
  margin-top: 0;
  font-family: var(--mw-font-main);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.06;
}

.mw-prose h2 + p,
.mw-prose p + h2 {
  margin-top: 14px;
}

h1,
h2,
h3,
h4,
.mw-heading,
.mw-web-hero-title {
  font-family: var(--mw-font-main);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

p,
.mw-text,
.mw-web-hero-subtitle,
li,
dt,
dd,
label,
small {
  font-family: var(--mw-font-main);
}

p,
.mw-text,
.mw-web-hero-subtitle {
  font-weight: 600;
  letter-spacing: -0.01em;
}

.mw-side-note {
  background: linear-gradient(180deg, #f8fcff 0%, #eef8ff 100%);
}

.mw-web-error {
  padding: clamp(72px, 7vw, 104px) 0;
}

.mw-web-error--not-found {
  background:
    radial-gradient(circle at 18% 18%, rgba(37, 184, 221, 0.13), transparent 30%),
    radial-gradient(circle at 82% 78%, rgba(7, 143, 201, 0.1), transparent 30%);
}

.mw-web-error--unavailable {
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 18% 20%, rgba(37, 184, 221, 0.14), transparent 30%),
    radial-gradient(circle at 82% 78%, rgba(7, 143, 201, 0.1), transparent 32%);
  padding: clamp(72px, 12vh, 132px) 0 clamp(88px, 14vh, 148px);
  min-height: clamp(440px, 62vh, 680px);
}

.mw-web-error__card {
  display: grid;
  gap: 18px;
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 38px);
}

.mw-web-error__illustration {
  width: min(100%, 510px);
  margin: 0 auto 8px;
  padding: clamp(18px, 4vw, 32px);
  border: 1px solid rgba(162, 224, 246, 0.68);
  border-radius: 28px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(135deg, var(--mw-blue-dark), var(--mw-cyan));
  background-size: 28px 28px, 28px 28px, auto;
  box-shadow: 0 24px 42px rgba(7, 143, 201, 0.2);
}

.mw-web-error__browser {
  overflow: hidden;
  border: 6px solid var(--mw-white);
  border-radius: 20px;
  background: #f8fcff;
  box-shadow: 0 14px 30px rgba(6, 54, 80, 0.16);
}

.mw-web-error__browser-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  padding: 0 14px;
  background: #086187;
}

.mw-web-error__browser-bar > span {
  display: inline-flex;
  gap: 6px;
}

.mw-web-error__browser-bar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #70d7ef;
}

.mw-web-error__browser-bar small {
  overflow: hidden;
  max-width: 68%;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.62rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mw-web-error__browser-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  align-items: center;
  gap: 24px;
  min-height: 134px;
  padding: 24px;
}

.mw-web-error__browser-copy {
  display: grid;
  justify-items: start;
  gap: 10px;
}

.mw-web-error__browser-copy b,
.mw-web-error__browser-copy span,
.mw-web-error__browser-copy em {
  display: block;
  height: 10px;
  border-radius: 999px;
}

.mw-web-error__browser-copy b {
  width: 92%;
  height: 13px;
  background: var(--mw-navy);
}

.mw-web-error__browser-copy span {
  width: 70%;
  background: #bdd9e5;
}

.mw-web-error__browser-copy em {
  width: 34%;
  height: 24px;
  margin-top: 6px;
  background: var(--mw-green);
}

.mw-web-error__search-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  border-radius: 20px;
  background: #daf3fb;
}

.mw-web-error__search-mark::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border: 9px solid #61cae9;
  border-radius: 50%;
}

.mw-web-error__search-mark strong {
  position: relative;
  z-index: 1;
  color: #08739d;
  font-size: 1.65rem;
  font-weight: 900;
}

.mw-web-error__search-mark i {
  position: absolute;
  right: 14px;
  bottom: 18px;
  width: 30px;
  height: 9px;
  border-radius: 999px;
  background: #61cae9;
  transform: rotate(45deg);
  transform-origin: right center;
}

.mw-web-error__illustration--unavailable {
  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(135deg, #08739d 0%, #079dcc 56%, #45c8e5 100%);
  background-size: 28px 28px, 28px 28px, auto;
}

.mw-web-error__illustration--unavailable .mw-web-error__browser-copy em {
  background: #f47721;
}

.mw-web-error__status-mark {
  background: linear-gradient(145deg, #eaf9ff 0%, #d2f2fb 100%);
}

.mw-web-error__status-mark::before {
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(145deg, #08739d, #20b4dc);
  box-shadow: 0 10px 20px rgba(7, 143, 201, 0.22);
}

.mw-web-error__status-mark strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--mw-white);
}

.mw-web-error__status-mark strong span {
  width: 6px;
  height: 20px;
  border-radius: 999px;
  background: currentColor;
}

.mw-web-error__status-mark i {
  display: none;
}

.mw-web-error__browser-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 0 24px 22px;
}

.mw-web-error__browser-cards i {
  height: 42px;
  border: 1px solid #c9e5f1;
  border-radius: 10px;
  background: var(--mw-white);
}

.mw-web-error__code {
  width: 100%;
  justify-content: center;
  min-height: 38px;
  font-size: 0.88rem;
  font-weight: 900;
}

.mw-web-error__card--unavailable {
  justify-items: start;
}

.mw-web-error__card h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.mw-web-error__card p {
  margin: 0;
  max-width: 58ch;
  color: var(--mw-muted);
  font-weight: 600;
  line-height: 1.7;
}

select:not([multiple]):not([size]),
.mw-select,
.mw-form-select {
  width: 100%;
  min-height: 46px;
  padding: 0 44px 0 14px;
  border: 1px solid var(--mw-border);
  border-radius: var(--mw-radius);
  background-color: var(--mw-white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath d='M2 2.5 7 7.5l5-5' stroke='%230b76b7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px 10px;
  color: var(--mw-text);
  font: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease, transform .18s ease;
  cursor: pointer;
  font-weight: 600;
}

select:not([multiple]):not([size]):focus,
.mw-select:focus,
.mw-form-select:focus {
  outline: none;
  border-color: var(--mw-cyan);
  box-shadow: 0 0 0 4px rgba(34, 199, 242, 0.16);
}

select:not([multiple]):not([size]):disabled,
.mw-select:disabled,
.mw-form-select:disabled {
  background-color: #f4f8fb;
  color: #94a3b8;
  cursor: not-allowed;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

select[multiple],
.mw-select[multiple],
.mw-form-select[multiple] {
  min-height: 132px;
  padding: 12px 14px;
  background-image: none;
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  cursor: default;
}

@media (max-width: 1100px) {
  .mw-web-header__inner {
    gap: 20px;
  }

  .mw-web-header__navwrap {
    gap: 18px;
  }

  .mw-web-nav {
    gap: 18px;
  }

  .mw-web-header__actions {
    gap: 12px;
  }
}

@media (max-width: 980px) {
  .mw-web-header {
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 8px 30px rgba(7, 73, 103, 0.05);
  }

  .mw-web-header__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 82px;
    padding: 14px 0 13px;
    gap: 13px 16px;
  }

  .mw-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    order: 3;
  }

  .mw-web-header__navwrap {
    display: none;
    width: 100%;
    order: 4;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    max-height: calc(100vh - 104px);
    padding: 12px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    border: 1px solid rgba(169, 218, 239, 0.72);
    border-radius: 20px;
    background:
      radial-gradient(circle at 100% 0%, rgba(37, 184, 221, 0.1), transparent 34%),
      rgba(255, 255, 255, 0.98);
    box-shadow: 0 22px 52px rgba(7, 75, 105, 0.14), inset 0 1px 0 #ffffff;
  }

  .mw-web-header__navwrap.is-open {
    display: flex;
    animation: mw-mobile-menu-in 0.24s ease-out both;
  }

  .mw-web-nav,
  .mw-web-header__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 5px;
  }

  .mw-web-header__actions {
    padding-top: 12px;
    border-top: 1px solid rgba(169, 218, 239, 0.62);
  }

  .mw-web-nav a,
  .mw-web-header__actions .mw-link,
  .mw-web-header__actions .mw-button {
    width: 100%;
  }

  .mw-web-nav a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 13px;
    border-radius: 12px;
    color: #4f6e84;
    font-weight: 800;
    transition: color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
  }

  .mw-web-nav a:hover,
  .mw-web-nav a:focus-visible,
  .mw-web-nav a.is-active {
    color: var(--mw-blue-dark);
    background: linear-gradient(90deg, #edf9fe 0%, #f7fcff 100%);
  }

  .mw-web-nav a:focus-visible {
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(37, 184, 221, 0.42);
  }

  .mw-web-nav a:hover {
    transform: translateX(2px);
  }

  .mw-web-header__actions .mw-link {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 9px 13px;
    border-radius: 12px;
  }

  .mw-web-header__actions .mw-link:hover,
  .mw-web-header__actions .mw-link:focus-visible {
    background: #edf9fe;
    outline: none;
  }

  .mw-web-header__actions .mw-button {
    min-height: 50px;
    margin-top: 2px;
    border-radius: 13px;
    box-shadow: 0 14px 28px rgba(7, 143, 201, 0.22);
  }

  .mw-market-switcher,
  .mw-market-pill--toggle,
  .mw-market-menu {
    width: 100%;
  }

  .mw-market-menu {
    position: static;
    margin-top: 7px;
    min-width: 0;
    max-height: min(310px, calc(100vh - 190px));
    border-radius: 13px;
    box-shadow: 0 13px 30px rgba(7, 75, 105, 0.11);
  }

  .mw-market-pill--toggle {
    min-height: 46px;
    padding: 11px 40px 11px 13px;
    border-radius: 12px;
    background: linear-gradient(90deg, #eaf8ff 0%, #f4fbff 100%);
  }

  .mw-web-header__navwrap.is-open .mw-web-nav {
    gap: 5px;
  }

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

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

  .mw-web-footer__brand {
    grid-column: 1 / -1;
    max-width: none;
  }

  .mw-footer-trust {
    margin-top: 24px;
  }

  .mw-content-grid,
  .mw-content-grid--wide,
  .mw-contact-grid {
    grid-template-columns: 1fr;
  }

  .mw-web-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .mw-footer-contact-card {
    min-height: 0;
  }

  .mw-section-heading--split {
    align-items: start;
    flex-direction: column;
  }

  .mw-web-error {
    padding: 52px 0;
  }

  .mw-web-error--unavailable {
    min-height: auto;
    padding: 52px 0 72px;
  }

  .mw-web-error__card {
    padding: 24px;
  }

  .mw-web-error__illustration {
    border-radius: 22px;
  }

  .mw-web-error__browser-content {
    grid-template-columns: minmax(0, 1fr) 90px;
    gap: 16px;
    min-height: 118px;
    padding: 20px;
  }

  .mw-web-error__search-mark {
    width: 82px;
    height: 82px;
  }

  .mw-web-error__search-mark::before {
    width: 40px;
    height: 40px;
    border-width: 7px;
  }

  .mw-web-error__search-mark i {
    right: 9px;
    bottom: 14px;
    width: 25px;
    height: 7px;
  }
}

@keyframes mw-mobile-menu-in {
  from {
    opacity: 0;
    transform: translateY(-7px) scale(0.99);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mw-web-header__navwrap.is-open {
    animation: none;
  }

  .mw-menu-toggle,
  .mw-menu-toggle > span:not(.mw-sr-only) {
    transition: none;
  }
}

@media (max-width: 640px) {
  .mw-web-error {
    padding: 40px 0;
  }

  .mw-web-error__card {
    gap: 15px;
    padding: 18px;
  }

  .mw-web-error__illustration {
    padding: 14px;
  }

  .mw-web-error__browser {
    border-width: 4px;
    border-radius: 15px;
  }

  .mw-web-error__browser-content {
    grid-template-columns: minmax(0, 1fr) 68px;
    gap: 12px;
    min-height: 96px;
    padding: 15px;
  }

  .mw-web-error__search-mark {
    width: 62px;
    height: 62px;
    border-radius: 14px;
  }

  .mw-web-error__search-mark::before {
    width: 30px;
    height: 30px;
    border-width: 6px;
  }

  .mw-web-error__search-mark strong {
    font-size: 1.15rem;
  }

  .mw-web-error__search-mark i {
    right: 7px;
    bottom: 10px;
    width: 19px;
    height: 6px;
  }

  .mw-web-error__browser-cards {
    gap: 7px;
    padding: 0 15px 14px;
  }

  .mw-web-error__browser-cards i {
    height: 30px;
    border-radius: 7px;
  }

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

  .mw-web-footer__brand {
    grid-column: auto;
  }

  .mw-footer-trust {
    gap: 8px;
  }

  .mw-footer-badge {
    width: 100%;
    justify-content: flex-start;
  }

  .mw-web-footer {
    padding-top: 56px;
  }

  .mw-web-footer__grid,
  .mw-footer-ecosystem {
    gap: 32px;
  }

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

  .mw-footer-contact-card {
    padding: 26px 22px;
  }

  .mw-footer-bottom-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .mw-footer-link-group + .mw-footer-link-group {
    margin-left: 0;
  }

  .mw-footer-link-group + .mw-footer-link-group::before {
    content: none;
  }

  .mw-footer-links a,
  .mw-footer-arrow-link,
  .mw-footer-bottom-links a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

}

:where(a, button, input, textarea, select, [tabindex]):focus-visible {
  outline: 3px solid rgba(37, 184, 221, 0.62);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 360px) {
  .mw-footer-bottom-links,
  .mw-footer-link-group:first-child {
    width: 100%;
  }

  .mw-footer-link-group:first-child {
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .mw-footer-link-group:first-child a:nth-child(3) {
    flex: 0 0 100%;
    padding-left: 0;
  }

  .mw-footer-link-group:first-child a:nth-child(3)::before {
    content: none;
  }
}

/* Páginas públicas Miweb */
.mw-public-page {
  background: #f5fbfe;
}

.mw-public-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(70px, 8vw, 108px) 0;
  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 78% 48%, rgba(83, 218, 250, 0.3), transparent 32%),
    linear-gradient(115deg, #08739d 0%, #078fc9 58%, #25b8dd 100%);
  background-size: 36px 36px, 36px 36px, auto, auto;
}

.mw-public-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 5%;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  transform: translateY(-50%);
}

.mw-public-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.8fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: center;
}

.mw-public-hero h1 {
  max-width: 840px;
  margin: 20px 0 18px;
  color: var(--mw-white);
  font-size: clamp(3rem, 4.3vw, 4.3rem);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.mw-public-hero__content > p {
  max-width: 64ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.02rem, 1.35vw, 1.18rem);
  line-height: 1.7;
}

.mw-public-hero .mw-actions {
  margin-top: 28px;
}

.mw-public-hero__visual {
  position: relative;
  min-height: 350px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.11);
  box-shadow: 0 30px 70px rgba(3, 56, 81, 0.25);
  backdrop-filter: blur(10px);
}

.mw-public-browser {
  position: absolute;
  inset: 34px;
  overflow: hidden;
  border: 6px solid rgba(255, 255, 255, 0.92);
  border-radius: 18px;
  color: var(--mw-text);
  background: #f7fcfe;
  box-shadow: 0 22px 45px rgba(3, 58, 83, 0.24);
}

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

.mw-public-browser__bar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #72dcf5;
}

.mw-public-browser__bar small {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.58rem;
  font-weight: 800;
}

.mw-public-section {
  padding: clamp(70px, 8vw, 108px) 0;
}

.mw-public-section--soft {
  background: #edf7fb;
}

.mw-public-heading {
  width: 100%;
  margin-bottom: 34px;
}

.mw-public-heading h2 {
  max-width: 1050px;
  margin: 12px 0 0;
  font-size: clamp(2.35rem, 3.7vw, 3.7rem);
  font-weight: 900;
  line-height: 1;
}

.mw-public-heading p {
  max-width: 1050px;
  margin: 14px 0 0;
  color: var(--mw-muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

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

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

.mw-public-card {
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid #d5eaf3;
  border-radius: 18px;
  background: var(--mw-white);
  box-shadow: 0 16px 40px rgba(5, 75, 103, 0.075);
}

.mw-public-card h2,
.mw-public-card h3 {
  margin: 0;
}

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

.mw-public-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  border-radius: 12px;
  color: var(--mw-white);
  background: linear-gradient(135deg, var(--mw-blue), var(--mw-cyan));
  box-shadow: 0 10px 22px rgba(7, 143, 202, 0.22);
  font-weight: 900;
}

.mw-public-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(28px, 4vw, 44px);
  border-radius: 22px;
  color: var(--mw-white);
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(115deg, #08739d, #0798ce 68%, #25b8dc);
  background-size: 28px 28px, 28px 28px, auto;
  box-shadow: 0 26px 60px rgba(5, 94, 133, 0.18);
}

.mw-public-band h2 {
  margin: 0;
  color: var(--mw-white);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 900;
}

.mw-public-band p {
  max-width: 64ch;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 980px) {
  .mw-public-hero__grid,
  .mw-public-grid,
  .mw-public-grid--three {
    grid-template-columns: 1fr;
  }

  .mw-public-hero::after {
    display: none;
  }

  .mw-public-hero__visual {
    width: min(100%, 620px);
  }

  .mw-public-band {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

  .mw-public-hero h1 {
    font-size: clamp(2.65rem, 12vw, 3.7rem);
  }

  .mw-public-hero__visual {
    min-height: 300px;
  }

  .mw-public-browser {
    inset: 22px;
  }
}
