/* Consolidated DS layer: legacy main.css + product overrides.
   Keep this file as single source for short landing visuals. */
html {
  overflow-x: hidden;
}

:root {
  --radius-card: 20px;
  --radius-media: 16px;
  --legacy-color-text: var(--ds-color-text, #000000);
  --legacy-color-text-muted: var(--ds-color-text-muted, #333333);
  --legacy-color-heading: var(--ds-color-text, #111111);
  --legacy-color-primary: var(--product-primary, var(--ds-color-primary, #C90008));
  --legacy-color-primary-strong: var(--product-primary-strong, var(--ds-color-primary-strong, #530D10));
  --legacy-color-on-primary: #fff9f8;
  --legacy-color-input-border: #cccccc;
}

body {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
  overflow: visible !important;
  color: var(--legacy-color-text);
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a,
button {
  outline: none;
}

h1,
h2,
h3,
p {
  margin: 0;
}

p {
  color: var(--legacy-color-text-muted);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.section-hero p {
  text-align: left;
}

h1 {
  color: #EE877C;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  text-transform: none;
}

section:not(.section-hero) h2 {
  font-size: 36px;
  color: var(--legacy-color-heading);
  text-transform: none;
}

section:not(.section-hero):not(.section-solution):not(.section-proof) h2 {
  margin-bottom: 24px;
}

input[type='text'] {
  width: 100%;
  color: var(--legacy-color-text-muted);
  height: 55px;
  border: solid 1px var(--legacy-color-input-border);
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}

button,
input[type='submit'] {
  border-radius: 34px;
  background: var(--legacy-color-primary);
  position: relative;
  padding: 17px 90px 17px 32px;
  border: none;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--legacy-color-on-primary);
}

input[type='submit'] {
  padding: 17px 32px;
}

button::before {
  background: url('../img/button_arr.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  content: '';
  right: 33px;
  top: 12px;
  width: 32px;
  height: 32px;
}

.openModal:active {
  transform: scale(0.95);
}

.openModal:hover {
  background-color: var(--legacy-color-primary-strong);
  transform: scale(0.95);
}

section {
  padding: 32px 0;
  position: relative;
}

img {
  max-width: 100%;
}

#menu {
  width: 100%;
  background: #FFFDF7;
  padding: 8px 16px;
  box-sizing: border-box;
}

#menu.default {
  width: 100%;
  display: none;
}

#menu.fixed {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}

#menu button {
  display: block;
  margin: 0 auto;
}

.mob {
  display: none !important;
}

.bg {
  background: linear-gradient(180deg, #F3F3F3 73.74%, rgba(241, 241, 241, 0.00) 105.34%);
}

.section-hero {
  background: #FFFDF7;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.section-hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: transparent;
  border-bottom-left-radius: 0;
  z-index: 0;
}

.section-hero .container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
  align-items: center;
  z-index: 1;
}

.section-hero .content {
  width: auto;
  display: flex;
  flex-direction: column;
}

.badge {
  display: inline-flex;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 350;
  background: #FEFBBD;
  color: #ff7a5c;
  border-radius: 20px;
  align-self: flex-start;
  width: fit-content;
  max-width: 100%;
}

.section-hero h1 {
  font-size: 56px;
  margin: 24px 0 0;
  text-transform: none;
  font-weight: 600;
  line-height: 1.05;
  max-width: none;
  color: #111111;
}

.section-hero h1 .accent {
  display: block;
  color: #E87D73;
}

.section-hero h3 {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 1.45;
}

.hero-proof {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.hero-proof__badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #e6d4bf;
  background: #fef5ea;
  color: #8b4f29;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  padding: 6px 12px;
}

.hero-proof__quote {
  margin: 0;
  max-width: 420px;
  border: 1px solid #eadfce;
  border-radius: 14px;
  background: #fffaf2;
  color: #3b3b3b;
  font-size: 16px;
  line-height: 1.35;
  padding: 12px 14px;
}

.hero-proof__quote-after-list {
  margin-top: 12px;
}

.section-hero .benefits-block {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section-hero .benefits-block>p {
  font-size: 18px;
  line-height: 1.6;
  color: #000000;
  margin: 0;
  font-weight: 500;
}

.benefits__list {
  list-style: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.benefits__item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #2B2B2B;
  font-size: 16px;
  margin: 0;
}

.benefits__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(239, 135, 123, 0.1);
  color: #EF877B;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}

.section-hero .img.desk {
  position: relative;
  width: 80%;
  max-width: 520px;
  max-height: 520px;
  height: auto;
  margin: 0 auto;
  align-self: center;
  justify-self: center;
  filter: drop-shadow(0 22px 32px rgba(0, 0, 0, 0.12));
}

.section-hero iframe.img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 0;
}

.section-hero iframe.img.desk {
  max-height: none;
}

.section-hero #divprice {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding-top: 0;
  width: auto;
  margin-top: 0px;
}

.section-hero .section-hero-preprice {
  margin-top: 24px;
  text-align: left;
}

.section-hero #divprice p {
  width: 100%;
  margin: 0;
}

.section-hero #divprice .price {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.section-hero #divprice .price-stack {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.section-hero #divprice .price-note {
  font-size: 12px;
  color: #333333;
  font-weight: 400;
  line-height: 1.4;
}

.section-hero #divprice .price-note-row {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.section-hero #divprice .price-note-sep {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333333;
  align-self: center;
  flex: 0 0 auto;
}

.section-hero .price .price-current {
  color: #E87D73;
  font-size: 32px;
  font-weight: 700;
}

.section-hero .price .price-old {
  color: #7f7f7f;
  font-size: 24px;
  font-weight: 600;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: #a6a6a6;
}

.section-hero #divprice .cta-note {
  font-size: 14px;
  color: #333333;
  margin-top: 12px;
}


.section-hero #divprice .openModal {
  align-self: flex-start;
  width: 100%;
  max-width: 360px;
  padding: 10px 32px;
  font-size: 22px;
  font-weight: 700;
  text-transform: none;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(201, 0, 8, 0.2);
  margin-top: 12px;
  min-height: 40px;
  white-space: nowrap;
}

