/* Базовые стили */
*, *:before, *:after {
    box-sizing: border-box;
}

/* ГЛАВНЫЙ КОНТЕЙНЕР ПОРТАЛА - ФИКСИРОВАННЫЙ */
.portal-container {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    pointer-events: none;
}

.image-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.portal-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Затемнение левой части */
.dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0));
    pointer-events: none;
}

/* СВЕЧЕНИЕ НАД ПОРТАЛОМ */
.portal-glow {
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    animation: pulse infinite ease-in-out;
    z-index: 3;
    pointer-events: none;
}

.glow {
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(120, 200, 255, 0.7), transparent 70%);
    animation-duration: 4s;
}

@keyframes pulse {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 1;
    }
}

.main-overlay-text {
    position: absolute;
    top: 25%;
    left: 60px;
    transform: translateY(-50%);
    color: #d6ae68;
    font-family: 'Cormorant Garamond', serif;
    font-size: 6em;
    font-weight: 600;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    line-height: 0.8;
    z-index: 2;
    margin-bottom: 0;
}

.main-overlay-text h1 {
    font-size: 1em;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    color: inherit;
    font-family: inherit;
}

/* Контейнер для подзаголовка */
.sub-overlay-text {
    position: absolute;
    top: 55%;
    left: 60px;
    transform: translateY(-50%);
    color: #fcfce7;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.5;
    max-width: 600px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    z-index: 2;
    margin: 0;
}

/* Контейнер для подзаголовка и преимуществ */
.sub-content-wrapper {
    position: absolute;
    top: 55%;
    left: 60px;
    width: calc(100% - 120px);
    max-width: 1400px;
    z-index: 2;
}

/* Двухколоночный блок */
.sub-overlay-content {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
}

/* ЛЕВАЯ КОЛОНКА - ПРЕИМУЩЕСТВА (60%) */
.pre-portal-left {
    width: 50%;
    padding-right: 40px;
}

/* ПРАВАЯ КОЛОНКА - ПОДЗАГОЛОВОК (40%) */
.pre-portal-right {
    width: 50%;
    padding-left: 40px;
}

.pre-portal-subheading {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5em;
    font-weight: 500;
    color: #dd9f59;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

/* Стили для списка преимуществ */
.advantages-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.advantage-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.advantage-item:last-child {
    border-bottom: none;
}

.icon-container {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    margin-right: 20px;
    overflow: hidden;
}

.advantage-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.advantage-text {
    font-size: 1em;
    line-height: 1.5;
    flex: 1;
}

.text-icon {
    height: 50px;
    text-align: center;
}

.help-list-container {
    position: relative;
}

.help-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: left;
}

.help-item {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    line-height: 1.5;
    padding: 12px 0;
    border-bottom: 1px solid rgba(221, 159, 89, 0.2);
    text-align: left;
    margin: 0;
}

.help-item:last-child {
    border-bottom: none;
}

.marquee {
    position: absolute;
    top: 83%;
    left: 0;
    width: 100%;
    overflow: visible;
    white-space: nowrap;
    z-index: 1000;
    pointer-events: auto;
}

.marquee-content {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 80s linear infinite;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #dd9f59;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    white-space: nowrap;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.leon-columns {
    display: flex;
    justify-content: center;
    padding: 0px 20px;
    background-color: #1b1411;
}

/* КОНТЕНТ КОТОРЫЙ НАЕЗЖАЕТ ПОВЕРХ */
.content-overlay {
    position: relative;
    z-index: 10;
    background: #1b1411;
    margin-top: 100vh;
    min-height: 100vh;
    padding-bottom: 80px;
}

/* Секция с описанием */
.desc {
    display: flex;
    width: 100%;
    min-height: 500px;
    align-self: stretch;
}

.desc .photo {
    width: 50%;
    height: auto;
    object-fit: cover;
}

.desc>div {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fcfce7;
}

.desc-text {
    padding: 40px;
    max-width: 500px;
    color: #1b1411;
}

.desc-text h1,
.desc-text h2 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 44px;
    margin-bottom: 20px;
    color: #1b1411;
}

.desc-text p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #1b1411;
}

.desc-text p.small-text {
    font-size: 0.9em;
    line-height: 1.4;
}

/* Секция преимуществ */
.advantages-section {
    width: 100%;
    background: #1b1411;
    padding: 80px 0;
}

.advantages-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 60px;
}

.advantage-text {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5;
    color: #fcfce7;
}

