
/* Удалены стили aboutme-block-mockup */
/* --- Новый блок "Обо мне" по макету --- */
.aboutme-block-mockup {
    width: 100%;
    background: #f6f7fa;
    padding: 40px 0 0 0;
    display: flex;
    justify-content: center;
}
.aboutme-block-mockup__container {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 900px;
    height: 380px;
    min-height: 320px;
    margin: 0 auto;
    background: #fff;
    border-radius: 0 0 24px 24px;
    box-shadow: 0 4px 32px rgba(0,0,0,0.06);
    overflow: hidden;
    position: relative;
}
.aboutme-block-mockup__left {
    position: relative;
    width: 320px;
    min-width: 220px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: transparent;
    z-index: 1;
}
.aboutme-block-mockup__decor-rect {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70%;
    min-height: 160px;
    background: #b6c48a;
    z-index: 0;
    border-radius: 0 0 0 0;
}
.aboutme-block-mockup__photo-wrap {
    position: relative;
    margin: 32px 0 0 0;
    width: 200px;
    height: 260px;
    background: none;
    box-shadow: none;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1;
}
.aboutme-block-mockup__photo {
    width: 200px;
    height: 260px;
    border-radius: 12px;
    object-fit: cover;
    display: block;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
}
.aboutme-block-mockup__right {
    width: calc(100% - 320px);
    min-width: 260px;
    height: 100%;
    padding: 36px 28px 28px 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.aboutme-block-mockup__subtitle {
    color: #8ca05a;
    font-size: 1rem;
    margin-bottom: 6px;
    font-family: 'Montserrat', Arial, sans-serif;
}
.aboutme-block-mockup__name {
    color: #222;
    font-size: 1.1rem;
    margin-bottom: 10px;
    font-family: 'Montserrat', Arial, sans-serif;
}
.aboutme-block-mockup__title {
    font-size: 2.6rem;
    line-height: 1.05;
    color: #8ca05a;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 12px;
}
.aboutme-block-mockup__title b {
    color: #222;
    font-size: 3.1rem;
    font-weight: 900;
    letter-spacing: 1px;
}
.aboutme-block-mockup__btn {
    display: inline-block;
    background: #8ca05a;
    color: #fff;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 22px;
    padding: 8px 24px;
    margin-bottom: 18px;
    margin-top: 2px;
    text-decoration: none;
    transition: background 0.2s;
}
.aboutme-block-mockup__btn:hover {
    background: #6e7e3a;
}
.aboutme-block-mockup__desc {
    color: #222;
    font-size: 1rem;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.5;
    margin-top: 0;
}
.aboutme-block-mockup__desc p {
    margin: 0;
}

@media (max-width: 900px) {
    .aboutme-block-mockup__container {
        max-width: 98vw;
        height: auto;
        min-height: 0;
        flex-direction: column;
        border-radius: 0 0 16px 16px;
    }
    .aboutme-block-mockup__left, .aboutme-block-mockup__right {
        width: 100%;
        min-width: 0;
        height: auto;
        padding: 0;
    }
    .aboutme-block-mockup__right {
        padding: 18px 8px 18px 8px;
    }
    .aboutme-block-mockup__photo-wrap {
        margin: 18px auto 0 auto;
        width: 60vw;
        height: 76vw;
        min-width: 120px;
        max-width: 220px;
        max-height: 280px;
    }
    .aboutme-block-mockup__photo {
        width: 100%;
        height: 100%;
        min-width: 120px;
        min-height: 150px;
        max-width: 220px;
        max-height: 280px;
    }
    .aboutme-block-mockup__decor-rect {
        height: 120px;
    }
    .aboutme-block-mockup__title {
        font-size: 2rem;
    }
    .aboutme-block-mockup__title b {
        font-size: 2.3rem;
    }
}
/* --- About Hero V4: Фоновое изображение --- */
.about-hero-v4-bg {
    position: relative;
    min-height: 420px;
    background: url('images/about-me.jpg') center center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-hero-v4-overlay {
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.38);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
}
.about-hero-v4-text {
    color: #fff;
    text-align: left;
    max-width: 520px;
    background: rgba(0,0,0,0.18);
    border-radius: 18px;
    padding: 36px 36px 32px 36px;
    box-shadow: 0 6px 32px rgba(0,0,0,0.13);
}
.about-hero-v4-label {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.5px;
    opacity: 0.85;
}
.about-hero-v4-text h1 {
    font-size: 48px;
    margin: 10px 0 12px 0;
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
}
.about-hero-v4-text .description {
    font-size: 20px;
    margin-bottom: 18px;
    color: #fff;
    opacity: 0.95;
}
.about-hero-v4-bg.full-bg-hero {
    position: relative;
    width: 100vw;
    min-height: 100vh;
    height: 100vh;
    background-image: url('images/about-me.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
    color: #fff;
.about-hero-v4-text-on-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: 100%;
    max-width: 600px;
    background: rgba(0,0,0,0.0); /* no overlay */
    padding: 0 20px;
}
}
@media (max-width: 700px) {
    .about-hero-v4-bg.full-bg-hero {
        min-height: 60vh;
        height: 60vh;
    }
    .about-hero-v4-text-on-bg {
        max-width: 95vw;
        padding: 0 10px;
    }
}
.about-hero-v4-stats .stat-label {
    font-size: 15px;
    color: #fff;
    opacity: 0.8;
}
@media (max-width: 900px) {
    .about-hero-v4-text {
        max-width: 98vw;
        padding: 24px 10vw 20px 10vw;
    }
    .about-hero-v4-bg {
        min-height: 320px;
    }
}
@media (max-width: 600px) {
    .about-hero-v4-text {
        padding: 18px 4vw 14px 4vw;
        border-radius: 8px;
    }
    .about-hero-v4-bg {
        min-height: 180px;
    }
    .about-hero-v4-text h1 {
        font-size: 28px;
    }
    .about-hero-v4-label {
        font-size: 13px;
    }
    .about-hero-v4-stats .stat-number {
        font-size: 20px;
    }
    .about-hero-v4-stats .stat-label {
        font-size: 11px;
    }
}
.short-color-shadow .color-shadow-frame {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    border-radius: 22px;
    background: #fff;
    border: 2.5px solid #f67280;
    box-shadow: 0 8px 32px rgba(246, 114, 128, 0.18), 0 2px 12px rgba(0,0,0,0.10);
    width: 320px;
    max-width: 98vw;
    margin: 0 auto;
}
.short-color-shadow iframe {
    width: 296px;
    max-width: 90vw;
    aspect-ratio: 9/16;
    border-radius: 16px;
    border: none;
    background: #fff;
    box-shadow: 0 2px 12px rgba(246, 114, 128, 0.10);
}
@media (max-width: 600px) {
    .short-color-shadow .color-shadow-frame {
        width: 98vw;
        padding: 2vw;
        border-radius: 10px;
    }
    .short-color-shadow iframe {
        width: 90vw;
        border-radius: 8px;
    }
}
/* --- YouTube Shorts: Градиентная рамка (about + hero) --- */
.short-variant {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 340px;
}
.short-gradient .gradient-frame {
    display: inline-block;
    padding: 7px;
    border-radius: 28px;
    background: linear-gradient(135deg, #f8b195 0%, #f67280 100%);
}
.short-gradient iframe {
    width: 100%;
    max-width: 306px;
    aspect-ratio: 9/16;
    border-radius: 20px;
    border: none;
    display: block;
    min-height: 400px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.13);
    background: #fff;
    transition: transform 0.2s;
}
.short-gradient .gradient-frame:hover iframe {
    transform: scale(1.03) rotate(-1deg);
}
@media (max-width: 600px) {
    .short-gradient .gradient-frame {
        max-width: 98vw;
        border-radius: 14px;
        padding: 4px;
    }
    .short-gradient iframe {
        min-height: 220px;
        border-radius: 12px;
    }
}
/* --- YouTube Shorts Hero Варианты --- */
.hero-image-variants {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 24px;
}
.short-variant {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 340px;
}
.short-caption {
    margin-top: 10px;
    font-size: 15px;
    color: #888;
    text-align: center;
}
/* Вариант 3: Градиентная рамка */
.short-gradient .gradient-frame {
    display: inline-block;
    padding: 7px;
    border-radius: 28px;
    background: linear-gradient(135deg, #f8b195 0%, #f67280 100%);
}
.short-gradient iframe {
    width: 100%;
    max-width: 306px;
    aspect-ratio: 9/16;
    border-radius: 20px;
    border: none;
    display: block;
    min-height: 400px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.13);
    background: #fff;
    transition: transform 0.2s;
}
.short-gradient .gradient-frame:hover iframe {
    transform: scale(1.03) rotate(-1deg);
}
@media (max-width: 900px) {
    .hero-image-variants {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }
}
@media (max-width: 600px) {
    .short-shadow iframe,
    .short-phone .phone-frame,
    .short-gradient .gradient-frame {
        max-width: 98vw;
        min-width: 0;
    }
    .short-shadow iframe,
    .short-phone iframe,
    .short-gradient iframe {
        min-height: 220px;
        border-radius: 12px;
    }
    .short-phone .phone-frame {
        border-radius: 18px;
        padding: 8px 0 8px 0;
    }
    .short-phone .phone-notch {
        width: 60px;
        height: 8px;
        border-radius: 0 0 8px 8px;
        margin-bottom: 4px;
    }
    .short-gradient .gradient-frame {
        border-radius: 14px;
        padding: 4px;
    }
}
@import url('service-icon-habits.css');

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --sage-green: #8a9a8d;
    --dark-sage: #5f6f62;
    --beige: #e8dcc8;
    --cream: #f5f0e8;
    --dark-text: #2c2c2c;
    --white: #ffffff;
    --accent-gold: #c9a961;
}

body {
    font-family: 'Baskervville', serif;
    color: var(--dark-text);
    line-height: 1.6;
    background-color: var(--white);
}

.script-text {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-weight: 300;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.container-wide {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.header {
    background: linear-gradient(to right, var(--sage-green) 0%, #c5dfe8 100%);
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 0.5px solid var(--white);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    color: var(--white);
    font-family: 'Baskervville', serif;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: transform 0.2s ease, text-shadow 0.2s ease, filter 0.2s ease, color 0.2s ease;
}

.logo-img {
    height: 36px;
    width: auto;
    border-radius: 4px;
    transition: transform 0.2s ease, filter 0.2s ease;
}



.logo:hover {
    transform: translateY(-1px) scale(1.02);
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
}

.logo:hover .logo-img {
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.18));
}

/* Планшет: убираем текст "Юлия Воронова", уменьшаем gap навигации */
@media (min-width: 769px) and (max-width: 1100px) {
    .header .logo span {
        display: none;
    }

    .header .logo-img {
        height: 42px;
    }

    .nav {
        gap: 18px;
    }

    .nav a {
        font-size: 12px;
        white-space: nowrap;
    }
}

.nav {
    display: flex;
    gap: 40px;
}

.nav a {
    color: var(--white);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.2s ease;
    font-family: 'Baskervville', serif;
    display: inline-block;
    padding-bottom: 6px;
    position: relative;
}

.nav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--white);
    transition: width 0.3s ease;
}

.nav a:hover::after {
    width: 100%;
}

.nav a:hover {
    transform: translateY(-2px);
}

/* Активная ссылка в хедере - ВСЕГДА подчеркнута */
.header .nav a.active,
.nav a.active {
    position: relative !important;
}

.header .nav a.active::after,
.nav a.active::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 2px !important;
    background: var(--white) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Убираем подчеркивание у логотипа (когда он ссылка) */
.header a.logo,
.header a.logo:hover,
.header a.logo::after {
    text-decoration: none !important;
    border-bottom: none !important;
}

.header a.logo::after {
    display: none !important;
}

/* Hero Section */
.hero {
    background:
        linear-gradient(to right, var(--sage-green) 0%, #c5dfe8 100%) 0 0 / 100% 66.67% no-repeat,
        linear-gradient(to bottom, var(--white) 0%, var(--white) 100%) 0 66.67% / 100% 33.33% no-repeat;
    padding: 80px 0;
    position: relative;
}

.hero-content {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 80px;
    align-items: center;
}

.hero-image {
    position: relative;
    overflow: visible;
}

.hero-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transform: scale(0.95);
    animation: heroImageFadeIn 1s ease forwards 0.3s;
}

@keyframes heroImageFadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.hero-tag {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: rgba(232, 220, 200, 0.85);
    padding: 15px 30px;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: left;
    border-radius: 8px;
    opacity: 0;
    transform: translateX(-30px);
    animation: heroTagSlideIn 0.8s ease forwards 0.9s;
}

@keyframes heroTagSlideIn {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hero-tag .script-text {
    font-size: 18px;
}

.hero-text {
    margin-top: -50px;
}

.hero-cta {
    margin-left: 480px;
    margin-top: 10px;
    opacity: 0;
    transform: translateY(20px);
    animation: heroFadeIn 0.8s ease forwards;
    animation-delay: 0.5s;
}

.hero-bottom {
    max-width: 600px;
    margin-left: 480px;
    text-align: left;
    padding-top: 40px;
    margin-top: -90px;
}

.hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 49px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 30px;
    margin-top: -40px;
    color: var(--white);
    /* Анимация появления */
    opacity: 0;
    transform: translateY(30px);
    animation: heroFadeIn 0.8s ease forwards;
    animation-delay: 0.2s;
}

.services-grid .grid-item {
    opacity: 0;
    transform: translateY(30px);
    animation: heroFadeIn 0.6s ease forwards;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.services-grid .grid-item:nth-child(1) { animation-delay: 1s; }
.services-grid .grid-item:nth-child(2) { animation-delay: 1.15s; }
.services-grid .grid-item:nth-child(3) { animation-delay: 1.3s; }
.services-grid .grid-item:nth-child(4) { animation-delay: 1.45s; }

@keyframes heroFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-subtitle {
    font-size: 20px;
    margin-bottom: 30px;
    color: var(--dark-text);
}

/* Пульсация кнопок - легкое сердцебиение */
@keyframes buttonPulse {
    0%, 100% {
        box-shadow: 0 2px 8px rgba(139, 166, 139, 0.2);
    }
    50% {
        box-shadow: 0 4px 20px rgba(139, 166, 139, 0.4);
    }
}

/* Применяем пульсацию только к кнопкам, не к обёрткам */
a[class*="btn-"]:not(:hover):not([class*="wrap"]),
button[class*="btn-"]:not(:hover),
.tg-chat-btn:not(:hover),
.youtube-subscribe-btn:not(:hover) {
    animation: buttonPulse 2.5s ease-in-out infinite;
}

a[class*="btn-"]:hover,
button[class*="btn-"]:hover,
.tg-chat-btn:hover,
.youtube-subscribe-btn:hover {
    animation: none;
}

.btn-primary {
    display: inline-block;
    background-color: var(--white);
    color: #B8A994;
    border: 1.5px solid #B8A994;
    padding: 10px 32px;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-transform: none;
}

.btn-primary:hover {
    background-color: #B8A994;
    color: var(--white);
    border-color: #B8A994;
}

/* Hero Call Button - стиль как на скриншоте */
.btn-hero-call {
    display: inline-block;
    background-color: var(--cream);
    color: var(--dark-text);
    border: 1px solid var(--beige);
    padding: 14px 40px;
    text-decoration: none;
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.btn-hero-call:hover {
    background-color: var(--beige);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
}

/* Mission Statement */
.mission {
    background-color: #E1DAC7;
    padding: 10px 0;
    text-align: center;
    height: 50px;
    overflow: visible;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mission-text {
    font-size: 36px;
    color: var(--dark-text);
    position: relative;
    margin: 0;
    opacity: 0;
    transform: translateY(20px);
    animation: heroFadeIn 0.8s ease forwards;
    animation-delay: 0.8s;
}

.mission-text.script-text {
    font-family: 'Great Vibes', 'Cormorant Garamond', serif !important;
    font-weight: 400;
}

/* About Section */
.about {
    padding: 35px 0;
    background-color: var(--white);
}

.about-text {
    text-align: center;
    font-size: 13px;
    letter-spacing: 1.5px;
    line-height: 2;
    font-weight: 400;
}

/* Services Grid */
.services-grid {
    padding: 0;
}

.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    max-width: 1000px;
    margin: 0 auto;
}

.grid-item {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    cursor: pointer;
    opacity: 1;
    transform: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.grid:hover .grid-item:not(:hover) {
    transform: scale(0.92) !important;
    opacity: 0.7 !important;
}

.grid:hover .grid-item.hidden:not(:hover) {
    transform: translateY(30px) scale(0.92) !important;
}

.grid:hover .grid-item.hidden.animate:not(:hover) {
    transform: translateY(0) scale(0.92) !important;
}

.grid-item:hover,
.grid-item.tapped {
    transform: scale(1.15) !important;
    opacity: 1 !important;
    z-index: 10;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border: 3px solid rgba(255, 255, 255, 0.9);
    outline: 1px solid rgba(0, 0, 0, 0.1);
    outline-offset: -4px;
}

.grid-item.hidden:hover,
.grid-item.hidden.tapped {
    transform: translateY(30px) scale(1.15) !important;
}

.grid-item.hidden.animate:hover,
.grid-item.hidden.animate.tapped {
    transform: translateY(0) scale(1.15) !important;
}

.grid-item.hidden {
    opacity: 0;
    transform: translateY(30px) scale(1);
}

.grid-item.hidden.animate {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition: opacity 0.6s ease-out, transform 0.8s ease-out;
}

.grid-item.hidden:nth-child(1).animate {
    transition-delay: 0.1s;
}

.grid-item.hidden:nth-child(2).animate {
    transition-delay: 0.2s;
}

.grid-item.hidden:nth-child(3).animate {
    transition-delay: 0.3s;
}

.grid-item.hidden:nth-child(4).animate {
    transition-delay: 0.4s;
}

.grid-item.hidden:nth-child(5).animate {
    transition-delay: 0.5s;
}

.grid-item.hidden:nth-child(6).animate {
    transition-delay: 0.6s;
}

.grid-item.habits-card {
    position: relative;
    background-image: url('images/new-habbits.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

}

.grid-item.habits-card .grid-overlay.dark {
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 60%);
}

.grid-item.habits-card:hover .grid-overlay.dark {
    background: #6B7D7D;
}

.grid-item.scientific-card {
    position: relative;
}

.grid-item.scientific-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('images/science-card.webp');
    background-size: cover;
    background-position: center;
    z-index: 0;
    transition: opacity 0.4s ease;
}

.grid-item.scientific-card:hover::before {
    opacity: 0;
}

.grid-item.scientific-card:hover {
    background-color: #6B7D7D;
}

.grid-item.scientific-card .grid-overlay.dark {
    background: none;
    position: relative;
    z-index: 1;
}

.grid-item.scientific-card .grid-overlay.dark h3 {
    margin-top: 0;
}

.grid-item.first-card {
    position: relative;
    background-color: #E8E3D5;
    overflow: hidden;
}

/* Контент первой карточки - заголовок сверху, фото по центру */
.first-card-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 20px 20px;
    z-index: 1;
    transition: opacity 0.6s ease;
}

.first-card-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 400;
    color: var(--dark-text);
    margin-bottom: 15px;
    text-align: center;
}

.first-card-image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.first-card-image img {
    width: 50%;
    height: auto;
    aspect-ratio: 3/4;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Hover состояние */
.first-card-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #6B7D7D;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 40px 30px;
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: 2;
}

.first-card-hover p {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: var(--white);
    line-height: 1.6;
}

.grid-item.first-card:hover .first-card-content,
.grid-item.first-card.tapped .first-card-content {
    opacity: 0;
}

.grid-item.first-card:hover .first-card-hover,
.grid-item.first-card.tapped .first-card-hover {
    opacity: 1;
}

.about-hero-v4-bg.full-bg-hero {
    position: relative;
    width: 100vw;
    min-height: 320px;
    height: 50vh;
    max-height: 480px;
    background-image: url('images/about-me.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
}

.grid-item img {

    object-fit: cover;
    transition: transform 0.5s;
}

.grid-item .card-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 70%;
    object-fit: contain;
    z-index: 5;
    opacity: 1;
    transition: opacity 0.6s ease;
}