.section-hero #divprice .openModal::before {
  display: none;
}

#menu .openModal {
  width: 100%;
  max-width: 360px;
  padding: 10px 32px;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
  border-radius: 14px;
  min-height: 40px;
  box-shadow: 0 10px 24px rgba(201, 0, 8, 0.2);
}

#menu .openModal::before {
  display: none;
}

@keyframes heroSlideInLeft {
  from {
    opacity: 0;
    transform: translateX(-32px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes heroFadeInScale {
  from {
    opacity: 0;
    transform: scale(0.96);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.section-hero .hero-text {
  animation: heroSlideInLeft 0.7s ease-out both;
}

.section-hero .hero-image {
  animation: heroFadeInScale 0.9s ease-out 0.1s both;
}

.section-solution {
  background: #FFFDF7;
}

.section-solution h2,
.section-solution p {
  text-align: center;
}

.section-solution h2 {
  margin-bottom: 16px;
}

.section-solution p {
  margin-bottom: 24px;
}

.help-cards {
  display: flex;
  gap: 24px;
}

.help-card {
  flex: 1;
  background: #FEF8EF;
  border-radius: var(--radius-card);
  padding: 20px 22px 24px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.help-card img {
  width: 80px;
  height: 80px;
  padding: 16px;
  background: #FFF8BD;
  border-radius: 20px;
  object-fit: contain;
  display: block;
  margin: 14px auto;
}

.help-card h4 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.help-card p {
  font-size: 15px;
  line-height: 1.5;
}

.help-card:hover {
  transition: transform 0.2s ease;
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.help-why {
  background-color: #FEF8EF;
  border-radius: 12px;
  padding: 32px;
  max-width: 780px;
  margin: 32px auto 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.help-why h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 20px;
}

.steps {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.step {
  flex: 1;
  text-align: left;
}

.number {
  background-color: #ffabab;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto 10px;
}

.step p {
  font-size: 15px;
  color: #555555;
  line-height: 1.4;
  text-align: center;
}

.help-note {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 12px;
  margin-top: 20px;
  font-size: 14px;
  color: #555555;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.icon {
  color: #4a90e2;
  font-size: 16px;
  margin-right: 8px;
}

.section-problem {
  background: linear-gradient(#FFDFDC, #FFFDF7);
}

.section-problem h2 {
  text-align: center;
  margin-bottom: 48px;
}

.section-problem .items {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  max-width: none;
  width: 100%;
  margin: 0;
}

.section-problem .item {
  background: #ffffff;
  border-radius: var(--radius-card);
  padding: 20px 16px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.section-problem .item:hover {
  transform: translateY(-4px);
}

.section-problem .item .icon {
  width: 56px;
  height: 56px;
  margin: 0;
  background: #fff3ec;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-problem .item p {
  font-size: 14px;
  line-height: 1.4;
  color: #111827;
  margin: 0;
}

.accordion {
  max-width: 800px;
  margin: 0 auto;
}

.accordion .accordion_item {
  background-color: #ffffff;
  border-radius: 16px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 0;
}

.accordion .title_block {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  gap: 12px;
  cursor: pointer;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}

.accordion .num {
  color: #E87D73;
  font-size: 12px;
  font-weight: 600;
  margin-right: 15px;
  min-width: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #FFE8E6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.accordion .info {
  max-height: 0;
  overflow: hidden;
  padding: 0 40px;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  font-style: italic;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #555555;
  line-height: 1.5;
}

.accordion input[type="checkbox"] {
  display: none;
}

.accordion input:checked~.info {
  max-height: 300px;
  padding: 0 40px 25px 40px;
}

.accordion .arrow {
  margin-left: auto;
  width: 24px;
  height: 16px;
  position: relative;
  color: #9A9A9A;
  transition: transform 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.accordion input:checked~.title_block .arrow {
  transform: rotate(180deg);
}

.accordion .arrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.grid-item {
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
  border-radius: var(--radius-card);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  width: 231px;
}

.grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

#gridcon {
  margin-bottom: 20px;
}

#gridcon img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}

#gridcon img:hover {
  transform: scale(1.2);
}

#iframe {
  width: 100%;
  max-width: 640px;
  height: 360px;
  border: 0;
  border-radius: var(--radius-media);
  display: block;
}

.reviews-carousel {
  position: relative;
}

.reviews-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0;
  scrollbar-width: none;
}

.reviews-track::-webkit-scrollbar {
  display: none;
}

.reviews-item {
  flex: 0 0 auto;
  width: 320px;
  max-width: 80vw;
  scroll-snap-align: center;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: var(--radius-media);
  background: #ffffff;
}

.reviews-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #f0f0f0;
  background: #ffffff;
  color: #111111;
  font-size: 0;
  line-height: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.carousel-btn.prev {
  left: 0;
}

.carousel-btn.next {
  right: 0;
}

.carousel-btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.carousel-btn.prev::before {
  transform: translate(-50%, -50%) rotate(135deg);
}

.reviews-video {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  border-radius: var(--radius-media);
  overflow: hidden;
  width: 100%;
  min-height: 220px;
}

.mobile-break {
  display: inline;
}

.footer {
  background: #FFFDF7;
  color: #000000;
  padding-top: 32px;
  padding-bottom: 32px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  align-items: center;
}

.footer-section {
  width: 100%;
  margin-bottom: 30px;
}

.footer-section h4 {
  margin-bottom: 20px;
  font-size: 18px;
}

.footer-section p {
  margin-bottom: 10px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 5px;
}

.footer-section ul li a {
  color: #000000;
  text-decoration: none;
}

.footer-section ul li a:hover {
  text-decoration: underline;
}

.footer #footer-right .item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

.footer #footer-right .item a {
  display: inline-flex;
  align-items: center;
}

.footer #footer-right .item img {
  width: 32px;
  height: 32px;
  display: block;
}

#footer-left {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 260px;
}

#footer-center {
  text-align: center;
}

#footer-center a {
  color: inherit;
}

#footer-right {
  text-align: end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-logo-payments {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 20px;
}

.footer-logo-payments img {
  align-items: center;
  height: 80px;
  width: auto;
  margin: 0;
}

.precheckout-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 1200;
}

.precheckout-modal.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}

