@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=Montserrat:wght@400;500;600&display=swap");

:root {
  --paper: #fffcf9;
  --paper-soft: #fbf2ee;
  --rose: #bf6477;
  --rose-dark: #ad5669;
  --rose-light: #ead4cd;
  --ink: #303639;
  --muted: #5d6467;
  --line: #ead8d1;
  --white: #ffffff;
  --container: 1348px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.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;
}

.container,
.header-inner,
.hero-inner,
.footer-inner {
  width: min(var(--container), calc(100% - 88px));
  margin: 0 auto;
}

.section-pad { padding: 46px 0 64px; }
section,
#app,
#pricing,
#reviews {
  scroll-margin-top: 150px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 252, 249, 0.88);
  backdrop-filter: blur(12px);
}

.header-inner {
  height: 122px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  flex: 0 0 auto;
}
.brand-mark {
  width: 90px;
  height: 90px;
  display: inline-grid;
  place-items: center;
  color: var(--rose);
}
.brand-mark svg,
.footer-symbol svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.brand-copy { display: grid; gap: 6px; }
.brand-title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 42px;
  line-height: 0.9;
  letter-spacing: 8px;
}
.brand-subtitle {
  color: var(--rose);
  font-size: 16px;
  line-height: 1;
  letter-spacing: 8px;
  white-space: nowrap;
}
.brand.mini {
  gap: 18px;
  margin-bottom: 34px;
}
.brand.mini .brand-mark { width: 84px; height: 84px; }
.brand.mini .brand-title { font-size: 40px; }
.brand.mini .brand-subtitle { font-size: 14px; }

.main-nav {
  display: flex;
  align-items: center;
  gap: 52px;
  margin-left: auto;
  color: #303436;
  font-size: 16px;
  font-weight: 500;
}
.main-nav a,
.text-link,
.footer a,
.footer button {
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}
.main-nav a:hover,
.text-link:hover,
.footer a:hover,
.footer button:hover {
  color: var(--rose);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}
.btn {
  min-height: 58px;
  padding: 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  transition: transform 0.24s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.24s cubic-bezier(0.16, 1, 0.3, 1), color 0.24s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.24s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.24s cubic-bezier(0.16, 1, 0.3, 1);
}
.header-actions .btn {
  min-width: 184px;
  min-height: 52px;
  padding: 0 30px;
  font-size: 17px;
  line-height: 1.1;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(1px) scale(0.99); }
.btn-primary {
  background: linear-gradient(180deg, #c76b7d, #ba596e);
  color: var(--white);
  box-shadow: 0 14px 24px rgba(181, 83, 103, 0.14);
}
.btn-primary:hover { background: linear-gradient(180deg, #ce7487, #ad5064); }
.btn-outline {
  color: var(--rose);
  border-color: var(--rose);
  background: transparent;
}
.btn-outline:hover { background: rgba(191, 100, 119, 0.06); }
.btn-light {
  color: var(--rose);
  background: var(--white);
  border-color: var(--white);
}
.btn-wide { min-width: 294px; }

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--rose);
}
.menu-toggle span {
  display: block;
  width: 22px;
  height: 1px;
  margin: 6px auto;
  background: currentColor;
}

.hero {
  min-height: 822px;
  display: flex;
  align-items: flex-start;
  padding-top: 52px;
  overflow: hidden;
}
.hero-inner {
  position: relative;
  min-height: 690px;
}
.hero-copy {
  position: relative;
  z-index: 2;
  width: 704px;
  padding-top: 58px;
}
.hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: 78px;
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: 0;
}
.hero h1 span {
  display: block;
  color: var(--rose);
  margin-top: 22px;
}
.hero-copy p {
  width: 620px;
  margin: 42px 0 0;
  color: var(--muted);
  font-size: 22px;
  line-height: 1.62;
}
.hero-actions {
  margin-top: 42px;
  display: flex;
  gap: 36px;
}
.benefits {
  width: 620px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 58px;
}
.benefit {
  min-height: 126px;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 18px;
  position: relative;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.45;
  text-align: center;
}
.benefit + .benefit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 34px;
  width: 1px;
  height: 62px;
  background: var(--line);
}