.grid-item:hover .card-icon,
.grid-item.tapped .card-icon {
    opacity: 0;
    max-height: 0;
}

.grid-item.discuss-card {
    position: relative;
}

.grid-item:hover img,
.grid-item.tapped img {
    transform: scale(1.1);
}

.grid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 30px 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 60%);
    color: var(--white);
    transition: padding 0.6s ease;
}

.grid-item:hover .grid-overlay,
.grid-item.tapped .grid-overlay {
    padding: 30px 40px 40px 40px;
}

.grid-overlay.dark {
    background: #6B7D7D;
    color: var(--white);
}

.grid-overlay.light {
    background: linear-gradient(to top, rgba(232,220,200,0.95) 0%, rgba(232,220,200,0.5) 60%);
    color: var(--dark-text);
}

.grid-overlay h3 {
    font-family: 'Playfair Display', serif;
    font-size: 21px;
    font-weight: 400;
    margin: 0;
    opacity: 1;
    transition: opacity 0.6s ease;
}

/* Заголовки видны по умолчанию, скрываются при ховере */
.grid-item:hover .grid-overlay h3,
.grid-item.tapped .grid-overlay h3 {
    opacity: 0;
}

/* Заголовки наверху карточки */
.grid-item.scientific-card .grid-overlay h3,
.grid-item:has(.progress-title) .grid-overlay h3 {
    margin-bottom: auto;
}

/* Заголовки внизу карточки */
.grid-item.discuss-card .grid-overlay h3,
.grid-item.habits-card .grid-overlay h3 {
    margin-top: auto;
}

/* Ничего лишнего - текст наверху */
.grid-item:not(.first-card):not(.discuss-card):not(.scientific-card):not(.habits-card):not(:has(.progress-title)) .grid-overlay.dark {
    justify-content: flex-start;
}

.grid-item:not(.first-card):not(.discuss-card):not(.scientific-card):not(.habits-card):not(:has(.progress-title)) .grid-overlay.dark h3 {
    margin-bottom: 15px;
}

.grid-overlay p {
    font-size: 18px;
    margin-bottom: 15px;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.6s ease, max-height 0.6s ease;
}

.grid-item:hover .grid-overlay p {
    opacity: 0.9;
    max-height: 300px;
    transition: opacity 0.6s ease 0.1s, max-height 0.6s ease;
}

.btn-link {
    color: inherit;
    font-size: 24px;
    text-decoration: none;
}

.progress-title {
    font-family: 'Cormorant Garamond', serif;
    font-style: service-icon-medicalitalic;
    font-size: 36px;
}

/* Services Range */
.services-range {
    padding: 40px 0 60px;
    text-align: center;
}

.services-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 20px;
}

.service-column {
    background: rgba(255, 255, 255, 0.7);
    padding: 25px 30px 40px 30px;
    border-radius: 12px;
    transition: all 0.4s ease;
    border: 1px solid rgba(139, 166, 139, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}

.service-column:hover {
    background: var(--white);
    border-color: var(--sage-green);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(139, 166, 139, 0.15);
}


.service-icon-small svg {
    width: 50px;
    height: 50px;
    color: var(--sage-green);
    transition: all 0.3s ease;
}

.service-icon-food,
.service-icon-medical,
.service-icon-habits {
    width: 200px;
    height: 130px;
    background-color: var(--sage-green);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: all 0.3s ease;
    margin: 0 auto;
}

.service-icon-food {
    -webkit-mask-image: url('images/icons/food-my-help.png');
    mask-image: url('images/icons/food-my-help.png');
}

.service-icon-medical {
    -webkit-mask-image: url('images/icons/medical-tests-my-help.png');
    mask-image: url('images/icons/medical-tests-my-help.png');
}

.service-icon-habits {
    -webkit-mask-image: url('images/icons/health-habbits-my-help.png');
    mask-image: url('images/icons/health-habbits-my-help.png');
}

.service-column:hover .service-icon-small svg {
    color: var(--dark-sage);
    transform: scale(1.1);
}

.service-column:hover .service-icon-food,
.service-column:hover .service-icon-medical,
.service-icon-habits  {
    background-color: var(--dark-sage);
    transform: scale(1.1);
}

.service-number-top {
    font-size: 48px;
    font-weight: 300;
    color: var(--sage-green);
    font-family: 'Playfair Display', serif;
    margin-bottom: 20px;
    line-height: 1;
}

.service-column h3 {
    font-size: 26px;
    color: var(--dark-text);
    margin-bottom: 20px;
    font-weight: 400;
}

.service-column p {
    font-size: 15px;
    line-height: 1.8;
    color: var(--dark-text);
    opacity: 0.85;
}

.section-title {
    font-size: 42px;
    margin-bottom: 15px;
    color: var(--dark-text);
}

.services-grid .section-title {
    text-align: center;
}

.section-subtitle {
    font-size: 14px;
    color: var(--dark-text);
    opacity: 0.8;
}

/* Products Showcase */
.products {
    padding: 60px 0;
    background-color: var(--cream);
}

.products-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.column-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 20px;
}

.product-images img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.product-description {
    background-color: var(--beige);
    padding: 30px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.8;
}

/* Testimonials */
.testimonials {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--beige) 0%, var(--cream) 100%);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin: 60px 0 40px;
}

.testimonial-card {
    background-color: var(--white);
    padding: 40px 30px;
    text-align: center;
    border-radius: 2px;
}

.client-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
}

.testimonial-text {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: var(--dark-text);
    opacity: 0.9;
}

.client-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-style: italic;
}

.testimonial-nav {
    text-align: center;
    margin-top: 30px;
}

.nav-btn {
    background-color: transparent;
    border: 1px solid var(--dark-text);
    width: 40px;
    height: 40px;
    margin: 0 10px;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.3s;
}

.nav-btn:hover {
    background-color: var(--sage-green);
    border-color: var(--sage-green);
    color: var(--white);
}

/* Booking Section */
.booking {
    padding: 80px 0;
}

.booking-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}

.booking-info {
    text-align: center;
}

.booking-info p {
    margin: 20px 0 40px;
    font-size: 14px;
}

.calendar-placeholder {
    background-color: var(--cream);
    padding: 40px;
    border-radius: 2px;
}

.calendar {
    background-color: var(--white);
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 2px;
}

.calendar-header {
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
    text-align: center;
}

.calendar-day {
    padding: 10px;
    font-size: 12px;
}

.time-slots {
    display: grid;
    gap: 10px;
}

.time-slot {
    background-color: transparent;
    border: 1px solid var(--dark-text);
    padding: 12px;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.3s;
}

.time-slot:hover {
    background-color: var(--sage-green);
    border-color: var(--sage-green);
    color: var(--white);
}

.time-slot.selected {
    background-color: var(--sage-green);
    border-color: var(--sage-green);
    color: var(--white);
}

/* Newsletter */
/* Telegram Subscribe Section */
.telegram-subscribe {
    background: linear-gradient(135deg, var(--sage-green) 0%, var(--dark-sage) 100%);
    padding: 70px 0;
    color: var(--white);
    text-align: center;
}

.telegram-subscribe-content {
    max-width: 700px;
    margin: 0 auto;
}

.telegram-icon-large {
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
    color: var(--white);
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

.telegram-icon-large svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.2));
}

.telegram-subscribe-title {
    font-size: 42px;
    margin-bottom: 15px;
    font-weight: 400;
}

.telegram-subscribe-subtitle {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
    letter-spacing: 0.5px;
}

.telegram-subscribe-description {
    font-size: 18px;
    opacity: 0.95;
    line-height: 1.6;
    margin-bottom: 40px;
}

.telegram-subscribe-list {
    list-style: none;
    padding: 0;
    margin: 0 auto 40px;
    font-size: 18px;
    display: block;
    text-align: left;
    max-width: fit-content;
}

.telegram-subscribe-list li {
    position: relative;
    padding: 8px 0 8px 30px;
    opacity: 0.95;
    line-height: 1.6;
}

.telegram-subscribe-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--white);
    font-weight: 600;
    font-size: 16px;
}

.btn-telegram {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--white);
    color: var(--sage-green);
    padding: 18px 45px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    margin-top: 15px;
}

.btn-telegram:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
    background: var(--cream);
}

.btn-telegram-icon {
    width: 24px;
    height: 24px;
}

.btn-submit:hover {
    background-color: var(--white);
    color: var(--sage-green);
}

/* ========================================
   SCROLL ANIMATIONS
   ======================================== */

