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

:root {
  --radius-card: 20px;
  --radius-media: 16px;
  --color-primary: var(--ds-color-accent, #747AB1);
  --color-accent: var(--product-primary, var(--ds-color-accent-strong, #F58220));
  --color-accent-dark: var(--product-primary-strong, var(--ds-color-accent, #DD6D0C));
  --color-bg-soft: var(--ds-color-bg-canvas, #FFFDF7);
  --color-bg-warm: #EAF4FF;
  --color-bg-warm-light: #F5FAFF;
  --color-text: var(--ds-color-text, #000000);
  --color-text-muted: var(--ds-color-text-muted, #333333);
  --legacy-color-input-border: #cccccc;
  --legacy-color-on-primary: #fff9f8;
}

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(--color-text);
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

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

#divflex ul {
  list-style: disc;
  padding-top: 10px;
  padding-left: 20px;
}

#divflex li {
  font-size: 14px;
}

a,
button {
  outline: none;
}

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

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

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

h1 {
  color: var(--color-primary);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.05;
  text-transform: none;
}

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

section:not(.section-hero) h3 {
  font-size: 24px;
  line-height: 1.35;
  font-weight: 500;
  color: #333333;
}

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

input[type='text'] {
  width: 100%;
  color: var(--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(--color-accent);
  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;
}

.help-why {
  background: linear-gradient(var(--color-bg-warm), var(--color-bg-soft));
  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 h2 {
  margin-bottom: 10px;
}

.help-why p {
  padding: 4px 10px;
  line-height: 1.25;
  margin: 0;
}

#accordion_1 {
  max-width: 800px;
  margin: 0 auto;
}

#s12h3 {
  text-align: center;
  padding-bottom: 30px;
  color: var(--color-primary);
}

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

.openModal:hover {
  background-color: var(--color-accent-dark);
}

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

img {
  max-width: 100%;
}

#menu {
  width: 100%;
  background: var(--color-bg-soft);
  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) 105.34%);
}

.section-hero {
  background: var(--color-bg-soft);
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

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

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

.hero-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 6px 14px;
  border-radius: 999px;
  background: #e8efff;
  border: 1px solid #cedbfd;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.section-hero h2 {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  color: var(--color-primary);
}

.section-hero h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-text);
}

.hero-highlights {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hero-highlights__title {
  margin: 0;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--color-primary);
}

.hero-highlights__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-highlights__chips span {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f3f6ff;
  border: 1px solid #dbe3ff;
  color: #384a77;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
}

.hero-highlights__note {
  margin: 0;
  text-align: left;
  font-size: 16px;
  line-height: 1.45;
  color: var(--color-text-muted);
}

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

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

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

.section-hero .price span {
  color: var(--color-primary);
  font-size: 32px;
  font-weight: 700;
}

.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(245, 130, 32, 0.3);
  margin-top: 0;
  min-height: 44px;
}

.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(245, 130, 32, 0.3);
}

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

.section-solution {
  background: #ffffff;
}

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

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

#divflex {
  display: flex;
  gap: 20px;
  align-items: stretch;
}

.bluebg {
  border-radius: var(--radius-card);
  background: #FAFAFA;
  color: var(--color-text);
  padding: 24px 22px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
  flex: 1 1 0;
}

.bluebg h3 {
  color: var(--color-primary);
  text-align: center;
  margin: 0 0 8px;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bluebg p {
  text-align: left;
  margin: 0;
}

.bluebg strong {
  display: block;
  min-height: 56px;
  text-align: center;
  line-height: 1.3;
  margin: 0 0 4px;
}

.bluebg ul {
  margin: 4px 0 0;
  padding-left: 20px;
  list-style: disc;
}

.bluebg li {
  margin: 0 0 4px;
  font-size: 14px;
}

.bluebg br {
  display: none;
}

.section-addon-foundations {
  background: linear-gradient(var(--color-bg-soft), var(--color-bg-warm));
}

.section-addon-foundations h2 {
  margin-bottom: 24px;
  text-align: center;
}

.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;
}

.divicon {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}

.divp {
  font-weight: 500;
}

/* Core funnel + addon visual styles moved to irem.product.css / irem.product.responsive.css */

.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: var(--color-text-muted);
  position: relative;
  padding-right: 52px;
}

.accordion .title_block::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #9A9A9A;
  border-bottom: 2px solid #9A9A9A;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}

.accordion .num {
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 600;
  margin-right: 15px;
  min-width: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(116, 122, 177, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.accordion .info {
  display: none;
  padding: 0 40px 20px 40px;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  font-style: italic;
  color: #555555;
  line-height: 1.5;
}

.accordion .info ul {
  list-style: disc;
  padding-left: 20px;
}

.accordion .info li {
  margin-bottom: 8px;
  font-style: normal;
}

.accordion .active_block .title_block::after {
  transform: translateY(-50%) rotate(225deg);
}

.accordion .active_block .info {
  display: block;
}

#gridcon {
  margin-bottom: 20px;
}

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

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

#iframe {
  width: 371px;
  height: 300px;
  border-radius: var(--radius-media);
}

.reviews-carousel {
  position: relative;
  margin-bottom: 24px;
}

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

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

.reviews-item {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  scroll-snap-align: center;
  overflow: hidden;
  border-radius: var(--radius-media);
  background: transparent;
}

.reviews-item img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: var(--radius-media);
  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 #e5e7eb;
  background: #ffffff;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  z-index: 2;
}

.carousel-btn.prev {
  left: -18px;
}

.carousel-btn.next {
  right: -18px;
}

