/* =====================================================================
   EDUCATION/INDEX.CSS - Стили страницы обучения (education.html)
   =====================================================================
   Импортирует модули.
   ===================================================================== */

/* Shared variables - единый источник CSS переменных */

/* =====================================================================
   VARIABLES.CSS - CSS переменные темы
   =====================================================================
   Единый источник истины для всех дизайн-токенов.
   Группировка: цвета → тени → бордеры → анимации → размеры
   ===================================================================== */

:root {
    /* =================================================================
       ЦВЕТА - Основная палитра
       ================================================================= */

    /* Фон */
    --bg-dark: #0d0d0d;
    --bg-darker: #080808;
    --content-bg: #1a1a1a;
    --content-bg-light: #242424;

    /* Акцентный цвет (зелёный) */
    --accent-green: #0f8;
    --accent-green-dim: #00cc6a;
    --accent-green-glow: rgba(0, 255, 136, 0.3);
    --accent-green-glow-strong: rgba(0, 255, 136, 0.45);
    --accent-green-subtle: rgba(0, 255, 136, 0.1);
    --accent-green-hover: rgba(0, 255, 136, 0.15);
    --accent-green-muted: rgba(0, 255, 136, 0.08);
    --accent-green-faint: rgba(0, 255, 136, 0.05);
    --accent-green-ghost: rgba(0, 255, 136, 0.03);

    /* Текст */
    --text-white: #fff;
    --text-gray: #a0a0a0;
    --text-gray-light: #c0c0c0;
    --text-light: #d0d0d0;

    /* Цвета для бейджей */
    --badge-green: #0f8;
    --badge-pink: #ff6b9d;
    --badge-blue: #4d7cff;

    /* Полупрозрачные версии для бейджей */
    --badge-green-bg: rgba(0, 255, 136, 0.15);
    --badge-pink-bg: rgba(255, 107, 157, 0.15);
    --badge-blue-bg: rgba(77, 124, 255, 0.15);

    /* Расширенные версии badge цветов */
    --badge-pink-subtle: rgba(255, 107, 157, 0.1);
    --badge-pink-border: rgba(255, 107, 157, 0.2);
    --badge-pink-glow: rgba(255, 107, 157, 0.3);
    --badge-blue-subtle: rgba(77, 124, 255, 0.1);
    --badge-blue-border: rgba(77, 124, 255, 0.2);
    --badge-blue-glow: rgba(77, 124, 255, 0.3);
    --badge-blue-light-border: rgba(107, 163, 255, 0.3);

    /* Фоны для карточек мастеров */
    --badge-green-card-bg: rgba(0, 30, 15, 0.85);
    --badge-pink-card-bg: rgba(40, 15, 30, 0.85);
    --badge-blue-card-bg: rgba(10, 20, 40, 0.85);

    /* Магазин - акцентный лайм */
    --shop-accent: #a3e635;
    --shop-accent-subtle: rgba(163, 230, 53, 0.1);
    --shop-accent-medium: rgba(163, 230, 53, 0.2);
    --shop-accent-glow: rgba(163, 230, 53, 0.3);

    /* Статусы */
    --status-warning-bg: rgba(251, 191, 36, 0.15);
    --status-success-bg: rgba(47, 178, 106, 0.15);
    --status-indigo: #6366f1;
    --status-indigo-bg: rgba(99, 102, 241, 0.15);
    --status-pink: #ec4899;
    --status-pink-bg: rgba(236, 72, 153, 0.15);

    /* Цвета для danger/error состояний */
    --color-danger: #ff4757;
    --color-danger-hover: #f34;
    --color-danger-light: #ff6b6b;
    --color-danger-lighter: #ff8a8a;
    --color-danger-subtle: rgba(255, 71, 87, 0.15);
    --color-danger-border: rgba(255, 71, 87, 0.4);

    /* =================================================================
       ЦВЕТА - Подологическая секция (светлая тема)
       ================================================================= */
    --medical-bg: #f5f7f5;
    --medical-bg-gradient-start: #fff;
    --medical-bg-gradient-mid: #f0fdf4;
    --medical-bg-gradient-end: #e8f5ed;
    --medical-text-dark: #0d3320;
    --medical-text-medium: #1a472a;
    --medical-text-light: #2d5a3d;
    --medical-text-muted: #5a8a6a;

    /* Медицинский зелёный (подология) */
    --medical-green: #00cc6a;
    --medical-green-subtle: rgba(0, 204, 106, 0.1);
    --medical-green-muted: rgba(0, 204, 106, 0.08);
    --medical-green-12: rgba(0, 204, 106, 0.12);
    --medical-green-15: rgba(0, 204, 106, 0.15);
    --medical-green-20: rgba(0, 204, 106, 0.2);
    --medical-green-30: rgba(0, 204, 106, 0.3);
    --medical-green-35: rgba(0, 204, 106, 0.35);
    --medical-green-03: rgba(0, 200, 100, 0.03);

    /* =================================================================
       ОВЕРЛЕИ И ФОНЫ С ПРОЗРАЧНОСТЬЮ
       ================================================================= */
    /* Чёрные оверлеи */
    --overlay-dark: rgba(0, 0, 0, 0.5);
    --overlay-darker: rgba(0, 0, 0, 0.6);
    --overlay-70: rgba(0, 0, 0, 0.7);
    --overlay-heavy: rgba(0, 0, 0, 0.8);
    --overlay-85: rgba(0, 0, 0, 0.85);
    --overlay-intense: rgba(0, 0, 0, 0.9);
    --overlay-solid: rgba(0, 0, 0, 0.95);
    --overlay-98: rgba(0, 0, 0, 0.98);

    /* Навигация (специфичные цвета bg-dark) */
    --nav-bg: rgba(13, 13, 13, 0.95);
    --nav-bg-blur: rgba(13, 13, 13, 0.85);
    --nav-bg-scrolled: rgba(8, 8, 8, 0.98);

    /* Legal header (специфичные) */
    --legal-header-bg: rgba(10, 10, 10, 0.98);
    --legal-header-bg-blur: rgba(10, 10, 10, 0.9);

    /* Белые полупрозрачные */
    --white-ghost: rgba(255, 255, 255, 0.02);
    --white-faint: rgba(255, 255, 255, 0.04);
    --white-muted: rgba(255, 255, 255, 0.08);
    --white-subtle: rgba(255, 255, 255, 0.1);
    --white-light: rgba(255, 255, 255, 0.15);
    --white-medium: rgba(255, 255, 255, 0.2);
    --white-50: rgba(255, 255, 255, 0.5);
    --white-70: rgba(255, 255, 255, 0.7);
    --white-80: rgba(255, 255, 255, 0.8);
    --white-90: rgba(255, 255, 255, 0.9);
    --white-95: rgba(255, 255, 255, 0.95);

    /* =================================================================
       БОРДЕРЫ
       ================================================================= */
    --border-subtle: rgba(255, 255, 255, 0.05);
    --border-light: rgba(255, 255, 255, 0.1);
    --border-medium: rgba(255, 255, 255, 0.2);
    --border-accent: rgba(0, 255, 136, 0.2);
    --border-accent-hover: rgba(0, 255, 136, 0.3);
    --border-accent-strong: rgba(0, 255, 136, 0.4);

    /* =================================================================
       ТЕНИ
       ================================================================= */
    --shadow-glow-sm: 0 0 20px var(--accent-green-glow);
    --shadow-glow-md: 0 0 30px var(--accent-green-glow);
    --shadow-glow-lg: 0 0 40px var(--accent-green-glow);
    --shadow-glow-xl: 0 0 50px var(--accent-green-glow);
    --shadow-card: 0 4px 20px rgba(0, 255, 136, 0.1);
    --shadow-card-hover: 0 12px 40px rgba(0, 255, 136, 0.1), 0 4px 12px rgba(0, 0, 0, 0.2);
    --shadow-elevated: 0 15px 40px rgba(0, 0, 0, 0.3);

    /* Тени для подологии */
    --shadow-medical-sm: 0 6px 24px var(--medical-green-subtle), 0 2px 8px rgba(0, 0, 0, 0.05);
    --shadow-medical-md: 0 10px 40px var(--medical-green-12);
    --shadow-medical-lg: 0 12px 48px var(--medical-green-20), 0 4px 12px rgba(0, 0, 0, 0.08);
    --shadow-medical-hover: 0 16px 48px var(--medical-green-20), 0 6px 16px rgba(0, 0, 0, 0.08);

    /* Тени - чёрные */
    --shadow-black-05: rgba(0, 0, 0, 0.05);
    --shadow-black-20: rgba(0, 0, 0, 0.2);
    --shadow-black-25: rgba(0, 0, 0, 0.25);
    --shadow-black-30: rgba(0, 0, 0, 0.3);
    --shadow-black-40: rgba(0, 0, 0, 0.4);
    --shadow-black-60: rgba(0, 0, 0, 0.6);

    /* =================================================================
       АНИМАЦИИ И ПЕРЕХОДЫ
       ================================================================= */
    --transition-fast: 0.2s ease;
    --transition-base: 0.3s ease;
    --transition-slow: 0.4s ease;
    --transition-bounce: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    --transition-smooth: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-expand: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-spring: 0.6s cubic-bezier(0.4, 0, 0.2, 1);

    /* =================================================================
       РАЗМЕРЫ И ОТСТУПЫ
       ================================================================= */
    --radius-sm: 12px;
    --radius-md: 16px;
    --radius-lg: 20px;
    --radius-xl: 24px;
    --radius-2xl: 32px;
    --radius-full: 50px;

    --container-max: 1400px;
    --container-padding: 24px;

    /* =================================================================
       Z-INDEX СЛОИ
       ================================================================= */
    --z-base: 1;
    --z-dropdown: 100;
    --z-sticky: 500;
    --z-fixed: 1000;
    --z-modal-backdrop: 1500;
    --z-modal: 2000;
}



/* =====================================================================
   BASE.CSS - Базовые стили
   =====================================================================
   Reset, типография, контейнер, скроллбар.
   Зависит от: variables.css
   ===================================================================== */

/* =================================================================
   RESET
   ================================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
    overscroll-behavior-x: none;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

body {
    font-family: "Manrope", sans-serif;
    background-color: var(--bg-dark);
    color: var(--text-white);
    line-height: 1.6;
}

/* =================================================================
   SCROLLBAR
   ================================================================= */

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--bg-darker);
}

::-webkit-scrollbar-thumb {
    background: var(--accent-green-dim);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--accent-green);
}

/* =================================================================
   TEXT SELECTION
   ================================================================= */

::selection {
    background: var(--accent-green);
    color: var(--bg-dark);
    text-shadow: none;
}

::-moz-selection {
    background: var(--accent-green);
    color: var(--bg-dark);
    text-shadow: none;
}

/* =================================================================
   ТИПОГРАФИЯ
   ================================================================= */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Unbounded", sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

/* =================================================================
   LAYOUT
   ================================================================= */

.container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

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

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition:
        opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* =================================================================
   ACCESSIBILITY - prefers-reduced-motion
   ================================================================= */

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .skeleton {
        animation: none;
        background: var(--content-bg);
    }

    .fade-in {
        opacity: 1 !important;
        transform: none !important;
    }
}



/* =====================================================================
   UTILITIES.CSS - Утилитарные классы
   =====================================================================
   Переиспользуемые классы для уменьшения дублирования.
   Использовать совместно с основными классами компонентов.
   ===================================================================== */

/* =================================================================
   АНИМАЦИИ - Keyframes
   ================================================================= */

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

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

@keyframes pulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.2);
    }
}

@keyframes shimmerMove {
    0%,
    100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* =================================================================
   КАРТОЧКИ - Базовые стили
   ================================================================= */

/* Базовая карточка */
.card {
    background: var(--content-bg);
    border-radius: var(--radius-xl);
    border: 1px solid var(--border-subtle);
    transition:
        transform var(--transition-base),
        border-color var(--transition-base),
        box-shadow var(--transition-base);
}

.card:hover {
    border-color: var(--border-accent);
}

/* Карточка с эффектом подъёма */
.card--lift:hover {
    transform: translateY(-4px);
}

.card--lift-lg:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-card-hover);
}

/* Карточка с glow эффектом */
.card--glow:hover {
    box-shadow: 0 0 40px var(--accent-green-faint);
}