/* Services Range - анимация появления */
.services-range .section-title,
.services-range .service-column {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.services-range.animate-visible .section-title {
    opacity: 1;
    transform: translateY(0);
}

.services-range.animate-visible .service-column {
    opacity: 1;
    transform: translateY(0);
}

.services-range .service-column:nth-child(1) { transition-delay: 0.1s; }
.services-range .service-column:nth-child(2) { transition-delay: 0.25s; }
.services-range .service-column:nth-child(3) { transition-delay: 0.4s; }

/* FAQ - анимация появления */
.faq .section-title,
.faq-item {
    opacity: 0;
    transform: translateY(25px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.faq.animate-visible .section-title {
    opacity: 1;
    transform: translateY(0);
}

.faq.animate-visible .faq-item {
    opacity: 1;
    transform: translateY(0);
}

.faq-item:nth-child(1) { transition-delay: 0.1s; }
.faq-item:nth-child(2) { transition-delay: 0.2s; }
.faq-item:nth-child(3) { transition-delay: 0.3s; }
.faq-item:nth-child(4) { transition-delay: 0.4s; }
.faq-item:nth-child(5) { transition-delay: 0.5s; }
.faq-item:nth-child(6) { transition-delay: 0.6s; }

/* Telegram Subscribe - анимация появления */
.telegram-subscribe .telegram-icon-large,
.telegram-subscribe .telegram-subscribe-title,
.telegram-subscribe .telegram-subscribe-subtitle,
.telegram-subscribe .telegram-subscribe-list,
.telegram-subscribe .btn-telegram {
    opacity: 0;
    transform: translateY(25px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.telegram-subscribe.animate-visible .telegram-icon-large {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
}

.telegram-subscribe.animate-visible .telegram-subscribe-title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.15s;
}

.telegram-subscribe.animate-visible .telegram-subscribe-subtitle {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.25s;
}

.telegram-subscribe.animate-visible .telegram-subscribe-list {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.35s;
}

.telegram-subscribe.animate-visible .btn-telegram {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.45s;
}

/* About Page - анимации появления секций */

/* Помогаю клиентам - анимация */
.about-help-section .help-section-title,
.about-help-section .help-numbered-card {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.about-help-section.animate-visible .help-section-title {
    opacity: 1;
    transform: translateY(0);
}

.about-help-section.animate-visible .help-numbered-card {
    opacity: 1;
    transform: translateY(0);
}

.about-help-section .help-numbered-card:nth-child(1) { transition-delay: 0.1s; }
.about-help-section .help-numbered-card:nth-child(2) { transition-delay: 0.2s; }
.about-help-section .help-numbered-card:nth-child(3) { transition-delay: 0.3s; }
.about-help-section .help-numbered-card:nth-child(4) { transition-delay: 0.4s; }
.about-help-section .help-numbered-card:nth-child(5) { transition-delay: 0.5s; }
.about-help-section .help-numbered-card:nth-child(6) { transition-delay: 0.6s; }

/* YouTube Section - анимация */
.about-youtube-section .youtube-title-row,
.about-youtube-section .youtube-channel-name,
.about-youtube-section .youtube-handle,
.about-youtube-section .youtube-subscribers,
.about-youtube-section .youtube-intro,
.about-youtube-section .youtube-features-cards {
    opacity: 0;
    transform: translateY(25px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.about-youtube-section.animate-visible .youtube-title-row {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
}

.about-youtube-section.animate-visible .youtube-channel-name {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.1s;
}

.about-youtube-section.animate-visible .youtube-handle {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.15s;
}

.about-youtube-section.animate-visible .youtube-subscribers {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
}

.about-youtube-section.animate-visible .youtube-intro {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.25s;
}

.about-youtube-section.animate-visible .youtube-features-cards {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.35s;
}

/* Дипломы - анимация */
.diplomas .section-title,
.diplomas .diploma-card {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.diplomas.animate-visible .section-title {
    opacity: 1;
    transform: translateY(0);
}

.diplomas.animate-visible .diploma-card {
    opacity: 1;
    transform: translateY(0);
}

.diplomas .diploma-card:nth-child(1) { transition-delay: 0.1s; }
.diplomas .diploma-card:nth-child(2) { transition-delay: 0.2s; }
.diplomas .diploma-card:nth-child(3) { transition-delay: 0.3s; }
.diplomas .diploma-card:nth-child(4) { transition-delay: 0.4s; }
.diplomas .diploma-card:nth-child(5) { transition-delay: 0.5s; }
.diplomas .diploma-card:nth-child(6) { transition-delay: 0.6s; }

/* Footer */
.footer {
    background-color: var(--dark-sage);
    padding: 30px 0;
    color: var(--white);
}

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

.footer-logo {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
}

.footer-nav {
    display: flex;
    gap: 30px;
}

.footer-nav a {
    color: var(--white);
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.footer-nav a:hover {
    opacity: 1;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .booking-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    /* Header styles moved to responsive section at end of file */

    .grid {
        grid-template-columns: 1fr;
    }

    .products-grid {
        grid-template-columns: 1fr;
    }

    .hero-title {
        font-size: 36px;
		    }

    .container,
    .container-wide {
        padding: 0 20px;
    }
}

/* ========================================
   ВАРИАНТ 1: Минималистичный с акцентом на текст
   ======================================== */
.first-meeting-v1 {
    background: var(--cream);
    padding: 80px 0;
}

.first-meeting-v1 .meeting-wrapper {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.first-meeting-v1 .badge-minimal {
    display: inline-block;
    background: transparent;
    color: var(--sage-green);
    border: 2px solid var(--sage-green);
    padding: 8px 24px;
    border-radius: 30px;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 25px;
}

.first-meeting-v1 .section-title {
    font-size: 52px;
    color: var(--dark-text);
    margin-bottom: 30px;
}

.first-meeting-v1 .main-description {
    font-size: 1.2rem;
    color: var(--dark-text);
    line-height: 1.9;
    margin-bottom: 25px;
    opacity: 0.9;
}

.first-meeting-v1 .sub-description {
    font-size: 1.05rem;
    color: var(--sage-green);
    line-height: 1.8;
    margin-bottom: 40px;
    font-style: italic;
    opacity: 0.95;
}

.first-meeting-v1 .btn-outline {
    display: inline-block;
    background: transparent;
    color: var(--sage-green);
    border: 2px solid var(--sage-green);
    padding: 16px 50px;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.first-meeting-v1 .btn-outline:hover {
    background: var(--sage-green);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(138, 154, 141, 0.3);
}

/* ========================================
   ВАРИАНТ 2: С карточками преимуществ
   ======================================== */
.first-meeting-v2 {
    background: var(--white);
    padding: 80px 0;
}

.first-meeting-v2 .meeting-header {
    text-align: center;
    margin-bottom: 60px;
}

.first-meeting-v2 .badge-elegant {
    display: inline-block;
    background: linear-gradient(135deg, rgba(138, 154, 141, 0.1) 0%, rgba(232, 220, 200, 0.2) 100%);
    color: var(--sage-green);
    padding: 12px 32px;
    border-radius: 30px;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
    border: 1px solid var(--beige);
}

.first-meeting-v2 .section-title {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 300;
    color: var(--dark-text);
}

.first-meeting-v2 .meeting-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.first-meeting-v2 .benefit-card {
    background: var(--cream);
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.first-meeting-v2 .benefit-card:hover {
    transform: translateY(-5px);
    border-color: var(--sage-green);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.first-meeting-v2 .benefit-icon {
    font-size: 42px;
    margin-bottom: 20px;
}

.first-meeting-v2 .benefit-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: var(--dark-text);
    margin-bottom: 15px;
    font-weight: 500;
}

.first-meeting-v2 .benefit-card p {
    font-size: 15px;
    color: var(--dark-text);
    opacity: 0.8;
    line-height: 1.6;
}

.first-meeting-v2 .meeting-footer {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.first-meeting-v2 .footer-text {
    font-size: 1.1rem;
    color: var(--sage-green);
    line-height: 1.8;
    margin-bottom: 35px;
    font-style: italic;
}

.first-meeting-v2 .btn-primary-large {
    display: inline-block;
    background: var(--sage-green);
    color: var(--white);
    padding: 18px 55px;
    text-decoration: none;
    font-size: 17px;
    letter-spacing: 1px;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-weight: 500;
    box-shadow: 0 8px 25px rgba(138, 154, 141, 0.25);
}

.first-meeting-v2 .btn-primary-large:hover {
    background: var(--dark-sage);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(138, 154, 141, 0.35);
}

/* ========================================
   ВАРИАНТ 3: Двухколоночный с иконками слева
   ======================================== */
.first-meeting-v3 {
    background: var(--beige);
    padding: 80px 0;
}

.first-meeting-v3 .meeting-split {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 60px;
    align-items: center;
}

.first-meeting-v3 .meeting-visual {
    background: var(--sage-green);
    padding: 50px 40px;
    border-radius: 20px;
    color: var(--white);
}

.first-meeting-v3 .visual-badge {
    text-align: center;
    margin-bottom: 40px;
}

.first-meeting-v3 .badge-circle {
    display: inline-block;
    background: var(--white);
    color: var(--sage-green);
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}

.first-meeting-v3 .visual-benefits {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.first-meeting-v3 .visual-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.first-meeting-v3 .visual-number {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 300;
    opacity: 0.7;
    min-width: 60px;
}

.first-meeting-v3 .visual-item p {
    font-size: 16px;
    line-height: 1.5;
    opacity: 0.95;
}

.first-meeting-v3 .meeting-text {
    padding-right: 40px;
}

.first-meeting-v3 .section-title {
    font-size: 48px;
    color: var(--dark-text);
    margin-bottom: 25px;
}

.first-meeting-v3 .meeting-description {
    font-size: 1.1rem;
    color: var(--dark-text);
    line-height: 1.8;
    margin-bottom: 20px;
    opacity: 0.9;
}

.first-meeting-v3 .meeting-note {
    font-size: 1rem;
    color: var(--sage-green);
    line-height: 1.7;
    margin-bottom: 35px;
    font-style: italic;
    opacity: 0.95;
}

.first-meeting-v3 .btn-accent {
    display: inline-block;
    background: var(--sage-green);
    color: var(--white);
    padding: 16px 45px;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.first-meeting-v3 .btn-accent:hover {
    background: var(--dark-sage);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(138, 154, 141, 0.3);
}

/* ========================================
   ВАРИАНТ 4: Список с линиями
   ======================================== */
.first-meeting-v4 {
    background: var(--white);
    padding: 0 0 80px 0;
}

.first-meeting-v4 .meeting-centered {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.first-meeting-v4 .badge-line {
    display: inline-block;
    font-family: 'Great Vibes', cursive;
        font-size: 42px;
    font-weight: 500;
    margin-bottom: 50px;
    letter-spacing: 0.5px;
}

.first-meeting-v4 .meeting-steps {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 50px;
    text-align: left;
    position: relative;
}

.first-meeting-v4 .meeting-steps::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 30px;
    bottom: 30px;
    width: 2px;
    background: linear-gradient(to bottom, var(--sage-green) 0%, var(--beige) 100%);
}

.first-meeting-v4 .step-item {
    display: flex;
    gap: 30px;
    position: relative;
    padding: 20px;
    margin: -20px;
    border-radius: 12px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.first-meeting-v4 .step-item:nth-child(1) { transition-delay: 0.1s; }
.first-meeting-v4 .step-item:nth-child(2) { transition-delay: 0.3s; }
.first-meeting-v4 .step-item:nth-child(3) { transition-delay: 0.5s; }

.first-meeting-v4 .step-item.animate-visible {
    opacity: 1;
    transform: translateY(0);
}

.first-meeting-v4 .step-item.animate-visible:hover {
    background: rgba(138, 154, 141, 0.05);
    transform: translateX(10px);
}

.first-meeting-v4 .step-marker {
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--sage-green);
    border: 4px solid var(--white);
    box-shadow: 0 0 0 2px var(--sage-green);
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.first-meeting-v4 .step-item:hover .step-marker {
    transform: scale(1.15);
    box-shadow: 0 0 0 4px var(--sage-green), 0 4px 12px rgba(138, 154, 141, 0.4);
}

.first-meeting-v4 .step-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: var(--dark-text);
    margin-bottom: 10px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.first-meeting-v4 .step-item:hover .step-content h3 {
    color: var(--sage-green);
    transform: translateX(5px);
}

.first-meeting-v4 .step-content p {
    font-size: 18px;
    color: var(--dark-text);
    opacity: 0.85;
    line-height: 1.7;
}

.first-meeting-v4 .btn-soft {
    display: inline-block;
    background: var(--cream);
    color: var(--sage-green);
    padding: 16px 50px;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-weight: 500;
    border: 1px solid var(--beige);
}

.first-meeting-v4 .btn-soft:hover {
    background: var(--sage-green);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(138, 154, 141, 0.3);
}

/* ========================================
   ВАРИАНТ 5: Широкая карточка с акцентом
   ======================================== */
.first-meeting-v5 {
    background: var(--cream);
    padding: 80px 0;
}

.first-meeting-v5 .meeting-banner {
    background: linear-gradient(135deg, var(--sage-green) 0%, var(--dark-sage) 100%);
    border-radius: 24px;
    padding: 60px;
    color: var(--white);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.first-meeting-v5 .banner-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 40px;
}

.first-meeting-v5 .badge-modern {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 8px 24px;
    border-radius: 20px;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.first-meeting-v5 .banner-title {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.2;
}

.first-meeting-v5 .banner-text {
    font-size: 1.1rem;
    line-height: 1.8;
    opacity: 0.95;
}

.first-meeting-v5 .banner-highlight {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 35px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.first-meeting-v5 .banner-highlight h3 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500;
}

.first-meeting-v5 .banner-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.first-meeting-v5 .banner-list li {
    padding: 12px 0;
    padding-left: 25px;
    position: relative;
    font-size: 15px;
    line-height: 1.6;
}

.first-meeting-v5 .banner-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    font-weight: 600;
    color: var(--white);
}

.first-meeting-v5 .banner-footer {
    font-size: 0.95rem;
    opacity: 0.9;
    font-style: italic;
    line-height: 1.6;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.first-meeting-v5 .banner-cta {
    text-align: center;
}

.first-meeting-v5 .btn-banner {
    display: inline-block;
    background: var(--white);
    color: var(--sage-green);
    padding: 18px 55px;
    text-decoration: none;
    font-size: 17px;
    letter-spacing: 1px;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.first-meeting-v5 .btn-banner:hover {
    background: var(--cream);
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}


/* Responsive для всех вариантов */
@media (max-width: 1024px) {
    .first-meeting-v3 .meeting-split {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .first-meeting-v3 .meeting-text {
        padding-right: 0;
    }

    .first-meeting-v5 .banner-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .first-meeting-v1 .section-title,
    .first-meeting-v2 .section-title,
    .first-meeting-v3 .section-title,
    .first-meeting-v4 .badge-line,
    .first-meeting-v5 .banner-title,
    .first-meeting-v6 .section-title,
    .first-meeting-v7 .section-title,
    .first-meeting-v8 .section-title {
        font-size: 32px;
    }

    .first-meeting-v1 .main-description,
    .first-meeting-v1 .sub-description {
        font-size: 1rem;
    }

    .first-meeting-v2 .content-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .first-meeting-v2 .meeting-benefits {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .first-meeting-v2 .text-content {
        padding-right: 0;
    }

    .first-meeting-v3 .visual-number {
        font-size: 28px;
    }

    .first-meeting-v4 .meeting-steps::before {
        display: none;
    }

    .first-meeting-v4 .step-item {
        flex-direction: column;
        gap: 15px;
    }

    .first-meeting-v5 .meeting-banner {
        padding: 40px 30px;
    }

    .first-meeting-v5 .banner-highlight {
        padding: 25px;
    }

    .first-meeting-v6 .quote-heading {
        font-size: 38px;
    }

    .first-meeting-v6 .quote-description {
        font-size: 1.1rem;
    }

    .first-meeting-v7 .horizontal-steps {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .first-meeting-v8 .meeting-split-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .first-meeting-v8 .split-left {
        padding-right: 0;
    }
}

/* ========================================
   ВАРИАНТ 6: Крупная цитата с минимальной структурой
   ======================================== */
.first-meeting-v6 {
    background: var(--cream);
    padding: 100px 0;
}

.first-meeting-v6 .meeting-quote-style {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.first-meeting-v6 .quote-heading {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    color: var(--sage-green);
    margin-bottom: 40px;
    line-height: 1.3;
    font-weight: 400;
}

.first-meeting-v6 .quote-description {
    font-size: 1.4rem;
    color: var(--dark-text);
    line-height: 1.9;
    margin-bottom: 30px;
    opacity: 0.9;
}

.first-meeting-v6 .quote-subtext {
    font-size: 1.1rem;
    color: var(--sage-green);
    line-height: 1.8;
    margin-bottom: 50px;
    font-style: italic;
    opacity: 0.95;
}

.first-meeting-v6 .btn-quote {
    display: inline-block;
    background: var(--sage-green);
    color: var(--white);
    padding: 18px 55px;
    text-decoration: none;
    font-size: 17px;
    letter-spacing: 1px;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-weight: 500;
    box-shadow: 0 8px 25px rgba(138, 154, 141, 0.25);
}

.first-meeting-v6 .btn-quote:hover {
    background: var(--dark-sage);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(138, 154, 141, 0.35);
}

/* ========================================
   ВАРИАНТ 7: Горизонтальные карточки-этапы
   ======================================== */
.first-meeting-v7 {
    background: var(--white);
    padding: 80px 0;
}

.first-meeting-v7 .meeting-horizontal {
    max-width: 1100px;
    margin: 0 auto;
}

.first-meeting-v7 .horizontal-title {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    color: var(--sage-green);
    text-align: center;
    margin-bottom: 15px;
    font-weight: 500;
}

.first-meeting-v7 .horizontal-subtitle {
    text-align: center;
    font-size: 1.1rem;
    color: var(--dark-text);
    opacity: 0.8;
    margin-bottom: 60px;
}

.first-meeting-v7 .horizontal-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.first-meeting-v7 .horizontal-card {
    background: var(--cream);
    padding: 40px 30px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
}

.first-meeting-v7 .horizontal-card:hover {
    transform: translateY(-8px);
    border-color: var(--sage-green);
    box-shadow: 0 12px 35px rgba(138, 154, 141, 0.2);
}

.first-meeting-v7 .card-number {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    color: var(--sage-green);
    opacity: 0.3;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1;
}

.first-meeting-v7 .horizontal-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: var(--dark-text);
    margin-bottom: 15px;
    font-weight: 500;
}

.first-meeting-v7 .horizontal-card p {
    font-size: 15px;
    color: var(--dark-text);
    opacity: 0.85;
    line-height: 1.7;
}

.first-meeting-v7 .horizontal-footer {
    text-align: center;
}

.first-meeting-v7 .footer-note {
    font-size: 1rem;
    color: var(--sage-green);
    font-style: italic;
    margin-bottom: 30px;
    opacity: 0.9;
}

.first-meeting-v7 .btn-horizontal {
    display: inline-block;
    background: var(--sage-green);
    color: var(--white);
    padding: 16px 50px;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-weight: 500;
    border: 2px solid var(--sage-green);
}

.first-meeting-v7 .btn-horizontal:hover {
    background: var(--dark-sage);
    border-color: var(--dark-sage);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(138, 154, 141, 0.3);
}

/* ========================================
   ВАРИАНТ 8: Разделённый блок с акцентом
   ======================================== */
.first-meeting-v8 {
    background: var(--beige);
    padding: 80px 0;
}

.first-meeting-v8 .meeting-split-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}

.first-meeting-v8 .split-left {
    padding-right: 20px;
}

.first-meeting-v8 .badge-free {
    display: inline-block;
    background: var(--sage-green);
    color: var(--white);
    padding: 8px 24px;
    border-radius: 30px;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
}

.first-meeting-v8 .split-title {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    color: var(--dark-text);
    margin-bottom: 25px;
    line-height: 1.3;
    font-weight: 400;
}

.first-meeting-v8 .split-text {
    font-size: 1.1rem;
    color: var(--dark-text);
    line-height: 1.8;
    margin-bottom: 35px;
    opacity: 0.9;
}

.first-meeting-v8 .btn-split {
    display: inline-block;
    background: var(--sage-green);
    color: var(--white);
    padding: 16px 45px;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.first-meeting-v8 .btn-split:hover {
    background: var(--dark-sage);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(138, 154, 141, 0.3);
}

.first-meeting-v8 .split-right {
    background: var(--white);
    padding: 45px 40px;
    border-radius: 20px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}

.first-meeting-v8 .info-box {
    margin-bottom: 25px;
}

.first-meeting-v8 .info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.first-meeting-v8 .info-item:last-child {
    margin-bottom: 0;
}

.first-meeting-v8 .info-icon {
    min-width: 24px;
    height: 24px;
    background: var(--sage-green);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    margin-top: 2px;
}

.first-meeting-v8 .info-item p {
    font-size: 15px;
    color: var(--dark-text);
    line-height: 1.6;
    opacity: 0.9;
    margin: 0;
}

.first-meeting-v8 .info-footer {
    font-size: 0.95rem;
    color: var(--sage-green);
    font-style: italic;
    opacity: 0.9;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid var(--beige);
}

/* ========================================
   TARIFFS SECTION
   ======================================== */
.tariffs {
    background: linear-gradient(135deg, var(--cream) 0%, var(--beige) 100%);
    padding: 30px 0;
}

.tariffs .section-title {
    text-align: center;
    font-size: 52px;
    margin-bottom: 15px;
    color: var(--dark-text);
}

.tariffs-subtitle {
    text-align: center;
    font-size: 1.1rem;
    color: var(--dark-text);
    opacity: 0.8;
    margin-bottom: 60px;
}

.tariffs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: start; /* Карточки не растягиваются по высоте */
}

.tariff-card {
    background: var(--white);
    border-radius: 16px;
    padding: 40px 35px;
    position: relative;
    transition: all 0.4s ease;
    border: 2px solid transparent;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.tariff-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    border-color: var(--sage-green);
}

.tariff-card.popular {
    border-color: var(--sage-green);
    box-shadow: 0 10px 35px rgba(138, 154, 141, 0.2);
    transform: scale(1.05);
}

.tariff-card.popular:hover {
    transform: scale(1.05) translateY(-10px);
    box-shadow: 0 20px 45px rgba(138, 154, 141, 0.25);
}

.popular-badge {
    position: absolute;
    top: -15px;
    right: 30px;
    background: linear-gradient(135deg, var(--sage-green) 0%, var(--dark-sage) 100%);
    color: var(--white);
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(138, 154, 141, 0.3);
}

.tariff-header {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 2px solid var(--cream);
}

.tariff-name {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 500;
    color: var(--dark-text);
    margin-bottom: 10px;
}

.tariff-duration {
    font-size: 14px;
    color: var(--sage-green);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.tariff-price {
    text-align: center;
    margin-bottom: 35px;
}

.price-amount {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 600;
    color: var(--sage-green);
    line-height: 1;
}

.price-currency {
    font-size: 28px;
    color: var(--sage-green);
    font-weight: 500;
    margin-left: 5px;
}

.tariff-features {
    list-style: none;
    margin-bottom: 35px;
    padding: 0;
}

.tariff-features li {
    font-size: 15px;
    color: var(--dark-text);
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    line-height: 1.5;
}

.tariff-features li:last-child {
    border-bottom: none;
}

.btn-tariff {
    display: block;
    background: var(--sage-green);
    color: var(--white);
    text-align: center;
    padding: 16px 30px;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-weight: 500;
    border: 2px solid var(--sage-green);
}

.btn-tariff:hover {
    background: var(--dark-sage);
    border-color: var(--dark-sage);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(138, 154, 141, 0.3);
}

.tariff-card.popular .btn-tariff {
    background: var(--dark-sage);
    border-color: var(--dark-sage);
}

.tariff-card.popular .btn-tariff:hover {
    background: var(--sage-green);
    border-color: var(--sage-green);
}

/* Дополнительные стили для варианта 1 - Collapsible Cards */
.tariff-card-collapsible {
    background: var(--white);
    border-radius: 16px;
    position: relative;
    transition: all 0.4s ease;
    border: 2px solid transparent;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.tariff-card-collapsible:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    border-color: var(--sage-green);
}

.tariff-card-collapsible.popular {
    border-color: var(--sage-green);
    box-shadow: 0 10px 35px rgba(138, 154, 141, 0.2);
    transform: scale(1.08); /* Увеличиваем больше */
    z-index: 10; /* Выдвигаем на передний план */
}

.tariff-card-collapsible.popular:hover {
    transform: scale(1.08) translateY(-10px);
    box-shadow: 0 20px 45px rgba(138, 154, 141, 0.3);
}

.tariff-card-preview {
    padding: 40px 35px 20px;
    display: flex;
    flex-direction: column;
    flex: 1; /* Растягиваем до конца карточки */
}

.tariff-header-compact {
    text-align: center;
    margin-bottom: 20px;
    min-height: 160px; /* Увеличена для всех элементов */
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Выравнивание сверху */
}

.tariff-name-compact {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 500;
    color: var(--dark-text);
    margin-bottom: 10px;
}

.tariff-subtitle-compact {
    font-size: 17px;
    color: var(--sage-green);
    margin-bottom: 8px;
    font-style: italic;
}

.tariff-duration-compact {
    font-size: 17px;
    color: var(--dark-text);
    opacity: 0.7;
    letter-spacing: 0.5px;
}

.tariff-price-compact {
    text-align: center;
    margin-bottom: 20px;
    min-height: 80px; /* Фиксированная высота для цены */
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-amount-compact {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 600;
    color: var(--sage-green);
    line-height: 1;
}

.price-currency-compact {
    font-size: 28px;
    color: var(--sage-green);
    font-weight: 500;
    margin-left: 5px;
}

.expand-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--cream);
    color: var(--sage-green);
    border: 2px solid var(--sage-green);
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0 auto 20px auto;
    letter-spacing: 0.5px;
}

.expand-btn:hover {
    background: var(--sage-green);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(138, 154, 141, 0.2);
}

.expand-icon {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.expand-btn.expanded .expand-icon {
    transform: rotate(180deg);
}

/* ============================================
   АЛЬТЕРНАТИВНЫЕ ВАРИАНТЫ ИНДИКАТОРА РАСКРЫТИЯ
   ============================================ */

/* ВАРИАНТ A: Пульсирующий индикатор с кругом */
.expand-indicator-pulse {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 auto 20px auto;
    cursor: pointer;
    padding: 8px 0;
    background: transparent;
    border: none;
    color: var(--sage-green);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.expand-indicator-pulse::after {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--sage-green);
    border-radius: 50%;
    animation: pulseCircle 1.5s ease-in-out infinite;
    box-shadow: 0 0 0 0 rgba(138, 154, 141, 0.7);
}

@keyframes pulseCircle {
    0% {
        box-shadow: 0 0 0 0 rgba(138, 154, 141, 0.7);
    }
    50% {
        box-shadow: 0 0 0 8px rgba(138, 154, 141, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(138, 154, 141, 0);
    }
}

.expand-indicator-pulse:hover {
    color: var(--dark-sage);
}

.expand-indicator-pulse:hover::after {
    background: var(--dark-sage);
}

/* ВАРИАНТ B: Анимированная стрелка с градиентом */
.expand-indicator-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 auto 20px auto;
    cursor: pointer;
    padding: 10px 20px;
    background: linear-gradient(135deg, var(--cream) 0%, #f5f0e8 100%);
    border: none;
    border-radius: 30px;
    color: var(--sage-green);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.expand-indicator-arrow::after {
    content: '↓';
    font-size: 16px;
    animation: bounceArrow 1.2s ease-in-out infinite;
    display: inline-block;
}

@keyframes bounceArrow {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(4px);
    }
}

.expand-indicator-arrow:hover {
    background: linear-gradient(135deg, var(--sage-green) 0%, var(--dark-sage) 100%);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(138, 154, 141, 0.25);
}

.expand-indicator-arrow.expanded::after {
    content: '↑';
    animation: none;
}

/* ВАРИАНТ C: Минималистичная линия с текстом */
.expand-indicator-line {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 15px auto 20px auto;
    cursor: pointer;
    padding: 0;
    background: transparent;
    border: none;
    position: relative;
}

.expand-indicator-line .line-text {
    color: var(--sage-green);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.expand-indicator-line::after {
    content: '';
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--sage-green), transparent);
    animation: expandLine 2s ease-in-out infinite;
}

@keyframes expandLine {
    0%, 100% {
        width: 40px;
        opacity: 0.5;
    }
    50% {
        width: 60px;
        opacity: 1;
    }
}

.expand-indicator-line:hover .line-text {
    color: var(--dark-sage);
    letter-spacing: 2px;
}

.expand-indicator-line:hover::after {
    background: linear-gradient(90deg, transparent, var(--dark-sage), transparent);
}

.expand-indicator-line.expanded .line-text::after {
    content: ' ↑';
}

.expand-indicator-line.expanded::after {
    animation: none;
    transform: scaleX(-1);
}

.tariff-card-collapsible .tariff-details {
    padding: 0 35px;
    border-top: none;
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.5s ease, opacity 0.4s ease, padding 0.4s ease, margin-top 0.4s ease;
}

.tariff-card-collapsible .tariff-details.is-visible {
    padding: 0 35px 20px;
    border-top: 2px solid var(--cream);
    margin-top: 10px;
    max-height: 2000px;
    overflow: visible;
    opacity: 1;
    visibility: visible;
    transition: max-height 0.6s ease, opacity 0.5s ease 0.1s, padding 0.4s ease, margin-top 0.4s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        max-height: 0;
    }
    to {
        opacity: 1;
        max-height: 1000px;
    }
}

.tariff-details .tariff-description {
    text-align: left;
    margin-bottom: 20px;
    margin-top: 20px;
}

.tariff-details .tariff-description p {
    font-size: 14px;
    color: var(--dark-text);
    opacity: 0.8;
    line-height: 1.6;
}

.tariff-details .features-title {
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    color: var(--sage-green);
    margin-bottom: 12px;
    margin-top: 20px;
    font-weight: 500;
    text-align: left;
}

.tariff-details .tariff-features {
    list-style: none;
    margin-bottom: 15px;
    padding: 0;
}

.tariff-details .tariff-features li {
    font-size: 14px;
    padding: 8px 0;
    padding-left: 0;
    border-bottom: none;
    line-height: 1.6;
    text-align: left;
    color: var(--dark-text);
}

.tariff-details .tariff-features li::before {
    content: '•';
    color: var(--sage-green);
    font-weight: bold;
    margin-right: 10px;
}

.btn-tariff-fixed {
    display: block;
    background: var(--sage-green);
    color: var(--white);
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 0.8px;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-weight: 500;
    border: 2px solid var(--sage-green);
    margin: auto auto 35px auto;
    max-width: 200px;
    min-height: 44px;
}

.btn-tariff-fixed:hover {
    background: var(--dark-sage);
    border-color: var(--dark-sage);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(138, 154, 141, 0.3);
}

.tariff-card-collapsible.popular .btn-tariff-fixed {
    background: var(--dark-sage);
    border-color: var(--dark-sage);
}

.tariff-card-collapsible.popular .btn-tariff-fixed:hover {
    background: var(--sage-green);
    border-color: var(--sage-green);
}

/* Старые стили для варианта 1 */
.tariff-subtitle-card {
    font-size: 14px;
    color: var(--sage-green);
    margin-bottom: 10px;
    font-style: italic;
}

.tariff-duration {
    font-size: 13px;
    color: var(--dark-text);
    opacity: 0.7;
    letter-spacing: 0.5px;
}

.tariff-description {
    text-align: center;
    margin-bottom: 25px;
}

.tariff-description p {
    font-size: 14px;
    color: var(--dark-text);
    opacity: 0.8;
    line-height: 1.6;
}

.features-title {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: var(--sage-green);
    margin-bottom: 15px;
    margin-top: 20px;
    font-weight: 500;
    text-align: center;
}

.tariff-features li {
    font-size: 14px;
    padding: 10px 0;
    padding-left: 0;
    border-bottom: none;
    line-height: 1.6;
    text-align: left;
}

.tariff-features li::before {
    content: '•';
    color: var(--sage-green);
    font-weight: bold;
    margin-right: 10px;
}

/* ========================================
   Responsive для тарифов
   ======================================== */
@media (max-width: 1024px) {
    .tariffs-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .tariff-card-collapsible.popular {
        transform: scale(1);
    }

    .tariff-card-collapsible.popular:hover {
        transform: translateY(-10px);
    }
}

@media (max-width: 768px) {
    .tariffs .section-title {
        font-size: 36px;
    }

    .tariff-name-compact {
        font-size: 20px;
    }

    .price-amount-compact {
        font-size: 36px;
    }
}

/* ========================================
   ВАРИАНТ ТАРИФОВ 5: Карточки с табами
   ======================================== */
.tabs-container {
    max-width: 1200px;
    margin: 0 auto;
}

.tabs-navigation {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

.tab-btn {
    background: var(--white);
    border: 2px solid var(--cream);
    padding: 20px 30px;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 200px;
    position: relative;
}

.tab-btn:hover {
    border-color: var(--sage-green);
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(138, 154, 141, 0.15);
}

.tab-btn.active {
    background: var(--sage-green);
    border-color: var(--sage-green);
    color: var(--white);
}

.tab-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background: var(--dark-sage);
    color: var(--white);
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}

.tab-name {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 500;
    color: var(--dark-text);
}

.tab-btn.active .tab-name {
    color: var(--white);
}

.tab-price {
    font-size: 24px;
    font-weight: 600;
    color: var(--sage-green);
}

.tab-btn.active .tab-price {
    color: var(--white);
}

.tabs-content {
    position: relative;
    min-height: 500px;
}

.tab-panel {
    display: none;
    animation: fadeIn 0.4s ease;
}

.tab-panel.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tab-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    background: var(--white);
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.tab-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tab-title {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    color: var(--dark-text);
    margin-bottom: 0;
}

.tab-subtitle {
    font-size: 20px;
    color: var(--sage-green);
    font-style: italic;
}

.tab-meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.meta-item {
    font-size: 17px;
    color: var(--dark-text);
    opacity: 0.8;
}

.tab-price-large {
    margin: 20px 0;
}

.tab-price-large .amount {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    font-weight: 600;
    color: var(--sage-green);
    line-height: 1;
}

.tab-price-large .currency {
    font-size: 32px;
    color: var(--sage-green);
    margin-left: 5px;
}

.btn-tab {
    display: inline-block;
    background: var(--sage-green);
    color: var(--white);
    padding: 14px 28px;
    text-decoration: none;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid var(--sage-green);
    text-align: center;
    letter-spacing: 0.5px;
    max-width: 200px;
}

.btn-tab:hover {
    background: var(--dark-sage);
    border-color: var(--dark-sage);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(138, 154, 141, 0.3);
}

.btn-tab-popular {
    background: var(--dark-sage);
    border-color: var(--dark-sage);
}

.btn-tab-popular:hover {
    background: var(--sage-green);
    border-color: var(--sage-green);
}

.tab-right {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.features-heading {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: var(--sage-green);
    margin-bottom: 10px;
}

.tab-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tab-features li {
    padding: 12px 0;
    padding-left: 25px;
    position: relative;
    line-height: 1.6;
    color: var(--dark-text);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.tab-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--sage-green);
    font-weight: bold;
    font-size: 18px;
}

.tab-features li:last-child {
    border-bottom: none;
}

.tab-note {
    background: var(--cream);
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.tab-note p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--dark-text);
}

/* Стили для разделения встреч */
.meeting-section {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--cream);
}

.meeting-section:last-of-type {
    border-bottom: none;
}

.meeting-label {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: var(--sage-green);
    margin-bottom: 12px;
    font-weight: 600;
}

.meeting-section .tab-features {
    margin-top: 10px;
}

/* Стили для выделения бонуса */
.bonus-highlight {
    background: linear-gradient(135deg, var(--sage-green) 0%, var(--dark-sage) 100%);
    color: var(--white);
    padding: 18px 25px;
    border-radius: 12px;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    box-shadow: 0 5px 20px rgba(138, 154, 141, 0.25);
    animation: pulse 2s ease-in-out infinite;
}

.bonus-highlight strong {
    font-size: 18px;
    letter-spacing: 1px;
}

@keyframes pulse {
    0%, 100% {
        box-shadow: 0 5px 20px rgba(138, 154, 141, 0.25);
    }
    50% {
        box-shadow: 0 8px 30px rgba(138, 154, 141, 0.4);
    }
}

/* ========================================
   Responsive для варианта 5
   ======================================== */
@media (max-width: 1024px) {
    .tab-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .tabs-navigation {
        flex-direction: column;
        align-items: stretch;
    }

    .tab-btn {
        min-width: unset;
    }

    .tab-layout {
        padding: 30px 20px;
    }

    .tab-title {
        font-size: 22px;
    }

    .tab-price-large .amount {
        font-size: 42px;
    }
}

/* ========================================
   FAQ SECTION
   ======================================== */
.faq {
    background: var(--white);
    padding: 80px 0;
}

.faq .section-title {
    text-align: center;
    margin-bottom: 60px;
}

.faq-list {
    max-width: 900px;
    margin: 0 auto 0px;
}

.faq-item {
    border-bottom: 2px solid var(--cream);
    margin-bottom: 0;
}

.faq-question {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-question:hover {
    color: var(--sage-green);
    transform: translateX(5px);
}

.faq-question:hover .faq-icon {
    transform: scale(1.1) rotate(15deg);
    background: var(--sage-green);
    color: var(--white);
    box-shadow: 0 4px 12px rgba(138, 154, 141, 0.3);
}

.faq-question:hover h3 {
    color: var(--sage-green);
}

.faq-icon {
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--sage-green);
    border: 2px solid var(--sage-green);
    border-radius: 50%;
    transition: all 0.3s ease;
    font-weight: 300;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
    background: var(--sage-green);
    color: var(--white);
}

.faq-item.active .faq-question:hover .faq-icon {
    transform: rotate(45deg) scale(1.1);
}

.faq-question h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 500;
    color: var(--dark-text);
    margin: 0;
    line-height: 1.4;
    transition: all 0.3s ease;
}

.faq-item.active .faq-question h3 {
    color: var(--sage-green);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
    opacity: 0;
    padding: 0 0 0 50px;
}

.faq-item.active .faq-answer {
    max-height: 600px;
    opacity: 1;
    padding: 0 0 25px 50px;
}

.faq-answer p {
    font-size: 18px;
    line-height: 1.7;
    color: var(--dark-text);
    opacity: 0.85;
    margin-bottom: 15px;
}

.faq-answer p:last-child {
    margin-bottom: 0;
}

/* FAQ CTA */
.faq-cta {
    text-align: center;
    padding: 30px 0 0;
}

.faq-cta-title {
    font-family: 'CORMORANT GARAMOND';
    font-size: 36px;
    color: var(--dark-text);
    margin-bottom: 10px;
}


/* Telegram Chat Widget */
.telegram-chat-widget {
    display: flex;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
    background: var(--white);
    border-radius: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

.telegram-chat-input {
    flex: 1;
    padding: 16px 24px;
    background: var(--white);
}

.telegram-placeholder {
    color: #999;
    font-size: 18px;
    font-style: italic;
}

.telegram-send-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--sage-green);
    color: var(--white);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    margin: 4px;
    border-radius: 50%;
    position: relative;
    animation: pulse-telegram 2s ease-in-out infinite;
}

@keyframes pulse-telegram {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(138, 154, 141, 0.4);
    }
    50% {
        box-shadow: 0 0 0 12px rgba(138, 154, 141, 0);
    }
}

.telegram-send-btn:hover {
    background: var(--dark-sage);
    transform: scale(1.05);
    animation: none;
}

.telegram-send-btn svg {
    width: 22px;
    height: 22px;
}

/* ========================================
   DIPLOMAS SECTION
   ======================================== */
.diplomas {
    background-image: url('images/Diplomas-background-images.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
}

.diplomas::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.05);
}

.diplomas .section-title {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

/* Десктоп - стрелки скрыты */
.diplomas-arrow {
    display: none;
}

.diplomas-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 20px;
}

.diplomas-grid .diploma-card:last-child:nth-child(3n+1) {
    grid-column: 2;
}

.diplomas-grid .diploma-card:nth-last-child(2):nth-child(3n+1) {
    grid-column: 1;
}

.diploma-card {
    background: var(--white);
    padding: 15px;
    box-shadow:
        0 4px 8px rgba(0, 0, 0, 0.15),
        inset 0 0 0 1px rgba(138, 154, 141, 0.3),
        inset 0 0 20px rgba(138, 154, 141, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    border: 6px solid var(--sage-green);
    border-image: linear-gradient(135deg, var(--sage-green), var(--dark-sage), #6b7d6e) 1;
}

/* Убираем наклон - дипломы висят ровно */
.diploma-card:nth-child(1),
.diploma-card:nth-child(2),
.diploma-card:nth-child(3),
.diploma-card:nth-child(4) {
    transform: rotate(0deg);
}

.diploma-card::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    background: linear-gradient(135deg, rgba(138, 154, 141, 0.3), rgba(138, 154, 141, 0.2));
    z-index: -1;
    border-radius: 2px;
}

.diploma-card::after {
    .about-hero-v4-text-on-bg {
        position: relative;
        z-index: 2;
        color: #222;
        text-align: left;
        max-width: 520px;
        margin-right: 6vw;
        margin-top: 10vh;
        margin-bottom: 10vh;
        background: rgba(255,255,255,0.85);
        border-radius: 24px;
        box-shadow: 0 4px 32px rgba(0,0,0,0.08);
        padding: 32px 36px;
    }
    box-shadow:
    @media (max-width: 900px) {
        .about-hero-v4-bg.full-bg-hero {
            height: 38vh;
            min-height: 180px;
            max-height: 320px;
            justify-content: center;
        }
        .about-hero-v4-text-on-bg {
            margin-right: 0;
            margin-top: 4vh;
            margin-bottom: 4vh;
            padding: 18px 8px;
            max-width: 95vw;
        }
    }
    @media (max-width: 700px) {
        .about-hero-v4-bg.full-bg-hero {
            height: 28vh;
            min-height: 120px;
            max-height: 200px;
        }
        .about-hero-v4-text-on-bg {
            margin-top: 1vh;
            margin-bottom: 1vh;
            padding: 10px 4px;
        }
    }
        0 8px 20px rgba(138, 154, 141, 0.4),
        inset 0 0 0 1px rgba(138, 154, 141, 0.5),
        inset 0 0 20px rgba(138, 154, 141, 0.15);
}

.diploma-card img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 4/3; /* Горизонтальная ориентация */
}

/* Diploma Modal */
.diploma-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/Diplomas-background-images.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: fadeIn 0.3s ease;
}

.diploma-modal::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.diploma-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.diploma-modal-content {
    max-width: 66.67%;
    max-height: 90vh;
    position: relative;
    animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.diploma-modal-content img {
    width: 100%;
    height: auto;
    max-height: 90vh;
    object-fit: contain;
    border: 16px solid var(--sage-green);
    border-image: linear-gradient(135deg, var(--sage-green), var(--dark-sage), #6b7d6e) 1;
    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.6),
        inset 0 0 0 2px rgba(138, 154, 141, 0.4),
        inset 0 0 30px rgba(138, 154, 141, 0.1),
        0 0 60px rgba(138, 154, 141, 0.3);
    background: var(--white);
    padding: 20px;
}

.diploma-modal-close {
    position: absolute;
    top: 20px;
    right: 40px;
    color: var(--white);
    font-size: 50px;
    font-weight: 300;
    cursor: pointer;
    z-index: 10001;
    transition: all 0.3s ease;
    line-height: 1;
}

.diploma-modal-close:hover {
    color: var(--sage-green);
    transform: rotate(90deg);
}

.diploma-modal-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    pointer-events: none;
    z-index: 10001;
}

.diploma-modal-prev,
.diploma-modal-next {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid var(--white);
    color: var(--white);
    font-size: 48px;
    padding: 10px 20px;
    cursor: pointer;
    pointer-events: all;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border-radius: 8px;
    line-height: 1;
}

.diploma-modal-prev:hover,
.diploma-modal-next:hover {
    background: var(--sage-green);
    transform: scale(1.1);
}

/* Responsive для дипломов */
@media (max-width: 1024px) {
    .diplomas-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        padding: 15px;
        max-width: 800px;
    }
}

@media (max-width: 768px) {
    .diplomas {
        padding: 60px 0;
    }

    /* Карусель дипломов на мобильном */
    .diplomas-carousel-wrapper {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 0 5px;
    }

    .diplomas-arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: var(--sage-green);
        color: white;
        border: none;
        cursor: pointer;
        flex-shrink: 0;
        transition: all 0.3s ease;
        z-index: 10;
    }

    .diplomas-arrow:hover {
        background: var(--dark-sage);
    }

    .diplomas-arrow.disabled {
        background: #ccc;
        cursor: not-allowed;
        opacity: 0.5;
    }

    .diplomas-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 15px;
        padding: 15px 10px 25px;
        flex: 1;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .diplomas-grid::-webkit-scrollbar {
        display: none;
    }

    .diplomas .section-title {
        margin-bottom: 40px;
    }

    .diploma-card {
        flex: 0 0 75%;
        max-width: 280px;
        scroll-snap-align: center;
        padding: 12px;
        border: 5px solid transparent;
        transition: transform 0.4s ease, filter 0.4s ease, opacity 0.4s ease, border-color 0.3s ease;
        transform: scale(0.88);
        filter: blur(2px);
        opacity: 0.6;
    }

    .diploma-card.active {
        transform: scale(1);
        filter: blur(0);
        opacity: 1;
        border-color: var(--sage-green);
        z-index: 5;
    }

    .diploma-card:hover {
        transform: scale(0.85);
    }

    .diploma-card.active:hover {
        transform: scale(1);
    }
}

/* ========================================
   SOCIAL TESTIMONIALS SECTION
   ======================================== */
.testimonials-social {
    background: var(--cream);
    padding: 20px 0;
}

.testimonials-social .section-title {
    text-align: center;
    margin-bottom: 15px;
}

/* Carousel Wrapper */
.testimonials-carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.testimonials-carousel {
    overflow: hidden;
    flex: 1;
}

.testimonials-carousel-track {
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease;
}

.testimonials-carousel-track .social-testimonial-card {
    flex: 0 0 calc(33.333% - 20px);
    min-width: calc(33.333% - 20px);
}

/* Carousel Navigation Buttons */
.carousel-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--white);
    border: 2px solid rgba(139, 166, 139, 0.3);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.carousel-btn:hover {
    background: var(--sage-green);
    border-color: var(--sage-green);
}

.carousel-btn svg {
    width: 24px;
    height: 24px;
    stroke: var(--dark-sage);
    transition: stroke 0.3s ease;
}

.carousel-btn:hover svg {
    stroke: white;
}

.carousel-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.carousel-btn:disabled:hover {
    background: var(--white);
    border-color: rgba(139, 166, 139, 0.3);
}

.carousel-btn:disabled:hover svg {
    stroke: var(--dark-sage);
}

/* Carousel Dots */
.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.carousel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(139, 166, 139, 0.3);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.carousel-dot:hover {
    background: rgba(139, 166, 139, 0.5);
}

.carousel-dot.active {
    background: var(--sage-green);
    transform: scale(1.2);
}

/* Карточка отзыва - в стиле тарифных карточек */
.social-testimonial-card {
    position: relative;
    background: var(--white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    aspect-ratio: 2 / 3;
    border: 2px solid rgba(139, 166, 139, 0.4);
    transition: all 0.4s ease;
}

.social-testimonial-card .testimonial-screenshot {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
    transition: transform 0.4s ease;
}

/* Оверлей с подсказкой */
.social-testimonial-card .card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(138, 154, 141, 0.8) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 20px;
}

.social-testimonial-card .tap-hint {
    color: var(--white);
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transform: translateY(10px);
    transition: transform 0.3s ease;
}

/* Hover эффекты */
.social-testimonial-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 20px 45px rgba(139, 166, 139, 0.3);
    border-color: rgba(139, 166, 139, 0.4);
}

.social-testimonial-card:hover .testimonial-screenshot {
    transform: scale(1.03);
}

.social-testimonial-card:hover .card-overlay {
    opacity: 1;
}

.social-testimonial-card:hover .tap-hint {
    transform: translateY(0);
}

/* Модальное окно - простое увеличение */
.testimonial-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('images/background-feedback.webp') center/cover no-repeat;
    background-color: rgba(0, 0, 0, 0.85);
    cursor: pointer;
}

.testimonial-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Обёртка для контента (изображение + инфо-карточка) */
.testimonial-modal-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    max-width: 90%;
    max-height: 90vh;
    animation: modalZoomIn 0.4s ease-out;
    cursor: default;
}

/* Контейнер для изображения */
.testimonial-modal-content {
    position: relative;
    flex-shrink: 0;
}

@keyframes modalZoomIn {
    from {
        opacity: 0;
        transform: scale(0.7);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.testimonial-modal-content img {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    border: 4px solid var(--white);
    cursor: pointer;
}

/* Инфо-карточка */
.testimonial-info-card {
    background: var(--white);
    border-radius: 20px;
    padding: 30px;
    max-width: 320px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideInRight 0.5s ease-out 0.2s both;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.testimonial-info-header {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--cream);
}

.testimonial-info-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--dark-sage);
}

.testimonial-info-age {
    font-size: 1rem;
    color: var(--text-light);
}

.testimonial-info-request {
    margin-top: 15px;
}

.testimonial-info-label {
    display: block;
    font-size: 0.85rem;
    color: var(--sage-green);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.testimonial-info-text {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-color);
    margin: 0;
}

/* Кнопки навигации */
.testimonial-modal-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: none;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10001;
    backdrop-filter: blur(10px);
}

.testimonial-modal-nav svg {
    width: 24px;
    height: 24px;
    color: var(--white);
}

.testimonial-modal-nav:hover {
    background: var(--sage-green);
    transform: translateY(-50%) scale(1.1);
}

.testimonial-modal-prev {
    left: 20px;
}

.testimonial-modal-next {
    right: 20px;
}

/* Кнопка закрытия */
.testimonial-modal-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: var(--white);
    font-size: 50px;
    font-weight: 300;
    cursor: pointer;
    z-index: 10001;
    transition: all 0.3s ease;
    line-height: 1;
    opacity: 0.7;
}

.testimonial-modal-close:hover {
    color: var(--sage-green);
    transform: rotate(90deg);
    opacity: 1;
}

/* Адаптив для модального окна */
@media (max-width: 900px) {
    .testimonial-modal-wrapper {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .testimonial-info-card {
        max-width: 100%;
        order: -1;
        padding: 15px;
        font-size: 0.9rem;
    }

    .testimonial-info-name {
        font-size: 1.3rem;
    }

    .testimonial-info-problem {
        font-size: 0.85rem;
    }

    .testimonial-modal-content img {
        max-height: 65vh;
    }

    .testimonial-modal-nav {
        width: 40px;
        height: 40px;
    }

    .testimonial-modal-nav svg {
        width: 20px;
        height: 20px;
    }

    .testimonial-modal-prev {
        left: 10px;
    }

    .testimonial-modal-next {
        right: 10px;
    }
}

/* ========================================
   FOOTER
   ======================================== */
.footer {
    background: var(--white);
    padding: 0 0 40px 0;
}

.footer-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--sage-green) 50%, transparent 100%);
    margin: 0 auto;
    max-width: 1200px;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 40px;
    align-items: center;
    padding: 30px 0 25px;
}

.footer-logo-section {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-logo-icon {
    width: 50px;
    height: 50px;
    background: var(--sage-green);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 600;
}

.footer-logo-text {
    display: flex;
    flex-direction: column;
}

.footer-name {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 500;
    color: var(--dark-text);
    line-height: 1.2;
}

.footer-subtitle {
    font-size: 14px;
    color: var(--sage-green);
    font-style: italic;
}

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

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

/* Навигация в две колонки по 3 ссылки в каждой */
.footer-nav.footer-nav-grid {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
    gap: 12px 26px;
    justify-content: center;
    max-width: 400px;
    margin: 0 auto;
}

.footer-nav.footer-nav-grid a {
    text-align: left;
    justify-self: left;
}

.footer-nav a {
    color: var(--dark-text);
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
    position: relative;
    padding-bottom: 3px;
    display: inline-block;
}

.footer-nav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--sage-green);
    transition: width 0.3s ease;
}

.footer-nav a:hover {
    color: var(--sage-green);
}

.footer-nav a:hover::after {
    width: 100%;
}

/* Активная ссылка в футере */
.footer-nav a.active {
    color: var(--sage-green);
}

.footer-nav a.active::after {
    width: 100%;
}

.footer-right {
    display: flex;
    justify-content: flex-end;
}

.footer-social {
    display: flex;
    gap: 15px;
}

.social-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sage-green);
    background: transparent;
    border: 2px solid var(--sage-green);
    border-radius: 50%;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-link:hover {
    background: var(--sage-green);
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(138, 154, 141, 0.3);
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid var(--cream);
}

.footer-bottom p {
    font-size: 14px;
    color: var(--dark-text);
    opacity: 0.7;
    margin: 0;
}

.footer-privacy-link {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: var(--sage-green);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-privacy-link:hover {
    color: var(--dark-sage);
    text-decoration: underline;
}

/* Логотип в футере как в хедере */
.footer .footer-left .logo {
    display: flex;
	justify-content: center;
    align-items: center;
    gap: 12px;
}

.footer .footer-left .logo-img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.footer .footer-left .logo span {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    color: var(--dark-text);
}

/* ========================================
   RESPONSIVE для FAQ, Отзывов и Футера
   ======================================== */
@media (max-width: 1024px) {
    .testimonials-carousel-track .social-testimonial-card {
        flex: 0 0 calc(50% - 15px);
        min-width: calc(50% - 15px);
    }

    .carousel-btn {
        width: 44px;
        height: 44px;
    }

    .carousel-btn svg {
        width: 20px;
        height: 20px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }

    .footer-left,
    .footer-right {
        justify-content: center;
    }

    .footer-social {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .faq {
        padding: 35px 0;
    }

    .faq .section-title {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .faq-question h3 {
        font-size: 17px;
    }

    .faq-icon {
        min-width: 25px;
        height: 25px;
        font-size: 20px;
    }

    .faq-item.active .faq-answer {
        padding: 0 0 20px 45px;
    }

    .faq-cta-title {
        font-size: 28px;
    }

    .testimonials-carousel-wrapper {
        gap: 15px;
    }

    .testimonials-carousel-track {
        gap: 20px;
    }

    .testimonials-carousel-track .social-testimonial-card {
        flex: 0 0 calc(50% - 10px);
        min-width: calc(50% - 10px);
    }

    .carousel-btn {
        width: 40px;
        height: 40px;
    }

    .testimonial-modal-close {
        top: 10px;
        right: 15px;
        font-size: 40px;
    }

    .footer-nav {
        flex-direction: column;
        gap: 15px;
    }
}

/* ========================================
   ABOUT PAGE STYLES
   ======================================== */

/* COMPACT About Hero Section */
.about-hero-compact {
    background: var(--white);
    padding: 40px 0;
}

.about-hero-compact-content {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 800px;
    margin: 0 auto;
}

.about-hero-compact-photo {
    flex-shrink: 0;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid var(--sage-green);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.about-hero-compact-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.about-hero-compact-text h1 {
    font-size: 36px;
    color: var(--sage-green);
    margin-bottom: 8px;
}

.about-hero-compact-text .subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--dark-text);
    opacity: 0.7;
    margin-bottom: 15px;
}

.about-hero-compact-text .description {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    color: var(--dark-text);
    line-height: 1.6;
    margin-bottom: 20px;
}

.btn-contact-small {
    display: inline-block;
    background: var(--sage-green);
    color: var(--white);
    padding: 12px 28px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.btn-contact-small:hover {
    background: var(--dark-sage);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(138, 154, 141, 0.4);
}

@media (max-width: 768px) {
    .about-hero-compact-content {
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }

    .about-hero-compact-photo {
        width: 150px;
        height: 150px;
    }

    .about-hero-compact-text h1 {
        font-size: 30px;
    }
}

/* ========================================
   ВАРИАНТ 4: Минималистичный с большим фото слева
   ======================================== */
.about-hero-v4-bg {
    position: relative;
    min-height: 480px;
    background: #b3b3b3;
    background-image: url('images/about-me.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
    gap: 60px;
    max-width: 1000px;
    margin: 0 auto;
}

.about-hero-v4-photo {
    position: relative;
    flex-shrink: 0;
}

.about-hero-v4-photo img {
    height: 380px;
    width: auto;
    position: relative;
    z-index: 2;
}

.about-hero-v4-blob {
    position: absolute;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, var(--light-sage) 0%, var(--cream) 100%);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    animation: blobMorph 8s ease-in-out infinite;
}

@keyframes blobMorph {
    0%, 100% { border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; }
    50% { border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%; }
}

.about-hero-v4-text {
    flex: 1;
}

.about-hero-v4-label {
    display: inline-block;
    background: var(--cream);
    color: var(--sage-green);
    padding: 6px 16px;
    border-radius: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.about-hero-v4-text h1 {
    font-size: 52px;
    color: var(--sage-green);
    margin-bottom: 15px;
}

.about-hero-v4-text .description {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    color: var(--dark-text);
    line-height: 1.6;
    margin-bottom: 25px;
}

.about-hero-v4-stats {
    display: flex;
    gap: 40px;
    margin-bottom: 25px;
}

.about-hero-v4-stats .stat-item {
    text-align: center;
}

.about-hero-v4-stats .stat-number {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    font-weight: 600;
    color: var(--sage-green);
}

.about-hero-v4-stats .stat-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .about-hero-v4-content {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .about-hero-v4-photo img {
        height: 280px;
    }

    .about-hero-v4-blob {
        width: 220px;
        height: 220px;
    }

    .about-hero-v4-text h1 {
        font-size: 38px;
    }

    .about-hero-v4-stats {
        justify-content: center;
    }
}


/* ========================================
   ВАРИАНТ 6: Центрированный с декоративными элементами
   ======================================== */
.about-hero-v6 {
    background: linear-gradient(180deg, var(--cream) 0%, var(--white) 100%);
    padding: 50px 0;
    overflow: hidden;
}

.about-hero-v6-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.about-hero-v6-decoration-left,
.about-hero-v6-decoration-right {
    width: 100px;
    height: 200px;
    position: relative;
}

.about-hero-v6-decoration-left::before,
.about-hero-v6-decoration-right::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    border: 3px solid var(--sage-green);
    border-radius: 50%;
    opacity: 0.3;
}

.about-hero-v6-decoration-left::after,
.about-hero-v6-decoration-right::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: var(--light-sage);
    border-radius: 50%;
    opacity: 0.5;
}

.about-hero-v6-decoration-left::before {
    top: 0;
    left: 0;
}

.about-hero-v6-decoration-left::after {
    bottom: 20px;
    right: 0;
}

.about-hero-v6-decoration-right::before {
    bottom: 0;
    right: 0;
}

.about-hero-v6-decoration-right::after {
    top: 20px;
    left: 0;
}

.about-hero-v6-center {
    text-align: center;
    max-width: 450px;
}

.about-hero-v6-photo {
    margin-bottom: 20px;
}

.about-hero-v6-photo img {
    height: 300px;
    width: auto;
}

.about-hero-v6-center h1 {
    font-size: 48px;
    color: var(--sage-green);
    margin-bottom: 10px;
}

.about-hero-v6-center .subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--dark-text);
    opacity: 0.7;
    margin-bottom: 15px;
}

.about-hero-v6-center .description {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    color: var(--dark-text);
    line-height: 1.6;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .about-hero-v6-decoration-left,
    .about-hero-v6-decoration-right {
        display: none;
    }

    .about-hero-v6-photo img {
        height: 250px;
    }

    .about-hero-v6-center h1 {
        font-size: 36px;
    }
}



/* ========================================
   ВАРИАНТ 16: Минималистичный
   ======================================== */
.about-hero-minimal {
    background: #ffffff;
    padding: 60px 0 10px;
}

/* Шапка с именем */
.minimal-header {
    text-align: center;
    margin-bottom: 40px;
}

.minimal-main-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 56px;
    font-weight: 400;
    color: var(--dark-text);
    margin-bottom: 10px;
    letter-spacing: 3px;
}

