/* ===================================================
   ЛюМам Landing Page — style.css
   Palette from brandbook:
   #E99CA0 — Salmon Pink (primary)
   #E7C0BB — Pale Pink
   #E3D0B6 — Cream
   #464547 — Dark Grey
   #2B2A29 — Black
   Fonts: Cormorant Garamond (display) + Nunito (body)
=================================================== */

/* =================== FONTS =================== */
@font-face {
  font-family: "Acrom";
  src: url("assets/fonts/Acrom-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Acrom";
  src: url("assets/fonts/Acrom-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Acrom";
  src: url("assets/fonts/Acrom-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Acrom ExtraBold";
  src: url("assets/fonts/Acrom-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Acrom Light";
  src: url("assets/fonts/Acrom-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Acrom Thin";
  src: url("assets/fonts/Acrom-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Appetite";
  src: url("assets/fonts/ofont.ru_Appetite.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* =================== RESET & BASE =================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --salmon: #e99ca0;
  --pale-pink: #e7c0bb;
  --cream: #e3d0b6;
  --dark-grey: #464547;
  --black: #2b2a29;
  --white: #fdfaf8;
  --white-pure: #ffffff;

  --bg: #fdf7f5;
  --bg-alt: #faf2ef;

  --font-display: "Acrom ExtraBold", "Acrom", sans-serif;
  --font-body: "Acrom", sans-serif;
  --font-light: "Acrom Light", "Acrom", sans-serif;
  --font-accent: "Appetite", cursive;

  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 4px 32px rgba(70, 69, 71, 0.1);
  --shadow-md: 0 8px 48px rgba(70, 69, 71, 0.13);

  --transition: 0.28s cubic-bezier(0.4, 0, 0.2, 1);

  --container: 1200px;
  --gap: 32px;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  position: relative;
  font-family: var(--font-body);
  color: var(--black);
  background: var(--bg);
  line-height: 1.65;
  overflow-x: hidden;
}

img,
video {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
ul {
  list-style: none;
}
button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}

/* =================== CONTAINER =================== */
.container {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 24px;
}

/* =================== SECTION CONNECTORS =================== */
.section {
  position: relative;
  overflow: visible;
}

.section > .container {
  position: relative;
  z-index: 1;
}

.section::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
}

.section::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  background-repeat: no-repeat;
}

.section--connector-mission::after,
.section--connector-solution::after,
.section--connector-quiz::after,
.section--connector-guarantee::after {
  opacity: 0.82;
}

.section--connector-mission::before,
.section--connector-solution::before,
.section--connector-quiz::before,
.section--connector-guarantee::before {
  width: 90px;
  height: 90px;
  opacity: 0.9;
  background-image:
    radial-gradient(circle at 26% 34%, rgba(233, 156, 160, 0.92) 0 5px, transparent 6px),
    radial-gradient(circle at 58% 18%, rgba(231, 192, 187, 0.95) 0 9px, transparent 10px),
    radial-gradient(circle at 70% 62%, rgba(227, 208, 182, 0.65) 0 16px, transparent 17px);
}

.section--connector-mission::after {
  width: clamp(220px, 24vw, 340px);
  height: clamp(170px, 18vw, 260px);
  right: clamp(24px, 6vw, 96px);
  bottom: -142px;
  background-image: url("assets/connector-mission.svg");
}

.section--connector-mission::before {
  width: 120px;
  height: 120px;
  right: clamp(18px, 5vw, 76px);
  bottom: -54px;
  opacity: 0.62;
  background-image:
    radial-gradient(circle at 30% 26%, rgba(233, 156, 160, 0.88) 0 5px, transparent 6px),
    radial-gradient(circle at 56% 14%, rgba(231, 192, 187, 0.9) 0 8px, transparent 9px),
    radial-gradient(circle at 74% 50%, rgba(227, 208, 182, 0.78) 0 13px, transparent 14px),
    radial-gradient(circle at 34% 72%, rgba(233, 156, 160, 0.34) 0 18px, transparent 19px);
}

.section--connector-solution::after {
  width: clamp(210px, 21vw, 290px);
  height: clamp(120px, 12vw, 170px);
  left: clamp(56px, 8vw, 124px);
  bottom: -42px;
  background-image: url("assets/connector-solution.svg");
}

.section--connector-solution::before {
  left: clamp(106px, 12vw, 188px);
  bottom: 8px;
}

.section--connector-quiz::after {
  width: clamp(190px, 19vw, 270px);
  height: clamp(110px, 11vw, 160px);
  right: clamp(58px, 9vw, 142px);
  bottom: -28px;
  background-image: url("assets/connector-quiz.svg");
}

.section--connector-quiz::before {
  right: clamp(112px, 13vw, 206px);
  bottom: 14px;
}

.section--connector-guarantee::after {
  width: clamp(220px, 22vw, 300px);
  height: clamp(126px, 13vw, 180px);
  left: clamp(62px, 9vw, 138px);
  bottom: -46px;
  background-image: url("assets/connector-guarantee.svg");
}

.section--connector-guarantee::before {
  left: clamp(114px, 14vw, 214px);
  bottom: 10px;
}

.hero__connector {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.92;
}

.hero__connector--left {
  width: clamp(170px, 15vw, 240px);
  height: clamp(94px, 9vw, 132px);
  left: clamp(18px, 7vw, 110px);
  top: 42%;
  background-image: url("assets/connector-hero-left.svg");
}

.hero__connector--right {
  width: clamp(190px, 17vw, 260px);
  height: clamp(120px, 12vw, 170px);
  right: clamp(12px, 5vw, 72px);
  top: 80%;
  background-image: url("assets/connector-hero-right.svg");
}

/* =================== TYPOGRAPHY =================== */
.section-label {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--salmon);
  margin-bottom: 12px;
  display: block;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 600;
  line-height: 1.15;
  color: var(--black);
  margin-bottom: 24px;
}

.section-title em {
  font-family: var(--font-accent);
  font-style: normal;
  font-weight: 400;
  color: var(--salmon);
}

/* =================== BUTTONS =================== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 50px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: all var(--transition);
  cursor: pointer;
  text-decoration: none;
  border: 2px solid transparent;
  white-space: nowrap;
}

.btn--primary {
  background: var(--salmon);
  color: var(--white-pure);
  border-color: var(--salmon);
}
.btn--primary:hover {
  background: #d8888c;
  border-color: #d8888c;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(233, 156, 160, 0.4);
}

.btn--outline {
  background: transparent;
  color: var(--black);
  border-color: var(--pale-pink);
}
.btn--outline:hover {
  background: var(--pale-pink);
  border-color: var(--pale-pink);
  transform: translateY(-2px);
}

/* =================== PLACEHOLDER =================== */
.placeholder__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  color: var(--pale-pink);
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.4;
  height: 100%;
}

.placeholder__inner--dark {
  color: rgba(255, 255, 255, 0.6);
}

/* =================== ANIMATIONS =================== */
[data-animate] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}
[data-animate="fade-left"] {
  transform: translateX(32px);
}
[data-animate].is-visible {
  opacity: 1;
  transform: none;
}
[data-delay="100"] {
  transition-delay: 0.1s;
}
[data-delay="150"] {
  transition-delay: 0.15s;
}
[data-delay="200"] {
  transition-delay: 0.2s;
}
[data-delay="300"] {
  transition-delay: 0.3s;
}
[data-delay="400"] {
  transition-delay: 0.4s;
}

/* =================== HEADER =================== */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(231, 192, 187, 0.18);
  transition:
    box-shadow var(--transition),
    background var(--transition);
}
.header.is-scrolled {
  box-shadow: var(--shadow);
  background: rgba(255, 255, 255, 0.98);
}

.header__inner {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-block: 12px;
}

/* Logo */
.logo {
  display: flex;
  flex-direction: column;
  line-height: 1;
  flex-shrink: 0;
}
.logo__text {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--salmon);
  letter-spacing: 0.02em;
}
.logo__sub {
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pale-pink);
}