/* =================================================================
   ИНТЕРАКТИВНЫЕ ЭЛЕМЕНТЫ
   ================================================================= */

/* Базовый интерактивный элемент */
.interactive {
    transition: transform var(--transition-base);
    cursor: pointer;
}

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

/* Элемент со свечением при наведении */
.glow-hover:hover {
    box-shadow: var(--shadow-glow-md);
}

/* =================================================================
   FLEXBOX И GRID УТИЛИТЫ
   ================================================================= */

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

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

.flex-col {
    display: flex;
    flex-direction: column;
}

.gap-sm {
    gap: 8px;
}
.gap-md {
    gap: 16px;
}
.gap-lg {
    gap: 24px;
}
.gap-xl {
    gap: 32px;
}

/* =================================================================
   ТЕКСТ
   ================================================================= */

.text-accent {
    color: var(--accent-green);
}

.text-gray {
    color: var(--text-gray);
}

.text-gray-light {
    color: var(--text-gray-light);
}

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

/* =================================================================
   SVG ИКОНКИ - Стандартные размеры
   ================================================================= */

.icon-sm {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.icon-md {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.icon-lg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.icon-xl {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.icon-2xl {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.icon-accent {
    color: var(--accent-green);
}

/* =================================================================
   СКРЫТИЕ ЭЛЕМЕНТОВ
   ================================================================= */

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* =================================================================
   СОСТОЯНИЯ
   ================================================================= */

.is-hidden {
    display: none !important;
}

.is-visible {
    display: block !important;
}

.no-scroll {
    overflow: hidden;
}



/* =====================================================================
   NAVIGATION.CSS - Стили навигации
   =====================================================================
   Навигация, мобильное меню, бегущая строка (marquee).
   Зависит от: variables.css, utilities.css
   ===================================================================== */

/* =================================================================
   NAVIGATION BAR
   ================================================================= */

.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: var(--z-fixed);
    padding: 20px 0;
    /* Увеличен opacity для компенсации отсутствия blur на мобильных */
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-subtle);
    /* Оптимизировано: конкретные свойства вместо all */
    transition:
        padding var(--transition-base),
        background var(--transition-base);
}

/* backdrop-filter только на мощных desktop устройствах */
@supports (backdrop-filter: blur(10px)) {
    @media (min-width: 1024px) and (hover: hover) {
        .nav {
            background: var(--nav-bg-blur);
            backdrop-filter: blur(10px);
        }
    }
}

.nav.scrolled {
    padding: 12px 0;
    background: var(--nav-bg-scrolled);
}

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

/* =================================================================
   LOGO
   ================================================================= */

.logo {
    font-family: "Unbounded", sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text-white);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.logo-accent {
    color: var(--accent-green);
    text-shadow: var(--shadow-glow-sm);
}

/* =================================================================
   NAV LINKS
   ================================================================= */

.nav-links {
    display: flex;
    gap: 32px;
    list-style: none;
}

.nav-links a {
    color: var(--text-gray-light);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: color var(--transition-base);
    position: relative;
}

.nav-links a::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--accent-green);
    transition: width var(--transition-base);
    box-shadow: 0 0 10px var(--accent-green-glow);
}

.nav-links a:hover {
    color: var(--accent-green);
}

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

/* =================================================================
   NAV CTA BUTTON
   ================================================================= */

.nav-cta {
    background: var(--accent-green);
    color: var(--bg-dark);
    padding: 12px 28px;
    border-radius: var(--radius-full);
    font-weight: 600;
    text-decoration: none;
    transition:
        transform var(--transition-base),
        box-shadow var(--transition-base);
    box-shadow: var(--shadow-glow-md);
}

.nav-cta:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-glow-xl), var(--shadow-elevated);
}

/* =================================================================
   BURGER MENU
   ================================================================= */

.burger {
    display: none;
    position: relative;
    width: 44px;
    height: 44px;
    cursor: pointer;
    padding: 0;
    z-index: calc(var(--z-fixed) + 1);
    background: transparent;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.burger::before,
.burger::after {
    display: none;
}

.burger span {
    display: block;
    position: absolute;
    left: 8px;
    width: 28px;
    height: 2px;
    background: var(--text-white);
    transition:
        transform var(--transition-base),
        opacity var(--transition-base),
        top var(--transition-base);
    transform-origin: center center;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.burger span::before,
.burger span::after {
    display: none;
}

.burger span:nth-child(1) {
    top: 13px;
}

.burger span:nth-child(2) {
    top: 21px;
}

.burger span:nth-child(3) {
    top: 29px;
}

.burger.active span:nth-child(1) {
    top: 21px;
    transform: rotate(45deg);
}

.burger.active span:nth-child(2) {
    opacity: 0;
}

.burger.active span:nth-child(3) {
    top: 21px;
    transform: rotate(-45deg);
}

/* =================================================================
   MOBILE MENU
   ================================================================= */

.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bg-darker);
    z-index: calc(var(--z-fixed) - 1);
    padding: 100px 24px 40px;
    flex-direction: column;
    gap: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--transition-base);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

.mobile-menu.active {
    opacity: 1;
    pointer-events: all;
}

.mobile-menu a {
    color: var(--text-white);
    text-decoration: none;
    font-family: "Unbounded", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 16px 0;
    border-bottom: 1px solid var(--border-light);
    transition:
        color var(--transition-base),
        padding-left var(--transition-base);
}

.mobile-menu a:hover {
    color: var(--accent-green);
    padding-left: 16px;
}

/* =================================================================
   MARQUEE (БЕГУЩАЯ СТРОКА)
   ================================================================= */

.marquee-section {
    background: linear-gradient(
        90deg,
        var(--bg-darker) 0%,
        var(--content-bg) 50%,
        var(--bg-darker) 100%
    );
    border-top: 1px solid var(--accent-green-subtle);
    border-bottom: 1px solid var(--accent-green-subtle);
    overflow: hidden;
    position: relative;
    padding: 16px 0;
    margin-top: 80px;
}

.marquee-section::before,
.marquee-section::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 2;
    pointer-events: none;
}

.marquee-section::before {
    left: 0;
    background: linear-gradient(90deg, var(--bg-darker) 0%, transparent 100%);
}

.marquee-section::after {
    right: 0;
    background: linear-gradient(90deg, transparent 0%, var(--bg-darker) 100%);
}

.marquee {
    display: flex;
    animation: marquee 20s linear infinite;
    white-space: nowrap;
}

.marquee-content {
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 0 30px;
}

.marquee-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: "Unbounded", sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-white);
}

.marquee-icon {
    width: 20px;
    height: 20px;
    color: var(--accent-green);
    flex-shrink: 0;
}

/* =================================================================
   RESPONSIVE
   ================================================================= */

@media (max-width: 1024px) {
    .nav-links,
    .nav-cta {
        display: none;
    }

    .burger {
        display: flex;
    }

    .mobile-menu {
        display: flex;
    }
}



/* =====================================================================
   COMPONENTS.CSS - Компоненты UI
   =====================================================================
   Кнопки, бейджи, price-tags, формы.
   Зависит от: variables.css, utilities.css
   ===================================================================== */

/* =================================================================
   ССЫЛКИ - Утилитарные стили
   ================================================================= */

.link-plain {
    color: inherit;
    text-decoration: none;
}

.link-plain:visited {
    color: inherit;
}

/* =================================================================
   КНОПКИ - Базовые стили
   ================================================================= */

.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 18px 36px;
    border-radius: var(--radius-full);
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    /* Оптимизировано: конкретные свойства вместо all */
    transition:
        transform var(--transition-base),
        box-shadow var(--transition-base),
        background var(--transition-base),
        color var(--transition-base),
        border-color var(--transition-base);
    cursor: pointer;
    border: none;
    font-family: inherit;
}

.btn:disabled,
.btn.loading {
    opacity: 0.7;
    cursor: not-allowed;
    box-shadow: none;
}

/* =================================================================
   КНОПКИ - Варианты
   ================================================================= */

.btn-primary {
    background: var(--accent-green);
    color: var(--bg-dark);
    box-shadow: var(--shadow-glow-lg);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow:
        0 0 60px var(--accent-green-glow),
        var(--shadow-elevated);
}

.btn-secondary {
    background: transparent;
    color: var(--text-white);
    border: 2px solid var(--border-medium);
}

.btn-secondary:hover {
    border-color: var(--accent-green);
    color: var(--accent-green);
    background: var(--accent-green-subtle);
}

.btn-submit {
    width: 100%;
    justify-content: center;
    font-size: 1.1rem;
    padding: 20px;
}

.btn-route {
    margin-top: 16px;
}

/* =================================================================
   КНОПКИ - Focus состояние (Accessibility)
   ================================================================= */

.btn:focus-visible,
.nav-links a:focus-visible,
.mobile-menu a:focus-visible,
.price-tag:focus-visible {
    outline: 2px solid var(--accent-green);
    outline-offset: 3px;
    box-shadow: 0 0 0 4px var(--accent-green-subtle);
}

/* =================================================================
   БЕЙДЖИ
   ================================================================= */

.legend-badge {
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.75rem;
}

.badge-green {
    background: var(--badge-green-bg);
    color: var(--badge-green);
}

.badge-pink {
    background: var(--badge-pink-bg);
    color: var(--badge-pink);
}

.badge-blue {
    background: var(--badge-blue-bg);
    color: var(--badge-blue);
}

/* =================================================================
   PRICE TAGS
   ================================================================= */

.price-tag {
    padding: 8px 16px;
    border-radius: var(--radius-sm);
    font-weight: 600;
    font-size: 0.9rem;
    white-space: nowrap;
    transition:
        transform var(--transition-base),
        background var(--transition-base),
        box-shadow var(--transition-base);
    cursor: pointer;
}

.price-tag:hover {
    transform: translateY(-2px) scale(1.05);
}

/* Price Tag - Цветовые варианты */
.price-green {
    background: var(--accent-green-subtle);
    color: var(--badge-green);
    border: 1px solid var(--border-accent);
}

.price-green:hover {
    background: var(--accent-green-hover);
    box-shadow: 0 4px 12px var(--border-accent);
}

.price-pink {
    background: var(--badge-pink-subtle);
    color: var(--badge-pink);
    border: 1px solid var(--badge-pink-border);
}

.price-pink:hover {
    background: var(--badge-pink-bg);
    box-shadow: 0 4px 12px var(--badge-pink-border);
}

.price-blue {
    background: var(--badge-blue-subtle);
    color: var(--badge-blue);
    border: 1px solid var(--badge-blue-border);
}

.price-blue:hover {
    background: var(--badge-blue-bg);
    box-shadow: 0 4px 12px var(--badge-blue-border);
}

/* =================================================================
   ФОРМЫ - Базовые стили
   ================================================================= */

.form-group {
    margin-bottom: 24px;
}

.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

/* =================================================================
   ФОРМЫ - Inputs
   ================================================================= */

.form-input {
    width: 100%;
    padding: 16px 20px;
    background: var(--content-bg-light);
    border: 2px solid var(--border-light);
    border-radius: var(--radius-sm);
    color: var(--text-white);
    font-size: 1rem;
    font-family: inherit;
    transition:
        border-color var(--transition-base),
        box-shadow var(--transition-base);
}

.form-input:focus {
    outline: none;
    border-color: var(--accent-green);
    box-shadow: var(--shadow-glow-sm);
}

.form-input::placeholder {
    color: var(--text-gray);
}

.form-input:focus::placeholder {
    color: var(--white-50);
}

/* =================================================================
   ФОРМЫ - Select
   ================================================================= */

select.form-input {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2300ff88' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 20px;
}

select.form-input option {
    background: var(--content-bg);
    color: var(--text-white);
}

/* =================================================================
   ФОРМЫ - Textarea
   ================================================================= */

textarea.form-input {
    resize: vertical;
    min-height: 100px;
}

/* =================================================================
   ФОРМЫ - Сообщения и успех
   ================================================================= */

.form-message {
    min-height: 24px;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 0.95rem;
}

.form-message.error {
    color: var(--badge-pink);
}

.form-message.info {
    color: var(--badge-blue);
}

.form-success {
    display: none;
    text-align: center;
    padding: 40px;
}