.minimal-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 3px;
}

/* Четыре картинки в ряд */
.minimal-images-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    margin-bottom: 40px;
}

.minimal-image-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 1 / 1;
}

/* Анимация: Слайд слева направо */
.animation-v3 .minimal-image-card {
    opacity: 0;
    transform: translateX(-50px);
    animation: slideInLeft 0.6s ease forwards;
}

.animation-v3 .minimal-image-card:nth-child(1) { animation-delay: 0.1s; }
.animation-v3 .minimal-image-card:nth-child(2) { animation-delay: 0.25s; }
.animation-v3 .minimal-image-card:nth-child(3) { animation-delay: 0.4s; }
.animation-v3 .minimal-image-card:nth-child(4) { animation-delay: 0.55s; }

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

.minimal-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.minimal-image-card:hover img {
    transform: scale(1.05);
}

.minimal-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.minimal-image-overlay span {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ========================================
   ТЕКСТОВАЯ СЕКЦИЯ: Чистый белый фон с акцентом
   ======================================== */
.about-text-clean {
    max-width: 1200px;
    margin: 0 auto 10px;
    text-align: center;
    padding: 20px 40px;
    background: var(--white);
    border-radius: 0;
}

.about-text-clean .regular-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    line-height: 1.8;
    color: var(--dark-text);
    margin-bottom: 25px;
}