/* Nav */
.nav {
  flex: 1;
}
.nav__list {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
.nav__link {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--dark-grey);
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  transition:
    color var(--transition),
    background var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: none;
}
.nav__link:hover {
  color: var(--salmon);
  background: rgba(233, 156, 160, 0.08);
}

/* Dropdown */
.nav__item--dropdown {
  position: relative;
}
.nav__dropdown-btn {
  cursor: pointer;
}
.nav__arrow {
  font-size: 0.7rem;
  transition: transform var(--transition);
}
.nav__item--dropdown:hover .nav__arrow {
  transform: rotate(180deg);
}
.nav__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: var(--white-pure);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  padding: 8px;
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: all var(--transition);
  z-index: 10;
}
.nav__item--dropdown:hover .nav__dropdown,
.nav__item--dropdown:focus-within .nav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.nav__dropdown-link {
  display: block;
  padding: 10px 16px;
  border-radius: var(--radius-sm);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--dark-grey);
  transition:
    background var(--transition),
    color var(--transition);
}
.nav__dropdown-link:hover {
  background: var(--bg-alt);
  color: var(--salmon);
}

.header__cta {
  margin-left: auto;
  flex-shrink: 0;
  padding-inline: 34px;
}

/* Burger */
.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  margin-left: auto;
}
.burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--dark-grey);
  border-radius: 2px;
  transition: all var(--transition);
}
.burger.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.burger.is-open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.burger.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Mobile menu */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bg);
  z-index: 99;
  padding: 100px 24px 40px;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
}
.mobile-menu.is-open {
  transform: none;
}
.mobile-menu__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 32px;
}
.mobile-menu__link {
  display: block;
  padding: 14px 16px;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--dark-grey);
  border-radius: var(--radius-sm);
  transition:
    background var(--transition),
    color var(--transition);
}
.mobile-menu__link:hover {
  background: rgba(233, 156, 160, 0.1);
  color: var(--salmon);
}
.mobile-menu__cta {
  width: 100%;
  justify-content: center;
}

/* =================== HERO =================== */
.hero {
  min-height: calc(100vh - 72px);
  padding-block: clamp(54px, 6vw, 84px) clamp(34px, 4vw, 58px);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(
      90deg,
      rgba(253, 250, 248, 0.98) 0%,
      rgba(253, 250, 248, 0.9) 26%,
      rgba(253, 250, 248, 0.48) 42%,
      rgba(253, 250, 248, 0.08) 63%,
      rgba(253, 250, 248, 0) 100%
    ),
    url("assets/img/hero-16-9.png") calc(100% + 130px) bottom / cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 11% 78%,
      rgba(233, 156, 160, 0.13) 0 18%,
      rgba(233, 156, 160, 0) 46%
    ),
    radial-gradient(
      circle at 27% 18%,
      rgba(227, 208, 182, 0.16) 0 14%,
      rgba(227, 208, 182, 0) 38%
    ),
    linear-gradient(
      90deg,
      rgba(253, 247, 245, 0.72) 0%,
      rgba(253, 247, 245, 0.54) 28%,
      rgba(253, 247, 245, 0.06) 55%,
      transparent 100%
    ),
    linear-gradient(
      0deg,
      rgba(253, 247, 245, 0.74) 0%,
      rgba(253, 247, 245, 0.1) 28%,
      transparent 52%
    );
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: clamp(210px, calc((100vw - var(--container)) / 2 + 120px), 560px);
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(253, 247, 245, 0.08) 0%,
      rgba(253, 247, 245, 0.36) 58%,
      rgba(253, 247, 245, 0.88) 100%
    ),
    url("assets/img/hero-16-9.png") left bottom / auto 100% no-repeat;
  opacity: 0.52;
  filter: saturate(0.94) brightness(1.05);
  -webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.78) 42%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.78) 42%, transparent 100%);
}

.hero__inner {
  position: relative;
  z-index: 1;
  min-height: min(760px, calc(100vh - 154px));
  display: flex;
  align-items: center;
}

