.mis-redesign {
  --mis-forest: #034737;
  --mis-green: #0e7a5a;
  --mis-mint: #e8f2ea;
  --mis-mint-soft: #f3f7f2;
  --mis-warm: #fbfcfa;
  --mis-ink: #17231d;
  --mis-line: #d9e4da;
  position: relative;
  overflow: hidden;
}

.mis-redesign .container {
  max-width: 1580px;
  padding-inline: 48px;
}

.mis-redesign h1,
.mis-redesign h2,
.mis-redesign h3 {
  color: var(--mis-ink);
}

.mis-accent {
  color: var(--mis-forest);
}

.mis-hero-line,
.mis-heading-line {
  display: block;
}

.mis-rule {
  display: block;
  width: 58px;
  height: 3px;
  margin-top: 22px;
  border-radius: 99px;
  background: var(--mis-green);
}

.mis-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: var(--mis-forest);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.mis-eyebrow::before,
.mis-eyebrow::after {
  content: "";
  width: 46px;
  height: 2px;
  background: var(--mis-green);
}

.mis-section-head {
  position: relative;
  z-index: 2;
  max-width: 970px;
  margin: 0 auto 54px;
  text-align: center;
}

.mis-section-head h2 {
  margin-top: 14px;
  font-size: clamp(42px, 3.7vw, 66px);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.mis-section-head > p {
  margin-top: 16px;
  color: #54635a;
  font-size: 20px;
}

.mis-dot-field {
  position: absolute;
  width: 114px;
  height: 114px;
  opacity: .55;
  background-image: radial-gradient(circle, #99bca8 1.6px, transparent 1.8px);
  background-size: 16px 16px;
  pointer-events: none;
}

.mis-hero {
  min-height: calc(100vh - 72px);
  padding: 58px 0 54px;
  background:
    radial-gradient(circle at 76% 47%, rgba(221, 239, 226, .68), transparent 30%),
    linear-gradient(135deg, #fbfcf9 0%, #f5f8f3 100%);
}

.mis-hero .crumbs {
  margin-bottom: 34px;
}

.mis-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(580px, 1.1fr);
  gap: 34px;
  align-items: center;
}

.mis-hero__copy {
  position: relative;
  z-index: 3;
  padding-bottom: 8px;
}

.mis-hero .kicker {
  margin-bottom: 14px;
  color: var(--mis-forest);
}

.mis-hero h1 {
  max-width: none;
  font-size: clamp(52px, 3.75vw, 68px);
  line-height: 1.01;
  letter-spacing: -.045em;
}

.mis-hero__body {
  max-width: 610px;
  margin-top: 28px;
  color: #3f4b44;
  font-size: 19px;
  line-height: 1.62;
}

.mis-hero__body p + p {
  margin-top: 22px;
}

.mis-hero .hero-cta {
  margin-top: 30px;
}

.mis-hero .pill {
  min-height: 54px;
}

.mis-hero__benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 660px;
  margin-top: 36px;
  list-style: none;
}

.mis-hero__benefits li {
  min-width: 0;
  padding: 0 17px;
  color: #34443a;
  font-size: 13px;
  line-height: 1.25;
  text-align: center;
}

.mis-hero__benefits li:first-child {
  padding-left: 0;
}

.mis-hero__benefits li + li {
  border-left: 1px solid var(--mis-line);
}

.mis-benefit-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin: 0 auto 10px;
  place-items: center;
  border: 1px solid #d7e7da;
  border-radius: 50%;
  background: rgba(232, 242, 234, .82);
}

.mis-benefit-icon img {
  width: 23px;
  height: 23px;
}

.mis-hero__art {
  position: relative;
  z-index: 1;
  min-height: 640px;
}