.form-success.active {
    display: block;
}

.form-success svg {
    width: 80px;
    height: 80px;
    color: var(--accent-green);
    margin-bottom: 24px;
}

.form-success h3 {
    font-size: 1.5rem;
    margin-bottom: 12px;
}

.form-success p {
    color: var(--text-gray);
}

/* =================================================================
   PAGE LOADER
   ================================================================= */

.page-loader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: var(--bg-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    transition:
        opacity 0.4s ease,
        visibility 0.4s ease;
}

.page-loader.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.page-loader.instant-hide {
    display: none;
}

.page-loader-spinner {
    width: 48px;
    height: 48px;
    border: 3px solid var(--border-subtle);
    border-top-color: var(--accent-green);
    border-radius: 50%;
    animation: loader-spin 0.8s linear infinite;
}

@keyframes loader-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-loader-spinner {
        animation: none;
        border-top-color: var(--border-subtle);
    }
}

/* =================================================================
   SKELETON LOADING
   ================================================================= */

.skeleton {
    background: linear-gradient(
        90deg,
        var(--content-bg) 25%,
        var(--border-subtle) 50%,
        var(--content-bg) 75%
    );
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.skeleton-card {
    border-radius: var(--radius-xl);
    overflow: hidden;
    border: 1px solid var(--border-subtle);
}

.skeleton-image {
    aspect-ratio: 1 / 1;
}

.skeleton-image-blog {
    height: 240px;
}

.skeleton-content {
    padding: 24px;
}

.skeleton-text {
    height: 16px;
    border-radius: 4px;
    margin-bottom: 12px;
}

.skeleton-text.title {
    height: 24px;
    width: 80%;
}

.skeleton-text.subtitle {
    height: 14px;
    width: 50%;
}

.skeleton-text.line {
    width: 100%;
}

.skeleton-text.short {
    width: 60%;
}

/* =================================================================
   RESPONSIVE
   ================================================================= */

/* =================================================================
   STAGGER ANIMATION
   ================================================================= */

.stagger-item:nth-child(1) {
    transition-delay: 0ms;
}
.stagger-item:nth-child(2) {
    transition-delay: 100ms;
}
.stagger-item:nth-child(3) {
    transition-delay: 200ms;
}
.stagger-item:nth-child(4) {
    transition-delay: 300ms;
}
.stagger-item:nth-child(5) {
    transition-delay: 400ms;
}
.stagger-item:nth-child(6) {
    transition-delay: 500ms;
}
.stagger-item:nth-child(7) {
    transition-delay: 600ms;
}
.stagger-item:nth-child(8) {
    transition-delay: 700ms;
}

@media (prefers-reduced-motion: reduce) {
    .stagger-item {
        transition-delay: 0ms !important;
    }
}

/* =================================================================
   IMAGE SMOOTH LOADING
   ================================================================= */

.image-wrapper {
    position: relative;
    overflow: hidden;
    background: var(--content-bg);
}

.image-wrapper img {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.image-wrapper img.loaded {
    opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
    .image-wrapper img {
        opacity: 1;
        transition: none;
    }
}

/* =================================================================
   CONSENT CHECKBOX
   ================================================================= */

.consent-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 16px;
    cursor: pointer;
    font-size: 0.85rem;
    line-height: 1.4;
    color: var(--text-gray);
}

.consent-label input[type="checkbox"] {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-top: 1px;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
    accent-color: var(--accent-green);
    cursor: pointer;
}

.consent-label a,
.consent-label a:visited {
    color: var(--accent-green);
    text-decoration: underline;
    text-decoration-color: var(--accent-green-subtle);
}

.consent-label a:hover {
    text-decoration-color: var(--accent-green);
}

/* =================================================================
   COOKIE BANNER
   ================================================================= */

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9998;
    background: var(--content-bg);
    border-top: 1px solid var(--border-light);
    padding: 16px 24px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.4);
}

.cookie-banner-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cookie-banner-text {
    color: var(--text-gray);
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}

.cookie-banner-text a {
    color: var(--accent-green);
    text-decoration: underline;
    text-decoration-color: var(--accent-green-subtle);
}

.cookie-banner-text a:hover {
    text-decoration-color: var(--accent-green);
}

.cookie-banner-accept {
    flex-shrink: 0;
    padding: 10px 24px;
    font-size: 0.9rem;
    white-space: nowrap;
}

/* =================================================================
   PHONE FAB
   ================================================================= */

.phone-fab {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--accent-green);
    color: var(--bg-dark);
    text-decoration: none;
    box-shadow:
        0 4px 16px rgba(0, 255, 136, 0.3),
        0 2px 8px rgba(0, 0, 0, 0.3);
    transition:
        transform var(--transition-base),
        box-shadow var(--transition-base);
    animation: phone-fab-pulse 3s ease-in-out infinite;
}

.phone-fab:hover {
    transform: scale(1.1);
    box-shadow:
        0 6px 24px rgba(0, 255, 136, 0.45),
        0 4px 12px rgba(0, 0, 0, 0.3);
}

.phone-fab:focus-visible {
    outline: 2px solid var(--accent-green);
    outline-offset: 3px;
    box-shadow: 0 0 0 4px var(--accent-green-subtle);
}

.phone-fab svg {
    width: 32px;
    height: 32px;
}

@keyframes phone-fab-pulse {
    0%,
    100% {
        box-shadow:
            0 4px 16px rgba(0, 255, 136, 0.3),
            0 2px 8px rgba(0, 0, 0, 0.3);
    }
    50% {
        box-shadow:
            0 4px 24px rgba(0, 255, 136, 0.5),
            0 2px 8px rgba(0, 0, 0, 0.3);
    }
}

@media (prefers-reduced-motion: reduce) {
    .phone-fab {
        animation: none;
    }
}

/* =================================================================
   RESPONSIVE
   ================================================================= */

@media (max-width: 768px) {
    .btn {
        width: 100%;
        justify-content: center;
    }

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

    .cookie-banner {
        padding: 14px 16px;
    }

    .cookie-banner-content {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .cookie-banner-accept {
        width: 100%;
    }

    .phone-fab {
        right: 16px;
        bottom: 80px;
        width: 64px;
        height: 64px;
    }

    .phone-fab svg {
        width: 28px;
        height: 28px;
    }
}



/* =====================================================================
   FAQ.CSS - Стили секции FAQ
   ===================================================================== */

.faq {
    background: var(--bg-darker);
}

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

.faq-item {
    background: var(--content-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 12px;
    border: 1px solid var(--border-subtle);
    overflow: hidden;
    transition:
        border-color 0.3s ease,
        box-shadow 0.4s ease,
        transform 0.3s ease;
}

.faq-item:hover {
    border-color: var(--border-accent);
    transform: translateX(4px);
}

.faq-item.active {
    border-color: var(--accent-green);
    box-shadow: 0 8px 32px var(--accent-green-subtle);
    transform: translateX(0);
}

.faq-question {
    padding: 22px 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    user-select: none;
    transition: background 0.2s ease;
}

.faq-question:hover {
    background: var(--accent-green-ghost);
}

.faq-question h3 {
    font-size: 1.05rem;
    font-weight: 600;
    margin: 0;
    color: var(--text-white);
    transition:
        color 0.3s ease,
        transform 0.3s ease;
}

.faq-item.active .faq-question h3 {
    color: var(--accent-green);
    transform: translateX(4px);
}

.faq-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    padding: 4px;
    color: var(--accent-green);
    flex-shrink: 0;
    background: var(--accent-green-subtle);
    border-radius: 50%;
    transition:
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        background 0.3s ease,
        color 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
    background: var(--accent-green);
    color: var(--bg-dark);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease-in;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    transition: max-height 0.5s ease-out;
}

.faq-answer p,
.faq-answer-inner p,
.faq-answer-inner {
    margin: 0;
}

.faq-answer > p,
.faq-answer-inner > p {
    padding: 16px 24px 20px;
    color: var(--text-gray);
    line-height: 1.8;
    font-size: 0.95rem;
}



/* FOOTER.CSS - Стили подвала сайта */

.footer {
    background: var(--bg-darker);
    padding: 40px 0;
    border-top: 1px solid var(--border-subtle);
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
}

.footer-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-copy {
    color: var(--text-gray);
    font-size: 0.9rem;
}

.footer-legal {
    color: var(--text-muted);
    font-size: 0.75rem;
    opacity: 0.7;
}

.footer-dev {
    color: var(--text-gray);
    font-size: 0.75rem;
    margin-top: 8px;
}

.footer-dev a {
    color: var(--accent-green);
    text-decoration: none;
}

.footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.footer-links a {
    color: var(--text-gray);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-base);
}

.footer-links a:hover {
    color: var(--accent-green);
}

/* Mobile: всё в столбик, слева */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .footer-links {
        align-items: flex-start;
    }
}



/* =====================================================================
   EDUCATION.CSS - Стили страницы курса обучения
   Использует переменные из shared/variables.css
   ===================================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Text selection */
::selection {
    background: var(--accent-green);
    color: var(--bg-dark);
    text-shadow: none;
}

::-moz-selection {
    background: var(--accent-green);
    color: var(--bg-dark);
    text-shadow: none;
}

body {
    font-family:
        "Manrope",
        -apple-system,
        BlinkMacSystemFont,
        sans-serif;
    background: var(--bg-dark);
    color: var(--text-light);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    line-height: 1.6;
    overflow-x: hidden;
}

/* =================================================================
   HERO
   ================================================================= */

.edu-hero {
    position: relative;
    isolation: isolate;
    padding-top: 80px;
    background:
        linear-gradient(90deg, rgba(0, 255, 136, 0.055) 0%, transparent 34%),
        linear-gradient(180deg, #050505 0%, var(--bg-dark) 58%, var(--bg-darker) 100%);
    overflow: hidden;
}

.edu-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.24) 0%,
            transparent 18%,
            transparent 76%,
            rgba(0, 0, 0, 0.38) 100%
        ),
        linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.18) 100%);
    pointer-events: none;
}

.edu-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
    align-items: center;
    gap: clamp(36px, 5vw, 64px);
    max-width: 1140px;
    margin: 0 auto;
    padding: clamp(56px, 6vw, 82px) 24px clamp(64px, 7vw, 96px);
    text-align: left;
}

.edu-hero-content {
    max-width: 710px;
    min-width: 0;
}

.edu-hero-tag {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 7px 15px;
    border: 1px solid rgba(0, 255, 136, 0.2);
    background: rgba(0, 255, 136, 0.1);
    color: var(--accent-green);
    border-radius: var(--radius-full);
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}

.edu-hero-title {
    font-family: "Unbounded", sans-serif;
    max-width: 760px;
    font-size: clamp(2.45rem, 4.25vw, 3.65rem);
    font-weight: 900;
    color: var(--text-white);
    line-height: 1.04;
    margin-bottom: 22px;
    text-wrap: balance;
}

.edu-hero-title span {
    display: block;
    white-space: nowrap;
}

.edu-hero-subtitle {
    max-width: 620px;
    margin-bottom: 34px;
    font-size: 1.12rem;
    color: var(--text-gray);
    line-height: 1.68;
}

/* Hero Photo */
.edu-hero-photo {
    position: relative;
    justify-self: end;
    width: min(100%, 410px);
}

.edu-hero-photo::before {
    content: "";
    position: absolute;
    inset: 16px -16px -16px 16px;
    border: 1px solid rgba(0, 255, 136, 0.16);
    border-radius: var(--radius-xl);
    background: rgba(0, 255, 136, 0.04);
    pointer-events: none;
}

.edu-hero-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: clamp(430px, 42vw, 540px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-xl);
    display: block;
    object-fit: cover;
    object-position: center 38%;
    box-shadow: 0 22px 56px rgba(0, 0, 0, 0.46);
}

/* Hero Meta (stats) */
.edu-hero-meta {
    display: grid;
    grid-template-columns: minmax(104px, 1fr) minmax(118px, 1fr) minmax(108px, 1fr) minmax(
            190px,
            1.45fr
        );
    gap: 12px;
    max-width: 680px;
    margin-bottom: 34px;
}

.edu-hero-meta-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
    min-height: 78px;
    min-width: 0;
    padding: 14px 16px 13px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.035);
}

