.brm-page,
body.mm-page {
  --brm-bg: #060816;
  --brm-panel: #0d1225;
  --brm-panel-2: #121a31;
  --brm-panel-3: #151d38;
  --brm-text: #f7f9ff;
  --brm-muted: #96a5c3;
  --brm-line: rgba(149, 170, 220, .16);
  --brm-violet: #8d63ff;
  --brm-violet-2: #bc4dff;
  --brm-green: #55ef8f;
  --brm-cyan: #54dffc;
  --brm-gold: #ffc95c;
  --brm-danger: #ff6f91;
  background:
    radial-gradient(circle at 14% 10%, rgba(126, 74, 255, .13), transparent 28rem),
    radial-gradient(circle at 88% 32%, rgba(31, 197, 232, .08), transparent 30rem),
    #060816 !important;
  color: var(--brm-text);
  color-scheme: dark;
}

.brm-public,
.brm-public *,
.brm-public *::before,
.brm-public *::after {
  box-sizing: border-box;
}

.brm-public {
  position: relative;
  width: min(1480px, 100%);
  margin: 0 auto;
  color: var(--brm-text);
  font-family: "Rajdhani", "Inter", "Segoe UI", sans-serif;
  isolation: isolate;
}

.content-grid.mm-public-page {
  margin-top: 92px;
  padding: 12px 18px 44px 94px;
}

.content-grid.mm-shell .brm-public {
  width: calc(100% - 76px);
  margin-left: 76px;
}

.brm-public::before {
  content: "";
  position: absolute;
  inset: -5rem -2rem auto;
  height: 34rem;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 42% 20%, rgba(151, 76, 255, .13), transparent 35%),
    linear-gradient(90deg, transparent 49.8%, rgba(127, 151, 210, .035) 50%, transparent 50.2%);
  background-size: auto, 4rem 4rem;
  mask-image: linear-gradient(to bottom, #000, transparent);
}

.brm-public h1,
.brm-public h2,
.brm-public h3,
.brm-public p,
.brm-public ul,
.brm-public dl,
.brm-public dd {
  margin: 0;
}

.brm-public a {
  color: inherit;
  text-decoration: none;
}

.brm-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: var(--brm-green);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .16em;
  line-height: 1;
  text-transform: uppercase;
}

.brm-eyebrow::before {
  content: "";
  width: 1.5rem;
  height: 1px;
  background: currentColor;
  box-shadow: 0 0 .65rem currentColor;
}