.mis-hero__art::before {
  content: "";
  position: absolute;
  top: 5%;
  right: 1%;
  width: min(620px, 86%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(225, 239, 227, .78);
}

.mis-hero__art .mis-dot-field {
  top: 0;
  right: 4%;
}

.mis-hero__image {
  position: absolute;
  z-index: 2;
  right: -3%;
  bottom: 0;
  width: 105%;
  max-width: none;
  height: auto;
  filter: drop-shadow(0 26px 24px rgba(20, 43, 31, .08));
}

.mis-why {
  padding: 118px 0;
  background: var(--mis-warm);
}

.mis-why__grid {
  display: grid;
  grid-template-columns: minmax(520px, .96fr) minmax(0, 1.04fr);
  gap: 92px;
  align-items: center;
}

.mis-why__visual {
  position: relative;
  min-height: 660px;
}

.mis-why__orbit {
  position: absolute;
  z-index: 0;
  left: 4%;
  bottom: 2%;
  width: 620px;
  max-width: 94%;
  aspect-ratio: 1;
  border: 84px solid rgba(216, 235, 221, .9);
  border-right-color: transparent;
  border-bottom-color: rgba(233, 244, 235, .7);
  border-radius: 50%;
  transform: rotate(-12deg);
}

.mis-why__path {
  position: absolute;
  z-index: 1;
  inset: 6% 4% 10% 1%;
  width: 94%;
  height: 84%;
  overflow: visible;
}

.mis-why__subject {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  width: min(850px, 126%);
  max-width: none;
  height: auto;
  transform: translateX(-50%);
  filter: drop-shadow(0 26px 18px rgba(12, 54, 39, .11));
}

.mis-float-icon {
  position: absolute;
  z-index: 3;
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  border: 6px solid rgba(255, 255, 255, .88);
  border-radius: 50%;
  background: var(--mis-forest);
  box-shadow: 0 14px 30px rgba(3, 71, 55, .16);
}

.mis-float-icon img {
  width: 34px;
  height: 34px;
  filter: brightness(0) invert(1);
}

.mis-float-icon--one { top: 7%; left: 7%; }
.mis-float-icon--two { top: 11%; right: 1%; width: 94px; height: 94px; }
.mis-float-icon--three { top: 42%; left: 0; }
.mis-float-icon--four { bottom: 7%; left: 8%; width: 88px; height: 88px; }

.mis-why__copy h2 {
  max-width: 740px;
  font-size: clamp(46px, 3.15vw, 57px);
  line-height: 1.04;
  letter-spacing: -.04em;
}

.mis-highlights {
  margin-top: 42px;
}

.mis-highlight {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 22px;
  position: relative;
  padding-bottom: 32px;
}

.mis-highlight:last-child {
  padding-bottom: 0;
}

.mis-highlight__icon {
  position: relative;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: var(--mis-mint);
}

.mis-highlight__icon img {
  width: 29px;
  height: 29px;
}

.mis-highlight:not(:last-child) .mis-highlight__icon::after {
  content: "";
  position: absolute;
  top: 68px;
  left: 50%;
  width: 1px;
  height: calc(100% - 30px);
  background: var(--mis-line);
}

.mis-highlight h3 {
  margin-bottom: 7px;
  color: var(--mis-forest);
  font-size: 21px;
  line-height: 1.28;
}

.mis-highlight p {
  max-width: 720px;
  color: #344139;
  font-size: 17px;
  line-height: 1.55;
}

.mis-process {
  scroll-margin-top: 90px;
  padding: 112px 0 100px;
  background: linear-gradient(180deg, #f8faf7 0%, #fff 100%);
}

.mis-process__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 64px minmax(0, 1fr) 64px minmax(0, 1fr);
  align-items: center;
}

.mis-process-card,
.mis-benefit-card {
  position: relative;
  background: #fff;
  border: 1px solid #dce5dc;
  box-shadow: 0 20px 38px -28px rgba(18, 45, 31, .42);
}

.mis-process-card {
  min-height: 520px;
  padding: 34px 38px 38px;
  border-radius: 18px;
}

.mis-card-icon {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border-radius: 50%;
  background: var(--mis-mint);
}

.mis-card-icon img {
  width: 38px;
  height: 38px;
}

.mis-card-number {
  display: grid;
  width: 40px;
  height: 40px;
  margin-top: 18px;
  place-items: center;
  border-radius: 50%;
  background: var(--mis-forest);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.mis-process-card h3,
.mis-benefit-card h3 {
  position: relative;
  margin-top: 20px;
  padding-bottom: 21px;
  font-size: 26px;
  line-height: 1.16;
  letter-spacing: -.025em;
}

.mis-process-card h3::after,
.mis-benefit-card h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 3px;
  border-radius: 9px;
  background: var(--mis-green);
}

.mis-process-card p,
.mis-benefit-card p {
  margin-top: 24px;
  color: #344139;
  font-size: 16.5px;
  line-height: 1.55;
}

.mis-connector {
  position: relative;
  z-index: 3;
  width: 100%;
  border-top: 3px dotted var(--mis-green);
}

.mis-connector::after {
  content: "";
  position: absolute;
  top: -7px;
  right: -1px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid var(--mis-green);
}

.mis-trust-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 28px;
  padding: 22px 28px;
  border: 1px solid #e1e9e1;
  border-radius: 14px;
  background: linear-gradient(90deg, #f5f8f5, #fbfcfb, #f5f8f5);
}

.mis-trust-strip__icon {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 50%;
  background: var(--mis-forest);
}

.mis-trust-strip__icon img {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
}

.mis-trust-strip div {
  padding-left: 24px;
  border-left: 1px solid var(--mis-line);
}

.mis-trust-strip strong {
  display: block;
  color: var(--mis-forest);
  font-size: 18px;
}

.mis-trust-strip p {
  margin-top: 2px;
  color: #4c5a51;
  font-size: 17px;
}

.mis-benefits {
  padding: 112px 0 118px;
  background: #fff;
}

.mis-benefits .mis-dot-field--one { top: 10%; left: 3%; }
.mis-benefits .mis-dot-field--two { right: 4%; bottom: 8%; }

.mis-benefits__arc {
  position: absolute;
  top: -165px;
  right: -165px;
  width: 350px;
  height: 350px;
  border: 54px solid rgba(230, 237, 230, .55);
  border-radius: 50%;
}

.mis-benefits__shape {
  position: absolute;
  left: -180px;
  bottom: -145px;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: rgba(238, 244, 238, .72);
}

.mis-benefits__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px;
  max-width: 1260px;
  margin: 0 auto;
}