.about-text-clean .minimal-btn {
    margin-top: 20px;
}

/* ВАРИАНТ 1: Крупный акцент (оригинал) */
.text-variant-1 .accent-phrase {
    font-family: 'Cormorant Garamond', serif;
    font-size: 31px;
    font-weight: 300;
	font-style: italic;
   color: var(--dark-text);
    line-height: 1.5;
    margin-bottom: 10px;
}

/* ========================================
   СТАРЫЕ СТИЛИ (для обратной совместимости)
   ======================================== */
.about-text-v1 {
    max-width: 800px;
    margin: 0 auto 80px;
    text-align: center;
    padding: 60px 40px;
    background: var(--white);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.about-quote-v1 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 400;
    font-style: italic;
    color: var(--sage-green);
    line-height: 1.5;
    margin: 0 0 40px;
    padding: 0;
    border: none;
    position: relative;
}

.about-quote-v1::before {
    content: '"';
    font-family: 'Playfair Display', serif;
    font-size: 80px;
    color: var(--light-sage);
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1;
}

.about-text-main-v1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    line-height: 1.8;
    color: var(--dark-text);
    margin-bottom: 25px;
}

.about-text-v1 .minimal-btn {
    margin-top: 20px;
}

/* Градиентный фон для цитаты */
.about-text-v1-gradient {
    background: linear-gradient(135deg, var(--light-sage) 0%, #e8f0e8 100%);
    box-shadow: none;
}

.about-text-v1-gradient .about-quote-v1 {
    color: var(--dark-sage);
}

.about-text-v1-gradient .about-quote-v1::before {
    display: none;
}

/* СТИЛЬ 1: Кавычки-ёлочки слева */
.quote-style-1 .about-quote-v1 {
    position: relative;
    padding-left: 60px;
}

.quote-style-1 .about-quote-v1::before {
    content: '«';
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 100px;
    color: var(--sage-green);
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: -20px;
    line-height: 1;
}

/* СТИЛЬ 2: Двойные кавычки сверху по центру */
.quote-style-2 .about-quote-v1 {
    position: relative;
    padding-top: 50px;
}

.quote-style-2 .about-quote-v1::before {
    content: '„ "';
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    color: var(--sage-green);
    opacity: 0.4;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 20px;
}

/* СТИЛЬ 3: Линия сверху с маленькой кавычкой */
.quote-style-3 .about-quote-v1 {
    position: relative;
    padding-top: 40px;
}

.quote-style-3 .about-quote-v1::before {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--sage-green);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.quote-style-3 .about-quote-v1::after {
    content: '"';
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    color: var(--sage-green);
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

/* ВАРИАНТ 4: Рамка с кавычками и закрашенным полем (смещение) */
.about-quote-framed {
    max-width: 800px;
    margin: 0 auto 80px;
    text-align: center;
    padding: 40px;
}

.quote-frame-outer {
    position: relative;
    margin-bottom: 40px;
    padding: 30px 30px 30px 50px;
}

/* Рамка смещена относительно закрашенного блока */
.quote-frame-outer::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 0;
    bottom: -10px;
    border: 2px solid var(--sage-green);
    border-radius: 15px;
    pointer-events: none;
}

.quote-mark-left {
    position: absolute;
    top: -5px;
    left: 40px;
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    color: var(--sage-green);
    background: #f5f5f5;
    padding: 0 8px;
    line-height: 1;
    z-index: 2;
}

.quote-frame-inner {
    position: relative;
    background: var(--sage-green);
    border-radius: 10px;
    padding: 50px 60px;
    z-index: 1;
}

.quote-frame-inner blockquote {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 500;
    color: var(--white);
    line-height: 1.6;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-quote-framed .about-text-main-v1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    line-height: 1.8;
    color: var(--dark-text);
    margin-bottom: 25px;
}

.about-quote-framed .minimal-btn {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .about-quote-framed {
        padding: 20px;
        margin-bottom: 50px;
    }

    .quote-frame-outer {
        padding: 25px 20px 25px 35px;
    }

    .quote-frame-outer::before {
        top: 15px;
        left: 15px;
        bottom: -8px;
    }

    .quote-frame-inner {
        padding: 35px 30px;
    }

    .quote-frame-inner blockquote {
        font-size: 18px;
    }

    .quote-mark-left {
        font-size: 45px;
        top: -3px;
        left: 30px;
    }
}

/* Адаптив для вариантов текста */
@media (max-width: 768px) {
    .about-text-v1 {
        padding: 40px 25px;
        margin-bottom: 50px;
    }

    .about-quote-v1 {
        font-size: 24px;
    }

    .about-quote-v1::before {
        font-size: 60px;
        top: -20px;
    }

    .about-text-main-v1 {
        font-size: 17px;
    }

    .about-text-v1-quotes::before,
    .about-text-v1-quotes::after {
        font-size: 80px;
    }
}

.minimal-content {
    flex: 1;
    padding-top: 10px;
}

.minimal-content p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    line-height: 1.8;
    color: var(--dark-text);
    margin-bottom: 25px;
}

.minimal-btn {
    display: inline-block;
    background: var(--sage-green);
    color: var(--white);
    padding: 18px 50px;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-weight: 500;
    border: 2px solid var(--sage-green);
}

.minimal-btn:hover {
    background: var(--dark-sage);
    border-color: var(--dark-sage);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(138, 154, 141, 0.3);
}

@media (max-width: 768px) {
    .about-hero-minimal {
        padding: 40px 0 60px;
    }

    .minimal-main-title {
        font-size: 36px;
    }

    .minimal-images-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .minimal-section-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .minimal-layout {
        flex-direction: column;
        gap: 25px;
        text-align: center;
    }

    .minimal-photo {
        flex: none;
        max-width: 180px;
        margin: 0 auto;
    }

    .minimal-content p {
        font-size: 16px;
    }
}

/* OLD About Hero Section (kept for compatibility) */
.about-hero {
    background: linear-gradient(to right, var(--sage-green) 0%, #c5dfe8 100%);
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}

/* Белый фон для hero */
.about-hero.about-hero-white {
    background: var(--white);
    padding: 60px 0 40px;
}

.about-hero.about-hero-white::before {
    display: none;
}

.about-hero.about-hero-white .about-hero-text {
    color: var(--dark-text);
}

.about-hero.about-hero-white .about-hero-title {
    color: var(--sage-green);
}

.about-hero.about-hero-white .about-hero-subtitle {
    color: var(--dark-text);
}

.about-hero.about-hero-white .about-hero-description {
    color: var(--dark-text);
}

.about-hero.about-hero-white .about-hero-image img {
    border-color: var(--sage-green);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.about-hero.about-hero-white .about-hero-image::before {
    border-color: var(--sage-green);
    opacity: 0.3;
}

.about-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></svg>');
    background-size: 30px 30px;
    opacity: 0.5;
}

.about-hero-content {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 50px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.about-hero-image {
    position: relative;
}

.about-hero-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    border: 5px solid var(--white);
}

.about-hero-image::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    right: 15px;
    bottom: 15px;
    border: 3px solid var(--white);
    border-radius: 20px;
    opacity: 0.5;
}

.about-hero-text {
    color: var(--white);
}

.about-hero-title {
    font-family: 'Great Vibes', cursive;
    font-size: 56px;
    color: var(--white);
    margin-bottom: 15px;
    line-height: 1.2;
}

.about-hero-subtitle {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: var(--white);
    margin-bottom: 25px;
    opacity: 0.95;
    font-weight: 400;
}

.about-hero-description {
    font-size: 18px;
    line-height: 1.8;
    color: var(--white);
    opacity: 0.9;
    margin-bottom: 30px;
}

.about-hero-mission {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: rgba(255, 255, 255, 0.15);
    padding: 25px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.mission-icon {
    min-width: 40px;
    height: 40px;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sage-green);
}

.mission-icon svg {
    width: 22px;
    height: 22px;
}

.about-hero-mission p {
    font-size: 18px;
    font-style: italic;
    color: var(--white);
    line-height: 1.6;
    margin: 0;
}


/* About Education Section */
.about-education {
    background: linear-gradient(135deg, var(--cream) 0%, var(--beige) 100%);
    padding: 60px 0;
}

.about-education .section-title {
    text-align: center;
    margin-bottom: 40px;
}

.education-content {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 50px;
    align-items: start;
    max-width: 1100px;
    margin: 0 auto;
}

.education-image {
    position: relative;
}

.education-image img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border: 5px solid var(--white);
}

.education-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.education-item {
    display: flex;
    gap: 20px;
    background: var(--white);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.education-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(138, 154, 141, 0.15);
}

.education-icon {
    min-width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--sage-green) 0%, var(--dark-sage) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
}

.education-icon svg {
    width: 26px;
    height: 26px;
}

.education-text h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: var(--dark-text);
    margin-bottom: 10px;
    font-weight: 500;
}

.education-text p {
    font-size: 15px;
    color: var(--dark-text);
    opacity: 0.8;
    line-height: 1.6;
    margin: 0;
}

/* About Philosophy Section */
.about-philosophy {
    background: var(--white);
    padding: 60px 0;
}

.philosophy-content {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 50px;
    align-items: center;
}

.philosophy-text h2 {
    margin-bottom: 40px;
}