.edu-hero-meta-value {
    font-family: "Unbounded", sans-serif;
    max-width: 100%;
    overflow: hidden;
    font-size: clamp(1.16rem, 1.55vw, 1.38rem);
    font-weight: 700;
    color: var(--accent-green);
    line-height: 1.08;
    white-space: nowrap;
}

.edu-hero-meta-label {
    max-width: none;
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--text-gray);
    text-transform: uppercase;
    letter-spacing: 0.045em;
    text-align: left;
    line-height: 1.22;
}

.edu-hero-meta-divider {
    display: none;
}

.edu-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 16px 34px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    box-shadow: var(--shadow-glow-sm);
}

.edu-hero-btn:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-glow-md);
}

/* =================================================================
   SECTIONS COMMON
   ================================================================= */

.edu-section {
    padding: 80px 0;
}

.edu-section--dark {
    background: var(--bg-darker);
}

.edu-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 24px;
}

.edu-section-head {
    max-width: 780px;
    margin: 0 auto 44px;
    text-align: center;
}

.edu-section-title {
    font-family: "Unbounded", sans-serif;
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 700;
    color: var(--text-white);
    text-align: center;
    margin-bottom: 48px;
}

.edu-section-head .edu-section-title,
.edu-certificate-card .edu-section-title {
    margin-bottom: 16px;
}

.edu-section-subtitle {
    text-align: center;
    color: var(--text-gray);
    font-size: 1.05rem;
    margin-top: -32px;
    margin-bottom: 48px;
}

.edu-section-lead {
    color: var(--text-gray-light);
    font-size: 1.08rem;
    line-height: 1.75;
}

.edu-section-kicker,
.edu-fact-label {
    display: inline-block;
    color: var(--accent-green);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.edu-fact-label {
    letter-spacing: 0;
    text-transform: none;
}

.edu-card-mark {
    font-family: "Unbounded", sans-serif;
    color: var(--accent-green);
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1;
}

/* =================================================================
   AUDIENCE / INTRO CARDS
   ================================================================= */

.edu-audience-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.edu-audience-card,
.edu-note-card,
.edu-detail-card,
.edu-fact-card,
.edu-author-card {
    background: var(--content-bg);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
}

.edu-audience-card {
    min-height: 188px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
}

.edu-audience-card p,
.edu-note-card p,
.edu-detail-card p,
.edu-result-card p,
.edu-fact-card p,
.edu-author-card p,
.edu-certificate-card p,
.edu-price-option p {
    color: var(--text-gray);
    line-height: 1.7;
}

.edu-audience-card-body {
    display: grid;
    gap: 10px;
}

.edu-audience-card h3,
.edu-result-card h3 {
    color: var(--text-white);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
}

.edu-audience-card p {
    color: var(--text-light);
    font-size: 0.98rem;
    font-weight: 500;
}

.edu-note-card {
    margin-top: 18px;
    padding: 24px 28px;
    border-color: var(--border-accent);
    background: linear-gradient(135deg, var(--accent-green-faint), var(--content-bg));
}

.edu-note-card p {
    color: var(--text-light);
    font-size: 1.02rem;
}

#edu-goal .edu-container {
    position: relative;
    max-width: 1120px;
}

#edu-goal .edu-section-head {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
    align-items: end;
    gap: 34px;
    max-width: none;
    margin: 0 0 38px;
    text-align: left;
}

#edu-goal .edu-section-title {
    text-align: left;
    margin-bottom: 0;
    font-size: clamp(2rem, 3.05vw, 2.7rem);
    line-height: 1.08;
}

#edu-goal .edu-section-lead {
    max-width: 620px;
    margin: 0;
    padding-left: 26px;
    border-left: 1px solid rgba(0, 255, 136, 0.28);
    font-size: 1.04rem;
    line-height: 1.72;
}

.edu-result-grid {
    display: grid;
    grid-template-columns: 1fr 1.05fr 1fr;
    gap: 18px;
}

.edu-result-card {
    position: relative;
    isolation: isolate;
    min-height: 272px;
    padding: 30px 28px 34px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
    background:
        linear-gradient(
            145deg,
            rgba(0, 255, 136, 0.065),
            rgba(255, 255, 255, 0.018) 44%,
            rgba(255, 255, 255, 0.035)
        ),
        #151515;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.edu-result-card:nth-child(2) {
    border-color: rgba(0, 255, 136, 0.22);
    background:
        linear-gradient(
            145deg,
            rgba(0, 255, 136, 0.11),
            rgba(255, 255, 255, 0.022) 48%,
            rgba(0, 255, 136, 0.045)
        ),
        #151515;
}

.edu-result-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    z-index: -1;
    background: linear-gradient(145deg, rgba(0, 255, 136, 0.12), rgba(255, 255, 255, 0.018));
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.edu-result-card:hover {
    border-color: var(--border-accent-hover);
    box-shadow:
        0 28px 70px rgba(0, 0, 0, 0.32),
        0 0 36px rgba(0, 255, 136, 0.12);
    transform: translateY(-6px);
}

.edu-result-card:hover::before {
    opacity: 1;
}

.edu-result-card .edu-card-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 34px;
    padding: 0 14px;
    color: var(--accent-green);
    font-size: 0.78rem;
    letter-spacing: 0.05em;
    white-space: nowrap;
    background: var(--accent-green-subtle);
    border: 1px solid var(--border-accent);
    border-radius: var(--radius-full);
    box-shadow: inset 0 0 18px rgba(0, 255, 136, 0.07);
}

.edu-result-card h3 {
    max-width: 340px;
    font-size: clamp(1.2rem, 1.55vw, 1.36rem);
    line-height: 1.22;
}

.edu-result-card p {
    max-width: 320px;
    font-size: 0.98rem;
    line-height: 1.7;
}

/* =================================================================
   PROGRAM
   ================================================================= */

.edu-program-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 32px;
}

.edu-program-card {
    background: var(--content-bg);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-xl);
    padding: 32px 24px;
    text-align: center;
    transition:
        border-color 0.3s ease,
        transform 0.3s ease;
}

.edu-program-card:hover {
    border-color: var(--border-accent);
    transform: translateY(-4px);
}

.edu-program-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: var(--accent-green-subtle);
    border-radius: 50%;
    margin-bottom: 16px;
    color: var(--accent-green);
}

.edu-program-number {
    font-family: "Unbounded", sans-serif;
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--accent-green);
    line-height: 1;
    margin-bottom: 8px;
}

.edu-program-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-white);
    margin-bottom: 12px;
}

.edu-program-text {
    font-size: 0.9rem;
    color: var(--text-gray);
    line-height: 1.6;
}

.edu-curriculum {
    background:
        linear-gradient(
            145deg,
            rgba(0, 255, 136, 0.055),
            rgba(255, 255, 255, 0.015) 42%,
            rgba(255, 255, 255, 0.025)
        ),
        var(--content-bg);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-xl);
    padding: 16px;
}

.edu-curriculum-list {
    list-style: none;
    counter-reset: curriculum;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.edu-curriculum-item {
    counter-increment: curriculum;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    min-height: 68px;
    padding: 16px 18px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid var(--border-subtle);
    border-radius: 14px;
    transition:
        background 0.25s ease,
        border-color 0.25s ease;
}

.edu-curriculum-item::before {
    content: counter(curriculum);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Unbounded", sans-serif;
    color: var(--accent-green);
    width: 38px;
    min-width: 38px;
    height: 30px;
    background: rgba(0, 255, 136, 0.11);
    border: 1px solid rgba(0, 255, 136, 0.2);
    border-radius: var(--radius-full);
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.03em;
}

.edu-curriculum-item:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(0, 255, 136, 0.22);
}

.edu-curriculum-item span {
    color: var(--text-light);
    font-size: 0.94rem;
    line-height: 1.5;
}

/* =================================================================
   ADVANTAGES
   ================================================================= */

.edu-advantages-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.edu-advantage-item {
    display: flex;
    align-items: center;
    gap: 20px;
    background: var(--content-bg);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    padding: 24px;
    transition:
        border-color 0.3s ease,
        transform 0.3s ease;
}

.edu-advantage-item:hover {
    border-color: var(--border-accent);
    transform: translateX(4px);
}

.edu-advantage-number {
    font-family: "Unbounded", sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--accent-green);
    min-width: 40px;
    flex-shrink: 0;
    line-height: 1;
}

.edu-advantage-content {
    flex: 1;
}

.edu-advantage-title {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--text-white);
    margin-bottom: 6px;
    line-height: 1.3;
}

.edu-advantage-text {
    font-size: 0.98rem;
    color: var(--text-light);
    line-height: 1.7;
}

/* =================================================================
   DETAILS / SCHEDULE / PRICE / CERTIFICATE / WORKS / AUTHOR
   ================================================================= */

.edu-detail-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.edu-detail-grid--support {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.edu-detail-card {
    padding: 26px 24px;
}

.edu-detail-card--compact {
    padding: 24px;
}

.edu-detail-card--with-icon {
    display: grid;
    align-content: start;
    gap: 16px;
}

.edu-detail-card-head {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
}

.edu-feedback-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: var(--accent-green);
    background: var(--accent-green-subtle);
    border: 1px solid var(--border-accent);
    border-radius: 16px;
    flex: 0 0 auto;
}

.edu-feedback-icon--featured {
    width: 64px;
    height: 64px;
    background: rgba(0, 255, 136, 0.14);
    border-color: var(--border-accent-hover);
    border-radius: 20px;
}

.edu-detail-card--featured {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 64px minmax(340px, 1fr) minmax(0, 1.05fr);
    align-items: center;
    gap: 22px;
    min-height: 152px;
    padding: 30px 32px;
    border-color: var(--border-accent);
    background:
        linear-gradient(
            135deg,
            rgba(0, 255, 136, 0.1),
            rgba(0, 255, 136, 0.025) 42%,
            var(--content-bg)
        ),
        var(--content-bg);
}

.edu-detail-featured-main {
    display: contents;
}

.edu-detail-featured-copy {
    display: grid;
    gap: 10px;
    align-content: center;
    min-width: 0;
}

.edu-detail-card h3 {
    color: var(--text-white);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 12px;
}

.edu-detail-card-head h3,
.edu-detail-featured-copy .edu-fact-label {
    margin-bottom: 0;
}

.edu-detail-card-head h3 {
    min-width: 0;
    overflow-wrap: break-word;
}

.edu-detail-featured-copy h3 {
    min-width: 0;
}

.edu-detail-card--featured h3 {
    font-family: "Unbounded", sans-serif;
    max-width: 430px;
    font-size: clamp(1.22rem, 1.55vw, 1.5rem);
    line-height: 1.2;
    margin-bottom: 0;
}

.edu-detail-card--featured p {
    color: var(--text-light);
    max-width: 500px;
    margin: 0;
    padding-left: 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.98rem;
    line-height: 1.7;
}

.edu-fact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.edu-fact-card {
    padding: 26px;
}

.edu-fact-card--wide {
    grid-column: span 2;
}

.edu-fact-card--accent {
    border-color: var(--border-accent);
    background: linear-gradient(135deg, var(--accent-green-faint), var(--content-bg));
}

.edu-fact-card strong {
    display: block;
    font-family: "Unbounded", sans-serif;
    color: var(--text-white);
    font-size: clamp(1.35rem, 4vw, 2.2rem);
    line-height: 1.1;
    margin-bottom: 12px;
}

.edu-pricing-container {
    max-width: 1040px;
}

.edu-pricing-title {
    font-size: clamp(1.75rem, 3.2vw, 2.3rem);
    margin-bottom: 44px;
}

.edu-price-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
}

.edu-price-main,
.edu-price-options {
    background: #18181b;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: var(--radius-xl);
    min-width: 0;
    padding: 36px;
}