.advantages-section .advantages-list {
    max-width: 700px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

/* Стили для контейнеров с изображениями и текстом */
.image-sub-container-right,
.image-sub-container-left {
    position: relative;
    width: 100%;
    height: 100vh;
}

.image-sub-container-right img,
.image-sub-container-left img {
    width: 60%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.image-sub-container-right img {
    margin-left: auto;
    margin-right: 0;
}

.image-sub-container-left img {
    margin-left: 0;
    margin-right: auto;
}

.overlay-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    z-index: 10;
}

.image-sub-container-right .overlay-text {
    left: 5%;
}

.image-sub-container-left .overlay-text {
    right: 5%;
}

.overlay-text .column.dark {
    background: rgba(0, 10, 32, 0.9) !important;
    padding: 10px;
    border-radius: 12px;
    backdrop-filter: blur(5px);
}

/* Стили для колонок */
.three-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 40px 20px;
    background-color: #1b1411;
    align-items: stretch;
}

.three-columns .column {
    display: flex;
    flex-direction: column;
    border: 1px solid #34495e;
    border-radius: 12px;
    background: #fff;
    padding: 25px;
    margin: 15px 0;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    height: fit-content;
    flex: 1;
    min-width: 300px;
    max-width: 400px;
    box-sizing: border-box;
    align-items: center;
    justify-content: flex-start;
    color: #1b1411;
}

.three-columns .column:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(253, 253, 253, 0.4);
}

.three-columns:last-of-type .column p {
    text-align: center;
}

.three-columns h2 {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.column {
    flex: 1;
    min-width: 300px;
    max-width: 400px;
    padding: 40px 30px;
    box-sizing: border-box;
    background-color: #fcfcfc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.column:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.column h2,
.column h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: 24px;
    color: #2c3e50;
    margin: 0 0 15px 0;
    width: 100%;
}

.column h3 {
    text-align: center;
}

.column p {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.6;
    color: #091326;
    margin-bottom: 20px;
    width: 100%;
    flex-grow: 1;
    text-align: justify;
}

.dark-blocktext {
    display: flex;
    flex-direction: column;
    border: 1px solid #34495e;
    border-radius: 12px;
    background: #1b1411;
    padding: 25px;
    margin: 15px 0;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
    height: fit-content;
}

.dark-blocktext:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(253, 253, 253, 0.25);
}

.center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #1b1411;
}

.white-text {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #fcfcfc;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Стили для разделенной секции */
.split-section {
    display: flex;
    width: 100%;
    min-height: 500px;
    position: relative;
}

.text-content {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    z-index: 2;
    position: relative;
    background: #fff;
}

.image-content {
    width: 66.67%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.split-section .photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-section {
    background-color: #4293b0;
    color: #fcfcfc;
    padding: 30px 60px;
    text-align: left;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top-section h1 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    font-size: 68px;
    margin: 0;
    color: #fcfcfc;
}

.top-section h2 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 24px;
    margin: 10px 0 0 0;
    color: #fcfcfc;
}

.bottom-section {
    background-color: #fcfcfc;
    color: #1b1411;
    padding: 30px 60px;
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bottom-content {
    max-width: 400px;
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bottom-section strong {
    font-weight: 700;
    color: #1b1411;
}

.bottom-section p {
    color: #1b1411;
    font-weight: 400;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    object-fit: cover;
}

.video-container:hover::before {
    content: '🔊 Нажмите для полноэкранного режима со звуком';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    color: #fcfcfc;
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 3;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    pointer-events: none;
}

.video-container video {
    width: 140%;
    height: 140%;
    object-fit: cover;
    position: relative;
    left: -10%;
    top: -20%;
}

/* Стили для одноколоночных секций */
.one-columns-blue {
    width: 100%;
    color: #fcfcfc;
    padding: 10px 60px;
    box-sizing: border-box;
}

.one-columns-blue h2 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 30px;
    color: #fcfcfc;
    margin-bottom: 30px;
    text-align: center;
}

.one-columns-blue p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fcfcfc;
    line-height: 1.6;
    margin-bottom: 20px;
}

.one-columns {
    width: 100%;
    color: #1b1411;
    padding: 80px 60px;
    box-sizing: border-box;
    border-radius: 12px;
    display: flex;
    justify-content: center;
}

.one-columns h2 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 30px;
    color: #1b1411;
    margin-bottom: 30px;
    text-align: center;
}

.one-columns p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #1b1411;
    line-height: 1.6;
    margin-bottom: 20px;
}

.one-columns strong {
    font-weight: 700;
    color: #1b1411;
}

.one-columns ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.one-columns li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #1b1411;
    gap: 20px;
}

.one-columns li img {
    flex-shrink: 0;
}

.one-columns li p {
    margin: 0;
    flex: 1;
}