.philosophy-principles {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.principle-item {
    display: flex;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid var(--cream);
}

.principle-item:last-child {
    border-bottom: none;
}

.principle-number {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 600;
    color: var(--sage-green);
    opacity: 0.4;
    line-height: 1;
    min-width: 50px;
}

.principle-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: var(--dark-text);
    margin-bottom: 8px;
    font-weight: 500;
}

.principle-content p {
    font-size: 15px;
    color: var(--dark-text);
    opacity: 0.8;
    line-height: 1.6;
    margin: 0;
}

.philosophy-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}

/* About Social Section */
.about-social {
    background: linear-gradient(135deg, var(--sage-green) 0%, var(--dark-sage) 100%);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

/* Секция дипломов на всю ширину с фоновым изображением */
.diplomas-fullwidth {
    background: url('images/Diplomas-background-images.webp') center center / cover no-repeat;
    position: relative;
}

.diplomas-fullwidth::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    }

.about-social::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.05)"/></svg>');
    background-size: 50px 50px;
}

.social-content {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 50px;
    align-items: center;
    position: relative;
    z-index: 1;
}

/* Вертикальный layout для секции с телефонами */
.social-content-vertical {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.social-content-vertical .section-title {
    margin-bottom: 30px;
}

.social-content-vertical .social-description {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 20px;
}

.social-content-vertical .social-features {
    text-align: left;
    max-width: 500px;
    margin: 20px auto 0;
}

/* Контейнер для телефонов */
.phones-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 40px 0;
    flex-wrap: wrap;
}

/* Стили для телефона */
.phone-mockup {
    text-align: center;
}

.phone-frame {
    width: 220px;
    height: 450px;
    background: #1a1a1a;
    border-radius: 40px;
    padding: 12px;
    box-shadow:
        0 25px 50px rgba(0, 0, 0, 0.3),
        inset 0 0 0 2px #333,
        inset 0 0 0 4px #1a1a1a;
    position: relative;
}

.phone-notch {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 25px;
    background: #1a1a1a;
    border-radius: 0 0 15px 15px;
    z-index: 10;
}

.phone-screen {
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.phone-screen iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.phone-screen-telegram {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0088cc 0%, #005580 100%);
}

.phone-screen-telegram img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.phone-label {
    margin-top: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    letter-spacing: 1px;
}

.social-image {
    position: relative;
}

.social-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.social-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sage-green);
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.social-play-button svg {
    width: 30px;
    height: 30px;
    margin-left: 5px;
}

.social-play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.social-text {
    color: var(--white);
}

.social-text h2 {
    color: var(--white);
    margin-bottom: 25px;
}

.social-description {
    font-size: 18px;
    line-height: 1.8;
    color: var(--white);
    opacity: 0.9;
    margin-bottom: 25px;
}

.social-features {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
}

.social-features li {
    font-size: 16px;
    color: var(--white);
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
    opacity: 0.9;
}

.social-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--white);
    font-weight: bold;
}

.social-links-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.social-link-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    padding: 20px 15px;
    border-radius: 15px;
    text-decoration: none;
    color: var(--white);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.social-link-card:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
}

.social-link-card svg {
    width: 30px;
    height: 30px;
}

.social-link-card span {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* About Profession Title */
.about-profession-title {
    font-size: 42px;
    color: var(--dark-sage);
    text-align: center;
    padding: 30px 40px;
    position: relative;
    background: linear-gradient(135deg, rgba(139, 166, 139, 0.1) 0%, rgba(215, 227, 215, 0.2) 100%);
    border-radius: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.about-profession-title::before,
.about-profession-title::after {
    content: '✧';
    position: absolute;
    color: var(--sage-green);
    font-size: 24px;
    opacity: 0.6;
}

.about-profession-title::before {
    top: 15px;
    left: 20px;
}

.about-profession-title::after {
    bottom: 15px;
    right: 20px;
}

/* About Help Section */
.about-help-section {
    background: linear-gradient(135deg, var(--cream) 0%, var(--light-sage) 100%);
    padding: 60px 0 90px;
}

.help-section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px;
    font-weight: 500;
    color: var(--dark-sage);
    text-align: center;
    margin-bottom: 50px;
}

.help-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 1100px;
    margin: 0 auto;
}

.help-card {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    padding: 30px 25px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.help-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.help-card-icon {
    width: 45px;
    height: 45px;
    background: var(--light-sage);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.help-card-icon svg {
    width: 24px;
    height: 24px;
    fill: var(--dark-sage);
}

.help-card h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--dark-sage);
    margin-bottom: 12px;
}

.help-card p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: var(--dark-text);
    line-height: 1.6;
}

@media (max-width: 1024px) {
    .help-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .about-profession-title {
        font-size: 32px;
        padding: 20px 25px;
    }

    .help-cards-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
    }

    .help-section-title {
        font-size: 26px;
    }
}

/* ========================================
   HELP SECTION: Numbered Cards
   ======================================== */
.about-help-numbered {
    background: var(--white);
}

.help-numbered-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    max-width: 800px;
    margin: 0 auto;
}

.help-numbered-card {
    position: relative;
    background: linear-gradient(145deg, #eef3ee 0%, #f5f8f5 100%);
    padding: 45px 22px 28px;
    border-radius: 16px;
    border: 1px solid rgba(139, 166, 139, 0.3);
    text-align: center;
    transition: all 0.4s ease;
    overflow: hidden;
}

.help-numbered-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--sage-green), var(--dark-sage));
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.help-numbered-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(139, 166, 139, 0.2);
}

.help-numbered-card:hover::before {
    transform: scaleX(1);
}

.help-number {
    position: absolute;
    top: 12px;
    right: 15px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    font-weight: 500;
    color: rgba(107, 125, 107, 0.35);
    line-height: 1;
}

.help-numbered-card:hover .help-number {
    color: rgba(107, 125, 107, 0.5);
}

.help-numbered-card .help-card-icon {
    margin: 0 auto 18px;
}

.help-numbered-card h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 19px;
    font-weight: 600;
    color: var(--dark-sage);
    margin-bottom: 12px;
}

.help-numbered-card p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: var(--dark-text);
    opacity: 0.85;
}

/* Responsive for help variants */
@media (max-width: 1024px) {
    .help-numbered-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .help-numbered-grid {
        grid-template-columns: 1fr;
        max-width: 350px;
        margin: 0 auto;
    }
}

/* About YouTube Section */
.about-youtube-section {
    background: url('images/background-youtube.webp') center bottom / cover no-repeat;
    min-height: 750px;
    position: relative;
}

.youtube-text-content {
    background: linear-gradient(180deg,
        rgba(255, 255, 255, 0.97) 0%,
        rgba(255, 255, 255, 0.95) 50%,
        rgba(255, 255, 255, 0.6) 75%,
        transparent 100%);
    padding: 60px 0 280px;
    text-align: center;
}

.youtube-title-row {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.youtube-title-icon {
    width: 42px;
    height: 42px;
    fill: var(--dark-sage);
}

.youtube-section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    font-weight: 500;
    color: var(--dark-sage);
    margin-bottom: 0;
}

.youtube-subscribers {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--sage-green);
    margin-bottom: 10px;
}

.youtube-channel-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    font-weight: 600;
    font-style: italic;
    color: var(--dark-sage);
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.youtube-handle {
    margin-bottom: 25px;
}

.youtube-handle a {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--sage-green);
    text-decoration: none;
    background: rgba(139, 166, 139, 0.2);
    padding: 8px 20px;
    border-radius: 20px;
    display: inline-block;
    transition: all 0.3s ease;
}

.youtube-handle a:hover {
    background: var(--sage-green);
    color: white;
}

.youtube-subscribers-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 500;
    color: var(--dark-text);
    margin: 10px 0 35px;
    letter-spacing: 0.5px;
}

.youtube-subscribers-badge::before {
    content: '';
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--sage-green));
}

.youtube-subscribers-badge::after {
    content: '';
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, var(--sage-green), transparent);
}

.youtube-intro {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 500;
    color: var(--dark-sage);
    margin-bottom: 20px;
}

.youtube-subscribe-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, var(--sage-green) 0%, var(--dark-sage) 100%);
    color: white;
    padding: 16px 35px;
    border-radius: 30px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(139, 166, 139, 0.3);
}

.youtube-subscribe-btn:hover {
    background: linear-gradient(135deg, var(--dark-sage) 0%, var(--sage-green) 100%);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(139, 166, 139, 0.4);
}

.youtube-subscribe-btn svg {
    fill: white;
}

/* ========== YouTube секция: Текст над компьютером, кнопка под ним ========== */
.about-youtube-section.variant-3 {
    background: url('images/background-youtube.webp') center 60% / contain no-repeat;

    min-height: 900px;
    display: flex;
    flex-direction: column;
    gap: 500px;
    padding: 0;
    position: relative;
}

.about-youtube-section.variant-3 .youtube-text-content {
    background: #e8e8e8;
    padding: 25px 0 0;
    width: 100%;
}

.about-youtube-section.variant-3 .youtube-text-content .container {
    background: transparent;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
}

.about-youtube-section.variant-3 .youtube-section-title {
    font-size: 36px;
    margin-bottom: 10px;
}

.about-youtube-section.variant-3 .youtube-channel-name {
    font-size: 26px;
    margin-bottom: 10px;
}

.about-youtube-section.variant-3 .youtube-subscribers {
    font-size: 16px;
    margin-bottom: 70px;
}

.about-youtube-section.variant-3 .youtube-handle {
    margin-bottom: 25px;
}


/* Feature Cards - 3 в ряд */
.about-youtube-section.variant-3 .youtube-features-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.about-youtube-section.variant-3 .youtube-feature-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    padding: 20px 15px;
    flex: 1;
    max-width: 280px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.about-youtube-section.variant-3 .youtube-feature-card:hover {
    transform: translateY(-5px);
}

.about-youtube-section.variant-3 .feature-card-icon {
    width: 45px;
    height: 45px;
    margin: 0 auto 12px;
    color: var(--sage-green);
}

.about-youtube-section.variant-3 .feature-card-icon svg {
    width: 100%;
    height: 100%;
}

.about-youtube-section.variant-3 .youtube-feature-card h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--dark-sage);
    margin-bottom: 8px;
}

.about-youtube-section.variant-3 .youtube-feature-card p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

/* Computer image - hidden on desktop (uses background) */
.about-youtube-section.variant-3 .youtube-computer-image {
    display: none;
}

/* Button at bottom */
.about-youtube-section.variant-3 .youtube-btn-wrapper {
    padding: 30px 0 40px;
    text-align: center;

}

.about-youtube-section.variant-3 .youtube-subscribe-btn {
    margin: 0 auto;
}

@media (max-width: 1024px) {
    /* YouTube секция - как на мобильном, но с адаптацией для планшета */
    .about-youtube-section.variant-3 {
        min-height: auto;
        padding: 0;
        background: none !important;
        margin: 0;
        gap: 0;
    }

    .about-youtube-section.variant-3 .youtube-text-content {
        padding: 25px 15px 15px;
    }

    .about-youtube-section.variant-3 .youtube-text-content .container {
        max-width: 95%;
        padding: 0 15px;
    }

    .about-youtube-section.variant-3 .youtube-section-title {
        font-size: 32px;
    }

    .about-youtube-section.variant-3 .youtube-channel-name {
        font-size: 22px;
    }

    .about-youtube-section.variant-3 .youtube-features-cards {
        gap: 15px;
        margin-bottom: 0;
    }

    .about-youtube-section.variant-3 .youtube-feature-card {
        padding: 15px 12px;
    }

    .about-youtube-section.variant-3 .youtube-feature-card h4 {
        font-size: 16px;
    }

    .about-youtube-section.variant-3 .youtube-feature-card p {
        font-size: 12px;
    }

    /* Показываем изображение компьютера как отдельный div */
    .about-youtube-section.variant-3 .youtube-computer-image {
        display: block;
        width: 100%;
        text-align: center;
        background: #e8e8e8;
        padding: 0;
        overflow: hidden;
    }

    .about-youtube-section.variant-3 .youtube-computer-image img {
        width: 130%;
        max-width: none;
        height: auto;
        margin-left: -15%;
        margin-top: -170px;
        display: block;
    }

    .about-youtube-section.variant-3 .youtube-btn-wrapper {
        padding: 20px 0 30px;
        background: #e8e8e8;
    }
}

@media (max-width: 768px) {
    .about-youtube-section.variant-3 {
        min-height: auto;
        padding: 0;
        background: none;
        margin: 0;
        gap: 0;
    }

    .about-youtube-section.variant-3 .youtube-computer-image {
        display: block;
        width: 100%;
        text-align: center;
        background: #e8e8e8;
        padding: 10px 0 0;
        overflow: hidden;
        margin-top: -10px;
    }

    .about-youtube-section.variant-3 .youtube-computer-image img {
        width: 180%;
        max-width: none;
        height: auto;
        margin-left: -40%;
		margin-top: -140px;
        display: block;
    }

    .about-youtube-section.variant-3 .youtube-text-content {
        padding: 20px 15px 20px;
    }

    .about-youtube-section.variant-3 .youtube-text-content .container {
        padding: 0 10px;
        max-width: 100%;
    }

    .about-youtube-section.variant-3 .youtube-title-icon {
        width: 28px;
        height: 28px;
    }

    .about-youtube-section.variant-3 .youtube-title-row {
        gap: 10px;
        margin-bottom: 8px;
    }

    .about-youtube-section.variant-3 .youtube-section-title {
        font-size: 22px;
        margin-bottom: 0;
    }

    .about-youtube-section.variant-3 .youtube-channel-name {
        font-size: 16px;
    }

    .about-youtube-section.variant-3 .youtube-subscribers {
        font-size: 14px;
    }

    .about-youtube-section.variant-3 .youtube-intro {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .about-youtube-section.variant-3 .youtube-features-cards {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .about-youtube-section.variant-3 .youtube-feature-card {
        max-width: 100%;
        width: 100%;
        padding: 12px 15px;
        display: flex;
        align-items: center;
        gap: 12px;
        text-align: left;
    }

    .about-youtube-section.variant-3 .feature-card-icon {
        width: 35px;
        height: 35px;
        margin: 0;
        flex-shrink: 0;
    }

    .about-youtube-section.variant-3 .youtube-feature-card h4 {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .about-youtube-section.variant-3 .youtube-feature-card p {
        font-size: 11px;
    }

    .about-youtube-section.variant-3 .youtube-btn-wrapper {
        padding: 20px 0;
        margin-top: 0;
        text-align: center;
    }
}

/* About Telegram Section — Чат-пузыри */
.tg-chat-section {
    background: #ffffff;
    padding: 60px 0;
}

.tg-chat-header {
    text-align: center;
    margin-bottom: 40px;
}

.tg-chat-header-row {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 8px;
}

.tg-chat-header-icon {
    width: 42px;
    height: 42px;
    fill: var(--sage-green);
}

.tg-chat-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 34px;
    font-weight: 500;
    color: var(--dark-sage);
}

.tg-chat-channel {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    font-weight: 600;
    font-style: italic;
    color: var(--dark-sage);
    opacity: 0.8;
}

.tg-chat-handle {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    margin-top: 8px;
}

.tg-chat-handle a {
    color: var(--dark-sage);
    text-decoration: none;
    font-weight: 600;
    background: rgba(139, 166, 139, 0.12);
    padding: 4px 14px;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.tg-chat-handle a:hover {
    background: rgba(139, 166, 139, 0.25);
    color: var(--dark-sage);
}

.tg-chat-window {
    max-width: 550px;
    margin: 0 auto 35px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 15px;
}

/* Message row wrapper */
.tg-msg {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    opacity: 0;
    transform: translateY(20px);
}

/* Анимация запускается только когда секция видима */
.tg-chat-section.animate-visible .tg-msg {
    animation: bubbleFadeIn 0.5s ease forwards;
}

.tg-chat-section.animate-visible .tg-msg:nth-child(1) { animation-delay: 0.3s; }
.tg-chat-section.animate-visible .tg-msg:nth-child(2) { animation-delay: 0.6s; }
.tg-chat-section.animate-visible .tg-msg:nth-child(3) { animation-delay: 0.9s; }
.tg-chat-section.animate-visible .tg-msg:nth-child(4) { animation-delay: 1.2s; }
.tg-chat-section.animate-visible .tg-msg:nth-child(5) { animation-delay: 1.5s; }
.tg-chat-section.animate-visible .tg-msg:nth-child(6) { animation-delay: 1.8s; }
.tg-chat-section.animate-visible .tg-msg:nth-child(7) { animation-delay: 2.1s; }

.tg-msg.outgoing {
    align-self: flex-start;
    flex-direction: row-reverse;
}

.tg-msg.incoming {
    align-self: flex-start;
    margin-left: 60px;
}

/* На планшете - сообщения центрее */
@media (min-width: 768px) {
    .tg-chat-window {
        max-width: 600px;
        padding: 0 30px;
    }

    .tg-msg.outgoing {
        margin-left: 30px;
    }

    .tg-msg.incoming {
        margin-left: 120px;
    }
}

/* На десктопе - ответы шире, меньше высоты */
@media (min-width: 1024px) {
    .tg-chat-window {
        max-width: 800px;
        padding: 0 30px;
    }

    .tg-msg.outgoing {
        margin-left: 40px;
    }

    .tg-msg.incoming {
        margin-left: 158px;
    }

    .tg-msg.incoming .tg-bubble {
        max-width: 90%;
    }
}

@keyframes bubbleFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Bubble base */
.tg-bubble {
    padding: 14px 18px;
    border-radius: 18px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
}

/* Question bubbles (left side, from followers) */
.tg-msg.outgoing .tg-bubble {
    background: #f0ebe3;
    color: var(--dark-text);
    border-bottom-left-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    max-width: 100%;
}

/* Answer bubbles (right side, from channel) */
.tg-msg.incoming .tg-bubble {
    background: #eef3ee;
    color: var(--dark-text);
    border-bottom-right-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    max-width: 75%;
}

/* Avatar circle */
.tg-bubble-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.tg-bubble-avatar svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* Nickname inside bubble */
.tg-bubble-name {
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 4px;
}

.tg-bubble strong {
    display: block;
    margin-bottom: 3px;
    font-weight: 600;
    color: var(--dark-sage);
}

.tg-chat-btn-wrap {
    text-align: center;
}

.tg-chat-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, var(--sage-green) 0%, var(--dark-sage) 100%);
    color: white;
    padding: 16px 40px;
    border-radius: 30px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(139, 166, 139, 0.3);
}

.tg-chat-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(139, 166, 139, 0.4);
}

.tg-chat-btn svg {
    fill: white;
    width: 20px;
    height: 20px;
}

/* Responsive for new sections */
@media (max-width: 1024px) {
    .about-youtube-section {
        min-height: 650px;
    }

    .youtube-text-content {
        padding: 50px 0 220px;
    }
}