.edu-price-main {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 22px;
    border-color: var(--border-accent);
    background: linear-gradient(145deg, #18181b 0%, #0f1b15 100%);
    box-shadow: 0 24px 54px rgba(0, 255, 136, 0.06);
}

.edu-price-badge {
    position: absolute;
    top: -16px;
    left: 36px;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 18px;
    border-radius: var(--radius-full);
    background: var(--accent-green);
    color: var(--bg-dark);
    font-size: 0.8rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    box-shadow: 0 10px 24px var(--accent-green-glow);
}

.edu-price-label {
    color: var(--white-50);
    font-size: 0.84rem;
    margin-bottom: 0;
}

.edu-price-value {
    display: flex;
    align-items: baseline;
    gap: 12px;
    min-width: 0;
    font-family: "Unbounded", sans-serif;
    color: var(--accent-green);
    font-size: clamp(2.7rem, 4.4vw, 3.9rem);
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
}

.edu-price-currency {
    font-size: clamp(1.55rem, 2.7vw, 2.35rem);
}

.edu-price-includes {
    list-style: none;
    display: grid;
    gap: 0;
    width: 100%;
    margin-top: 24px;
    padding-top: 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.edu-price-includes li {
    position: relative;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 48px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--text-light);
    font-size: clamp(0.96rem, 1.15vw, 1.04rem);
    font-weight: 700;
    line-height: 1.35;
}

.edu-price-includes li::before {
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--accent-green);
    color: var(--bg-dark);
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 0 18px rgba(0, 255, 136, 0.16);
}

.edu-price-includes li::after {
    content: none;
}

.edu-price-options {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
}

.edu-price-options-title {
    color: var(--text-white);
    font-size: clamp(1.15rem, 1.7vw, 1.5rem);
    font-weight: 800;
    line-height: 1.25;
}

.edu-payment-list {
    display: grid;
    gap: 14px;
}

.edu-price-option {
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.03);
    transition:
        background var(--transition-base),
        border-color var(--transition-base);
}

.edu-price-option:hover {
    border-color: rgba(255, 255, 255, 0.11);
    background: rgba(255, 255, 255, 0.05);
}

.edu-price-option-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 10px;
}

.edu-price-option-name {
    color: var(--text-white);
    font-size: clamp(1rem, 1.4vw, 1.14rem);
    font-weight: 800;
    line-height: 1.25;
}

.edu-price-option-badge {
    flex-shrink: 0;
    padding: 6px 10px;
    border-radius: 9px;
    background: rgba(0, 255, 136, 0.14);
    color: var(--accent-green);
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1;
}

.edu-price-option p {
    color: var(--text-gray-light);
    font-size: clamp(0.94rem, 1.15vw, 1.02rem);
    font-weight: 600;
    line-height: 1.55;
}

.edu-price-cta {
    width: 100%;
    justify-content: center;
    margin-top: 0;
    padding: 18px 24px;
    border-radius: var(--radius-md);
    color: var(--bg-dark);
    font-size: 1.04rem;
    font-weight: 900;
    box-shadow: 0 16px 34px rgba(0, 255, 136, 0.2);
}

.edu-price-options > .edu-price-trust {
    max-width: 520px;
    margin: 0 auto;
    color: var(--white-50);
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.edu-certificate-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    gap: 32px;
    background: var(--content-bg);
    border: 1px solid var(--border-accent);
    border-radius: var(--radius-xl);
    padding: 34px;
}

.edu-certificate-card .edu-section-title {
    text-align: left;
}

.edu-certificate-stamp {
    min-height: 160px;
    border: 1px solid var(--border-accent-strong);
    border-radius: var(--radius-lg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--accent-green);
    background: var(--accent-green-faint);
    transform: rotate(-2deg);
}

.edu-certificate-stamp span {
    color: var(--text-light);
    font-weight: 700;
}

.edu-certificate-stamp strong {
    font-family: "Unbounded", sans-serif;
    font-size: 1.1rem;
    text-transform: uppercase;
}

.edu-works-container {
    max-width: 1120px;
}

.edu-works-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    align-items: start;
    gap: 48px;
}

.edu-works-copy {
    min-width: 0;
    padding-top: 12px;
}

.edu-works-copy .edu-section-title {
    max-width: 430px;
    margin-bottom: 18px;
    text-align: left;
}

.edu-works-copy .edu-section-lead {
    max-width: 440px;
    color: var(--text-gray-light);
}

.edu-works-cta {
    margin-top: 30px;
    padding: 15px 28px;
    border-radius: 15px;
}

.edu-works-gallery {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    min-width: 0;
}

.edu-work-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    padding: 12px;
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
    overflow: hidden;
    transition:
        border-color var(--transition-base),
        transform var(--transition-base);
}

.edu-work-card:hover {
    border-color: var(--border-accent-hover);
    transform: translateY(-3px);
}

.edu-work-photo-slot {
    aspect-ratio: 3 / 4;
    min-height: 0;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    background: var(--content-bg);
    overflow: hidden;
}

.edu-work-photo-slot img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.edu-work-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 10px;
    min-width: 0;
    padding: 16px 2px 4px;
}

.edu-work-chip {
    align-self: flex-start;
    padding: 6px 10px;
    border: 1px solid var(--border-accent);
    border-radius: 999px;
    background: var(--accent-green-faint);
    color: var(--accent-green);
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
}

.edu-work-card h3 {
    color: var(--text-white);
    font-size: clamp(1rem, 1.18vw, 1.16rem);
    font-weight: 800;
    line-height: 1.25;
}

.edu-work-result {
    color: var(--text-gray-light);
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.45;
}

.edu-author-list {
    display: grid;
    gap: 14px;
}

.edu-author-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    padding: 24px;
}

#edu-faq .faq-item.active .faq-answer {
    max-height: 520px;
}

/* =================================================================
   FORM
   ================================================================= */

.edu-form-card {
    max-width: 480px;
    margin: 0 auto;
    background: var(--content-bg);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-xl);
    padding: 40px 32px;
}

.edu-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.edu-form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.edu-form-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-light);
}

.edu-form input[type="text"],
.edu-form input[type="tel"] {
    width: 100%;
    padding: 14px 16px;
    background: var(--bg-dark);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    color: var(--text-white);
    font-size: 1rem;
    font-family: inherit;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
    outline: none;
}

.edu-form input[type="text"]:focus,
.edu-form input[type="tel"]:focus {
    border-color: var(--accent-green);
    box-shadow: 0 0 0 3px var(--accent-green-subtle);
}

.edu-form input[type="text"].invalid,
.edu-form input[type="tel"].invalid {
    border-color: var(--color-error, #ef4444);
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.15);
}

.edu-form input[type="text"]::placeholder,
.edu-form input[type="tel"]::placeholder {
    color: var(--text-gray);
    opacity: 0.6;
}

.edu-form-error {
    color: var(--color-error, #ef4444);
    font-size: 0.85rem;
    padding: 8px 12px;
    background: rgba(239, 68, 68, 0.1);
    border-radius: var(--radius-md);
}

.edu-form-submit {
    width: 100%;
    justify-content: center;
    padding: 16px;
    font-size: 1rem;
}

/* Success state */
.edu-form-success {
    text-align: center;
    padding: 32px 0;
}

.edu-success-icon {
    width: 64px;
    height: 64px;
    color: var(--accent-green);
    margin-bottom: 16px;
}

.edu-success-title {
    font-family: "Unbounded", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-white);
    margin-bottom: 8px;
}

.edu-success-text {
    color: var(--text-gray);
    font-size: 0.95rem;
}

/* =================================================================
   BTN PRIMARY (local for edu page)
   ================================================================= */

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background: var(--accent-green);
    color: var(--bg-dark);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: var(--radius-md);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px var(--accent-green-glow-strong);
}

/* =================================================================
   RESPONSIVE
   ================================================================= */

@media (max-width: 768px) {
    .edu-hero-inner {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
        padding: 48px 20px 56px;
    }

    .edu-hero-content {
        width: 100%;
        max-width: 460px;
        margin: 0 auto;
    }

    .edu-hero-tag {
        padding: 5px 13px;
        font-size: 0.76rem;
        letter-spacing: 0.04em;
        margin-bottom: 16px;
    }

    .edu-hero-subtitle {
        max-width: 390px;
        margin-right: auto;
        margin-bottom: 34px;
        margin-left: auto;
    }

    .edu-hero-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
        justify-content: center;
        gap: 10px;
        max-width: 420px;
        margin-right: auto;
        margin-bottom: 34px;
        margin-left: auto;
    }

    .edu-hero-meta-item {
        align-items: center;
        min-width: 0;
        min-height: 70px;
        padding: 12px 10px;
    }

    .edu-hero-meta-divider {
        display: none;
    }

    .edu-hero-meta-value {
        font-size: 1.24rem;
    }

    .edu-hero-meta-label {
        text-align: center;
        font-size: 0.76rem;
        letter-spacing: 0.02em;
        text-transform: none;
    }

    .edu-hero-photo {
        display: none;
    }

    .edu-hero-btn {
        width: min(100%, 342px);
        min-height: 54px;
        margin: 0 auto;
        padding: 14px 28px;
        border-radius: 18px;
        font-size: 1rem;
        justify-content: center;
    }

    .edu-hero-title span {
        display: inline;
        white-space: normal;
        overflow-wrap: normal;
    }

    .edu-section {
        padding: 60px 0;
    }

    .edu-section-head {
        margin-bottom: 32px;
    }

    #edu-goal .edu-section-head {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 32px;
        text-align: center;
    }

    #edu-goal .edu-section-title {
        text-align: center;
    }

    #edu-goal .edu-section-lead {
        max-width: 560px;
        margin: 0 auto;
        padding-left: 0;
        border-left: 0;
    }

    .edu-audience-grid,
    .edu-result-grid,
    .edu-detail-grid,
    .edu-works-gallery {
        grid-template-columns: 1fr;
    }

    .edu-works-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .edu-works-copy {
        text-align: center;
    }

    .edu-works-copy .edu-section-title {
        max-width: 620px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .edu-works-copy .edu-section-lead {
        margin: 0 auto;
    }

    .edu-works-gallery {
        max-width: 430px;
        margin: 0 auto;
    }

    .edu-works-cta {
        justify-content: center;
        width: min(100%, 320px);
    }

    .edu-result-grid {
        max-width: 640px;
        margin: 0 auto;
    }

    .edu-result-card {
        min-height: 260px;
    }

    .edu-detail-card--featured {
        grid-column: auto;
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 16px 18px;
        padding: 28px;
    }

    .edu-detail-card--featured p {
        grid-column: 1 / -1;
        max-width: none;
        padding-left: 0;
        border-left: 0;
    }

    .edu-program-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .edu-curriculum-list,
    .edu-fact-grid,
    .edu-price-panel,
    .edu-certificate-card {
        grid-template-columns: 1fr;
    }

    .edu-pricing-container {
        max-width: 620px;
    }

    .edu-pricing-title {
        margin-bottom: 42px;
    }

    .edu-price-panel {
        max-width: 620px;
        margin: 0 auto;
        gap: 20px;
    }

    .edu-price-main,
    .edu-price-options {
        min-height: auto;
        padding: 30px;
    }

    .edu-price-main {
        gap: 20px;
    }

    .edu-price-options {
        justify-content: flex-start;
    }

    .edu-fact-card--wide {
        grid-column: auto;
    }

    .edu-certificate-card {
        padding: 28px 22px;
    }

    .edu-certificate-card .edu-section-title {
        text-align: center;
    }

    .edu-certificate-stamp {
        min-height: 120px;
        transform: none;
    }

    .edu-advantage-item {
        padding: 20px 16px;
    }

    .edu-form-card {
        padding: 32px 20px;
    }
}