.mis-benefit-card {
  min-height: 522px;
  padding: 34px 40px 44px;
  border-radius: 16px;
}

.mis-benefit-card::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  left: -1px;
  height: 8px;
  border-radius: 0 0 16px 16px;
  background: var(--mis-forest);
}

.mis-benefit-card .mis-card-icon {
  margin: 0 auto;
}

.mis-benefit-card .mis-card-number {
  margin-top: 16px;
}

.mis-consultation {
  padding: 98px 0;
  background: linear-gradient(180deg, #eef3ee 0%, #f7faf6 100%);
}

.mis-consultation__card {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr);
  gap: 38px;
  position: relative;
  align-items: center;
  min-height: 590px;
  padding: 66px 70px;
  overflow: hidden;
  border: 1px solid #d8e2d8;
  border-radius: 28px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 28px 65px -44px rgba(10, 42, 27, .42);
}

.mis-consultation__copy {
  position: relative;
  z-index: 4;
}

.mis-consultation__heading {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.mis-consultation__heading > div {
  min-width: 0;
}

.mis-consultation__chat {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border: 5px solid #fff;
  border-radius: 50%;
  background: var(--mis-mint);
  box-shadow: 0 8px 20px rgba(12, 61, 43, .13);
}

.mis-consultation__chat img {
  width: 34px;
  height: 34px;
}

.mis-consultation h2 {
  max-width: 610px;
  font-size: clamp(43px, 2.8vw, 52px);
  line-height: 1.03;
  letter-spacing: -.04em;
}

.mis-consultation h2 .mis-accent {
  display: block;
}

.mis-consultation__copy > p {
  max-width: 650px;
  margin-top: 34px;
  color: #45534a;
  font-size: 20px;
  line-height: 1.65;
}

.mis-consultation__copy .pill {
  min-height: 56px;
  margin-top: 34px;
}

.mis-consultation__copy .pill > img {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1);
}

.mis-consultation__visual {
  position: relative;
  align-self: stretch;
  min-height: 430px;
}

.mis-consultation__halo {
  position: absolute;
  z-index: 0;
  top: 2%;
  right: 2%;
  width: 78%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(224, 239, 227, .84);
}

