:root {
  --ink: #121214;
  --muted: #64646b;
  --line: #e7e2e3;
  --paper: #ffffff;
  --soft: #f8f7f7;
  --magenta: #a91f74;
  --rose: #ca3f65;
  --coral: #ee5966;
  --teal: #0c6f68;
  --shadow: 0 22px 60px rgba(18, 18, 20, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
}

body.gate-open {
  overflow: hidden;
}

body:not(.gate-open) {
  overflow: auto;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 60%;
  margin-left: 30%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 22px;
  font: inherit;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease,
    color 160ms ease;
}

.button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(12, 111, 104, 0.42);
  outline-offset: 3px;
}

.button:hover {
  transform: translateY(-1px);
}

.button--primary {
  background: var(--ink);
  color: var(--paper);
}

.button--ghost {
  border-color: var(--line);
  background: var(--paper);
  color: var(--ink);
}

.button--light {
  background: var(--paper);
  color: var(--ink);
}

.button--outline-light {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.08);
  color: var(--paper);
}

.button--secondary {
  background: var(--ink);
  color: var(--paper);
}

.status-pill {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(169, 31, 116, 0.22);
  border-radius: 8px;
  padding: 0 18px;
  background: rgba(169, 31, 116, 0.07);
  color: var(--magenta);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--magenta);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.eyebrow--light {
  color: rgba(255, 255, 255, 0.84);
}

.gate {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  overflow: auto;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(169, 31, 116, 0.95), rgba(238, 89, 102, 0.92)),
    url("assets/mbanq-ewa-cover.png") right top / auto 116% no-repeat;
}

.gate[hidden] {
  display: none;
}

.gate__panel {
  width: min(760px, 100%);
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
  padding: 40px;
}

.gate__panel h1 {
  margin: 0 0 20px;
  font-size: 2.4rem;
  line-height: 1.08;
}

.gate__copy {
  color: #333338;
}

.gate__copy p,
.gate__fineprint,
.gate__declined p {
  margin: 0 0 16px;
}

.gate__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.gate__fineprint {
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.9rem;
}

.gate__declined {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

.gate__declined h2 {
  margin: 0 0 8px;
  font-size: 1.4rem;
}

.site-shell[hidden] {
  display: none;
}

.site-header {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 14px max(24px, calc((100vw - 1180px) / 2));
  background: var(--ink);
  color: var(--paper);
}

.brand {
  display: inline-flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.brand__logo {
  max-width: 30%;
  height: auto;
  margin: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 0.9rem;
  font-weight: 700;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--paper);
}

.hero {
  display: flex;
  min-height: 560px;
  height: 82vh;
  max-height: 820px;
  align-items: center;
  color: var(--paper);
  background:
  linear-gradient(90deg, rgb(169 31 93 / 96%) 0%, rgba(202, 63, 101, 0.9) 35%, rgba(238, 89, 102, 0.09) 80%), 
  url(assets/mbanq-ewa-cover.png) right top / auto 118% no-repeat
    /* linear-gradient(90deg, rgba(169, 31, 116, 0.96) 0%, rgba(202, 63, 101, 0.9) 48%, rgba(238, 89, 102, 0.44) 100%),
    url("assets/mbanq-ewa-cover.png") right top / auto 118% no-repeat; */
}

.hero__content {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  margin-left: 10%;
}

.hero h1 {
  max-width: 740px;
  margin: 0;
  font-size: 4rem;
  line-height: 1.02;
}

.hero__summary {
  max-width: 640px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.25rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero__note {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.94rem;
}

.section {
  padding: 86px 0;
}

.section__inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.intro {
  background: var(--paper);
}

.intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 56px;
  align-items: start;
}

.intro h2,
.section__heading h2,
.contact h2 {
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.12;
}

.intro__copy p,
.section__heading p,
.contact p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 1.05rem;
}

.metrics {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #1c1a1c;
  /* var(--soft); */
  padding: 34px 0;
}

.metrics__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.metric {
  min-height: 182px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  padding: 26px;
}

.metric__label {
  display: block;
  margin-bottom: 14px;
  color: var(--magenta);
  /* var(--teal); */
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.metric strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.35rem;
}

.metric p {
  margin: 0;
  color: var(--muted);
}

.materials {
  background: var(--paper);
}

