:root {
  --bg: #f7f4ef;
  --surface: #fffdf9;
  --surface-soft: #f4eee6;
  --surface-blue: #d7e2f2;
  --surface-blue-deep: #8396b6;
  --surface-blue-mid: #b4c9ea;
  --text: #151515;
  --muted: #6f6f6f;
  --line: rgba(79, 97, 132, 0.18);
  --accent: #efff4f;
  --shadow: 0 24px 60px rgba(73, 84, 107, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.92), transparent 28%),
    linear-gradient(180deg, #fcfaf7 0%, #f6f1eb 45%, #f2ece5 100%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
.button,
.header__cta,
.points__label {
  font-family: "Rubik", sans-serif;
}

button {
  font: inherit;
}

.site-shell {
  min-height: 100vh;
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin: 0 auto;
}

.section {
  padding: 48px 0;
}

.section--compact {
  padding-top: 20px;
}

.section--alt {
  background: rgba(255, 255, 255, 0.35);
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(252, 250, 247, 0.82);
  border-bottom: 1px solid rgba(131, 150, 182, 0.08);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
}

.brand,
.eyebrow {
  color: #8d8f95;
  font-size: 14px;
  font-weight: 600;
}

.eyebrow--mobile {
  display: none;
}

.nav {
  display: flex;
  gap: 28px;
  font-size: 14px;
  color: #7d838f;
}

.nav a,
.header__cta,
.mobile-menu__panel a,
.button,
.faq__contacts a {
  transition: transform 0.24s ease, opacity 0.24s ease, color 0.24s ease, background-color 0.24s ease;
}

.nav a:hover,
.header__cta:hover,
.faq__contacts a:hover,
.footer a:hover {
  color: #566987;
}

.header__cta {
  color: #6c7f9f;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 8px;
  border: 0;
  background: transparent;
  border-radius: 12px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: #7789a8;
}

.mobile-menu {
  position: absolute;
  inset: 0 0 auto;
  padding: 16px 20px 20px;
  background: rgba(252, 250, 247, 0.96);
}

.mobile-menu__close {
  margin-left: auto;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: #6c7f9f;
  font-size: 52px;
  line-height: 1;
  cursor: pointer;
}

.mobile-menu__panel {
  width: min(210px, 72vw);
  margin-left: auto;
  border-radius: 16px;
  overflow: hidden;
  background: #8396b6;
  box-shadow: var(--shadow);
}

.mobile-menu__panel a {
  display: block;
  padding: 18px 20px;
  font-size: 18px;
  font-weight: 700;
  color: white;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.mobile-menu__panel a:last-child {
  border-bottom: 0;
}

.hero {
  padding-top: 18px;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 56px;
  align-items: start;
}

.hero__content {
  position: relative;
  z-index: 1;
  padding-top: 54px;
}

.hero h1,
.cta h2 {
  margin: 0;
  font-size: clamp(48px, 5.5vw, 68px);
  line-height: 1;
  letter-spacing: -0.05em;
  max-width: 9ch;
}

.accent-highlight {
  background: linear-gradient(180deg, transparent 58%, var(--accent) 58%);
  padding-inline: 2px 6px;
}

.hero__bullets {
  margin: 26px 0 34px;
  padding: 0;
  list-style: none;
  max-width: 270px;
}

.hero__bullets li {
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 1.18;
  font-weight: 400;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: 14px 28px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 10px 30px rgba(118, 138, 176, 0.16);
}

.button:hover {
  transform: translateY(-1px);
}

.button--primary {
  color: white;
  background: linear-gradient(180deg, #9cb5dc 0%, #7c90b6 100%);
}

.button--secondary {
  color: #42587a;
  background: white;
  border-color: rgba(116, 139, 180, 0.25);
}

.hero__visual {
  position: relative;
  min-height: 560px;
}

.hero__pattern {
  position: absolute;
  left: 50%;
  top: 98px;
  width: min(954px, calc(100vw - 96px));
  height: 552px;
  transform: translateX(-50%);
  background: url("./assets/hero-dots.png") center center / contain no-repeat;
  opacity: 0.9;
}

.hero__photo-wrap {
  position: absolute;
  right: 0;
  top: -62px;
  width: 430px;
  border-radius: 45px;
  overflow: hidden;
}

.hero__photo {
  width: 100%;
  height: auto;
}

.points {
  padding: 28px 0 10px;
}

.points__header {
  display: grid;
  grid-template-columns: 1fr 180px 1fr;
  align-items: center;
  margin-bottom: 18px;
}

.points__header-col {
  text-align: center;
}

.points__label {
  margin: 0;
  font-size: 34px;
  font-weight: 500;
}

.points__header-right {
  justify-self: stretch;
}

.points__arrow {
  width: 180px;
  justify-self: center;
}

.points__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
}

.points__column {
  display: grid;
  gap: 12px;
  grid-auto-rows: 1fr;
}

.point-card {
  display: flex;
  align-items: center;
  padding: 16px 28px;
  min-height: 56px;
  border-radius: 0;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: none;
}

.point-card--soft {
  background-image: url("./assets/point-a-bg.png");
}

.point-card--blue {
  background-image: url("./assets/point-b-bg.png");
}

.banner {
  background: #7f92b5;
  color: white;
  text-align: center;
}

.banner p {
  margin: 0;
  padding: 24px 0;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.coaching-card {
  max-width: 900px;
  margin: 0 auto;
  padding: 24px 32px;
  text-align: center;
  background: rgba(255, 255, 255, 0.88);
  border: 2px solid #8598bc;
  border-radius: 24px;
}

.coaching-card p {
  margin: 10px 0;
  font-size: 20px;
  line-height: 1.25;
}

.about {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  align-items: start;
}

.about__text p {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.35;
}

.about__intro {
  font-size: 34px;
  font-weight: 800;
}

.about__marker {
  display: inline;
  font-weight: 800;
  background: linear-gradient(180deg, transparent 54%, var(--accent) 54%);
}

.about__visual h2 {
  margin: 0 0 16px;
  font-size: clamp(50px, 6vw, 78px);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.about__photo-frame {
  padding: 18px 18px 0;
  border-radius: 28px;
  background: #efe4d1;
  overflow: hidden;
}

.about__photo {
  width: 100%;
}

.about__photo--mobile {
  display: none;
}

.section-title {
  margin: 0 0 28px;
  text-align: center;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1;
}

.section-title--left {
  text-align: left;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.info-card {
  background: rgba(219, 230, 246, 0.62);
  border-radius: 22px;
  padding: 24px;
  min-height: 100%;
}

.info-card {
  background:
    url("./assets/session-card-bg.png") center top / 100% 100% no-repeat,
    rgba(180, 201, 234, 0.55);
  padding-top: 38px;
}

.info-card h3 {
  margin: 10px 0 12px;
  font-size: 24px;
}

.info-card p,
.review-card p,
.pricing__hint,
.faq-item p,
.faq-item div p,
.faq__contacts,
.footer {
  font-size: 18px;
  line-height: 1.35;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}

.reviews-column {
  display: grid;
  gap: 28px;
  align-content: start;
}

.review-card {
  background: rgba(255, 253, 249, 0.78);
  box-shadow: inset 0 0 0 1px rgba(124, 144, 182, 0.08);
  font-style: italic;
  min-height: 0;
  position: relative;
  padding: 42px 42px 22px;
  align-self: start;
  border-radius: 26px;
}

.review-card strong {
  font-weight: 700;
  font-style: italic;
}

.review-card p {
  font-size: 15px;
  line-height: 1.26;
  margin: 0 0 10px;
}

.review-card::before {
  content: "“";
  position: absolute;
  left: 22px;
  top: 10px;
  color: #d6dae2;
  font-size: 42px;
  line-height: 1;
}

.review-card span {
  display: block;
  margin-top: 18px;
  color: #6b6b6b;
  font-weight: 600;
  text-align: right;
}

.pricing {
  text-align: center;
}

.pricing-list {
  display: grid;
  gap: 14px;
}

.price-row {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) 180px 150px;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 24px 28px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(133, 152, 188, 0.22);
  text-align: left;
}

.price-row h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
}

.price-row p {
  margin: 0;
  color: #2b2b2b;
  font-size: 22px;
  font-style: italic;
}

.price-row strong {
  font-family: "Montaga", serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  text-align: right;
}

.price-row__old {
  color: #a0a0a0;
  font-family: "Montaga", serif;
  font-size: 38px;
  text-decoration: line-through;
  white-space: nowrap;
  text-align: right;
}

.price-row__old--empty {
  visibility: hidden;
}

.pricing__hint {
  max-width: 820px;
  margin: 28px auto;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 18px;
  padding: 0 22px;
  border: 1px solid rgba(133, 152, 188, 0.15);
}

.faq-item summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 22px 36px 22px 0;
  font-size: 22px;
  font-weight: 700;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #7387aa;
  font-size: 28px;
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item p,
.faq-item div {
  margin: 0 0 14px;
}

.faq__contacts {
  margin-top: 30px;
  color: #707070;
  text-align: center;
}

.faq__contacts div {
  display: flex;
  justify-content: center;
  gap: 26px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.cta {
  text-align: center;
  background: #fcfaf7;
  color: #111;
  padding: 54px 0 30px;
}

.cta__inner {
  padding: 0;
}

.cta__actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.hero .button--primary {
  width: min(100%, 579px);
  min-height: 59px;
}

.cta h2 {
  max-width: 980px;
  margin-inline: auto;
  text-align: center;
}

.cta .button {
  min-width: 520px;
}

.cta .button--primary {
  background: #a7c2e9;
  color: white;
  box-shadow: none;
}

.cta .button--secondary {
  background: #7f92b5;
  color: white;
  border-color: transparent;
  box-shadow: none;
}

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  background: #f3efe8;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 46px 0 50px;
}

.footer p {
  color: #6e7480;
}

.footer__social-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer__social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer__social-links img {
  height: 42px;
  width: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1100px) {
  .hero__bullets li,
  .point-card,
  .coaching-card p {
    font-size: 20px;
  }

  .points__label {
    font-size: 28px;
  }

  .point-card {
    padding: 14px 16px;
    min-height: 68px;
  }
}

@media (max-width: 900px) {
  .nav--desktop,
  .header__cta {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .header {
    position: relative;
  }

  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .section {
    padding: 34px 0;
  }

  .hero {
    padding-top: 12px;
  }

  .hero__grid,
  .about,
  .points__grid,
  .cards-grid {
    grid-template-columns: 1fr;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .hero__visual {
    order: -1;
    min-height: auto;
  }

  .hero__pattern {
    left: 50%;
    top: 32px;
    width: calc(100vw - 32px);
    height: 360px;
    min-height: 0;
  }

  .hero__photo-wrap {
    position: relative;
    top: -18px;
    width: min(100%, 390px);
    margin-left: auto;
  }

  .hero__content {
    margin-top: -200px;
    padding-top: 0;
  }

  .eyebrow--mobile {
    display: block;
    margin: 0 0 12px;
  }

  .hero h1,
  .cta h2,
  .about__visual h2 {
    font-size: clamp(42px, 12vw, 64px);
  }

  .hero__bullets {
    max-width: 210px;
  }

  .hero__bullets li {
    font-size: 18px;
  }

  .button {
    width: 100%;
    padding-inline: 18px;
  }

  .points {
    padding-top: 8px;
  }

  .points__header {
    grid-template-columns: 1fr auto;
    gap: 12px;
  }

  .points__header-right {
    justify-self: start;
  }

  .points__arrow {
    order: 3;
    grid-column: 1 / -1;
    width: 112px;
    margin-left: 18px;
  }

  .points__label {
    font-size: 24px;
  }

  .point-card {
    font-size: 18px;
    background-size: cover;
  }

  .banner p {
    font-size: 42px;
    padding: 20px 0;
  }

  .coaching-card {
    padding: 18px;
  }

  .coaching-card p {
    font-size: 16px;
  }

  .about__visual {
    order: -1;
  }

  .about__visual h2 {
    margin-bottom: 12px;
  }

  .about__photo-frame {
    width: 118px;
    margin-bottom: 18px;
    border-radius: 999px;
    padding: 0;
    background: transparent;
  }

  .about__photo--desktop {
    display: none;
  }

  .about__photo--mobile {
    display: block;
  }

  .info-card,
  .review-card,
  .price-row,
  .faq-item {
    border-radius: 18px;
  }

  .price-row {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .price-row strong {
    font-size: 38px;
  }

  .price-row__old {
    font-size: 30px;
  }

  .faq-item summary {
    font-size: 18px;
    padding-block: 18px;
  }

  .faq__contacts div,
  .cta__actions,
  .footer__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .cta .button {
    min-width: 0;
  }

  .footer__inner {
    align-items: center;
  }

  .footer__inner {
    gap: 16px;
    text-align: center;
    align-items: center;
  }
}

@media (max-width: 520px) {
  .header__inner {
    padding: 14px 0;
  }

  .brand {
    font-size: 13px;
  }

  .hero__content {
    margin-top: -150px;
  }

  .hero__pattern {
    min-height: 350px;
  }

  .hero h1 {
    max-width: 8ch;
  }

  .hero__bullets {
    margin: 22px 0 16px;
  }

  .hero__bullets li,
  .hero__meta,
  .info-card p,
  .review-card p,
  .pricing__hint,
  .faq-item p,
  .faq-item div p,
  .faq__contacts,
  .footer {
    font-size: 16px;
  }

  .footer__social-links {
    justify-content: center;
    gap: 12px;
  }

  .button {
    min-height: 46px;
    font-size: 15px;
  }

  .banner p {
    font-size: 26px;
  }

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