.hero__content {
  width: min(100%, 600px);
  padding-block: clamp(36px, 7vh, 70px) clamp(142px, 16vh, 184px);
}

.hero__mobile-photo {
  display: none;
}

.hero__label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--salmon);
  margin-bottom: 16px;
}
.hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5.5vw, 4.2rem);
  font-weight: 600;
  line-height: 1.08;
  color: var(--black);
  margin-bottom: 24px;
  letter-spacing: 0;
}
.hero__title em {
  font-family: var(--font-accent);
  font-style: normal;
  font-weight: 400;
  color: var(--salmon);
}

.hero__mobile-break {
  display: none;
}
.hero__subtitle {
  max-width: 560px;
  font-size: 1.08rem;
  color: var(--dark-grey);
  margin-bottom: 36px;
  line-height: 1.75;
}
.hero__btns {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.hero__btns .btn--primary {
  min-height: 62px;
  padding-inline: 34px;
  box-shadow: 0 14px 34px rgba(233, 156, 160, 0.28);
}

.hero__video-link {
  min-height: 62px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 9px 22px 9px 10px;
  border: 1px solid rgba(233, 156, 160, 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  color: var(--black);
  transition:
    transform var(--transition),
    border-color var(--transition),
    background var(--transition),
    box-shadow var(--transition);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero__video-link:hover {
  transform: translateY(-2px);
  border-color: var(--salmon);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 28px rgba(70, 69, 71, 0.1);
}

.hero__video-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--black);
  color: var(--white-pure);
}

.hero__video-copy {
  display: flex;
  flex-direction: column;
  gap: 1px;
  line-height: 1.2;
}

.hero__video-title {
  font-size: 0.86rem;
  font-weight: 700;
}

.hero__video-subtitle {
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--dark-grey);
}

.hero__metric-card {
  position: absolute;
  right: clamp(-34px, -2vw, -14px);
  bottom: clamp(28px, 4.5vh, 52px);
  width: clamp(150px, 13vw, 182px);
  padding: 18px 20px;
  border: 1px solid rgba(231, 192, 187, 0.34);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 42px rgba(70, 69, 71, 0.14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.hero__metric-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  border-radius: 50%;
  background: var(--salmon);
  color: var(--white-pure);
}

.hero__metric-num {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 800;
  line-height: 0.95;
  color: var(--salmon);
}

.hero__metric-text {
  display: block;
  margin-top: 8px;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.3;
  color: var(--black);
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero__stats {
  position: absolute;
  left: 24px;
  bottom: 0;
  width: min(740px, calc(100% - 48px));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 0;
  padding: 22px 28px;
  border: 1px solid rgba(231, 192, 187, 0.4);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 20px 52px rgba(70, 69, 71, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.hero__stat {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  color: var(--black);
}

.hero__stat:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 1px;
  height: 34px;
  background: rgba(233, 156, 160, 0.42);
  transform: translateY(-50%);
}

.hero__stat-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--salmon);
}

.hero__stat-copy {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
  line-height: 1.25;
}

.hero__stat-copy strong {
  font-size: 0.94rem;
  font-weight: 800;
}

.hero__stat-copy span {
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--dark-grey);
}

/* =================== MISSION =================== */
.mission {
  padding-block: 100px;
  background: var(--bg-alt);
}
.mission__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.mission__text {
  position: relative;
  z-index: 1;
}
.mission__body {
  color: var(--dark-grey);
  margin-bottom: 16px;
  line-height: 1.75;
}
.mission__media {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-width: 0;
}
.mission__image-wrap {
  position: relative;
  /* width: min(100%, 540px);
  padding: clamp(20px, 3vw, 32px);
  border-radius: 36px;
  background:
    radial-gradient(circle at 24% 20%, rgba(255, 255, 255, 0.96) 0 18%, rgba(255, 255, 255, 0.7) 19%, rgba(255, 255, 255, 0) 48%),
    radial-gradient(circle at 76% 26%, rgba(231, 192, 187, 0.46) 0 16%, rgba(231, 192, 187, 0) 52%),
    radial-gradient(circle at 65% 78%, rgba(227, 208, 182, 0.7) 0 24%, rgba(227, 208, 182, 0) 58%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.28));
  box-shadow: 0 18px 48px rgba(70, 69, 71, 0.1);
  overflow: hidden;
  isolation: isolate; */
}
.mission__image-wrap::before,
.mission__image-wrap::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  z-index: 0;
}
.mission__image-wrap::before {
  width: clamp(110px, 18vw, 170px);
  height: clamp(110px, 18vw, 170px);
  top: 18px;
  right: 22px;
  background: rgba(255, 255, 255, 0.54);
}
.mission__image-wrap::after {
  width: clamp(170px, 28vw, 250px);
  height: clamp(170px, 28vw, 250px);
  left: -32px;
  bottom: -42px;
  background: rgba(233, 156, 160, 0.16);
}
.mission__image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
.mission__values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.mission__value {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: var(--white-pure);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: 0 2px 12px rgba(70, 69, 71, 0.06);
}
.mission__value-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}
.mission__value strong {
  display: block;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--black);
  font-size: 0.92rem;
}
.mission__value p {
  font-size: 0.82rem;
  color: var(--dark-grey);
  line-height: 1.5;
}