.one-columns .wide-column {
    display: flex;
    flex-direction: column;
    background: #1b1411;
    border-radius: 12px;
    padding: 0;
    margin: 0;
    transition: all 0.3s ease;
    height: fit-content;
    flex: 1;
    max-width: 1200px;
    box-sizing: border-box;
    align-items: center;
    justify-content: flex-start;
    color: #fcfcfc;
}

.one-columns .social-column {
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #322520 0%, #1b1411 100%);
    border-radius: 12px;
    padding: 0;
    margin: 0;
    transition: all 0.3s ease;
    height: fit-content;
    flex: 1;
    max-width: 1200px;
    box-sizing: border-box;
    align-items: center;
    justify-content: flex-start;
    color: #fcfcfc;
}

.wide-column h2 {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 44px;
    color: #fcfcfc;
}

.wide-column h3 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 34px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #dd9f59;
}

.wide-column p {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #fcfcfc;
}

.wide-column strong {
    font-weight: 700;
    color: #fcfcfc;
}

.text-content-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
}

.text-content-wrapper h2,
.text-content-wrapper p,
.text-content-wrapper ul {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.final-note {
    width: 100%;
    text-align: left;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 10, 32, 0.1);
}

.little-men {
    flex: 1;
    justify-content: center;
    height: 200px;
    display: flex;
    align-items: center;
}

.little-men img {
    height: 200px;
    display: block;
    margin: 0 auto;
}

/* Стили для кнопок и action блоков */
.buttons-container-white {
    display: flex;
    justify-content: center;
    gap: 40px;
    width: 100%;
    margin: 40px 0;
    flex-wrap: wrap;
    background-color: transparent;
}

.action-block {
    flex: 1;
    min-width: 300px;
    max-width: 400px;
    border: 1px solid rgba(221, 159, 89, 0.2);
    border-radius: 12px;
    background: #251c18;
    padding: 30px;
    margin: 15px 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.7);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.action-block:hover {
    transform: translateY(-8px);
    border-color: rgba(221, 159, 89, 0.5);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
    background: #2d221e;
}

.action-block h4 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 26px;
    color: #dd9f59;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 0.5px;
}

.action-block p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: rgba(252, 252, 252, 0.8);
    line-height: 1.7;
    margin-bottom: 25px;
    text-align: center;
    flex-grow: 1;
}

.scroll-to-top-container {
    display: flex;
    justify-content: center;
    padding: 30px;
    background: none;
}

/* Общие стили для типографики */
h2,
h3 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 30px;
}

h4 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    font-size: 30px;
    color: #1b1411;
    line-height: 1.6;
    margin-bottom: 1px;
}

p {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #091326;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Контейнер для изображений законов */
.law-image-container {
    width: 280px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px auto;
    border-radius: 12px;
    background: transparent;
    box-shadow: none;
    padding: 15px;
    transition: all 0.3s ease;
    text-align: center;
}

.law-image-container a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.law-image-container img {
    width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: contain;
    border-radius: 8px;
    display: block;
}

.content-overlay .three-columns .law-image-container {
    width: 100%;
    height: auto;
    max-width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
}

.content-overlay .three-columns .law-image-container img {
    width: 100%;
    max-height: none;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.click-hint {
    display: block;
    text-align: center;
    font-size: 14px;
    color: rgb(131, 131, 152);
    margin-top: 10px;
    font-style: italic;
    line-height: 1.3;
    width: 100%;
}

/* Стили для грид-контейнера процесса */
.process-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    width: 100%;
    margin: 40px 0;
}

.process-block {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    background: none;
    padding: 25px;
    transition: all 0.3s ease;
    height: fit-content;
}

.text-block {
    justify-content: flex-start;
    border: 1px solid rgba(221, 159, 89, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    background: linear-gradient(180deg, #322520 0%, #1b1411 100%);
}

.image-block {
    display: block;
    padding: 0;
    background: none;
    line-height: 0;
    border: 1px solid rgba(221, 159, 89, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.image-block img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

/* Call to action секции */
.call-to-action {
    text-align: center;
    margin: 70px auto;
    padding: 40px 30px;
    width: 100%;
    max-width: 800px;
    box-sizing: border-box;
    background: linear-gradient(145deg, #2d221e 0%, #1b1411 100%);
    border: 1px solid rgba(221, 159, 89, 0.4);
    border-radius: 16px;
    transform: translateY(-3px);
    box-shadow:
        0 30px 50px -20px #000000,
        0 0 0 1px rgba(221, 159, 89, 0.2) inset,
        0 0 40px rgba(221, 159, 89, 0.3);

    transition: none;
    position: relative;
    overflow: hidden;
}

.call-to-action::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, rgba(221, 159, 89, 0.4), transparent 60%, rgba(221, 159, 89, 0.4));
    border-radius: 18px;
    z-index: -1;
    opacity: 0.8;
}

.content-overlay .call-to-action,
.one-columns .call-to-action,
.three-columns .call-to-action {
    text-align: center;
    margin-top: 40px;
    padding: 40px 30px;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(145deg, #2d221e 0%, #1b1411 100%);
    border: 1px solid rgba(221, 159, 89, 0.4);
    border-radius: 16px;
    transform: translateY(-3px);
    box-shadow:
        0 30px 50px -20px #000000,
        0 0 0 1px rgba(221, 159, 89, 0.2) inset,
        0 0 40px rgba(221, 159, 89, 0.3);

    transition: none;
    position: relative;
    overflow: hidden;
}

.content-overlay .call-to-action::before,
.one-columns .call-to-action::before,
.three-columns .call-to-action::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, rgba(221, 159, 89, 0.4), transparent 60%, rgba(221, 159, 89, 0.4));
    border-radius: 18px;
    z-index: -1;
    opacity: 0.8;
}

.cta-text {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 28px;
    color: #fcfce7;
    margin: 0 0 15px 0;
    line-height: 1.3;
    text-align: center;
    text-shadow: 0 2px 10px rgba(221, 159, 89, 0.3);
    letter-spacing: 0.5px;
}

.cta-subtext {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fcfce7;
    margin: 0;
    line-height: 1.6;
    opacity: 0.9;
    text-align: center;
}

/* Секция с законами */
#laws-section .wide-column h2 {
    color: #dd9f59;
    font-size: 34px;
    text-align: center;
    margin-top: 40px;
}

#laws-section .wide-column p {
    font-size: 16px;
    color: #fcfcfc;
}

#laws-section .wide-column {
    transition: none;
    cursor: default;
}

