

/* Start:/local/mir-rose/info/info-landing-v5.css?178682493113447*/
.mr-info-landing {
  --mr-info-green: #0aa360;
  --mr-info-green-dark: #078b52;
  --mr-info-pink: #e8427f;
  --mr-info-ink: #202522;
  --mr-info-muted: #727873;
  color: var(--mr-info-ink);
  padding-bottom: 4px;
}

.left_block .sidebar {
  padding: 15px 12px 13px;
  overflow: hidden;
  background: linear-gradient(155deg, #fff8fb 0%, #fff 52%, #f1faf5 100%);
  border: 1px solid #efdfe6;
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(66, 43, 55, .08);
}

.left_block .sidebar::before {
  display: block;
  margin: 2px 9px 11px;
  color: #878087;
  content: "Разделы информации";
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.left_block .side-menu > li {
  margin: 3px 0;
}

.left_block .side-menu > li > .submenu-wrapper {
  display: none !important;
}

.left_block .side-menu > li > span > a,
.left_block .side-menu > li > a {
  min-height: 42px;
  padding: 10px 11px !important;
  color: #3d403e;
  border-radius: 11px !important;
  font-size: 13px;
  line-height: 1.32;
}

.left_block .side-menu > li > span > a::before,
.left_block .side-menu > li > a::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 9px 2px 0;
  content: "";
  background: #ef9ab7;
  border-radius: 50%;
}

.left_block .side-menu > li.active > span > a,
.left_block .side-menu > li.active > a {
  color: #fff !important;
  background: linear-gradient(135deg, #0aa360 0%, #2abb75 100%) !important;
  box-shadow: 0 8px 17px rgba(10, 163, 96, .2);
}

.left_block .side-menu > li.active > span > a::before,
.left_block .side-menu > li.active > a::before {
  background: #fff;
}

.mr-info-landing *,
.mr-info-landing *::before,
.mr-info-landing *::after {
  box-sizing: border-box;
}

.mr-info-landing a {
  text-decoration: none;
}

.mr-info-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  min-height: 410px;
  overflow: hidden;
  background: linear-gradient(124deg, #fffaf7 0%, #fff4f8 56%, #eefaf4 100%);
  border: 1px solid #f2dfe6;
  border-radius: 28px;
  box-shadow: 0 16px 40px rgba(50, 72, 59, .08);
}

.mr-info-hero::before {
  position: absolute;
  top: -90px;
  left: -80px;
  width: 260px;
  height: 260px;
  content: "";
  background: radial-gradient(circle, rgba(247, 182, 201, .18), rgba(247, 182, 201, 0) 70%);
}

.mr-info-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px clamp(38px, 5vw, 72px);
}

.mr-info-eyebrow {
  margin: 0 0 12px;
  color: var(--mr-info-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mr-info-hero h2,
.mr-info-section-title h2,
.mr-info-help h2 {
  margin: 0;
  color: var(--mr-info-ink);
  letter-spacing: -.025em;
}

.mr-info-hero h2 {
  max-width: 590px;
  font-size: clamp(31px, 3.2vw, 46px);
  line-height: 1.08;
}

.mr-info-hero__lead {
  max-width: 570px;
  margin: 22px 0 25px;
  color: #606661;
  font-size: 17px;
  line-height: 1.65;
}

.mr-info-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.mr-info-chips span {
  padding: 9px 13px;
  color: #4c554f;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(10, 163, 96, .16);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.mr-info-hero__visual {
  position: relative;
  display: grid;
  min-width: 0;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 19%, rgba(255, 255, 255, .92) 0 7%, transparent 7.5%),
    radial-gradient(circle at 30% 79%, rgba(255, 255, 255, .76) 0 6%, transparent 6.5%),
    linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(224, 247, 234, .56));
}

.mr-info-hero__visual::before {
  position: absolute;
  inset: 9% 8% 8% 4%;
  content: "";
  background: rgba(255, 255, 255, .46);
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 48% 52% 45% 55% / 57% 44% 56% 43%;
  box-shadow: 0 22px 60px rgba(71, 112, 87, .12);
  transform: rotate(-4deg);
}

.mr-info-hero__halo {
  position: absolute;
  width: 72%;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(243, 171, 198, .26), rgba(243, 171, 198, 0) 68%);
  border-radius: 50%;
}