/* =================== PROBLEM =================== */
.problem {
  padding-block: 100px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.problem::before {
  content: "";
  position: absolute;
  width: clamp(58px, 7vw, 88px);
  height: clamp(58px, 7vw, 88px);
  top: 26px;
  right: clamp(72px, 12vw, 190px);
  z-index: 0;
  pointer-events: none;
  opacity: 0.18;
  transform: rotate(14deg);
}

.problem__bg-blob {
  position: absolute;
  width: 500px;
  height: 500px;
  top: -100px;
  right: -200px;
  background: radial-gradient(
    circle,
    rgba(227, 208, 182, 0.3) 0%,
    transparent 70%
  );
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}
.problem__lead {
  font-size: 1.05rem;
  color: var(--dark-grey);
  max-width: 660px;
  margin-bottom: 56px;
  line-height: 1.75;
}
.problem__cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.problem__card {
  background: var(--white-pure);
  border-radius: var(--radius);
  padding: 28px 20px;
  box-shadow: 0 2px 16px rgba(70, 69, 71, 0.07);
  transition:
    transform var(--transition),
    box-shadow var(--transition);
  text-align: center;
}
.problem__card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}
.problem__card-icon {
  font-size: 2.2rem;
  margin-bottom: 14px;
}
.problem__card h3 {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--black);
}
.problem__card p {
  font-size: 0.82rem;
  color: var(--dark-grey);
  line-height: 1.55;
}

/* =================== SOLUTION =================== */
.solution {
  padding-block: 100px;
  background: var(--bg-alt);
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.solution .container {
  position: relative;
  z-index: 1;
}
.solution__lead {
  font-size: 1.05rem;
  color: var(--dark-grey);
  max-width: 700px;
  margin-bottom: 60px;
  line-height: 1.75;
}
.solution__steps {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.solution__step {
  flex: 1;
  min-width: 200px;
  background: var(--white-pure);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: 0 2px 16px rgba(70, 69, 71, 0.07);
  text-align: left;
}
.solution__step-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.solution__step-num {
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--pale-pink);
  line-height: 1;
  opacity: 0.4;
}
.solution__step-icon {
  width: 68px;
  height: 68px;
  background: var(--pale-pink);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 28px;
}
.solution__step h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--black);
}
.solution__step p {
  font-size: 0.84rem;
  color: var(--dark-grey);
  line-height: 1.55;
}
.solution__step-arrow {
  font-size: 1.8rem;
  color: var(--pale-pink);
  align-self: center;
  flex-shrink: 0;
  padding-bottom: 20px;
}

.solution__video-wrap {
  position: relative;
  max-width: 1060px;
  margin: 0 auto;
  min-height: clamp(220px, 34vw, 410px);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  background: #d9c5b8;
}
.solution__video-banner,
.solution__video-player {
  width: 100%;
  min-height: inherit;
}
.solution__video-banner {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: clamp(24px, 4vw, 44px);
  color: var(--white-pure);
  text-align: left;
  background:
    linear-gradient(90deg, rgba(70, 69, 71, 0.28) 0%, rgba(70, 69, 71, 0.08) 38%, rgba(70, 69, 71, 0.02) 100%),
    url("assets/other/banner.png") center center / cover no-repeat;
  transition:
    transform var(--transition),
    opacity var(--transition);
}
.solution__video-banner:hover {
  transform: scale(1.01);
}
.solution__video-banner.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.solution__video-banner-inner {
  display: flex;
  align-items: flex-start;
  gap: clamp(18px, 2vw, 24px);
  max-width: 420px;
}
.solution__video-play {
  width: clamp(66px, 7vw, 86px);
  height: clamp(66px, 7vw, 86px);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--white-pure);
  background: rgba(233, 156, 160, 0.9);
  box-shadow: 0 18px 44px rgba(233, 156, 160, 0.26);
}
.solution__video-play svg {
  width: clamp(34px, 3.2vw, 44px);
  height: clamp(34px, 3.2vw, 44px);
}
.solution__video-copy {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 6px;
}
.solution__video-title {
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 2.2vw, 2.05rem);
  line-height: 1.05;
  font-weight: 600;
}
.solution__video-text {
  max-width: 220px;
  font-size: 0.98rem;
  line-height: 1.4;
  color: rgba(253, 250, 248, 0.86);
}
.solution__video-duration {
  align-self: flex-end;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #8d6f63;
  background: rgba(253, 247, 245, 0.92);
}
.solution__video-player {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 5;
  object-fit: cover;
  background: #d9c5b8;
}
.solution__video-player:not(.is-active) {
  visibility: hidden;
}

/* =================== CATALOG =================== */
.catalog {
  padding-block: 100px;
  position: relative;
  overflow: hidden;
}
.catalog__bg-blob {
  position: absolute;
  width: 600px;
  height: 600px;
  bottom: -200px;
  left: -150px;
  background: radial-gradient(
    circle,
    rgba(231, 192, 187, 0.2) 0%,
    transparent 70%
  );
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
}
.catalog__subtitle {
  color: var(--dark-grey);
  font-size: 1rem;
  margin-bottom: 56px;
}
.catalog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  position: relative;
  z-index: 1;
}

/* Model Card */
.model-card {
  background: var(--white-pure);
  border-radius: 24px;
  box-shadow: 0 2px 20px rgba(70, 69, 71, 0.08);
  overflow: hidden;
  transition:
    transform var(--transition),
    box-shadow var(--transition);
  display: flex;
  flex-direction: column;
  position: relative;
  border: 2px solid transparent;
}
.model-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-md);
}
.model-card--featured {
  border-color: var(--salmon);
}

.model-card__badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--cream);
  color: var(--dark-grey);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 5px 12px;
  border-radius: 50px;
  z-index: 2;
}
.model-card__badge--hot {
  background: var(--salmon);
  color: white;
}
.model-card__badge--premium {
  background: var(--dark-grey);
  color: white;
}

.model-card__image-wrap {
  width: 100%;
  aspect-ratio: 4/3;
  background: linear-gradient(
    135deg,
    rgba(231, 192, 187, 0.25) 0%,
    rgba(227, 208, 182, 0.25) 100%
  );
  border-bottom: 1px solid rgba(231, 192, 187, 0.3);
  overflow: hidden;
}
.model-card__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.model-card:hover .model-card__image-wrap img {
  transform: scale(1.05);
}