.precheckout-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(12, 22, 33, 0.56);
}

.precheckout-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  margin: 0;
  background: #ffffff;
  border-radius: 20px;
  padding: 28px 24px 24px;
  box-sizing: border-box;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.22);
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
}

.precheckout-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #d8dce3;
  background: #ffffff;
  color: #111111;
  font-size: 28px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.precheckout-modal__close::before {
  display: none;
}

.precheckout-modal h3 {
  color: #111111;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 12px;
  text-align: left;
}

.precheckout-modal__subtitle {
  text-align: left;
  font-size: 22px;
  line-height: 1.3;
  margin: 0 0 12px;
}

.precheckout-modal__course-price {
  text-align: left;
  color: #E87D73;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 12px;
}

.precheckout-modal__server-error {
  display: none;
  background: #fff1f2;
  border: 1px solid #fecdd3;
  color: #9f1239;
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.4;
}

.precheckout-modal__server-error.is-visible {
  display: block;
}

#precheckoutForm {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.precheckout-modal__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.precheckout-modal__field:last-of-type {
  margin-bottom: 12px;
}

.precheckout-modal__field label {
  color: #111111;
  font-weight: 600;
  font-size: 14px;
}

.precheckout-modal__field input {
  width: 100%;
  height: 46px;
  border-radius: 12px;
  border: 1px solid #d4d9e2;
  background: #ffffff;
  color: #111111;
  font-size: 16px;
  padding: 0 14px;
  text-align: left;
  margin: 0;
  box-sizing: border-box;
}