.mr-info-bouquet {
  position: relative;
  z-index: 1;
  width: min(96%, 520px);
  height: auto;
  overflow: visible;
  filter: drop-shadow(0 22px 18px rgba(57, 83, 66, .12));
}

.mr-info-bouquet__sparkles {
  fill: #fff;
  opacity: .92;
}

.mr-info-bouquet__stems {
  stroke: #1d8d59;
  stroke-linecap: round;
  stroke-width: 8;
}

.mr-info-bouquet__leaves {
  opacity: .95;
}

.mr-info-bouquet__flower {
  stroke: rgba(255, 255, 255, .66);
  stroke-width: 2;
}

.mr-info-bouquet__flower--rose { fill: #ec5d8f; }
.mr-info-bouquet__flower--pink { fill: #f38caf; }
.mr-info-bouquet__flower--peach { fill: #f5a98f; }
.mr-info-bouquet__flower--lilac { fill: #c89ee8; }

.mr-info-bouquet__flower .mr-info-bouquet__center {
  fill: rgba(255, 255, 255, .2);
  stroke: rgba(255, 255, 255, .75);
  stroke-width: 5;
}

.mr-info-bouquet__wrap {
  stroke: rgba(227, 173, 194, .58);
  stroke-width: 2;
}

.mr-info-bouquet__ribbon {
  fill: #e94d86;
  opacity: .86;
}

.mr-info-documents {
  padding: 62px 0 58px;
}

.mr-info-section-title {
  margin-bottom: 30px;
}

.mr-info-section-title h2 {
  font-size: clamp(28px, 3vw, 38px);
}

.mr-info-section-title > p:last-child {
  margin: 12px 0 0;
  color: var(--mr-info-muted);
  line-height: 1.55;
}

.mr-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.mr-info-card {
  position: relative;
  display: grid;
  grid-column: auto;
  grid-template-columns: 58px minmax(0, 1fr) 26px;
  align-items: center;
  min-height: 154px;
  padding: 24px;
  overflow: hidden;
  color: var(--mr-info-ink);
  border: 1px solid transparent;
  border-radius: 20px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.mr-info-card:last-child {
  grid-column: 1 / -1;
}

.mr-info-card::after {
  position: absolute;
  right: -34px;
  bottom: -40px;
  width: 110px;
  height: 110px;
  content: "";
  border: 18px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
}

.mr-info-card:hover {
  z-index: 1;
  color: var(--mr-info-ink);
  transform: translateY(-4px);
  border-color: rgba(10, 163, 96, .22);
  box-shadow: 0 18px 34px rgba(48, 70, 57, .1);
}

.mr-info-card:focus-visible,
.mr-info-button:focus-visible {
  outline: 3px solid var(--mr-info-green-dark) !important;
  outline-offset: 3px;
}

.mr-info-card--pink { background: #fff1f5; }
.mr-info-card--green { background: #eef9f3; }
.mr-info-card--cream { background: #fff7e9; }
.mr-info-card--lilac { background: #f7f1ff; }
.mr-info-card--blue { background: #edf8fb; }
.mr-info-card--peach { background: #fff1ea; }
.mr-info-card--rose { background: #fff0f5; }

.mr-info-card__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--mr-info-green);
  background: rgba(255, 255, 255, .84);
  border-radius: 15px;
  box-shadow: 0 7px 18px rgba(47, 80, 61, .07);
}

.mr-info-card__icon svg {
  width: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mr-info-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding-right: 8px;
}

.mr-info-card__content strong {
  color: var(--mr-info-ink);
  font-size: 16px;
  line-height: 1.35;
}

.mr-info-card__content small {
  margin-top: 8px;
  color: #6d736e;
  font-size: 12px;
  line-height: 1.45;
}

.mr-info-card__arrow {
  position: relative;
  z-index: 1;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: var(--mr-info-green);
  background: rgba(255, 255, 255, .78);
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
}

.mr-info-help {
  position: relative;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin-bottom: 76px;
  padding: 34px 40px;
  overflow: hidden;
  background: #f2faf5;
  border: 1px solid #dcefe4;
  border-radius: 24px;
}

.mr-info-help::after {
  position: absolute;
  top: -70px;
  right: 19%;
  width: 180px;
  height: 180px;
  content: "";
  border: 35px solid rgba(255, 255, 255, .52);
  border-radius: 50%;
}

.mr-info-help__flower {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  color: #e88fac;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 12px 24px rgba(51, 88, 66, .08);
  font-size: 34px;
}

.mr-info-help h2 {
  font-size: 28px;
}

.mr-info-help__copy > p:last-child {
  margin: 8px 0 0;
  color: var(--mr-info-muted);
}

.mr-info-help__actions {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 10px;
}

.mr-info-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid var(--mr-info-green);
  border-radius: 11px;
  font-size: 13px;
  font-weight: 700;
}

.mr-info-button--primary {
  color: #fff;
  background: var(--mr-info-green);
}

.mr-info-button--primary:hover {
  color: #fff;
  background: var(--mr-info-green-dark);
}

.mr-info-button--light {
  color: var(--mr-info-green);
  background: #fff;
}

.mr-info-button--light:hover {
  color: var(--mr-info-green-dark);
  background: #f9fffb;
}

@media (max-width: 1050px) {
  .mr-info-hero {
    grid-template-columns: 1fr .82fr;
  }

  .mr-info-help {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .mr-info-help__actions {
    grid-column: 2;
  }
}

@media (max-width: 991px) {
  body .left_block {
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 20px !important;
  }

  body .right_block {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  body .container > .row > .maxwidth-theme > .content-md > .left_block > .sticky-block.sticky-block--show-N {
    display: block !important;
    position: static !important;
    top: auto !important;
    width: 100% !important;
    transform: none !important;
  }

  .left_block .sidebar {
    padding: 9px;
    overflow-x: auto;
    border-radius: 15px;
    scrollbar-width: thin;
  }

  .left_block .sidebar::before {
    display: none;
  }

  .left_block .side-menu {
    display: flex !important;
    min-width: max-content;
    flex-flow: row nowrap !important;
    gap: 7px;
    margin: 0 !important;
  }

  .left_block .side-menu > li {
    flex: 0 0 auto !important;
    margin: 0 !important;
  }

  .left_block .side-menu > li > span > a,
  .left_block .side-menu > li > a {
    min-height: 38px;
    padding: 9px 12px !important;
    white-space: nowrap;
  }

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

  .mr-info-card,
  .mr-info-card:last-child {
    grid-column: auto;
  }

  .mr-info-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 8px);
    justify-self: center;
  }
}

@media (max-width: 767px) {
  .mr-info-landing {
    padding-bottom: 82px;
  }

  .mr-info-hero {
    display: flex;
    min-height: 0;
    flex-direction: column;
    border-radius: 22px;
  }

  .mr-info-hero__copy {
    padding: 30px 24px 28px;
  }

  .mr-info-hero h2 {
    font-size: 30px;
  }

  .mr-info-hero__lead {
    margin: 16px 0 20px;
    font-size: 14px;
    line-height: 1.58;
  }

  .mr-info-chips span {
    padding: 7px 10px;
    font-size: 10px;
  }

  .mr-info-hero__visual {
    height: 250px;
  }

  .mr-info-hero__visual::before {
    inset: 4% 8% 5%;
  }

  .mr-info-bouquet {
    width: min(96%, 420px);
  }

  .mr-info-documents {
    padding: 50px 0 46px;
  }

  .mr-info-section-title {
    margin-bottom: 22px;
  }

  .mr-info-section-title h2 {
    font-size: 28px;
  }

  .mr-info-section-title > p:last-child {
    font-size: 13px;
  }

  .mr-info-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .mr-info-card,
  .mr-info-card:nth-child(4),
  .mr-info-card:nth-child(5),
  .mr-info-card:last-child {
    grid-column: 1;
    width: 100%;
    min-height: 132px;
    padding: 20px 18px;
    grid-template-columns: 52px minmax(0, 1fr) 25px;
    border-radius: 17px;
  }

  .mr-info-card__icon {
    width: 43px;
    height: 43px;
    border-radius: 13px;
  }

  .mr-info-card__icon svg {
    width: 24px;
  }

  .mr-info-card__content strong {
    font-size: 14px;
  }

  .mr-info-card__content small {
    font-size: 11px;
  }

  .mr-info-help {
    grid-template-columns: 52px 1fr;
    gap: 16px;
    margin-bottom: 0;
    padding: 26px 20px;
    border-radius: 20px;
  }

  .mr-info-help__flower {
    width: 52px;
    height: 52px;
    font-size: 27px;
  }

  .mr-info-help h2 {
    font-size: 23px;
  }

  .mr-info-help__copy > p:last-child {
    font-size: 13px;
    line-height: 1.5;
  }

  .mr-info-help__actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .mr-info-button {
    padding: 0 12px;
    font-size: 11px;
  }
}

@media (max-width: 430px) {
  .mr-info-hero h2 {
    font-size: 28px;
  }

  .mr-info-help__actions {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mr-info-landing *,
  .mr-info-landing *::before,
  .mr-info-landing *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* End */


/* Start:/local/mir-rose/info/info-landing-v6.css?17868313826156*/
/* Visual parity layer for /info/: align typography, colors and left navigation
   with the existing Mir Rose legal-document family while preserving the floral hub. */
.mr-info-landing {
  --mr-info-green: #1fad5a;
  --mr-info-green-dark: #178d4b;
  --mr-info-pink: #e42669;
  --mr-info-ink: #393939;
  --mr-info-muted: #555;
  color: var(--mr-info-ink);
  font-size: 16px;
  line-height: 1.72;
}

/* Use the same neutral Aspro side-menu language as the offer page. */
.left_block .sidebar {
  margin: 0 0 9px;
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.left_block .sidebar::before {
  display: none;
  content: none;
}

.left_block .side-menu > li {
  margin: 0;
}

.left_block .side-menu > li > span > a,
.left_block .side-menu > li > a {
  min-height: auto;
  padding: 4px 8px !important;
  color: #222;
  background: transparent;
  border-radius: 8px !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.left_block .side-menu > li > span > a::before,
.left_block .side-menu > li > a::before {
  display: none;
  content: none;
}

.left_block .side-menu > li > span > a:hover,
.left_block .side-menu > li > a:hover,
.left_block .side-menu > li.active > span > a,
.left_block .side-menu > li.active > a {
  color: #222 !important;
  background: #f4f4f4 !important;
  box-shadow: none;
  font-weight: 500;
}

.mr-info-hero {
  min-height: 340px;
  background: linear-gradient(135deg, rgba(228, 38, 105, .045), rgba(31, 173, 90, .045));
  border: 1px solid rgba(228, 38, 105, .18);
  border-left: 5px solid var(--mr-info-pink);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(30, 60, 40, .055);
}

.mr-info-hero__copy {
  padding: 38px clamp(30px, 4vw, 50px);
}

.mr-info-hero h2,
.mr-info-section-title h2,
.mr-info-help h2 {
  color: #252525;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.28;
}

.mr-info-hero h2 {
  max-width: 590px;
  font-size: 26px;
}

.mr-info-hero__lead {
  max-width: 590px;
  margin: 18px 0 22px;
  color: #393939;
  font-size: 16px;
  line-height: 1.72;
}

.mr-info-eyebrow {
  color: var(--mr-info-green);
  font-size: 12px;
}

.mr-info-chips span {
  padding: 8px 12px;
  color: #414141;
  background: rgba(255, 255, 255, .86);
  border-color: rgba(31, 173, 90, .18);
  font-size: 12px;
}

.mr-info-hero__visual {
  background:
    radial-gradient(circle at 74% 19%, rgba(255, 255, 255, .92) 0 7%, transparent 7.5%),
    radial-gradient(circle at 30% 79%, rgba(255, 255, 255, .76) 0 6%, transparent 6.5%),
    linear-gradient(145deg, rgba(255, 255, 255, .2), rgba(31, 173, 90, .09));
}

.mr-info-documents {
  padding: 52px 0 50px;
}

.mr-info-section-title {
  margin-bottom: 26px;
}

.mr-info-section-title h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 0 12px;
  border-bottom: 2px solid rgba(31, 173, 90, .22);
  font-size: 26px;
}

.mr-info-section-title h2::before {
  width: 5px;
  height: 28px;
  flex: 0 0 5px;
  content: "";
  background: linear-gradient(180deg, var(--mr-info-green), var(--mr-info-pink));
  border-radius: 999px;
}

.mr-info-section-title > p:last-child {
  margin-top: 14px;
  color: #393939;
  font-size: 16px;
  line-height: 1.72;
}

.mr-info-card {
  min-height: 150px;
  border-color: rgba(31, 173, 90, .14);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(30, 60, 40, .045);
}

.mr-info-card:hover {
  border-color: rgba(31, 173, 90, .24);
  box-shadow: 0 10px 28px rgba(30, 60, 40, .075);
  transform: translateY(-2px);
}

.mr-info-card__content strong {
  color: #303030;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.mr-info-card__content small {
  margin-top: 7px;
  color: #414141;
  font-size: 16px;
  line-height: 1.55;
}

.mr-info-card__icon {
  color: var(--mr-info-green);
}

.mr-info-card__arrow {
  color: var(--mr-info-green);
}

.mr-info-help {
  margin-bottom: 64px;
  background: linear-gradient(135deg, rgba(31, 173, 90, .055), rgba(228, 38, 105, .035));
  border-color: rgba(31, 173, 90, .18);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(30, 60, 40, .055);
}

.mr-info-help h2 {
  font-size: 26px;
}

.mr-info-help__copy > p:last-child {
  color: #393939;
  font-size: 16px;
  line-height: 1.72;
}

.mr-info-button {
  border-radius: 9px;
  font-size: 14px;
}

@media (max-width: 991px) {
  body .container > .row > .maxwidth-theme > .content-md {
    display: flex !important;
    flex-direction: column !important;
  }

  body .content-md > .left_block {
    order: -1;
  }

  body .content-md > .right_block {
    order: 0;
  }

  .left_block .sidebar {
    margin-bottom: 0;
    padding: 0 0 12px;
    overflow-x: auto;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 0;
    box-shadow: none;
  }

  .left_block .side-menu > li > span > a,
  .left_block .side-menu > li > a {
    min-height: auto;
    padding: 8px 10px !important;
    border: 1px solid #e7e7e7;
    border-radius: 8px !important;
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .mr-info-landing {
    font-size: 15.5px;
    line-height: 1.66;
  }

  .mr-info-hero {
    border-left-width: 4px;
    border-radius: 12px;
  }

  .mr-info-hero__copy {
    padding: 26px 22px 24px;
  }

  .mr-info-hero h2,
  .mr-info-section-title h2,
  .mr-info-help h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .mr-info-hero__lead,
  .mr-info-section-title > p:last-child,
  .mr-info-help__copy > p:last-child {
    font-size: 15.5px;
    line-height: 1.66;
  }

  .mr-info-section-title h2 {
    gap: 10px;
    padding-bottom: 10px;
  }

  .mr-info-section-title h2::before {
    width: 4px;
    height: 24px;
    flex-basis: 4px;
  }

  .mr-info-card,
  .mr-info-card:nth-child(4),
  .mr-info-card:nth-child(5),
  .mr-info-card:last-child {
    min-height: 140px;
    border-radius: 12px;
  }

  .mr-info-card__content strong {
    font-size: 17px;
    line-height: 1.4;
  }

  .mr-info-card__content small {
    font-size: 15px;
    line-height: 1.5;
  }

  .mr-info-help {
    border-radius: 12px;
  }

  .mr-info-button {
    font-size: 13px;
  }
}

/* End */


/* Start:/local/mir-rose/care/care-rules-v1.css?178681711510121*/
.mr-care {
  --mr-care-green: #0aa360;
  --mr-care-green-dark: #078b52;
  --mr-care-pink: #e42669;
  --mr-care-ink: #202522;
  --mr-care-muted: #6f7771;
  --mr-care-radius: 28px;
  min-width: 0;
  padding-bottom: 76px;
  color: var(--mr-care-ink);
}

.mr-care *,
.mr-care *::before,
.mr-care *::after {
  box-sizing: border-box;
}

.mr-care a { text-decoration: none; }
.mr-care h2 { margin: 0; color: var(--mr-care-ink); letter-spacing: -.027em; }
.mr-care-eyebrow { margin: 0 0 12px; color: var(--mr-care-green); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.mr-care-hero { position: relative; display: grid; grid-template-columns: 1.04fr .96fr; min-height: 430px; overflow: hidden; border: 1px solid #f0dfe6; border-radius: var(--mr-care-radius); background: linear-gradient(120deg,#fffaf5 0%,#fff1f6 55%,#effaf4 100%); box-shadow: 0 18px 44px rgba(50,72,59,.09); }
.mr-care-hero::before { position: absolute; top: -100px; left: -80px; width: 280px; height: 280px; content: ""; border: 55px solid rgba(255,255,255,.5); border-radius: 50%; }
.mr-care-hero__copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 58px clamp(38px,5vw,72px); }
.mr-care-hero h2 { max-width: 600px; font-size: clamp(36px,4vw,54px); line-height: 1.06; }
.mr-care-hero__lead { max-width: 570px; margin: 22px 0 26px; color: #5f6661; font-size: 17px; line-height: 1.65; }
.mr-care-chips { display: flex; flex-wrap: wrap; gap: 9px; }
.mr-care-chips span { padding: 9px 13px; color: #48524c; border: 1px solid rgba(10,163,96,.17); border-radius: 999px; background: rgba(255,255,255,.82); font-size: 12px; font-weight: 750; }
.mr-care-hero__visual { position: relative; min-width: 0; overflow: hidden; }
.mr-care-hero__visual::after { position: absolute; inset: 0 auto 0 0; width: 28%; content: ""; background: linear-gradient(90deg,#fff3f6,rgba(255,243,246,0)); }
.mr-care-hero__visual img { width: 100%; height: 100%; object-fit: cover; object-position: left center; transform: scale(1.27); transform-origin: left center; filter: saturate(1.08) contrast(1.02); }
.mr-care-hero__badge { position: absolute; right: 24px; bottom: 24px; z-index: 2; display: flex; max-width: 230px; align-items: center; gap: 9px; padding: 13px 15px; color: #3f4842; border: 1px solid rgba(255,255,255,.86); border-radius: 16px; background: rgba(255,255,255,.9); box-shadow: 0 14px 30px rgba(45,68,54,.12); font-size: 12px; font-weight: 800; backdrop-filter: blur(8px); }
.mr-care-hero__badge span { color: var(--mr-care-pink); font-size: 24px; }

.mr-care-steps { padding: 78px 0 70px; }
.mr-care-title { max-width: 720px; margin-bottom: 30px; }
.mr-care-title h2 { font-size: clamp(30px,3.2vw,42px); }
.mr-care-title > p:last-child { margin: 13px 0 0; color: var(--mr-care-muted); line-height: 1.6; }
.mr-care-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.mr-care-card { position: relative; min-height: 252px; padding: 25px; overflow: hidden; border: 1px solid transparent; border-radius: 22px; transition: transform .18s ease,box-shadow .18s ease; }
.mr-care-card::after { position: absolute; right: -44px; bottom: -48px; width: 132px; height: 132px; content: ""; border: 21px solid rgba(255,255,255,.5); border-radius: 50%; }
.mr-care-card:hover { transform: translateY(-4px); box-shadow: 0 18px 34px rgba(48,70,57,.1); }
.mr-care-card--pink { background:#fff0f5; }
.mr-care-card--green { background:#edf9f2; }
.mr-care-card--cream { background:#fff7e7; }
.mr-care-card--blue { background:#edf8fb; }
.mr-care-card--lilac { background:#f7f0ff; }
.mr-care-card--peach { background:#fff2eb; }
.mr-care-card__top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; }
.mr-care-card__icon { display: grid; width: 50px; height: 50px; place-items: center; color: var(--mr-care-green-dark); border-radius: 16px; background: rgba(255,255,255,.86); box-shadow: 0 8px 20px rgba(47,80,61,.08); font-size: 24px; }
.mr-care-card__number { color: rgba(32,37,34,.22); font-size: 21px; font-weight: 900; }
.mr-care-card h3 { position: relative; z-index: 1; margin: 24px 0 11px; color: var(--mr-care-ink); font-size: 19px; line-height: 1.3; }
.mr-care-card p { position: relative; z-index: 1; margin: 0; color: #606862; font-size: 15px; line-height: 1.6; }

.mr-care-sponge { position: relative; display: grid; grid-template-columns: 72px minmax(0,1fr) 250px; align-items: center; gap: 26px; margin-bottom: 18px; padding: 38px 40px; overflow: hidden; border: 1px solid #dfeee5; border-radius: 26px; background: linear-gradient(125deg,#eefaf4,#fff7ee); }
.mr-care-sponge::after { position: absolute; top: -85px; right: 23%; width: 200px; height: 200px; content: ""; border: 38px solid rgba(255,255,255,.52); border-radius: 50%; }
.mr-care-sponge__flower { display: grid; width: 68px; height: 68px; place-items: center; color: var(--mr-care-pink); border-radius: 50%; background: #fff; box-shadow: 0 12px 24px rgba(51,88,66,.08); font-size: 34px; }
.mr-care-sponge__copy { position: relative; z-index: 1; }
.mr-care-sponge h2 { font-size: 28px; line-height: 1.2; }
.mr-care-sponge__copy > p:last-child { margin: 11px 0 0; color: var(--mr-care-muted); font-size: 15px; line-height: 1.6; }
.mr-care-sponge__tip { position: relative; z-index: 1; padding: 17px 18px; border: 1px solid rgba(10,163,96,.13); border-radius: 17px; background: rgba(255,255,255,.82); }
.mr-care-sponge__tip strong,
.mr-care-sponge__tip span { display: block; }
.mr-care-sponge__tip strong { margin-bottom: 6px; color: var(--mr-care-green-dark); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.mr-care-sponge__tip span { color: #687069; font-size: 14px; line-height: 1.55; }

.mr-care-reminder { display: grid; grid-template-columns: 1.1fr .9fr; gap: 38px; align-items: center; padding: 38px 40px; border: 1px solid #f0e0e7; border-radius: 26px; background: linear-gradient(130deg,#fff8fb,#f7fbf8); }
.mr-care-reminder h2 { font-size: 30px; }
.mr-care-reminder__copy > p:last-child { margin: 12px 0 0; color: var(--mr-care-muted); font-size: 15px; line-height: 1.6; }
.mr-care-mini-list { display: grid; gap: 9px; }
.mr-care-mini-list > div { display: grid; grid-template-columns: 34px 1fr; align-items: center; padding: 11px 13px; border-radius: 14px; background: #fff; box-shadow: 0 8px 22px rgba(43,69,53,.06); }
.mr-care-mini-list span { display: grid; width: 25px; height: 25px; place-items: center; color: #fff; border-radius: 50%; background: var(--mr-care-green); font-size: 13px; }
.mr-care-mini-list p,
.mr-care-mini-list strong { display: block; margin: 0; }
.mr-care-mini-list p { color: #747b76; font-size: 13px; }
.mr-care-mini-list strong { margin-bottom: 2px; color: #303632; font-size: 14px; }
.mr-care-footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 4px 0; color: #8a908b; font-size: 12px; }
.mr-care-footer a { color: var(--mr-care-green-dark); font-weight: 800; }
.mr-care a:focus-visible { outline: 3px solid var(--mr-care-green-dark) !important; outline-offset: 3px; }

/* Six-card balance on the existing /info/ landing. */
.mr-info-card--peach { background: #fff2eb; }
@media (min-width: 992px) {
  .mr-info-grid .mr-info-card:nth-child(4),
  .mr-info-grid .mr-info-card:nth-child(5),
  .mr-info-grid .mr-info-card:nth-child(6) {
    grid-column: span 2;
    width: auto;
    justify-self: stretch;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mr-info-grid .mr-info-card:last-child {
    grid-column: auto;
    width: auto;
    justify-self: stretch;
  }
}

@media (max-width: 1050px) {
  .mr-care-hero { grid-template-columns: 1.14fr .86fr; }
  .mr-care-sponge { grid-template-columns: 58px 1fr; }
  .mr-care-sponge__tip { grid-column: 2; }
}

@media (max-width: 991px) {
  .mr-care-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 767px) {
  .mr-care { padding-bottom: 82px; }
  .mr-care-hero { display: flex; min-height: 0; flex-direction: column; border-radius: 22px; }
  .mr-care-hero__copy { padding: 32px 24px 28px; }
  .mr-care-hero h2 { font-size: 32px; }
  .mr-care-hero__lead { margin: 16px 0 20px; font-size: 16px; line-height: 1.55; }
  .mr-care-chips span { padding: 7px 10px; font-size: 10px; }
  .mr-care-hero__visual { height: 260px; }
  .mr-care-hero__visual::after { inset: 0 0 auto; width: auto; height: 27%; background: linear-gradient(180deg,#fff3f6,rgba(255,243,246,0)); }
  .mr-care-hero__badge { right: 14px; bottom: 14px; max-width: 205px; padding: 10px 12px; font-size: 10px; }
  .mr-care-steps { padding: 52px 0 46px; }
  .mr-care-title { margin-bottom: 22px; }
  .mr-care-title h2 { font-size: 29px; }
  .mr-care-title > p:last-child { font-size: 15px; line-height: 1.55; }
  .mr-care-grid { grid-template-columns: 1fr; gap: 12px; }
  .mr-care-card { min-height: 0; padding: 20px; border-radius: 18px; }
  .mr-care-card__icon { width: 44px; height: 44px; border-radius: 14px; font-size: 21px; }
  .mr-care-card h3 { margin-top: 18px; font-size: 19px; line-height: 1.35; }
  .mr-care-card p { font-size: 15px; line-height: 1.55; }
  .mr-care-sponge { grid-template-columns: 48px 1fr; gap: 15px; padding: 26px 20px; border-radius: 20px; }
  .mr-care-sponge__flower { width: 48px; height: 48px; font-size: 25px; }
  .mr-care-sponge h2 { font-size: 22px; }
  .mr-care-sponge__copy > p:last-child { font-size: 15px; line-height: 1.55; }
  .mr-care-sponge__tip { grid-column: 1 / -1; }
  .mr-care-reminder { grid-template-columns: 1fr; gap: 22px; padding: 27px 21px; border-radius: 20px; }
  .mr-care-reminder h2 { font-size: 25px; }
  .mr-care-reminder__copy > p:last-child { font-size: 15px; line-height: 1.55; }
  .mr-care-footer { align-items: flex-start; flex-direction: column; padding-top: 18px; }
}

@media (max-width: 430px) {
  .mr-care-hero h2 { font-size: 29px; }
  .mr-care-hero__visual { height: 230px; }
}

@media (prefers-reduced-motion: reduce) {
  .mr-care *,
  .mr-care *::before,
  .mr-care *::after { transition: none !important; }
}

/* End */
/* /local/mir-rose/info/info-landing-v5.css?178682493113447 */
/* /local/mir-rose/info/info-landing-v6.css?17868313826156 */
/* /local/mir-rose/care/care-rules-v1.css?178681711510121 */