.model-card__body {
  padding: 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.model-card__name {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--black);
}
.model-card__name span {
  color: var(--salmon);
}
.model-card__for {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}
.model-card__tag {
  background-color: #f7e8e3;
  color: var(--dark-grey);
  font-family: var(--font-light);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.model-card__tagline {
  font-size: 0.88rem;
  color: var(--dark-grey);
  margin-bottom: 24px;
  line-height: 1.55;
}
.model-card__features {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 20px;
}

.feature-item {
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.feature-item__btn {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 11px 13px;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--dark-grey);
  text-align: left;
  border-radius: var(--radius-sm);
  transition:
    background var(--transition),
    color var(--transition);
  background: none;
}
.feature-item__btn:hover {
  background: rgba(233, 156, 160, 0.08);
  color: var(--black);
}
.feature-item__dot {
  width: 7px;
  height: 7px;
  background: var(--pale-pink);
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 5px;
  transition: background var(--transition);
}
.feature-item__btn[aria-expanded="true"] .feature-item__dot {
  background: var(--salmon);
}
.feature-item__plus {
  margin-left: auto;
  font-size: 1.1rem;
  color: var(--salmon);
  flex-shrink: 0;
  transition: transform var(--transition);
}
.feature-item__btn[aria-expanded="true"] .feature-item__plus {
  transform: rotate(45deg);
}
.feature-item__desc {
  font-family: var(--font-light);
  font-size: 0.9rem;
  color: var(--dark-grey);
  line-height: 1.6;
  padding: 8px 12px 12px 29px;
  animation: slideDown 0.22s ease;
}

.feature-item--highlight {
  background: rgba(233, 156, 160, 0.1);
  border: 1px solid rgba(233, 156, 160, 0.35);
}

.feature-item--highlight .feature-item__btn:hover {
  background: rgba(233, 156, 160, 0.14);
}

.feature-item--highlight .feature-item__dot {
  background: var(--salmon);
}

.feature-item--gift .feature-item__btn svg {
  color: #c66f73;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(233, 156, 160, 0.5);
  border-radius: 999px;
  padding: 2px;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.model-card__btn {
  width: 100%;
  justify-content: center;
  margin-top: auto;
}

/* =================== QUIZ =================== */
.quiz {
  padding-block: 100px;
  background: linear-gradient(
    135deg,
    rgba(233, 156, 160, 0.08) 0%,
    rgba(227, 208, 182, 0.12) 100%
  );
}
.quiz__widget {
  max-width: 600px;
  margin: 0 auto;
  background: var(--white-pure);
  border-radius: 24px;
  padding: 48px 40px;
  box-shadow: var(--shadow-md);
}
.quiz__step {
  animation: fadeStep 0.35s ease;
}
@keyframes fadeStep {
  from {
    opacity: 0;
    transform: translateX(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.quiz__question {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 28px;
  color: var(--black);
  line-height: 1.3;
}
.quiz__options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.quiz__option {
  padding: 16px 24px;
  border: 2px solid rgba(231, 192, 187, 0.5);
  border-radius: var(--radius);
  font-size: 1rem;
  font-weight: 600;
  color: var(--dark-grey);
  text-align: left;
  background: transparent;
  transition: all var(--transition);
  cursor: pointer;
}
.quiz__option:hover {
  border-color: var(--salmon);
  color: var(--black);
  background: rgba(233, 156, 160, 0.06);
  transform: translateX(4px);
}

.quiz__result {
  text-align: center;
  animation: fadeStep 0.35s ease;
}
.quiz__result-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--salmon);
  margin-bottom: 8px;
}
.quiz__result-name {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 16px;
}
.quiz__result-desc {
  font-size: 0.95rem;
  color: var(--dark-grey);
  line-height: 1.7;
  margin-bottom: 28px;
}
.quiz__restart {
  margin-top: 12px;
}

/* =================== BRANDS TICKER =================== */
.brands {
  padding-block: 60px;
  background: var(--bg-alt);
  overflow: hidden;
}
.brands__title {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--salmon);
  text-align: center;
  margin-bottom: 32px;
}
.brands__ticker {
  overflow: hidden;
  padding-block: 20px;
  margin-block: -20px;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    black 15%,
    black 85%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    black 15%,
    black 85%,
    transparent 100%
  );
}
.brands__track {
  display: flex;
  align-items: center;
  gap: 24px;
  width: max-content;
  animation: ticker 28s linear infinite;
}
@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.brands__brand {
  height: 72px;
  min-width: 150px;
  width: 150px;
  object-fit: contain;
  margin: 0 14px;
  background: var(--white-pure);
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid rgba(231, 192, 187, 0.45);
  box-shadow: 0 6px 14px rgba(70, 69, 71, 0.08);
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}
.brands__brand:hover {
  opacity: 1;
  border-color: var(--salmon);
  box-shadow: 0 8px 24px rgba(233, 156, 160, 0.25);
  transform: translateY(-2px);
}

/* =================== REVIEWS =================== */
.reviews {
  padding-block: 100px;
  overflow: hidden;
}
.reviews__carousel {
  display: flex;
  gap: 24px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 32px;
}
.review-card {
  flex: 0 0 calc(33.333% - 16px);
  background: var(--white-pure);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 2px 16px rgba(70, 69, 71, 0.07);
  transition: transform var(--transition);
}
.review-card:hover {
  transform: translateY(-4px);
}
.review-card__header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.review-card__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--salmon);
  color: white;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.review-card__avatar--2 {
  background: var(--pale-pink);
  color: var(--dark-grey);
}
.review-card__avatar--3 {
  background: var(--cream);
  color: var(--dark-grey);
}
.review-card__avatar--4 {
  background: #c8a9a4;
  color: white;
}
.review-card__avatar--5 {
  background: var(--dark-grey);
  color: white;
}
.review-card__name {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--black);
}
.review-card__stars {
  color: #f4a623;
  font-size: 0.9rem;
  letter-spacing: 1px;
}
.review-card__text {
  font-size: 0.88rem;
  color: var(--dark-grey);
  line-height: 1.7;
  margin-bottom: 12px;
  font-style: italic;
}
.review-card__via {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--pale-pink);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.reviews__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}
.reviews__nav {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--pale-pink);
  font-size: 1.4rem;
  color: var(--dark-grey);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition);
  background: transparent;
  cursor: pointer;
}
.reviews__nav:hover {
  background: var(--salmon);
  border-color: var(--salmon);
  color: white;
}
.reviews__dots {
  display: flex;
  gap: 8px;
}
.reviews__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pale-pink);
  cursor: pointer;
  transition: all var(--transition);
}
.reviews__dot.is-active {
  background: var(--salmon);
  width: 24px;
  border-radius: 4px;
}