.precheckout-modal__field input:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(116, 122, 177, 0.18);
}

.precheckout-modal__field input[disabled] {
  background: #f5f7fb;
  color: #727e90;
}

.precheckout-modal__field.is-error input {
  border-color: #ef4444;
}

.precheckout-modal__error {
  min-height: 0;
  color: #b91c1c;
  font-size: 13px;
  line-height: 1.35;
}

.precheckout-modal__error:empty {
  display: none;
}

.precheckout-modal__error:not(:empty) {
  display: block;
}

.precheckout-modal__submit {
  width: 100%;
  min-height: 48px;
  padding: 10px 20px;
  border-radius: 14px;
  font-size: 17px;
  font-weight: 700;
  text-transform: none;
  box-shadow: 0 10px 24px rgba(201, 0, 8, 0.2);
  margin-top: 0;
}

.precheckout-modal__submit::before {
  display: none;
}

.precheckout-modal__submit-note {
  margin: 10px 0 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
  color: #555555;
}

.precheckout-modal__submit[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}

.precheckout-modal__submit.is-loading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.precheckout-modal__submit.is-loading::after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-top-color: #ffffff;
  animation: precheckout-spin 0.8s linear infinite;
}

body.modal-open {
  overflow: hidden !important;
}

@keyframes precheckout-spin {
  to {
    transform: rotate(360deg);
  }
}


/* Product overrides */
:root {
  --product-primary: var(--ds-color-primary);
  --product-primary-strong: var(--ds-color-primary-strong);
  --product-bg-soft-peach: var(--ds-color-product-bg-soft-peach);
  --product-bg-cream: var(--ds-color-bg-canvas);
  --product-bg-card: var(--ds-color-product-bg-card);
  --product-bg-badge: var(--ds-color-product-bg-badge);
  --product-text-badge: var(--ds-color-product-text-badge);
  --product-accent-soft: var(--ds-color-product-accent-soft);
  --product-success-bg: var(--ds-color-product-success-bg);
  --product-success-text: var(--ds-color-product-success-text);
  --product-shadow-card: var(--ds-shadow-sm);
  --product-price-accent: var(--ds-color-product-price-accent);
}

.section-hero,
.section-offer,
.section-faq,
.section-proof,
.section-program,
.section-format,
.section-expert,
.section-problem,
.section-solution {
  scroll-margin-top: var(--ds-space-6);
}