.brm-button {
  min-height: 3.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: .75rem;
  color: #fff !important;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .035em;
  line-height: 1.15;
  text-align: center;
  transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.brm-button:hover {
  color: #fff;
  transform: translateY(-2px);
}

.brm-button:focus-visible,
.brm-text-link:focus-visible,
.brm-public summary:focus-visible,
.brm-public a:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.brm-button--primary {
  color: #05140b !important;
  background: linear-gradient(135deg, #70f59d, #39d979);
  box-shadow: 0 .65rem 1.8rem rgba(61, 224, 124, .2), inset 0 1px rgba(255, 255, 255, .42);
}

.brm-button--primary:hover {
  color: #05140b !important;
  box-shadow: 0 .8rem 2.2rem rgba(61, 224, 124, .29), inset 0 1px rgba(255, 255, 255, .42);
}

.brm-button--violet {
  background: linear-gradient(135deg, #7655ea, #a74ff0);
  box-shadow: 0 .65rem 1.8rem rgba(133, 83, 239, .18);
}

.brm-button--ghost {
  border-color: var(--brm-line);
  background: rgba(255, 255, 255, .035);
}

.brm-button--ghost:hover {
  border-color: rgba(141, 99, 255, .48);
  background: rgba(141, 99, 255, .1);
}

.brm-hero {
  position: relative;
  min-height: 34rem;
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(28rem, 1.06fr);
  overflow: hidden;
  border: 1px solid rgba(148, 161, 220, .19);
  border-radius: 1.5rem;
  background:
    linear-gradient(105deg, rgba(8, 11, 27, .99) 0%, rgba(10, 14, 32, .98) 48%, rgba(18, 12, 39, .82) 100%);
  box-shadow: 0 2.2rem 6rem rgba(0, 0, 0, .38), inset 0 1px rgba(255, 255, 255, .05);
}

.brm-hero::before,
.brm-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(1px);
}

.brm-hero::before {
  width: 22rem;
  height: 22rem;
  left: -10rem;
  bottom: -13rem;
  border: 1px solid rgba(84, 223, 252, .25);
  box-shadow: 0 0 5rem rgba(84, 223, 252, .12);
}

.brm-hero::after {
  width: 18rem;
  height: 18rem;
  right: 34%;
  top: -11rem;
  border: 1px solid rgba(188, 77, 255, .24);
  box-shadow: 0 0 6rem rgba(188, 77, 255, .16);
}

.brm-hero__grid {
  position: absolute;
  inset: 0;
  opacity: .28;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(137, 158, 216, .075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(137, 158, 216, .075) 1px, transparent 1px);
  background-size: 4rem 4rem;
  mask-image: linear-gradient(100deg, #000 0%, transparent 72%);
}

.brm-hero__content {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: clamp(2rem, 4.5vw, 4.8rem);
}

.brm-hero__brand {
  display: flex;
  align-items: center;
  gap: .9rem;
  margin-bottom: 1.1rem;
}

.brm-emblem {
  width: 4rem;
  height: 4rem;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(197, 118, 255, .42);
  border-radius: 1.05rem;
  background: rgba(149, 69, 237, .1);
  box-shadow: 0 0 1.9rem rgba(166, 79, 255, .28);
}

.brm-emblem img {
  width: 5.1rem;
  height: 5.1rem;
  object-fit: cover;
}

.brm-hero__title {
  position: relative;
  max-width: 45rem;
  padding-right: 2.8rem;
  color: #fff;
  font-size: clamp(2.65rem, 5vw, 5.3rem);
  font-weight: 950;
  letter-spacing: -.045em;
  line-height: .91;
  text-wrap: balance;
  text-transform: uppercase;
}

.brm-hero__title > span:first-of-type {
  display: block;
  color: transparent;
  background: linear-gradient(90deg, #a986ff 0%, #d461ff 47%, #65dffc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 1rem rgba(160, 82, 255, .22));
}

.brm-shield {
  position: absolute;
  right: 0;
  bottom: .25rem;
  width: 2.1rem;
  height: 2.1rem;
  display: inline-grid !important;
  place-items: center;
  margin-left: 0;
  border: 1px solid rgba(84, 239, 143, .65);
  border-radius: .65rem .65rem .85rem .85rem;
  color: var(--brm-green) !important;
  background: rgba(49, 225, 115, .09) !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  font-size: 1.05rem;
  vertical-align: 0;
  filter: none !important;
  box-shadow: 0 0 1.25rem rgba(49, 225, 115, .18);
}

.brm-hero__lead {
  margin-top: 1.25rem !important;
  color: #e8edff;
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  font-weight: 800;
  line-height: 1.25;
}

.brm-hero__copy {
  max-width: 40rem;
  margin-top: .7rem !important;
  color: var(--brm-muted);
  font-size: .98rem;
  line-height: 1.65;
}

.brm-badges {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1.45rem !important;
  padding: 0;
  list-style: none;
}

.brm-badges li {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .48rem .72rem;
  border: 1px solid rgba(147, 169, 220, .16);
  border-radius: 99rem;
  color: #dce6ff;
  background: rgba(255, 255, 255, .035);
  font-size: .72rem;
  font-weight: 800;
}

.brm-badges li span {
  color: var(--brm-green);
}

.brm-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.15rem;
  margin-top: 1.6rem;
}

.brm-text-link {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: #ced8f3 !important;
  font-size: .8rem;
  font-weight: 900;
}

.brm-text-link:hover {
  color: #fff !important;
}

.brm-license-state {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-top: 1rem !important;
  color: var(--brm-green);
  font-size: .77rem;
  font-weight: 800;
}

.brm-hero__visual {
  position: relative;
  min-width: 0;
  min-height: 34rem;
  overflow: hidden;
}

.brm-hero__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, #090d20 0%, rgba(9, 13, 32, .6) 8%, transparent 38%),
    linear-gradient(0deg, rgba(7, 9, 22, .82), transparent 32%);
  pointer-events: none;
}

.brm-hero__visual::after {
  content: "";
  position: absolute;
  inset: 9% 7%;
  border: 1px solid rgba(164, 94, 255, .24);
  border-radius: 1.2rem;
  pointer-events: none;
  box-shadow: inset 0 0 3rem rgba(105, 66, 190, .09), 0 0 2rem rgba(96, 66, 190, .08);
}

.brm-hero__visual picture,
.brm-hero__visual img {
  width: 100%;
  height: 100%;
  display: block;
}

.brm-hero__visual img {
  object-fit: cover;
  object-position: 72% center;
  transform: scale(1.04);
  filter: saturate(.93) contrast(1.03) brightness(.75);
}

.brm-hero__visual-label {
  position: absolute;
  right: 1.35rem;
  bottom: 1.25rem;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .65rem .8rem;
  border: 1px solid rgba(113, 238, 157, .32);
  border-radius: .65rem;
  color: #dfffe9;
  background: rgba(5, 13, 19, .78);
  box-shadow: 0 .8rem 2rem rgba(0, 0, 0, .28);
  font-size: .68rem;
  font-weight: 800;
  backdrop-filter: blur(.65rem);
}

.brm-live-dot {
  width: .48rem;
  height: .48rem;
  border-radius: 50%;
  background: var(--brm-green);
  box-shadow: 0 0 .75rem var(--brm-green);
}

.brm-stats {
  position: relative;
  z-index: 3;
  width: calc(100% - 4rem);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: -1.3rem auto 0;
  overflow: hidden;
  border: 1px solid var(--brm-line);
  border-radius: 1rem;
  background: rgba(11, 16, 34, .95);
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, .28);
  backdrop-filter: blur(1rem);
}

.brm-stat {
  position: relative;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: .85rem;
  padding: 1rem 1.2rem;
  border-right: 1px solid var(--brm-line);
}

.brm-stat:last-child {
  border-right: 0;
}

.brm-stat::before {
  content: "";
  position: absolute;
  inset: auto 1rem 0;
  height: 2px;
  border-radius: 99rem;
  background: currentColor;
  opacity: .65;
  box-shadow: 0 0 1rem currentColor;
}

.brm-stat--green { color: var(--brm-green); }
.brm-stat--violet { color: var(--brm-violet); }
.brm-stat--cyan { color: var(--brm-cyan); }
.brm-stat--gold { color: var(--brm-gold); }

.brm-stat__icon {
  width: 2.55rem;
  height: 2.55rem;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: .72rem;
  background: color-mix(in srgb, currentColor 10%, transparent);
  box-shadow: 0 0 1.2rem color-mix(in srgb, currentColor 13%, transparent);
  font-size: 1rem;
  font-weight: 900;
}

.brm-stat__label {
  color: #c2cce3;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .04em;
}

.brm-stat__value {
  margin-top: .08rem !important;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 950;
  line-height: 1;
}

.brm-stat__detail {
  margin-top: .25rem !important;
  overflow: hidden;
  color: var(--brm-muted);
  font-size: .61rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brm-service {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.1fr) minmax(19rem, .86fr);
  gap: 1rem;
  align-items: stretch;
  margin-top: 1.2rem;
}

.brm-service__intro,
.brm-steps,
.brm-deal {
  border: 1px solid var(--brm-line);
  border-radius: 1.2rem;
  background:
    linear-gradient(145deg, rgba(20, 27, 53, .96), rgba(10, 15, 31, .98));
  box-shadow: 0 1.15rem 3.5rem rgba(0, 0, 0, .18);
}

.brm-service__intro {
  padding: clamp(1.35rem, 2.5vw, 2.15rem);
}

.brm-service__intro h2 {
  margin-top: .85rem !important;
  color: #fff;
  font-size: clamp(1.7rem, 2.6vw, 2.65rem);
  font-weight: 950;
  letter-spacing: -.035em;
  line-height: 1.02;
}

.brm-service__intro > p {
  margin-top: 1rem !important;
  color: var(--brm-muted);
  font-size: .88rem;
  line-height: 1.65;
}

.brm-service__actions {
  display: grid;
  gap: .62rem;
  margin-top: 1.4rem;
}

.brm-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
}