.line-icon {
  width: 58px;
  height: 58px;
  color: var(--rose);
  position: relative;
  display: inline-grid;
  place-items: center;
}
.line-icon::before,
.line-icon::after,
.round-icon::before,
.round-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  background: currentColor;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.line-icon::before,
.line-icon::after,
.round-icon::before,
.round-icon::after {
  display: none;
}
.line-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.line-icon img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}
.lotus::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M32 54C15 45 12 30 12 18c10 4 16 13 20 36Z'/%3E%3Cpath d='M32 54c17-9 20-24 20-36-10 4-16 13-20 36Z'/%3E%3Cpath d='M32 54C22 42 23 25 32 12c9 13 10 30 0 42Z'/%3E%3Cpath d='M14 41C8 38 5 32 4 25c9 1 16 6 21 18'/%3E%3Cpath d='M50 41c6-3 9-9 10-16-9 1-16 6-21 18'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M32 54C15 45 12 30 12 18c10 4 16 13 20 36Z'/%3E%3Cpath d='M32 54c17-9 20-24 20-36-10 4-16 13-20 36Z'/%3E%3Cpath d='M32 54C22 42 23 25 32 12c9 13 10 30 0 42Z'/%3E%3Cpath d='M14 41C8 38 5 32 4 25c9 1 16 6 21 18'/%3E%3Cpath d='M50 41c6-3 9-9 10-16-9 1-16 6-21 18'/%3E%3C/g%3E%3C/svg%3E");
}
.heart::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 54S9 39 9 23c0-8 6-13 13-13 5 0 9 3 10 7 1-4 5-7 10-7 7 0 13 5 13 13 0 16-23 31-23 31Z' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 54S9 39 9 23c0-8 6-13 13-13 5 0 9 3 10 7 1-4 5-7 10-7 7 0 13 5 13 13 0 16-23 31-23 31Z' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.leaf::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 51c30 0 38-19 39-39C30 13 12 22 13 51Z'/%3E%3Cpath d='M13 51 47 17'/%3E%3Cpath d='M28 36v16'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 51c30 0 38-19 39-39C30 13 12 22 13 51Z'/%3E%3Cpath d='M13 51 47 17'/%3E%3Cpath d='M28 36v16'/%3E%3C/g%3E%3C/svg%3E");
}
.hero-media {
  position: absolute;
  z-index: 1;
  right: 0;
  top: -34px;
  width: min(662px, 48vw);
  overflow: hidden;
}
.hero-media img {
  width: calc(100% + 46px);
  max-width: none;
  height: auto;
  transform: translateX(-28px);
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow:
    inset 34px 0 46px var(--paper),
    inset 0 24px 34px var(--paper),
    inset 0 -18px 28px var(--paper),
    inset -10px 0 22px var(--paper);
}

@media (max-width: 1540px) {
  .header-inner { gap: 22px; }
  .header-inner { height: 112px; }
  .brand-mark { width: 78px; height: 78px; }
  .brand-title { font-size: 36px; letter-spacing: 7px; }
  .brand-subtitle { font-size: 14px; letter-spacing: 7px; }
  .main-nav { gap: 22px; font-size: 15px; }
  .header-actions { gap: 16px; }
  .header-actions .btn {
    min-width: 154px;
    padding: 0 18px;
    font-size: 15px;
  }
  .hero {
    min-height: 782px;
    padding-top: 34px;
  }
  .hero-inner { min-height: 650px; }
  .hero-copy { padding-top: 46px; }
  .hero-copy p { margin-top: 36px; }
  .hero-actions { margin-top: 36px; }
  .benefits { margin-top: 48px; }
  .footer-inner { grid-template-columns: 330px 210px 230px 270px; }
  .footer-symbol { display: none; }
}

.two-col {
  display: grid;
  grid-template-columns: minmax(560px, 655px) minmax(520px, 1fr);
  column-gap: 78px;
  row-gap: 62px;
  align-items: start;
}
.block-head,
.reviews-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 42px;
  font-weight: 500;
  line-height: 1.05;
}
.text-link {
  border: 0;
  background: transparent;
  color: var(--rose);
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 15px;
  white-space: nowrap;
}
.text-link span { font-size: 24px; line-height: 0; }

.schedule-card {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 26px;
  min-height: 423px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 28px 30px 22px 18px;
  background: rgba(255, 255, 255, 0.34);
}
.days {
  display: grid;
  gap: 7px;
  padding-right: 16px;
  border-right: 1px solid var(--line);
}
.days button {
  border: 0;
  border-radius: 7px;
  background: #f8eeee;
  color: var(--ink);
  min-height: 50px;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.days .active {
  background: linear-gradient(180deg, #c97182, #b85b70);
  color: var(--white);
}
.schedule-list { padding-top: 10px; }
.schedule-row {
  display: grid;
  grid-template-columns: 146px minmax(130px, 1.25fr) minmax(82px, 0.8fr) 70px;
  gap: 22px;
  align-items: center;
  min-height: 76px;
  color: #34393b;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
}
.schedule-row:last-child { border-bottom: 0; }
.schedule-row span:first-child { white-space: nowrap; }

.trainers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.trainer-card {
  overflow: hidden;
  border-radius: 8px;
  background: #fbf1ed;
}
.trainer-card img {
  width: 100%;
  height: 268px;
  object-fit: cover;
}
.trainer-card div { padding: 21px 18px 20px; }
.trainer-card h3,
.price-card h3,
.beginner-item h3,
.review-card h3,
.footer h3 {
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0;
}
.trainer-card p,
.trainer-card span {
  color: var(--muted);
  display: block;
  font-size: 13px;
  line-height: 1.45;
  margin: 17px 0 0;
}
.trainer-card span { margin-top: 13px; }

.pricing-wrap h2 { margin-bottom: 36px; }
.prices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
}
.price-card {
  min-height: 236px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 44px 18px 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.28);
  gap: 18px;
}
.price-card.popular { border-color: var(--rose); }
.price-card h3 {
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;
  min-height: 42px;
  display: grid;
  place-items: center;
}
.price-badge {
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  padding: 9px 14px;
  border-radius: 5px;
  background: var(--rose);
  color: var(--white);
  font-size: 12px;
}
.price-card strong {
  font-family: var(--sans);
  font-size: clamp(31px, 2.08vw, 37px);
  line-height: 1;
  font-weight: 500;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  max-width: 100%;
  white-space: nowrap;
  color: var(--ink);
  font-variant-numeric: lining-nums tabular-nums;
}
.price-card .currency {
  font-size: 0.84em;
  line-height: 1;
}
.price-card small {
  font-family: var(--sans);
  font-size: 14px;
  color: var(--ink);
  flex-basis: 100%;
  margin-top: 4px;
}
.price-card .price-note {
  color: var(--rose);
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
  min-height: 18px;
}
.price-card .btn {
  width: 124px;
  min-height: 43px;
  padding: 0 18px;
  font-size: 14px;
  margin-top: auto;
}