.section-hero .openModal,
.section-offer .openModal,
[data-sticky-menu] .openModal {
  background: var(--product-primary);
}

.section-hero .openModal:hover,
.section-offer .openModal:hover,
[data-sticky-menu] .openModal:hover {
  background: var(--product-primary-strong);
}

.section-proof {
  background: linear-gradient(var(--product-bg-cream), var(--product-bg-soft-peach));
}

.section-proof h2 {
  margin-bottom: 16px;
  text-align: center;
}

.section-proof p {
  margin-bottom: 24px;
}

.section-expert {
  background: linear-gradient(var(--product-bg-soft-peach), var(--product-bg-cream));
  font-size: 15px;
}

.section-expert .s55-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  align-items: center;
}

.section-expert .s55-text {
  text-align: left;
  padding-right: 48px;
  box-sizing: border-box;
}

.section-expert .s55-text p {
  text-align: left;
}

.section-expert h2 {
  margin-bottom: 22px;
}

.section-expert ul {
  list-style: disc;
  margin-top: 20px;
  padding-left: 15px;
}

.section-expert .s55-image {
  position: relative;
  width: 96%;
  max-width: 504px;
  height: auto;
  object-fit: contain;
  justify-self: center;
  right: auto;
  top: auto;
  transform: none;
}

.section-program h2 {
  text-align: center;
  margin-bottom: 16px;
}

.section-program .s8-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.section-program .items {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  max-width: none;
  border-radius: var(--radius-card);
  background: var(--product-bg-card);
  margin-bottom: 0;
  padding: 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  height: 100%;
}

.section-program .items div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.section-program .items ul {
  width: 100%;
  list-style: disc;
  padding-left: 15px;
  font-size: 15px;
  font-weight: 300;
}

.section-program .items .card3 {
  align-items: flex-start;
  text-align: left;
  width: 100%;
}

.section-program .items ul li::marker {
  color: var(--product-accent-soft);
}

.section-program .items div img {
  border-radius: 20px;
  margin-bottom: 7px;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.section-program .lesson {
  border-radius: 999px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: var(--product-bg-soft-peach);
  padding: 5px 20px;
  text-align: center;
  color: var(--ds-color-text);
  font-weight: 700;
}

.itemsli {
  background-color: var(--ds-color-surface);
  border-radius: var(--radius-card);
  box-shadow: var(--product-shadow-card);
  max-width: 780px;
  margin: 0 auto;
  padding: 40px;
  text-align: left;
}

.itemsli ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.itemsli li {
  color: var(--ds-color-text);
  position: relative;
  padding-left: 37px;
  margin-bottom: 15px;
  font-size: 1em;
  line-height: 1.5;
}

.itemsli li::before {
  content: "✓";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background-color: var(--product-success-bg);
  color: var(--product-success-text);
  border-radius: 50%;
  font-size: 1em;
  position: absolute;
  left: 0;
  top: 0;
}

.section-format {
  background: linear-gradient(var(--product-bg-cream), var(--product-bg-soft-peach));
}

.section-format h2 {
  text-align: center;
}

.section-offer {
  text-align: center;
  font-size: 18px;
}

.section-offer .guarantee-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--product-bg-badge);
  color: var(--product-text-badge);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.section-offer .guarantee-text {
  display: block;
  width: 100%;
  max-width: 900px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto 24px;
}

.section-offer .guarantee-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}

.section-offer .guarantee-cta p {
  font-size: 20px;
  font-weight: 500;
}

.section-offer .price {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 0;
  text-transform: uppercase;
}

.section-offer .price span {
  background: var(--product-price-accent);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
}

.section-offer .openModal {
  width: 100%;
  max-width: 360px;
  padding: 10px 32px;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(201, 0, 8, 0.2);
  margin-top: 0;
  min-height: 40px;
}

.section-offer .openModal::before {
  display: none;
}

.section-faq {
  background: linear-gradient(var(--product-bg-soft-peach), var(--product-bg-cream));
}

.section-faq h2 {
  margin-bottom: 41px;
  text-align: center;
}