@media (max-width: 480px) {
    .edu-hero-title {
        font-size: clamp(1.82rem, 8.2vw, 2.15rem);
        line-height: 1.1;
    }

    .edu-hero-title span {
        display: inline;
        white-space: normal;
    }

    .edu-hero-subtitle {
        max-width: 340px;
        margin: 0 auto 32px;
        font-size: 1rem;
        line-height: 1.58;
    }

    .edu-hero-meta {
        gap: 10px;
    }

    .edu-hero-meta-item {
        min-width: 0;
        min-height: 66px;
        padding: 10px 8px;
    }

    .edu-hero-meta-value {
        font-size: 1.1rem;
    }

    .edu-hero-meta-label {
        font-size: 0.72rem;
    }

    .edu-audience-card,
    .edu-note-card,
    .edu-detail-card,
    .edu-result-card,
    .edu-fact-card,
    .edu-price-main,
    .edu-price-options,
    .edu-author-card {
        padding: 20px;
    }

    .edu-pricing-title {
        font-size: clamp(1.65rem, 8vw, 2.1rem);
        margin-bottom: 36px;
    }

    .edu-price-main {
        gap: 18px;
        padding-top: 32px;
    }

    .edu-price-badge {
        top: -14px;
        left: 20px;
        min-height: 30px;
        padding: 7px 14px;
        font-size: 0.72rem;
    }

    .edu-price-value {
        gap: 8px;
        font-size: clamp(2.25rem, 11.5vw, 3rem);
    }

    .edu-price-currency {
        font-size: clamp(1.3rem, 6.5vw, 1.85rem);
    }

    .edu-price-includes {
        gap: 0;
        margin-top: 18px;
    }

    .edu-price-includes li {
        grid-template-columns: 22px minmax(0, 1fr);
        gap: 10px;
        min-height: 44px;
        padding: 10px 0;
        font-size: 0.94rem;
    }

    .edu-price-includes li::before {
        width: 22px;
        height: 22px;
        font-size: 0.76rem;
    }

    .edu-price-options {
        gap: 16px;
    }

    .edu-price-option {
        padding: 16px;
    }

    .edu-price-option-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .edu-price-option-badge {
        align-self: flex-start;
    }

    .edu-price-cta {
        padding: 18px 20px;
        font-size: 1rem;
    }

    .edu-price-options > .edu-price-trust {
        font-size: 0.9rem;
    }

    .edu-audience-card,
    .edu-result-card {
        min-height: auto;
    }

    .edu-advantage-item {
        align-items: flex-start;
    }

    .edu-advantage-number {
        padding-top: 5px;
    }

    .edu-result-grid {
        gap: 16px;
    }

    .edu-result-card {
        padding: 24px 22px 32px;
        gap: 14px;
        border-radius: var(--radius-lg);
    }

    .edu-result-card .edu-card-mark {
        min-height: 30px;
        padding: 0 12px;
        font-size: 0.74rem;
    }

    .edu-result-card h3 {
        font-size: 1.05rem;
    }

    .edu-result-card p {
        font-size: 0.95rem;
        line-height: 1.65;
    }

    .edu-works-gallery {
        gap: 14px;
    }

    .edu-work-card {
        padding: 10px;
    }

    .edu-work-photo-slot {
        min-height: 0;
    }

    .edu-work-card-body {
        padding-top: 14px;
    }

    .edu-work-chip {
        font-size: 0.68rem;
    }

    .edu-author-card {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .edu-detail-card-head {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 12px;
    }

    .edu-feedback-icon {
        width: 44px;
        height: 44px;
        border-radius: 14px;
    }

    .edu-feedback-icon--featured {
        width: 52px;
        height: 52px;
        border-radius: 16px;
    }

    .edu-detail-card--featured {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 14px 16px;
        min-height: 0;
        padding: 22px;
    }

    .edu-detail-featured-main {
        display: contents;
    }

    .edu-detail-card--featured h3 {
        font-size: clamp(1.12rem, 5.4vw, 1.42rem);
    }

    .edu-detail-card--featured p {
        grid-column: 1 / -1;
        padding-left: 0;
        border-left: 0;
        font-size: 0.96rem;
        line-height: 1.6;
    }

    .edu-curriculum {
        padding: 10px;
    }

    .edu-curriculum-item {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 12px;
        min-height: 0;
        padding: 14px;
    }

    .edu-curriculum-item::before {
        width: 34px;
        min-width: 34px;
        height: 28px;
        font-size: 0.68rem;
    }

    .edu-curriculum-item span {
        font-size: 0.9rem;
        line-height: 1.48;
    }
}

@media (max-width: 380px) {
    .edu-hero-title {
        font-size: 1.9rem;
    }
}

/* =================================================================
   VISUAL REFINEMENT LAYER
   ================================================================= */

body {
    background:
        linear-gradient(180deg, #050505 0%, var(--bg-dark) 34%, #090909 100%), var(--bg-dark);
}

.edu-hero {
    min-height: min(820px, 100svh);
    padding-top: 0;
    display: flex;
    align-items: center;
    background:
        linear-gradient(
            90deg,
            rgba(0, 255, 136, 0.065) 0%,
            rgba(0, 255, 136, 0.018) 26%,
            transparent 58%
        ),
        linear-gradient(180deg, #020302 0%, #070707 62%, var(--bg-darker) 100%);
}

.edu-hero::before {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, transparent 34%, rgba(0, 0, 0, 0.36) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.018) 0%, rgba(0, 0, 0, 0.26) 100%);
}

.edu-hero-inner {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 470px);
    gap: 62px;
    width: 100%;
    max-width: 1248px;
    padding: 104px 32px 92px;
}

.edu-hero-title {
    max-width: 820px;
    margin-bottom: 24px;
    font-size: 3.58rem;
    font-weight: 800;
    line-height: 1.03;
    letter-spacing: 0;
}

.edu-hero-title span {
    white-space: normal;
}

.edu-hero-subtitle {
    max-width: 660px;
    margin-bottom: 0;
    color: var(--white-70);
    font-size: 1.12rem;
    line-height: 1.72;
}

.edu-hero-photo {
    width: min(100%, 470px);
}

.edu-hero-photo::before {
    inset: 18px -14px -18px 14px;
    border-color: rgba(0, 255, 136, 0.12);
    border-radius: 22px;
    background: rgba(0, 255, 136, 0.028);
}

.edu-hero-img {
    height: 600px;
    border-color: rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    object-position: center 34%;
    box-shadow:
        0 34px 80px rgba(0, 0, 0, 0.52),
        0 0 0 1px rgba(0, 255, 136, 0.035);
}

.edu-section {
    position: relative;
    padding: 88px 0;
}

#edu-goal {
    padding: 76px 0 70px;
}

#edu-audience,
#edu-student-works {
    padding: 84px 0;
}

#edu-schedule {
    padding: 72px 0 46px;
    background:
        radial-gradient(circle at 50% 6%, rgba(0, 255, 136, 0.07), transparent 32%),
        linear-gradient(180deg, #050605 0%, #080b09 52%, #050505 100%);
}

#edu-advantages,
#edu-program,
#edu-feedback,
#edu-author,
#edu-faq {
    padding: 92px 0;
}

#edu-pricing {
    padding: 84px 0;
}

#edu-certificate {
    padding: 60px 0;
}

.edu-section--dark {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.012), transparent 42%), var(--bg-darker);
}

.edu-container {
    max-width: 1040px;
}

#edu-goal .edu-container,
.edu-works-container {
    max-width: 1160px;
}

.edu-pricing-container {
    max-width: 1080px;
}

.edu-section-head {
    max-width: 730px;
    margin-bottom: 36px;
}

.edu-section-title {
    max-width: 860px;
    margin-right: auto;
    margin-bottom: 34px;
    margin-left: auto;
    font-size: 2.18rem;
    font-weight: 750;
    line-height: 1.12;
    letter-spacing: 0;
}

.edu-section-head .edu-section-title,
.edu-certificate-card .edu-section-title {
    margin-bottom: 14px;
}

.edu-section-lead {
    color: var(--white-70);
    font-size: 1.02rem;
    line-height: 1.72;
}

#edu-audience .edu-section-lead {
    order: -1;
    color: rgba(0, 255, 136, 0.6);
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.45;
    text-transform: uppercase;
}

#edu-audience {
    background:
        radial-gradient(circle at 70% 48%, rgba(0, 255, 136, 0.13), transparent 36%),
        radial-gradient(circle at 15% 24%, rgba(0, 255, 136, 0.08), transparent 30%),
        linear-gradient(180deg, #050706 0%, #07110b 48%, #050505 100%);
}

#edu-audience .edu-container {
    max-width: 1160px;
}

#edu-audience .edu-section-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 960px;
    margin-bottom: 52px;
}

#edu-audience .edu-section-title {
    max-width: 940px;
    margin-bottom: 0;
    font-size: clamp(2.42rem, 5vw, 4.25rem);
    line-height: 1.04;
    text-shadow: 0 0 28px rgba(0, 255, 136, 0.12);
}

.edu-audience-card,
.edu-note-card,
.edu-detail-card,
.edu-fact-card,
.edu-author-card,
.edu-certificate-card,
.edu-price-main,
.edu-price-options,
.edu-work-card,
.edu-curriculum {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)), #151515;
    border-color: rgba(255, 255, 255, 0.075);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.edu-audience-grid {
    counter-reset: audience;
    gap: 20px;
}

.edu-audience-card {
    position: relative;
    counter-increment: audience;
    display: grid;
    grid-template-columns: 88px 1px minmax(0, 1fr);
    align-items: center;
    gap: 20px;
    min-height: 190px;
    padding: 28px 26px;
    overflow: hidden;
    background:
        linear-gradient(
            145deg,
            rgba(0, 255, 136, 0.058),
            rgba(255, 255, 255, 0.028) 42%,
            rgba(255, 255, 255, 0.012)
        ),
        #141414;
    border-color: rgba(0, 255, 136, 0.2);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.055),
        0 18px 44px rgba(0, 0, 0, 0.24);
}

.edu-audience-card:nth-child(2) {
    background:
        linear-gradient(
            145deg,
            rgba(42, 220, 150, 0.054),
            rgba(255, 255, 255, 0.025) 46%,
            rgba(255, 255, 255, 0.012)
        ),
        #141414;
}

.edu-audience-card:nth-child(3) {
    background:
        linear-gradient(
            145deg,
            rgba(0, 255, 136, 0.045),
            rgba(70, 150, 112, 0.036) 48%,
            rgba(255, 255, 255, 0.012)
        ),
        #141414;
}

.edu-audience-card::before,
.edu-author-card::before,
.edu-advantage-item::before {
    font-family: "Unbounded", sans-serif;
    color: var(--accent-green);
}

.edu-audience-card::before {
    content: "";
    display: block;
    align-self: center;
    width: 1px;
    height: 82px;
    background: linear-gradient(180deg, transparent, rgba(0, 255, 136, 0.28), transparent);
    grid-column: 2;
    grid-row: 1;
}

.edu-audience-card::after {
    content: none;
}

.edu-audience-icon-wrap {
    position: relative;
    display: grid;
    place-items: center;
    width: 76px;
    height: 76px;
    border: 1px solid rgba(255, 255, 255, 0.065);
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.052), transparent 62%),
        rgba(255, 255, 255, 0.04);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 14px 34px rgba(0, 0, 0, 0.24);
    grid-column: 1;
    grid-row: 1;
}

.edu-audience-icon-wrap::after {
    content: "";
    position: absolute;
    bottom: -26px;
    left: 50%;
    width: 42px;
    height: 2px;
    border-radius: 999px;
    background: var(--accent-green);
    box-shadow: 0 0 14px rgba(0, 255, 136, 0.22);
    transform: translateX(-50%);
}

.edu-audience-icon {
    display: block;
    width: 24px;
    height: 24px;
    color: var(--accent-green);
    stroke-width: 2;
    filter: drop-shadow(0 0 8px rgba(0, 255, 136, 0.18));
}

.edu-audience-card-body {
    grid-column: 3;
    grid-row: 1;
}

.edu-audience-card p,
.edu-note-card p,
.edu-detail-card p,
.edu-fact-card p,
.edu-author-card p,
.edu-certificate-card p,
.edu-price-option p {
    color: var(--white-70);
    line-height: 1.72;
}

.edu-audience-card p,
.edu-advantage-text {
    color: var(--text-light);
    font-size: 1.02rem;
    font-weight: 550;
    line-height: 1.68;
}

.edu-note-card,
.edu-practice-note {
    margin-top: 20px;
    padding: 24px 30px;
    border-color: rgba(0, 255, 136, 0.22);
    background:
        linear-gradient(
            135deg,
            rgba(0, 255, 136, 0.09),
            rgba(255, 255, 255, 0.026) 48%,
            rgba(255, 255, 255, 0.015)
        ),
        #151515;
    box-shadow: 0 20px 52px rgba(0, 0, 0, 0.24);
}

#edu-audience .edu-note-card {
    position: relative;
    display: grid;
    grid-template-columns: 54px 1px minmax(0, 1fr);
    align-items: center;
    gap: 22px;
    min-height: 116px;
    padding: 28px 34px;
    border-color: rgba(255, 255, 255, 0.078);
    background:
        linear-gradient(
            135deg,
            rgba(0, 255, 136, 0.075),
            rgba(255, 255, 255, 0.03) 42%,
            rgba(255, 255, 255, 0.012)
        ),
        #151515;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
}