.mis-consultation__path {
  position: absolute;
  z-index: 1;
  top: 5%;
  right: 0;
  width: 86%;
  height: 54%;
  overflow: visible;
}

.mis-consultation__expert {
  position: absolute;
  z-index: 2;
  right: -6%;
  bottom: -6%;
  width: 112%;
  max-width: none;
  height: auto;
}

.mis-chat-symbol {
  position: absolute;
  z-index: 3;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid #cfdcd0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 9px 20px rgba(15, 51, 34, .1);
}

.mis-chat-symbol img {
  width: 27px;
  height: 27px;
}

.mis-chat-symbol--one { top: 5%; left: 12%; }
.mis-chat-symbol--two { top: 26%; left: 3%; }
.mis-chat-symbol--three { top: 8%; right: 1%; }
.mis-chat-symbol--four {
  top: 29%;
  right: -2%;
  border: 0;
  background: var(--mis-forest);
}
.mis-chat-symbol--four img { filter: brightness(0) invert(1); }

@media (max-width: 1260px) {
  .mis-redesign .container { padding-inline: 34px; }
  .mis-hero__grid { grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr); }
  .mis-hero__art { min-height: 540px; }
  .mis-why__grid { grid-template-columns: minmax(430px, .9fr) minmax(0, 1.1fr); gap: 54px; }
  .mis-why__visual { min-height: 570px; }
  .mis-process__grid { grid-template-columns: minmax(0, 1fr) 38px minmax(0, 1fr) 38px minmax(0, 1fr); }
  .mis-process-card { min-height: 560px; padding-inline: 30px; }
  .mis-benefits__grid { gap: 24px; }
  .mis-benefit-card { padding-inline: 30px; }
  .mis-consultation__card { padding: 52px 48px; }
}

@media (max-width: 1024px) {
  .mis-redesign .container { padding-inline: 28px; }
  .mis-hero { min-height: 0; padding-top: 42px; }
  .mis-hero__grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .mis-hero h1 { font-size: clamp(46px, 5.4vw, 58px); }
  .mis-hero__benefits { grid-template-columns: repeat(2, 1fr); gap: 18px 0; }
  .mis-hero__benefits li:nth-child(3) { border-left: 0; }
  .mis-hero__art { min-height: 490px; }
  .mis-hero__image { width: 116%; right: -11%; }
  .mis-why { padding-block: 92px; }
  .mis-why__grid { grid-template-columns: .9fr 1.1fr; gap: 34px; }
  .mis-why__visual { min-height: 490px; }
  .mis-why__subject { width: min(700px, 122%); }
  .mis-float-icon { width: 64px; height: 64px; border-width: 4px; }
  .mis-float-icon--two,
  .mis-float-icon--four { width: 70px; height: 70px; }
  .mis-float-icon img { width: 28px; height: 28px; }
  .mis-why__copy h2 { font-size: 46px; }
  .mis-highlight { grid-template-columns: 54px 1fr; gap: 16px; }
  .mis-highlight__icon { width: 50px; height: 50px; }
  .mis-process__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
  .mis-process-card { min-height: 0; }
  .mis-process-card:last-child { grid-column: 1 / -1; }
  .mis-connector { display: none; }
  .mis-benefits__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mis-benefit-card:last-child { grid-column: 1 / -1; min-height: 0; }
  .mis-consultation__card { grid-template-columns: 1fr 1fr; padding: 46px 36px; }
  .mis-consultation__heading { grid-template-columns: 58px 1fr; gap: 18px; }
  .mis-consultation__chat { width: 58px; height: 58px; }
  .mis-consultation h2 { font-size: 44px; }
  .mis-consultation__expert { width: 125%; right: -15%; }
}