.trial-banner {
  min-height: 542px;
  margin-top: 80px;
  align-self: start;
  border: 1px solid rgba(232, 207, 198, 0.72);
  border-radius: 18px;
  overflow: hidden;
  background: #efccc6;
  color: #2f383a;
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  padding: 52px;
  box-shadow: 0 20px 46px rgba(170, 103, 103, 0.13);
}
.trial-banner::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 68%;
  z-index: 1;
  background: linear-gradient(90deg, rgba(243, 213, 207, 0.98), rgba(243, 213, 207, 0.92) 52%, rgba(243, 213, 207, 0.62) 76%, rgba(243, 213, 207, 0));
  pointer-events: none;
}
.trial-banner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 104px;
  background: linear-gradient(180deg, rgba(239, 204, 198, 0), rgba(239, 204, 198, 0.34) 56%, rgba(239, 204, 198, 0.72) 100%);
  pointer-events: none;
}
.trial-copy {
  position: relative;
  z-index: 2;
  max-width: 282px;
}
.trial-copy h2 {
  color: #935a5b;
  font-size: 54px;
  line-height: 0.94;
  position: relative;
}
.trial-copy h2::after {
  content: "";
  display: block;
  width: 66px;
  height: 2px;
  margin-top: 22px;
  background: rgba(147, 90, 91, 0.5);
}
.trial-copy p {
  margin: 28px 0 34px;
  font-size: 18px;
  line-height: 1.55;
  color: #314347;
}
.trial-banner .btn-light {
  min-width: 194px;
  min-height: 56px;
  padding: 0 24px;
  gap: 12px;
  color: #9b5360;
  border-color: rgba(166, 95, 104, 0.16);
  background: rgba(255, 250, 247, 0.94);
  box-shadow: 0 14px 28px rgba(128, 72, 76, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.trial-banner .btn-light::after {
  content: "→";
  font-size: 18px;
  line-height: 1;
  transform: translateY(-1px);
}
.trial-banner .btn-light:hover {
  color: var(--white);
  background: linear-gradient(180deg, #c96f80, #b85a6e);
  border-color: transparent;
}
.trial-banner img {
  position: absolute;
  top: 0;
  right: -28px;
  bottom: 0;
  left: auto;
  width: 74%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  z-index: 0;
  filter: saturate(1.02) brightness(1.01);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.36) 18%, #000 40%, #000 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.36) 18%, #000 40%, #000 94%, transparent 100%);
}

.digital { padding-top: 26px; }
.digital-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: stretch;
}
.digital-card {
  min-height: 516px;
  border: 1px solid #e9d3ca;
  border-radius: 18px;
  background: #fff8f4;
  padding: 52px 44px 32px;
  overflow: hidden;
  position: relative;
}
.digital-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  display: none;
  pointer-events: none;
}
.digital-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.98) brightness(1.01);
}
.payment-bg { object-position: right center; }
.app-bg { object-position: 56% center; }
.app-card::before {
  background: none;
}
.payment-card {
  display: grid;
  grid-template-columns: minmax(0, 330px) 1fr;
  grid-template-rows: 1fr auto;
  gap: 24px 18px;
  align-items: center;
}
.app-card {
  display: grid;
  grid-template-columns: minmax(0, 330px) 1fr;
  grid-template-rows: 1fr;
  gap: 16px;
  align-items: center;
}
.digital-card h2 {
  font-size: 40px;
  line-height: 1.03;
  margin-bottom: 24px;
}
.payment-copy p,
.app-copy p {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
  margin: 0;
}
.payment-copy p { max-width: 320px; }
.app-copy p { max-width: 330px; }
.payment-copy,
.app-copy,
.pay-media,
.app-media,
.pay-logos,
.check-list {
  position: relative;
  z-index: 2;
}
.pay-media {
  width: 100%;
  height: 100%;
  min-width: 0;
  overflow: visible;
  pointer-events: none;
}
.payment-card > .pay-media,
.app-card > .app-media {
  position: absolute;
  z-index: 1;
  height: auto;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  mix-blend-mode: normal;
  opacity: 1;
  filter: saturate(1.02) contrast(1.01);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.28) 18%, #000 36%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.28) 18%, #000 36%, #000 100%);
}
.payment-card > .pay-media {
  top: 16px;
  right: 20px;
  bottom: 96px;
  width: 42%;
  background-image: url("assets/digital/payment-phone-card.webp");
  background-position: right top;
}
.app-card > .app-media {
  top: 16px;
  right: 12px;
  bottom: 18px;
  width: 46%;
  background-image: url("assets/digital/app-phone-card.webp");
  background-position: right center;
}
.pay-card-shape {
  position: absolute;
  left: 0;
  bottom: 44px;
  width: min(74%, 236px);
  height: 142px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), transparent 38%),
    linear-gradient(135deg, #e6c2c4, #d59ba5);
  box-shadow: 0 20px 34px rgba(127, 82, 88, 0.16);
  transform: rotate(-5deg);
}
.pay-card-shape::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 26px;
  width: 34px;
  height: 25px;
  border-radius: 6px;
  border: 1px solid rgba(143, 102, 104, 0.34);
  background: rgba(255, 248, 244, 0.44);
}
.phone-mockup {
  position: absolute;
  background: #22282b;
  border: 7px solid #22282b;
  border-radius: 34px;
  box-shadow: 0 24px 42px rgba(50, 43, 44, 0.22);
  overflow: hidden;
}
.phone-notch {
  position: absolute;
  top: 8px;
  left: 50%;
  z-index: 4;
  width: 58px;
  height: 16px;
  border-radius: 999px;
  background: #15191b;
  transform: translateX(-50%);
}
.phone-screen {
  position: absolute;
  inset: 7px;
  overflow: hidden;
  border-radius: 25px;
  background: #fffaf7;
  padding: 27px 14px 14px;
}
.screen-status {
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #3d4346;
  font-size: 9px;
  font-weight: 600;
}
.screen-status span:last-child {
  width: 34px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #31383b 0 38%, transparent 38% 48%, #31383b 48% 74%, transparent 74% 82%, #31383b 82%);
  opacity: 0.72;
}
.payment-phone {
  right: 18px;
  top: 0;
  width: 166px;
  height: 330px;
  transform: rotate(3deg);
}
.payment-screen {
  display: grid;
  grid-template-rows: auto 1fr auto auto auto;
  align-items: center;
  justify-items: center;
  gap: 12px;
  background:
    radial-gradient(circle at 50% 28%, rgba(214, 115, 132, 0.13), transparent 30%),
    linear-gradient(180deg, #fffefe, #fff6f1);
}
.success-mark {
  width: 64px;
  height: 64px;
  border: 2px solid #55b76f;
  border-radius: 50%;
  color: #55a96a;
  display: grid;
  place-items: center;
  font-size: 34px;
  font-weight: 500;
}
.payment-sum {
  color: var(--ink);
  font-size: 20px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.screen-lines {
  width: 100%;
  display: grid;
  gap: 7px;
}
.screen-lines span {
  height: 7px;
  border-radius: 999px;
  background: rgba(189, 100, 119, 0.13);
}
.screen-lines span:nth-child(2) {
  width: 74%;
  justify-self: center;
}
.screen-lines span:nth-child(3) {
  width: 54%;
  justify-self: center;
}
.screen-action {
  width: 100%;
  height: 38px;
  border-radius: 9px;
  background: linear-gradient(180deg, #cf7b8c, #bd6377);
}
.pay-logos {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 12px;
  align-self: end;
}
.pay-method {
  aspect-ratio: 2.05 / 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(232, 207, 198, 0.52);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: none;
  padding: 10px 14px;
}
.pay-method img {
  width: 86%;
  height: 70%;
  object-fit: contain;
  filter: none;
}
.pay-method:nth-child(2) img,
.pay-method:nth-child(3) img,
.pay-method:nth-child(4) img {
  width: 92%;
  height: 76%;
}
.check-list {
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 21px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.55;
  max-width: 266px;
}
.check-list li {
  position: relative;
  padding-left: 30px;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -2px;
  color: var(--rose);
  font-size: 20px;
}
.app-media {
  width: 100%;
  height: 100%;
  min-width: 0;
  overflow: visible;
  pointer-events: none;
}
.app-phone-main {
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 172px;
  height: 350px;
  transform: rotate(-3deg);
}
.app-phone-back {
  right: 0;
  top: 24px;
  z-index: 1;
  width: 148px;
  height: 310px;
  transform: rotate(6deg);
  opacity: 0.96;
}
.app-screen {
  display: grid;
  grid-template-rows: auto 26px 118px 92px 38px 28px;
  gap: 12px;
  background:
    radial-gradient(circle at 72% 42%, rgba(214, 115, 132, 0.11), transparent 34%),
    linear-gradient(180deg, #fffefe, #fff6f1);
}
.app-topline,
.lesson-card,
.progress-card {
  border: 1px solid rgba(232, 207, 198, 0.76);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 8px 16px rgba(137, 86, 90, 0.06);
}
.app-topline {
  width: 78%;
  height: 18px;
  border-radius: 999px;
}
.lesson-card {
  border-radius: 14px;
  padding: 16px 14px;
  display: grid;
  align-content: end;
  gap: 7px;
}
.lesson-card span {
  color: var(--rose);
  font-size: 10px;
  font-weight: 500;
}
.lesson-card strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 600;
}
.progress-card {
  border-radius: 14px;
  padding: 18px 14px;
  display: grid;
  align-content: center;
  gap: 12px;
}
.progress-card span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: rgba(191, 100, 119, 0.13);
}
.progress-card span:last-child {
  width: 68%;
  background: linear-gradient(90deg, #c46d7f 0 72%, rgba(191, 100, 119, 0.16) 72%);
}
.app-cta {
  border-radius: 10px;
  background: linear-gradient(180deg, #cf7b8c, #bd6377);
}
.app-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  align-items: end;
}
.app-tabs span {
  height: 16px;
  border-radius: 999px 999px 6px 6px;
  background: rgba(191, 100, 119, 0.16);
}
.schedule-screen {
  display: grid;
  grid-template-rows: auto 46px 1fr;
  gap: 13px;
  background: linear-gradient(180deg, #fffefe, #fff7f2);
}
.calendar-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}
.calendar-row span {
  border-radius: 10px;
  background: rgba(191, 100, 119, 0.12);
}
.calendar-row span:nth-child(2) {
  background: rgba(191, 100, 119, 0.28);
}
.schedule-mini {
  display: grid;
  gap: 10px;
  align-content: start;
}
.schedule-mini span {
  height: 48px;
  border: 1px solid rgba(232, 207, 198, 0.7);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.58);
}
.app-strip {
  grid-column: 1 / -1;
  min-height: 188px;
  border-radius: 18px;
  background: #fff5f0;
  display: grid;
  grid-template-columns: 112px minmax(320px, 430px) minmax(320px, 1fr);
  align-items: center;
  gap: 32px;
  padding: 26px 48px 26px 64px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(232, 207, 198, 0.7);
}
.app-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 248, 244, 0.97) 0%, rgba(255, 248, 244, 0.88) 43%, rgba(255, 248, 244, 0.2) 68%, rgba(255, 248, 244, 0) 100%);
  pointer-events: none;
}
.app-strip-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.98) brightness(1.02);
}
.app-strip .brand-mark {
  width: 104px;
  height: 104px;
  position: relative;
  z-index: 2;
}
.app-strip p {
  margin: 0;
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1.22;
  max-width: 430px;
  position: relative;
  z-index: 2;
}
.strip-media {
  display: none;
  width: min(100%, 455px);
  min-height: 136px;
  justify-self: end;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(232, 207, 198, 0.72);
  border-radius: 14px;
  background: rgba(255, 252, 249, 0.62);
  box-shadow: 0 16px 30px rgba(128, 78, 83, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
}
.strip-media img {
  width: 100%;
  max-width: 445px;
  height: auto;
  object-fit: contain;
  filter: saturate(0.98) contrast(0.99);
  opacity: 0.96;
}

.closing { padding: 30px 0 0; }
.beginner {
  min-height: 325px;
  border-radius: 14px;
  background: linear-gradient(90deg, #fbefef, #fff3f6);
  position: relative;
  overflow: hidden;
  padding: 55px 48px 40px;
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 34px;
  row-gap: 42px;
  align-items: center;
}
.beginner-title {
  grid-column: 1 / -1;
  font-family: var(--serif);
  font-size: 52px;
  line-height: 0.95;
}
.beginner-title span { color: var(--rose); }
.beginner-items {
  display: grid;
  grid-template-columns: 280px 310px 350px;
  gap: 28px;
  position: relative;
  z-index: 2;
}
.beginner-item {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 20px;
  align-items: center;
  position: relative;
}
.beginner-item + .beginner-item::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 8px;
  width: 1px;
  height: 90px;
  background: #e7d1ca;
}
.beginner-item p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}
.round-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.54);
  color: var(--rose);
  position: relative;
  display: inline-grid;
  place-items: center;
}
.round-icon svg {
  width: 44px;
  height: 44px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.logo-mini::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='50' cy='50' r='40'/%3E%3Ccircle cx='50' cy='30' r='8'/%3E%3Cpath d='M25 75c7-18 19-27 25-27s18 9 25 27'/%3E%3Cpath d='M34 80c5-10 11-15 16-15s11 5 16 15'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='50' cy='50' r='40'/%3E%3Ccircle cx='50' cy='30' r='8'/%3E%3Cpath d='M25 75c7-18 19-27 25-27s18 9 25 27'/%3E%3Cpath d='M34 80c5-10 11-15 16-15s11 5 16 15'/%3E%3C/g%3E%3C/svg%3E");
}
.heart-mini::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 54S9 39 9 23c0-8 6-13 13-13 5 0 9 3 10 7 1-4 5-7 10-7 7 0 13 5 13 13 0 16-23 31-23 31Z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 54S9 39 9 23c0-8 6-13 13-13 5 0 9 3 10 7 1-4 5-7 10-7 7 0 13 5 13 13 0 16-23 31-23 31Z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.percent-mini::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M32 5l6 7 9-1 2 9 8 5-4 8 4 8-8 5-2 9-9-1-6 7-6-7-9 1-2-9-8-5 4-8-4-8 8-5 2-9 9 1 6-7Z'/%3E%3Cpath d='m23 41 18-18'/%3E%3Ccircle cx='24' cy='24' r='3'/%3E%3Ccircle cx='40' cy='40' r='3'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M32 5l6 7 9-1 2 9 8 5-4 8 4 8-8 5-2 9-9-1-6 7-6-7-9 1-2-9-8-5 4-8-4-8 8-5 2-9 9 1 6-7Z'/%3E%3Cpath d='m23 41 18-18'/%3E%3Ccircle cx='24' cy='24' r='3'/%3E%3Ccircle cx='40' cy='40' r='3'/%3E%3C/g%3E%3C/svg%3E");
}
.beginner > .btn {
  width: 250px;
  position: relative;
  z-index: 2;
}
.beginner > img {
  position: absolute;
  right: 28px;
  top: 18px;
  width: 286px;
  height: 205px;
  opacity: 0.24;
  mix-blend-mode: multiply;
  -webkit-mask-image: radial-gradient(circle at 62% 46%, #000 0 48%, transparent 76%);
  mask-image: radial-gradient(circle at 62% 46%, #000 0 48%, transparent 76%);
}

.reviews-head {
  margin: 68px 0 34px;
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  margin: 0 0 54px;
}
.review-card {
  min-height: 292px;
  border-radius: 12px;
  background: #fbf1ef;
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 28px;
  padding: 36px 34px;
  align-items: start;
}
.review-card img {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
}
.review-card:nth-child(3) img {
  object-position: center 38%;
  transform: scale(1.03);
}
.review-copy > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
}
.review-card h3 {
  font-size: 25px;
  line-height: 1.1;
}
.review-copy span {
  color: #e96d72;
  font-size: 17px;
  letter-spacing: 3px;
  white-space: nowrap;
}
.review-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.82;
}

