/* Generated by the SaaS product-site Alternate profile installer. */

/* root/foundation */
/* Shared homepage experiment foundation and structural primitives. */

.m7-experiment {
  --m7-exp-blue: #005fcc;
  --m7-exp-blue-deep: #003d84;
  --m7-exp-ink: #10233d;
  --m7-exp-muted: #526278;
  --m7-exp-rule: rgba(16, 35, 61, 0.19);
  --m7-exp-paper: rgba(255, 255, 255, 0.86);
  position: relative;
  overflow: hidden;
  padding: clamp(1.5rem, 4vw, 4rem) 0 clamp(3rem, 6vw, 6rem);
  color: var(--m7-exp-ink);
}

.m7-experiment.m7-experiment--flush-start {
  padding-top: 0;
}

.m7-experiment,
.m7-experiment * {
  box-sizing: border-box;
}

.m7-experiment section {
  max-width: none;
  margin: 0;
  padding: 0;
}

.m7-experiment h1,
.m7-experiment h2,
.m7-experiment h3,
.m7-experiment p,
.m7-experiment ul,
.m7-experiment ol {
  margin: 0;
  padding: 0;
}

.m7-experiment h1,
.m7-experiment h2,
.m7-experiment h3 {
  border: 0;
  color: inherit;
  font-weight: 650;
  letter-spacing: -0.035em;
}

.m7-experiment p,
.m7-experiment li {
  color: inherit;
}

.m7-exp-kicker {
  color: var(--m7-exp-blue-deep);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.115em;
  line-height: 1.4;
  text-transform: uppercase;
}

.m7-exp-lede {
  max-width: 43rem;
  color: var(--m7-exp-muted);
  font-size: clamp(1.02rem, 1.6vw, 1.18rem);
  line-height: 1.75;
}

.m7-exp-actions,
.m7-exp-link-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.m7-experiment .btn {
  border-radius: 0.3rem;
  min-height: 2.75rem;
}

.m7-experiment .btn:focus-visible,
.m7-experiment a:focus-visible {
  outline: 3px solid rgba(0, 95, 204, 0.38);
  outline-offset: 3px;
}

.m7-exp-top-link {
  align-items: center;
  color: var(--m7-exp-blue-deep);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 750;
  gap: 0.35rem;
  text-decoration: none;
}

.m7-exp-top-link:hover {
  color: var(--m7-exp-blue);
  text-decoration: underline;
}

.m7-experiment--a {
  background:
    linear-gradient(90deg, rgba(250, 250, 250, 0.92), rgba(250, 250, 250, 0.58) 42%, rgba(250, 250, 250, 0.78)),
    url('/img/bg1.gif') repeat;
}

.m7-exp-a-section {
  margin-inline: auto;
  max-width: 1180px;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
}

.m7-exp-a-section {
  padding-bottom: clamp(3.5rem, 8vw, 7rem);
  padding-top: clamp(3.5rem, 8vw, 7rem);
}

.m7-exp-a-section + .m7-exp-a-section {
  border-top: 1px solid var(--m7-exp-rule);
}

.m7-exp-section-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: clamp(1.5rem, 4vw, 3rem);
}