#edu-audience .edu-note-card::before {
    content: "";
    display: block;
    width: 1px;
    height: 54px;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.14), transparent);
    grid-column: 2;
    grid-row: 1;
}

#edu-audience .edu-note-card p {
    grid-column: 3;
    margin: 0;
    color: var(--white-80);
    font-size: 1rem;
}

.edu-note-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 35%, rgba(0, 255, 136, 0.12), transparent 58%),
        rgba(255, 255, 255, 0.045);
    grid-column: 1;
    grid-row: 1;
}

.edu-note-icon::before {
    content: none;
}

.edu-note-icon svg {
    width: 22px;
    height: 22px;
    color: var(--accent-green);
    stroke-width: 2;
}

#edu-goal .edu-section-head {
    gap: 48px;
    margin-bottom: 0;
    padding: 36px 0;
}

#edu-goal .edu-section-title {
    font-size: 2.56rem;
    font-weight: 780;
}

#edu-goal .edu-section-lead {
    padding-left: 30px;
    border-left-color: rgba(0, 255, 136, 0.34);
    color: var(--white-70);
}

.edu-advantages-list {
    counter-reset: advantage;
    gap: 12px;
}

.edu-advantage-item {
    position: relative;
    counter-increment: advantage;
    align-items: flex-start;
    min-height: 92px;
    padding: 22px 26px 22px 72px;
    background:
        linear-gradient(90deg, rgba(0, 255, 136, 0.035), transparent 34%),
        rgba(255, 255, 255, 0.026);
    border-color: rgba(255, 255, 255, 0.072);
}

.edu-advantage-item::before {
    content: counter(advantage, decimal-leading-zero);
    position: absolute;
    top: 23px;
    left: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(0, 255, 136, 0.22);
    border-radius: 10px;
    background: rgba(0, 255, 136, 0.08);
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1;
}

.edu-advantage-item:hover {
    border-color: rgba(0, 255, 136, 0.24);
    background:
        linear-gradient(90deg, rgba(0, 255, 136, 0.055), transparent 38%),
        rgba(255, 255, 255, 0.035);
    transform: translateY(-2px);
}

.edu-curriculum {
    padding: 20px;
    border-radius: 22px;
}

.edu-curriculum-list {
    gap: 14px;
}

.edu-curriculum-item {
    grid-template-columns: 44px minmax(0, 1fr);
    min-height: 76px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.032);
    border-color: rgba(255, 255, 255, 0.068);
    border-radius: 16px;
}

.edu-curriculum-item::before {
    width: 36px;
    min-width: 36px;
    height: 36px;
    border-radius: 12px;
    background: rgba(0, 255, 136, 0.09);
    font-size: 0.74rem;
}

.edu-curriculum-item span {
    color: var(--white-80);
    font-size: 0.95rem;
    line-height: 1.54;
}

.edu-curriculum-item:hover {
    background: rgba(255, 255, 255, 0.045);
    border-color: rgba(0, 255, 136, 0.24);
}

.edu-detail-grid,
.edu-fact-grid,
.edu-price-panel {
    gap: 18px;
}

.edu-detail-card {
    padding: 28px;
}

.edu-detail-card--compact {
    min-height: 238px;
}

.edu-detail-card--with-icon {
    gap: 18px;
}

.edu-feedback-icon {
    border-radius: 14px;
    background: rgba(0, 255, 136, 0.08);
}

.edu-detail-card--featured {
    grid-template-columns: 64px minmax(260px, 0.78fr) minmax(0, 1.22fr);
    gap: 24px;
    padding: 32px 34px;
    border-color: rgba(0, 255, 136, 0.22);
    background:
        linear-gradient(
            135deg,
            rgba(0, 255, 136, 0.085),
            rgba(255, 255, 255, 0.022) 44%,
            rgba(255, 255, 255, 0.015)
        ),
        #151515;
}

.edu-detail-card--featured p {
    color: var(--white-80);
    padding-left: 28px;
}

.edu-fact-card {
    display: grid;
    align-content: start;
    min-height: 150px;
    padding: 28px;
}

.edu-fact-card--wide {
    min-height: 196px;
    padding: 34px;
}

.edu-fact-card--accent {
    align-content: center;
    border-color: rgba(0, 255, 136, 0.28);
    background:
        linear-gradient(
            135deg,
            rgba(0, 255, 136, 0.12),
            rgba(0, 255, 136, 0.032) 52%,
            rgba(255, 255, 255, 0.02)
        ),
        #151515;
}

.edu-fact-card--accent p {
    color: var(--text-white);
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.5;
}

.edu-fact-card strong {
    max-width: 820px;
    font-size: 1.86rem;
    line-height: 1.16;
}

#edu-schedule .edu-container {
    max-width: 960px;
}

#edu-schedule .edu-section-title {
    color: var(--text-white);
    margin-bottom: 26px;
    text-shadow: 0 0 30px rgba(0, 255, 136, 0.11);
}

#edu-schedule .edu-fact-grid {
    gap: 14px;
}

#edu-schedule .edu-fact-card {
    position: relative;
    min-height: 0;
    padding: 22px 24px;
    overflow: hidden;
    border-color: rgba(0, 255, 136, 0.13);
    border-radius: 18px;
    background:
        linear-gradient(
            145deg,
            rgba(0, 255, 136, 0.055),
            rgba(255, 255, 255, 0.026) 46%,
            rgba(255, 255, 255, 0.012)
        ),
        #151515;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.052),
        0 14px 34px rgba(0, 0, 0, 0.22);
}

#edu-schedule .edu-fact-card::before {
    content: none;
}

#edu-schedule .edu-fact-card--wide {
    padding: 26px 28px;
    border-color: rgba(0, 255, 136, 0.16);
    background:
        linear-gradient(
            145deg,
            rgba(0, 255, 136, 0.072),
            rgba(255, 255, 255, 0.03) 44%,
            rgba(255, 255, 255, 0.012)
        ),
        #151515;
}

#edu-schedule .edu-fact-card:not(.edu-fact-card--wide) {
    align-content: center;
    min-height: 94px;
}

#edu-schedule .edu-fact-label {
    color: rgba(0, 255, 136, 0.86);
    margin-bottom: 10px;
    font-size: 0.73rem;
    line-height: 1.25;
}

#edu-schedule .edu-fact-card strong {
    max-width: 760px;
    margin-bottom: 8px;
    font-size: clamp(1.34rem, 2.25vw, 1.76rem);
    line-height: 1.14;
}

#edu-schedule .edu-fact-card p {
    margin: 0;
    font-size: 0.94rem;
    line-height: 1.55;
}

#edu-schedule .edu-fact-card--accent p {
    font-size: 0.96rem;
    line-height: 1.42;
}

#edu-schedule .edu-fact-card--accent {
    border-color: rgba(0, 255, 136, 0.26);
    background:
        linear-gradient(
            145deg,
            rgba(0, 255, 136, 0.105),
            rgba(0, 255, 136, 0.035) 52%,
            rgba(255, 255, 255, 0.014)
        ),
        #121814;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.055),
        0 16px 38px rgba(0, 0, 0, 0.22),
        0 0 28px rgba(0, 255, 136, 0.035);
}

.edu-price-panel {
    align-items: start;
}

.edu-price-main,
.edu-price-options {
    padding: 24px 28px;
    border-radius: 18px;
}

.edu-price-main {
    align-self: start;
    justify-content: center;
    gap: 12px;
    min-height: 182px;
    border-color: rgba(0, 255, 136, 0.26);
    background:
        linear-gradient(
            145deg,
            rgba(0, 255, 136, 0.085),
            rgba(255, 255, 255, 0.018) 54%,
            rgba(255, 255, 255, 0.012)
        ),
        #141816;
    box-shadow:
        0 18px 44px rgba(0, 0, 0, 0.24),
        0 0 30px rgba(0, 255, 136, 0.045);
}

.edu-price-label {
    color: var(--white-70);
    font-size: 0.86rem;
    line-height: 1.35;
}

.edu-price-value {
    gap: 10px;
    font-size: 3.05rem;
    letter-spacing: 0;
}

.edu-price-currency {
    color: var(--white-80);
    font-size: 1.72rem;
}

.edu-price-options {
    gap: 12px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.018)), #151515;
}

.edu-price-options-title {
    max-width: 460px;
    font-size: 1.08rem;
    line-height: 1.2;
}

.edu-payment-list {
    gap: 8px;
}

.edu-price-option {
    min-height: 0;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.032);
    border-color: rgba(255, 255, 255, 0.07);
}

.edu-price-option:only-child,
.edu-price-option:last-child {
    display: flex;
    align-items: center;
    min-height: 62px;
}

.edu-price-option:last-child .edu-price-option-head {
    width: 100%;
    margin-bottom: 0;
}

.edu-price-option:hover {
    border-color: rgba(0, 255, 136, 0.2);
    background: rgba(255, 255, 255, 0.045);
}

.edu-certificate-card {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    overflow: hidden;
    max-width: 1080px;
    margin: 0 auto;
    padding: 32px;
    border-color: rgba(0, 255, 136, 0.16);
    background:
        linear-gradient(
            135deg,
            rgba(0, 255, 136, 0.078),
            rgba(255, 255, 255, 0.034) 38%,
            rgba(255, 255, 255, 0.014)
        ),
        #151515;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.055),
        0 16px 38px rgba(0, 0, 0, 0.22);
}

.edu-certificate-card::before,
.edu-certificate-card::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.edu-certificate-card::before {
    content: none;
}

.edu-certificate-card::after {
    content: none;
}

.edu-certificate-card > div {
    position: relative;
    z-index: 1;
}

.edu-certificate-card p {
    max-width: 820px;
    margin: 0;
    color: var(--white-70);
    font-size: 0.98rem;
    line-height: 1.58;
}

.edu-certificate-card .edu-section-title {
    max-width: 820px;
    margin: 0 0 12px;
    font-size: clamp(1.55rem, 2.6vw, 1.92rem);
    line-height: 1.1;
    text-align: left;
}

.edu-certificate-icons {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.edu-certificate-icon-card {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 94px;
    padding: 18px 20px;
    border: 1px solid rgba(0, 255, 136, 0.18);
    border-radius: 16px;
    background:
        linear-gradient(
            145deg,
            rgba(0, 255, 136, 0.064),
            rgba(255, 255, 255, 0.032) 44%,
            rgba(255, 255, 255, 0.012)
        ),
        rgba(255, 255, 255, 0.018);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.055),
        0 14px 30px rgba(0, 0, 0, 0.2);
}

.edu-certificate-icon {
    flex: 0 0 auto;
    display: block;
    width: 24px;
    height: 24px;
    color: var(--accent-green);
    stroke-width: 2;
    filter: drop-shadow(0 0 8px rgba(0, 255, 136, 0.18));
}

.edu-certificate-icon-text {
    color: var(--text-white);
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.38;
}

.edu-works-layout {
    grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1.42fr);
    gap: 54px;
    align-items: center;
}

.edu-works-copy .edu-section-title {
    max-width: 360px;
    margin-bottom: 0;
}

.edu-works-gallery {
    gap: 20px;
}

.edu-work-card {
    padding: 10px;
    border-color: rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)), #151515;
}

.edu-work-photo-slot {
    border-color: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
}

.edu-work-photo-slot img {
    object-position: center 30%;
}

.edu-author-list {
    counter-reset: author;
    gap: 12px;
}

.edu-author-card {
    position: relative;
    counter-increment: author;
    padding: 24px 30px 24px 76px;
    overflow: hidden;
}

.edu-author-card::before {
    content: counter(author, decimal-leading-zero);
    position: absolute;
    top: 24px;
    left: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(0, 255, 136, 0.22);
    border-radius: 10px;
    background: rgba(0, 255, 136, 0.075);
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1;
}

.edu-author-card p {
    color: var(--white-70);
}

#edu-faq .faq-container {
    max-width: 920px;
}

#edu-faq .faq-item {
    margin-bottom: 10px;
    border-color: rgba(255, 255, 255, 0.07);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.042), rgba(255, 255, 255, 0.018)), #151515;
    box-shadow: none;
    transform: none;
}