.footer {
  background: linear-gradient(135deg, #ba6875, #c17683);
  color: rgba(255, 255, 255, 0.94);
  padding: 48px 0 28px;
}
.footer-inner {
  min-height: 258px;
  display: grid;
  grid-template-columns: 330px 210px 230px 270px 1fr;
  gap: 34px;
  align-items: start;
}
.brand-light { color: var(--white); gap: 18px; }
.brand-light .brand-mark {
  width: 86px;
  height: 86px;
  color: var(--white);
}
.brand-light .brand-mark svg {
  stroke-width: 2.15;
}
.brand-light .brand-title { font-size: 32px; letter-spacing: 7px; }
.brand-light .brand-subtitle { color: var(--white); font-size: 12px; letter-spacing: 7px; }
.footer .brand-light:hover,
.footer .brand-light:focus-visible {
  color: var(--white);
  opacity: 0.96;
}
.footer .brand-light:hover .brand-subtitle,
.footer .brand-light:focus-visible .brand-subtitle {
  color: var(--white);
}
.footer-brand {
  padding-right: 46px;
  border-right: 1px solid rgba(255, 255, 255, 0.45);
}
.footer-brand .brand-light {
  transform: translateX(-8px);
}
.footer-brand p {
  margin: 24px 0 28px;
  font-size: 14px;
  line-height: 1.8;
}
.socials {
  display: flex;
  gap: 18px;
  align-items: center;
}
.socials a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--white);
  color: var(--rose);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.socials svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.socials a[aria-label="VK"] svg,