@media (max-width: 768px) {
    .about-youtube-section {
        min-height: 550px;
        background-position: center bottom;
    }

    .youtube-text-content {
        padding: 40px 15px 180px;
    }

    .youtube-title-icon {
        width: 32px;
        height: 32px;
    }

    .youtube-section-title {
        font-size: 28px;
    }

    .youtube-channel-name {
        font-size: 20px;
    }

    .tg-chat-title {
        font-size: 26px;
    }

    .tg-chat-channel {
        font-size: 23px;
    }

    .tg-bubble {
        font-size: 13px;
        padding: 12px 15px;
    }

    .tg-msg.incoming .tg-bubble {
        max-width: 85%;
    }

    .tg-bubble-avatar {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .tg-chat-header-row {
        flex-direction: column;
        gap: 8px;
    }
}

/* About CTA Section */
.about-cta {
    background: var(--cream);
    padding: 80px 0;
}

.about-cta-content {
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
}

.about-cta-content h2 {
    font-family: 'Great Vibes', cursive;
    font-size: 42px;
    color: var(--dark-text);
    margin-bottom: 20px;
    line-height: 1.3;
    white-space: nowrap;
}

.about-cta-content p {
    font-size: 18px;
    color: var(--dark-text);
    opacity: 0.85;
    margin-bottom: 35px;
    line-height: 1.7;
}

.btn-cta {
    display: inline-block;
    background: var(--sage-green);
    color: var(--white);
    padding: 18px 30px;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-weight: 500;
    border: 2px solid var(--sage-green);
}

.btn-cta:hover {
    background: var(--dark-sage);
    border-color: var(--dark-sage);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(138, 154, 141, 0.3);
}

/* ========================================
   ABOUT PAGE RESPONSIVE
   ======================================== */
@media (max-width: 1024px) {
    .about-hero-content {
        grid-template-columns: 280px 1fr;
        gap: 40px;
    }

    .education-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .education-image {
        max-width: 300px;
        margin: 0 auto;
    }

    .philosophy-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .philosophy-image {
        order: -1;
        max-width: 300px;
        margin: 0 auto;
    }

    .social-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .social-image {
        max-width: 350px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .about-hero {
        padding: 100px 0 60px;
    }

    .about-hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .about-hero-image {
        max-width: 300px;
        margin: 0 auto;
    }

    .about-hero-title {
        font-size: 42px;
    }

    .about-hero-subtitle {
        font-size: 18px;
    }

    .about-hero-description {
        font-size: 16px;
    }

    .about-hero-mission {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .about-education,
    .about-philosophy {
        padding: 70px 0;
    }

    .about-social {
        padding: 70px 0;
    }

    .phones-container {
        gap: 30px;
    }

    .phone-frame {
        width: 180px;
        height: 380px;
        border-radius: 30px;
        padding: 10px;
    }

    .phone-notch {
        width: 60px;
        height: 20px;
    }

    .phone-screen {
        border-radius: 22px;
    }

    .highlight-number {
        font-size: 42px;
    }

    .social-links-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-cta-content h2 {
        font-size: 36px;
    }
}

@media (max-width: 480px) {
    .about-hero-title {
        font-size: 36px;
    }

    .about-hero-image {
        max-width: 250px;
    }

    .education-item {
        flex-direction: column;
        text-align: center;
    }

    .education-icon {
        margin: 0 auto;
    }

    .principle-item {
        flex-direction: column;
    }

    .principle-number {
        min-width: auto;
    }

    /* Отзывы на мобильных */
    .testimonials-carousel-wrapper {
        flex-direction: column;
        gap: 15px;
    }

    .testimonials-carousel-track .social-testimonial-card {
        flex: 0 0 100%;
        min-width: 100%;
    }

    .testimonials-carousel-track {
        gap: 15px;
    }

    .carousel-btn {
        display: flex;
        width: 36px;
        height: 36px;
    }

    .carousel-dots {
        margin-top: 20px;
    }

    .social-testimonial-card {
        aspect-ratio: 2 / 3;
    }
}

/* ==================== */
/* Questionnaires Page */
/* ==================== */

.questionnaires-page {
    background: linear-gradient(135deg, var(--light-sage) 0%, var(--cream) 100%);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

.questionnaire-card {
    background: var(--white);
    padding: 60px 50px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 100%;
    text-align: center;
    animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.questionnaire-logo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.questionnaire-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 40px;
    font-weight: 400;
    color: var(--dark-sage);
    margin-bottom: 10px;
}

.questionnaire-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: var(--sage-green);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.questionnaire-description {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    color: var(--dark-text);
    margin-bottom: 40px;
    line-height: 1.6;
}

.questionnaire-nav {
    display: flex;
    flex-direction: column;
    max-width: 250px;
    margin: auto;
    gap: 15px;
}

.questionnaire-btn {
    display: inline-block;
    background-color: var(--sage-green);
    color: var(--white);
    padding: 20px 30px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.questionnaire-btn:hover {
    background-color: var(--dark-sage);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* ==================== */
/* Guides Page - Full */
/* ==================== */

.guides-section {
    padding: 60px 0 80px;
    min-height: calc(100vh - 200px);
    background: url('images/background-guide.webp') center/cover no-repeat fixed;
    position: relative;
}

.guides-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.75);
    z-index: 0;
}

.guides-section > .container {
    position: relative;
    z-index: 1;
}

.guides-page-title {

    font-size: 56px;
    color: var(--dark-sage);
    text-align: center;
    margin-bottom: 15px;
}


.guides-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.guide-card-full {
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    opacity: 0;
    transform: translateY(30px);
}

.guide-card-full.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.guide-card-full:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.guide-card-cover {
    position: relative;
    height: 280px;
    background: var(--light-sage);
    overflow: hidden;
    cursor: pointer;
}

.guide-pdf-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.guide-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.guide-card-cover:hover .guide-card-overlay {
    opacity: 1;
}

.guide-view-icon {
    width: 48px;
    height: 48px;
    fill: var(--white);
}

.guide-card-overlay span {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: var(--white);
    font-weight: 500;
}

.guide-card-info {
    padding: 25px;
}

.guide-card-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    font-weight: 500;
    color: var(--dark-sage);
    margin-bottom: 10px;
}

.guide-card-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: var(--dark-text);
    line-height: 1.5;
    margin-bottom: 20px;
}

.guide-card-actions {
    display: flex;
    gap: 12px;
}

.guide-btn-view,
.guide-btn-download {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 25px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.guide-btn-view {
    background: var(--sage-green);
    color: var(--white);
    border: none;
}

.guide-btn-view:hover {
    background: var(--dark-sage);
}

.guide-btn-view svg {
    fill: var(--white);
}

.guide-btn-download {
    background: transparent;
    color: var(--sage-green);
    border: 2px solid var(--sage-green);
}

.guide-btn-download:hover {
    background: var(--sage-green);
    color: var(--white);
}

.guide-btn-download svg {
    fill: currentColor;
}

.guides-more-info {
    text-align: center;
    margin-top: 50px;
}

.guides-more-info p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: var(--dark-text);
}

.guides-more-info a {
    color: var(--sage-green);
    font-weight: 500;
    text-decoration: none;
}

.guides-more-info a:hover {
    text-decoration: underline;
}

/* Telegram Banner under title */
.guides-telegram-banner {
    max-width: 600px;
    margin: 0 auto 20px;
    text-align: center;
}

.telegram-banner-content {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.9);
    padding: 12px 24px;
    border-radius: 30px;
    border: 1px solid rgba(139, 166, 139, 0.35);
    margin-bottom: 45px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    animation: telegram-pulse 2.5s ease-in-out infinite;
}

@keyframes telegram-pulse {
    0%, 100% {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        border-color: rgba(139, 166, 139, 0.35);
    }
    50% {
        box-shadow: 0 4px 25px rgba(139, 166, 139, 0.35), 0 0 10px rgba(139, 166, 139, 0.15);
        border-color: rgba(139, 166, 139, 0.7);
    }
}

.telegram-banner-icon {
    width: 22px;
    height: 22px;
    fill: var(--sage-green);
    flex-shrink: 0;
}

.telegram-banner-content span {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: var(--dark-text);
}

.telegram-banner-content a {
    color: var(--sage-green);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.telegram-banner-content a:hover {
    color: var(--dark-sage);
    text-decoration: underline;
}

/* Minimalist Guide Cards */
.guide-card-minimal {
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    padding: 25px 20px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    transition: all 0.4s ease;
    max-width: 260px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(20px);
    border: 1px solid rgba(139, 166, 139, 0.2);
}

.guide-card-minimal.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.guide-card-minimal.animate-in:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
}

/* Decorative elements */
.guide-card-decor {
    position: absolute;
    font-size: 16px;
    color: var(--sage-green);
    opacity: 0.7;
}

.guide-decor-tl {
    top: 15px;
    left: 15px;
}

.guide-decor-tr {
    top: 15px;
    right: 15px;
}

.guide-decor-br {
    bottom: 15px;
    right: 15px;
}

/* Card label */
.guide-card-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--sage-green);
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

/* Image wrapper */
.guide-card-image-wrap {
    width: 140px;
    height: 180px;
    margin: 0 auto 18px;
    border-radius: 10px;
    overflow: hidden;
    background: var(--white);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.guide-card-image-wrap:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.guide-card-minimal .guide-pdf-preview,
.guide-card-minimal .guide-cover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Placeholder for coming soon */
.guide-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, var(--light-sage) 0%, var(--cream) 100%);
}

.guide-placeholder svg {
    width: 50px;
    height: 50px;
    fill: var(--sage-green);
    opacity: 0.5;
}

/* Title in cursive */
.guide-card-title-minimal {
    font-family: 'Great Vibes', cursive;
    font-size: 26px;
    color: var(--dark-sage);
    margin: 0 0 18px;
    line-height: 1.2;
}

/* Actions */
.guide-card-actions-minimal {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.guide-btn-read,
.guide-btn-save {
    padding: 8px 18px;
    border-radius: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.guide-btn-read {
    background: var(--sage-green);
    color: var(--white);
    border: none;
}

.guide-btn-read:hover {
    background: var(--dark-sage);
}

.guide-btn-save {
    background: transparent;
    color: var(--sage-green);
    border: 1.5px solid var(--sage-green);
}

.guide-btn-save:hover {
    background: var(--sage-green);
    color: var(--white);
}

/* Coming soon label */
.guide-coming-soon {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: rgba(139, 166, 139, 0.7);
    font-style: italic;
}

/* Card variant: accent background */
.guide-card-accent {
    background: linear-gradient(145deg, rgba(232, 240, 232, 0.97) 0%, rgba(240, 235, 224, 0.97) 100%);
    border-color: rgba(139, 166, 139, 0.35);
}

/* Card variant: bordered */
.guide-card-bordered {
    background: rgba(253, 252, 248, 0.97);
    border: 2px dashed rgba(139, 166, 139, 0.5);
}

.guide-card-bordered .guide-card-image-wrap {
    border: 1px solid rgba(139, 166, 139, 0.25);
}

/* Grid update for smaller cards */
.guides-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 900px;
    margin: 0 auto;
}

/* PDF Modal */
.pdf-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 10000;
    display: none;
    flex-direction: column;
}

.pdf-modal.active {
    display: flex;
}

.pdf-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
    background: var(--dark-sage);
    color: var(--white);
}

.pdf-modal-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.pdf-modal-controls {
    display: flex;
    align-items: center;
    gap: 15px;
}

.pdf-zoom-btn,
.pdf-close-btn,
.pdf-download-btn {
    background: transparent;
    border: none;
    color: var(--white);
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}

.pdf-zoom-btn:hover,
.pdf-close-btn:hover,
.pdf-download-btn:hover {
    background: rgba(255, 255, 255, 0.15);
}

.pdf-zoom-btn svg,
.pdf-close-btn svg,
.pdf-download-btn svg {
    fill: var(--white);
}

.pdf-zoom-level {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    min-width: 50px;
    text-align: center;
}

.pdf-modal-body {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.pdf-canvas-container {
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pdf-canvas {
    max-width: 100%;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
}

.pdf-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: var(--white);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
    z-index: 10;
}

.pdf-nav-btn:hover {
    background: rgba(255, 255, 255, 0.25);
}

.pdf-nav-btn svg {
    width: 30px;
    height: 30px;
    fill: var(--white);
}

.pdf-prev {
    left: 20px;
}

.pdf-next {
    right: 20px;
}

.pdf-modal-footer {
    padding: 15px 25px;
    background: var(--dark-sage);
    text-align: center;
}

.pdf-page-info {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: var(--white);
}

/* Tablet */
@media (max-width: 1024px) {
    .guides-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        max-width: 600px;
    }

    .guide-card-minimal {
        max-width: 240px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .guides-section {
        padding: 100px 15px 60px;
    }

    .guides-page-title {
        font-size: 42px;
    }

    .guides-cards-grid {
        grid-template-columns: 1fr;
        max-width: 280px;
    }

    .guide-card-minimal {
        max-width: 100%;
    }

    .guide-card-cover {
        height: 220px;
    }

    .telegram-banner-content {
        flex-direction: column;
        padding: 15px 20px;
        gap: 8px;
    }

    .telegram-banner-content span {
        font-size: 14px;
        text-align: center;
    }

    .pdf-nav-btn {
        width: 40px;
        height: 40px;
    }

    .pdf-prev {
        left: 10px;
    }

    .pdf-next {
        right: 10px;
    }

    .guide-card-title-minimal {
        font-size: 24px;
    }

    .guide-card-actions-minimal {
        flex-direction: column;
        gap: 8px;
    }

    .guide-btn-read,
    .guide-btn-save {
        width: 100%;
    }
}

/* ==================== */
/* Questionnaire Form */
/* ==================== */

.questionnaire-form-page {
    background: linear-gradient(135deg, var(--light-sage) 0%, var(--cream) 100%);
    min-height: 100vh;
    padding: 40px 20px;
}

.form-container {
    background: var(--white);
    max-width: 700px;
    margin: 0 auto;
    padding: 50px 40px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.intro-card {
    text-align: center;
    margin-bottom: 40px;
}

.logo-container {
    margin-bottom: 25px;
}

.logo-container img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.intro-card h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 38px;
    font-weight: 400;
    color: var(--dark-sage);
    margin-bottom: 15px;
}

.intro-card .instructions {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: var(--dark-text);
    line-height: 1.6;
}

.form-container form h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 500;
    color: var(--dark-sage);
    margin: 35px 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--light-sage);
}

.svg-divider {
    border: none;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--sage-green), transparent);
    margin: 30px 0;
}

.form-container label:not(.custom-checkbox):not(.custom-radio):not(.privacy-checkbox),
.form-container .radio-group,
.form-container .custom-textarea {
    display: block;
    margin-bottom: 20px;

}

.label-title,

.radio-title,
.checkbox-title {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--dark-text);
    margin-bottom: 15px;
}

.form-container input[type="text"],
.form-container input[type="email"],
.form-container input[type="number"],
.form-container textarea {
    width: 100%;
    padding: 16px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: var(--dark-text);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

.form-container input[type="text"]:focus,
.form-container input[type="email"]:focus,
.form-container input[type="number"]:focus,
.form-container textarea:focus {
    outline: none;
    border-color: var(--sage-green);
    box-shadow: 0 0 0 3px rgba(139, 168, 139, 0.2);
}

.form-container textarea {
    resize: vertical;
    min-height: 80px;
}

.radio-group {
    padding: 15px 0;
}

.custom-radio {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: var(--dark-text);
}

.custom-radio input[type="radio"] {
    display: none;
}

.radiomark {
    display: inline-block;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    border: 2px solid var(--sage-green);
    border-radius: 50%;
    margin-right: 12px;
    position: relative;
    transition: all 0.3s ease;
    flex-shrink: 0;
    box-sizing: border-box;
}

.custom-radio input[type="radio"]:checked + .radiomark {
    background: var(--sage-green);
    border-color: var(--sage-green);
}

.custom-radio input[type="radio"]:checked + .radiomark::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: var(--white);
    border-radius: 50%;
}

.submit-button {
    display: block;
    width: 200px;
    max-width: 280px;
    margin: 0 auto;
    background-color: var(--cream);
    color: var(--dark-text);
    border: 1px solid var(--beige);
    padding: 16px 40px;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.submit-button:hover {
    background-color: var(--beige);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
}

.back-link {
    text-align: center;
    margin-top: 25px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
}

.back-link a {
    color: var(--sage-green);
    text-decoration: none;
    transition: color 0.3s ease;
}

.back-link a:hover {
    color: var(--dark-sage);
}

/* ==================== */
/* Thanks Page */
/* ==================== */

.thanks-page {
    background: linear-gradient(135deg, var(--light-sage) 0%, var(--cream) 100%);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

.thanks-card {
    background: var(--white);
    padding: 60px 50px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    max-width: 550px;
    width: 100%;
    text-align: center;
    animation: fadeInUp 0.6s ease forwards;
}

.thanks-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 48px;
    font-weight: 400;
    color: var(--dark-sage);
    margin-bottom: 20px;
}

.thanks-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: var(--sage-green);
    margin-bottom: 25px;
}

.thanks-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    color: var(--dark-text);
    margin-bottom: 15px;
    line-height: 1.7;
}

.thanks-redirect {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #999;
    margin-top: 30px;
}

.thanks-redirect a {
    color: var(--sage-green);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.thanks-redirect a:hover {
    color: var(--dark-sage);
}

.checkmark-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.checkmark-circle {
    fill: none;
    stroke: var(--sage-green);
    stroke-width: 3;
    animation: circle-draw 0.6s ease-in-out forwards;
    stroke-dasharray: 283;
    stroke-dashoffset: 283;
}

.checkmark-check {
    fill: none;
    stroke: var(--sage-green);
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
    animation: check-draw 0.4s ease-in-out 0.4s forwards;
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
}

@keyframes circle-draw {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes check-draw {
    to {
        stroke-dashoffset: 0;
    }
}

/* Health questionnaire additional styles */
.intro-card .instructions strong {
    color: var(--dark-sage);
}

.intro-card .highlighted,
.form-container .highlighted {
    color: var(--sage-green);
    font-weight: 500;
}

.form-container section {
    margin-bottom: 20px;
}

.form-container section h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 500;
    color: var(--dark-sage);
    margin: 35px 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--light-sage);
    display: flex;
    align-items: center;
    gap: 12px;
}

.form-container section h3 .section-icon,
.form-container h3 .section-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    fill: var(--sage-green);
}

/* Инлайновые иконки в тексте (замена эмодзи) */
.inline-icon {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    fill: var(--sage-green);
    margin-left: 4px;
}

.form-container > h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 500;
    color: var(--dark-sage);
    margin: 35px 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--light-sage);
    display: flex;
    align-items: center;
    gap: 12px;
}

.checkbox-note {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: var(--sage-green);
    margin-bottom: 15px;
    font-style: italic;
}

.light-input {
    margin-top: 8px;
    margin-bottom: 15px;
}

.custom-radio-group {
    padding: 15px 0;
    display: block;
    margin-bottom: 20px;
}

/* Checkbox styles */
.custom-checkbox-group {
    margin-bottom: 20px;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: var(--dark-text);
}

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

.checkmark {
    display: inline-block;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    border: 2px solid var(--sage-green);
    border-radius: 5px;
    margin-right: 12px;
    position: relative;
    transition: all 0.3s ease;
    flex-shrink: 0;
    box-sizing: border-box;
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark {
    background: var(--sage-green);
    border-color: var(--sage-green);
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark::after {
    content: '\2713';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
    font-size: 14px;
    font-weight: bold;
}

.checkbox-group.soft-style {
    background: rgba(139, 168, 139, 0.05);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

/* Slider styles */
.slider-wrapper {
    background: rgba(139, 168, 139, 0.05);
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 25px;
}

.slider-wrapper label {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 500;
    color: var(--dark-sage);
    margin-bottom: 10px;
}

.slider-hint {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
	text-align: center;
    color: var(--sage-green);
    margin-bottom: 15px;
}

.form-container input[type="range"] {
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, var(--light-sage), var(--sage-green));
    border-radius: 3px;
    outline: none;
    -webkit-appearance: none;
    margin: 15px 0;
}

.form-container input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    background: var(--sage-green);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
}

.form-container input[type="range"]::-webkit-slider-thumb:hover {
    transform: scale(1.1);
}

.slider-value {
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    color: var(--dark-sage);
}

.slider-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: var(--dark-text);
    margin-right: 10px;
}

.custom-textarea-down {
    margin-left: 32px;
    margin-top: 5px;
}

/* Questionnaire responsive */
@media (max-width: 600px) {
    .form-container {
        padding: 30px 20px;
    }

    .intro-card h1 {
        font-size: 26px;
    }

    .form-container form h3,
    .form-container section h3 {
        font-size: 20px;
    }

    .slider-wrapper {
        padding: 20px 15px;
    }

    .thanks-card {
        padding: 40px 25px;
    }

    .thanks-title {
        font-size: 36px;
    }

    .thanks-text {
        font-size: 18px;
    }
}

/* ==================== */
/* Contact Form in FAQ */
/* ==================== */