@media (max-width: 768px) {
  .mis-redesign .container { padding-inline: 24px; }
  .mis-section-head { margin-bottom: 38px; }
  .mis-section-head h2 { font-size: 42px; }
  .mis-hero { padding-top: 30px; }
  .mis-hero .crumbs { margin-bottom: 26px; }
  .mis-hero__grid,
  .mis-why__grid,
  .mis-consultation__card { grid-template-columns: 1fr; }
  .mis-hero h1 { max-width: 16ch; font-size: 54px; }
  .mis-hero__art { min-height: 520px; }
  .mis-hero__image { width: 100%; right: 0; }
  .mis-why__copy { order: 1; }
  .mis-why__visual { order: 2; min-height: 620px; }
  .mis-why__subject { width: min(850px, 124%); }
  .mis-process,
  .mis-benefits { padding-block: 84px; }
  .mis-process__grid,
  .mis-benefits__grid { grid-template-columns: 1fr; }
  .mis-process-card:last-child,
  .mis-benefit-card:last-child { grid-column: auto; }
  .mis-process-card,
  .mis-benefit-card { min-height: 0; }
  .mis-consultation { padding-block: 66px; }
  .mis-consultation__card { padding: 44px 34px 20px; }
  .mis-consultation__visual { min-height: 490px; }
  .mis-consultation__expert { width: 110%; right: -5%; }
}

@media (max-width: 520px) {
  .mis-redesign .container { padding-inline: 20px; }
  .mis-eyebrow { gap: 10px; font-size: 12px; }
  .mis-eyebrow::before,
  .mis-eyebrow::after { width: 30px; }
  .mis-section-head h2 { font-size: 36px; }
  .mis-section-head > p { font-size: 17px; }
  .mis-hero h1 { font-size: 43px; }
  .mis-hero-line,
  .mis-heading-line { display: inline; }
  .mis-hero-line + .mis-hero-line::before,
  .mis-heading-line + .mis-heading-line::before { content: " "; }
  .mis-hero__body { font-size: 17px; }
  .mis-hero .hero-cta { display: grid; }
  .mis-hero .pill { justify-content: center; width: 100%; }
  .mis-hero__benefits { margin-top: 30px; }
  .mis-hero__benefits li { padding-inline: 10px; font-size: 12px; }
  .mis-benefit-icon { width: 42px; height: 42px; }
  .mis-hero__art { min-height: 360px; }
  .mis-hero__image { width: 116%; right: -8%; }
  .mis-hero__art::before { width: 95%; }
  .mis-dot-field { display: none; }
  .mis-why { padding-block: 72px; }
  .mis-why__copy h2 { font-size: 39px; }
  .mis-highlights { margin-top: 34px; }
  .mis-highlight { grid-template-columns: 48px 1fr; gap: 14px; }
  .mis-highlight__icon { width: 46px; height: 46px; }
  .mis-highlight__icon img { width: 24px; height: 24px; }
  .mis-highlight h3 { font-size: 19px; }
  .mis-highlight p { font-size: 16px; }
  .mis-why__visual { min-height: 430px; }
  .mis-why__subject { width: 128%; }
  .mis-why__orbit { border-width: 48px; }
  .mis-float-icon { width: 52px; height: 52px; border-width: 3px; }
  .mis-float-icon--two,
  .mis-float-icon--four { width: 58px; height: 58px; }
  .mis-float-icon img { width: 22px; height: 22px; }
  .mis-process-card,
  .mis-benefit-card { padding: 28px 26px 34px; }
  .mis-card-icon { width: 64px; height: 64px; }
  .mis-process-card h3,
  .mis-benefit-card h3 { font-size: 24px; }
  .mis-trust-strip { align-items: flex-start; justify-content: flex-start; gap: 16px; padding: 20px; }
  .mis-trust-strip__icon { width: 50px; height: 50px; flex: none; }
  .mis-trust-strip div { padding-left: 16px; }
  .mis-consultation__card { padding: 34px 24px 10px; border-radius: 20px; }
  .mis-consultation__heading { grid-template-columns: 1fr; }
  .mis-consultation h2 { font-size: 38px; }
  .mis-consultation__copy > p { margin-top: 26px; font-size: 17px; }
  .mis-consultation__copy .pill { width: 100%; justify-content: center; }
  .mis-consultation__visual { min-height: 350px; }
  .mis-consultation__expert { width: 118%; right: -9%; }
  .mis-chat-symbol { width: 48px; height: 48px; }
  .mis-chat-symbol img { width: 22px; height: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .mis-redesign * { scroll-behavior: auto; }
}
