/* ========== СЕКЦИЯ "ЧТО ТАКОЕ NEMANEX" ========== */
.nemanex-what-is-section {
    position: relative;
    padding: 60px 0;
    background-color: #f9f9f9;
    overflow: hidden;
}

.nemanex-what-is-bg-triangle {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, transparent 50%, rgba(174, 211, 4, 0.1) 50%);
    z-index: 1;
    pointer-events: none;
}

.nemanex-what-is-section .nemanex-wrapper {
    position: relative;
    z-index: 2;
}

.nemanex-what-is-heading {
    color: #323437;
    font-family: PTSansBold, sans-serif;
    font-size: 44px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 10px;
}

.nemanex-what-is-first-letter {
    color: #aed304;
    font-size: 1.2em;
}

.nemanex-what-is-subheading {
    color: #666;
    font-family: RobotoLight, sans-serif;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 40px;
}

.nemanex-what-is-intro-wrapper {
    max-width: 800px;
    margin: 0 auto 50px;
    padding: 0 20px;
}

.nemanex-what-is-intro-text {
    color: #444;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
}

.nemanex-what-is-properties-block,
.nemanex-what-is-indications-block {
    max-width: 800px;
    margin: 0 auto 40px;
    padding: 0 20px;
}

.nemanex-what-is-block-title {
    color: #323437;
    font-family: RobotoBold, sans-serif;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 20px;
    padding-left: 20px;
}

.nemanex-what-is-list {
    list-style: none;
    padding: 0;
}

.nemanex-what-is-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    padding: 10px 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s, box-shadow 0.2s;
}

.nemanex-what-is-list li:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(174, 211, 4, 0.15);
}

.nemanex-what-is-list-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 15px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23aed304"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"/></svg>') center/contain no-repeat;
}

.nemanex-what-is-list-text {
    color: #444;
    font-size: 17px;
    line-height: 1.5;
    flex: 1;
}

/* Медиа-запросы для мобильных устройств */
@media screen and (max-width: 999px) {
    .nemanex-what-is-heading {
        font-size: 36px;
    }
    
    .nemanex-what-is-subheading {
        font-size: 20px;
    }
    
    .nemanex-what-is-intro-text {
        font-size: 16px;
    }
    
    .nemanex-what-is-block-title {
        font-size: 20px;
        padding-left: 10px;
    }
    
    .nemanex-what-is-list li {
        padding: 8px 15px;
    }
    
    .nemanex-what-is-list-text {
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    .nemanex-what-is-section {
        padding: 40px 0;
    }
    
    .nemanex-what-is-heading {
        font-size: 30px;
    }
    
    .nemanex-what-is-subheading {
        font-size: 18px;
        margin-bottom: 30px;
    }
    
    .nemanex-what-is-intro-wrapper {
        margin-bottom: 30px;
    }
    
    .nemanex-what-is-bg-triangle {
        width: 200px;
        height: 200px;
    }
}

@media screen and (max-width: 479px) {
    .nemanex-what-is-heading {
        font-size: 26px;
    }
    
    .nemanex-what-is-list li {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .nemanex-what-is-list-icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .nemanex-what-is-block-title {
        text-align: center;
    }
}



/* ========== СЕКЦИЯ "КАК РАБОТАЕТ NEMANEX" ========== */
.nemanex-how-works-section {
    position: relative;
    padding: 70px 0;
    background-color: #ffffff;
    overflow: hidden;
}

.nemanex-how-works-bg-triangle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, rgba(174, 211, 4, 0.05) 0%, transparent 50%);
    z-index: 1;
    pointer-events: none;
}

.nemanex-how-works-section .nemanex-wrapper {
    position: relative;
    z-index: 2;
}