.brm-step {
  position: relative;
  min-width: 0;
  padding: 1.45rem 1.15rem;
  border-right: 1px solid var(--brm-line);
}

.brm-step:last-child {
  border-right: 0;
}

.brm-step:not(:last-child)::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: -.55rem;
  z-index: 2;
  width: 1.1rem;
  height: 1.6rem;
  display: grid;
  place-items: center;
  color: var(--brm-cyan);
  background: #0e152b;
  font-size: 1.35rem;
  transform: translateY(-50%);
}

.brm-step__number {
  display: block;
  color: rgba(147, 164, 206, .36);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .15em;
}

.brm-step__icon {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  margin-top: 1.6rem;
  border: 1px solid rgba(141, 99, 255, .45);
  border-radius: .85rem;
  color: #bc98ff;
  background: rgba(141, 99, 255, .1);
  box-shadow: 0 0 1.4rem rgba(141, 99, 255, .11);
  font-size: 1.15rem;
  font-weight: 900;
}

.brm-step:nth-child(2) .brm-step__icon {
  border-color: rgba(84, 223, 252, .42);
  color: var(--brm-cyan);
  background: rgba(84, 223, 252, .08);
}

.brm-step:nth-child(3) .brm-step__icon {
  border-color: rgba(85, 239, 143, .42);
  color: var(--brm-green);
  background: rgba(85, 239, 143, .08);
}

.brm-step h3 {
  margin-top: 1.15rem !important;
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.15;
}

.brm-step p {
  margin-top: .55rem !important;
  color: var(--brm-muted);
  font-size: .72rem;
  line-height: 1.55;
}

.brm-deal {
  position: relative;
  padding: 1.2rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0, rgba(141, 99, 255, .15), transparent 38%),
    linear-gradient(150deg, rgba(20, 27, 53, .99), rgba(8, 13, 29, .99));
}

.brm-deal::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(145, 162, 210, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(145, 162, 210, .04) 1px, transparent 1px);
  background-size: 2rem 2rem;
  mask-image: linear-gradient(135deg, #000, transparent 65%);
}

.brm-deal > * {
  position: relative;
}

.brm-deal__head,
.brm-deal__members,
.brm-deal__item,
.brm-deal__totals > div {
  display: flex;
  align-items: center;
}

.brm-deal__head {
  justify-content: space-between;
  gap: .75rem;
}

