.announcement b {
  color: var(--lime);
}
.nav-offer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  text-align: right;
}
.nav-offer small {
  font-size: 12px;
  color: var(--muted);
  line-height: 1;
}
.nav-offer b {
  font-size: 14px;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
}
.nav-offer,
.nav-offer:visited,
.nav-offer:hover,
.nav-offer:focus {
  color: var(--ink);
  text-decoration: none;
}
.nav-offer:hover b,
.nav-offer:focus b {
  color: var(--red);
}
.hero-offer {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 27px;
  padding: 16px 0;
  border-block: 1px solid var(--line);
  max-width: 540px;
}
.discount-burst {
  width: 66px;
  height: 66px;
  flex: 0 0 66px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--red);
  color: #fff;
  font: 700 15px Unbounded;
  transform: rotate(-8deg);
  box-shadow: 4px 4px 0 var(--ink);
}
.hero-price {
  display: grid;
  grid-template-columns: auto auto;
  align-items: end;
  column-gap: 8px;
}
.hero-price small,
.old-price span {
  grid-column: 1/-1;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  color: var(--muted);
}
.hero-price strong {
  font: 700 clamp(25px, 2.5vw, 38px) / 1 Unbounded;
  letter-spacing: -0.07em;
  white-space: nowrap;
}
.hero-price strong i {
  font-size: clamp(14px, 0.5em, 19px);
  font-style: normal;
  letter-spacing: 0;
}
.hero-price > span {
  font-size: 11px;
  font-weight: 800;
  color: var(--red);
  padding-bottom: 3px;
}
.old-price {
  border-left: 1px solid var(--line);
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.old-price s {
  font: 600 13px Unbounded;
  color: var(--muted);
  white-space: nowrap;
}
.old-price small {
  font-size: 11px;
  color: var(--muted);
}
.hero-actions {
  margin-top: 22px;
}
.price-block > span {
  background: var(--red);
  color: #fff !important;
  padding: 7px 11px;
  border-radius: 100px;
  font-weight: 800;
}
.price-block strong {
  color: var(--lime);
}
.sticky-offer {
  position: fixed;
  z-index: 80;
  left: 50%;
  bottom: calc(16px + env(safe-area-inset-bottom));
  transform: translateX(-50%);
  width: min(760px, calc(100% - 28px));
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 10px 11px 10px 20px;
  background: var(--ink);
  color: #fff;
  border: 1px solid #ffffff20;
  border-radius: 100px;
  box-shadow: 0 15px 45px #0006;
  transition: transform 0.3s ease;
}
.sticky-product {
  margin-right: auto;
}
.sticky-product span {
  display: block;
  font: 700 13px Unbounded;
}
.sticky-product small {
  display: block;
  color: #aaa;
  font-size: 11px;
  margin-top: 3px;
}
.sticky-saving {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sticky-saving > b {
  background: var(--red);
  border-radius: 50px;
  padding: 7px;
  font-size: 12px;
}
.sticky-saving span {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.sticky-saving s {
  font-size: 12px;
  color: #aaa;
}
.sticky-saving strong {
  font: 600 16px Unbounded;
  color: var(--lime);
  white-space: nowrap;
}
.sticky-offer .btn {
  padding: 13px 18px;
}
@media (max-width: 600px) {
  .announcement {
    min-height: 38px;
    padding-inline: 8px;
    line-height: 1.35;
  }
  .nav-offer small {
    display: none;
  }
  .nav-offer {
    display: flex;
    gap: 4px;
  }
  .nav-offer b {
    font-size: 13px;
  }
  .nav-offer:before {
    content: "";
  }
  .hero-offer {
    gap: 11px;
  }
  .discount-burst {
    width: 55px;
    height: 55px;
    flex-basis: 55px;
    font-size: 13px;
  }
  .hero-price strong {
    font-size: 24px;
  }
  .old-price {
    padding-left: 11px;
  }
  .old-price s {
    font-size: 12px;
  }
  .hero-actions .btn {
    font-size: 14px;
  }
  .sticky-offer {
    bottom: calc(8px + env(safe-area-inset-bottom));
    border-radius: 20px;
    padding: 8px 8px 8px 12px;
    gap: 8px;
  }
  .sticky-product {
    display: none;
  }
  .sticky-saving {
    margin-right: auto;
    gap: 7px;
  }
  .sticky-saving strong {
    font-size: 15px;
  }
  .sticky-offer .btn {
    padding: 12px 13px;
    gap: 12px;
    font-size: 14px;
  }
  .footer {
    padding-bottom: 115px;
  }
}

.comparison-card {
  position: relative;
  background: #f7f6f2;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px 20px 66px;
  overflow: hidden;
  box-shadow: 0 22px 60px #221f1712;
}
.comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}
.comparison-table caption {
  padding: 10px 15px 24px;
  text-align: left;
}
.comparison-table caption span {
  display: block;
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.comparison-table caption strong {
  display: block;
  margin-top: 8px;
  font: 600 22px/1.15 Unbounded;
  letter-spacing: -0.05em;
}
.comparison-table thead th {
  height: 140px;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  text-transform: uppercase;
}
.comparison-table thead th:first-child {
  width: 38%;
  padding: 15px;
  color: var(--muted);
  text-align: left;
  vertical-align: bottom;
}
.comparison-table thead th:not(:first-child) {
  text-align: center;
  vertical-align: middle;
}
.comparison-table thead img {
  display: block;
  width: 95px;
  height: 95px;
  margin: 0 auto 3px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.comparison-table .featured-product {
  border-radius: 18px 18px 0 0;
  background: #ffd7bd;
  color: #8f3b0f;
}
.comparison-table .other-product {
  color: var(--muted);
}
.comparison-table .other-mark {
  display: grid;
  width: 65px;
  height: 65px;
  margin: 0 auto 10px;
  place-items: center;
  border-radius: 50%;
  background: #e6e5df;
  color: #666;
  font: 600 30px Unbounded;
}
.comparison-table tbody th,
.comparison-table tbody td {
  min-height: 46px;
  padding: 12px 10px;
  border-bottom: 1px solid #deddd8;
  font-size: 13px;
  line-height: 1.35;
}
.comparison-table tbody th {
  padding-left: 15px;
  color: #464640;
  font-weight: 600;
  text-align: left;
}
.comparison-table tbody td {
  color: var(--muted);
  font-weight: 600;
  text-align: center;
}
.comparison-table tbody td:nth-child(2) {
  background: #fff0e6;
  color: #8f3b0f;
  font-weight: 800;
}
.comparison-table .icon-row td {
  font-size: 18px;
}
.comparison-table .icon-row td:nth-child(2) {
  background: #9a4312;
  color: #fff;
}
.comparison-card .image-caption {
  left: 20px;
  bottom: 16px;
}
.calculator h2 {
  max-width: 650px;
  font-size: clamp(48px, 5vw, 76px);
  line-height: 0.98;
}
.calc-copy p {
  max-width: 520px;
}
.plan-selector {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 24px;
}
.plan-selector button {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #e7e4dc;
  padding: 16px 10px;
  text-align: left;
  transition: 0.2s ease;
  overflow: hidden;
}
.plan-selector button:hover {
  transform: translateY(-2px);
  border-color: var(--ink);
}
.plan-selector button.active {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
  box-shadow: 0 7px 0 var(--lime);
}
.plan-selector button.active:after {
  content: "✓";
  position: absolute;
  right: 9px;
  top: 8px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--lime);
  color: var(--ink);
  font-size: 10px;
  font-weight: 900;
}
.plan-selector small {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--muted);
}
.plan-selector button.active small {
  color: #aaa;
}
.plan-selector strong {
  display: block;
  font: 600 22px Unbounded;
  letter-spacing: -0.06em;
  margin: 8px 0 4px;
  white-space: nowrap;
}
.plan-selector strong i {
  font: 700 11px Manrope;
  font-style: normal;
  letter-spacing: 0;
}
.plan-selector span {
  display: block;
  font-size: 12px;
  font-weight: 800;
  color: var(--red);
}
.plan-selector button.active span {
  color: var(--lime);
}
.plan-selector + .plan-result .workout-result {
  margin-top: 28px;
}
.calc-note {
  display: block;
  text-align: center;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
  margin: 10px auto 0;
  max-width: 410px;
}
.service-section {
  background: #dedbd3;
  padding: 115px 0;
}
.service-head {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 60px;
  margin-bottom: 55px;
}
.service-head .kicker {
  grid-column: 1/-1;
}
.service-head h2 {
  font: 600 clamp(42px, 5vw, 72px) / 0.96 Unbounded;
  letter-spacing: -0.07em;
  margin: 0;
}
.service-head h2 em {
  font-style: normal;
  color: var(--red);
}
.service-head p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 16px;
  margin: 0;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.service-card {
  background: var(--paper);
  border-radius: 20px;
  padding: 25px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
}
.service-card > span {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--lime);
  font-size: 11px;
  font-weight: 900;
}
.service-card b {
  font: 600 18px/1.25 Unbounded;
  letter-spacing: -0.04em;
  margin-top: auto;
}
.service-card p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
  margin: 12px 0 0;
}
.modal-benefits {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin: -5px 0 20px;
  color: #4b4b46;
  font-size: 11px;
  font-weight: 800;
}
.sticky-offer {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, calc(100% + 40px));
  transition:
    transform 0.3s ease,
    opacity 0.3s ease,
    visibility 0s linear 0.3s;
}
.sticky-offer.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
  transition-delay: 0s;
}
.hero,
.hero-copy {
  min-width: 0;
}
@media (max-width: 600px) {
  .comparison-card {
    padding: 12px 12px 60px;
  }
  .comparison-table caption {
    padding: 8px 4px 22px;
  }
  .comparison-table caption strong {
    font-size: 20px;
  }
  .comparison-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
  .comparison-table,
  .comparison-table tbody,
  .comparison-table tr,
  .comparison-table th,
  .comparison-table td {
    display: block;
    width: 100%;
  }
  .comparison-table tbody tr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 15px;
    border-bottom: 1px solid var(--line);
  }
  .comparison-table tbody th {
    grid-column: 1/-1;
    padding: 0 4px 10px;
    border: 0;
    font-size: 13px;
  }
  .comparison-table tbody td {
    display: flex;
    min-height: 70px;
    padding: 11px 9px;
    flex-direction: column;
    justify-content: space-between;
    border: 0;
    font-size: 13px;
    text-align: left;
  }
  .comparison-table tbody td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 8px;
    color: #555;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
  .comparison-table tbody td:nth-child(2) {
    border-radius: 12px 0 0;
  }
  .comparison-table tbody td:nth-child(3) {
    border-radius: 0 12px 0 0;
    background: #eceae4;
  }
  .comparison-table .icon-row td {
    font-size: 18px;
  }
  .comparison-card .image-caption {
    left: 12px;
  }
}
@media (max-width: 600px) {
  .plan-selector {
    gap: 5px;
  }
  .plan-selector button {
    padding: 13px 7px;
    border-radius: 12px;
  }
  .plan-selector strong {
    font-size: 17px;
  }
  .plan-selector button.active:after {
    display: none;
  }
}
@media (max-width: 900px) {
  .service-head {
    grid-template-columns: 1fr;
  }
  .service-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .hero h1 {
    font-size: clamp(43px, 12.8vw, 50px);
    line-height: 0.97;
    letter-spacing: -0.075em;
  }
  .hero-lead {
    max-width: 100%;
  }
  .service-section {
    padding: 80px 0;
  }
  .service-head {
    gap: 25px;
    margin-bottom: 35px;
  }
  .service-head h2 {
    font-size: 43px;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    min-height: 175px;
  }
  .modal-benefits {
    flex-direction: column;
    gap: 5px;
  }
}
@media (max-width: 360px) {
  .hero h1 {
    font-size: 42px;
  }
  .section-head h2,
  .space h2,
  .calculator h2,
  .faq h2 {
    font-size: 38px;
  }
}