.reviews__ozon-link {
  text-align: center;
}
.reviews__more-link {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--salmon);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color var(--transition);
}
.reviews__more-link:hover {
  color: #c47880;
}

/* =================== GUARANTEE =================== */
.guarantee {
  padding-block: 100px;
  background: var(--bg-alt);
}
.guarantee__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-top: 16px;
  align-items: stretch;
}
.guarantee__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.guarantee__item {
  background: var(--white-pure);
  border-radius: var(--radius);
  padding: 36px 28px;
  box-shadow: 0 2px 16px rgba(70, 69, 71, 0.07);
  text-align: center;
  transition: transform var(--transition);
}
.guarantee__item:hover {
  transform: translateY(-5px);
}
.guarantee__icon {
  font-size: 2.8rem;
  margin-bottom: 16px;
}
.guarantee__item h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--black);
}
.guarantee__item p {
  font-size: 0.88rem;
  color: var(--dark-grey);
  line-height: 1.65;
}
.guarantee__visual {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 28px;
  border-radius: calc(var(--radius) + 10px);
  background: linear-gradient(
    180deg,
    rgba(253, 250, 248, 0.96) 0%,
    rgba(250, 242, 239, 0.98) 100%
  );
  border: 1px solid rgba(231, 192, 187, 0.38);
  box-shadow: 0 10px 32px rgba(70, 69, 71, 0.06);
}
.guarantee__visual-heading {
  margin: 0;
  text-align: center;
  font-size: clamp(1.2rem, 1.8vw, 1.7rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--black);
}
.guarantee__visual-media {
  width: min(100%, 920px);
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    rgba(231, 192, 187, 0.22) 0%,
    rgba(227, 208, 182, 0.2) 100%
  );
  box-shadow: 0 14px 30px rgba(70, 69, 71, 0.08);
}
.guarantee__visual-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* =================== FAQ =================== */
.faq {
  padding-block: 100px;
  position: relative;
  overflow: hidden;
}
.faq__bg-blob {
  position: absolute;
  width: 500px;
  height: 500px;
  top: 50%;
  right: -200px;
  transform: translateY(-50%);
  background: radial-gradient(
    circle,
    rgba(233, 156, 160, 0.15) 0%,
    transparent 70%
  );
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}
.faq__list {
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  position: relative;
  z-index: 1;
}

@media (min-width: 900px) {
  .faq__list {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 20px;
  }
}
.faq__item {
  background: var(--white-pure);
  border-radius: var(--radius);
  box-shadow: 0 2px 12px rgba(70, 69, 71, 0.06);
  overflow: hidden;
  border: 1px solid rgba(231, 192, 187, 0.3);
  transition: border-color var(--transition);
}
.faq__item[open] {
  border-color: var(--pale-pink);
}
.faq__question {
  padding: 20px 24px;
  font-weight: 700;
  font-size: 1.08rem;
  color: var(--black);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  gap: 12px;
  transition: color var(--transition);
}
.faq__question::-webkit-details-marker {
  display: none;
}
.faq__question::after {
  content: "+";
  color: var(--salmon);
  font-size: 1.3rem;
  font-weight: 300;
  flex-shrink: 0;
  transition: transform var(--transition);
}
.faq__item[open] .faq__question::after {
  transform: rotate(45deg);
}
.faq__item[open] .faq__question {
  color: var(--salmon);
}
.faq__answer {
  font-family: var(--font-light);
  padding: 0 24px 20px;
  font-size: 0.95rem;
  color: var(--dark-grey);
  line-height: 1.75;
  border-top: 1px solid rgba(231, 192, 187, 0.25);
}

/* =================== CONTACTS =================== */
.contacts {
  padding-block: 100px;
  background: linear-gradient(
    135deg,
    rgba(233, 156, 160, 0.06) 0%,
    rgba(227, 208, 182, 0.1) 100%
  );
}
.contacts__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.contacts__lead {
  font-size: 1rem;
  color: var(--dark-grey);
  margin-bottom: 36px;
  line-height: 1.7;
}
.contacts__links {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.contacts__link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: var(--white-pure);
  border-radius: var(--radius);
  box-shadow: 0 2px 12px rgba(70, 69, 71, 0.06);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--dark-grey);
  transition: all var(--transition);
  border: 2px solid transparent;
}
.contacts__link:hover {
  border-color: var(--salmon);
  transform: translateX(4px);
  color: var(--black);
}
.contacts__link-icon {
  font-size: 1.3rem;
}

.mission__value-icon svg,
.problem__card-icon svg,
.solution__step-icon svg,
.guarantee__icon svg,
.contacts__link-icon svg {
  width: 1em;
  height: 1em;
  display: block;
  margin: 0 auto;
}

.mission__value-icon svg,
.contacts__link-icon svg {
  margin: 0;
}