.brm-deal__head span:first-child {
  color: var(--brm-muted);
  font-size: .63rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.brm-deal__head h3 {
  margin-top: .2rem !important;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 950;
}

.brm-deal__status {
  display: inline-flex;
  align-items: center;
  gap: .38rem;
  padding: .38rem .52rem;
  border: 1px solid rgba(255, 201, 92, .28);
  border-radius: 99rem;
  color: #ffe0a0 !important;
  background: rgba(255, 201, 92, .07);
  font-size: .55rem !important;
  letter-spacing: 0 !important;
  white-space: nowrap;
}

.brm-deal__status i {
  width: .38rem;
  height: .38rem;
  border-radius: 50%;
  background: var(--brm-gold);
  box-shadow: 0 0 .55rem var(--brm-gold);
}

.brm-deal__members {
  justify-content: space-between;
  gap: .6rem;
  margin-top: 1.1rem;
}

.brm-deal__member {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: .55rem;
}

.brm-deal__member--right {
  flex-direction: row-reverse;
  text-align: right;
}

.brm-deal__member img {
  width: 2.65rem;
  height: 2.65rem;
  flex: 0 0 auto;
  border: 2px solid rgba(141, 99, 255, .48);
  border-radius: .75rem;
  object-fit: cover;
}

.brm-deal__member span,
.brm-deal__item span,
.brm-deal__disclaimer {
  color: var(--brm-muted);
  font-size: .56rem;
  line-height: 1.25;
}

.brm-deal__member strong,
.brm-deal__item strong {
  display: block;
  margin-top: .12rem;
  color: #fff;
  font-size: .7rem;
  line-height: 1.15;
}

.brm-deal__swap {
  color: var(--brm-cyan);
  font-size: 1rem;
  font-weight: 900;
}

.brm-deal__item {
  gap: .65rem;
  margin-top: 1rem;
  padding: .72rem;
  border: 1px solid rgba(147, 168, 216, .13);
  border-radius: .72rem;
  background: rgba(255, 255, 255, .03);
}

.brm-deal__item > strong {
  margin: 0 0 0 auto;
  color: var(--brm-gold);
  white-space: nowrap;
}

.brm-deal__item-icon {
  width: 2.15rem;
  height: 2.15rem;
  display: grid;
  place-items: center;
  border-radius: .6rem;
  color: var(--brm-violet) !important;
  background: rgba(141, 99, 255, .1);
  font-size: .9rem !important;
}

.brm-deal__totals {
  margin-top: .85rem !important;
}

.brm-deal__totals > div {
  justify-content: space-between;
  gap: .75rem;
  padding: .45rem 0;
  border-bottom: 1px solid rgba(147, 168, 216, .1);
  color: #b5c0da;
  font-size: .65rem;
}

.brm-deal__totals dd {
  color: #f0f4ff;
  font-weight: 900;
  text-align: right;
}

.brm-deal__totals small {
  display: block;
  color: var(--brm-muted);
  font-size: .48rem;
  font-weight: 600;
}

.brm-deal__received dd {
  color: var(--brm-gold);
}

.brm-deal__secure {
  display: flex;
  align-items: center;
  gap: .45rem;
  margin-top: .8rem !important;
  padding: .6rem .7rem;
  border: 1px solid rgba(85, 239, 143, .22);
  border-radius: .65rem;
  color: #baffcf;
  background: rgba(85, 239, 143, .055);
  font-size: .61rem;
  font-weight: 900;
}

.brm-deal__disclaimer {
  margin-top: .55rem !important;
  line-height: 1.4;
}

.brm-trust {
  margin-top: 1.2rem;
  padding: clamp(1.4rem, 3vw, 2.4rem);
  border: 1px solid var(--brm-line);
  border-radius: 1.2rem;
  background:
    radial-gradient(circle at 12% 0, rgba(141, 99, 255, .11), transparent 35%),
    rgba(10, 15, 31, .9);
}

.brm-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, .72fr);
  gap: 1rem 3rem;
  align-items: end;
}

.brm-section-heading .brm-eyebrow {
  grid-column: 1 / -1;
}

.brm-section-heading h2 {
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  font-weight: 950;
  letter-spacing: -.035em;
  line-height: 1;
}

.brm-section-heading p {
  color: var(--brm-muted);
  font-size: .84rem;
  line-height: 1.6;
}

.brm-trust__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
  margin-top: 1.5rem;
}

.brm-trust-card {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .9rem;
  padding: 1.2rem;
  overflow: hidden;
  border: 1px solid rgba(150, 169, 215, .14);
  border-radius: .95rem;
  background: rgba(255, 255, 255, .028);
}

.brm-trust-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: currentColor;
  opacity: .6;
}

.brm-trust-card--green { color: var(--brm-green); }
.brm-trust-card--cyan { color: var(--brm-cyan); }
.brm-trust-card--gold { color: var(--brm-gold); }

.brm-trust-card__icon {
  width: 2.8rem;
  height: 2.8rem;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: .75rem;
  background: color-mix(in srgb, currentColor 8%, transparent);
  box-shadow: 0 0 1.2rem color-mix(in srgb, currentColor 10%, transparent);
  font-size: 1rem;
  font-weight: 900;
}

.brm-trust-card h3 {
  color: #fff;
  font-size: .95rem;
  font-weight: 900;
  line-height: 1.15;
}

.brm-trust-card p {
  margin-top: .45rem !important;
  color: var(--brm-muted);
  font-size: .7rem;
  line-height: 1.5;
}

.brm-trust-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  margin-top: .75rem !important;
  padding: 0;
  list-style: none;
}

.brm-trust-card li {
  padding: .3rem .45rem;
  border: 1px solid color-mix(in srgb, currentColor 28%, transparent);
  border-radius: 99rem;
  color: currentColor;
  background: color-mix(in srgb, currentColor 6%, transparent);
  font-size: .54rem;
  font-weight: 850;
}

.brm-community {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.2rem;
}

.brm-panel {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  border: 1px solid var(--brm-line);
  border-radius: 1.1rem;
  background:
    linear-gradient(150deg, rgba(17, 24, 48, .96), rgba(8, 13, 29, .98));
  box-shadow: 0 1.1rem 3.4rem rgba(0, 0, 0, .16);
}

.brm-panel__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .75rem;
}

.brm-panel__head h2 {
  margin-top: .45rem !important;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 950;
  line-height: 1.1;
}

.brm-panel__head > a,
.brm-panel__footer-link {
  color: #bda8ff !important;
  font-size: .66rem;
  font-weight: 900;
  white-space: nowrap;
}

.brm-panel__head > a:hover,
.brm-panel__footer-link:hover {
  color: #fff !important;
}

.brm-panel__footer-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  margin-top: auto;
  padding-top: 1rem;
}

.brm-empty {
  flex: 1;
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 13rem;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px dashed rgba(149, 168, 215, .2);
  border-radius: .85rem;
  text-align: center;
  background: rgba(255, 255, 255, .018);
}

.brm-empty__icon {
  width: 2.9rem;
  height: 2.9rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(141, 99, 255, .38);
  border-radius: .85rem;
  color: #b99cff;
  background: rgba(141, 99, 255, .08);
  font-size: 1.1rem;
}

.brm-empty h3 {
  margin-top: .8rem !important;
  color: #fff;
  font-size: .88rem;
  font-weight: 900;
}

.brm-empty p {
  max-width: 20rem;
  margin-top: .45rem !important;
  color: var(--brm-muted);
  font-size: .67rem;
  line-height: 1.5;
}

