.device-benefits,
.results {
  padding: 96px max(5vw, 24px);
}

.brand-logo { display: flex; flex: 0 0 auto; width: 145px; height: 36px; }
.brand-logo img { width: 100%; height: 100%; object-fit: contain; }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; border-radius: 50%; background: #f3eff3; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; margin: 4px 0; border-radius: 2px; background: #242426; }
.topbar nav { gap: clamp(13px, 1.45vw, 27px); }
.topbar nav a { white-space: nowrap; }

.device-benefits {
  color: #fff;
  background: #242426;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading > span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(195, 42, 187, .58);
  border-radius: 999px;
  color: #dc65d6;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.section-heading h2 {
  margin: 0 0 14px;
  font-size: clamp(32px, 4.2vw, 58px);
  line-height: 1.03;
}

.section-heading p { margin: 0; color: #aaa; font-size: 17px; line-height: 1.6; }

.benefits-grid,
.results-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1440px;
  margin: 0 auto;
}

.benefit-card {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 24px;
  background: #151517;
  box-shadow: 0 24px 55px rgba(0,0,0,.22);
}

.benefit-card img { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; background: #050506; }
.benefit-card__copy { padding: 26px; }
.benefit-card__copy span { color: #dc65d6; font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.benefit-card__copy h3 { margin: 10px 0 9px; font-size: 24px; }
.benefit-card__copy p { margin: 0; color: #bdbdbf; line-height: 1.55; }

.results { background: #f7f5f4; }
.results-heading h2 { color: #242426; }
.results-heading p { color: #68686d; }
.result-card { overflow: hidden; margin: 0; border: 1px solid #ddd9dc; border-radius: 22px; background: #fff; box-shadow: 0 16px 40px rgba(25,20,25,.07); }
.result-card img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; }
.result-card figcaption { padding: 19px 22px 21px; color: #242426; font-size: 18px; font-weight: 800; }
.results-note { max-width: 900px; margin: 26px auto 0; color: #77747a; font-size: 13px; line-height: 1.55; text-align: center; }

@media (max-width: 900px) {
  .device-benefits, .results { padding-block: 70px; }
  .benefits-grid, .results-grid { grid-template-columns: 1fr; max-width: 620px; }
  .section-heading { margin-bottom: 30px; }
}

@media (max-width: 1180px) {
  .topbar { gap: 18px; }
  .topbar nav { gap: 14px; font-size: 12px; }
}

@media (max-width: 980px) {
  .topbar .nav-toggle { display: block; margin-left: auto; }
  .topbar nav { display: none; position: absolute; inset: 76px 18px auto; padding: 16px; border: 1px solid #e4dfe4; border-radius: 18px; background: rgba(255,255,255,.98); box-shadow: 0 18px 45px rgba(30,20,30,.14); }
  .topbar nav.open { display: grid; gap: 2px; }
  .topbar nav a { padding: 11px 12px; border-radius: 10px; font-size: 14px; }
  .topbar nav a:hover { background: rgba(195,42,187,.08); }
}

@media (max-width: 520px) {
  .brand-logo { width: 112px; height: 30px; }
  .topbar .header-cta { padding-inline: 13px; font-size: 11px; }
  .topbar nav { inset: 66px 18px auto; }
}

.site-footer {
  display: block;
  padding: 72px max(5vw, 24px) 24px;
  color: #fff;
  background: #18181b;
  font-size: 14px;
}

html body, html body * { font-family: Manrope, Arial, sans-serif !important; }

.gender-card {
  background:
    radial-gradient(circle at 50% 42%, rgba(195,42,187,.17), transparent 48%),
    linear-gradient(160deg, #47474e 0%, #303035 100%);
  border-color: #56565f;
  box-shadow: inset 0 1px rgba(255,255,255,.05);
}
.gender-card img {
  height: 270px;
  padding: 10px 5px 0;
  object-fit: contain;
  filter: saturate(.82) contrast(1.02);
  transform: scale(.96);
}
.gender-card:hover img, .gender-card.active img { filter: none; transform: scale(1); }
.gender-card b {
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(35,35,39,.82);
  font-size: 14px;
}
.gender-card.active {
  background:
    radial-gradient(circle at 50% 40%, rgba(195,42,187,.28), transparent 52%),
    linear-gradient(160deg, #4c3a4d 0%, #303035 100%);
}
.footer-main { display: grid; grid-template-columns: minmax(260px, 1.5fr) 1fr 1fr; gap: 64px; max-width: 1380px; margin: 0 auto 58px; }
.footer-logo { display: block; width: 190px; height: 42px; margin-bottom: 22px; }
.footer-logo img { width: 100%; height: 100%; object-fit: contain; filter: invert(1) grayscale(1) brightness(2); }
.footer-brand p { max-width: 380px; margin: 0 0 28px; color: #aaa9af; font-size: 15px; line-height: 1.7; }
.footer-book { display: inline-flex; align-items: center; gap: 30px; padding: 14px 19px; border-radius: 999px; background: #c32abb; font-weight: 800; }
.footer-book:hover { background: #982091; transform: translateY(-1px); }
.footer-column h3 { margin: 0 0 20px; color: #dc65d6; font-family: Manrope, Arial, sans-serif; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.footer-column nav, .footer-contacts { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-column a:not(.footer-book):hover { color: #dc65d6; }
.footer-socials { display: flex; gap: 9px; margin-top: 11px; }
.footer-socials a { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #4b4b51; border-radius: 50%; color: #fff; font-size: 11px; font-weight: 900; }
.footer-socials a:hover { border-color: #c32abb; background: #c32abb; color: #fff !important; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; max-width: 1380px; margin: auto; padding-top: 22px; border-top: 1px solid #35353a; color: #77777e; font-size: 12px; }

@media (max-width: 780px) {
  .site-footer { padding-top: 56px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 42px 28px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}