/* Callback form */
.callback-form {
  background: var(--white-pure);
  border-radius: 24px;
  padding: 40px;
  box-shadow: var(--shadow-md);
}
.callback-form__title {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 6px;
}
.callback-form__sub {
  font-size: 0.88rem;
  color: var(--dark-grey);
  margin-bottom: 28px;
}
.callback-form__field {
  margin-bottom: 16px;
}
.callback-form__label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--dark-grey);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.callback-form__input {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid rgba(231, 192, 187, 0.5);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--black);
  background: var(--bg);
  transition:
    border-color var(--transition),
    box-shadow var(--transition);
  outline: none;
}
.callback-form__input:focus {
  border-color: var(--salmon);
  box-shadow: 0 0 0 3px rgba(233, 156, 160, 0.15);
}
.callback-form__input::placeholder {
  color: rgba(70, 69, 71, 0.4);
}
.callback-form__btn {
  width: 100%;
  justify-content: center;
  margin-bottom: 12px;
  margin-top: 4px;
}
.callback-form__privacy {
  font-size: 0.72rem;
  color: rgba(70, 69, 71, 0.5);
  text-align: center;
  line-height: 1.5;
}
.callback-form__success {
  margin-top: 16px;
  padding: 14px 18px;
  background: rgba(233, 156, 160, 0.12);
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  font-weight: 600;
  color: #c47880;
  text-align: center;
}