#laws-section .wide-column:hover {
    transform: none;
    box-shadow: none;
}

#laws-section.one-columns {
    padding: 0;
}

.one-columns .wide-column ul li {
    color: #fcfcfc;
    text-align: left;
}

.one-columns .wide-column ul li span {
    color: #dd9f59;
}

.revi-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.column-revi:first-of-type {
    margin-top: 40px;
}

/* Колонка с отзывами */
.column-revi {
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(221, 159, 89, 0.1);
    border-radius: 12px;
    background: linear-gradient(180deg, #322520 0%, #1b1411 100%);
    padding: 45px;
    margin: 0 0 30px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease;
    height: fit-content;
    color: #fcfcfc;
    width: 100%;
    max-width: 800px;
    box-sizing: border-box;
}

.column-revi h3 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 24px;
    color: #dd9f59;
    margin: 0 0 15px 0;
    text-align: center;
}

.column-revi p {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #fcfcfc;
    text-align: justify;
    padding: 0 15px;
}

.column-revi .light-highlight {
    color: #dd9f59;
    font-weight: 500;
}

.column-revi .law-image-container {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 25px auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.column-revi .law-image-container img {
    max-width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: contain;
    border-radius: 12px;
}

/* Статья Леона */
.leon-column.wide-column {
    max-width: 800px;
    width: 100%;
}

.leon-article-content {
    color: #fcfcfc;
}

.leon-article-content h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #fcfcfc;
    margin-top: 25px;
    margin-bottom: 15px;
}

.leon-article-content p {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #fcfcfc;
    line-height: 1.6;
    margin-bottom: 15px;
}

.leon-article-content ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

.leon-article-content li {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #fcfcfc;
    line-height: 1.6;
    margin-bottom: 8px;
}

.leon-article-content span {
    color: inherit;
}

/* Социальные иконки */
.social-icons-about {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin: 40px 0;
    width: 100%;
}

.social-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    transition: transform 0.3s ease;
    width: 80px;
}

.social-icon-item img {
    width: 50px;
    height: 50px;
    transition: filter 0.3s ease;
}

.social-icon-item p {
    color: #fcfcfc;
    text-align: center;
    font-size: 14px;
    margin-top: 8px;
    transition: color 0.3s ease;
    width: 100%;
}

.social-icon-item:hover {
    transform: translateY(-5px);
}

.social-icon-item:hover img {
    filter: brightness(1.2);
}

.social-icon-item:hover p {
    color: #dd9f59;
}