.carousel-icon {
  width: 10px;
  height: 10px;
  border-right: 2px solid #111111;
  border-bottom: 2px solid #111111;
  transform: rotate(-45deg);
  display: inline-block;
}

.carousel-btn.prev .carousel-icon {
  transform: rotate(135deg);
}

.reviews-video {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.reviews-iframe {
  width: 100%;
  max-width: 720px;
  aspect-ratio: 16 / 9;
  height: auto;
  border-radius: var(--radius-media);
  background: #000000;
  display: block;
}

.footer {
  background: var(--color-bg-soft);
  color: var(--color-text);
  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: var(--color-text);
  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: var(--color-primary);
  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(245, 130, 32, 0.3);
  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-accent-strong);
  --product-primary-strong: var(--ds-color-accent);
  --product-bg-soft: var(--ds-color-bg-canvas);
  --product-bg-warm: var(--ds-color-product-bg-warm);
  --product-surface: var(--ds-color-surface);
  --product-text: var(--ds-color-product-text-strong, var(--ds-color-text));
  --product-text-muted: var(--ds-color-text-muted);
  --product-shadow-card: 0 10px 24px rgb(17 17 17 / 0.06);
  --product-shadow-soft: var(--ds-shadow-sm);
  --product-success-bg: var(--ds-color-product-success-bg);
  --product-success-text: var(--ds-color-product-success-text);
  --product-warning-bg: var(--ds-color-product-bg-badge);
  --product-warning-text: var(--ds-color-product-text-badge);
}

.section-hero,
.section-offer,
.section-faq,
.section-proof,
.section-program,
.section-format,
.section-expert,
.section-problem,
.section-solution,
.section-addon-results,
.section-addon-foundations,
.section-addon-protocol,
.section-addon-guarantee {
  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-problem {
  background: linear-gradient(var(--product-bg-warm), var(--product-bg-soft));
}

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

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

.section-problem .item {
  background: var(--product-surface);
  border-radius: var(--radius-card);
  padding: 20px 16px;
  text-align: center;
  box-shadow: var(--product-shadow-soft);
  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 img {
  width: 56px;
  height: 56px;
  margin: 0;
  background: var(--ds-color-product-bg-surface-warm);
  border-radius: 50%;
  padding: 10px;
  object-fit: contain;
}

.section-problem .item h4 {
  font-size: 18px;
  line-height: 1.35;
  color: var(--product-text);
  margin: 0;
  font-weight: 700;
}

.section-problem .item p {
  font-size: 14px;
  line-height: 1.4;
  color: var(--product-text);
  margin: 0;
  text-align: center;
}

.section-expert {
  background: linear-gradient(var(--product-bg-warm), var(--product-bg-soft));
  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 #divs55 {
  width: auto;
}

.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;
}

.regalia-list {
  padding-left: 18px;
  margin: 8px 0 0;
}

.regalia-list li::marker {
  color: var(--product-text);
}

.regalia-list li {
  margin-top: 12px;
}

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

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

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

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

.section-program .lesson-desc {
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
  color: var(--product-text);
}

.section-program .items .container {
  padding: 0;
  width: 100%;
}

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

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

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

.section-program .lesson-trigger {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.section-format h2,
.section-addon-protocol h2 {
  text-align: center;
  margin-bottom: 16px;
}

.section-addon-protocol .items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
  max-width: 1080px;
  margin: 0 auto;
}

.section-addon-protocol .item {
  background: var(--ds-color-product-bg-surface-subtle);
  border-radius: var(--radius-card);
  padding: 20px 22px;
  box-shadow: var(--product-shadow-card);
}

.section-addon-protocol .item h4 {
  font-size: 18px;
  margin-bottom: 8px;
  text-align: center;
}

.section-addon-protocol .item p {
  text-align: center;
}

.section-format .items {
  border-radius: var(--radius-card);
  margin-bottom: 8px;
  padding: 32px;
  text-align: center;
  font-size: 20px;
  max-width: 780px;
  margin: 0 auto;
  box-shadow: 0 2px 4px rgb(0 0 0 / 0.05);
  background: linear-gradient(var(--product-bg-warm), var(--product-bg-soft));
}

.section-format .items p {
  margin-top: 8px;
}

.section-format .items h4 {
  padding: 17px 0 0;
}

.itemsli {
  background-color: var(--product-surface);
  border-radius: var(--radius-card);
  box-shadow: 0 4px 8px rgb(0 0 0 / 0.1);
  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(--product-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-offer {
  text-align: center;
  background: var(--ds-color-product-bg-surface-subtle);
}

.section-offer p {
  font-weight: 400;
}

.section-offer .title p {
  font-weight: 500;
}

.section-offer .price {
  font-size: 20px;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 16px;
  text-transform: none;
}

.section-offer .price span {
  color: var(--ds-color-accent);
  font-size: 28px;
}

.section-offer .openModal {
  display: block;
  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 rgb(245 130 32 / 0.3);
  margin: 12px auto 0;
  min-height: 40px;
}

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

.section-addon-guarantee {
  text-align: center;
  font-size: 18px;
  background: var(--product-bg-soft);
}

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

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

.section-addon-results,
.section-faq {
  background: linear-gradient(var(--product-bg-warm), var(--product-bg-soft));
}

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

.addon-results-note {
  max-width: 800px;
  margin: 16px auto 0;
  padding: 16px 20px;
  border-radius: 16px;
  background: var(--product-surface);
  box-shadow: 0 1px 3px rgb(0 0 0 / 0.1);
}

.addon-results-note p {
  margin: 0;
  text-align: left;
  font-size: 16px;
  line-height: 1.45;
  font-style: italic;
}