@media (max-width: 700px) {
  .m7-experiment {
    padding-top: 0.75rem;
  }

  .m7-experiment.m7-experiment--flush-start {
    padding-top: 0;
  }
  
  .m7-exp-a-section {
    padding-inline: 1.1rem;
  }

  .m7-experiment .m7-exp-actions {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .m7-experiment .m7-exp-actions .btn {
    justify-content: center;
    text-align: center;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .m7-experiment *,
  .m7-experiment *::before,
  .m7-experiment *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* component/product-masthead as product-masthead */
/* Compact, framed logo-less masthead with a full-width metadata strip. */

.m7-experiment .m7-exp-product-hero {
  isolation: isolate;
  margin-inline: auto;
  max-width: 1180px;
  padding: 4px;
  position: relative;
}

.m7-exp-product-hero::before {
  background:
    linear-gradient(90deg, transparent 0 49.85%, rgba(0, 95, 204, 0.07) 50%, transparent 50.15%),
    linear-gradient(0deg, transparent 0 49.85%, rgba(0, 95, 204, 0.055) 50%, transparent 50.15%);
  background-size: 4rem 4rem;
  content: '';
  inset: 1rem 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 38%, #000 100%);
  mask-image: linear-gradient(90deg, transparent, #000 38%, #000 100%);
  opacity: 0.72;
  pointer-events: none;
  position: absolute;
}

.m7-exp-product-hero__meta {
  align-items: center;
  border-bottom: 1px solid var(--m7-exp-rule);
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  justify-content: space-between;
  padding: 5px 10px;
  position: relative;
  z-index: 1;
}

.m7-experiment.m7-experiment--a .m7-exp-product-hero > .m7-exp-product-hero__meta {
  background: transparent;
  color: var(--m7-exp-ink);
}

.m7-exp-product-hero__body {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, 1.04fr) minmax(22rem, 0.96fr);
  padding: clamp(2rem, 4vw, 4rem) 10px;
  position: relative;
  z-index: 1;
}

.m7-exp-product-hero__intro,
.m7-exp-product-evidence {
  min-width: 0;
}

.m7-exp-product-hero__status {
  align-items: center;
  color: var(--m7-exp-muted);
  display: inline-flex;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.67rem;
  gap: 0.55rem;
  letter-spacing: 0.035em;
  line-height: 1.4;
}

.m7-exp-product-hero__status strong {
  background: #e7f1fc;
  border: 1px solid #b9d4f1;
  color: var(--m7-exp-blue-deep);
  font-size: 0.62rem;
  letter-spacing: 0.09em;
  padding: 0.28rem 0.45rem;
  text-transform: uppercase;
}

.m7-exp-product-hero h1 {
  font-size: clamp(3.2rem, 6.2vw, 5.5rem);
  line-height: 0.98;
  margin: 0 0 1.5rem;
  max-width: 11ch;
}

.m7-exp-product-hero .m7-exp-lede {
  max-width: 38rem;
}

.m7-exp-product-hero__actions {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 2rem;
}

.m7-exp-product-hero__actions .btn {
  align-items: center;
  border: 1px solid var(--m7-exp-blue-deep);
  display: inline-flex;
  font-weight: 750;
  justify-content: center;
  padding: 0.72rem 1.2rem;
  text-decoration: none;
  transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease, transform 150ms ease;
}

.m7-exp-product-hero__actions .btn:hover {
  transform: translateY(-1px);
}

.m7-exp-product-hero__actions .btn-primary {
  background: var(--m7-exp-blue-deep);
  color: #fff;
}

.m7-exp-product-hero__actions .btn-primary:hover {
  background: var(--m7-exp-blue);
  border-color: var(--m7-exp-blue);
}

.m7-exp-product-hero__actions .btn-secondary {
  background: rgba(255, 255, 255, 0.72);
  color: var(--m7-exp-blue-deep);
}

.m7-exp-product-hero__actions .btn-secondary:hover {
  background: #fff;
}

.m7-exp-product-boundary {
  align-items: start;
  border-bottom: 1px solid var(--m7-exp-rule);
  border-top: 1px solid var(--m7-exp-rule);
  display: grid;
  gap: 1rem clamp(1.25rem, 3vw, 2.5rem);
  grid-template-columns: minmax(10rem, 0.65fr) minmax(0, 3.35fr);
  margin: 0;
  padding: clamp(1rem, 2vw, 1.5rem) 10px;
  position: relative;
  z-index: 1;
}

.m7-exp-product-boundary ul {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
}

.m7-exp-product-boundary li {
  border-left: 1px solid var(--m7-exp-rule);
  display: grid;
  gap: 0.35rem;
  padding: 0.45rem 0.8rem;
}

.m7-exp-product-boundary li:first-child {
  border-left: 0;
  padding-left: 0;
}

.m7-exp-product-boundary strong {
  color: var(--m7-exp-ink);
  font-size: 0.77rem;
}

.m7-exp-product-boundary span {
  color: var(--m7-exp-muted);
  font-size: 0.7rem;
  line-height: 1.45;
}

.m7-exp-product-evidence {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(0, 61, 132, 0.22);
  box-shadow: 0 1.5rem 4rem rgba(16, 35, 61, 0.12);
  margin: 0;
  overflow: hidden;
}

.m7-exp-product-evidence figcaption {
  border-bottom: 1px solid rgba(0, 61, 132, 0.18);
  padding: clamp(1.4rem, 3vw, 2rem);
}

.m7-exp-product-evidence__meta {
  align-items: center;
  color: var(--m7-exp-blue-deep);
  display: flex;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.62rem;
  font-weight: 800;
  justify-content: space-between;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.m7-exp-product-evidence__meta span:last-child {
  color: var(--m7-exp-muted);
  font-weight: 700;
}

.m7-exp-product-evidence h2 {
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  line-height: 1.08;
  margin-top: 1.25rem;
}

.m7-exp-product-evidence figcaption > p {
  color: var(--m7-exp-muted);
  font-size: 0.8rem;
  line-height: 1.55;
  margin-top: 0.8rem;
  max-width: 42ch;
}

.m7-exp-product-evidence__steps {
  list-style: none;
  padding: 0 clamp(1.4rem, 3vw, 2rem) !important;
}

.m7-exp-product-evidence__steps li {
  align-items: center;
  border-bottom: 1px solid rgba(0, 61, 132, 0.13);
  display: grid;
  gap: 1rem;
  grid-template-columns: 2.25rem minmax(0, 1fr);
  padding: 1rem 0;
  position: relative;
}

.m7-exp-product-evidence__steps li:last-child {
  border-bottom: 0;
}

.m7-exp-product-evidence__marker {
  align-items: center;
  background: #e7f1fc;
  border: 1px solid #b9d4f1;
  color: var(--m7-exp-blue-deep);
  display: inline-flex;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.62rem;
  font-weight: 850;
  height: 2.25rem;
  justify-content: center;
  letter-spacing: 0.05em;
  width: 2.25rem;
}

.m7-exp-product-evidence__step-copy {
  display: grid;
  gap: 0.25rem;
}

.m7-exp-product-evidence__step-copy strong {
  font-size: 0.86rem;
}

.m7-exp-product-evidence__step-copy small {
  color: var(--m7-exp-muted);
  font-size: 0.72rem;
  line-height: 1.45;
}

.m7-exp-product-evidence__footer {
  align-items: center;
  background: #eaf3fd;
  border-top: 1px solid #c8dbf0;
  display: grid;
  gap: 0.7rem;
  grid-template-columns: auto minmax(0, 1fr);
  padding: 1rem clamp(1.4rem, 3vw, 2rem);
}

.m7-exp-product-evidence__footer span {
  color: var(--m7-exp-blue-deep);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.m7-exp-product-evidence__footer strong {
  color: #253a57;
  font-size: 0.76rem;
  text-align: right;
}

@media (max-width: 980px) {
  .m7-exp-product-hero__body {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .m7-exp-product-hero__intro,
  .m7-exp-product-evidence {
    max-width: 46rem;
  }
}

@media (max-width: 700px) {
  .m7-experiment .m7-exp-product-hero {
    padding: 4px;
  }

  .m7-exp-product-hero__meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .m7-exp-product-hero__body {
    padding: 2rem 10px;
  }

  .m7-exp-product-hero h1 {
    font-size: clamp(2.75rem, 15vw, 4rem);
  }

  .m7-experiment .m7-exp-product-hero__actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .m7-experiment .m7-exp-product-hero__actions .btn {
    width: auto;
  }

  .m7-exp-product-boundary ul {
    grid-template-columns: 1fr;
  }

  .m7-exp-product-boundary {
    grid-template-columns: 1fr;
  }

  .m7-exp-product-boundary li,
  .m7-exp-product-boundary li:first-child {
    border-left: 0;
    border-top: 1px solid var(--m7-exp-rule);
    padding: 0.8rem 0;
  }

  .m7-exp-product-evidence__footer {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .m7-exp-product-evidence__footer strong {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .m7-exp-product-hero__actions .btn {
    transition: none;
  }
}

/* component/problem as problem */
/* Reusable problem chapter. */

.m7-experiment .m7-exp-a-section--problem {
  background:
    linear-gradient(105deg, rgba(238, 246, 255, 0.62), rgba(255, 255, 255, 0.36) 58%, rgba(240, 247, 255, 0.48)),
    url('/img/bg1.gif') repeat;
  padding: clamp(3.75rem, 8vw, 7rem) clamp(1.25rem, 4vw, 2.5rem);
}

.m7-exp-a-problem-intro {
  align-items: start;
  display: grid;
  gap: clamp(3rem, 8vw, 8rem);
  grid-template-columns: minmax(0, 1.2fr) minmax(19rem, 0.72fr);
}

.m7-exp-a-problem-intro h2 {
  font-size: clamp(2.7rem, 5.7vw, 5.4rem);
  line-height: 0.99;
  max-width: 13ch;
}

.m7-exp-a-problem-lead {
  color: var(--m7-exp-muted);
  font-size: clamp(1rem, 1.45vw, 1.13rem);
  line-height: 1.78;
  margin-top: clamp(1.5rem, 3vw, 2.4rem) !important;
  max-width: 48rem;
}

.m7-exp-a-problem-contrast {
  border-left: 1px solid var(--m7-exp-rule);
  padding-left: clamp(1.25rem, 3vw, 2.25rem);
}

.m7-exp-a-problem-choices {
  margin-top: 1.4rem;
}

.m7-exp-a-problem-choice {
  border-top: 1px solid var(--m7-exp-rule);
  display: grid;
  gap: 1rem;
  grid-template-columns: auto 1fr;
  padding: 1.15rem 0;
}

.m7-exp-a-problem-choice:last-child {
  border-bottom: 1px solid var(--m7-exp-rule);
}

.m7-exp-a-problem-choice > span {
  color: var(--m7-exp-blue-deep);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding-top: 0.18rem;
}

.m7-exp-a-problem-choice h3 {
  font-size: 1.18rem;
  line-height: 1.2;
}

.m7-exp-a-problem-choice p {
  color: var(--m7-exp-muted);
  font-size: 0.85rem;
  line-height: 1.6;
  margin-top: 0.55rem !important;
}

.m7-exp-a-problem-transition {
  align-items: start;
  border-top: 1px solid var(--m7-exp-rule);
  display: grid;
  gap: clamp(1.5rem, 5vw, 6rem);
  grid-template-columns: minmax(10rem, 0.34fr) minmax(0, 1fr);
  margin-top: clamp(3rem, 7vw, 6rem);
  padding-top: clamp(1.5rem, 3vw, 2.5rem);
}

.m7-exp-a-problem-transition h3 {
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 1.08;
}

.m7-exp-a-problem-transition p {
  color: var(--m7-exp-muted);
  font-size: 0.98rem;
  line-height: 1.72;
  margin-top: 0.8rem !important;
  max-width: 48rem;
}

@media (max-width: 900px) {
  .m7-exp-a-problem-intro {
    gap: 2.75rem;
    grid-template-columns: 1fr;
  }
  
  .m7-exp-a-problem-contrast {
    border-left: 0;
    border-top: 1px solid var(--m7-exp-rule);
    padding: 1.5rem 0 0;
  }
}

@media (max-width: 700px) {
  .m7-exp-a-problem-transition {
    grid-template-columns: 1fr;
  }
}

/* component/adoption as adoption */
/* Reusable adoption-path chapter. */

.m7-experiment .m7-exp-a-section--adoption {
  background:
    linear-gradient(90deg, rgba(145, 188, 235, 0.065) 1px, transparent 1px),
    #091f38;
  background-size: 5rem 5rem, auto;
  border-bottom: 1px solid rgba(172, 209, 250, 0.24);
  color: #f5f9fe;
  padding: clamp(3.5rem, 7vw, 6rem) clamp(1.25rem, 4vw, 2.5rem);
}

.m7-exp-a-section--adoption .m7-exp-kicker,
.m7-exp-a-section--adoption .m7-exp-top-link {
  color: #8fc4ff;
}

.m7-exp-a-section--adoption .m7-exp-top-link:hover {
  color: #fff;
}

.m7-exp-a-adoption-intro {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 7vw, 7rem);
  grid-template-columns: minmax(0, 0.92fr) minmax(20rem, 0.78fr);
}

.m7-exp-a-adoption-intro h2 {
  color: #fff;
  font-size: clamp(2.65rem, 5.4vw, 5.15rem);
  line-height: 0.99;
  max-width: 12ch;
}

.m7-exp-a-adoption-intro > p {
  color: #bfd2e8;
  font-size: clamp(1rem, 1.4vw, 1.1rem);
  line-height: 1.78;
  padding-top: 1.6rem;
}

.m7-exp-a-adoption-paths {
  border-left: 1px solid rgba(172, 209, 250, 0.24);
  border-top: 1px solid rgba(172, 209, 250, 0.24);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
  margin-top: clamp(2.75rem, 6vw, 5rem);
}

.m7-exp-a-adoption-paths article {
  background: rgba(15, 48, 82, 0.58);
  border-bottom: 1px solid rgba(172, 209, 250, 0.24);
  border-right: 1px solid rgba(172, 209, 250, 0.24);
  display: flex;
  flex-direction: column;
  min-height: 31rem;
  padding: clamp(1.25rem, 2.3vw, 1.8rem);
  position: relative;
}

.m7-exp-a-adoption-paths article.is-emerging {
  background:
    repeating-linear-gradient(135deg, rgba(143, 196, 255, 0.045) 0, rgba(143, 196, 255, 0.045) 1px, transparent 1px, transparent 0.8rem),
    rgba(15, 42, 70, 0.72);
}

.m7-exp-a-adoption-paths article.is-emerging::before {
  background: #8fc4ff;
  content: '';
  height: 3px;
  inset: 0 0 auto;
  opacity: 0.65;
  position: absolute;
}

.m7-exp-a-adoption-paths__meta {
  align-items: center;
  display: flex;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.61rem;
  font-weight: 800;
  gap: 1rem;
  justify-content: space-between;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.m7-exp-a-adoption-paths__meta span {
  color: #8fc4ff;
}

.m7-exp-a-adoption-paths__meta strong {
  color: #cfe5ff;
  font-size: inherit;
  text-align: right;
}

.m7-exp-a-adoption-paths__situation {
  color: #8fc4ff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  margin-top: clamp(1.75rem, 3vw, 2.6rem) !important;
  text-transform: uppercase;
}

.m7-exp-a-adoption-paths h3 {
  color: #fff;
  font-size: clamp(1.35rem, 2.05vw, 1.85rem);
  line-height: 1.08;
  margin-top: 0.7rem;
}

.m7-exp-a-adoption-paths__detail {
  color: #bfd2e8;
  font-size: 0.86rem;
  line-height: 1.66;
  margin-top: 1rem !important;
}

.m7-exp-a-adoption-paths dl {
  border-top: 1px solid rgba(172, 209, 250, 0.2);
  margin-top: 1.2rem;
}

.m7-exp-a-adoption-paths dl > div {
  padding-top: 0.85rem;
}

.m7-exp-a-adoption-paths dt {
  color: #8fc4ff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.m7-exp-a-adoption-paths dd {
  color: #e7f1fc;
  font-size: 0.75rem;
  line-height: 1.5;
  margin: 0.32rem 0 0;
}

.m7-exp-a-adoption-paths article > a {
  align-self: flex-start;
  color: #fff;
  font-size: 0.77rem;
  font-weight: 800;
  margin-top: auto;
  padding-top: 1.2rem;
  text-decoration: none;
}

.m7-exp-a-adoption-paths article > a:hover {
  color: #8fc4ff;
  text-decoration: underline;
}

.m7-exp-a-adoption-principle {
  align-items: center;
  border-bottom: 1px solid rgba(172, 209, 250, 0.24);
  border-top: 1px solid rgba(172, 209, 250, 0.24);
  display: grid;
  gap: clamp(1.5rem, 4vw, 4rem);
  grid-template-columns: minmax(8rem, 0.28fr) minmax(0, 1fr) auto;
  margin-top: clamp(2rem, 4vw, 3.25rem);
  padding: clamp(1.4rem, 2.8vw, 2.2rem) 0;
}

.m7-exp-a-adoption-principle h3 {
  color: #fff;
  font-size: clamp(1.45rem, 2.6vw, 2.3rem);
  line-height: 1.08;
}

.m7-exp-a-adoption-principle div > p {
  color: #bfd2e8;
  font-size: 0.87rem;
  line-height: 1.62;
  margin-top: 0.55rem !important;
  max-width: 48rem;
}

.m7-exp-a-adoption-principle .btn {
  align-items: center;
  align-self: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 800;
  justify-content: center;
  line-height: 1.2;
  min-height: 2.9rem;
  padding: 0.78rem 1.1rem;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
  white-space: nowrap;
}

.m7-exp-a-adoption-principle .btn-primary {
  background: #8fc4ff;
  border-color: #8fc4ff;
  color: #071b31;
}

.m7-exp-a-adoption-principle .btn-primary:hover {
  background: #cfe5ff;
  border-color: #cfe5ff;
  color: #071b31;
}

.m7-exp-a-adoption-principle .btn-secondary {
  background: transparent;
  border-color: rgba(172, 209, 250, 0.62);
  color: #f5f9fe;
}

.m7-exp-a-adoption-principle .btn-secondary:hover {
  background: rgba(143, 196, 255, 0.12);
  border-color: #8fc4ff;
  color: #fff;
}

@media (max-width: 900px) {
  .m7-exp-a-adoption-intro {
    gap: 1.5rem;
    grid-template-columns: 1fr;
  }
  
  .m7-exp-a-adoption-intro > p {
    max-width: 44rem;
    padding-top: 0;
  }
  
}

@media (max-width: 700px) {
  .m7-exp-a-adoption-principle {
    grid-template-columns: 1fr;
  }

  .m7-exp-a-adoption-principle .btn {
    white-space: normal;
    width: 100%;
  }
  
  .m7-exp-a-adoption-paths {
    grid-template-columns: 1fr;
  }
  
  .m7-exp-a-adoption-paths article {
    min-height: 0;
  }
}