.socials a[aria-label="Telegram"] svg {
  fill: currentColor;
  stroke: none;
}
.socials a[aria-label="VK"] svg {
  width: 23px;
  height: 23px;
}
.socials a[aria-label="Telegram"] svg {
  width: 23px;
  height: 23px;
}
.socials a[aria-label="Telegram"] svg path:last-child {
  fill: none;
  stroke: #fff;
  stroke-width: 1.25;
}
.footer-col {
  display: grid;
  gap: 18px;
  font-size: 14px;
  line-height: 1.3;
}
.footer h3 {
  color: var(--white);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.footer button {
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  text-align: left;
}
.contacts { font-style: normal; }
.contacts > a,
.contacts > span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-left: 0;
  position: relative;
}
.contacts > a::before,
.contacts > span::before {
  content: none;
}
.contact-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: inline-grid;
  place-items: center;
  color: var(--white);
}
.contact-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.footer-symbol {
  justify-self: end;
  align-self: center;
  width: 210px;
  height: 210px;
  color: rgba(255, 255, 255, 0.48);
}
.copyright {
  width: min(var(--container), calc(100% - 88px));
  margin: 8px auto 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: 24px;
}
.modal.is-open { display: grid; }
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(39, 34, 34, 0.34);
  backdrop-filter: blur(6px);
}
.modal-card {
  width: min(820px, calc(100vw - 40px));
  max-height: min(86vh, 820px);
  overflow: auto;
  position: relative;
  z-index: 2;
  border-radius: 16px;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 28px 70px rgba(84, 48, 55, 0.22);
  padding: 44px;
}
.modal-card.details { width: min(1040px, calc(100vw - 40px)); }
.modal-close {
  position: absolute;
  right: 18px;
  top: 16px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--rose);
  font-size: 28px;
  line-height: 1;
}
.modal-head h2 { margin-bottom: 12px; }
.modal-head p {
  color: var(--muted);
  margin: 0 0 28px;
  line-height: 1.6;
}
.booking-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.booking-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 500;
}
.booking-form input,
.booking-form select {
  width: 100%;
  height: 52px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  padding: 0 14px;
  outline: none;
}
.booking-form input:focus,
.booking-form select:focus {
  border-color: var(--rose);
  box-shadow: 0 0 0 3px rgba(191, 100, 119, 0.12);
}
.booking-form .btn,
.form-status {
  grid-column: 1 / -1;
}
.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--rose);
}
.details-body {
  display: grid;
  gap: 14px;
}
.details-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.details-item {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff8f4;
  padding: 18px;
}
.details-item strong {
  display: block;
  font-family: var(--serif);
  font-size: 24px;
  margin-bottom: 8px;
}
.details-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