.nemanex-how-works-heading {
    color: #323437;
    font-family: PTSansBold, sans-serif;
    font-size: 42px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 30px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.nemanex-how-works-first-letter {
    color: #aed304;
    font-size: 1.2em;
}

.nemanex-how-works-intro-wrapper {
    max-width: 800px;
    margin: 0 auto 50px;
    padding: 0 20px;
}

.nemanex-how-works-intro-text {
    color: #555;
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
    font-family: RobotoLight, sans-serif;
}

.nemanex-how-works-process-block,
.nemanex-how-works-benefits-block {
    margin-bottom: 60px;
}

.nemanex-how-works-block-title {
    color: #323437;
    font-family: RobotoBold, sans-serif;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 40px;
}

.nemanex-how-works-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    padding: 0 20px;
}

.nemanex-how-works-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px 20px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(174, 211, 4, 0.1);
}

.nemanex-how-works-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(174, 211, 4, 0.15);
    border-color: rgba(174, 211, 4, 0.3);
}

.nemanex-how-works-icon {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.nemanex-how-works-svg {
    width: 80px;
    height: 80px;
    transition: transform 0.3s ease;
}

.nemanex-how-works-card:hover .nemanex-how-works-svg {
    transform: scale(1.05);
}

.nemanex-how-works-card-text {
    color: #444;
    font-size: 16px;
    line-height: 1.5;
    font-family: RobotoRegular, sans-serif;
}

/* Медиа-запросы */
@media screen and (max-width: 999px) {
    .nemanex-how-works-heading {
        font-size: 36px;
        padding: 0 20px;
    }
    
    .nemanex-how-works-intro-text {
        font-size: 16px;
    }
    
    .nemanex-how-works-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .nemanex-how-works-block-title {
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) {
    .nemanex-how-works-section {
        padding: 50px 0;
    }
    
    .nemanex-how-works-heading {
        font-size: 30px;
    }
    
    .nemanex-how-works-bg-triangle {
        width: 300px;
        height: 300px;
    }
}

@media screen and (max-width: 479px) {
    .nemanex-how-works-cards-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .nemanex-how-works-heading {
        font-size: 26px;
    }
    
    .nemanex-how-works-block-title {
        font-size: 20px;
        margin-bottom: 25px;
    }
    
    .nemanex-how-works-card {
        padding: 20px 15px;
    }
    
    .nemanex-how-works-svg {
        width: 70px;
        height: 70px;
    }
}



/* ========== СЕКЦИЯ "ЛИСТОК-ВКЛАДЫШ" ========== */
.nemanex-leaflet-section {
    position: relative;
    padding: 60px 0 80px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    overflow: hidden;
}

.nemanex-leaflet-bg-triangle {
    position: absolute;
    top: 0;
    right: 0;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle at 100% 0%, rgba(174, 211, 4, 0.08) 0%, transparent 70%);
    z-index: 1;
    pointer-events: none;
}

.nemanex-leaflet-section .nemanex-wrapper {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nemanex-leaflet-main-heading {
    color: #323437;
    font-family: PTSansBold, sans-serif;
    font-size: 48px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
}

.nemanex-leaflet-first-letter {
    color: #aed304;
    font-size: 1.2em;
    font-family: PTSansBold, sans-serif;
}

.nemanex-leaflet-subheading {
    color: #666;
    font-family: RobotoLight, sans-serif;
    font-size: 22px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(174, 211, 4, 0.3);
    display: inline-block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    /* Центрирование */
    text-align: center;
    display: block;
}

.nemanex-leaflet-info-block {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 35px;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(174, 211, 4, 0.15);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.nemanex-leaflet-info-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(174, 211, 4, 0.15);
    border-color: rgba(174, 211, 4, 0.3);
}

.nemanex-leaflet-info-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #aed304 0%, #8faf00 100%);
    border-radius: 4px 0 0 4px;
}

.nemanex-leaflet-block-title {
    color: #323437;
    font-family: RobotoBold, sans-serif;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
    position: relative;
    padding-left: 10px;
    text-align: left;
}

.nemanex-leaflet-block-text {
    color: #555;
    font-size: 17px;
    line-height: 1.7;
    font-family: RobotoRegular, sans-serif;
    padding-left: 10px;
    text-align: left;
}

/* Иконки для блоков */
.nemanex-leaflet-info-block:nth-child(3) .nemanex-leaflet-block-title::before {
    content: '⚠️';
    margin-right: 10px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}

.nemanex-leaflet-info-block:nth-child(4) .nemanex-leaflet-block-title::before {
    content: '⚡';
    margin-right: 10px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}

.nemanex-leaflet-info-block:nth-child(5) .nemanex-leaflet-block-title::before {
    content: '💊';
    margin-right: 10px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}

/* Медиа-запросы */
@media screen and (max-width: 999px) {
    .nemanex-leaflet-main-heading {
        font-size: 42px;
    }
    
    .nemanex-leaflet-subheading {
        font-size: 20px;
        margin-bottom: 40px;
    }
    
    .nemanex-leaflet-info-block {
        padding: 25px 30px;
        max-width: 700px;
    }
    
    .nemanex-leaflet-block-title {
        font-size: 22px;
    }
    
    .nemanex-leaflet-block-text {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .nemanex-leaflet-section {
        padding: 50px 0 60px;
    }
    
    .nemanex-leaflet-main-heading {
        font-size: 36px;
    }
    
    .nemanex-leaflet-subheading {
        font-size: 18px;
        margin-bottom: 30px;
    }
    
    .nemanex-leaflet-bg-triangle {
        width: 300px;
        height: 300px;
    }
    
    .nemanex-leaflet-info-block {
        padding: 20px 25px;
        max-width: 90%;
    }
    
    .nemanex-leaflet-block-title {
        font-size: 21px;
    }
}

@media screen and (max-width: 479px) {
    .nemanex-leaflet-main-heading {
        font-size: 32px;
    }
    
    .nemanex-leaflet-subheading {
        font-size: 16px;
        border-bottom-width: 1px;
        margin-bottom: 25px;
        padding-bottom: 12px;
    }
    
    .nemanex-leaflet-info-block {
        padding: 18px 20px;
        max-width: 95%;
    }
    
    .nemanex-leaflet-block-title {
        font-size: 20px;
        margin-bottom: 12px;
    }
    
    .nemanex-leaflet-block-text {
        font-size: 15px;
        line-height: 1.6;
    }
    
    .nemanex-leaflet-info-block::before {
        width: 3px;
    }
    
    /* Эмодзи иконки скрываем на мобильных */
    .nemanex-leaflet-info-block:nth-child(3) .nemanex-leaflet-block-title::before,
    .nemanex-leaflet-info-block:nth-child(4) .nemanex-leaflet-block-title::before,
    .nemanex-leaflet-info-block:nth-child(5) .nemanex-leaflet-block-title::before {
        display: none;
    }
}

@media screen and (max-width: 319px) {
    .nemanex-leaflet-main-heading {
        font-size: 28px;
    }
    
    .nemanex-leaflet-block-title {
        font-size: 18px;
    }
    
    .nemanex-leaflet-info-block {
        padding: 15px 15px;
    }
}



/* ========== СЕКЦИЯ "СОСТАВ NEMANEX" ========== */
.nemanex-composition-section {
    position: relative;
    padding: 70px 0;
    background-color: #ffffff;
    overflow: hidden;
}

.nemanex-composition-bg-triangle {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle at 100% 100%, rgba(174, 211, 4, 0.06) 0%, transparent 70%);
    z-index: 1;
    pointer-events: none;
}

.nemanex-composition-section .nemanex-wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nemanex-composition-main-heading {
    color: #323437;
    font-family: PTSansBold, sans-serif;
    font-size: 48px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
}

.nemanex-composition-first-letter {
    color: #aed304;
    font-size: 1.2em;
}

.nemanex-composition-subheading {
    color: #666;
    font-family: RobotoLight, sans-serif;
    font-size: 22px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(174, 211, 4, 0.3);
    display: block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.nemanex-composition-intro-block {
    max-width: 900px;
    margin: 0 auto 60px;
    padding: 30px 35px;
    background: #f8f9fa;
    border-radius: 16px;
    border-left: 4px solid #aed304;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
    width: 100%;
}

.nemanex-composition-intro-text {
    color: #444;
    font-size: 17px;
    line-height: 1.7;
    font-family: RobotoRegular, sans-serif;
    margin: 0;
    text-align: center;
}

.nemanex-composition-items-container {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.nemanex-composition-item-row {
    display: flex;
    gap: 40px;
    align-items: center;
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(174, 211, 4, 0.1);
    transition: all 0.3s ease;
    width: 100%;
}

.nemanex-composition-item-row:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(174, 211, 4, 0.15);
    border-color: rgba(174, 211, 4, 0.3);
}

.nemanex-composition-row-reverse {
    flex-direction: row-reverse;
}

.nemanex-composition-img-box {
    flex: 0 0 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #aed304;
    box-shadow: 0 10px 20px rgba(174, 211, 4, 0.2);
    background: #f0f7e6;
}

.nemanex-composition-ingredient-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.nemanex-composition-item-row:hover .nemanex-composition-ingredient-photo {
    transform: scale(1.1);
}

.nemanex-composition-text-content {
    flex: 1;
}

.nemanex-composition-item-title {
    color: #323437;
    font-family: RobotoBold, sans-serif;
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    text-align: left;
}

.nemanex-composition-item-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #aed304;
    border-radius: 2px;
}

.nemanex-composition-row-reverse .nemanex-composition-item-title::after {
    left: auto;
    right: 0;
}

.nemanex-composition-item-description {
    color: #555;
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
}

.nemanex-composition-item-description p {
    margin-bottom: 15px;
}

.nemanex-composition-item-description p:last-child {
    margin-bottom: 0;
}

/* Медиа-запросы */
@media screen and (max-width: 999px) {
    .nemanex-composition-main-heading {
        font-size: 42px;
    }
    
    .nemanex-composition-subheading {
        font-size: 20px;
    }
    
    .nemanex-composition-intro-block {
        padding: 25px 30px;
        margin-bottom: 50px;
    }
    
    .nemanex-composition-intro-text {
        font-size: 16px;
    }
    
    .nemanex-composition-item-row {
        gap: 30px;
        padding: 25px;
    }
    
    .nemanex-composition-img-box {
        flex: 0 0 180px;
        height: 180px;
    }
    
    .nemanex-composition-item-title {
        font-size: 24px;
    }
}

@media screen and (max-width: 767px) {
    .nemanex-composition-section {
        padding: 50px 0;
    }
    
    .nemanex-composition-main-heading {
        font-size: 36px;
    }
    
    .nemanex-composition-subheading {
        font-size: 18px;
        margin-bottom: 30px;
    }
    
    .nemanex-composition-intro-block {
        padding: 20px 25px;
        margin-bottom: 40px;
    }
    
    .nemanex-composition-intro-text {
        font-size: 16px;
    }
    
    .nemanex-composition-item-row,
    .nemanex-composition-row-reverse {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .nemanex-composition-img-box {
        flex: 0 0 160px;
        width: 160px;
        height: 160px;
        margin: 0 auto;
    }
    
    .nemanex-composition-item-title {
        text-align: center;
    }
    
    .nemanex-composition-item-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .nemanex-composition-row-reverse .nemanex-composition-item-title::after {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .nemanex-composition-item-description {
        text-align: center;
    }
    
    .nemanex-composition-bg-triangle {
        width: 350px;
        height: 350px;
    }
}

@media screen and (max-width: 479px) {
    .nemanex-composition-main-heading {
        font-size: 32px;
    }
    
    .nemanex-composition-subheading {
        font-size: 16px;
        padding-bottom: 15px;
    }
    
    .nemanex-composition-intro-block {
        padding: 18px 20px;
        margin-bottom: 30px;
    }
    
    .nemanex-composition-intro-text {
        font-size: 15px;
        line-height: 1.6;
    }
    
    .nemanex-composition-items-container {
        gap: 30px;
    }
    
    .nemanex-composition-item-row {
        padding: 20px 15px;
    }
    
    .nemanex-composition-img-box {
        flex: 0 0 140px;
        width: 140px;
        height: 140px;
    }
    
    .nemanex-composition-item-title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    
    .nemanex-composition-item-description {
        font-size: 15px;
        line-height: 1.6;
    }
    
    .nemanex-composition-item-description p {
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 319px) {
    .nemanex-composition-main-heading {
        font-size: 28px;
    }
    
    .nemanex-composition-img-box {
        flex: 0 0 120px;
        width: 120px;
        height: 120px;
    }
    
    .nemanex-composition-item-title {
        font-size: 20px;
    }
}



/* ========== СЕКЦИЯ "ОТЗЫВЫ КЛИЕНТОВ" ========== */
.nemanex-reviews-section {
    position: relative;
    padding: 70px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    overflow: hidden;
}

.nemanex-reviews-bg-triangle {
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle at 0% 0%, rgba(174, 211, 4, 0.08) 0%, transparent 70%);
    z-index: 1;
    pointer-events: none;
}

.nemanex-reviews-section .nemanex-wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nemanex-reviews-main-heading {
    color: #323437;
    font-family: PTSansBold, sans-serif;
    font-size: 48px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 50px;
    width: 100%;
}

.nemanex-reviews-first-letter {
    color: #aed304;
    font-size: 1.2em;
}

.nemanex-reviews-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 50px;
    width: 100%;
    max-width: 1000px;
}

.nemanex-reviews-card-item {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(174, 211, 4, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.nemanex-reviews-card-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(174, 211, 4, 0.15);
    border-color: rgba(174, 211, 4, 0.3);
}

.nemanex-reviews-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(174, 211, 4, 0.2);
}

.nemanex-reviews-author-name {
    color: #323437;
    font-family: RobotoBold, sans-serif;
    font-size: 22px;
    line-height: 1.3;
    margin: 0;
}

.nemanex-reviews-review-date {
    color: #888;
    font-size: 14px;
    font-family: RobotoLight, sans-serif;
    background: #f0f0f0;
    padding: 4px 12px;
    border-radius: 20px;
    white-space: nowrap;
}

.nemanex-reviews-card-body {
    flex: 1;
    margin-bottom: 20px;
}

.nemanex-reviews-review-text {
    color: #555;
    font-size: 16px;
    line-height: 1.7;
    font-family: RobotoRegular, sans-serif;
    margin: 0;
    font-style: italic;
}

.nemanex-reviews-card-rating {
    display: flex;
    gap: 5px;
    margin-top: auto;
}

.nemanex-reviews-star {
    color: #ffc107;
    font-size: 20px;
}

.nemanex-reviews-more-wrapper {
    text-align: center;
    width: 100%;
}

.nemanex-reviews-more-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: #323437;
    font-family: RobotoBold, sans-serif;
    font-size: 18px;
    text-decoration: none;
    padding: 15px 35px;
    border: 2px solid #aed304;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.nemanex-reviews-more-button:hover {
    background: #aed304;
    color: #ffffff;
    gap: 15px;
}

.nemanex-reviews-button-arrow {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.nemanex-reviews-more-button:hover .nemanex-reviews-button-arrow {
    transform: translateX(5px);
}

/* Медиа-запросы */
@media screen and (max-width: 999px) {
    .nemanex-reviews-main-heading {
        font-size: 42px;
    }
    
    .nemanex-reviews-cards-grid {
        gap: 20px;
    }
    
    .nemanex-reviews-card-item {
        padding: 25px;
    }
}

@media screen and (max-width: 767px) {
    .nemanex-reviews-section {
        padding: 50px 0;
    }
    
    .nemanex-reviews-main-heading {
        font-size: 36px;
        margin-bottom: 40px;
    }
    
    /* КРИТИЧЕСКОЕ ИЗМЕНЕНИЕ: одна колонка на мобильных */
    .nemanex-reviews-cards-grid {
        grid-template-columns: 1fr; /* Отзывы друг под другом */
        gap: 25px;
        max-width: 500px; /* Ограничиваем ширину для читаемости */
        margin-left: auto;
        margin-right: auto;
    }
    
    .nemanex-reviews-card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .nemanex-reviews-review-date {
        align-self: flex-start;
    }
    
    .nemanex-reviews-bg-triangle {
        width: 300px;
        height: 300px;
    }
}

@media screen and (max-width: 479px) {
    .nemanex-reviews-main-heading {
        font-size: 32px;
    }
    
    .nemanex-reviews-cards-grid {
        max-width: 100%;
    }
    
    .nemanex-reviews-card-item {
        padding: 20px;
    }
    
    .nemanex-reviews-author-name {
        font-size: 20px;
    }
    
    .nemanex-reviews-review-text {
        font-size: 15px;
    }
    
    .nemanex-reviews-more-button {
        font-size: 16px;
        padding: 12px 25px;
    }
}

@media screen and (max-width: 319px) {
    .nemanex-reviews-main-heading {
        font-size: 28px;
    }
    
    .nemanex-reviews-star {
        font-size: 18px;
    }
}




/* ========== СЕКЦИЯ "ЧАСТО ЗАДАВАЕМЫЕ ВОПРОСЫ" ========== */
.nemanex-faq-section {
    position: relative;
    padding: 70px 0;
    background: #ffffff;
    overflow: hidden;
}

.nemanex-faq-bg-triangle {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle at 100% 100%, rgba(174, 211, 4, 0.08) 0%, transparent 70%);
    z-index: 1;
    pointer-events: none;
}

.nemanex-faq-section .nemanex-wrapper {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nemanex-faq-main-heading {
    color: #323437;
    font-family: PTSansBold, sans-serif;
    font-size: 48px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
}

.nemanex-faq-first-letter {
    color: #aed304;
    font-size: 1.2em;
}

.nemanex-faq-subheading {
    color: #666;
    font-family: RobotoLight, sans-serif;
    font-size: 22px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(174, 211, 4, 0.3);
    display: block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.nemanex-faq-items-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.nemanex-faq-item {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid rgba(174, 211, 4, 0.2);
    overflow: hidden;
    transition: all 0.3s ease;
    width: 100%;
}

.nemanex-faq-item:hover {
    border-color: #aed304;
    box-shadow: 0 5px 20px rgba(174, 211, 4, 0.1);
}

.nemanex-faq-question {
    color: #323437;
    font-family: RobotoBold, sans-serif;
    font-size: 18px;
    line-height: 1.4;
    padding: 20px 25px;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    position: relative;
    background: #f8f9fa;
    transition: background 0.3s ease;
}

.nemanex-faq-question::-webkit-details-marker {
    display: none;
}

.nemanex-faq-item[open] .nemanex-faq-question {
    background: rgba(174, 211, 4, 0.05);
    border-bottom: 1px solid rgba(174, 211, 4, 0.2);
}

.nemanex-faq-toggle-icon {
    position: relative;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.nemanex-faq-toggle-icon::before,
.nemanex-faq-toggle-icon::after {
    content: '';
    position: absolute;
    background: #aed304;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.nemanex-faq-toggle-icon::before {
    width: 2px;
    height: 20px;
    top: 0;
    left: 9px;
}

.nemanex-faq-toggle-icon::after {
    width: 20px;
    height: 2px;
    top: 9px;
    left: 0;
}

.nemanex-faq-item[open] .nemanex-faq-toggle-icon::before {
    transform: rotate(90deg);
    opacity: 0;
}

.nemanex-faq-answer {
    padding: 25px;
    background: #ffffff;
    animation: nemanexFaqFadeIn 0.3s ease;
}

@keyframes nemanexFaqFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.nemanex-faq-answer p {
    color: #555;
    font-size: 16px;
    line-height: 1.7;
    font-family: RobotoRegular, sans-serif;
    margin: 0;
    text-align: left;
}

/* Медиа-запросы */
@media screen and (max-width: 999px) {
    .nemanex-faq-main-heading {
        font-size: 42px;
    }
    
    .nemanex-faq-subheading {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .nemanex-faq-section {
        padding: 50px 0;
    }
    
    .nemanex-faq-main-heading {
        font-size: 36px;
    }
    
    .nemanex-faq-subheading {
        font-size: 18px;
        margin-bottom: 30px;
    }
    
    .nemanex-faq-question {
        font-size: 16px;
        padding: 15px 20px;
    }
    
    .nemanex-faq-answer {
        padding: 20px;
    }
    
    .nemanex-faq-answer p {
        font-size: 15px;
    }
    
    .nemanex-faq-bg-triangle {
        width: 300px;
        height: 300px;
    }
}

@media screen and (max-width: 479px) {
    .nemanex-faq-main-heading {
        font-size: 32px;
    }
    
    .nemanex-faq-subheading {
        font-size: 16px;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }
    
    .nemanex-faq-question {
        font-size: 15px;
        padding: 12px 15px;
    }
    
    .nemanex-faq-answer {
        padding: 15px;
    }
}

@media screen and (max-width: 319px) {
    .nemanex-faq-main-heading {
        font-size: 28px;
    }
}



/* ========== СЕКЦИЯ "ГДЕ КУПИТЬ" ========== */
.nemanex-where-to-buy-section {
    position: relative;
    padding: 70px 0;
    background: linear-gradient(135deg, #323437 0%, #1a1c1f 100%);
    overflow: hidden;
    color: #ffffff;
}

.nemanex-where-to-buy-bg-triangle {
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle at 100% 0%, rgba(174, 211, 4, 0.15) 0%, transparent 70%);
    z-index: 1;
    pointer-events: none;
}

.nemanex-where-to-buy-section .nemanex-wrapper {
    position: relative;
    z-index: 2;
}

.nemanex-where-to-buy-heading {
    color: #ffffff;
    font-family: PTSansBold, sans-serif;
    font-size: 44px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.nemanex-where-to-buy-first-letter {
    color: #aed304;
    font-size: 1.2em;
}

.nemanex-where-to-buy-intro {
    max-width: 800px;
    margin: 0 auto 50px;
    padding: 30px 35px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    border-left: 4px solid #aed304;
    backdrop-filter: blur(5px);
}

.nemanex-where-to-buy-intro-text {
    color: #f0f0f0;
    font-size: 18px;
    line-height: 1.7;
    font-family: RobotoRegular, sans-serif;
    margin: 0;
}

.nemanex-where-to-buy-intro-text strong {
    color: #aed304;
    font-family: RobotoBold, sans-serif;
}

.nemanex-where-to-buy-steps-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.nemanex-where-to-buy-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(174, 211, 4, 0.2);
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.nemanex-where-to-buy-card:hover {
    transform: translateY(-10px);
    border-color: #aed304;
    background: rgba(174, 211, 4, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.nemanex-where-to-buy-card::before {
    content: attr(data-num);
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: #aed304;
    color: #323437;
    font-family: RobotoBold, sans-serif;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(174, 211, 4, 0.3);
}

.nemanex-where-to-buy-card-heading {
    color: #aed304;
    font-family: RobotoBold, sans-serif;
    font-size: 22px;
    line-height: 1.3;
    margin: 15px 0 15px;
    padding-top: 10px;
}

.nemanex-where-to-buy-card-text {
    color: #cccccc;
    font-size: 16px;
    line-height: 1.6;
    font-family: RobotoRegular, sans-serif;
}

.nemanex-where-to-buy-warning-box {
    max-width: 800px;
    margin: 0 auto;
    padding: 25px 30px;
    background: rgba(255, 193, 7, 0.1);
    border: 1px solid rgba(255, 193, 7, 0.3);
    border-radius: 12px;
    text-align: center;
}

.nemanex-where-to-buy-warning-text {
    color: #ffc107;
    font-size: 17px;
    line-height: 1.6;
    font-family: RobotoRegular, sans-serif;
    margin: 0;
}

.nemanex-where-to-buy-warning-text strong {
    color: #ffc107;
    font-family: RobotoBold, sans-serif;
}

/* Медиа-запросы */
@media screen and (max-width: 999px) {
    .nemanex-where-to-buy-heading {
        font-size: 38px;
        padding: 0 20px;
    }
    
    .nemanex-where-to-buy-intro {
        padding: 25px 30px;
        margin-bottom: 40px;
    }
    
    .nemanex-where-to-buy-intro-text {
        font-size: 17px;
    }
    
    .nemanex-where-to-buy-steps-container {
        gap: 20px;
    }
    
    .nemanex-where-to-buy-card {
        padding: 30px 20px;
    }
    
    .nemanex-where-to-buy-card-heading {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .nemanex-where-to-buy-section {
        padding: 50px 0;
    }
    
    .nemanex-where-to-buy-heading {
        font-size: 32px;
        margin-bottom: 30px;
    }
    
    .nemanex-where-to-buy-intro {
        padding: 20px 25px;
        margin-bottom: 35px;
    }
    
    .nemanex-where-to-buy-intro-text {
        font-size: 16px;
    }
    
    .nemanex-where-to-buy-steps-container {
        grid-template-columns: 1fr;
        gap: 25px;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .nemanex-where-to-buy-card {
        padding: 35px 25px;
    }
    
    .nemanex-where-to-buy-card:hover {
        transform: translateY(-5px);
    }
    
    .nemanex-where-to-buy-warning-box {
        padding: 20px 25px;
    }
    
    .nemanex-where-to-buy-warning-text {
        font-size: 16px;
    }
    
    .nemanex-where-to-buy-bg-triangle {
        width: 350px;
        height: 350px;
    }
}

@media screen and (max-width: 479px) {
    .nemanex-where-to-buy-heading {
        font-size: 28px;
    }
    
    .nemanex-where-to-buy-intro {
        padding: 18px 20px;
        margin-bottom: 30px;
    }
    
    .nemanex-where-to-buy-intro-text {
        font-size: 15px;
    }
    
    .nemanex-where-to-buy-card {
        padding: 30px 20px;
    }
    
    .nemanex-where-to-buy-card-heading {
        font-size: 19px;
    }
    
    .nemanex-where-to-buy-card-text {
        font-size: 15px;
    }
    
    .nemanex-where-to-buy-card::before {
        width: 35px;
        height: 35px;
        font-size: 18px;
        line-height: 35px;
        top: -12px;
    }
    
    .nemanex-where-to-buy-warning-box {
        padding: 18px 20px;
    }
    
    .nemanex-where-to-buy-warning-text {
        font-size: 15px;
    }
}

@media screen and (max-width: 319px) {
    .nemanex-where-to-buy-heading {
        font-size: 24px;
    }
    
    .nemanex-where-to-buy-card {
        padding: 25px 15px;
    }
    
    .nemanex-where-to-buy-card-heading {
        font-size: 18px;
    }
}