.faq-cta-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: var(--sage-green);
    margin-bottom: 25px;
    text-align: center;
}

.contact-options {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 400px;
    margin: 0 auto;
}

.contact-email-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-input,
.contact-textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: var(--dark-text);
    background: var(--white);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

.contact-input:focus,
.contact-textarea:focus {
    outline: none;
    border-color: var(--sage-green);
    box-shadow: 0 0 0 3px rgba(139, 168, 139, 0.2);
}

.contact-textarea {
    resize: vertical;
    min-height: 80px;
}

.form-privacy {
    margin-top: 5px;
    position: relative;
}

.privacy-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: var(--dark-text);
    line-height: 1.4;
    position: relative;
}

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

.privacy-checkmark {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    border: 2px solid var(--sage-green);
    border-radius: 4px;
    margin-right: 10px;
    flex-shrink: 0;
    position: relative;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.privacy-tooltip {
    position: absolute;
    bottom: calc(100% + 8px);
    left: 0;
    background: var(--dark-sage);
    color: var(--white);
    padding: 10px 14px;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 100;
}

.privacy-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 20px;
    border: 6px solid transparent;
    border-top-color: var(--dark-sage);
}

.privacy-tooltip.show {
    opacity: 1;
    visibility: visible;
}

.privacy-checkbox input[type="checkbox"]:checked + .privacy-checkmark {
    background: var(--sage-green);
    border-color: var(--sage-green);
}

.privacy-checkbox input[type="checkbox"]:checked + .privacy-checkmark::after {
    content: '\2713';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
    font-size: 12px;
    font-weight: bold;
}

.privacy-text {
    flex: 1;
}

.privacy-text a {
    color: var(--sage-green);
    text-decoration: underline;
    transition: color 0.3s ease;
}

.privacy-text a:hover {
    color: var(--dark-sage);
}

.contact-submit-btn {
    display: block;
    width: auto;
    min-width: 200px;
    max-width: 300px;
    margin: 0 auto;
    background-color: var(--sage-green);
    color: var(--white);
    padding: 14px 20px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-submit-btn:hover {
    background-color: var(--dark-sage);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.contact-divider {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #999;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
}

.contact-divider::before,
.contact-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e0e0e0;
}

@media (max-width: 600px) {
    .contact-options {
        max-width: 100%;
    }

    .contact-submit-btn {
        width: auto;
        min-width: 200px;
        margin: 0 auto;
    }
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

/* Tariffs carousel wrapper - скрываем стрелки на десктопе */
.tariffs-carousel-wrapper {
    display: block;
}

.tariffs-arrow {
    display: none;
}

/* Burger Menu */
.burger-menu {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 22px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}

.burger-menu span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--white);
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Прячем бургер когда меню открыто (крестик только внутри nav) */
.burger-menu.active {
    display: none;
}

/* Burger hover animation - темнее для видимости */
.burger-menu:hover span {
    background-color: var(--dark-sage);
}

.burger-menu:hover span:nth-child(1) {
    transform: translateY(-2px);
}

.burger-menu:hover span:nth-child(3) {
    transform: translateY(2px);
}

/* Nav Close Button (X) */
.nav-close {
    display: none;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 35px;
    height: 35px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.nav-close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 3px;
    background-color: var(--white);
    border-radius: 2px;
    transition: all 0.3s ease;
}

.nav-close span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
}

.nav-close span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.nav-close:hover span {
    background-color: var(--beige);
}

.nav-close:hover span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(135deg);
}

.nav-close:hover span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(45deg);
}

/* ========================================
   TABLET (768px - 1024px)
   ======================================== */
@media (max-width: 1024px) {
    .container {
        padding: 0 30px;
    }

    /* Hero */
    .hero-content {
        grid-template-columns: 350px 1fr;
        gap: 50px;
    }

    .hero-image img {
        height: 420px;
    }

    .hero-title {
        font-size: 28px;
    }

    /* Services Grid */
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-item.first-card {
        grid-column: span 1;
        grid-row: span 1;
    }

    /* Services Range */
    .services-columns {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .services-columns .service-column:last-child {
        grid-column: span 2;
        max-width: 400px;
        margin: 0 auto;
    }

    /* First Meeting */
    .meeting-steps {
        gap: 20px;
    }

    /* Tariffs */
    .tariffs-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    /* Testimonials */
    .testimonials-track {
        gap: 20px;
    }

    /* About page */
    .minimal-images-row {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Help cards */
    .help-numbered-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ========================================
   MOBILE (< 768px)
   ======================================== */
@media (max-width: 768px) {
    /* Burger Menu показываем */
    .burger-menu {
        display: flex;
    }

    /* Header */
    .header-content {
        position: relative;
    }

    /* Navigation - анимация выезда снизу с масштабированием */
    .nav {
        display: flex;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        height: 100vh;
        background: linear-gradient(135deg, var(--dark-sage) 0%, var(--sage-green) 100%);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 25px;
        z-index: 1000;
        opacity: 0;
        transform: translateY(-100%);
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
                    opacity 0.4s ease;
    }

    .nav.active {
        opacity: 1;
        transform: translateY(0);
    }

    /* Close button в мобильном меню */
    .nav-close {
        display: block;
    }

    .nav a {
        font-size: 22px;
        padding: 12px 30px;
        opacity: 0;
        transform: translateY(30px) scale(0.9);
        transition: opacity 0.4s ease, transform 0.4s ease, color 0.3s ease;
        letter-spacing: 1px;
    }

    .nav.active a {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    .nav.active a:nth-child(2) { transition-delay: 0.1s; }
    .nav.active a:nth-child(3) { transition-delay: 0.15s; }
    .nav.active a:nth-child(4) { transition-delay: 0.2s; }
    .nav.active a:nth-child(5) { transition-delay: 0.25s; }
    .nav.active a:nth-child(6) { transition-delay: 0.3s; }
    .nav.active a:nth-child(7) { transition-delay: 0.35s; }

    .nav a:hover {
        transform: scale(1.1);
    }

    /* Overlay */
    .nav-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .nav-overlay.active {
        display: block;
        opacity: 1;
    }

    /* Container */
    .container {
        padding: 0 20px;
    }

    .container-wide {
        padding: 0 15px;
    }

    /* Hero */
    .hero {
        padding: 20px 0 40px;
        overflow: visible;
    }

    .hero-content {
        display: flex;
        flex-direction: column;
        gap: 20px;
        text-align: center;
        align-items: center;
    }

    .hero-image {
        order: 1;
        max-width: 280px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    .hero-image img {
        height: 320px;
    }

    .hero-tag {
        left: -20%;
        transform: translateX(-50%);
        bottom: 10px;
        font-size: 11px;
        padding: 8px 15px;
    }

    .hero-text {
        order: 2;
        position: relative;
        z-index: 2;
        background: linear-gradient(180deg, #faf8f5 0%, #ffffff 100%);
        padding: 25px 20px;
        margin: 0 15px 15px;
        border-radius: 16px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        border: 1px solid rgba(139, 166, 139, 0.12);
    }

    .hero-title {
        font-size: 16px;
        line-height: 1.5;
        color: var(--dark-text);
        margin: 0;
    }

    .hero-cta {
        order: 3;
        margin-left: 0;
        text-align: center;
    }

    /* Mission */
    .mission-text {
        font-size: 24px;
    }

    .about-text {
        font-size: 13px;
    }

    /* Services Grid */
    .grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .grid-item {
        min-height: 280px;
    }

    .first-card-content h3 {
        font-size: 24px;
    }

    .first-card-image img {
        width: 50%;
    }

    /* Services Range - карточки одинакового размера */
    .services-range {
        padding: 40px 0;
    }

    .section-title {
        font-size: 28px;
    }

    .services-columns {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .service-column {
        width: 100%;
        max-width: 400px;
        min-height: auto;
        height: auto;
        padding: 30px 25px;
        display: flex;
        flex-direction: column;
    }

    .service-column p {
        font-size: 14px;
        line-height: 1.6;
    }

    .service-column h3 {
        font-size: 24px;
    }

    /* First Meeting - дизайн как на десктопе */
    .first-meeting-v4 {
        padding: 20px 15px 50px;
    }

    .first-meeting-v4 .meeting-centered {
        max-width: 100%;
        padding: 0 15px;
    }

    .first-meeting-v4 .badge-line {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .first-meeting-v4 .meeting-steps {
        gap: 25px;
        margin-bottom: 30px;
        position: relative;
    }

    .first-meeting-v4 .meeting-steps::before {
        display: block;
        content: '';
        position: absolute;
        left: 10px;
        top: 20px;
        bottom: 20px;
        width: 2px;
        background: linear-gradient(to bottom, var(--sage-green) 0%, var(--beige) 100%);
        z-index: 0;
    }

    .first-meeting-v4 .step-item {
        display: flex;
		flex-direction: row;
        gap: 20px;
        position: relative;
        padding: 15px;
        margin: -15px;
        opacity: 0;
        transform: translateY(30px);
        transition: opacity 0.6s ease, transform 0.6s ease;
    }

    .first-meeting-v4 .step-item.animate-visible {
        opacity: 1;
        transform: translateY(0);
    }

    .first-meeting-v4 .step-item:nth-child(1) { transition-delay: 0.1s; }
    .first-meeting-v4 .step-item:nth-child(2) { transition-delay: 0.3s; }
    .first-meeting-v4 .step-item:nth-child(3) { transition-delay: 0.5s; }

    .first-meeting-v4 .step-item:hover {
        background: transparent;
        transform: none;
    }

    .first-meeting-v4 .step-marker {
        width: 22px;
        min-width: 22px;
        height: 22px;
        flex-shrink: 0;
        border-radius: 50%;
        background: var(--sage-green);
        border: 3px solid var(--white);
        box-shadow: 0 0 0 2px var(--sage-green);
        position: relative;
        z-index: 1;
    }

    .first-meeting-v4 .step-content h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .first-meeting-v4 .step-content p {
        font-size: 14px;
        line-height: 1.5;
    }

    .first-meeting-v4 .btn-soft {
        padding: 12px 30px;
        font-size: 13px;
    }

    /* Tariffs - стопка карточек на мобильном */
    .tariffs-grid {
        position: relative;
        display: block;
        min-height: 560px;
        padding: 10px 20px 50px;
        max-width: 100%;
        margin: 0 auto;
        overflow: visible;
    }

    .tariff-card-collapsible {
        position: absolute;
        left: 50%;
        top: 0;
        width: calc(100% - 50px);
        max-width: 340px;
        transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
                    opacity 0.4s ease,
                    border-color 0.3s ease,
                    box-shadow 0.3s ease;
        transform: translateX(-50%);
        opacity: 0;
        pointer-events: none;
        border: 2px solid rgba(139, 166, 139, 0.25);
    }

    /* Вариант 2: Веер - карточки повёрнуты как колода + бордеры */
    .tariff-card-collapsible.stack-back-2 {
        transform: translateX(calc(-50% + 18px)) rotate(4deg);
        opacity: 0.5;
        z-index: 1;
        border-color: rgba(139, 166, 139, 0.15);
    }

    .tariff-card-collapsible.stack-back-1 {
        transform: translateX(calc(-50% + 9px)) rotate(2deg);
        opacity: 0.7;
        z-index: 2;
        border-color: rgba(139, 166, 139, 0.25);
    }

    /* Активная карточка - воздушный бордер */
    .tariff-card-collapsible.active {
        transform: translateX(-50%) rotate(0);
        opacity: 1;
        z-index: 10;
        pointer-events: auto;
        border: 1.5px solid rgba(139, 166, 139, 0.5);
        box-shadow: 0 8px 30px rgba(139, 166, 139, 0.15);
    }

    /* Точки-индикаторы */
    .tariffs-dots {
        display: flex;
        justify-content: center;
        gap: 12px;
        padding: 15px 0;
    }

    .tariff-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #d0d0d0;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .tariff-dot.active {
        background: var(--sage-green);
        transform: scale(1.3);
    }

    /* Отключаем hover эффекты на мобильном */
    .tariff-card-collapsible:hover,
    .tariff-card-collapsible.popular:hover,
    .tariff-card-collapsible.active:hover {
        border-color: transparent;
    }

    .btn-tariff-fixed {
        padding: 10px 20px;
        font-size: 13px;
        max-width: 200px;
        min-height: 42px;
        margin-bottom: 25px;
    }

    .popular-badge {
        padding: 5px 12px;
        font-size: 10px;
        letter-spacing: 1px;
        top: -12px;
        right: 20px;
    }

    /* Tariffs carousel wrapper с стрелками */
    .tariffs-carousel-wrapper {
        position: relative;
        display: block;
    }

    .tariffs-arrow {
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        display: none;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        background: rgba(139, 166, 139, 0.5);
        border: none;
        border-radius: 50%;
        cursor: pointer;
        color: var(--white);
        transition: background 0.3s ease, opacity 0.3s ease;
        z-index: 100;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .tariffs-arrow.tariffs-arrow-left {
        left: 10px;
    }

    .tariffs-arrow.tariffs-arrow-right {
        right: 10px;
    }

    .tariffs-arrow:hover:not(.disabled) {
        background: var(--dark-sage);
    }

    .tariffs-arrow.disabled {
        background: #ccc;
        cursor: default;
        opacity: 0.5;
    }

    .tariffs-arrow:active {
        transform: translateY(-50%) scale(0.95);
    }

    .tariffs-arrow svg {
        width: 22px;
        height: 22px;
    }

    /* Показываем стрелки когда секция тарифов видна */
    .tariffs.arrows-visible .tariffs-arrow {
        display: flex;
    }

    /* Testimonials */
    .testimonials-section {
        padding: 50px 0;
    }

    .testimonials-track {
        gap: 15px;
    }

    .testimonial-card {
        min-width: 280px;
        padding: 25px 20px;
    }

    /* Telegram Section */
    .tg-chat-section {
        padding: 25px 0;
    }

    .tg-chat-container {
        flex-direction: column;
        gap: 30px;
    }

    .tg-chat-info {
        text-align: center;
    }

    .tg-channel-title {
        font-size: 28px;
    }

    /* .tg-chat-window {
        max-width: 100%;
    } */

    /* YouTube Section */
    .about-youtube-section {
        min-height: auto;
        padding: 50px 0;
    }

    .youtube-content-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .youtube-text-content {
        text-align: center;
    }

    .youtube-channel-title {
        font-size: 28px;
    }

    .youtube-subscribers-badge {
        font-size: 24px;
    }

    .youtube-subscribers-badge::before,
    .youtube-subscribers-badge::after {
        width: 30px;
    }

    /* FAQ */
    .faq-section {
        padding: 50px 0;
    }

    .faq-question {
        font-size: 16px;
        padding: 18px 50px 18px 20px;
    }

    /* Footer */
    .footer {
        padding: 40px 0 20px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }

    .footer-left {
        display: flex;
        justify-content: center;
    }

    .footer-left .logo {
        justify-content: center;
    }

    .footer-nav {
        justify-content: center;
    }

    .footer-nav a {
        text-transform: capitalize;
    }

    .footer-nav a[href*="faq"],
    .footer-nav a[href*="FAQ"] {
        text-transform: uppercase;
    }

    .footer-social {
        justify-content: center;
    }

    /* About Page */
    .about-hero-minimal {
        padding: 20px 0 40px;
    }

    .minimal-main-title {
        font-size: 36px;
    }

    .minimal-subtitle {
        font-size: 13px;
    }

    .minimal-images-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }

    .minimal-image-card {
        aspect-ratio: 1 / 1;
        height: auto;
        width: 100%;
    }

    .minimal-image-overlay {
        padding: 8px;
    }

    .minimal-image-overlay span {
        font-size: 10px;
        line-height: 1.3;
    }

    .about-text-clean {
        padding: 25px 15px;
    }

    .accent-phrase {
        font-size: 15px;
        line-height: 1.6;
    }

    .about-profession-title {
        font-size: 20px;
        line-height: 1.4;
    }

    /* YouTube карточки на About - компактные */
    .youtube-features-cards,
    .youtube-features {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .youtube-feature-card,
    .about-youtube-section.variant-3 .youtube-feature-card {
        width: 90%;
        max-width: 280px;
        margin: 0 auto;
        padding: 15px 12px;
        text-align: center;
    }

    .youtube-feature-card h4,
    .about-youtube-section.variant-3 .youtube-feature-card h4 {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .youtube-feature-card p,
    .about-youtube-section.variant-3 .youtube-feature-card p {
        font-size: 12px;
        line-height: 1.4;
    }

    .feature-card-icon {
        width: 35px;
        height: 35px;
        margin-bottom: 8px;
    }

    .feature-card-icon svg {
        width: 20px;
        height: 20px;
    }

    /* Help cards */
    .help-numbered-grid {
        grid-template-columns: 1fr;
        max-width: 350px;
    }

    .help-numbered-card {
        padding: 35px 20px 25px;
    }

    /* CTA Section */
    .about-cta-content h2 {
        font-size: 32px;
        white-space: normal;
    }

    /* Questionnaire pages */
    .questionnaire-card {
        padding: 40px 25px;
        margin: 0 15px;
    }

    .questionnaire-title {
        font-size: 32px;
    }

    .form-group input,
    .form-group textarea,
    .form-group select {
        font-size: 16px;
    }

    /* Thanks page */
    .thanks-content h1 {
        font-size: 36px;
    }

    .thanks-content p {
        font-size: 16px;
    }
}

/* ========================================
   SMALL MOBILE (< 480px)
   ======================================== */
@media (max-width: 480px) {
    /* Typography */
    .hero-title {
        font-size: 20px;
    }

    .section-title {
        font-size: 36px;
    }

    .mission-text {
        font-size: 24px;
    }

    /* Hero */
    .hero-image {
        max-width: 250px;
    }

    .hero-image img {
        height: 300px;
    }

    /* Services Grid */
    .grid-item {
        min-height: 250px;
    }

    .grid-overlay h3 {
        font-size: 18px;
    }

    .grid-overlay p {
        font-size: 15px;
    }

    /* First card */
    .first-card-content h3 {
        font-size: 20px;
    }

    .first-card-hover p {
        font-size: 18px;
    }

    /* About page */
    .minimal-main-title {
        font-size: 36px;
    }

    .minimal-images-row {
        grid-template-columns: 1fr 1fr;
    }

    .minimal-image-card {
        height: 120px;
    }

    /* Testimonials */
    .testimonial-card {
        min-width: 260px;
    }

    /* Buttons */
    .btn-hero-call,
    .btn-soft,
    .btn-cta {
        padding: 12px 30px;
        font-size: 14px;
    }

    /* Questionnaire */
    .questionnaire-card {
        padding: 30px 20px;
    }

    .questionnaire-title {
        font-size: 28px;
    }

    .questionnaire-logo {
        width: 100px;
        height: 100px;
    }
}

/* ========================================
   SUCCESS MODAL
   ======================================== */
.success-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10000;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.success-modal.active {
    display: flex;
    opacity: 1;
}

.success-modal-content {
    background: white;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    max-width: 400px;
    width: 90%;
    position: relative;
    transform: scale(0.8);
    transition: transform 0.3s ease;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.success-modal.active .success-modal-content {
    transform: scale(1);
}

.success-modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    color: #999;
    cursor: pointer;
    transition: color 0.3s ease;
}

.success-modal-close:hover {
    color: #333;
}

.success-modal-icon {
    margin-bottom: 20px;
    color: var(--sage-green);
}

.success-modal-icon svg {
    stroke: var(--sage-green);
}

.success-modal-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: var(--dark-text);
    margin-bottom: 10px;
}

.success-modal-content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

/* Privacy checkbox shake animation */
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
    20%, 40%, 60%, 80% { transform: translateX(5px); }
}

.privacy-checkbox.shake {
    animation: shake 0.6s ease-in-out;
}

.privacy-checkbox.shake .privacy-checkmark {
    border-color: #e74c3c;
    box-shadow: 0 0 8px rgba(231, 76, 60, 0.5);
}