.brm-empty .brm-button {
  min-height: 2.55rem;
  margin-top: .85rem;
  padding: .55rem .85rem;
  font-size: .66rem;
}

.brm-directory__list,
.brm-reviews__list {
  display: grid;
  gap: .58rem;
  margin-top: 1rem;
}

.brm-person {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .72rem;
  border: 1px solid rgba(149, 168, 215, .12);
  border-radius: .8rem;
  background: rgba(255, 255, 255, .025);
}

.brm-person__avatar {
  position: relative;
  flex: 0 0 auto;
}

.brm-person__avatar img {
  width: 2.8rem;
  height: 2.8rem;
  border: 2px solid rgba(141, 99, 255, .42);
  border-radius: .75rem;
  object-fit: cover;
}

.brm-person__presence {
  position: absolute;
  right: -.1rem;
  bottom: -.05rem;
  width: .7rem;
  height: .7rem;
  border: 2px solid #10172d;
  border-radius: 50%;
}

.brm-person__presence.is-online { background: var(--brm-green); }
.brm-person__presence.is-offline { background: #68738d; }

.brm-person__body {
  min-width: 0;
}

.brm-person__body > a {
  display: block;
  overflow: hidden;
  color: #fff !important;
  font-size: .78rem;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brm-person__body > span {
  display: block;
  margin-top: .12rem;
  color: var(--brm-muted);
  font-size: .56rem;
}

.brm-person__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  margin-top: .38rem;
}

.brm-person__meta span {
  color: #c9d3ea;
  font-size: .52rem;
  font-weight: 800;
}

.brm-person__meta span:first-child {
  color: var(--brm-gold);
}

.brm-review {
  padding: .72rem;
  border: 1px solid rgba(149, 168, 215, .12);
  border-radius: .8rem;
  background: rgba(255, 255, 255, .025);
}

.brm-review__head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: .55rem;
  align-items: center;
}

.brm-review__head img {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: .65rem;
  object-fit: cover;
}

.brm-review__head strong,
.brm-review__head span {
  display: block;
}

