  * {
    box-sizing: border-box;
  }

  html,
  body {
    width: 100% !important;
    overflow-x: hidden;
  }

  body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: rgba(255, 255, 255, 1);
    color: #333;
    line-height: 1.4;
  }

  /* Растягиваем основной wrapper на всю ширину */
  /* Глобальный box-sizing для стабильной верстки */

  div.cnt-wrapper {
    justify-content: space-evenly;
    flex-direction: row-reverse;
  }

  /* Сбрасываем ограничения родителя */
  body {
    background: rgba(255, 255, 255, 1) !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Полностью убираем левую и правую колонки */
  /* .msg-section,
div.cntr,
div.cnt-wrapper > aside {
  display: none !important;
} */

  /* Растягиваем основной wrapper */
  /* div.cnt-wrapper {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
} */

  /* Контентная часть занимает всю ширину */
  div.cnt,
  div.cntl {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    box-shadow: none !important;
  }

  div.cnt-wrapper aside {
    display: none;
  }

  /* .cnt-wrapper {
    max-width: none !important;
    margin: 0 !important;
    width: 100% !important;
} */

  /* Цвет */
  :root {
    --main-color: rgba(15, 166, 171, 1);
  }

  /* Заголовок страницы */
  h1.main-title {
    font-weight: 700;
    text-align: center;
    color: rgba(14, 14, 14, 1);
    font-size: 32px;
  }

  /* Контейнер основного контента */
  .container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 15px 80px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }

  /* Первый блок слева и справа */
  .top-block-left {
    flex: 1 1 480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .top-block-left p.big-color-text {
    line-height: 1.2;
    font-size: 38px;
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 16px;

  }

  .top-block-left p.bottom-text {
    font-size: 1.15rem;
    margin-bottom: 24px;
  }

  .top-block-left a.cta {
    max-width: 300px;
    background-color: var(--main-color);
    color: #fff;
    border: none;
    font-size: 1.1rem;
    padding: 14px 24px;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: 600;
    text-decoration: none;
  }

  .top-block-left a.cta:hover {
    background-color: #0c9398;
  }

  .top-block-right {
    /* flex: 1 1 480px; */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .top-block-right img {
    max-width: 100%;
    height: auto;
  }

  /* Блок "С 2012 года" */
  .year-block {
    flex: 1 1 100%;
    display: flex;
    gap: 24px;
    margin-top: 60px;
    margin-bottom: 60px;
    flex-wrap: wrap;
  }

  /* .year-left {
   flex: 1 1 400px;
 } */

  .year-left p.colored {
    font-size: 32px;
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 8px;
    white-space: pre-line;
  }

  .year-left p.normal {
    font-size: 21px;
    line-height: 1.5;
  }

  .stats-block {
    text-align: center;
    justify-content: space-around;
    flex: 2 1 600px;
    display: flex;
    align-items: center;
    gap: 30px;
  }

  .stats-block .stat-item {
    text-align: center;
  }

  .stats-block .stat-item .stat-number {
    font-weight: 700;
    font-size: 35px;
    color: var(--main-color);
    margin-bottom: 8px;
  }

  .stats-block .stat-item .stat-text {
    font-weight: 700;
    font-size: 18px;
    color: #333;
  }

  /* Блок "Как это работает?" */
  section.steps {
    margin-top: 80px;
    margin-bottom: 60px;
    text-align: center;
  }

  section.steps h2 {
    color: var(--main-color);
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 40px;
  }

  .cards-row {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
  }

  .card-step {
    width: 300px;
    height: 280px;
    background-color: var(--main-color);
    border-radius: 25px;
    color: #fff;
    padding: 24px 24px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    box-shadow: 0 5px 12px rgb(15 166 171 / 0.3);
  }

  .card-step .top-row {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 1.25rem;
  }

  .card-step .top-row .left-text {
    font-size: 24px;
    text-align: left;
    color: #fff
  }

  .card-step .top-row .right-number {
    font-size: 32px;
    opacity: 0.3;
    /* margin-top: -8px; */
  }

  .card-step .bottom-text {
    font-size: 1rem;
    text-align: left;
    color: #fff;
    line-height: 1.4;
  }

  section.steps a.cta.outlined {
    margin-top: 40px;
    border: 2px solid var(--main-color);
    background: none;
    color: #191919;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 14px 28px;
    text-decoration: none;
    display: inline-block;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
  }

  .stats-block div,
  span {
    text-align: center;
  }

  /* Блок "Для кого?" */
  section.for-whom {
    max-width: 900px;
    margin: 0 auto 60px;
    text-align: center;
  }

  section.for-whom h2 {
    color: var(--main-color);
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 32px;
  }

  .for-whom-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .for-whom-card {
    border: 2px solid var(--main-color);
    border-radius: 25px;
    padding: 18px 24px;
    text-align: left;
    position: relative;
    cursor: pointer;
    user-select: none;
    background: none;
  }

  .for-whom-card summary {
    list-style: none;
  }

  .for-whom-card .header {
    font-weight: 500;
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 1);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }



  .toggle-arrow,
  .faq-arrow {
    font-size: 24px;
    line-height: 0.5;
    user-select: none;
    cursor: pointer;
    transition: transform 0.3s ease;
    display: inline-block;
    color: var(--main-color);
  }

  /* Когда карточка/вопрос открыты — символ поворачивается вниз */
  .for-whom-card.open .toggle-arrow,
  .faq-item.open .faq-arrow {
    transform: rotate(180deg);
  }


  .for-whom-card .content,
  .faq-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.2s ease, opacity 0.2s ease;
  }

  .for-whom-card.open .content,
  .faq-item.open .faq-content {
    max-height: 500px;
    opacity: 1;
  }

  .for-whom-card.open .content {
    display: block;
  }

  /* Блок "Что продвигаем?" */
  section.mindmap {
    text-align: center;
    margin-bottom: 60px;
  }

  section.mindmap h2 {
    color: var(--main-color);
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 20px;
  }

  section.mindmap .dragon-img {
    max-width: 1200px;
  }

  /* Блок "Что получаете?" */
  section.benefits {
    margin-bottom: 60px;
    text-align: center;
  }

  section.benefits h2 {
    color: var(--main-color);
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 40px;
  }

  .benefit-grid {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
  }

  .benefit-card .number {
    position: absolute;
    top: 16px;
    left: 20px;
    font-size: 24px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .benefit-card {
    width: 280px;
    height: 100px;
    border-radius: 15px;
    padding: 20px 30px;
    display: flex;
    align-items: flex-end;
    font-weight: 700;
    font-size: 18px;
    text-align: left;
    color: #fff;
    box-shadow: 0 6px 14px rgb(15 166 171 / 0.3);
    position: relative;
  }

  .benefit-card:nth-child(even) {
    background: #fff;
    color: var(--main-color);
    border: 3px solid var(--main-color);
  }

  .benefit-card:nth-child(odd) {
    background: var(--main-color);
  }

  .benefit-card:nth-child(odd) .number {
    color: #fff;
    background: transparent;
  }

  /* Для белых карточек (even) — цветная цифра */
  .benefit-card:nth-child(even) .number {
    color: var(--main-color);
  }

  /* Текстовый блок после карточек */
  section.additional-info {
    background-color: var(--main-color);
    color: white;
    padding: 30px 30px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
    font-size: 1.1rem;
    line-height: 1.6;
  }

  .additional-info {
    max-width: 800px;
    margin: 60px auto;
    padding: 0 20px;
  }

  .additional-info ul {
    list-style: none;
    padding-left: 0;
  }

  .additional-info li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 1rem;
    color: #ffffff;
    text-align: left;
  }

  .additional-info li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    border: 2px solid white;
    border-radius: 50%;
    background: transparent;
  }


  /* Блок "Как помогаем?" */
  section.help {
    text-align: center;
    margin-bottom: 60px;
  }

  section.help h2 {
    color: var(--main-color);
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 48px;
  }

  .help-grid {
    max-width: 900px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 60px;
    text-align: left;
  }

  .help-item {
    max-width: 400px;
  }

  .help-item strong {
    display: block;
    font-weight: 700;
    font-size: 1.15rem;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 6px;
  }

  .help-item p {
    font-weight: 400;
    font-size: 1rem;
    color: #333;
    line-height: 1.4;
  }

  /* Блок "Частые вопросы" */
  section.faq {
    max-width: 900px;
    margin: 0 auto 80px;
    text-align: center;
  }

  section.faq h2 {
    color: var(--main-color);
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 40px;
  }

  .faq-item {
    border: 2px solid var(--main-color);
    border-radius: 25px;
    margin-bottom: 20px;
    text-align: left;
    position: relative;
    padding: 20px;
    cursor: pointer;
    user-select: none;
    background: #fff;
  }

  main {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    display: block !important;
  }

  .faq-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 1.1rem;
    color: #333;
    cursor: pointer;
    user-select: none;
  }


  .faq-content {
    font-weight: 700;
    margin-top: 10px;
    font-weight: 400;
    font-size: 1rem;
    color: #333;
  }

  @media (min-width: 1220px) {
    div.cnt-wrapper {
      width: 100% !important;
      max-width: none !important;
      margin: 0 !important;
    }

    div.cnt {
      width: 100% !important;
      max-width: none !important;
      margin: 0 !important;
    }

    div.cntl {
      width: 100% !important;
      float: none !important;
      padding: 0 !important;
      background: none !important;
      box-shadow: none !important;
    }

    div.cntr {
      display: none !important;
    }
  }


  /* Мобильная адаптация */
  @media (max-width: 900px) {
    .container {
      /* flex-direction: column; */
      gap: 40px;
    }

    .year-block {
      flex-direction: column;
    }

    .year-block .stats-block {
      justify-content: space-between;
      gap: 20px;
    }

    .cards-row {
      flex-direction: column;
      align-items: center;
    }

    .benefit-grid {
      flex-direction: column;
      align-items: center;
    }

    .help-grid {
      padding: 0px 60px;
      grid-template-columns: 1fr;
      gap: 30px;
    }

    .year-left {
      text-align: center;
    }

    .year-left p.colored,
    .year-left p.normal {
      text-align: center;
    }

  }

  /* Планшеты: ширина до 768px */
  @media (max-width: 768px) {
    h1.main-title {
      font-size: 26px;
    }

    .top-block-left p.big-color-text {
      font-size: 28px;
    }

    .top-block-left p.bottom-text {
      font-size: 1rem;
    }

    .top-block-left a.cta {
      width: 100%;
      font-size: 1rem;
      padding: 12px 20px;
    }

    .card-step {
      height: auto;
      padding: 20px;
    }

    .benefit-card {
      width: 100%;
      height: auto;
      font-size: 20px;
    }

    .help-item {
      max-width: 100%;
    }
  }

  /* Мобильные устройства: до 480px */
  @media (max-width: 480px) {
    .container {
      padding: 0 10px 60px;
    }

    .for-whom-card {
      padding: 5px 20px;
    }

    main h1 {
      font-size: 22px;
    }

    h1.main-title {
      font-size: 22px;
    }

    .top-block-left p.big-color-text {
      margin-top: 20px;
      font-size: 25px;
    }

    .top-block-left p.bottom-text {
      text-align: center;
    }

    .top-block-left {
      align-items: center;
    }

    .top-block-left a.cta {
      font-size: 1rem;
      padding: 12px 18px;
      border-radius: 20px;
    }

    .year-left p.colored {
      font-size: 24px;
    }

    .year-left p.normal {
      font-size: 16px;
    }

    .stats-block {
      gap: 20px;
      align-items: center;
    }

    .card-step .top-row {
      font-size: 1.1rem;
    }

    .card-step .top-row .right-number {
      font-size: 24px;
    }

    .card-step .bottom-text {
      margin-top: 10px;
      font-size: 0.95rem;
    }

    section.steps a.cta.outlined {
      width: 100%;
      font-size: 1rem;
    }

    .benefit-card .number {
      font-size: 22px;
      top: 0px;
      left: 0px;
      padding:10px;
    }

    .faq-header {
      font-size: 1rem;
    }

    .faq-content {
      font-size: 0.95rem;
    }
  }

  @media (max-width: 900px) {
    section.mindmap .dragon-img {
      max-width: 100%;
    }
  }

  @media (max-width: 480px) {
    section.mindmap .dragon-img {
      max-width: 100%;
    }
  }

  .msg-section,
  aside {
    display: none
  }

  main,
  main>*,
  div.wrapper,
  div.container,
  div.main,
  div.page,
  section.page-wrapper {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
    box-shadow: none !important;
  }

  .start_author {
    display: none;
  }


  .cta {
    animation: pulse 2s infinite;
  }

  @keyframes pulse {
    0% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.05);
    }

    100% {
      transform: scale(1);
    }
  }

  .cta {
    background: linear-gradient(270deg, #FFB823, #FFF085);
    background-size: 400% 400%;
    animation: gradientShift 3s ease infinite;
    color: rgb(33, 33, 33);
  }

  @keyframes gradientShift {
    0% {
      background-position: 0% 50%;
    }

    50% {
      background-position: 100% 50%;
    }

    100% {
      background-position: 0% 50%;
    }
  }

  .cta {
    transition: box-shadow 0.3s ease;
  }

  .cta:hover {
    box-shadow: 0 0 15px 3px rgba(170, 166, 166, 0.6);
  }

  a {
    text-decoration: none;
  }