/* =================== FOOTER =================== */
.footer {
  background: var(--dark-grey);
  color: rgba(255, 255, 255, 0.75);
  padding-top: 60px;
}
.footer__inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__brand .logo__text {
  color: var(--pale-pink);
}
.footer__brand p {
  font-size: 0.85rem;
  line-height: 1.7;
  margin-top: 8px;
  opacity: 0.7;
}
.footer__nav h4,
.footer__contacts h4 {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: white;
  margin-bottom: 16px;
}
.footer__nav ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__nav a {
  font-size: 0.88rem;
  opacity: 0.7;
  transition: opacity var(--transition);
}
.footer__nav a:hover {
  opacity: 1;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer__contacts a {
  font-size: 0.85rem;
  opacity: 0.7;
  transition: opacity var(--transition);
  padding-block: 4px;
}
.footer__contacts a:hover {
  opacity: 1;
}
.footer__bottom {
  padding-block: 20px;
  font-size: 0.78rem;
  opacity: 0.45;
  text-align: center;
}

/* =================== RESPONSIVE =================== */

/* Tablet */
@media (max-width: 1024px) {
  .section::after,
  .section::before,
  .hero__connector {
    display: none;
  }
}

@media (max-width: 1100px) {
  .hero__inner {
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 40px;
  }
  .hero__content {
    min-width: 0;
    max-width: 100%;
  }
  .hero__btns {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero__btns .btn {
    white-space: normal;
    text-align: center;
    justify-content: center;
  }
  .hero__image-wrap {
    max-width: 460px;
    justify-self: end;
  }
  .catalog__grid {
    grid-template-columns: 1fr 1fr;
  }
  .model-card:last-child {
    grid-column: 1 / -1;
    max-width: 500px;
    margin: 0 auto;
  }
  .mission__inner {
    gap: 48px;
  }
  .footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .problem__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .section--connector-mission::after {
    width: 220px;
    height: 168px;
    right: 10px;
    bottom: -116px;
  }
  .section--connector-mission::before {
    width: 88px;
    height: 88px;
    right: 10px;
    bottom: -18px;
  }
  .problem::before {
    width: 56px;
    height: 56px;
    top: 18px;
    right: 40px;
  }
  .nav,
  .header__cta {
    display: none;
  }
  .burger {
    display: flex;
  }
  .hero__inner {
    grid-template-columns: 1fr;
  }
  .hero__image-wrap {
    max-width: 480px;
    margin: 0 auto;
    order: -1;
  }
  .hero__content {
    text-align: center;
  }
  .hero__btns {
    align-items: center;
    justify-content: center;
  }
  .hero__trust {
    justify-content: center;
  }
  .mission__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .mission__media {
    justify-content: flex-start;
  }
  .mission__image-wrap {
    width: min(100%, 520px);
  }
  .guarantee__grid {
    grid-template-columns: 1fr 1fr;
  }
  .solution__video-wrap {
    min-height: 280px;
  }
  .solution__video-banner {
    padding: 24px;
  }
  .solution__video-banner-inner {
    max-width: 260px;
  }
  .contacts__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .review-card {
    flex: 0 0 calc(50% - 12px);
  }
}

@media (max-width: 640px) {
  .section--connector-mission::after,
  .section--connector-mission::before,
  .problem::before {
    display: none;
  }
  .section-title {
    font-size: clamp(1.7rem, 6vw, 2.4rem);
  }
  .solution__video-wrap {
    min-height: 220px;
    border-radius: 22px;
  }
  .solution__video-banner {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
  }
  .solution__video-banner-inner {
    gap: 16px;
    max-width: 230px;
  }
  .solution__video-play {
    width: 62px;
    height: 62px;
  }
  .solution__video-play svg {
    width: 30px;
    height: 30px;
  }
  .solution__video-title {
    font-size: 1.35rem;
  }
  .solution__video-text {
    font-size: 0.85rem;
    max-width: 170px;
  }
  .solution__video-duration {
    font-size: 0.82rem;
    padding: 6px 12px;
  }
  .mission__image-wrap {
    padding: 16px;
    border-radius: 28px;
  }
  .guarantee__visual {
    padding: 24px 20px 20px;
    gap: 16px;
  }
  .guarantee__visual-media {
    border-radius: 18px;
  }
  .hero__title {
    font-size: clamp(2rem, 8vw, 3rem);
  }
  .catalog__grid {
    grid-template-columns: 1fr;
  }
  .model-card:last-child {
    max-width: 100%;
    grid-column: auto;
  }
  .problem__cards {
    grid-template-columns: 1fr 1fr;
  }
  .problem__cards > :last-child {
    grid-column: 1 / -1;
  }
  .guarantee__grid {
    grid-template-columns: 1fr;
  }
  .solution__steps {
    flex-direction: column;
    align-items: stretch;
  }
  .solution__step-arrow {
    display: none;
  }
  .mission__values {
    grid-template-columns: 1fr;
  }
  .footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .footer__brand,
  .footer__contacts {
    grid-column: span 1;
    text-align: left;
    align-items: flex-start;
  }
  .footer__brand img {
    margin: 0;
  }
  .review-card {
    flex: 0 0 calc(85vw - 48px);
  }
  .quiz__widget {
    padding: 32px 24px;
  }
  .callback-form {
    padding: 28px 20px;
  }
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("assets/logotypes/pattern.png");
  background-size: 350px;
  opacity: 0.05;
  z-index: 0;
  pointer-events: none;
}
.footer {
  position: relative;
}

@media (max-width: 1100px) {
  .hero {
    background-position: calc(100% + 96px) bottom;
  }

  .hero__inner {
    min-height: 650px;
  }

  .hero__content {
    width: min(100%, 540px);
    padding-bottom: 152px;
  }

  .hero__btns {
    flex-direction: row;
    align-items: center;
  }

  .hero__metric-card {
    right: 12px;
    bottom: 76px;
  }

  .hero__stats {
    width: min(680px, calc(100% - 48px));
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
    padding-block: 54px 36px;
    background:
      linear-gradient(
        90deg,
        rgba(253, 250, 248, 0.98) 0%,
        rgba(253, 250, 248, 0.9) 45%,
        rgba(253, 250, 248, 0.3) 74%,
        rgba(253, 250, 248, 0.08) 100%
      ),
      url("assets/img/hero-16-9.png") calc(100% + 64px) bottom / cover no-repeat;
  }

  .hero::before {
    background:
      linear-gradient(
        90deg,
        rgba(253, 247, 245, 0.94) 0%,
        rgba(253, 247, 245, 0.82) 44%,
        rgba(253, 247, 245, 0.2) 78%,
        transparent 100%
      ),
      linear-gradient(
        0deg,
        rgba(253, 247, 245, 0.82) 0%,
        rgba(253, 247, 245, 0.2) 34%,
        transparent 62%
      );
  }

  .hero::after {
    display: none;
  }

  .hero__inner {
    min-height: 650px;
    display: block;
  }

  .hero__content {
    width: min(100%, 560px);
    padding-block: 38px 176px;
    text-align: left;
  }

  .hero__title {
    font-size: clamp(2.45rem, 8vw, 4rem);
  }

  .hero__subtitle {
    max-width: 520px;
  }

  .hero__btns {
    align-items: center;
    justify-content: flex-start;
  }

  .hero__metric-card {
    right: 24px;
    bottom: 112px;
    width: 148px;
    padding: 16px;
  }

  .hero__stats {
    right: 24px;
    bottom: 0;
    left: 24px;
    width: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 18px 20px;
  }

  .hero__stat {
    gap: 10px;
  }

  .hero__stat:not(:last-child)::after {
    right: 8px;
  }

  .hero__stat-icon {
    width: 32px;
    height: 32px;
  }

  .hero__stat-copy strong {
    font-size: 0.82rem;
  }

  .hero__stat-copy span {
    font-size: 0.76rem;
  }
}

@media (max-width: 640px) {
  .hero {
    padding-block: 18px 34px;
    background:
      radial-gradient(
        circle at 12% 18%,
        rgba(233, 156, 160, 0.12) 0 18%,
        rgba(233, 156, 160, 0) 42%
      ),
      linear-gradient(
        90deg,
        rgba(253, 250, 248, 0.98) 0%,
        rgba(253, 250, 248, 0.92) 58%,
        rgba(253, 250, 248, 0.82) 100%
      );
  }

  .hero::before {
    background:
      linear-gradient(
        90deg,
        rgba(253, 247, 245, 0.96) 0%,
        rgba(253, 247, 245, 0.82) 62%,
        rgba(253, 247, 245, 0.2) 100%
      ),
      linear-gradient(
        0deg,
        rgba(253, 247, 245, 0.9) 0%,
        rgba(253, 247, 245, 0.48) 40%,
        transparent 72%
      );
  }

  .hero__inner {
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .hero__mobile-photo {
    display: block;
    width: 100%;
    height: clamp(176px, 52vw, 210px);
    margin-bottom: 24px;
    border: 1px solid rgba(231, 192, 187, 0.32);
    border-radius: 22px;
    background: var(--bg-alt);
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(70, 69, 71, 0.12);
  }

  .hero__mobile-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 62% center;
  }

  .hero__content {
    width: 100%;
    max-width: min(100%, 342px);
    padding-block: 0;
  }

  .hero__label {
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    margin-bottom: 12px;
  }

  .hero__title {
    font-size: clamp(2rem, 10.5vw, 3rem);
    margin-bottom: 18px;
  }

  .hero__title em {
    font-size: 0.9em;
    line-height: 1.08;
  }

  .hero__mobile-break {
    display: block;
  }

  .hero__subtitle {
    max-width: min(100%, 342px);
    font-size: 0.96rem;
    line-height: 1.65;
    margin-bottom: 26px;
  }

  .hero__btns {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: 100%;
    max-width: min(100%, 342px);
  }

  .hero__btns .btn--primary,
  .hero__video-link {
    width: 100%;
    justify-content: center;
  }

  .hero__metric-card {
    display: none;
  }

  .hero__stats {
    position: relative;
    inset: auto;
    width: 100%;
    max-width: min(100%, 342px);
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 28px;
    padding: 18px;
    border-radius: 20px;
  }

  .hero__stat:not(:last-child)::after {
    display: none;
  }

  .hero__stat-copy strong {
    font-size: 0.92rem;
  }

  .hero__stat-copy span {
    font-size: 0.84rem;
  }
}

.review-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 320px;
  max-width: 400px;
}
.review-card__media img,
.review-card__media video {
  width: 100%;
  max-height: 250px;
  object-fit: cover;
  border-radius: 12px;
}
.review-card__text-wrap {
  max-height: 200px;
  overflow-y: auto;
  margin-bottom: 12px;
  padding-right: 8px;
}
.review-card__text-wrap::-webkit-scrollbar {
  width: 6px;
}
.review-card__text-wrap::-webkit-scrollbar-thumb {
  background: var(--salmon);
  border-radius: 4px;
}
.review-card__via {
  display: inline-block;
  color: var(--salmon);
  text-decoration: underline;
  font-weight: 700;
  margin-top: auto;
}