.brm-review__head strong {
  overflow: hidden;
  color: #fff;
  font-size: .7rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brm-review__head div span {
  margin-top: .1rem;
  color: var(--brm-muted);
  font-size: .53rem;
}

.brm-review__stars {
  color: var(--brm-gold);
  font-size: .53rem;
  letter-spacing: -.06em;
}

.brm-review > p {
  margin-top: .55rem !important;
  color: #d0d9ee;
  font-size: .65rem;
  line-height: 1.45;
}

.brm-review time {
  display: block;
  margin-top: .4rem;
  color: var(--brm-muted);
  font-size: .5rem;
}

.brm-faq__list {
  display: grid;
  gap: .48rem;
  margin-top: 1rem;
}

.brm-faq__item {
  overflow: hidden;
  border: 1px solid rgba(149, 168, 215, .12);
  border-radius: .75rem;
  background: rgba(255, 255, 255, .023);
}

.brm-faq__item[open] {
  border-color: rgba(141, 99, 255, .32);
  background: rgba(141, 99, 255, .055);
}

.brm-faq__item summary {
  min-height: 3.15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: .7rem .8rem;
  color: #eaf0ff;
  cursor: pointer;
  font-size: .66rem;
  font-weight: 850;
  line-height: 1.3;
  list-style: none;
}

.brm-faq__item summary::-webkit-details-marker {
  display: none;
}

.brm-faq__item summary i {
  width: 1.3rem;
  height: 1.3rem;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(141, 99, 255, .35);
  border-radius: .38rem;
  color: #c4aaff;
  font-style: normal;
  transition: transform .18s ease;
}

.brm-faq__item[open] summary i {
  transform: rotate(45deg);
}

.brm-faq__answer {
  padding: 0 .8rem .8rem;
}

.brm-faq__answer p {
  color: var(--brm-muted);
  font-size: .61rem;
  line-height: 1.55;
}

.brm-data-note {
  margin: 1rem auto 0 !important;
  padding: .75rem 1rem;
  border: 1px solid rgba(149, 168, 215, .1);
  border-radius: .75rem;
  color: #7f8dab;
  background: rgba(255, 255, 255, .015);
  font-size: .61rem;
  line-height: 1.45;
  text-align: center;
}

@media (max-width: 1240px) {
  .brm-hero {
    grid-template-columns: minmax(0, 1fr) minmax(25rem, .9fr);
  }

  .brm-service {
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  }

  .brm-deal {
    grid-column: 1 / -1;
  }

  .brm-community {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brm-faq {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1024px) {
  .brm-hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(21rem, .75fr);
    min-height: 31rem;
  }

  .brm-hero__visual {
    min-height: 31rem;
  }

  .brm-hero__visual img {
    object-position: 69% center;
  }

  .brm-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brm-stat:nth-child(2) {
    border-right: 0;
  }

  .brm-stat:nth-child(-n+2) {
    border-bottom: 1px solid var(--brm-line);
  }

  .brm-service {
    grid-template-columns: 1fr;
  }

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

  .brm-deal {
    grid-column: auto;
  }

  .brm-section-heading {
    grid-template-columns: 1fr;
  }

  .brm-trust__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .content-grid.mm-public-page {
    padding-left: 18px;
  }

  .content-grid.mm-shell .brm-public {
    width: 100%;
    margin-left: 0;
  }

  .brm-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .brm-hero__content {
    padding: 2rem 1.4rem 1.2rem;
  }

  .brm-hero__visual {
    min-height: 15rem;
  }

  .brm-hero__visual::before {
    background:
      linear-gradient(180deg, #0a0e21 0%, transparent 28%),
      linear-gradient(0deg, rgba(7, 9, 22, .84), transparent 35%);
  }

  .brm-hero__visual img {
    object-position: 70% 46%;
  }

  .brm-stats {
    width: calc(100% - 1rem);
    margin-top: -.7rem;
  }

  .brm-service__actions {
    grid-template-columns: 1fr;
  }

  .brm-steps {
    grid-template-columns: 1fr;
  }

  .brm-step {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .2rem .8rem;
    padding: 1rem;
    border-right: 0;
    border-bottom: 1px solid var(--brm-line);
  }

  .brm-step:last-child {
    border-bottom: 0;
  }

  .brm-step:not(:last-child)::after {
    content: "↓";
    top: auto;
    right: 1rem;
    bottom: -.62rem;
    width: 1.2rem;
    height: 1.2rem;
    font-size: .75rem;
    transform: none;
  }

  .brm-step__number {
    grid-column: 1 / -1;
  }

  .brm-step__icon {
    grid-row: 2 / 4;
    margin-top: .65rem;
  }

  .brm-step h3 {
    align-self: end;
    margin-top: .65rem !important;
  }

  .brm-step p {
    margin-top: .18rem !important;
  }

  .brm-community {
    grid-template-columns: 1fr;
  }

  .brm-faq {
    grid-column: auto;
  }
}

@media (max-width: 480px) {
  .brm-hero {
    border-radius: 1rem;
  }

  .brm-hero__content {
    padding: 1.3rem 1rem .9rem;
  }

  .brm-hero__brand {
    gap: .65rem;
  }

  .brm-emblem {
    width: 3.3rem;
    height: 3.3rem;
  }

  .brm-emblem img {
    width: 4.3rem;
    height: 4.3rem;
  }

  .brm-hero__title {
    font-size: clamp(2.35rem, 13vw, 3.45rem);
  }

  .brm-shield {
    width: 1.65rem;
    height: 1.65rem;
    font-size: .8rem;
  }

  .brm-hero__actions,
  .brm-hero__actions .brm-button,
  .brm-hero__actions .brm-text-link {
    width: 100%;
  }

  .brm-text-link {
    justify-content: center;
    min-height: 2.5rem;
  }

  .brm-hero__visual {
    min-height: 12rem;
  }

  .brm-hero__visual-label {
    right: .75rem;
    bottom: .65rem;
    max-width: calc(100% - 1.5rem);
  }

  .brm-stat {
    gap: .55rem;
    padding: .82rem .65rem;
  }

  .brm-stat__icon {
    width: 2.1rem;
    height: 2.1rem;
  }

  .brm-stat__label {
    font-size: .58rem;
  }

  .brm-stat__value {
    font-size: 1.12rem;
  }

  .brm-stat__detail {
    max-width: 7rem;
    font-size: .52rem;
  }

  .brm-service__intro,
  .brm-deal,
  .brm-trust,
  .brm-panel {
    padding: 1rem;
    border-radius: .95rem;
  }

  .brm-deal__members {
    align-items: flex-start;
  }

  .brm-deal__member,
  .brm-deal__member--right {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .brm-deal__member--right {
    align-items: flex-end;
    text-align: right;
  }

  .brm-section-heading {
    gap: .75rem;
  }

  .brm-trust-card {
    grid-template-columns: 1fr;
  }

  .brm-trust-card__icon {
    width: 2.45rem;
    height: 2.45rem;
  }

  .brm-panel__head {
    align-items: flex-end;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brm-public *,
  .brm-public *::before,
  .brm-public *::after {
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Fidelity pass: compact premium dashboard composition from the supplied reference. */
.brm-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.brm-public {
  width: min(1300px, 100%);
}

html {
  scroll-padding-top: 96px;
}

#fonctionnement {
  scroll-margin-top: 96px;
}

.content-grid.mm-public-page {
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding-left: 120px;
}

.brm-hero {
  height: 17rem;
  min-height: 17rem;
  grid-template-columns: minmax(9.5rem, .44fr) minmax(27rem, 1.18fr) minmax(31rem, 1.55fr);
  border-radius: 1.15rem;
  background:
    radial-gradient(circle at 14% 48%, rgba(149, 54, 255, .17), transparent 24%),
    linear-gradient(100deg, rgba(7, 10, 27, .995) 0%, rgba(10, 14, 36, .99) 53%, rgba(23, 12, 49, .92) 100%);
  box-shadow: 0 1.6rem 4rem rgba(0, 0, 0, .36), inset 0 1px rgba(255, 255, 255, .045);
}

.brm-hero__emblem {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  padding-left: 1.4rem;
}

.brm-emblem {
  width: 9.7rem;
  height: 9.7rem;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: 0 0 3.2rem rgba(180, 65, 255, .32);
}

.brm-emblem img {
  width: 11.4rem;
  height: 11.4rem;
  object-fit: contain;
  filter: saturate(1.1) contrast(1.04) drop-shadow(0 0 1rem rgba(180, 75, 255, .36));
}

.brm-hero__content {
  align-self: center;
  padding: 1.75rem 1.65rem 1.75rem 1.1rem;
}

.brm-hero__brand {
  margin-bottom: .75rem;
}

.brm-hero__title {
  max-width: none;
  padding-right: 2.3rem;
  font-size: clamp(2.3rem, 3.35vw, 3.45rem);
  letter-spacing: -.035em;
  line-height: .98;
  text-transform: none;
  white-space: nowrap;
}

.brm-hero__title > span:first-of-type {
  display: inline;
  color: inherit;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  filter: none;
}

.brm-shield {
  right: -.1rem;
  bottom: .15rem;
  width: 2rem;
  height: 2rem;
}

.brm-hero__lead {
  margin-top: .65rem !important;
  font-size: 1rem;
}

.brm-hero__copy {
  max-width: 34rem;
  margin-top: .35rem !important;
  font-size: .875rem;
  line-height: 1.45;
}

.brm-badges {
  gap: .45rem;
  margin-top: .8rem !important;
}

.brm-badges li {
  padding: .4rem .62rem;
  border-radius: .38rem;
  font-size: .75rem;
}

.brm-hero__actions {
  gap: 1.3rem;
  margin-top: .85rem;
}

.brm-hero__actions .brm-button {
  min-height: 2.75rem;
  padding: .65rem 1.3rem;
}

.brm-text-link {
  color: #c796ff !important;
  font-size: .78rem;
  text-decoration: underline;
  text-underline-offset: .2rem;
}

.brm-hero__visual {
  height: 17rem;
  min-height: 0;
}

.brm-hero__visual::before {
  background:
    linear-gradient(90deg, #0a0e22 0%, rgba(10, 14, 34, .55) 9%, transparent 35%),
    linear-gradient(0deg, rgba(7, 9, 22, .54), transparent 30%);
}

.brm-hero__visual::after {
  inset: 7% 5%;
  border-radius: .9rem;
}

.brm-hero__visual img {
  object-position: 68% 35%;
  transform: scale(1.02);
  filter: saturate(1.02) contrast(1.06) brightness(.82);
}

.brm-hero__visual-label {
  right: .9rem;
  bottom: .8rem;
  padding: .5rem .65rem;
  font-size: .58rem;
}

.brm-stats {
  width: calc(100% - 2rem);
  min-height: 4.95rem;
  margin-top: -.7rem;
  border-radius: .85rem;
}

.brm-stat {
  gap: .75rem;
  padding: .78rem 1rem;
}

.brm-stat__icon {
  width: 2.5rem;
  height: 2.5rem;
}

.brm-stat__label {
  font-size: .72rem;
}

.brm-stat__value {
  font-size: 1.27rem;
}

.brm-stat__detail {
  margin-top: .18rem !important;
  font-size: .66rem;
}

.brm-service {
  grid-template-columns: minmax(18rem, .96fr) minmax(27rem, 1.28fr) minmax(20rem, .86fr);
  gap: 0;
  min-height: 17.4rem;
  margin-top: .9rem;
  overflow: hidden;
  border: 1px solid var(--brm-line);
  border-radius: 1rem;
  background:
    radial-gradient(circle at 82% 0, rgba(151, 61, 255, .1), transparent 24%),
    linear-gradient(145deg, rgba(13, 18, 39, .98), rgba(7, 11, 25, .99));
  box-shadow: 0 1.1rem 3rem rgba(0, 0, 0, .2);
}

.brm-service__intro,
.brm-steps,
.brm-deal {
  border: 0;
  border-right: 1px solid var(--brm-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brm-service__intro {
  padding: 1.35rem 1.25rem;
}

.brm-service__intro h2 {
  max-width: 25rem;
  margin-top: .55rem !important;
  font-size: clamp(1.65rem, 2.25vw, 2.25rem);
  line-height: .98;
}

.brm-service__intro > p {
  margin-top: .7rem !important;
  font-size: .82rem;
  line-height: 1.5;
}

.brm-service__actions {
  grid-template-columns: 1.08fr 1fr;
  gap: .55rem;
  margin-top: 1rem;
}

.brm-service__actions .brm-button {
  min-height: 2.65rem;
  padding: .6rem .72rem;
  font-size: .75rem;
}

.brm-service__actions .brm-button--ghost {
  width: 56%;
  grid-column: 1 / -1;
}

.brm-steps {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.brm-steps__label {
  padding: 1rem 1rem .75rem;
  color: #c69cff;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.brm-steps__grid {
  min-height: 0;
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(149, 170, 220, .1);
}

.brm-step {
  padding: 1rem .8rem;
}

.brm-step__icon {
  width: 2.75rem;
  height: 2.75rem;
  margin-top: .9rem;
}

.brm-step h3 {
  margin-top: .85rem !important;
  font-size: .88rem;
  line-height: 1.12;
}

.brm-step p {
  margin-top: .4rem !important;
  font-size: .72rem;
  line-height: 1.45;
}

.brm-deal {
  padding: .75rem;
  border-right: 0;
  box-shadow: inset 1px 0 rgba(173, 77, 255, .2);
}

.brm-deal__head h3 {
  font-size: .95rem;
  line-height: 1;
}

.brm-deal__head > div,
.brm-deal__head span:first-child {
  line-height: 1.05;
}

.brm-deal__members {
  margin-top: .5rem;
}

.brm-deal__member img {
  width: 2.25rem;
  height: 2.25rem;
}

.brm-deal__item {
  margin-top: .5rem;
  padding: .35rem .5rem;
  line-height: 1.15;
}

.brm-deal__item-icon {
  width: 1.9rem;
  height: 1.9rem;
}

.brm-deal__totals {
  margin-top: .4rem !important;
}

.brm-deal__totals > div {
  padding: .2rem 0;
  font-size: .68rem;
  line-height: 1.15;
}

.brm-deal__secure {
  margin-top: .4rem !important;
  padding: .4rem .5rem;
  font-size: .64rem;
}

.brm-deal__disclaimer {
  margin-top: .25rem !important;
  font-size: .6rem;
}

.brm-trust {
  margin-top: .8rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.brm-trust__grid {
  gap: .72rem;
  margin-top: 0;
}

.brm-trust-card {
  gap: .75rem;
  min-height: 7.5rem;
  padding: 1rem;
  border-radius: .85rem;
  background:
    radial-gradient(circle at 0 50%, color-mix(in srgb, currentColor 8%, transparent), transparent 28%),
    linear-gradient(145deg, rgba(17, 24, 48, .96), rgba(8, 13, 29, .98));
}

.brm-trust-card__icon {
  width: 2.65rem;
  height: 2.65rem;
}

.brm-trust-card h3 {
  font-size: .9rem;
}

.brm-trust-card p {
  margin-top: .3rem !important;
  font-size: .72rem;
  line-height: 1.4;
}

.brm-trust-card ul {
  gap: .28rem;
  margin-top: .52rem !important;
}

.brm-trust-card li {
  padding: .24rem .38rem;
  font-size: .62rem;
}

.brm-community {
  gap: .72rem;
  margin-top: .8rem;
}

.brm-panel {
  min-height: 11.5rem;
  padding: .8rem;
  border-radius: .9rem;
}

.brm-panel__head .brm-eyebrow {
  display: none;
}

.brm-panel__head h2 {
  margin-top: 0 !important;
  color: #c69cff;
  font-size: .82rem;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.brm-empty {
  min-height: 6.8rem;
  margin-top: .65rem;
  padding: .7rem;
}

.brm-empty__icon {
  width: 2.3rem;
  height: 2.3rem;
}

.brm-empty h3 {
  margin-top: .5rem !important;
  font-size: .85rem;
}

.brm-empty p {
  margin-top: .3rem !important;
  font-size: .7rem;
}

.brm-empty .brm-button {
  min-height: 2.1rem;
  margin-top: .55rem;
  padding: .4rem .65rem;
  font-size: .68rem;
}

.brm-faq__list {
  gap: .28rem;
  margin-top: .5rem;
}

.brm-faq__item summary {
  min-height: 1.95rem;
  padding: .34rem .55rem;
  font-size: .68rem;
}

.brm-faq__answer {
  padding: 0 .55rem .4rem;
}

.brm-faq__answer p {
  font-size: .64rem;
  line-height: 1.4;
}

.brm-data-note {
  margin-top: .7rem !important;
  padding: .55rem .8rem;
  font-size: .62rem;
}

@media (max-width: 1240px) {
  .brm-hero {
    height: 17rem;
    grid-template-columns: minmax(8rem, .36fr) minmax(24rem, 1fr) minmax(25rem, 1.2fr);
  }

  .brm-emblem {
    width: 7.5rem;
    height: 7.5rem;
  }

  .brm-emblem img {
    width: 9rem;
    height: 9rem;
  }

  .brm-service {
    grid-template-columns: minmax(18rem, .84fr) minmax(25rem, 1.16fr);
  }

  .brm-deal {
    grid-column: 1 / -1;
    border-top: 1px solid var(--brm-line);
    box-shadow: inset 0 1px rgba(173, 77, 255, .2);
  }
}

@media (max-width: 1024px) {
  .brm-hero {
    height: 17rem;
    grid-template-columns: minmax(7rem, .28fr) minmax(22rem, 1fr) minmax(19rem, .82fr);
    min-height: 18rem;
  }

  .brm-hero__visual {
    height: 17rem;
    min-height: 17rem;
  }

  .brm-hero__title {
    white-space: normal;
  }

  .brm-community {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brm-faq {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .content-grid.mm-public-page {
    padding-left: 18px;
  }

  .brm-hero {
    height: auto;
    grid-template-columns: 1fr;
  }

  .brm-hero__emblem {
    position: absolute;
    top: 1.15rem;
    left: 1rem;
    display: block;
    padding: 0;
  }

  .brm-emblem {
    width: 4.25rem;
    height: 4.25rem;
  }

  .brm-emblem img {
    width: 5rem;
    height: 5rem;
  }

  .brm-hero__content {
    padding: 1.4rem 1.1rem 1rem 6.1rem;
  }

  .brm-hero__title {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .brm-hero__copy,
  .brm-badges,
  .brm-hero__actions {
    margin-left: -5rem !important;
  }

  .brm-hero__lead {
    margin-left: -5rem !important;
  }

  .brm-hero__visual {
    height: 13rem;
    min-height: 13rem;
  }

  .brm-service {
    grid-template-columns: 1fr;
  }

  .brm-service__intro,
  .brm-steps {
    border-right: 0;
    border-bottom: 1px solid var(--brm-line);
  }

  .brm-steps__grid {
    grid-template-columns: 1fr;
  }

  .brm-step {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .2rem .8rem;
    border-right: 0;
    border-bottom: 1px solid var(--brm-line);
  }

  .brm-step__number {
    grid-column: 1 / -1;
  }

  .brm-step__icon {
    grid-row: 2 / 4;
    margin-top: .55rem;
  }

  .brm-step h3 {
    align-self: end;
    margin-top: .55rem !important;
  }

  .brm-step p {
    margin-top: .12rem !important;
  }

  .brm-trust__grid,
  .brm-community {
    grid-template-columns: 1fr;
  }

  .brm-faq {
    grid-column: auto;
  }
}

@media (max-width: 480px) {
  .brm-hero__content {
    padding-right: .85rem;
  }

  .brm-hero__title {
    padding-right: 1.8rem;
    font-size: clamp(1.75rem, 9vw, 2.35rem);
  }

  .brm-hero__lead,
  .brm-hero__copy,
  .brm-badges,
  .brm-hero__actions {
    margin-left: -5.1rem !important;
  }

  .brm-service__actions {
    grid-template-columns: 1fr;
  }

  .brm-service__actions .brm-button--ghost {
    width: 100%;
    grid-column: auto;
  }
}