.section__heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.section__heading h2 {
  margin-bottom: 18px;
}

.document-list {
  display: grid;
  gap: 14px;
}

.document-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  min-height: 136px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  padding: 24px;
}

.document-card__icon {
  display: grid;
  width: 62px;
  height: 76px;
  place-items: center;
  border: 1px solid rgba(169, 31, 116, 0.22);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(169, 31, 116, 0.08), rgba(238, 89, 102, 0.12));
  color: var(--magenta);
  font-size: 0.78rem;
  font-weight: 900;
}

.document-card h3 {
  margin: 0 0 6px;
  font-size: 1.28rem;
}

.document-card p {
  max-width: 690px;
  margin: 0;
  color: var(--muted);
}

.contact {
  border-top: 1px solid var(--line);
  background: #f7eef3;
  /* var(--soft); */
}

.contact__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 56px;
  align-items: start;
}

.contact__copy a {
  color: var(--magenta);
  font-weight: 700;
}

.next-step-list {
  display: grid;
  gap: 22px;
}

.next-step-item {
  display: grid;
  gap: 8px;
}

.next-step-item h3 {
  margin: 0;
  font-size: 1.08rem;
}

.next-step-item p {
  margin: 0;
}

.next-step-item .button {
  min-height: 42px;
}

.subscribe-note {
  margin-top: 14px;
  border-left: 3px solid var(--magenta);
  padding-left: 14px;
}

.contact__visual {
  display: flex;
  min-height: 220px;
  align-items: center;
  justify-content: center;
}

.contact__image {
  width: min(400px, 100%);
  height: auto;
  filter: drop-shadow(0 24px 32px rgba(169, 31, 116, 0.18));
}

.site-footer {
  background: var(--ink);
  color: var(--paper);
}

.site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 22px 0;
}

.brand--footer {
  flex: 0 0 auto;
}

.brand__logo--footer {
  max-width: 30%;
}

.site-footer p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
}

@media (max-width: 860px) {
  .site-header {
    padding: 14px 16px;
  }

  .site-nav {
    gap: 16px;
  }

  .hero {
    min-height: 520px;
    height: 76vh;
    background:
      linear-gradient(180deg, rgba(169, 31, 116, 0.96) 0%, rgba(202, 63, 101, 0.88) 64%, rgba(238, 89, 102, 0.56) 100%),
      url("assets/mbanq-ewa-cover.png") right top / auto 112% no-repeat;
  }

  .hero__content,
  .section__inner,
  .site-footer__inner {
    width: min(100% - 32px, 1180px);
  }

  .hero h1 {
    max-width: 560px;
    font-size: 2.8rem;
  }

  .hero__summary {
    max-width: 520px;
    font-size: 1.08rem;
  }

  .intro__grid,
  .contact__inner,
  .metrics__grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .section {
    padding: 62px 0;
  }

  .intro h2,
  .section__heading h2,
  .contact h2 {
    font-size: 2rem;
  }

  .document-card {
    grid-template-columns: 62px minmax(0, 1fr);
  }

  .document-card .button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .document-card .status-pill {
    grid-column: 1 / -1;
    width: 100%;
  }

  .site-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .gate {
    padding: 18px;
    background:
      linear-gradient(150deg, rgba(169, 31, 116, 0.98), rgba(238, 89, 102, 0.94)),
      url("assets/mbanq-ewa-cover.png") center top / auto 100% no-repeat;
  }

  .gate__panel {
    padding: 26px;
  }

  .gate__panel h1 {
    font-size: 1.9rem;
  }

  .gate__actions,
  .hero__actions {
    flex-direction: column;
  }

  .gate__actions .button,
  .hero__actions .button {
    width: 100%;
  }

  .site-header {
    align-items: flex-start;
    gap: 18px;
  }

  .brand {
    flex: 0 0 auto;
  }

  .brand__logo {
    width: 118px;
  }

  .site-nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 14px;
    max-width: 184px;
    font-size: 0.88rem;
  }

  .hero {
    min-height: 540px;
    height: 78vh;
  }

  .hero h1 {
    font-size: 2.25rem;
  }

  .hero__summary {
    font-size: 1rem;
  }

  .intro h2,
  .section__heading h2,
  .contact h2 {
    font-size: 1.72rem;
  }

  .document-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