@media (max-width: 1280px) {
  .container,
  .header-inner,
  .hero-inner,
  .footer-inner,
  .copyright {
    width: min(1120px, calc(100% - 48px));
  }
  .header-inner { height: 120px; }
  .brand-mark { width: 72px; height: 72px; }
  .brand-title { font-size: 34px; letter-spacing: 6px; }
  .brand-subtitle { font-size: 13px; letter-spacing: 6px; }
  .main-nav { gap: 26px; }
  .header-actions .btn {
    min-width: 166px;
    min-height: 50px;
    padding: 0 24px;
    font-size: 16px;
  }
  .header-actions .btn-outline { display: none; }
  .hero { min-height: 770px; padding-top: 40px; }
  .hero-copy { width: 560px; padding-top: 60px; }
  .hero h1 { font-size: 64px; }
  .hero-copy p,
  .benefits { width: 530px; }
  .hero-copy p { font-size: 20px; margin-top: 42px; }
  .hero-actions { gap: 22px; }
  .hero-media { width: 620px; right: 0; }
  .two-col { grid-template-columns: 1fr; }
  .block-head:nth-of-type(2) { margin-top: -40px; }
  .trainers-grid { max-width: 670px; }
  .pricing-wrap,
  .trial-banner { grid-column: auto; }
  .trial-banner {
    min-height: 500px;
    margin-top: 0;
  }
  .digital-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .digital-card {
    min-height: 450px;
    padding: 34px 30px 28px;
  }
  .payment-card,
  .app-card {
    grid-template-columns: minmax(178px, 0.78fr) minmax(210px, 1fr);
    gap: 16px;
  }
  .digital-card h2 {
    font-size: 34px;
    margin-bottom: 18px;
  }
  .payment-copy p,
  .app-copy p {
    font-size: 16px;
    max-width: 380px;
  }
  .payment-bg { object-position: right center; }
  .app-bg { object-position: center center; }
  .pay-media,
  .app-media {
    width: 100%;
    justify-self: stretch;
  }
  .payment-card > .pay-media,
  .app-card > .app-media {
    width: 58%;
  }
  .pay-logos { gap: 10px; }
  .pay-method {
    min-height: 52px;
    font-size: 14px;
  }
  .check-list {
    gap: 13px;
    font-size: 14px;
  }
  .app-strip {
    grid-template-columns: 104px minmax(300px, 420px) 1fr;
    padding-left: 48px;
  }
  .app-strip-bg { object-position: center center; }
  .strip-media { width: 100%; }
  .beginner { grid-template-columns: 1fr; }
  .beginner-items { grid-template-columns: 1fr 1fr 1fr; }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1.2fr 0.8fr 0.9fr 1fr; }
  .footer-symbol { display: none; }
}