/* Изображения для статей */
.article-image-large {
    width: 600px;
    height: auto;
    display: block;
    margin: 25px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.image-caption {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #fcfcfc;
    margin: -15px auto 30px;
    max-width: 600px;
    font-style: italic;
    width: 100%;
}

/* Когда элемент становится видимым */
.desc.animated,
.process-block.animated,
.column.animated,
.action-block.animated {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* Небольшая задержка для эффекта каскада */
.process-block:nth-child(odd) {
    transition-delay: 0.1s;
}

.process-block:nth-child(even) {
    transition-delay: 0.2s;
}

.column:nth-child(1) {
    transition-delay: 0.1s;
}

.column:nth-child(2) {
    transition-delay: 0.2s;
}

.column:nth-child(3) {
    transition-delay: 0.3s;
}

/* Для лучшей производительности на мобильных */
@media (prefers-reduced-motion: reduce) {

    .desc,
    .process-block,
    .column,
    .action-block {
        transition: none;
        opacity: 1;
        transform: none;
    }
}

/* АДАПТИВНОСТЬ */
@media (max-width: 1200px) {
    .main-overlay-text {
        font-size: 7em;
        left: 50px;
    }

    .sub-content-wrapper {
        left: 50px;
        width: calc(100% - 100px);
    }

    .pre-portal-left {
        width: 55%;
        padding-right: 30px;
    }

    .pre-portal-right {
        width: 45%;
        padding-left: 30px;
    }

    .sub-overlay-text {
        left: 50px;
        max-width: 550px;
    }

    .advantages-container {
        padding: 0 50px;
    }
}

@media (max-width: 1024px) {
    .three-columns {
        gap: 20px;
    }

    .column {
        padding: 30px 20px;
    }

    .law-image-container {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 992px) {
    .main-overlay-text {
        font-size: 5em;
        left: 40px;
        top: 30%;
    }

    .sub-content-wrapper {
        left: 40px;
        top: 45%;
        width: calc(100% - 80px);
    }

    .dark-overlay {
        width: 80%;
    }

    .pre-portal-subheading {
        font-size: 2em;
    }

    .sub-overlay-content {
        flex-direction: column;
    }

    .pre-portal-left,
    .pre-portal-right {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .pre-portal-left {
        padding-bottom: 30px;
    }

    .desc {
        flex-direction: column;
    }

    .desc .photo,
    .desc>div {
        width: 100%;
    }

    .desc-text {
        padding: 30px 20px;
    }

    .sub-overlay-text {
        left: 40px;
        top: 50%;
        max-width: 500px;
        font-size: 1.1em;
    }

    .advantages-section {
        padding: 60px 0;
    }

    .advantages-container {
        padding: 0 40px;
    }
}

@media (max-width: 768px) {
    .pre-portal-subheading {
        font-size: 1.8em;
    }

    .advantage-text {
        font-size: 0.9em;
    }

    .icon-container {
        width: 28px;
        height: 28px;
        margin-right: 15px;
    }

    .image-sub-container-right,
    .image-sub-container-left {
        height: auto;
    }

    .image-sub-container-right img,
    .image-sub-container-left img {
        width: 100%;
        margin: 0;
    }

    .overlay-text {
        position: relative;
        top: auto;
        transform: none;
        width: 100%;
        padding: 40px 20px;
    }

    .image-sub-container-right .overlay-text,
    .image-sub-container-left .overlay-text {
        left: auto;
        right: auto;
    }

    .overlay-text .column.dark {
        background: #1b1411 !important;
    }

    .desc {
        flex-direction: column;
    }

    .desc .photo,
    .desc>div {
        width: 100%;
    }

    .desc-text {
        padding: 30px 20px;
    }

    .marquee-content {
        font-size: 18px;
        padding: 15px 0;
    }

    .split-section {
        flex-direction: column;
    }

    .text-content,
    .image-content {
        width: 100%;
    }

    .top-section {
        padding: 40px 20px;
    }

    .bottom-section {
        padding: 30px 20px;
    }

    .top-section h1 {
        font-size: 36px;
    }

    .top-section h2 {
        font-size: 20px;
    }

    .sub-overlay-text {
        left: 20px;
        top: 72%;
        max-width: 85%;
        font-size: 1.1em;
        line-height: 1.4;
        transform: translateY(-50%);
    }

    .advantages-section {
        padding: 50px 0;
    }

    .advantages-container {
        padding: 0 30px;
    }

    .advantages-section .advantages-list {
        max-width: 100%;
    }

    .one-columns {
        padding: 60px 30px;
    }

    .one-columns h2 {
        font-size: 24px;
    }

    #laws-section .wide-column {
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    
    #laws-section .wide-column p {
        max-width: 100%;
        word-wrap: break-word;
    }

    .buttons-container-white {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .action-block {
        width: calc(100% - 40px);
    max-width: 400px;
    min-width: 280px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 20px;
    box-sizing: border-box;
    }

    .three-columns {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .column {
        width: 100%;
        max-width: 500px;
        margin: 0;
    }

    .law-image-container {
        width: 220px;
        height: 220px;
    }

    .process-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        display: flex;
        flex-direction: column;
        gap: 20px; 
    }

    .process-block {
        width: calc(100% - 40px);
        max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    }

    .process-block:nth-child(1) { order: 1; }
    .process-block:nth-child(2) { order: 2; }

    .process-block:nth-child(3) { order: 4; }
    .process-block:nth-child(4) { order: 3; }

    .process-block:nth-child(5) { order: 5; }
    .process-block:nth-child(6) { order: 6; }

    .process-block:nth-child(7) { order: 8; }
    .process-block:nth-child(8) { order: 7; }

    .call-to-action,
    .content-overlay .call-to-action,
    .one-columns .call-to-action,
    .three-columns .call-to-action {
        width: calc(100% - 40px);
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        padding: 25px 20px;
        margin-top: 30px;
        box-sizing: border-box;
    }

    .cta-text {
        font-size: 22px;
    }

    .cta-subtext {
        font-size: 16px;
    }

    .column-revi .law-image-container {
        max-width: 350px;
    }

    .column-revi .law-image-container img {
        max-height: 250px;
    }

    .social-icons-about {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px 25px; 
        width: 100%;
        max-width: 290px;
        margin: 30px auto;
        padding: 0;
    }

    .social-icon-item {
        width: calc((100% - 50px) / 3); 
        min-width: 75px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .social-icon-item img {
        width: 45px;
        height: 45px;
        object-fit: contain;
    }

    .social-icon-item p {
        font-size: 12px;
        margin-top: 8px;
        width: 100%;
        text-align: center;
        white-space: nowrap;
    }

    .article-image-large {
        width: calc(100% - 50px);
        max-width: calc(100% - 30px);
        height: auto;
        margin: 25px auto;
        display: block;
        border-radius: 8px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    h2 {
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
        word-wrap: break-word;
        max-width: 100%;
    }

    .leon-article-content h2 {
        font-size: 30px;
        line-height: 1.3;
    }
}

@media (max-width: 768px) {
    .main-overlay-text {
        font-size: 3.2em;
        left: 20px;
        max-width: 90%;
        line-height: 0.9;
        top: 15%;
        transform: translateY(-50%);
    }
    .sub-content-wrapper {
        left: 30px;
        top: 50%;
        width: calc(100% - 60px);
    }
    .dark-overlay {
    width: 100%;
    background: 
        linear-gradient(to bottom, 
            rgba(0,0,0,0.9) 0%, 
            rgba(0,0,0,0.7) 10%, 
            rgba(0,0,0,0.4) 20%, 
            rgba(0,0,0,0) 40%),
        linear-gradient(to top, 
            rgba(0,0,0,0.9) 0%, 
            rgba(0,0,0,0.7) 10%, 
            rgba(0,0,0,0.4) 20%, 
            rgba(0,0,0,0) 40%);
}
}

@media (max-width: 576px) {
    .main-overlay-text {
        font-size: 2.8em;
        left: 20px;
        top: 12%;
        line-height: 0.95;
        max-width: 90%;
    }

    .dark-overlay {
        width: 90%;
    }

    .sub-content-wrapper {
        left: 20px;
        top: 35%;
        width: calc(100% - 40px);
    }

    .pre-portal-subheading {
        font-size: 1.5em;
    }

    .advantage-text {
        font-size: 0.85em;
    }

    .icon-container {
        width: 24px;
        height: 24px;
        margin-right: 12px;
    }

    .sub-overlay-text {
        left: 20px;
        top: 74%;
        max-width: 88%;
        font-size: 1em;
        line-height: 1.3;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
    }

    .advantages-section {
        padding: 40px 0;
    }

    .advantages-container {
        padding: 0 20px;
    }

    .one-columns {
        padding: 40px 20px;
    }

    .one-columns li {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .main-overlay-text {
        font-size: 2.4em;
        top: 10%;
        left: 15px;
        max-width: 95%;
    }

    .dark-overlay {
        width: 95%;
    }

    .sub-content-wrapper {
        left: 15px;
        width: calc(100% - 30px);
    }

    .marquee-content {
        font-size: 16px;
    }

    .column .image {
        max-width: 150px;
    }

    .overlay-text {
        padding: 30px 15px;
    }

    .sub-overlay-text {
        left: 15px;
        max-width: 92%;
        font-size: 0.95em;
        top: 75%;
        line-height: 1.25;
    }

    .column {
        padding: 25px 15px;
        min-width: unset;
    }

    .column h3 {
        font-size: 20px;
    }

    .law-image-container {
        width: 200px;
        height: 200px;
        padding: 10px;
    }

    .column-revi .law-image-container {
        max-width: 300px;
    }

    .column-revi .law-image-container img {
        max-height: 200px;
    }

    .social-icons-about {
        gap: 20px;
    }

    .social-icon-item {
        width: 60px;
    }

    .social-icon-item img {
        width: 40px;
        height: 40px;
    }

    .social-icon-item p {
        font-size: 12px;
    }

    .article-image-large {
        width: 100%;
    }

    .image-caption {
        max-width: 100%;
    }
}

.section-title {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 44px;
    color: #1b1411;
}

.pole {
    max-width: 800px;
    width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 8px;
}

.founder-title {
    color: #dd9f59;
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.law-block {
    background: linear-gradient(145deg, #2d221e 0%, #1b1411 100%);
    border-top: 1px solid #dd9f59;
    padding: 20px;
    margin: 25px 0;
    border-radius: 10px;
}

.law-block h4 {
    color: #dd9f59;
    margin-top: 0;
    font-size: 1.3em;
}

/* Стили для дополнительных разделов */
.contrib-section {
    background: linear-gradient(145deg, #2d221e 0%, #1b1411 100%);
    padding: 20px;
    margin: 25px 0;
    border-radius: 12px;
}

.contrib-section h4 {
    color: #dd9f59;
    margin-top: 0;
    font-size: 1.3em;
}

.client-connection {
    background: linear-gradient(145deg, #2d221e 0%, #1b1411 100%);
    border: 1px solid #dd9f59;
    padding: 20px;
    margin: 25px 0;
    border-radius: 8px;
    position: relative;
}

.client-connection h4 {
    color: #ffffff;
    margin-top: 0;
    font-size: 1.3em;
}

.client-connection:before {
    content: "★";
    color: #dd9f59;
    position: absolute;
    top: -10px;
    left: 20px;
    background-color: #1b1411;
    padding: 0 10px;
    font-size: 1.2em;
}

.founder-title {
    color: #dd9f59;
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

@media (max-width: 768px) {
    .portal-container {
        top: 50px !important;
        height: calc(100vh - 50px);
    }

    .image-container img {
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }
}

html,
    body {
      margin: 0;
      padding: 0;
      width: 100%;
      overflow-x: hidden;
    }

    /* Решение проблемы с фиксированным меню */
    html {
      scroll-behavior: smooth;
    }

    :target {
      scroll-margin-top: 130px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    [id] {
      scroll-margin-top: 130px;
    }

    @media (max-width: 768px) {
      :target,
      h1,
      h2,
      h3,
      h4,
      h5,
      h6,
      [id] {
        scroll-margin-top: 110px;
      }
    }

@media (max-width: 768px) {
    .articles-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding: 0 15px;
    }
    
    .article-card {
        width: 85%;
        max-width: 350px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .buttons-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 25px;
        padding: 0;
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }
    
}


@media (max-width: 768px) {
    /* Увеличиваем отступ перед кнопками Назад/Вверх */
    .buttons-container:last-of-type {
        margin-top: 60px;
        margin-bottom: 40px;
    }
    
    /* Добавляем отступ после последнего action-block */
    .buttons-container:first-of-type {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
.dark-overlay {
    width: 100%;
    right: 0;
    left: auto;
    background: linear-gradient(to top, 
      rgba(0,0,0,0.9) 0%, 
      rgba(0,0,0,0.7) 10%, 
      rgba(0,0,0,0.4) 20%, 
      rgba(0,0,0,0) 40%);
  }
}

@media (max-width: 576px) {
.dark-overlay {
    width: 100%;
    right: 0;
    left: auto;
    background: linear-gradient(to top, 
      rgba(0,0,0,0.9) 0%, 
      rgba(0,0,0,0.7) 15%, 
      rgba(0,0,0,0.4) 25%, 
      rgba(0,0,0,0) 45%);
  }
}

@media (max-width: 768px) {
    /* Контейнер с кнопками Назад/Вверх */
    .buttons-container:last-of-type {
        display: flex;
        flex-direction: column;
    }
    
    /* Меняем порядок */
    .buttons-container:last-of-type .button-wrapper:first-child {
        order: 2; /* Назад становится вторым (снизу) */
    }
    
    .buttons-container:last-of-type .button-wrapper:last-child {
        order: 1; /* Вверх становится первым (сверху) */
    }
}

@media (max-width: 768px) {

    .sub-content-wrapper {
        left: 30px;
        top: 50%;
        width: calc(100% - 60px);
    }
    .dark-overlay {
    width: 100%;
    background: 
        linear-gradient(to bottom, 
            rgba(0,0,0,0.9) 0%, 
            rgba(0,0,0,0.7) 10%, 
            rgba(0,0,0,0.4) 20%, 
            rgba(0,0,0,0) 40%),
        linear-gradient(to top, 
            rgba(0,0,0,0.9) 0%, 
            rgba(0,0,0,0.7) 10%, 
            rgba(0,0,0,0.4) 20%, 
            rgba(0,0,0,0) 40%);
}
}

/* Исправление порядка блоков "Как игропрактик я провожу трансформационные игры:" на мобильных */
@media (max-width: 768px) {
    #laws-section .process-grid {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    
    #laws-section .process-block {
        width: calc(100% - 40px);
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }
    
    /* Явно указываем порядок для каждого блока, сохраняя парность */
    
    /* Пара 1: Лила - image (1) + text (2) → text (2) + image (1) */
    #laws-section .process-block:nth-child(1) { order: 2; } /* image-block */
    #laws-section .process-block:nth-child(2) { order: 1; } /* text-block */
    
    /* Пара 2: Секреты изобилия - text (3) + image (4) → оставляем */
    #laws-section .process-block:nth-child(3) { order: 3; } /* text-block */
    #laws-section .process-block:nth-child(4) { order: 4; } /* image-block */
    
    /* Пара 3: Я есть деньги - image (5) + text (6) → text (6) + image (5) */
    #laws-section .process-block:nth-child(5) { order: 6; } /* image-block */
    #laws-section .process-block:nth-child(6) { order: 5; } /* text-block */
    
    /* Пара 4: Счастье быть я - text (7) + image (8) → оставляем */
    #laws-section .process-block:nth-child(7) { order: 7; } /* text-block */
    #laws-section .process-block:nth-child(8) { order: 8; } /* image-block */
    
    /* Пара 5: Viva la Vida - image (9) + text (10) → text (10) + image (9) */
    #laws-section .process-block:nth-child(9) { order: 10; } /* image-block */
    #laws-section .process-block:nth-child(10) { order: 9; } /* text-block */
    
    /* Пара 6: Останови свой саботаж - text (11) + image (12) → оставляем */
    #laws-section .process-block:nth-child(11) { order: 11; } /* text-block */
    #laws-section .process-block:nth-child(12) { order: 12; } /* image-block */
    
    /* Пара 7: Свобода от любовной зависимости - image (13) + text (14) → text (14) + image (13) */
    #laws-section .process-block:nth-child(13) { order: 14; } /* image-block */
    #laws-section .process-block:nth-child(14) { order: 13; } /* text-block */
    
    /* Пара 8: Дуальности - text (15) + image (16) → оставляем */
    #laws-section .process-block:nth-child(15) { order: 15; } /* text-block */
    #laws-section .process-block:nth-child(16) { order: 16; } /* image-block */
    
    /* Пара 9: Секреты женской мудрости - image (17) + text (18) → text (18) + image (17) */
    #laws-section .process-block:nth-child(17) { order: 18; } /* image-block */
    #laws-section .process-block:nth-child(18) { order: 17; } /* text-block */
    
    /* Пара 10: МАК - text (19) + image (20) → оставляем */
    #laws-section .process-block:nth-child(19) { order: 19; } /* text-block */
    #laws-section .process-block:nth-child(20) { order: 20; } /* image-block */
}

/* Исправление порядка блоков "Зачем в них играть? Цели и задачи" на мобильных */
@media (max-width: 768px) {
    #goals-section .process-grid {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    
    #goals-section .process-block {
        width: calc(100% - 40px);
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }
    
    /* Пара 1: Прояснение запроса - text (1) + image (2) → оставляем */
    #goals-section .process-block:nth-child(1) { order: 1; }
    #goals-section .process-block:nth-child(2) { order: 2; }
    
    /* Пара 2: Поиск решений - image (3) + text (4) → text (4) + image (3) */
    #goals-section .process-block:nth-child(3) { order: 4; }
    #goals-section .process-block:nth-child(4) { order: 3; }
    
    /* Пара 3: Преодоление барьеров - text (5) + image (6) → оставляем */
    #goals-section .process-block:nth-child(5) { order: 5; }
    #goals-section .process-block:nth-child(6) { order: 6; }
    
    /* Пара 4: Самопознание - image (7) + text (8) → text (8) + image (7) */
    #goals-section .process-block:nth-child(7) { order: 8; }
    #goals-section .process-block:nth-child(8) { order: 7; }
    
    /* Пара 5: Планирование - text (9) + image (10) → оставляем */
    #goals-section .process-block:nth-child(9) { order: 9; }
    #goals-section .process-block:nth-child(10) { order: 10; }
    
    /* Пара 6: Эмоциональный интеллект - image (11) + text (12) → text (12) + image (11) */
    #goals-section .process-block:nth-child(11) { order: 12; }
    #goals-section .process-block:nth-child(12) { order: 11; }
}