#edu-faq .faq-item:hover {
    border-color: rgba(0, 255, 136, 0.22);
    transform: none;
}

#edu-faq .faq-item.active {
    border-color: rgba(0, 255, 136, 0.5);
    box-shadow: 0 16px 46px rgba(0, 255, 136, 0.08);
}

#edu-faq .faq-question {
    padding: 22px 24px;
}

#edu-faq .faq-item.active .faq-question h3 {
    transform: none;
}

#edu-faq .faq-answer > p,
#edu-faq .faq-answer-inner > p {
    padding: 0 24px 22px;
    color: var(--white-70);
    line-height: 1.75;
}

@media (max-width: 1180px) {
    .edu-hero-inner {
        grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
        gap: 56px;
    }

    .edu-hero-title {
        font-size: 3.18rem;
    }

    .edu-hero-img {
        height: 560px;
    }
}

@media (max-width: 900px) {
    .edu-hero-inner {
        grid-template-columns: 1fr;
        gap: 38px;
        max-width: 720px;
        padding: 76px 24px 66px;
        text-align: center;
    }

    .edu-hero-content {
        max-width: 620px;
        margin: 0 auto;
    }

    .edu-hero-title {
        font-size: 3rem;
    }

    .edu-hero-title span {
        display: inline;
        white-space: normal;
    }

    .edu-hero-subtitle {
        margin-right: auto;
        margin-left: auto;
    }

    .edu-hero-photo {
        justify-self: center;
        width: min(100%, 390px);
    }

    .edu-hero-img {
        height: 430px;
    }

    .edu-section,
    #edu-advantages,
    #edu-program,
    #edu-feedback,
    #edu-pricing,
    #edu-author,
    #edu-faq {
        padding: 64px 0;
    }
}

@media (max-width: 768px) {
    .edu-container {
        padding: 0 20px;
    }

    .edu-hero {
        min-height: 0;
    }

    .edu-hero-inner {
        gap: 32px;
        padding: 64px 20px 56px;
    }

    .edu-hero-title {
        font-size: 2.48rem;
        line-height: 1.08;
    }

    .edu-hero-subtitle {
        max-width: 440px;
        margin-bottom: 0;
        font-size: 1rem;
        line-height: 1.62;
    }

    .edu-hero-photo {
        display: block;
        width: min(100%, 360px);
    }

    .edu-hero-photo::before {
        inset: 12px -10px -12px 10px;
        border-radius: 18px;
    }

    .edu-hero-img {
        height: 380px;
        border-radius: 18px;
    }

    .edu-section,
    #edu-goal,
    #edu-audience,
    #edu-schedule,
    #edu-student-works,
    #edu-certificate {
        padding: 56px 0;
    }

    .edu-section-head {
        margin-bottom: 28px;
    }

    .edu-section-title,
    #edu-goal .edu-section-title,
    .edu-pricing-title {
        max-width: 560px;
        margin-bottom: 28px;
        font-size: 1.72rem;
        line-height: 1.16;
    }

    .edu-section-head .edu-section-title {
        margin-bottom: 12px;
    }

    #edu-goal .edu-section-head {
        gap: 14px;
        padding: 10px 0;
    }

    #edu-goal .edu-section-lead {
        max-width: 520px;
        color: var(--white-70);
    }

    .edu-audience-card {
        min-height: 0;
        padding: 20px 20px 20px 24px;
    }

    #edu-audience .edu-section-head {
        margin-bottom: 34px;
    }

    .edu-audience-card {
        grid-template-columns: 64px 1px minmax(0, 1fr);
        gap: 16px;
        min-height: 132px;
        padding: 22px;
    }

    .edu-audience-card::before {
        height: 62px;
    }

    .edu-audience-card::after {
        top: 18px;
        right: 18px;
        font-size: 1.28rem;
    }

    .edu-audience-icon-wrap {
        width: 56px;
        height: 56px;
    }

    .edu-audience-icon-wrap::after {
        bottom: -18px;
        width: 32px;
    }

    .edu-audience-icon {
        width: 24px;
        height: 24px;
    }

    #edu-audience .edu-note-card {
        grid-template-columns: 44px 1px minmax(0, 1fr);
        gap: 16px;
        min-height: 0;
        padding: 22px;
    }

    #edu-audience .edu-note-card::before {
        height: 42px;
    }

    .edu-note-icon {
        width: 38px;
        height: 38px;
    }

    .edu-note-card,
    .edu-practice-note {
        padding: 20px;
    }

    .edu-advantage-item {
        min-height: 0;
        padding: 20px 20px 20px 64px;
        transform: none;
    }

    .edu-advantage-item:hover {
        transform: none;
    }

    .edu-advantage-item::before,
    .edu-author-card::before {
        top: 20px;
        left: 20px;
        width: 30px;
        height: 30px;
    }

    .edu-detail-card--compact {
        min-height: 0;
    }

    .edu-detail-card--featured {
        grid-template-columns: 54px minmax(0, 1fr);
        padding: 24px;
    }

    .edu-detail-card--featured p {
        padding-left: 0;
    }

    .edu-fact-card,
    .edu-fact-card--wide {
        min-height: 0;
        padding: 24px;
    }

    #edu-schedule .edu-section-title {
        margin-bottom: 22px;
    }

    #edu-schedule .edu-fact-grid {
        gap: 12px;
    }

    #edu-schedule .edu-fact-card,
    #edu-schedule .edu-fact-card--wide {
        padding: 20px;
    }

    #edu-schedule .edu-fact-card:not(.edu-fact-card--wide) {
        min-height: 0;
    }

    #edu-schedule .edu-fact-card strong {
        font-size: clamp(1.2rem, 4.2vw, 1.42rem);
    }

    .edu-fact-card strong {
        font-size: 1.42rem;
    }

    .edu-price-main,
    .edu-price-options {
        padding: 24px;
    }

    .edu-price-main {
        min-height: 0;
    }

    .edu-price-value {
        font-size: 3rem;
    }

    .edu-price-currency {
        font-size: 1.7rem;
    }

    .edu-certificate-card {
        padding: 28px 24px;
    }

    .edu-certificate-icons {
        max-width: none;
    }

    .edu-certificate-icon-card {
        min-height: 82px;
        padding: 16px;
        gap: 12px;
    }

    .edu-certificate-icon {
        width: 24px;
        height: 24px;
    }

    .edu-certificate-icon-text {
        font-size: 0.9rem;
    }

    .edu-works-layout {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .edu-works-copy .edu-section-title {
        max-width: 620px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .edu-works-gallery {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: 620px;
        margin-right: auto;
        margin-left: auto;
    }

    .edu-author-card {
        padding: 20px 20px 20px 64px;
    }
}

@media (max-width: 480px) {
    .edu-container {
        padding: 0 16px;
    }

    .edu-hero-inner {
        padding: 50px 16px 48px;
    }

    .edu-hero-title {
        font-size: 2.06rem;
        line-height: 1.1;
    }

    .edu-hero-subtitle {
        max-width: 340px;
        font-size: 0.98rem;
    }

    .edu-hero-photo {
        width: min(100%, 320px);
    }

    .edu-hero-img {
        height: 330px;
    }

    .edu-section,
    #edu-goal,
    #edu-audience,
    #edu-schedule,
    #edu-student-works,
    #edu-certificate,
    #edu-advantages,
    #edu-program,
    #edu-feedback,
    #edu-pricing,
    #edu-author,
    #edu-faq {
        padding: 50px 0;
    }

    .edu-section-title,
    #edu-goal .edu-section-title,
    .edu-pricing-title {
        font-size: 1.52rem;
        margin-bottom: 24px;
    }

    .edu-section-lead {
        font-size: 0.96rem;
        line-height: 1.6;
    }

    #edu-audience .edu-section-title {
        font-size: 1.82rem;
    }

    #edu-audience .edu-section-lead {
        font-size: 0.72rem;
        letter-spacing: 0.1em;
    }

    .edu-audience-card {
        grid-template-columns: 54px 1px minmax(0, 1fr);
        gap: 12px;
        min-height: 116px;
        padding: 18px;
        border-radius: 18px;
    }

    .edu-audience-card::before {
        height: 52px;
    }

    .edu-audience-card::after {
        top: 16px;
        right: 16px;
        font-size: 1.08rem;
    }

    .edu-audience-icon-wrap {
        width: 48px;
        height: 48px;
    }

    .edu-audience-icon-wrap::after {
        bottom: -14px;
        width: 26px;
    }

    .edu-audience-icon {
        width: 24px;
        height: 24px;
    }

    .edu-audience-card p,
    .edu-advantage-text {
        font-size: 0.9rem;
        line-height: 1.55;
    }

    #edu-audience .edu-note-card {
        grid-template-columns: 38px 1px minmax(0, 1fr);
        gap: 12px;
        padding: 18px;
        border-radius: 18px;
    }

    #edu-audience .edu-note-card p {
        font-size: 0.9rem;
        line-height: 1.55;
    }

    .edu-note-icon {
        width: 34px;
        height: 34px;
    }

    .edu-curriculum {
        padding: 10px;
        border-radius: 18px;
    }

    .edu-curriculum-list {
        gap: 10px;
    }

    .edu-curriculum-item {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 12px;
        padding: 14px;
        border-radius: 14px;
    }

    .edu-curriculum-item::before {
        width: 30px;
        min-width: 30px;
        height: 30px;
        border-radius: 10px;
    }

    .edu-curriculum-item span {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .edu-detail-card,
    .edu-fact-card,
    .edu-price-main,
    .edu-price-options,
    .edu-certificate-card,
    .edu-author-card {
        padding: 20px;
    }

    #edu-schedule {
        padding: 46px 0;
    }

    #edu-schedule .edu-fact-card {
        padding: 18px 18px 18px 20px;
        border-radius: 16px;
    }

    #edu-schedule .edu-fact-card--wide {
        padding: 20px;
    }

    #edu-schedule .edu-fact-card::before {
        top: 16px;
        bottom: 16px;
    }

    #edu-schedule .edu-fact-label {
        margin-bottom: 8px;
        font-size: 0.68rem;
    }

    #edu-schedule .edu-fact-card strong {
        font-size: 1.16rem;
        line-height: 1.18;
    }

    #edu-schedule .edu-fact-card p {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .edu-advantage-item {
        padding: 18px 18px 18px 58px;
    }

    .edu-advantage-item::before,
    .edu-author-card::before {
        top: 18px;
        left: 18px;
        width: 28px;
        height: 28px;
        font-size: 0.62rem;
    }

    .edu-author-card {
        padding-left: 58px;
    }

    .edu-detail-card--featured {
        grid-template-columns: 48px minmax(0, 1fr);
        padding: 20px;
    }

    .edu-feedback-icon {
        width: 42px;
        height: 42px;
    }

    .edu-feedback-icon--featured {
        width: 48px;
        height: 48px;
    }

    .edu-price-value {
        gap: 8px;
        font-size: 2.38rem;
    }

    .edu-price-currency {
        font-size: 1.32rem;
    }

    .edu-price-option {
        min-height: 0;
        padding: 16px;
    }

    .edu-price-option:last-child {
        min-height: 56px;
    }

    .edu-price-main {
        min-height: 0;
    }

    .edu-certificate-card::before,
    .edu-certificate-card::after {
        display: none;
    }

    .edu-certificate-icons {
        grid-template-columns: 1fr;
        gap: 8px;
        max-width: none;
    }

    .edu-certificate-icon-card {
        min-height: 66px;
        padding: 14px 16px;
        border-radius: 14px;
    }

    .edu-certificate-icon {
        width: 24px;
        height: 24px;
    }

    .edu-work-card {
        padding: 8px;
    }

    .edu-works-gallery {
        grid-template-columns: 1fr;
        max-width: 340px;
    }

    #edu-faq .faq-question {
        padding: 18px;
    }

    #edu-faq .faq-answer > p,
    #edu-faq .faq-answer-inner > p {
        padding: 0 18px 18px;
    }
}

@media (max-width: 380px) {
    .edu-hero-title {
        font-size: 1.88rem;
    }

    .edu-price-value {
        font-size: 2.12rem;
    }

    .edu-price-currency {
        font-size: 1.16rem;
    }
}