@media (max-width: 1100px) {
  .header-inner {
    height: auto;
    min-height: 96px;
    flex-wrap: wrap;
  }
  .main-nav {
    order: 3;
    display: none;
    width: 100%;
    grid-template-columns: repeat(3, max-content);
    justify-content: start;
    gap: 16px 28px;
    padding: 0 0 20px;
  }
  .site-header.menu-open .main-nav { display: grid; }
  .header-actions .btn { display: none; }
  .menu-toggle { display: block; }
}

@media (max-width: 900px) {
  .section-pad { padding: 36px 0 50px; }
  .header-inner { height: auto; min-height: 96px; flex-wrap: wrap; }
  .main-nav {
    order: 3;
    display: none;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 0 0 20px;
  }
  .site-header.menu-open .main-nav { display: grid; }
  .header-actions .btn { display: none; }
  .menu-toggle { display: block; }
  .hero {
    min-height: 0;
    padding-top: 8px;
  }
  .hero-inner {
    min-height: 0;
    display: grid;
    gap: 26px;
  }
  .hero-copy {
    width: 100%;
    padding-top: 20px;
  }
  .hero h1 { font-size: 56px; }
  .hero-copy p {
    width: 100%;
    font-size: 18px;
    margin-top: 32px;
  }
  .hero-actions {
    flex-wrap: wrap;
    margin-top: 34px;
  }
  .btn-wide { min-width: min(294px, 100%); }
  .benefits {
    width: 100%;
    margin-top: 42px;
  }
  .hero-media {
    position: relative;
    width: 100%;
    max-width: 712px;
    right: auto;
    top: auto;
    justify-self: end;
  }
  .hero-media img {
    width: 100%;
    max-width: 100%;
    transform: none;
  }
  .prices { grid-template-columns: repeat(2, 1fr); }
  .digital-grid { grid-template-columns: 1fr; }
  .trial-banner {
    min-height: 420px;
    margin-top: 0;
  }
  .trial-banner img {
    right: 10px;
    width: 78%;
    opacity: 0.92;
    object-position: right center;
  }
  .digital-card {
    padding: 32px;
    min-height: 500px;
  }
  .digital-card::before {
    background: linear-gradient(90deg, rgba(255, 247, 242, 0.98) 0%, rgba(255, 247, 242, 0.92) 44%, rgba(255, 247, 242, 0.28) 82%);
  }
  .payment-card,
  .app-card {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .payment-card > .pay-media,
  .app-card > .app-media {
    position: relative;
    inset: auto;
    width: 100%;
    grid-column: 1;
    grid-row: auto;
    justify-self: stretch;
    background-position: center bottom;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .payment-card > .pay-media { min-height: 340px; }
  .app-card > .app-media { min-height: 420px; }
  .payment-bg {
    opacity: 0.78;
    object-position: 60% center;
  }
  .app-bg {
    opacity: 0.72;
    object-position: 62% center;
  }
  .digital-card h2 { font-size: 40px; }
  .payment-copy p,
  .app-copy p {
    max-width: 640px;
  }
  .pay-media {
    width: min(100%, 360px);
    height: 340px;
    justify-self: center;
  }
  .pay-logos {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .pay-method {
    min-height: 58px;
    font-size: 14px;
  }
  .mir-logo { font-size: 22px; }
  .app-media {
    width: min(100%, 360px);
    height: 420px;
    justify-self: center;
  }
  .app-strip {
    grid-template-columns: 90px 1fr;
    gap: 20px;
    padding: 24px;
  }
  .app-strip::before {
    background: linear-gradient(90deg, rgba(255, 248, 244, 0.98), rgba(255, 248, 244, 0.88) 64%, rgba(255, 248, 244, 0.28));
  }
  .app-strip-bg {
    opacity: 0.76;
    object-position: 63% center;
  }
  .strip-media {
    grid-column: 1 / -1;
    justify-self: stretch;
    width: 100%;
  }
  .strip-media img {
    width: 100%;
    max-width: 445px;
  }
  .beginner-title { font-size: 44px; }
  .beginner-items { grid-template-columns: 1fr; }
  .beginner-item + .beginner-item::before { display: none; }
  .reviews-head { margin-left: 0; margin-right: 0; }
  .reviews-grid {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { border-right: 0; padding-right: 0; grid-column: 1 / -1; }
  .details-list { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .container,
  .header-inner,
  .hero-inner,
  .footer-inner,
  .copyright {
    width: min(100% - 32px, 520px);
  }
  .brand { gap: 12px; }
  .brand-mark { width: 58px; height: 58px; }
  .brand-title { font-size: 27px; letter-spacing: 4px; }
  .brand-subtitle { font-size: 10px; letter-spacing: 4px; }
  .hero h1 { font-size: 43px; }
  .hero h1 span { margin-top: 12px; }
  .hero-copy p { font-size: 16px; line-height: 1.55; }
  .hero-actions { display: grid; }
  .btn,
  .btn-wide {
    width: 100%;
    min-width: 0;
    min-height: 54px;
  }
  .benefits {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .benefit {
    min-height: 0;
    grid-template-columns: 58px 1fr;
    align-items: center;
    justify-items: start;
    text-align: left;
  }
  .benefit + .benefit::before { display: none; }
  h2 { font-size: 36px; }
  .block-head,
  .reviews-head {
    display: grid;
    gap: 14px;
  }
  .schedule-card {
    grid-template-columns: 1fr;
    padding: 16px;
  }
  .days {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 6px;
    overflow: visible;
    border-right: 0;
    padding-right: 0;
  }
  .days button {
    min-width: 0;
    min-height: 44px;
  }
  .schedule-row {
    grid-template-columns: 1fr 1fr;
    min-height: auto;
    padding: 16px 0;
  }
  .trainers-grid,
  .prices {
    grid-template-columns: 1fr;
  }
  .trainer-card img {
    width: 100%;
    height: 282px;
    margin: 0;
    object-position: center top;
  }
  .trial-banner {
    padding: 28px;
    min-height: 430px;
  }
  .trial-copy h2 { font-size: 38px; }
  .trial-banner::before {
    width: 100%;
    background: linear-gradient(90deg, rgba(243, 213, 207, 0.98), rgba(243, 213, 207, 0.86) 58%, rgba(243, 213, 207, 0.44));
  }
  .trial-banner img {
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.54;
    object-position: 64% center;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .digital-card {
    min-height: 500px;
    padding: 24px;
  }
  .app-card { min-height: 560px; }
  .digital-card::before {
    background: linear-gradient(180deg, rgba(255, 247, 242, 0.98) 0%, rgba(255, 247, 242, 0.88) 54%, rgba(255, 247, 242, 0.42) 100%);
  }
  .digital-card h2 { font-size: 35px; }
  .payment-copy p,
  .app-copy p {
    width: auto;
    font-size: 15px;
  }
  .brand.mini .brand-mark { width: 62px; height: 62px; }
  .brand.mini .brand-title { font-size: 28px; }
  .brand.mini .brand-subtitle { font-size: 10px; }
  .pay-media {
    width: min(100%, 306px);
    height: 300px;
  }
  .pay-card-shape {
    bottom: 38px;
    width: 210px;
    height: 124px;
  }
  .payment-phone {
    right: 18px;
    width: 148px;
    height: 294px;
  }
  .app-media {
    width: min(100%, 306px);
    height: 362px;
  }
  .app-phone-main {
    width: 162px;
    height: 328px;
  }
  .app-phone-back {
    width: 138px;
    height: 292px;
    top: 18px;
  }
  .phone-screen {
    inset: 6px;
    border-radius: 22px;
    padding: 25px 12px 12px;
  }
  .phone-notch {
    width: 50px;
    height: 14px;
  }
  .pay-logos {
    grid-template-columns: repeat(2, 1fr);
  }
  .pay-method { min-height: 58px; }
  .check-list { margin-top: 28px; }
  .app-strip {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 24px;
  }
  .app-strip::before {
    background: rgba(255, 248, 244, 0.8);
  }
  .app-strip-bg {
    opacity: 0.45;
    object-position: 70% center;
  }
  .app-strip .brand-mark { justify-self: center; }
  .app-strip p { font-size: 24px; }
  .strip-media {
    width: 100%;
    min-height: 118px;
    padding: 0 14px;
  }
  .strip-media img {
    width: 100%;
    height: auto;
  }
  .beginner {
    padding: 30px 24px;
  }
  .beginner-title { font-size: 38px; }
  .beginner > img { opacity: 0.28; right: -90px; }
  .beginner-item {
    grid-template-columns: 72px 1fr;
  }
  .review-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }
  .review-copy > div {
    display: grid;
    gap: 10px;
  }
  .footer-inner { grid-template-columns: 1fr; }
  .booking-form { grid-template-columns: 1fr; }
  .modal-card { padding: 32px 22px; }
}
