/* ============================================
   РЎРѕРІСЂРµРјРµРЅРЅР°СЏ С†РІРµС‚РѕРІР°СЏ СЃС…РµРјР°
   ============================================ */

:root {
    /* РљСЂР°СЃРЅС‹Р№ Р°РєС†РµРЅС‚ - РёСЃРїРѕР»СЊР·СѓРµС‚СЃСЏ СѓРјРµСЂРµРЅРЅРѕ */
    --primary-color: #c4333c;
    /* РљСЂР°СЃРЅС‹Р№ Р°РєС†РµРЅС‚ (РёР· Р»РѕРіРѕС‚РёРїР°) */
    --primary-dark: #b91c1c;
    /* РўРµРјРЅС‹Р№ РєСЂР°СЃРЅС‹Р№ */
    --primary-light: #d64f54;
    /* РЎРІРµС‚Р»С‹Р№ РєСЂР°СЃРЅС‹Р№ */
    --primary-gradient: linear-gradient(135deg, #c4333c 0%, #b91c1c 100%);

    /* РћСЃРЅРѕРІРЅС‹Рµ С†РІРµС‚Р° - СЌР»РµРіР°РЅС‚РЅР°СЏ С‚РµРјРЅР°СЏ РїР°Р»РёС‚СЂР° */
    --secondary-color: #0f172a;
    /* РџРѕС‡С‚Рё С‡РµСЂРЅС‹Р№ РґР»СЏ С‚РµРєСЃС‚Р° */
    --secondary-light: #1e293b;
    /* РўРµРјРЅРѕ-СЃРµСЂС‹Р№ */
    --secondary-medium: #334155;
    /* РЎСЂРµРґРЅРёР№ СЃРµСЂС‹Р№ */

    /* РђРєС†РµРЅС‚РЅС‹Рµ С†РІРµС‚Р° - РіР°СЂРјРѕРЅРёС‡РЅС‹Рµ СЃРѕС‡РµС‚Р°РЅРёСЏ */
    --accent-blue: #2563eb;
    /* РЎРёРЅРёР№ РґР»СЏ РєРѕРЅС‚СЂР°СЃС‚Р° */
    --accent-blue-light: #3b82f6;
    /* РЎРІРµС‚Р»Рѕ-СЃРёРЅРёР№ */
    --accent-indigo: #4f46e5;
    /* РРЅРґРёРіРѕ */
    --accent-teal: #0d9488;
    /* Р‘РёСЂСЋР·РѕРІС‹Р№ */

    /* РўРµРїР»С‹Рµ Р°РєС†РµРЅС‚С‹ */
    --accent-orange: #ea580c;
    /* РћСЂР°РЅР¶РµРІС‹Р№ */
    --accent-amber: #d97706;
    /* РЇРЅС‚Р°СЂРЅС‹Р№ */

    /* РќРµР№С‚СЂР°Р»СЊРЅС‹Рµ С†РІРµС‚Р° */
    --text-primary: #0f172a;
    /* РџРѕС‡С‚Рё С‡РµСЂРЅС‹Р№ */
    --text-secondary: #475569;
    /* РЎРµСЂС‹Р№ С‚РµРєСЃС‚ */
    --text-light: #94a3b8;
    /* РЎРІРµС‚Р»С‹Р№ С‚РµРєСЃС‚ */
    --bg-white: #ffffff;
    --bg-light: #f8fafc;
    /* РћС‡РµРЅСЊ СЃРІРµС‚Р»С‹Р№ С„РѕРЅ */
    --bg-gray: #f1f5f9;
    /* РЎРµСЂС‹Р№ С„РѕРЅ */
    --bg-slate: #f1f5f9;
    /* РЎР»Р°РЅРµС† С„РѕРЅ */
    --border-color: #e2e8f0;
    /* Р¦РІРµС‚ РіСЂР°РЅРёС† */

    /* РђРєС†РµРЅС‚РЅС‹Рµ С†РІРµС‚Р° */
    --accent-green: #10b981;
    --accent-orange: #f59e0b;
    --accent-red: #d64f54;
    --accent-purple: #8b5cf6;

    /* РўРµРЅРё - Р±РѕР»РµРµ РјСЏРіРєРёРµ Рё СЃРѕРІСЂРµРјРµРЅРЅС‹Рµ */
    --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    --shadow-colored: 0 10px 30px -5px rgba(196, 51, 60, 0.25);
    --shadow-blue: 0 10px 30px -5px rgba(59, 130, 246, 0.2);

    /* РџРµСЂРµС…РѕРґС‹ */
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-fast: all 0.15s ease;

    /* РЁСЂРёС„С‚С‹ - РЎРѕРІСЂРµРјРµРЅРЅР°СЏ С‚РёРїРѕРіСЂР°С„РёРєР° СЃ РїРѕР»РЅРѕР№ РїРѕРґРґРµСЂР¶РєРѕР№ РєРёСЂРёР»Р»РёС†С‹ */
    --font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    --font-heading: 'Rubik', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

    /* Р Р°Р·РјРµСЂС‹ С€СЂРёС„С‚РѕРІ - РЎР±Р°Р»Р°РЅСЃРёСЂРѕРІР°РЅРЅР°СЏ РёРµСЂР°СЂС…РёСЏ (СѓРјРµРЅСЊС€РµРЅРѕ РЅР° 10%) */
    --font-size-xs: 0.675rem;
    /* 10.8px */
    --font-size-sm: 0.7875rem;
    /* 12.6px */
    --font-size-base: 0.9rem;
    /* 14.4px */
    --font-size-lg: 1.0125rem;
    /* 16.2px */
    --font-size-xl: 1.125rem;
    /* 18px */
    --font-size-2xl: 1.35rem;
    /* 21.6px */
    --font-size-3xl: 1.6875rem;
    /* 27px */
    --font-size-4xl: 2.025rem;
    /* 32.4px */
    --font-size-5xl: 2.7rem;
    /* 43.2px */

    /* РњРµР¶СЃС‚СЂРѕС‡РЅС‹Р№ РёРЅС‚РµСЂРІР°Р» */
    --line-height-tight: 1.25;
    --line-height-normal: 1.5;
    --line-height-relaxed: 1.75;

    /* Letter spacing - Р±РѕР»РµРµ СѓРјРµСЂРµРЅРЅС‹Рµ Р·РЅР°С‡РµРЅРёСЏ */
    --letter-spacing-tight: -0.01em;
    --letter-spacing-normal: 0;
    --letter-spacing-wide: 0.03em;
    --letter-spacing-wider: 0.06em;
}

/* ============================================
   Р‘Р°Р·РѕРІС‹Рµ СЃС‚РёР»Рё
   ============================================ */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Custom cursor removed - using default cursor */

html {
    scroll-behavior: smooth;
    font-size: 90%;
    /* РЈРјРµРЅСЊС€РµРЅРёРµ РјР°СЃС€С‚Р°Р±Р° РЅР° 10% */
}

body {
    font-family: var(--font-family);
    font-size: var(--font-size-base);
    line-height: var(--line-height-relaxed);
    color: var(--text-primary);
    background-color: var(--bg-white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-weight: 400;
}

/* ============================================
   РўРёРїРѕРіСЂР°С„РёРєР° - Р—Р°РіРѕР»РѕРІРєРё
   ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: var(--line-height-tight);
    color: var(--text-primary);
    margin-bottom: 1rem;
    letter-spacing: 0.01em;
}

h1,
.hero-title {
    font-size: clamp(1.8rem, 4.5vw, 3.15rem);
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-family: var(--font-heading);
}

.hero-title {
    color: #0f172a;
    text-shadow: none;
    margin-bottom: 2.5rem;
    line-height: 1.1;
    letter-spacing: -0.015em;
}

h2,
.section-title {
    font-size: clamp(1.575rem, 3.6vw, 2.25rem);
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-family: var(--font-heading);
}

.section-title {
    text-align: center;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
    width: 100%;
}

.section-subtitle {
    text-align: center;
    font-size: var(--font-size-lg);
    color: var(--text-secondary);
    margin-bottom: 3rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: var(--line-height-relaxed);
}

h3,
.page-title {
    font-size: clamp(1.575rem, 3.6vw, 2.025rem);
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-family: var(--font-heading);
}

/* .page-title styles moved above */

h4 {
    font-size: var(--font-size-2xl);
    font-weight: 600;
    letter-spacing: var(--letter-spacing-normal);
    text-transform: none;
}

h5 {
    font-size: var(--font-size-xl);
    font-weight: 600;
    letter-spacing: var(--letter-spacing-normal);
    text-transform: none;
}

h6 {
    font-size: var(--font-size-lg);
    font-weight: 600;
    letter-spacing: var(--letter-spacing-normal);
    text-transform: none;
}

p {
    font-size: var(--font-size-base);
    line-height: var(--line-height-relaxed);
    margin-bottom: 1rem;
    color: var(--text-secondary);
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* ============================================
   Header - РЎРѕРІСЂРµРјРµРЅРЅС‹Р№ СЃС‚РёР»СЊ
   ============================================ */

/* ============================================
   Header - Elegant & Professional
   ============================================ */

.header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.header.scrolled {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 0;
    gap: 1.5rem;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.logo a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--text-primary);
    transition: opacity 0.3s ease;
}

.logo a:hover {
    opacity: 1;
}

.logo-img {
    height: 50px;
    width: auto;
    object-fit: contain;
    display: block;
    filter: none !important;
}

/* B5 Logo Text Block */
.logo-text-block {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.logo-text {
    font-size: 2rem;
    font-weight: 800;
    font-family: var(--font-heading);
    letter-spacing: -0.01em;
    line-height: 1.1;
    text-transform: none;
    position: relative;
    transition: color 0.3s ease;
    display: inline;
}

.logo-name {
    color: #c4333c;
}

.logo-accent {
    color: #c4333c;
    -webkit-text-fill-color: #c4333c;
    font-weight: 700;
}

.logo-tagline {
    font-family: var(--font-heading);
    font-size: 0.76rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: #8b9cb6;
    padding-top: 2px;
    margin-top: 0;
    line-height: 1;
}

.header-contacts {
    display: flex;
    align-items: center;
    gap: 0;
    flex-shrink: 0;
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #4b5563;
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.contact-link svg {
    width: 18px;
    height: 18px;
    stroke-width: 2;
    color: #c4333c;
}

.contact-link:hover {
    color: #c4333c;
    background: rgba(196, 51, 60, 0.05);
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 6px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1001;
}

.mobile-menu-toggle:hover {
    background: rgba(0, 0, 0, 0.05);
}

.mobile-menu-toggle span {
    width: 24px;
    height: 2px;
    background: #1f2937;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* Navigation - Clean & Elegant */
.nav {
    flex: 1;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 0;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0;
    margin: 0;
    align-items: center;
    white-space: nowrap;
}

.nav-link {
    display: block;
    padding: 0.75rem 1.25rem;
    color: #4b5563;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9375rem;
    transition: color 0.2s ease;
    position: relative;
    white-space: nowrap;
    flex-shrink: 0;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #c4333c;
    transition: width 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
    color: #c4333c;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 60%;
}

.nav-link.active {
    font-weight: 600;
}

/* ============================================
   Hero Section - Р­С„С„РµРєС‚РЅС‹Р№ РґРёР·Р°Р№РЅ
   ============================================ */

.hero {
    background: #f8fafc;
    background-image:
        radial-gradient(ellipse at 15% 25%, rgba(196, 51, 60, 0.06) 0%, transparent 70%),
        radial-gradient(ellipse at 85% 75%, rgba(37, 99, 235, 0.06) 0%, transparent 70%),
        radial-gradient(ellipse at 50% 50%, rgba(20, 184, 166, 0.04) 0%, transparent 65%);
    background-size: 200% 200%;
    color: #0f172a;
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    min-height: 85vh;
    display: flex;
    align-items: center;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 0%;
    }

    25% {
        background-position: 100% 50%;
    }

    50% {
        background-position: 50% 100%;
    }

    75% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 0% 0%;
    }
}

@keyframes textGradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Dynamic Background */
.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.hero-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 25% 35%, rgba(196, 51, 60, 0.04) 0%, transparent 70%),
        radial-gradient(ellipse at 75% 65%, rgba(37, 99, 235, 0.04) 0%, transparent 70%);
    z-index: 0;
    animation: bgPulse 20s ease-in-out infinite;
}

.hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(196, 51, 60, 0.015) 0%, transparent 50%),
        linear-gradient(225deg, rgba(37, 99, 235, 0.015) 0%, transparent 50%);
    z-index: 0;
    animation: bgShift 25s ease-in-out infinite;
}

@keyframes bgPulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}

@keyframes bgShift {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(20px, -20px);
    }
}

.gradient-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(110px);
    opacity: 0.5;
    will-change: transform;
    z-index: 1;
    mix-blend-mode: multiply;
}

.orb-1 {
    width: 650px;
    height: 650px;
    background: radial-gradient(circle, rgba(196, 51, 60, 0.08) 0%, rgba(196, 51, 60, 0.03) 40%, transparent 70%);
    top: -300px;
    left: -300px;
    animation: orbFloat1 28s ease-in-out infinite;
    animation-delay: 0s;
}

.orb-2 {
    width: 750px;
    height: 750px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.08) 0%, rgba(37, 99, 235, 0.03) 40%, transparent 70%);
    bottom: -400px;
    right: -300px;
    animation: orbFloat2 32s ease-in-out infinite;
    animation-delay: -6s;
}

.orb-3 {
    width: 550px;
    height: 550px;
    background: radial-gradient(circle, rgba(20, 184, 166, 0.06) 0%, rgba(20, 184, 166, 0.02) 40%, transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: orbFloat3 24s ease-in-out infinite;
    animation-delay: -10s;
}

@keyframes orbFloat1 {

    0%,
    100% {
        transform: translate(0, 0) scale(1) rotate(0deg);
    }

    25% {
        transform: translate(80px, -60px) scale(1.15) rotate(90deg);
    }

    50% {
        transform: translate(-50px, 70px) scale(0.85) rotate(180deg);
    }

    75% {
        transform: translate(60px, 40px) scale(1.1) rotate(270deg);
    }
}

@keyframes orbFloat2 {

    0%,
    100% {
        transform: translate(0, 0) scale(1) rotate(0deg);
    }

    33% {
        transform: translate(-100px, 80px) scale(1.2) rotate(120deg);
    }

    66% {
        transform: translate(70px, -90px) scale(0.9) rotate(240deg);
    }
}

@keyframes orbFloat3 {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(1) rotate(0deg);
    }

    25% {
        transform: translate(-45%, -55%) scale(1.1) rotate(90deg);
    }

    50% {
        transform: translate(-55%, -45%) scale(0.95) rotate(180deg);
    }

    75% {
        transform: translate(-48%, -52%) scale(1.05) rotate(270deg);
    }
}

@keyframes orbFloat4 {

    0%,
    100% {
        transform: translate(0, 0) scale(1) rotate(0deg);
    }

    30% {
        transform: translate(-60px, 50px) scale(1.12) rotate(108deg);
    }

    60% {
        transform: translate(40px, -70px) scale(0.88) rotate(216deg);
    }

    90% {
        transform: translate(-20px, 30px) scale(1.05) rotate(324deg);
    }
}

@keyframes orbFloat5 {

    0%,
    100% {
        transform: translate(0, 0) scale(1) rotate(0deg);
    }

    20% {
        transform: translate(90px, -40px) scale(1.18) rotate(72deg);
    }

    40% {
        transform: translate(-70px, 60px) scale(0.92) rotate(144deg);
    }

    60% {
        transform: translate(50px, 80px) scale(1.08) rotate(216deg);
    }

    80% {
        transform: translate(-30px, -50px) scale(0.95) rotate(288deg);
    }
}

#particles-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.15;
}

/* Hexagon Pattern - СЃРѕРІСЂРµРјРµРЅРЅС‹Р№ tech-СЃС‚РёР»СЊ */
.grid-pattern {
    position: absolute;
    inset: 0;
    background-image:
        repeating-linear-gradient(30deg,
            transparent,
            transparent 35px,
            rgba(0, 0, 0, 0.02) 35px,
            rgba(0, 0, 0, 0.02) 36px,
            transparent 36px,
            transparent 70px),
        repeating-linear-gradient(-30deg,
            transparent,
            transparent 35px,
            rgba(0, 0, 0, 0.02) 35px,
            rgba(0, 0, 0, 0.02) 36px,
            transparent 36px,
            transparent 70px),
        repeating-linear-gradient(90deg,
            transparent,
            transparent 35px,
            rgba(0, 0, 0, 0.015) 35px,
            rgba(0, 0, 0, 0.015) 36px,
            transparent 36px,
            transparent 70px);
    background-size: 120px 120px, 120px 120px, 120px 120px;
    background-position: 0 0, 60px 0, 0 0;
    z-index: 3;
    opacity: 0.4;
    animation: hexagonFlow 50s linear infinite;
    pointer-events: none;
    mix-blend-mode: multiply;
}

.grid-pattern-2 {
    position: absolute;
    inset: 0;
    background-image:
        repeating-linear-gradient(30deg,
            transparent,
            transparent 42px,
            rgba(196, 51, 60, 0.015) 42px,
            rgba(196, 51, 60, 0.015) 43px,
            transparent 43px,
            transparent 84px),
        repeating-linear-gradient(-30deg,
            transparent,
            transparent 42px,
            rgba(37, 99, 235, 0.015) 42px,
            rgba(37, 99, 235, 0.015) 43px,
            transparent 43px,
            transparent 84px);
    background-size: 140px 140px, 140px 140px;
    background-position: 70px 0, 0 70px;
    opacity: 0.3;
    animation: hexagonFlowReverse 60s linear infinite;
    z-index: 3;
    pointer-events: none;
    mix-blend-mode: multiply;
}

@keyframes hexagonFlow {
    0% {
        background-position: 0 0, 60px 0, 0 0;
        opacity: 0.55;
        transform: rotate(0deg);
    }

    33% {
        background-position: 40px 40px, 100px 40px, 20px 20px;
        opacity: 0.75;
        transform: rotate(1deg);
    }

    66% {
        background-position: -20px 20px, 40px 20px, -10px 10px;
        opacity: 0.65;
        transform: rotate(-0.5deg);
    }

    100% {
        background-position: 0 0, 60px 0, 0 0;
        opacity: 0.55;
        transform: rotate(0deg);
    }
}

@keyframes hexagonFlowReverse {
    0% {
        background-position: 70px 0, 0 70px;
        opacity: 0.45;
        transform: rotate(0deg);
    }

    50% {
        background-position: -70px -70px, 70px -70px;
        opacity: 0.6;
        transform: rotate(-1deg);
    }

    100% {
        background-position: 70px 0, 0 70px;
        opacity: 0.45;
        transform: rotate(0deg);
    }
}

@keyframes titleGlow {
    0% {
        text-shadow: 0 0 40px rgba(196, 51, 60, 0.3), 0 0 60px rgba(37, 99, 235, 0.2);
    }

    100% {
        text-shadow: 0 0 60px rgba(196, 51, 60, 0.5), 0 0 80px rgba(37, 99, 235, 0.3);
    }
}

/* Light Beams Effect */
.light-beam {
    position: absolute;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom,
            transparent 0%,
            rgba(196, 51, 60, 0.3) 20%,
            rgba(37, 99, 235, 0.3) 50%,
            rgba(196, 51, 60, 0.3) 80%,
            transparent 100%);
    filter: blur(1px);
    z-index: 2;
    pointer-events: none;
    animation: beamSweep 12s ease-in-out infinite;
}

.beam-1 {
    left: 15%;
    animation-delay: 0s;
    transform: rotate(5deg);
}

.beam-2 {
    left: 50%;
    animation-delay: -4s;
    transform: rotate(-3deg);
    width: 3px;
}

.beam-3 {
    left: 85%;
    animation-delay: -8s;
    transform: rotate(2deg);
}

@keyframes beamSweep {

    0%,
    100% {
        opacity: 0.3;
        transform: translateX(0) rotate(0deg);
    }

    25% {
        opacity: 0.6;
        transform: translateX(20px) rotate(5deg);
    }

    50% {
        opacity: 0.4;
        transform: translateX(-15px) rotate(-3deg);
    }

    75% {
        opacity: 0.7;
        transform: translateX(10px) rotate(2deg);
    }
}

/* Floating Stars */
.floating-star {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(196, 51, 60, 0.4);
    border-radius: 50%;
    box-shadow:
        0 0 6px rgba(196, 51, 60, 0.2),
        0 0 12px rgba(196, 51, 60, 0.1),
        0 0 18px rgba(37, 99, 235, 0.08);
    z-index: 2;
    pointer-events: none;
    animation: starFloat 15s ease-in-out infinite;
}

.star-1 {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
    width: 3px;
    height: 3px;
}

.star-2 {
    top: 40%;
    left: 25%;
    animation-delay: -2s;
    width: 5px;
    height: 5px;
}

.star-3 {
    top: 60%;
    left: 70%;
    animation-delay: -4s;
    width: 4px;
    height: 4px;
}

.star-4 {
    top: 30%;
    left: 80%;
    animation-delay: -6s;
    width: 3px;
    height: 3px;
}

.star-5 {
    top: 70%;
    left: 15%;
    animation-delay: -8s;
    width: 4px;
    height: 4px;
}

.star-6 {
    top: 50%;
    left: 90%;
    animation-delay: -10s;
    width: 3px;
    height: 3px;
}

@keyframes starFloat {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.6;
    }

    25% {
        transform: translate(30px, -40px) scale(1.2);
        opacity: 1;
    }

    50% {
        transform: translate(-20px, 30px) scale(0.8);
        opacity: 0.4;
    }

    75% {
        transform: translate(40px, 20px) scale(1.1);
        opacity: 0.9;
    }
}

/* Pulse Dots */
.pulse-dot {
    position: absolute;
    width: 8px;
    height: 8px;
    background: radial-gradient(circle, rgba(196, 51, 60, 0.8) 0%, rgba(196, 51, 60, 0.2) 50%, transparent 100%);
    border-radius: 50%;
    z-index: 2;
    pointer-events: none;
    animation: pulseDot 3s ease-in-out infinite;
}

.dot-1 {
    top: 25%;
    left: 30%;
    animation-delay: 0s;
}

.dot-2 {
    top: 65%;
    left: 60%;
    animation-delay: -1s;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.8) 0%, rgba(37, 99, 235, 0.2) 50%, transparent 100%);
}

.dot-3 {
    top: 45%;
    left: 75%;
    animation-delay: -2s;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.8) 0%, rgba(139, 92, 246, 0.2) 50%, transparent 100%);
}

@keyframes pulseDot {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.6;
        box-shadow: 0 0 0 0 rgba(196, 51, 60, 0.4);
    }

    50% {
        transform: scale(1.5);
        opacity: 1;
        box-shadow: 0 0 0 20px rgba(196, 51, 60, 0);
    }
}

/* Wave Effects */
.wave-effect {
    position: absolute;
    width: 200px;
    height: 200px;
    border: 2px solid rgba(196, 51, 60, 0.2);
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
    animation: waveExpand 8s ease-out infinite;
}

.wave-1 {
    top: 30%;
    left: 20%;
    border-color: rgba(196, 51, 60, 0.15);
    animation-delay: 0s;
}

.wave-2 {
    bottom: 25%;
    right: 15%;
    border-color: rgba(37, 99, 235, 0.15);
    animation-delay: -4s;
    width: 150px;
    height: 150px;
}

@keyframes waveExpand {
    0% {
        transform: scale(0.5);
        opacity: 0.8;
    }

    50% {
        transform: scale(1.5);
        opacity: 0.4;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

/* Content Glow Effect */
.hero-content {
    position: relative;
    z-index: 10;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding: 0 2rem;
}

.hero-text {
    position: relative;
    z-index: 1;
}

.hero-content::before {
    content: '';
    position: absolute;
    inset: -120px;
    background: radial-gradient(ellipse at center,
            rgba(196, 51, 60, 0.04) 0%,
            rgba(37, 99, 235, 0.03) 25%,
            transparent 70%);
    filter: blur(120px);
    z-index: -1;
    animation: contentGlow 12s ease-in-out infinite;
    pointer-events: none;
}

@keyframes contentGlow {

    0%,
    100% {
        opacity: 0.6;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.1);
    }
}

/* Particle Clusters - СЃРєРѕРїР»РµРЅРёСЏ С‡Р°СЃС‚РёС† */
.particle-cluster {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    animation: clusterFloat 18s ease-in-out infinite;
}

.cluster-1 {
    top: 15%;
    right: 20%;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle,
            rgba(196, 51, 60, 0.4) 0%,
            rgba(196, 51, 60, 0.2) 30%,
            transparent 70%);
    border-radius: 50%;
    filter: blur(15px);
    animation-delay: 0s;
}

.cluster-2 {
    bottom: 30%;
    left: 25%;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle,
            rgba(37, 99, 235, 0.4) 0%,
            rgba(37, 99, 235, 0.2) 30%,
            transparent 70%);
    border-radius: 50%;
    filter: blur(12px);
    animation-delay: -6s;
}

.cluster-3 {
    top: 50%;
    right: 10%;
    width: 80px;
    height: 80px;
    background: radial-gradient(circle,
            rgba(139, 92, 246, 0.4) 0%,
            rgba(139, 92, 246, 0.2) 30%,
            transparent 70%);
    border-radius: 50%;
    filter: blur(10px);
    animation-delay: -12s;
}

@keyframes clusterFloat {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.5;
    }

    25% {
        transform: translate(40px, -30px) scale(1.2);
        opacity: 0.8;
    }

    50% {
        transform: translate(-30px, 40px) scale(0.9);
        opacity: 0.6;
    }

    75% {
        transform: translate(30px, 20px) scale(1.1);
        opacity: 0.7;
    }
}

/* Energy Lines - СЌРЅРµСЂРіРµС‚РёС‡РµСЃРєРёРµ Р»РёРЅРёРё */
.energy-line {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(196, 51, 60, 0.4) 20%,
            rgba(37, 99, 235, 0.4) 50%,
            rgba(196, 51, 60, 0.4) 80%,
            transparent 100%);
    filter: blur(2px);
    animation: energyFlow 8s ease-in-out infinite;
}

.line-1 {
    width: 400px;
    height: 2px;
    top: 25%;
    left: -200px;
    transform: rotate(15deg);
    animation-delay: 0s;
}

.line-2 {
    width: 350px;
    height: 2px;
    bottom: 35%;
    right: -200px;
    transform: rotate(-20deg);
    animation-delay: -2.5s;
}

.line-3 {
    width: 300px;
    height: 2px;
    top: 65%;
    left: 50%;
    transform: rotate(35deg);
    animation-delay: -5s;
}

@keyframes energyFlow {
    0% {
        transform: translateX(-100%) rotate(15deg);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translateX(calc(100vw + 200px)) rotate(15deg);
        opacity: 0;
    }
}

/* Glow Spheres - СЃРІРµС‚СЏС‰РёРµСЃСЏ СЃС„РµСЂС‹ */
.glow-sphere {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
    filter: blur(20px);
    animation: spherePulse 6s ease-in-out infinite;
}

.sphere-1 {
    width: 150px;
    height: 150px;
    top: 30%;
    left: 5%;
    background: radial-gradient(circle,
            rgba(196, 51, 60, 0.5) 0%,
            rgba(196, 51, 60, 0.2) 50%,
            transparent 100%);
    animation-delay: 0s;
}

.sphere-2 {
    width: 120px;
    height: 120px;
    bottom: 40%;
    right: 8%;
    background: radial-gradient(circle,
            rgba(37, 99, 235, 0.5) 0%,
            rgba(37, 99, 235, 0.2) 50%,
            transparent 100%);
    animation-delay: -2s;
}

.sphere-3 {
    width: 100px;
    height: 100px;
    top: 70%;
    left: 60%;
    background: radial-gradient(circle,
            rgba(139, 92, 246, 0.5) 0%,
            rgba(139, 92, 246, 0.2) 50%,
            transparent 100%);
    animation-delay: -4s;
}

@keyframes spherePulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.4;
    }

    50% {
        transform: scale(1.3);
        opacity: 0.7;
    }
}

/* Light Rays Effect */
.light-rays {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.ray {
    position: absolute;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom,
            transparent,
            rgba(255, 255, 255, 0.1),
            transparent);
    animation: rayMove 8s ease-in-out infinite;
}

.ray-1 {
    left: 20%;
    animation-delay: 0s;
}

.ray-2 {
    left: 50%;
    animation-delay: -2.5s;
    width: 3px;
}

.ray-3 {
    left: 80%;
    animation-delay: -5s;
}

@keyframes rayMove {

    0%,
    100% {
        opacity: 0;
        transform: translateY(-100%) rotate(0deg);
    }

    50% {
        opacity: 1;
        transform: translateY(0) rotate(5deg);
    }
}

/* Floating Shapes */
.floating-shapes {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    animation: shapeFloat 15s ease-in-out infinite;
}

.shape-1 {
    width: 120px;
    height: 120px;
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.shape-2 {
    width: 80px;
    height: 80px;
    top: 60%;
    right: 15%;
    animation-delay: -3s;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.shape-3 {
    width: 100px;
    height: 100px;
    bottom: 20%;
    left: 20%;
    animation-delay: -6s;
    border-radius: 20% 80% 20% 80% / 80% 20% 80% 20%;
}

.shape-4 {
    width: 60px;
    height: 60px;
    top: 30%;
    right: 30%;
    animation-delay: -9s;
}

@keyframes shapeFloat {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg) scale(1);
        opacity: 0.3;
    }

    25% {
        transform: translate(30px, -30px) rotate(90deg) scale(1.1);
        opacity: 0.5;
    }

    50% {
        transform: translate(-20px, 20px) rotate(180deg) scale(0.9);
        opacity: 0.4;
    }

    75% {
        transform: translate(20px, 30px) rotate(270deg) scale(1.05);
        opacity: 0.6;
    }
}

/* Hero Badge */
/* Hero Accent Line */
.hero-accent-line {
    width: 140px;
    height: 5px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--accent-blue) 100%);
    margin: 0 auto 3.5rem;
    border-radius: 3px;
    position: relative;
    animation: accentLineExpand 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both;
    box-shadow:
        0 0 40px rgba(196, 51, 60, 0.8),
        0 0 80px rgba(37, 99, 235, 0.6),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    will-change: transform, opacity;
}

.hero-accent-line::after {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--accent-blue) 100%);
    filter: blur(8px);
    opacity: 0.6;
    z-index: -1;
}

@keyframes accentLineExpand {
    from {
        width: 0;
        opacity: 0;
        transform: scaleX(0);
    }

    to {
        width: 140px;
        opacity: 1;
        transform: scaleX(1);
    }
}

.badge-text {
    font-size: 0.875rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
}

.badge-glow {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            transparent,
            rgba(196, 51, 60, 0.3),
            transparent);
    animation: badgeShine 3s ease-in-out infinite;
}

@keyframes badgePulse {

    0%,
    100% {
        box-shadow: 0 0 20px rgba(196, 51, 60, 0.2);
    }

    50% {
        box-shadow: 0 0 30px rgba(196, 51, 60, 0.4);
    }
}

@keyframes badgeShine {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

/* Hero Title Lines */
.hero-title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-width: 1100px;
    margin: 0 auto 2.5rem;
    line-height: 1.15;
}

/* Hero Subtitle */
.hero-subtitle {
    font-size: clamp(1.125rem, 2.25vw, 1.4625rem);
    color: #475569;
    margin-bottom: 4rem;
    font-weight: 400;
    line-height: 1.75;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    animation: fadeInUp 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s both;
    position: relative;
    text-shadow: none;
    letter-spacing: 0.01em;
    will-change: transform, opacity;
}


/* РџРѕРґСЃРІРµС‚РєР° РІСЃРµС… СЃС‚СЂРѕРє Р·Р°РіРѕР»РѕРІРєР° - РѕРїС‚РёРјРёР·РёСЂРѕРІР°РЅРЅР°СЏ РІРµСЂСЃРёСЏ */
.title-line {
    display: block;
    color: #0f172a;
    text-shadow: none;
    animation: titleSlideIn 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    opacity: 0;
    position: relative;
    font-weight: 800;
    letter-spacing: -0.02em;
    font-size: clamp(2.025rem, 4.95vw, 3.6rem);
    will-change: transform, opacity;
}

.title-line:nth-child(1) {
    animation-delay: 0.05s;
}

.title-line:nth-child(2) {
    animation-delay: 0.15s;
}

.title-line:nth-child(3) {
    animation-delay: 0.25s;
}

.title-highlight {
    color: rgba(255, 255, 255, 0.98);
    text-shadow:
        0 0 12px rgba(196, 51, 60, 0.1),
        0 0 25px rgba(37, 99, 235, 0.08);
    position: relative;
}

@keyframes titleSlideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hero Social Proof */
.hero-social-proof {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    animation: fadeInUp 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
    will-change: transform, opacity;
}

.proof-badge {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    background: #ffffff;
    backdrop-filter: none;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.proof-badge:has(.proof-number) {
    flex-direction: column;
    gap: 0.25rem;
}

.proof-badge svg {
    flex-shrink: 0;
    color: #c4333c;
    transition: color 0.3s ease;
}

.proof-badge:hover svg {
    color: #b91c1c;
}

.proof-badge:hover {
    background: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border-color: #cbd5e1;
}

.proof-number {
    font-size: 1.875rem;
    font-weight: 800;
    font-family: var(--font-heading);
    color: white;
    line-height: 1;
}

.proof-rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.proof-rating .proof-number {
    font-size: 1.5rem;
}

.proof-stars {
    display: flex;
    gap: 0.125rem;
    color: #fbbf24;
}

.proof-stars svg {
    width: 14px;
    height: 14px;
}

.proof-label {
    font-size: 0.8125rem;
    color: #334155;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.proof-badge:has(.proof-number) .proof-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #64748b;
}

/* Hero Buttons Enhancement */
.hero-buttons {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
    animation: fadeInUp 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
    will-change: transform, opacity;
}

.hero-buttons .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    position: relative;
    overflow: hidden;
    font-size: 1.0625rem;
    padding: 20px 48px;
    font-weight: 600;
    letter-spacing: 0.02em;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
}

.hero-buttons .btn::before {
    display: none;
}

.hero-buttons .btn::after {
    display: none;
}

.hero-buttons .btn-primary {
    background: linear-gradient(135deg, #c4333c 0%, #b91c1c 100%);
    color: white;
    border: 2px solid transparent;
    box-shadow: 0 8px 24px rgba(196, 51, 60, 0.4),
        0 4px 12px rgba(196, 51, 60, 0.2);
}

.hero-buttons .btn-primary:hover {
    background: linear-gradient(135deg, #d64f54 0%, #c4333c 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(196, 51, 60, 0.5),
        0 6px 16px rgba(196, 51, 60, 0.3);
    color: white;
}

.hero-buttons .btn-secondary {
    background: rgba(255, 255, 255, 0.9);
    color: #0f172a;
    border: 2px solid #cbd5e1;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.hero-buttons .btn-secondary:hover {
    background: #ffffff;
    border-color: #94a3b8;
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08),
        0 6px 16px rgba(0, 0, 0, 0.04);
    color: #0f172a;
}

.hero-buttons .btn svg {
    transition: transform 0.3s ease;
    z-index: 1;
}

.hero-buttons .btn:hover svg {
    transform: translateX(4px);
}


/* Hero Stats */
.hero-stats {
    display: flex;
    gap: 3rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 2.7rem;
    font-weight: 800;
    background: linear-gradient(135deg, #ffffff, rgba(255, 255, 255, 0.7));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero::after {
    content: '';
    position: absolute;
    top: -30%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(196, 51, 60, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    animation: pulse 8s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.8;
    }

    50% {
        transform: scale(1.1);
        opacity: 1;
    }
}

/* Р”РµРєРѕСЂР°С‚РёРІРЅС‹Рµ СЌР»РµРјРµРЅС‚С‹ РІ hero */
.hero-content::before {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    animation: float 12s ease-in-out infinite;
}

.hero-content::after {
    content: '';
    position: absolute;
    bottom: -150px;
    right: -150px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(13, 148, 136, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    animation: float 15s ease-in-out infinite reverse;
}

@keyframes float {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    33% {
        transform: translate(30px, -30px) scale(1.05);
    }

    66% {
        transform: translate(-20px, 20px) scale(0.95);
    }
}

.hero::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

/* РЎС‚Р°СЂС‹Рµ РґСѓР±Р»РёРєР°С‚С‹ СѓРґР°Р»РµРЅС‹ - РёСЃРїРѕР»СЊР·СѓСЋС‚СЃСЏ РЅРѕРІС‹Рµ СЃС‚РёР»Рё РІС‹С€Рµ */

.hero-text {
    position: relative;
    z-index: 2;
    width: 100%;
}

.hero-visual {
    display: none;
}

/* .hero-bg СЃС‚РёР»Рё РѕРїСЂРµРґРµР»РµРЅС‹ РІС‹С€Рµ (СЃС‚СЂРѕРєР° 455) */

.hero-image-placeholder {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    animation: float 8s ease-in-out infinite;
}

.hero-decoration {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.hero-shape {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: float 15s ease-in-out infinite;
}

.hero-shape-1 {
    width: 300px;
    height: 300px;
    top: -100px;
    left: -100px;
    animation-delay: 0s;
}

.hero-shape-2 {
    width: 200px;
    height: 200px;
    bottom: -50px;
    right: 10%;
    animation-delay: 2s;
}

.hero-shape-3 {
    width: 150px;
    height: 150px;
    top: 30%;
    right: -50px;
    animation-delay: 4s;
}

/* .hero-title, .hero-subtitle, .hero-buttons СЃС‚РёР»Рё РѕРїСЂРµРґРµР»РµРЅС‹ РІС‹С€Рµ */

/* ============================================
   Buttons - РЎРѕРІСЂРµРјРµРЅРЅС‹Рµ РєРЅРѕРїРєРё
   ============================================ */

.btn {
    display: inline-block;
    padding: 16px 40px;
    font-size: 1.0625rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 12px;
    transition: var(--transition);
    cursor: pointer;
    border: 2px solid transparent;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn:hover::before {
    width: 300px;
    height: 300px;
}

.btn-primary::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 2px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-blue));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: var(--transition);
}

.btn-primary:hover::after {
    opacity: 0.3;
}

.btn-primary {
    background: white;
    color: var(--primary-color);
    border-color: white;
    box-shadow: var(--shadow-lg);
    font-weight: 700;
}

.btn-primary:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow:
        0 12px 40px rgba(196, 51, 60, 0.3),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    border-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-4px) scale(1.05);
    box-shadow:
        0 12px 40px rgba(37, 99, 235, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

.btn-outline {
    background: transparent;
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-colored);
}

/* ============================================
   Sections
   ============================================ */

section {
    padding: 40px 0;
}

/* .section-title СЃС‚РёР»Рё РѕРїСЂРµРґРµР»РµРЅС‹ РІС‹С€Рµ РІ СЂР°Р·РґРµР»Рµ С‚РёРїРѕРіСЂР°С„РёРєРё */

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--accent-blue) 50%, var(--accent-teal) 100%);
    border-radius: 2px;
    animation: none;
}

@keyframes expand {
    from {
        width: 0;
    }

    to {
        width: 80px;
    }
}

.section-title::before {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(196, 51, 60, 0.2) 50%, transparent 100%);
}

.section-subtitle {
    font-size: var(--font-size-xl);
    text-align: center;
    color: var(--text-secondary);
    margin-bottom: 5rem;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    line-height: var(--line-height-relaxed);
    font-family: var(--font-family);
    text-transform: none;
    letter-spacing: normal;
    font-weight: 400;
}

/* ============================================
   Programs Section - Expandable Cards
   ============================================ */

.programs-section {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 50%, #f1f5f9 100%);
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.programs-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(196, 51, 60, 0.15) 25%,
            rgba(37, 99, 235, 0.15) 50%,
            rgba(196, 51, 60, 0.15) 75%,
            transparent 100%);
}

.programs-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 10% 20%, rgba(196, 51, 60, 0.02) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(37, 99, 235, 0.02) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.section-intro {
    text-align: center;
    margin-bottom: 5rem;
    position: relative;
    z-index: 1;
    animation: none;
}

.section-intro .section-title {
    font-size: clamp(1.6875rem, 3.6vw, 2.25rem);
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-family: var(--font-heading);
    margin-bottom: 1rem;
    color: var(--text-primary);
    position: relative;
    display: inline-block;
}

.section-intro .section-title::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--accent-blue) 100%);
    border-radius: 2px;
}

.section-description {
    font-size: clamp(0.9rem, 1.8vw, 1.0125rem);
    color: var(--text-secondary);
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.75;
    font-weight: 400;
    letter-spacing: 0.01em;
}

/* Programs Filters */
.programs-filters {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 3.5rem;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    padding: 0 1rem;
}

.programs-filters .filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.75rem;
    background: white;
    border: 2px solid rgba(0, 0, 0, 0.08);
    border-radius: 50px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--text-primary);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: var(--font-heading);
    letter-spacing: 0.02em;
    position: relative;
    overflow: hidden;
}

.programs-filters .filter-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.programs-filters .filter-btn:hover::before {
    left: 100%;
}

.programs-filters .filter-btn svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.programs-filters .filter-btn:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(196, 51, 60, 0.2);
    background: rgba(196, 51, 60, 0.03);
}

.programs-filters .filter-btn:hover svg {
    transform: scale(1.1);
}

.programs-filters .filter-btn.active {
    background: linear-gradient(135deg, var(--primary-color) 0%, #c4333c 100%);
    border-color: var(--primary-color);
    color: white;
    box-shadow:
        0 6px 24px rgba(196, 51, 60, 0.3),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

.programs-filters .filter-btn.active svg {
    transform: scale(1.1);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.programs-filters .filter-btn.active::before {
    display: none;
}

.program-card.hidden {
    display: none;
}

/* Simplified background decorations - removed for better performance */

.programs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 1024px) {
    .programs-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .programs-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

/* Program Card - Clickable Link */
.program-card {
    background: white;
    border-radius: 24px;
    padding: 0;
    box-shadow:
        0 4px 24px rgba(0, 0, 0, 0.06),
        0 2px 8px rgba(0, 0, 0, 0.04),
        0 0 0 1px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: clip;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transform: translateY(0);
    backdrop-filter: blur(10px);
}

.program-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg,
            var(--primary-color) 0%,
            var(--accent-blue) 33%,
            var(--accent-teal) 66%,
            var(--primary-color) 100%);
    background-size: 200% 100%;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    animation: gradientShift 3s ease infinite;
}

.program-card:hover::before {
    transform: scaleX(1);
    animation: gradientShift 2s ease infinite;
}

@keyframes gradientShift {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

.program-card::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(196, 51, 60, 0.05) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.program-card:hover::after {
    opacity: 1;
}

/* Removed .program-card.active - no longer needed */

.program-card-header {
    padding: 2.25rem 2rem;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    position: relative;
    transition: padding 0.3s ease;
}

.program-card:hover .program-card-header {
    padding-top: 2rem;
}

.program-card-header:hover {
    background: rgba(196, 51, 60, 0.02);
}

.program-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #c4333c 0%, #b91c1c 50%, #a82a32 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
    box-shadow:
        0 8px 20px rgba(196, 51, 60, 0.25),
        0 2px 8px rgba(196, 51, 60, 0.15);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.program-icon::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.3) 50%, transparent 70%);
    transform: rotate(45deg);
    transition: transform 0.6s ease;
}

.program-card:hover .program-icon::before {
    transform: rotate(45deg) translate(100%, 100%);
}

.program-card.active .program-icon {
    background: linear-gradient(135deg, #c4333c, #a82a32);
    box-shadow: 0 6px 20px rgba(196, 51, 60, 0.3);
    transform: scale(1.05);
}

.program-icon svg {
    width: 28px;
    height: 28px;
    stroke-width: 2.5;
    position: relative;
    z-index: 1;
    transition: transform 0.4s ease;
}

.program-card:hover .program-icon svg {
    transform: scale(1.1);
}

.program-title {
    font-size: clamp(1.125rem, 2vw, 1.25rem);
    font-weight: 700;
    color: var(--text-primary);
    line-height: 1.4;
    flex: 1;
    margin: 0;
    text-transform: none;
    letter-spacing: -0.01em;
    font-family: var(--font-heading);
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    max-width: 100%;
    transition: color 0.3s ease;
}

.program-card:hover .program-title {
    color: var(--primary-color);
}

.program-toggle {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: none;
    background: rgba(196, 51, 60, 0.1);
    color: #c4333c;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.program-toggle:hover {
    background: rgba(196, 51, 60, 0.15);
    transform: scale(1.1);
}

.program-toggle svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.program-card.active .program-toggle svg {
    transform: rotate(180deg);
}

.program-preview {
    padding: 0 2rem 2.25rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 1;
    transition: padding 0.3s ease;
}

.program-card:hover .program-preview {
    padding-bottom: 2rem;
}

.program-short-desc {
    color: var(--text-secondary);
    font-size: 0.9375rem;
    line-height: 1.75;
    margin: 1.5rem 0 1.25rem;
    transition: all 0.4s ease;
    font-weight: 400;
}

.program-card:hover .program-short-desc {
    color: var(--text-primary);
    transform: translateY(-2px);
}

.program-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.875rem;
    background: linear-gradient(135deg, rgba(196, 51, 60, 0.1) 0%, rgba(196, 51, 60, 0.15) 100%);
    color: #c4333c;
    border-radius: 8px;
    font-size: 0.8125rem;
    font-weight: 600;
    border: 1px solid rgba(196, 51, 60, 0.2);
    transition: all 0.3s ease;
}

.program-card:hover .program-badge {
    background: linear-gradient(135deg, rgba(196, 51, 60, 0.15) 0%, rgba(196, 51, 60, 0.2) 100%);
    border-color: rgba(196, 51, 60, 0.3);
    transform: translateY(-2px);
}

.program-preview-footer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    gap: 1.25rem;
    flex-wrap: wrap;
    transition: all 0.3s ease;
}

.program-card:hover .program-preview-footer {
    border-top-color: rgba(196, 51, 60, 0.15);
}

.program-details {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease;
    padding: 0 2rem;
}

.program-card.active .program-details {
    max-height: 2000px;
    padding: 0 2rem 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.program-full-desc {
    margin: 1.5rem 0;
}

.program-full-desc p {
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 1rem;
    font-size: 0.9375rem;
}

.program-full-desc p:last-child {
    margin-bottom: 0;
}

.program-note {
    background: rgba(196, 51, 60, 0.05);
    padding: 1rem 1.25rem;
    border-radius: 8px;
    border-left: 3px solid #c4333c;
    margin-top: 1rem;
    font-size: 0.875rem;
    color: var(--text-secondary);
}

.program-modules,
.program-files {
    margin: 1.5rem 0;
}

.program-modules h4,
.program-files h4 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.75rem;
}

.program-modules ul,
.program-files ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.program-modules li,
.program-files li {
    padding: 0.5rem 0;
    color: var(--text-secondary);
    font-size: 0.9375rem;
    line-height: 1.6;
    padding-left: 1.5rem;
    position: relative;
}

.program-modules li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: #c4333c;
    font-weight: 600;
}

.program-files li {
    padding-left: 2rem;
}

.program-files li a {
    color: #2563eb;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.2s ease;
}

.program-files li a:hover {
    color: #c4333c;
    text-decoration: underline;
}

.program-files li svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    color: #2563eb;
}

.program-pricing {
    background: rgba(196, 51, 60, 0.05);
    padding: 1.5rem;
    border-radius: 12px;
    margin: 1.5rem 0;
    border-left: 3px solid #c4333c;
}

.pricing-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.pricing-item:last-child {
    border-bottom: none;
}

.pricing-label {
    color: var(--text-secondary);
    font-size: 0.9375rem;
}

.pricing-value {
    color: #c4333c;
    font-weight: 600;
    font-size: 1rem;
}

.pricing-note {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    color: var(--text-secondary);
    font-size: 0.875rem;
    line-height: 1.6;
}

.program-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #c4333c;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9375rem;
    margin-top: 1.5rem;
    transition: all 0.2s ease;
}

.program-link:hover {
    gap: 0.75rem;
    color: #b91c1c;
}

/* РЎС‚СЂРµР»РєР° С‚РѕР»СЊРєРѕ РІ HTML, Р±РµР· РїСЃРµРІРґРѕСЌР»РµРјРµРЅС‚Р° */

.program-image {
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.program-image-bg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.program-image-bg svg {
    animation: float 6s ease-in-out infinite;
}

.program-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
    transition: var(--transition);
}

.program-card:hover .program-img {
    transform: scale(1.05);
}

/* Hero image removed - using dynamic background instead */

.about-img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: var(--shadow-lg);
}

.program-card-content {
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Simplified decorative elements - single ::before for top border */
.program-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--accent-blue) 50%, var(--accent-teal) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
    border-radius: 16px 16px 0 0;
    z-index: 1;
}

.program-card:hover::before {
    transform: scaleX(1);
}

.program-card:hover {
    transform: translateY(-12px) scale(1.015);
    box-shadow:
        0 24px 48px rgba(0, 0, 0, 0.15),
        0 12px 24px rgba(196, 51, 60, 0.12),
        0 0 0 1px rgba(196, 51, 60, 0.1);
    border-color: rgba(196, 51, 60, 0.25);
}

/* Simplified background - removed complex gradients for better performance */

.program-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, var(--secondary-color) 0%, var(--secondary-medium) 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin: -32px auto 1.5rem;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.2);
    transition: var(--transition);
    position: relative;
    border: 3px solid white;
    overflow: hidden;
    z-index: 2;
}

/* Simplified icon styles - removed complex ::before and ::after for better performance */

.program-card:hover .program-icon {
    transform: translateY(-4px) scale(1.1) rotate(5deg);
    box-shadow:
        0 12px 32px rgba(196, 51, 60, 0.35),
        0 4px 12px rgba(196, 51, 60, 0.2);
    background: linear-gradient(135deg, #d64f54 0%, #c4333c 50%, #b91c1c 100%);
}

.program-icon svg {
    stroke-width: 2.5;
    width: 36px;
    height: 36px;
}

/* .program-title СЃС‚РёР»Рё РѕРїСЂРµРґРµР»РµРЅС‹ РІС‹С€Рµ РґР»СЏ РєР°СЂС‚РѕС‡РµРє РїСЂРѕРіСЂР°РјРј */

.program-description {
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
    flex-grow: 1;
    line-height: 1.7;
    font-size: 0.95rem;
    text-align: center;
}

.program-info {
    margin-bottom: 1.25rem;
}

.program-badge {
    display: inline-block;
    padding: 6px 14px;
    background: var(--bg-gray);
    border-radius: 8px;
    font-size: 0.875rem;
    color: var(--text-secondary);
    font-weight: 500;
}

.program-link {
    color: var(--secondary-color);
    text-decoration: none;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition);
    font-size: 1rem;
    margin: 0 auto;
    justify-content: center;
}

.program-link:hover {
    color: var(--primary-color);
    gap: 12px;
}

/* РЈР±СЂР°РЅРѕ - СЃС‚СЂРµР»РєР° С‚РµРїРµСЂСЊ С‚РѕР»СЊРєРѕ РІ HTML */

/* ============================================
   About Section
   ============================================ */

.about-section {
    background: var(--bg-light);
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.about-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(196, 51, 60, 0.2), transparent);
}

.about-header {
    text-align: center;
    margin-bottom: 5rem;
}

.about-content-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.about-main-text {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
}

.about-lead {
    font-size: var(--font-size-xl);
    font-weight: 600;
    color: var(--text-primary);
    line-height: var(--line-height-relaxed);
    margin-bottom: 1.5rem;
    font-family: var(--font-heading);
}

.about-text {
    color: var(--text-secondary);
    line-height: var(--line-height-relaxed);
    font-size: var(--font-size-lg);
    margin: 0;
}

.about-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.about-feature-card {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border-color);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.about-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--primary-gradient);
    transform: scaleX(0);
    transform-origin: left;
    transition: var(--transition);
}

.about-feature-card:hover::before {
    transform: scaleX(1);
}

.about-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-2xl);
    border-color: rgba(196, 51, 60, 0.2);
}

.about-feature-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, rgba(196, 51, 60, 0.1) 0%, rgba(37, 99, 235, 0.1) 100%);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    transition: var(--transition);
    position: relative;
}

.about-feature-card:hover .about-feature-icon {
    background: var(--primary-gradient);
    color: white;
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 24px rgba(196, 51, 60, 0.3);
}

.about-feature-icon svg {
    stroke-width: 2.5;
    width: 32px;
    height: 32px;
}

.about-feature-title {
    font-size: var(--font-size-xl);
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
    font-family: var(--font-heading);
    line-height: var(--line-height-tight);
}

.about-feature-desc {
    color: var(--text-secondary);
    line-height: var(--line-height-relaxed);
    font-size: var(--font-size-base);
    margin: 0;
}

/* ============================================
   News Section
   ============================================ */

.news-section {
    background: var(--bg-light);
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.news-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(196, 51, 60, 0.04) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.news-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 15%;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(13, 148, 136, 0.04) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.news-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border: 1px solid var(--border-color);
    position: relative;
    overflow: hidden;
    background-image:
        radial-gradient(circle at 10% 20%, rgba(196, 51, 60, 0.02) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(13, 148, 136, 0.02) 0%, transparent 50%);
}

.news-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--primary-gradient);
    transform: scaleX(0);
    transform-origin: left;
    transition: var(--transition);
}

.news-card:hover::before {
    transform: scaleX(1);
}

.news-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-2xl);
}

.news-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--secondary-color) 0%, var(--secondary-medium) 100%);
    border-radius: 12px;
    color: white;
    margin-bottom: 1.75rem;
    float: left;
    margin-right: 1.75rem;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15);
    transition: var(--transition);
}

.news-card:hover .news-date {
    background: var(--primary-gradient);
    box-shadow: 0 6px 20px rgba(196, 51, 60, 0.3);
    transform: scale(1.05);
}

.news-day {
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1;
}

.news-month {
    font-size: 0.8125rem;
    opacity: 0.95;
    font-weight: 600;
}

.news-title {
    font-size: var(--font-size-xl);
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
    line-height: var(--line-height-tight);
    clear: both;
    font-family: var(--font-heading);
}

.news-excerpt {
    color: var(--text-secondary);
    margin-bottom: 1rem;
    line-height: var(--line-height-relaxed);
    font-size: var(--font-size-base);
}

.news-link {
    color: var(--secondary-color);
    text-decoration: none;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition);
}

.news-link:hover {
    color: var(--primary-color);
    gap: 12px;
}

.news-link::after {
    content: '\2192';
    transition: var(--transition);
}

.news-link:hover::after {
    transform: translateX(4px);
}

/* ============================================
   Stats Section
   ============================================ */

.stats-section {
    background: var(--bg-light);
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.stats-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(196, 51, 60, 0.2), transparent);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.stat-card {
    background: white;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border-color);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--primary-gradient);
    transform: scaleX(0);
    transform-origin: left;
    transition: var(--transition);
}

.stat-card:hover::before {
    transform: scaleX(1);
}

.stat-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-2xl);
}

.stat-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.25rem;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 4px 12px rgba(196, 51, 60, 0.2);
    transition: var(--transition);
}

.stat-card:hover .stat-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 20px rgba(196, 51, 60, 0.3);
}

.stat-number {
    font-size: clamp(2.25rem, 4.5vw, 2.7rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
    font-family: var(--font-heading);
    line-height: 1;
}

.stat-label {
    font-size: var(--font-size-base);
    color: var(--text-secondary);
    font-weight: 500;
    line-height: var(--line-height-normal);
}

/* ============================================
   Why Choose Us Section
   ============================================ */

.why-choose-section {
    background: white;
    padding: 40px 0;
    position: relative;
}

.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.why-choose-card {
    background: var(--bg-light);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    transition: var(--transition);
    border: 1px solid var(--border-color);
    position: relative;
    overflow: hidden;
}

.why-choose-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--primary-gradient);
    transform: scaleX(0);
    transform-origin: left;
    transition: var(--transition);
}

.why-choose-card:hover::before {
    transform: scaleX(1);
}

.why-choose-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    background: white;
}

.why-choose-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 1.25rem;
    background: linear-gradient(135deg, rgba(196, 51, 60, 0.1) 0%, rgba(37, 99, 235, 0.1) 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    transition: var(--transition);
}

.why-choose-card:hover .why-choose-icon {
    background: var(--primary-gradient);
    color: white;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(196, 51, 60, 0.3);
}

.why-choose-title {
    font-size: var(--font-size-xl);
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
    font-family: var(--font-heading);
    line-height: var(--line-height-tight);
}

.why-choose-desc {
    color: var(--text-secondary);
    line-height: var(--line-height-relaxed);
    font-size: var(--font-size-base);
    margin: 0;
}

/* ============================================
   Testimonials Section
   ============================================ */

.testimonials-section {
    background: var(--bg-light);
    padding: 40px 0;
    position: relative;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.testimonial-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border-color);
    transition: var(--transition);
    position: relative;
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: 1rem;
    left: 1.5rem;
    font-size: 5.4rem;
    font-weight: 800;
    color: rgba(196, 51, 60, 0.1);
    line-height: 1;
    font-family: serif;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-2xl);
}

.testimonial-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.25rem;
    position: relative;
    z-index: 1;
}

.client-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.client-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(196, 51, 60, 0.2);
}

.client-name {
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
    font-size: var(--font-size-base);
    line-height: var(--line-height-tight);
    font-family: var(--font-heading);
}

.client-title {
    font-size: var(--font-size-sm);
    color: var(--text-secondary);
    line-height: var(--line-height-normal);
}

.testimonial-rating {
    display: flex;
    gap: 0.25rem;
    color: #fbbf24;
}

.testimonial-text {
    color: var(--text-secondary);
    line-height: var(--line-height-relaxed);
    position: relative;
    z-index: 1;
    font-size: var(--font-size-base);
    margin: 0;
}

/* ============================================
   CTA Section
   ============================================ */

.cta-section {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.cta-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.cta-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    color: white;
    margin-bottom: 1.5rem;
    font-family: var(--font-heading);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.cta-subtitle {
    font-size: var(--font-size-lg);
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 2rem;
    line-height: var(--line-height-relaxed);
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-large {
    padding: 1.125rem 2.5rem;
    font-size: var(--font-size-lg);
    font-weight: 600;
}

.cta-buttons .btn-primary {
    background: white;
    color: var(--primary-color);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.cta-buttons .btn-primary:hover {
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(-2px);
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.3);
}

.cta-buttons .btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.cta-buttons .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.8);
}

/* ============================================
   Footer
   ============================================ */

.footer {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    color: white;
    padding: 50px 0 20px;
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--accent-blue) 50%, var(--accent-teal) 100%);
    opacity: 0.8;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 4rem;
    margin-bottom: 5rem;
}

.footer-section {
    display: flex;
    flex-direction: column;
}

.footer-title {
    font-size: var(--font-size-xl);
    font-weight: 700;
    margin-bottom: 2rem;
    color: white;
    text-transform: none;
    letter-spacing: var(--letter-spacing-normal);
    font-family: var(--font-heading);
}

.footer-contacts {
    display: flex;
    flex-direction: column;
}

.footer-contacts p {
    margin-bottom: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
}

.footer-contacts strong {
    color: white;
    font-weight: 700;
}

.footer-section p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    margin-bottom: 0.75rem;
}

.footer-col p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
}

.footer-nav {
    list-style: none;
}

.footer-nav li {
    margin-bottom: 1rem;
}

.footer-nav a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: var(--transition);
    display: inline-block;
    font-weight: 500;
}

.footer-nav a:hover {
    color: white;
    transform: translateX(6px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2.5rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

/* ============================================
   Responsive Design
   ============================================ */

@media (max-width: 768px) {
    .logo-img {
        height: 42px;
    }

    .logo-text {
        font-size: 1.25rem;
        letter-spacing: 0.01em;
        font-weight: 800;
    }

    .logo-tagline {
        font-size: 0.55rem;
        letter-spacing: 0.1em;
    }

    .header-wrapper {
        flex-wrap: wrap;
    }

    .header-contacts {
        display: none;
    }

    .mobile-menu-toggle {
        display: flex;
    }

    .nav {
        display: none;
        width: 100%;
        order: 3;
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
    }

    .nav.active {
        display: block;
    }

    .nav-list {
        flex-direction: column;
        gap: 0;
        align-items: stretch;
    }

    .nav-link {
        padding: 1rem 1.25rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .nav-link::after {
        display: none;
    }

    .nav-link.active,
    .nav-link:hover {
        background: rgba(196, 51, 60, 0.05);
    }

    .hero {
        padding: 30px 0;
    }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .hero-social-proof {
        gap: 0.75rem;
        margin-bottom: 1.5rem;
    }

    .proof-badge {
        padding: 0.5rem 0.875rem;
        flex: 1;
        min-width: 100px;
    }

    .proof-number {
        font-size: 1.35rem;
    }

    .proof-rating .proof-number {
        font-size: 1.125rem;
    }

    .proof-stars svg {
        width: 11px;
        height: 11px;
    }

    .proof-label {
        font-size: 0.625rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }

    .hero-buttons .btn {
        width: 100%;
        justify-content: center;
        padding: 16px 32px;
        font-size: 0.9875rem;
    }

    .hero-visual {
        order: -1;
    }

    .hero-image-placeholder {
        max-width: 250px;
    }

    .hero-title {
        font-size: 2.25rem;
    }

    .hero-subtitle {
        font-size: 1.125rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .section-subtitle {
        font-size: 1.0625rem;
    }

    .page-hero {
        padding: 30px 0 50px;
        min-height: auto;
    }

    .programs-filters {
        gap: 0.5rem;
        margin-bottom: 2rem;
        padding: 0 0.5rem;
    }

    .programs-filters .filter-btn {
        padding: 0.625rem 1rem;
        font-size: 0.8125rem;
        gap: 0.375rem;
    }

    .programs-filters .filter-btn svg {
        width: 16px;
        height: 16px;
    }

    .programs-filters .filter-btn span {
        white-space: nowrap;
    }

    .page-hero::before {
        opacity: 0.7;
    }

    .page-hero::after {
        opacity: 0.4;
        background-size: 80px 80px, 80px 80px, 100% 100%;
    }

    .page-hero-content::before,
    .page-hero-content::after {
        filter: blur(40px);
    }

    .page-hero-content::before {
        width: 200px;
        height: 200px;
        top: -50px;
    }

    .page-hero-content::after {
        width: 250px;
        height: 250px;
        bottom: -100px;
    }

    .page-hero-badge {
        padding: 0.625rem 1.25rem;
        font-size: 0.8125rem;
        margin-bottom: 2rem;
        gap: 0.5rem;
    }

    .page-hero-badge svg {
        width: 14px;
        height: 14px;
    }

    .page-hero-title {
        font-size: clamp(1.42rem, 4.05vw, 2.025rem);
        margin-bottom: 1.25rem;
    }

    .page-hero-subtitle {
        font-size: 0.9rem;
        padding: 0 1rem;
    }

    .page-header {
        padding: 30px 0 40px;
        min-height: auto;
    }

    .page-header-badge {
        padding: 0.625rem 1.25rem;
        font-size: 0.8125rem;
        margin-bottom: 2rem;
        gap: 0.5rem;
    }

    .badge-icon svg {
        width: 16px;
        height: 16px;
    }

    .title-line-1,
    .title-line-2 {
        font-size: clamp(2rem, 5vw, 3rem);
    }

    .title-line-2::after {
        width: 80px;
    }

    .page-subtitle {
        margin-top: 1.5rem;
        font-size: 1rem;
    }

    .bg-gradient-1,
    .bg-gradient-2,
    .bg-gradient-3 {
        filter: blur(40px);
    }

    .decoration-line {
        display: none;
    }

    .section-intro {
        margin-bottom: 3rem;
    }

    .programs-section {
        padding: 40px 0;
    }

    .programs-grid,
    .news-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .program-card-header {
        padding: 1.5rem;
        gap: 1rem;
    }

    .program-icon {
        width: 48px;
        height: 48px;
    }

    .program-icon svg {
        width: 24px;
        height: 24px;
    }

    .program-preview {
        padding: 0 1.5rem 1.5rem;
    }

    .program-card:hover {
        transform: translateY(-4px) scale(1.01);
    }

    .decoration-circle {
        display: none;
    }

    .company-intro-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .company-intro-visual {
        grid-template-columns: 1fr;
    }

    .timeline::before {
        left: 30px;
    }

    .timeline-item {
        flex-direction: row !important;
        padding-left: 80px;
    }

    .timeline-marker {
        left: 30px !important;
        transform: translateX(-50%);
        width: 60px;
        height: 60px;
    }

    .timeline-content {
        width: 100% !important;
        text-align: left !important;
        margin: 0 !important;
    }

    .timeline-item:nth-child(odd) .timeline-content::before,
    .timeline-item:nth-child(even) .timeline-content::before {
        left: -12px;
        right: auto;
        border-width: 12px 12px 12px 0;
        border-color: transparent white transparent transparent;
    }

    .advantages-grid,
    .services-grid,
    .values-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .about-cta-buttons {
        flex-direction: column;
    }

    .about-cta-buttons .btn {
        width: 100%;
        min-width: auto;
    }

    .program-details {
        padding: 0 1.5rem;
    }

    .program-card.active .program-details {
        padding: 0 1.5rem 1.5rem;
    }

    .programs-cta {
        padding: 3.5rem 0;
    }

    .programs-cta-icon {
        width: 64px;
        height: 64px;
        margin-bottom: 1.5rem;
    }

    .programs-cta-icon svg {
        width: 32px;
        height: 32px;
    }

    .programs-cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .programs-cta-buttons .btn {
        width: 100%;
        min-width: auto;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .why-choose-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .cta-buttons .btn {
        width: 100%;
    }

    .program-image {
        height: 150px;
    }

    .about-features-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .about-main-text {
        margin-bottom: 3rem;
    }

    .about-feature-card {
        padding: 2rem;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }

    section {
        padding: 30px 0;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 1.25rem;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .stat-card {
        padding: 2rem 1.5rem;
    }

    .stat-number {
        font-size: 2.5rem;
    }

    .why-choose-card,
    .testimonial-card {
        padding: 2rem 1.5rem;
    }

    .cta-section {
        padding: 40px 0;
    }

    .cta-title {
        font-size: 1.75rem;
    }

    .cta-subtitle {
        font-size: 1rem;
    }

    .hero {
        padding: 40px 0;
    }

    .hero-title {
        font-size: clamp(1.35rem, 5.4vw, 1.8rem);
        letter-spacing: 0.1em;
    }

    .programs-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .program-card-header {
        padding: 1.5rem;
        gap: 1rem;
    }

    .program-preview {
        padding: 0 1.5rem 1.5rem;
    }

    .program-details {
        padding: 0 1.5rem;
    }

    .program-card.active .program-details {
        padding: 0 1.5rem 1.5rem;
    }

    .news-card {
        padding: 2rem;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .section-title {
        font-size: clamp(1.35rem, 4.5vw, 1.6875rem);
        letter-spacing: 0.08em;
    }
}

/* ============================================
   Utilities
   ============================================ */

.text-center {
    text-align: center;
}

.mt-1 {
    margin-top: 0.5rem;
}

.mt-2 {
    margin-top: 1rem;
}

.mt-3 {
    margin-top: 1.5rem;
}

.mt-4 {
    margin-top: 2rem;
}

.mb-1 {
    margin-bottom: 0.5rem;
}

.mb-2 {
    margin-bottom: 1rem;
}

.mb-3 {
    margin-bottom: 1.5rem;
}

.mb-4 {
    margin-bottom: 2rem;
}

/* ============================================
   Page Hero - РњРёРЅРёРјР°Р»РёСЃС‚РёС‡РЅС‹Р№ РґРёР·Р°Р№РЅ РґР»СЏ СЃС‚СЂР°РЅРёС†
   ============================================ */

.page-hero {
    background:
        linear-gradient(135deg, #0a0f1e 0%, #1a1f2e 25%, #1e293b 50%, #1a1f2e 75%, #0a0f1e 100%),
        radial-gradient(circle at 0% 0%, rgba(196, 51, 60, 0.12) 0%, transparent 50%),
        radial-gradient(circle at 100% 100%, rgba(37, 99, 235, 0.1) 0%, transparent 50%);
    background-size: 100% 100%, 100% 100%, 100% 100%;
    color: white;
    padding: 30px 0 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 180px;
    display: flex;
    align-items: center;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03),
        inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

/* РњРЅРѕРіРѕСЃР»РѕР№РЅС‹Р№ mesh gradient СЌС„С„РµРєС‚ */
.page-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 15% 25%, rgba(196, 51, 60, 0.18) 0%, transparent 45%),
        radial-gradient(circle at 85% 75%, rgba(37, 99, 235, 0.15) 0%, transparent 45%),
        radial-gradient(circle at 50% 50%, rgba(139, 92, 246, 0.1) 0%, transparent 40%),
        radial-gradient(circle at 30% 70%, rgba(20, 184, 166, 0.08) 0%, transparent 35%),
        radial-gradient(circle at 70% 30%, rgba(236, 72, 153, 0.07) 0%, transparent 35%),
        radial-gradient(ellipse at top left, rgba(255, 255, 255, 0.03) 0%, transparent 30%),
        radial-gradient(ellipse at bottom right, rgba(255, 255, 255, 0.02) 0%, transparent 25%);
    z-index: 0;
    pointer-events: none;
    opacity: 1;
}

/* Р”РµРєРѕСЂР°С‚РёРІРЅС‹Рµ СЌР»РµРјРµРЅС‚С‹ РґР»СЏ hero */
.page-hero-decoration {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    z-index: 1;
    pointer-events: none;
    opacity: 0.8;
}

.page-hero-decoration-1 {
    top: 10%;
    left: 5%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(196, 51, 60, 0.2) 0%, rgba(196, 51, 60, 0.1) 40%, transparent 70%);
    box-shadow:
        0 0 100px rgba(196, 51, 60, 0.2),
        0 0 200px rgba(196, 51, 60, 0.1);
}

.page-hero-decoration-2 {
    bottom: 15%;
    right: 8%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.18) 0%, rgba(37, 99, 235, 0.08) 40%, transparent 70%);
    box-shadow:
        0 0 120px rgba(37, 99, 235, 0.2),
        0 0 250px rgba(37, 99, 235, 0.1);
}

.page-hero-decoration-3 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.15) 0%, rgba(139, 92, 246, 0.06) 40%, transparent 70%);
    filter: blur(90px);
    box-shadow:
        0 0 80px rgba(139, 92, 246, 0.15),
        0 0 180px rgba(139, 92, 246, 0.08);
}

/* Р“РµРѕРјРµС‚СЂРёС‡РµСЃРєРёРµ РґРµРєРѕСЂР°С‚РёРІРЅС‹Рµ СЌР»РµРјРµРЅС‚С‹ Рё СЃРІРµС‚РѕРІС‹Рµ Р°РєС†РµРЅС‚С‹ */
.page-hero {
    position: relative;
}

.page-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        linear-gradient(30deg, transparent 48%, rgba(255, 255, 255, 0.02) 49%, rgba(255, 255, 255, 0.02) 51%, transparent 52%),
        linear-gradient(150deg, transparent 48%, rgba(255, 255, 255, 0.02) 49%, rgba(255, 255, 255, 0.02) 51%, transparent 52%),
        linear-gradient(90deg, transparent 48%, rgba(255, 255, 255, 0.015) 49%, rgba(255, 255, 255, 0.015) 51%, transparent 52%),
        radial-gradient(circle at 2px 2px, rgba(255, 255, 255, 0.03) 1px, transparent 0),
        radial-gradient(circle at 2px 2px, rgba(255, 255, 255, 0.02) 0.5px, transparent 0),
        linear-gradient(to right, rgba(255, 255, 255, 0.02) 0%, transparent 2%, transparent 98%, rgba(255, 255, 255, 0.02) 100%);
    background-size: 120px 120px, 120px 120px, 100% 100%, 40px 40px, 20px 20px, 100% 100%;
    background-position: 0 0, 60px 60px, 0 0, 0 0, 10px 10px, 0 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0.6;
}

.page-hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    padding: 1rem 0;
}

/* Р”РµРєРѕСЂР°С‚РёРІРЅС‹Рµ СЃРІРµС‚РѕРІС‹Рµ РєСЂСѓРіРё Рё Р»РёРЅРёРё */
.page-hero-content {
    position: relative;
}

.page-hero-content::before {
    display: none;
}

.page-hero-content::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    max-width: 400px;
    height: 2px;
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(255, 255, 255, 0.12) 30%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.12) 70%,
            transparent 100%);
    z-index: 1;
    pointer-events: none;
    box-shadow:
        0 0 12px rgba(255, 255, 255, 0.15),
        0 0 25px rgba(255, 255, 255, 0.08);
}


.page-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.75rem;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0.06) 100%),
        rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    font-family: var(--font-heading);
    letter-spacing: 0.03em;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.95);
    transition: all 0.3s ease;
    position: relative;
    box-shadow:
        0 4px 25px rgba(0, 0, 0, 0.2),
        0 2px 10px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.08) inset,
        0 1px 0 rgba(255, 255, 255, 0.15) inset,
        0 -1px 0 rgba(0, 0, 0, 0.1) inset;
}

.page-hero-badge:hover {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.12) 50%, rgba(255, 255, 255, 0.1) 100%),
        rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.25);
    border-top-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    box-shadow:
        0 6px 30px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.08) inset,
        0 1px 0 rgba(255, 255, 255, 0.15) inset,
        0 0 20px rgba(196, 51, 60, 0.1);
}

.page-hero-badge svg {
    width: 16px;
    height: 16px;
}

.page-hero-title {
    font-size: clamp(1.8rem, 4.5vw, 3.15rem);
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-family: var(--font-heading);
    color: #ffffff;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
}

.page-hero-title .title-line {
    display: block;
    color: #ffffff;
    text-shadow:
        0 2px 25px rgba(0, 0, 0, 0.4),
        0 0 50px rgba(255, 255, 255, 0.08),
        0 1px 0 rgba(255, 255, 255, 0.15),
        0 -1px 0 rgba(0, 0, 0, 0.3),
        0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
}

.page-hero-title .title-line::before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    right: -10px;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.03), transparent);
    z-index: -1;
    filter: blur(20px);
}

.page-hero-subtitle {
    font-size: clamp(1.0125rem, 1.8vw, 1.125rem);
    color: rgba(255, 255, 255, 0.85);
    margin: 0 auto;
    max-width: 700px;
    line-height: 1.7;
    font-weight: 400;
    text-shadow:
        0 1px 10px rgba(0, 0, 0, 0.2),
        0 0 20px rgba(255, 255, 255, 0.03);
    position: relative;
}

/* ============================================
   Programs Detail Page (Legacy - РґР»СЏ СЃРѕРІРјРµСЃС‚РёРјРѕСЃС‚Рё)
   ============================================ */

.page-header {
    background: #0a0e1a;
    color: white;
    padding: 40px 0 70px;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.page-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 0;
}

.bg-gradient-1 {
    position: absolute;
    top: -20%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(196, 51, 60, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
    animation: gradientMove1 20s ease-in-out infinite;
}

.bg-gradient-2 {
    position: absolute;
    bottom: -20%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.12) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
    animation: gradientMove2 25s ease-in-out infinite;
}

.bg-gradient-3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(196, 51, 60, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(80px);
    animation: gradientMove3 30s ease-in-out infinite;
}

.grid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.5;
}

@keyframes gradientMove1 {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(50px, -50px) scale(1.2);
    }
}

@keyframes gradientMove2 {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(-50px, 50px) scale(1.15);
    }
}

@keyframes gradientMove3 {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(1) rotate(0deg);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.1) rotate(180deg);
    }
}

/* Background gradients moved to .page-header-bg */

.page-header-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    animation: fadeInUp 0.8s ease-out;
}

.page-header-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 2rem;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    font-family: var(--font-heading);
    letter-spacing: 0.03em;
    margin-bottom: 3rem;
    color: rgba(255, 255, 255, 0.95);
    animation: fadeInUp 0.6s ease-out 0.2s both;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.page-header-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.page-header-badge:hover::before {
    left: 100%;
}

.page-header-badge:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.badge-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconPulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.page-header-badge svg {
    width: 18px;
    height: 18px;
}

.page-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0;
}

.title-line-1,
.title-line-2 {
    display: block;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-family: var(--font-heading);
    line-height: 1.1;
    position: relative;
}

.title-line-1 {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.98) 50%, rgba(255, 255, 255, 0.95) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: fadeInUp 0.8s ease-out 0.3s both;
    text-shadow: 0 0 40px rgba(255, 255, 255, 0.1);
}

.title-line-2 {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 50%, rgba(196, 51, 60, 0.4) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: fadeInUp 0.8s ease-out 0.4s both;
    position: relative;
}

.title-line-2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(196, 51, 60, 0.6), transparent);
    border-radius: 2px;
    animation: expandLine 1s ease-out 0.8s both;
}

@keyframes expandLine {
    from {
        width: 0;
        opacity: 0;
    }

    to {
        width: 120px;
        opacity: 1;
    }
}

/* Statistics removed per user request */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.page-header-decoration {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

.decoration-circle {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(196, 51, 60, 0.08) 0%, transparent 70%);
    animation: floatCircle 15s ease-in-out infinite;
}

.decoration-circle.circle-1 {
    width: 300px;
    height: 300px;
    top: -100px;
    left: -100px;
    animation-delay: 0s;
}

.decoration-circle.circle-2 {
    width: 200px;
    height: 200px;
    bottom: -50px;
    right: 10%;
    animation-delay: 5s;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.08) 0%, transparent 70%);
}

.decoration-circle.circle-3 {
    width: 150px;
    height: 150px;
    top: 50%;
    right: -50px;
    animation-delay: 10s;
    background: radial-gradient(circle, rgba(196, 51, 60, 0.06) 0%, transparent 70%);
}

.decoration-line {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    height: 1px;
    animation: lineMove 20s linear infinite;
    z-index: 1;
}

.decoration-line.line-1 {
    top: 30%;
    left: -100%;
    width: 200%;
    animation-duration: 25s;
}

.decoration-line.line-2 {
    bottom: 25%;
    right: -100%;
    width: 200%;
    animation-duration: 30s;
    animation-delay: 5s;
}

@keyframes floatCircle {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    33% {
        transform: translate(30px, -30px) scale(1.1);
    }

    66% {
        transform: translate(-20px, 20px) scale(0.9);
    }
}

@keyframes lineMove {
    0% {
        transform: translateX(0);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

/* ============================================
   Breadcrumbs
   ============================================ */

.breadcrumbs {
    padding: 1.5rem 0;
    background: #f8fafc;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.breadcrumbs-nav {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9375rem;
}

.breadcrumbs-nav a {
    color: var(--text-secondary);
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumbs-nav a:hover {
    color: var(--primary-color);
}

.breadcrumbs-separator {
    color: var(--text-secondary);
    opacity: 0.5;
}

.breadcrumbs-current {
    color: var(--text-primary);
    font-weight: 600;
}

/* ============================================
   About Page - Company Intro Section
   ============================================ */

.company-intro-section {
    padding: 40px 0 80px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
}

.company-intro-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 5rem;
    align-items: center;
}

.company-intro-text {
    position: relative;
    z-index: 1;
}

.section-title-left {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-family: var(--font-heading);
    margin-bottom: 2rem;
    color: var(--text-primary);
    position: relative;
    padding-bottom: 1.5rem;
}

.section-title-left::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--accent-blue) 100%);
    border-radius: 2px;
}

.intro-lead {
    font-size: clamp(1.125rem, 2vw, 1.375rem);
    font-weight: 600;
    color: var(--text-primary);
    line-height: 1.7;
    margin-bottom: 1.5rem;
    letter-spacing: 0.01em;
}

.intro-text {
    font-size: 1.0625rem;
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 1.25rem;
    letter-spacing: 0.01em;
}

.intro-text:last-of-type {
    margin-bottom: 0;
}

.company-intro-visual {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.intro-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow:
        0 4px 20px rgba(0, 0, 0, 0.06),
        0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.intro-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--accent-blue) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.intro-card:hover::before {
    transform: scaleX(1);
}

.intro-card:hover {
    transform: translateY(-8px);
    box-shadow:
        0 12px 32px rgba(0, 0, 0, 0.12),
        0 4px 16px rgba(196, 51, 60, 0.1);
}

.intro-card-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, rgba(196, 51, 60, 0.1) 0%, rgba(37, 99, 235, 0.1) 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    transition: all 0.4s ease;
}

.intro-card:hover .intro-card-icon {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-blue) 100%);
    color: white;
    transform: scale(1.1) rotate(5deg);
}

.intro-card h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
    font-family: var(--font-heading);
}

.intro-card p {
    font-size: 0.9375rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0;
}

/* ============================================
   History Timeline Section
   ============================================ */

.history-section {
    padding: 40px 0 80px;
    background: white;
    position: relative;
}

.timeline {
    max-width: 900px;
    margin: 4rem auto 0;
    position: relative;
    padding: 2rem 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg,
            var(--primary-color) 0%,
            var(--accent-blue) 50%,
            var(--accent-teal) 100%);
    transform: translateX(-50%);
    border-radius: 2px;
}

.timeline-item {
    display: flex;
    align-items: center;
    margin-bottom: 5rem;
    position: relative;
}

.timeline-item:nth-child(even) {
    flex-direction: row-reverse;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-marker {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 4px 20px rgba(0, 0, 0, 0.1),
        0 0 0 4px white,
        0 0 0 8px rgba(196, 51, 60, 0.1);
    border: 3px solid var(--primary-color);
}

.timeline-year {
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary-color);
    font-family: var(--font-heading);
    text-align: center;
    line-height: 1.2;
}

.timeline-content {
    width: calc(50% - 60px);
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow:
        0 4px 20px rgba(0, 0, 0, 0.08),
        0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.06);
    position: relative;
    transition: all 0.4s ease;
}

.timeline-item:nth-child(odd) .timeline-content {
    margin-right: auto;
    text-align: right;
}

.timeline-item:nth-child(even) .timeline-content {
    margin-left: auto;
    text-align: left;
}

.timeline-content::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
}

.timeline-item:nth-child(odd) .timeline-content::before {
    right: -12px;
    border-width: 12px 0 12px 12px;
    border-color: transparent transparent transparent white;
    transform: translateY(-50%);
}

.timeline-item:nth-child(even) .timeline-content::before {
    left: -12px;
    border-width: 12px 12px 12px 0;
    border-color: transparent white transparent transparent;
    transform: translateY(-50%);
}

.timeline-content h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.75rem;
    font-family: var(--font-heading);
}

.timeline-content p {
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.7;
    margin: 0;
}

.timeline-item:hover .timeline-content {
    transform: translateY(-4px);
    box-shadow:
        0 12px 32px rgba(0, 0, 0, 0.12),
        0 4px 16px rgba(196, 51, 60, 0.1);
}

.timeline-item:hover .timeline-marker {
    transform: translateX(-50%) scale(1.1);
    box-shadow:
        0 8px 24px rgba(196, 51, 60, 0.2),
        0 0 0 4px white,
        0 0 0 8px rgba(196, 51, 60, 0.15);
}

/* ============================================
   Advantages Section
   ============================================ */

.advantages-section {
    padding: 40px 0 80px;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    position: relative;
}

.section-header {
    text-align: center;
    margin-bottom: 5rem;
}

.section-header .section-title {
    margin-bottom: 1rem;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
}

.advantage-card {
    background: white;
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow:
        0 4px 24px rgba(0, 0, 0, 0.06),
        0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.advantage-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--accent-blue) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}

.advantage-card:hover::before {
    transform: scaleX(1);
}

.advantage-card:hover {
    transform: translateY(-8px);
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 8px 16px rgba(196, 51, 60, 0.1);
}

.advantage-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, rgba(196, 51, 60, 0.1) 0%, rgba(37, 99, 235, 0.1) 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    transition: all 0.4s ease;
}

.advantage-card:hover .advantage-icon {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-blue) 100%);
    color: white;
    transform: scale(1.1) rotate(5deg);
}

.advantage-card h3 {
    font-size: 1.375rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 1rem;
    font-family: var(--font-heading);
}

.advantage-card p {
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.75;
    margin: 0;
}

/* ============================================
   Services Section
   ============================================ */

.services-section {
    padding: 40px 0 80px;
    background: white;
    position: relative;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
}

.service-card {
    background: white;
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow:
        0 4px 24px rgba(0, 0, 0, 0.06),
        0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--accent-blue) 50%, var(--accent-teal) 100%);
    background-size: 200% 100%;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
    animation: gradientShift 3s ease infinite;
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow:
        0 24px 48px rgba(0, 0, 0, 0.12),
        0 8px 16px rgba(196, 51, 60, 0.1);
}

.service-card-icon {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, rgba(196, 51, 60, 0.1) 0%, rgba(37, 99, 235, 0.1) 100%);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    margin-bottom: 1.75rem;
    transition: all 0.4s ease;
}

.service-card:hover .service-card-icon {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-blue) 100%);
    color: white;
    transform: scale(1.1) rotate(5deg);
}

.service-card h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 1rem;
    font-family: var(--font-heading);
}

.service-card>p {
    font-size: 1.0625rem;
    color: var(--text-secondary);
    line-height: 1.75;
    margin-bottom: 1.5rem;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-features li {
    padding: 0.625rem 0;
    padding-left: 1.75rem;
    position: relative;
    color: var(--text-secondary);
    font-size: 0.9375rem;
    line-height: 1.6;
}

.service-features li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 1.125rem;
}

/* ============================================
   Values Section
   ============================================ */

.values-section {
    padding: 40px 0 80px;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    position: relative;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.value-card {
    background: white;
    border-radius: 24px;
    padding: 3rem 2.5rem;
    box-shadow:
        0 4px 24px rgba(0, 0, 0, 0.06),
        0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.value-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--accent-blue) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}

.value-card:hover::before {
    transform: scaleX(1);
}

.value-card:hover {
    transform: translateY(-8px);
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 8px 16px rgba(196, 51, 60, 0.1);
}

.value-number {
    font-size: 4rem;
    font-weight: 900;
    font-family: var(--font-heading);
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-blue) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 1.5rem;
    opacity: 0.2;
    transition: opacity 0.4s ease;
}

.value-card:hover .value-number {
    opacity: 0.4;
}

.value-card h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 1rem;
    font-family: var(--font-heading);
}

.value-card p {
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.75;
    margin: 0;
}

/* ============================================
   About CTA Section
   ============================================ */

.about-cta-section {
    padding: 40px 0 80px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.about-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 50%, rgba(196, 51, 60, 0.15) 0%, transparent 60%),
        radial-gradient(circle at 80% 50%, rgba(37, 99, 235, 0.12) 0%, transparent 60%);
    pointer-events: none;
}

.about-cta-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.about-cta-content h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-family: var(--font-heading);
    margin-bottom: 1.5rem;
    color: white;
}

.about-cta-content>p {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    line-height: 1.7;
}

.about-cta-buttons {
    display: flex;
    gap: 1.25rem;
    justify-content: center;
    flex-wrap: wrap;
}

.about-cta-buttons .btn {
    min-width: 220px;
}

/* .page-title СЃС‚РёР»Рё РѕРїСЂРµРґРµР»РµРЅС‹ РІС‹С€Рµ РІ СЂР°Р·РґРµР»Рµ С‚РёРїРѕРіСЂР°С„РёРєРё */

.page-subtitle {
    font-size: clamp(0.95625rem, 2.25vw, 1.2375rem);
    opacity: 0.88;
    max-width: 750px;
    margin: 2.5rem auto 0;
    position: relative;
    z-index: 1;
    line-height: 1.8;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.92);
    letter-spacing: 0.015em;
    animation: fadeInUp 0.8s ease-out 0.5s both;
}

.programs-detail-section {
    background: var(--bg-light);
    padding: 30px 0;
}

.programs-list {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.program-detail-card {
    background: white;
    border-radius: 24px;
    padding: 3rem;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--border-color);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.program-detail-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--primary-gradient);
    transform: scaleX(0);
    transform-origin: left;
    transition: var(--transition);
}

.program-detail-card:hover::before {
    transform: scaleX(1);
}

.program-detail-card:hover {
    box-shadow: var(--shadow-2xl);
    transform: translateY(-4px);
}

.program-detail-header {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
    align-items: flex-start;
}

.program-detail-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--secondary-color) 0%, var(--secondary-medium) 100%);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15);
    transition: var(--transition);
    border: 2px solid transparent;
}

.program-detail-card:hover .program-detail-icon {
    background: var(--primary-gradient);
    box-shadow: 0 8px 24px rgba(196, 51, 60, 0.3);
    transform: translateY(-2px);
}

.program-detail-icon svg {
    stroke-width: 2.5;
    width: 40px;
    height: 40px;
}

.program-detail-title-section {
    flex: 1;
}

.program-detail-title {
    font-size: clamp(1.35rem, 2.7vw, 1.8rem);
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
    line-height: var(--line-height-tight);
    text-transform: none;
    letter-spacing: var(--letter-spacing-normal);
    font-family: var(--font-heading);
}

.program-subtitle {
    display: block;
    font-size: 1.0625rem;
    color: var(--text-secondary);
    font-weight: 500;
    margin-top: 0.75rem;
}

.program-detail-content {
    margin-left: 100px;
}

.program-detail-description {
    color: var(--text-secondary);
    line-height: var(--line-height-relaxed);
    margin-bottom: 2rem;
    font-size: var(--font-size-lg);
    font-family: var(--font-family);
    text-transform: none;
    letter-spacing: normal;
}

.program-detail-note {
    background: var(--bg-light);
    padding: 1.5rem 2rem;
    border-radius: 12px;
    border-left: 5px solid var(--primary-color);
    color: var(--text-secondary);
    margin-bottom: 2rem;
    font-style: italic;
    line-height: 1.7;
}

.program-detail-modules,
.program-detail-files {
    margin-top: 2.5rem;
}

.modules-title,
.files-title {
    font-size: 1.375rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.modules-list {
    list-style: none;
    padding-left: 0;
}

.modules-list li {
    padding: 0.75rem 0;
    padding-left: 2rem;
    position: relative;
    color: var(--text-secondary);
    line-height: 1.7;
    font-size: 1.0625rem;
}

.modules-list li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 1.125rem;
}

.files-list {
    list-style: none;
    padding-left: 0;
}

.files-list li {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--border-color);
    transition: var(--transition);
}

.files-list li:hover {
    background: var(--bg-light);
    margin: 0 -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-radius: 8px;
}

.files-list li:last-child {
    border-bottom: none;
}

.files-list svg {
    color: var(--primary-color);
    flex-shrink: 0;
    stroke-width: 2.5;
    width: 22px;
    height: 22px;
}

.files-list a {
    color: var(--primary-color);
    text-decoration: none;
    transition: var(--transition);
    font-weight: 500;
}

.files-list a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}

.program-detail-info {
    background: var(--bg-light);
    padding: 2rem;
    border-radius: 16px;
    margin: 2rem 0;
    border-left: 5px solid var(--primary-color);
}

.program-detail-info p {
    margin-bottom: 0.75rem;
    color: var(--text-secondary);
    line-height: 1.7;
}

.program-detail-info p:last-child {
    margin-bottom: 0;
}

.program-pricing {
    background: var(--bg-light);
    padding: 2.5rem;
    border-radius: 20px;
    margin: 2rem 0;
    border: 2px solid var(--border-color);
}

.pricing-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 0;
    border-bottom: 1px solid var(--border-color);
}

.pricing-item:last-child {
    border-bottom: none;
}

.pricing-label {
    color: var(--text-secondary);
    flex: 1;
    font-weight: 500;
}

.pricing-value {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--primary-color);
}

.pricing-note {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 2px solid var(--border-color);
    color: var(--text-secondary);
    font-size: 0.95rem;
    font-style: italic;
}

/* ============================================
   About Page
   ============================================ */

.about-content-section {
    background: white;
    padding: 30px 0;
}

.about-content-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.about-main-content h2 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 2rem;
    color: var(--text-primary);
    letter-spacing: -1px;
}

.about-main-content h3 {
    font-size: 1.875rem;
    font-weight: 700;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.about-main-content p {
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 1.75rem;
    font-size: 1.0625rem;
}

.advantages-list {
    list-style: none;
    padding: 0;
    margin: 2.5rem 0;
}

.advantages-list li {
    padding: 2rem;
    margin-bottom: 1.5rem;
    background: var(--bg-light);
    border-radius: 16px;
    border-left: 5px solid var(--primary-color);
    transition: var(--transition);
}

.advantages-list li:hover {
    transform: translateX(8px);
    box-shadow: var(--shadow-md);
}

.advantages-list li strong {
    display: block;
    font-size: 1.125rem;
    color: var(--text-primary);
    margin-bottom: 0.75rem;
    font-weight: 700;
}

.advantages-list li p {
    margin: 0;
    color: var(--text-secondary);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
}

.service-item {
    text-align: center;
    padding: 2.5rem;
    background: var(--bg-light);
    border-radius: 20px;
    transition: var(--transition);
    border: 2px solid transparent;
}

.service-item:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-color);
}

.service-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 2rem;
    background: linear-gradient(135deg, var(--secondary-color) 0%, var(--secondary-medium) 100%);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15);
    transition: var(--transition);
    border: 2px solid transparent;
}

.service-item:hover .service-icon {
    background: var(--primary-gradient);
    box-shadow: 0 8px 24px rgba(196, 51, 60, 0.3);
    transform: translateY(-4px) scale(1.05);
}

.service-icon svg {
    stroke-width: 2.5;
    width: 36px;
    height: 36px;
}

.service-item h4 {
    font-size: 1.375rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.service-item p {
    color: var(--text-secondary);
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 768px) {
    .page-title {
        font-size: 2rem;
    }

    .page-subtitle {
        font-size: 1.0625rem;
    }

    .program-detail-card {
        padding: 2rem;
    }

    .program-detail-header {
        flex-direction: column;
        gap: 1.5rem;
    }

    .program-detail-content {
        margin-left: 0;
    }

    .program-detail-title {
        font-size: 1.625rem;
    }

    .pricing-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .about-main-content h2 {
        font-size: 2rem;
    }

    .about-main-content h3 {
        font-size: 1.35rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   Contact Modal
   ============================================ */

.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-container {
    background: #ffffff;
    border-radius: 24px;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.05);
    position: relative;
    transform: scale(0.95) translateY(20px);
    transition: transform 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.modal-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg,
            var(--accent-blue),
            var(--primary-color),
            var(--accent-blue));
    border-radius: 24px 24px 0 0;
}

.modal-overlay.active .modal-container {
    transform: scale(1) translateY(0);
}

.modal-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.05);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-primary);
    transition: all 0.3s ease;
    z-index: 1;
}

.modal-close:hover {
    background: rgba(196, 51, 60, 0.1);
    color: var(--primary-color);
    transform: rotate(90deg);
}

.modal-content {
    padding: 2.5rem;
    position: relative;
    z-index: 1;
}

.modal-header {
    text-align: center;
    margin-bottom: 2rem;
}

.modal-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.75rem;
    letter-spacing: -0.3px;
}

.modal-subtitle {
    color: var(--text-secondary);
    font-size: 0.9375rem;
    line-height: 1.6;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    position: relative;
}

.form-group:nth-child(1) {
    animation-delay: 0.1s;
}

.form-group:nth-child(2) {
    animation-delay: 0.2s;
}

.form-group:nth-child(3) {
    animation-delay: 0.3s;
}

.form-group:nth-child(4) {
    animation-delay: 0.4s;
}

.form-group:nth-child(5) {
    animation-delay: 0.5s;
}

.form-group:nth-child(6) {
    animation-delay: 0.6s;
}

@keyframes formFieldSlideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-group label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: var(--text-primary);
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}

.form-group label svg {
    color: var(--accent-blue);
    opacity: 0.8;
    transition: opacity 0.2s ease;
    width: 16px;
    height: 16px;
}

.form-group:focus-within label svg {
    opacity: 1;
}

.input-wrapper {
    position: relative;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.875rem 1.25rem;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    font-size: 0.9375rem;
    font-family: inherit;
    transition: all 0.2s ease;
    background: #ffffff;
    color: var(--text-primary);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #94a3b8;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--accent-blue);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
    line-height: 1.6;
}

.checkbox-group {
    margin-top: 0.5rem;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
    font-weight: 400;
    font-size: 0.875rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

.checkbox-label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.checkbox-custom {
    width: 20px;
    height: 20px;
    border: 2px solid #cbd5e1;
    border-radius: 4px;
    background: #ffffff;
    position: relative;
    flex-shrink: 0;
    margin-top: 2px;
    transition: all 0.2s ease;
}

.checkbox-label input[type="checkbox"]:checked+.checkbox-custom {
    background: var(--accent-blue);
    border-color: var(--accent-blue);
}

.checkbox-label input[type="checkbox"]:checked+.checkbox-custom::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
}

.checkbox-text {
    flex: 1;
    user-select: none;
}

.btn-submit {
    margin-top: 0.5rem;
    width: 100%;
    justify-content: center;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    background: var(--accent-blue);
    color: white;
    border: none;
    border-radius: 12px;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}

@keyframes buttonGradient {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

.btn-submit:hover {
    background: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.3);
}

.btn-submit:active {
    transform: translateY(0);
}

.btn-submit svg {
    transition: transform 0.2s ease;
}

.btn-submit:hover svg {
    transform: translateX(4px);
}

.modal-contacts {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e2e8f0;
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--text-primary);
    font-size: 0.9375rem;
    flex: 1;
    min-width: 200px;
}

.contact-item svg {
    color: var(--accent-blue);
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

.contact-item strong {
    color: var(--text-secondary);
    display: block;
    margin-bottom: 0.25rem;
    font-weight: 600;
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-item a {
    color: var(--accent-blue);
    text-decoration: none;
    transition: color 0.2s ease;
    font-weight: 600;
    font-size: 0.9375rem;
}

.contact-item a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

/* РђРЅРёРјР°С†РёСЏ РїРѕСЏРІР»РµРЅРёСЏ С„РѕСЂРјС‹ */
@keyframes formSlideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-overlay.active .contact-form {
    animation: formSlideIn 0.4s ease-out 0.2s both;
}

/* РђРґР°РїС‚РёРІРЅРѕСЃС‚СЊ РјРѕРґР°Р»СЊРЅРѕРіРѕ РѕРєРЅР° */
@media (max-width: 768px) {
    .modal-container {
        max-width: 100%;
        border-radius: 20px 20px 0 0;
        max-height: 95vh;
    }

    .modal-content {
        padding: 2rem 1.5rem;
    }

    .modal-title {
        font-size: 1.75rem;
    }

    .modal-close {
        top: 1rem;
        right: 1rem;
    }
}

/* ============================================
   РЎРўР РђРќРР¦Рђ РџР РћР“Р РђРњРњР« - Р•РґРёРЅР°СЏ СЃС‚СЂСѓРєС‚СѓСЂР°
   ============================================ */

/* Breadcrumbs */
.breadcrumbs {
    background: var(--bg-light);
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.breadcrumbs-nav {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: var(--font-size-sm);
    color: var(--text-secondary);
}

.breadcrumbs-nav a {
    color: var(--text-secondary);
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumbs-nav a:hover {
    color: var(--primary-color);
}

.breadcrumbs-separator {
    color: var(--text-tertiary);
}

.breadcrumbs-current {
    color: var(--text-primary);
    font-weight: 500;
}

/* Program Hero Section */
.program-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.program-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 50%, rgba(196, 51, 60, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(37, 99, 235, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.program-hero-content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.program-hero-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 2rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation: float 3s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.program-hero-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: var(--font-heading);
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.program-hero-subtitle {
    font-size: clamp(1.0125rem, 1.8vw, 1.35rem);
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    font-weight: 400;
}

.program-hero-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.program-hero-badges .program-badge {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: var(--font-size-sm);
    font-weight: 500;
    transition: all 0.3s ease;
}

.program-hero-badges .program-badge:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Section Dividers - Removed to avoid duplication with section-title decorative lines */

/* Program Overview */
.program-overview {
    padding: 4rem 0;
    background: var(--bg-white);
    position: relative;
}

.program-overview-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    align-items: start;
}

.program-description {
    line-height: var(--line-height-relaxed);
}

.program-description .lead {
    font-size: var(--font-size-xl);
    font-weight: 500;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.program-description p {
    margin-bottom: 1.25rem;
    color: var(--text-secondary);
}

.program-description .highlight {
    background: linear-gradient(135deg, rgba(196, 51, 60, 0.1) 0%, rgba(37, 99, 235, 0.1) 100%);
    padding: 1.5rem;
    border-radius: 12px;
    border-left: 4px solid var(--primary-color);
    margin: 2rem 0;
    font-weight: 500;
    color: var(--text-primary);
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.features-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.features-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem 0;
    color: var(--text-secondary);
    position: relative;
}

.features-list li svg {
    flex-shrink: 0;
    color: var(--primary-color);
    margin-top: 2px;
    width: 20px;
    height: 20px;
}

.features-list li span {
    flex: 1;
}

.program-info-card {
    background: var(--bg-white);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    position: sticky;
    top: 100px;
}

.program-info-card h3 {
    font-size: var(--font-size-xl);
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
    font-family: var(--font-heading);
}

.info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: var(--text-secondary);
}

.info-list li:last-child {
    border-bottom: none;
}

.info-list li svg {
    flex-shrink: 0;
    color: var(--primary-color);
    margin-top: 2px;
}

/* Program Modules Section */
.program-modules-section {
    padding: 4rem 0;
    background: var(--bg-light);
    position: relative;
}

.modules-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.module-card {
    background: var(--bg-white);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.module-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--accent-blue) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.module-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.module-card:hover::before {
    transform: scaleX(1);
}

.module-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, rgba(196, 51, 60, 0.1) 0%, rgba(37, 99, 235, 0.1) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.module-card:hover .module-icon {
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(135deg, rgba(196, 51, 60, 0.15) 0%, rgba(37, 99, 235, 0.15) 100%);
}

.module-title {
    font-size: var(--font-size-xl);
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
    font-family: var(--font-heading);
}

.module-desc {
    color: var(--text-secondary);
    line-height: var(--line-height-relaxed);
    font-size: var(--font-size-base);
}

/* Program Advantages */
.program-advantages {
    padding: 4rem 0;
    background: var(--bg-white);
    position: relative;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.advantage-item {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
    background: var(--bg-light);
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.advantage-item:hover {
    background: var(--bg-white);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.advantage-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-blue) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.advantage-item h3 {
    font-size: var(--font-size-lg);
    font-weight: 600;
    margin: 0;
    color: var(--text-primary);
    font-family: var(--font-heading);
}

.advantage-item p {
    margin: 0;
    color: var(--text-secondary);
    line-height: var(--line-height-relaxed);
}

/* Program Pricing Section */
.program-pricing-section {
    padding: 4rem 0;
    background: var(--bg-light);
}

.pricing-note {
    text-align: center;
    margin-bottom: 2rem;
    color: var(--text-secondary);
    font-size: var(--font-size-sm);
}

.pricing-table-wrapper {
    overflow-x: auto;
    margin-top: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    background: var(--bg-white);
    min-width: 600px;
}

.pricing-table thead {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-blue) 100%);
    color: white;
}

.pricing-table th {
    padding: 1.25rem 1.5rem;
    text-align: left;
    font-weight: 600;
    font-size: var(--font-size-base);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: var(--font-heading);
}

.pricing-table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: background 0.2s ease;
}

.pricing-table tbody tr:hover {
    background: var(--bg-light);
}

.pricing-table td {
    padding: 1.25rem 1.5rem;
    color: var(--text-secondary);
    font-size: var(--font-size-base);
}

.pricing-table td:first-child {
    color: var(--text-primary);
    font-weight: 500;
}

.pricing-table .price {
    color: var(--primary-color);
    font-weight: 700;
    font-size: var(--font-size-lg);
    font-family: var(--font-heading);
}

/* Program Audience Section */
.program-audience {
    padding: 4rem 0;
    background: var(--bg-light);
    position: relative;
}

.audience-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.audience-card {
    background: var(--bg-white);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.audience-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.audience-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, rgba(196, 51, 60, 0.1) 0%, rgba(37, 99, 235, 0.1) 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
}

.audience-card h3 {
    font-size: var(--font-size-xl);
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
    font-family: var(--font-heading);
}

.audience-card p {
    color: var(--text-secondary);
    line-height: var(--line-height-relaxed);
    margin: 0;
}

/* Program Key Features Section */
.program-key-features {
    padding: 4rem 0;
    background: var(--bg-white);
    position: relative;
}

.key-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-top: 3rem;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.key-feature-item {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    background: #f5f5f5;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.08);
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.key-feature-item:hover {
    background: #ffffff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.key-feature-number {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: var(--font-heading);
    color: rgba(30, 58, 138, 0.15);
    line-height: 1;
    flex-shrink: 0;
    min-width: 45px;
    max-width: 45px;
}

.key-feature-content {
    flex: 1;
    min-width: 0;
}

.key-feature-item h3 {
    font-size: var(--font-size-base);
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #1e3a8a;
    font-family: var(--font-heading);
    line-height: 1.3;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.key-feature-item p {
    color: var(--text-secondary);
    line-height: var(--line-height-relaxed);
    margin: 0;
    font-size: var(--font-size-sm);
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Program Support Section */
.program-support {
    padding: 4rem 0;
    background: var(--bg-light);
}

.support-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.support-card {
    background: var(--bg-white);
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.support-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.support-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-blue) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-bottom: 1.5rem;
}

.support-card h3 {
    font-size: var(--font-size-xl);
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
    font-family: var(--font-heading);
}

.support-card>p {
    color: var(--text-secondary);
    line-height: var(--line-height-relaxed);
    margin-bottom: 1.5rem;
}

.support-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.support-list li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: var(--text-secondary);
    font-size: var(--font-size-sm);
}

.support-list li::before {
    content: '\2022';
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 1.2rem;
}

/* Program Files Section */
.program-files-section {
    padding: 4rem 0;
    background: var(--bg-white);
}

.files-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.file-card {
    background: var(--bg-white);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 2rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.file-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-color: var(--primary-color);
}

.file-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, rgba(196, 51, 60, 0.1) 0%, rgba(37, 99, 235, 0.1) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
}

.file-content h3 {
    font-size: var(--font-size-xl);
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
    font-family: var(--font-heading);
}

.file-content p {
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
    font-size: var(--font-size-sm);
    line-height: var(--line-height-relaxed);
}

.file-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    font-size: var(--font-size-sm);
    transition: all 0.2s ease;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.04);
}

.file-link:hover {
    background: rgba(196, 51, 60, 0.1);
    transform: translateX(5px);
}

.file-links {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* Program Stats Section */
.program-stats {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgba(196, 51, 60, 0.05) 0%, rgba(37, 99, 235, 0.05) 100%);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.stat-card {
    text-align: center;
    padding: 2rem;
    background: var(--bg-white);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 700;
    font-family: var(--font-heading);
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-blue) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: var(--font-size-lg);
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
    font-family: var(--font-heading);
}

.stat-desc {
    font-size: var(--font-size-sm);
    color: var(--text-secondary);
    margin: 0;
}

/* Program FAQ Section */
.program-faq {
    padding: 4rem 0;
    background: var(--bg-white);
}

.faq-list {
    max-width: 800px;
    margin: 3rem auto 0;
}

.faq-item {
    background: var(--bg-white);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.faq-question {
    width: 100%;
    padding: 1.5rem;
    background: var(--bg-light);
    border: none;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    font-size: var(--font-size-lg);
    font-weight: 600;
    color: var(--text-primary);
    font-family: var(--font-heading);
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: rgba(196, 51, 60, 0.05);
}

.faq-question svg {
    flex-shrink: 0;
    transition: transform 0.3s ease;
    color: var(--primary-color);
}

.faq-item.active .faq-question svg {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 1.5rem;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 1.5rem 1.5rem;
}

.faq-answer p {
    color: var(--text-secondary);
    line-height: var(--line-height-relaxed);
    margin: 0;
    padding-top: 1rem;
}

/* Program CTA */
.program-cta {
    padding: 40px 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.program-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 30% 50%, rgba(196, 51, 60, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 70% 50%, rgba(37, 99, 235, 0.15) 0%, transparent 50%);
    pointer-events: none;
}

.cta-content {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
}

.cta-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 2rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.cta-content h2 {
    font-size: clamp(1.8rem, 3.6vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1rem;
    color: white;
    font-family: var(--font-heading);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.program-cta .cta-content h2 {
    margin-bottom: 0.75rem;
}

.cta-content>p {
    font-size: var(--font-size-lg);
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
}

.cta-features {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.cta-feature {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: var(--font-size-sm);
}

.cta-feature svg {
    color: var(--primary-color);
    flex-shrink: 0;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.program-cta .cta-buttons .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.program-cta .cta-buttons .btn-secondary {
    background: white;
    color: var(--secondary-color);
    border-color: white;
}

.program-cta .cta-buttons .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.95);
    color: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.3);
}

/* ============================================
   Programs CTA Section (for programs list page)
   ============================================ */

.programs-cta {
    padding: 5rem 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.programs-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 50%, rgba(196, 51, 60, 0.1) 0%, transparent 60%),
        radial-gradient(circle at 80% 50%, rgba(37, 99, 235, 0.08) 0%, transparent 60%);
    pointer-events: none;
}

.programs-cta-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
}

.programs-cta-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 2rem;
    background: linear-gradient(135deg, rgba(196, 51, 60, 0.2), rgba(37, 99, 235, 0.2));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.programs-cta-icon svg {
    width: 40px;
    height: 40px;
}

.programs-cta-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-family: var(--font-heading);
    margin-bottom: 1rem;
    color: white;
}

.programs-cta-text {
    font-size: var(--font-size-lg);
    line-height: 1.7;
    margin-bottom: 2rem;
    opacity: 0.95;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.programs-cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.programs-cta-buttons .btn {
    min-width: 200px;
}

.cta-link {
    display: inline-block;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-weight: 500;
    font-size: var(--font-size-base);
    transition: var(--transition);
}

.cta-link:hover {
    color: white;
    text-decoration: underline;
}

.btn-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.btn-link:hover {
    color: white;
    text-decoration: underline;
}

/* Reading Progress Bar */
.reading-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(0, 0, 0, 0.05);
    z-index: 9999;
}

.reading-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--accent-blue) 100%);
    width: 0%;
    transition: width 0.1s ease;
}

/* Table of Contents */
.table-of-contents {
    background: var(--bg-white);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 100;
    transition: all 0.3s ease;
}

.table-of-contents.scrolled {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.toc-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
}

.toc-toggle {
    display: none;
    align-items: center;
    gap: 0.5rem;
    background: none;
    border: none;
    cursor: pointer;
    font-size: var(--font-size-base);
    color: var(--text-primary);
    font-weight: 600;
    padding: 0.5rem;
}

.toc-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

.toc-link {
    color: var(--text-secondary);
    text-decoration: none;
    font-size: var(--font-size-sm);
    font-weight: 500;
    transition: all 0.2s ease;
    position: relative;
    padding: 0.25rem 0;
}

.toc-link:hover,
.toc-link.active {
    color: var(--primary-color);
}

.toc-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--primary-color);
}

/* Program Visuals Section */
.program-visuals {
    padding: 4rem 0;
    background: var(--bg-light);
}

.visuals-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.visual-item {
    text-align: center;
    background: var(--bg-white);
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.visual-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.visual-placeholder {
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, rgba(196, 51, 60, 0.1) 0%, rgba(37, 99, 235, 0.1) 100%);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    color: var(--text-secondary);
}

.visual-placeholder svg {
    opacity: 0.5;
}

.visual-item h3 {
    font-size: var(--font-size-lg);
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
    font-family: var(--font-heading);
}

.visual-item p {
    color: var(--text-secondary);
    font-size: var(--font-size-sm);
    margin: 0;
}

/* Price Calculator */
.price-calculator {
    padding: 4rem 0;
    background: var(--bg-white);
}

.calculator-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-top: 3rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.calculator-form {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.calc-group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.calc-group label {
    font-weight: 600;
    color: var(--text-primary);
    font-size: var(--font-size-base);
}

.calc-input,
.calc-select {
    padding: 0.75rem 1rem;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    font-size: var(--font-size-base);
    transition: all 0.2s ease;
    background: var(--bg-white);
}

.calc-input:focus,
.calc-select:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(196, 51, 60, 0.1);
}

.calc-note {
    font-size: var(--font-size-sm);
    color: var(--text-secondary);
}

.calc-checkboxes {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.calc-checkbox {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    border: 2px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.calc-checkbox:hover {
    background: var(--bg-light);
    border-color: var(--primary-color);
}

.calc-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: var(--primary-color);
}

.calculator-result {
    background: linear-gradient(135deg, rgba(196, 51, 60, 0.05) 0%, rgba(37, 99, 235, 0.05) 100%);
    border-radius: 16px;
    padding: 2rem;
    position: sticky;
    top: 100px;
    height: fit-content;
    overflow: visible;
}

.calc-line span:last-child,
.calc-total span:last-child,
.calc-support-total span:last-child {
    flex-shrink: 0;
    white-space: nowrap;
    text-align: right;
}

.calc-summary h3 {
    font-size: var(--font-size-xl);
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
    font-family: var(--font-heading);
    text-align: center;
}

.calc-breakdown {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.calc-line {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: var(--font-size-sm);
}

.calc-total {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    margin-top: 0.5rem;
    border-top: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    font-weight: 700;
    font-size: var(--font-size-lg);
    color: var(--text-primary);
}

.calc-support-total {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 0;
    font-size: var(--font-size-base);
    color: var(--text-secondary);
}

/* Testimonials Section */
.program-testimonials {
    padding: 4rem 0;
    background: var(--bg-light);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.testimonial-card {
    background: var(--bg-white);
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-blue) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.testimonial-info h4 {
    font-size: var(--font-size-base);
    font-weight: 700;
    margin: 0 0 0.25rem;
    color: var(--text-primary);
}

.testimonial-info p {
    font-size: var(--font-size-sm);
    color: var(--text-secondary);
    margin: 0;
}

.testimonial-rating {
    margin-bottom: 1rem;
}

.testimonial-rating .star {
    color: #fbbf24;
    font-size: 1.2rem;
}

.testimonial-text {
    color: var(--text-secondary);
    line-height: var(--line-height-relaxed);
    font-style: italic;
    margin: 0;
}

/* Case Studies Section */
.program-cases {
    padding: 4rem 0;
    background: var(--bg-white);
}

.cases-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.case-card {
    background: var(--bg-light);
    padding: 2rem;
    border-radius: 16px;
    border: 2px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.case-card:hover {
    border-color: var(--primary-color);
    box-shadow: 0 8px 30px rgba(196, 51, 60, 0.1);
    transform: translateY(-5px);
}

.case-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-blue) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-bottom: 1.5rem;
}

.case-card h3 {
    font-size: var(--font-size-lg);
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
    font-family: var(--font-heading);
}

.case-stats {
    display: flex;
    gap: 2rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.case-stat {
    display: flex;
    flex-direction: column;
}

.case-stat-number {
    font-size: 2rem;
    font-weight: 700;
    font-family: var(--font-heading);
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-blue) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.case-stat-label {
    font-size: var(--font-size-sm);
    color: var(--text-secondary);
    margin-top: 0.25rem;
}

.case-card p {
    color: var(--text-secondary);
    line-height: var(--line-height-relaxed);
    margin: 0;
}

/* Partners Section */
.program-partners {
    padding: 4rem 0;
    background: var(--bg-light);
}

.partners-subtitle {
    text-align: center;
    color: var(--text-secondary);
    font-size: var(--font-size-lg);
    margin-top: 1rem;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.partner-logo {
    background: var(--bg-white);
    border-radius: 12px;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.partner-logo:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.partner-placeholder {
    color: var(--text-secondary);
    font-size: var(--font-size-sm);
    text-align: center;
    font-weight: 500;
}

/* Sticky CTA */
.sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: white;
    padding: 1rem 0;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.sticky-cta.visible {
    transform: translateY(0);
}

.sticky-cta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.sticky-cta-text {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.sticky-cta-text strong {
    font-size: var(--font-size-lg);
    font-weight: 700;
}

.sticky-cta-text span {
    font-size: var(--font-size-sm);
    color: rgba(255, 255, 255, 0.8);
}

.sticky-cta-buttons {
    display: flex;
    gap: 1rem;
}

.btn-sm {
    padding: 0.5rem 1.5rem;
    font-size: var(--font-size-sm);
}

/* Scroll to Top Button */
.scroll-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-blue) 100%);
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(196, 51, 60, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
}

.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.scroll-to-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 30px rgba(196, 51, 60, 0.4);
}

@media (max-width: 768px) {
    .scroll-to-top {
        bottom: 5rem;
        right: 1.5rem;
        width: 45px;
        height: 45px;
    }

    .toc-toggle {
        display: flex;
    }

    .toc-list {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--bg-white);
        flex-direction: column;
        padding: 1rem;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        border-top: 1px solid rgba(0, 0, 0, 0.08);
    }

    .toc-list.active {
        display: flex;
    }

    .calculator-wrapper {
        grid-template-columns: 1fr;
    }

    .calculator-result {
        position: static;
    }

    .sticky-cta-content {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .sticky-cta-buttons {
        width: 100%;
        justify-content: center;
    }

    .sticky-cta-buttons .btn {
        flex: 1;
    }
}

/* РђРґР°РїС‚РёРІРЅРѕСЃС‚СЊ СЃС‚СЂР°РЅРёС†С‹ РїСЂРѕРіСЂР°РјРјС‹ */
@media (max-width: 968px) {
    .program-overview-grid {
        grid-template-columns: 1fr;
    }

    .program-info-card {
        position: static;
    }

    .modules-grid {
        grid-template-columns: 1fr;
    }

    .advantages-grid {
        grid-template-columns: 1fr;
    }

    .files-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .program-hero {
        padding: 3rem 0;
    }

    .program-hero-icon {
        width: 64px;
        height: 64px;
    }

    .program-hero-badges {
        flex-direction: column;
        align-items: center;
    }

    .program-overview,
    .program-audience,
    .program-key-features,
    .program-stats,
    .program-modules-section,
    .program-advantages,
    .program-pricing-section,
    .program-support,
    .program-faq,
    .program-files-section,
    .program-cta {
        padding: 40px 0;
    }

    .key-features-grid {
        grid-template-columns: 1fr;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cta-features {
        flex-direction: column;
        gap: 1rem;
    }

    .audience-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }

    .support-grid {
        grid-template-columns: 1fr;
    }

    .pricing-table-wrapper {
        border-radius: 8px;
    }

    .pricing-table th,
    .pricing-table td {
        padding: 1rem;
        font-size: var(--font-size-sm);
    }

    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .cta-buttons .btn {
        width: 100%;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .stat-number {
        font-size: 2.5rem;
    }
}

/* ============================================
   Updates Page
   ============================================ */

.updates-section {
    background: var(--bg-light);
    padding: 16px 0 40px;
    position: relative;
    overflow: hidden;
}

.updates-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(196, 51, 60, 0.15), transparent);
}

/* Controls */
.updates-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 4rem;
    flex-wrap: wrap;
}

.updates-filters {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 0.75rem 1.5rem;
    border: 2px solid var(--border-color);
    background: white;
    border-radius: 12px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--text-secondary);
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--font-heading);
    white-space: nowrap;
}

.filter-btn:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(196, 51, 60, 0.15);
}

.filter-btn.active {
    background: var(--primary-gradient);
    border-color: transparent;
    color: white;
    box-shadow: 0 4px 16px rgba(196, 51, 60, 0.3);
}

.updates-search {
    position: relative;
    flex: 1;
    max-width: 400px;
    min-width: 250px;
}

.updates-search svg {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-tertiary);
    pointer-events: none;
    z-index: 1;
}

.search-input {
    width: 100%;
    padding: 0.875rem 1.25rem 0.875rem 3.25rem;
    border: 2px solid var(--border-color);
    border-radius: 12px;
    font-size: 0.9375rem;
    background: white;
    color: var(--text-primary);
    transition: all 0.3s ease;
    font-family: var(--font-family);
}

.search-input:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(196, 51, 60, 0.1);
}

.search-input::placeholder {
    color: var(--text-tertiary);
}

/* Year Filter */
.updates-year-filter {
    position: relative;
}

.year-select {
    padding: 0.875rem 2.5rem 0.875rem 1.25rem;
    border: 2px solid var(--border-color);
    border-radius: 12px;
    font-size: 0.9375rem;
    font-weight: 600;
    background: white;
    color: var(--text-primary);
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--font-heading);
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
}

.year-select:hover {
    border-color: var(--primary-color);
}

.year-select:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(196, 51, 60, 0.1);
}

/* Updates Grid */
.updates-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.update-program-card {
    background: white;
    border-radius: 20px;
    padding: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid var(--border-color);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease forwards;
}

.update-program-card:nth-child(1) {
    animation-delay: 0.1s;
}

.update-program-card:nth-child(2) {
    animation-delay: 0.2s;
}

.update-program-card:nth-child(3) {
    animation-delay: 0.3s;
}

.update-program-card:nth-child(4) {
    animation-delay: 0.4s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.update-program-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--primary-gradient);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.update-program-card:hover::before {
    transform: scaleX(1);
}

.update-program-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    border-color: rgba(196, 51, 60, 0.2);
}

.update-program-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    background: linear-gradient(135deg, rgba(196, 51, 60, 0.02) 0%, transparent 100%);
}

.update-program-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(196, 51, 60, 0.1) 0%, rgba(196, 51, 60, 0.05) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.update-program-icon svg {
    width: 32px;
    height: 32px;
}

.update-program-card:hover .update-program-icon {
    background: var(--primary-gradient);
    color: white;
    transform: scale(1.1) rotate(5deg);
}

.update-program-info {
    flex: 1;
    min-width: 0;
}

.update-program-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 0.5rem;
    line-height: 1.3;
    font-family: var(--font-heading);
}

.update-program-subtitle {
    font-size: 0.9375rem;
    color: var(--text-secondary);
    margin: 0;
    line-height: 1.5;
}

.update-program-badge {
    padding: 0.5rem 1rem;
    background: var(--primary-gradient);
    border-radius: 10px;
    color: white;
    font-weight: 700;
    font-size: 0.875rem;
    font-family: var(--font-heading);
    box-shadow: 0 4px 12px rgba(196, 51, 60, 0.25);
}

.update-program-content {
    padding: 2rem;
}

.update-instruction {
    color: var(--text-secondary);
    font-size: 0.9375rem;
    line-height: 1.75;
    margin-bottom: 2rem;
    padding: 1.25rem;
    background: var(--bg-light);
    border-radius: 12px;
    border-left: 4px solid var(--primary-color);
}

.update-instruction strong {
    color: var(--primary-color);
    font-weight: 700;
}

/* Files Table */
.update-files {
    margin-top: 1.5rem;
}

.update-files-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.update-files-header h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0;
    font-family: var(--font-heading);
}

.update-files-count {
    font-size: 0.875rem;
    color: var(--text-secondary);
    background: var(--bg-light);
    padding: 0.375rem 0.75rem;
    border-radius: 8px;
    font-weight: 600;
}

.update-files-table {
    overflow-x: auto;
    border-radius: 12px;
    border: 1px solid var(--border-color);
}

.update-files-table table {
    width: 100%;
    border-collapse: collapse;
    background: white;
}

.update-files-table thead {
    background: var(--bg-light);
}

.update-files-table th {
    padding: 1rem 1.25rem;
    text-align: left;
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: var(--font-heading);
    border-bottom: 2px solid var(--border-color);
}

.update-files-table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: background 0.2s ease;
    display: table-row;
}

.update-files-table tbody tr:nth-child(n+4) {
    display: none;
}

.update-files-table.show-all tbody tr {
    display: table-row !important;
}

.update-files-table tbody tr:hover {
    background: rgba(196, 51, 60, 0.02);
}

.update-files-table tbody tr:last-child {
    border-bottom: none;
}

.update-files-table td {
    padding: 1rem 1.25rem;
    font-size: 0.9375rem;
    color: var(--text-primary);
}

.file-name {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.file-name svg {
    width: 18px;
    height: 18px;
    color: var(--primary-color);
    flex-shrink: 0;
}

.file-name span {
    word-break: break-word;
}

.file-download-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: var(--primary-gradient);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.file-download-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(196, 51, 60, 0.3);
}

.file-download-btn svg {
    width: 14px;
    height: 14px;
}

.update-files-more {
    margin-top: 2rem;
    text-align: center;
    padding-top: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.show-more-files {
    padding: 1rem 2rem;
    background: linear-gradient(135deg, rgba(196, 51, 60, 0.08) 0%, rgba(37, 99, 235, 0.08) 100%);
    border: 2px solid var(--primary-color);
    border-radius: 12px;
    color: var(--primary-color);
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: var(--font-heading);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    position: relative;
    overflow: hidden;
    box-shadow:
        0 2px 8px rgba(196, 51, 60, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.show-more-files::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.show-more-files:hover::before {
    left: 100%;
}

.show-more-files:hover {
    border-color: var(--primary-color);
    color: white;
    background: var(--primary-gradient);
    transform: translateY(-2px);
    box-shadow:
        0 4px 16px rgba(196, 51, 60, 0.3),
        0 2px 8px rgba(196, 51, 60, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.show-more-files:active {
    transform: translateY(0);
    box-shadow:
        0 2px 8px rgba(196, 51, 60, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* Empty State */
.updates-empty {
    text-align: center;
    padding: 4rem 2rem;
    color: var(--text-secondary);
}

.updates-empty svg {
    color: var(--text-tertiary);
    margin-bottom: 1.5rem;
    opacity: 0.5;
}

.updates-empty h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.75rem;
    font-family: var(--font-heading);
}

.updates-empty p {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* Responsive */
@media (max-width: 768px) {
    .updates-section {
        padding: 30px 0;
    }

    .updates-controls {
        flex-direction: column;
        align-items: stretch;
        gap: 1.5rem;
    }

    .updates-filters {
        justify-content: center;
    }

    .filter-btn {
        padding: 0.625rem 1.25rem;
        font-size: 0.875rem;
    }

    .updates-search {
        max-width: 100%;
        min-width: 100%;
    }

    .updates-year-filter {
        width: 100%;
    }

    .year-select {
        width: 100%;
    }

    .update-program-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        padding: 1.5rem;
    }

    .update-program-icon {
        width: 48px;
        height: 48px;
    }

    .update-program-title {
        font-size: 1.125rem;
    }

    .update-program-content {
        padding: 1.5rem;
    }

    .update-instruction {
        font-size: 0.875rem;
        padding: 1rem;
    }

    .update-files-table {
        font-size: 0.875rem;
    }

    .update-files-table th,
    .update-files-table td {
        padding: 0.75rem;
    }

    .file-download-btn {
        padding: 0.375rem 0.75rem;
        font-size: 0.8125rem;
    }
}

/* ============================================
   Contacts Page
   ============================================ */

.contacts-section {
    padding: 40px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 50%, #f1f5f9 100%);
    position: relative;
    overflow: hidden;
}

.contacts-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(196, 51, 60, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.contacts-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.section-intro {
    text-align: center;
    margin-bottom: 3rem;
}

.section-intro .section-title {
    margin-bottom: 1rem;
}

.section-description {
    font-size: 1.125rem;
    color: var(--text-secondary);
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto;
}

.contacts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
    position: relative;
    z-index: 1;
}

.contact-card {
    background: white;
    border-radius: 24px;
    padding: 2.75rem;
    box-shadow:
        0 4px 24px rgba(0, 0, 0, 0.06),
        0 2px 8px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.contact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--accent-blue) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.contact-card:hover::before {
    transform: scaleX(1);
}

.contact-card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.1),
        0 4px 16px rgba(0, 0, 0, 0.06);
}

.contact-card-primary {
    background: linear-gradient(135deg, rgba(196, 51, 60, 0.06) 0%, rgba(37, 99, 235, 0.06) 100%);
    border-color: rgba(196, 51, 60, 0.12);
    position: relative;
}

.contact-card-primary::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(196, 51, 60, 0.03) 0%, rgba(37, 99, 235, 0.03) 100%);
    border-radius: 24px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.contact-card-primary:hover::after {
    opacity: 1;
}

.contact-card-header {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    margin-bottom: 2rem;
}

.contact-card-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-blue) 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
    box-shadow:
        0 8px 24px rgba(196, 51, 60, 0.3),
        0 4px 12px rgba(37, 99, 235, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    position: relative;
    transition: all 0.3s ease;
}

.contact-card-icon svg {
    width: 32px;
    height: 32px;
}

.contact-card-icon::after {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 18px;
    padding: 2px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), transparent);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.contact-card:hover .contact-card-icon {
    transform: scale(1.05) rotate(2deg);
    box-shadow:
        0 12px 32px rgba(196, 51, 60, 0.4),
        0 6px 16px rgba(37, 99, 235, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.contact-card:hover .contact-card-icon::after {
    opacity: 1;
}

.contact-card-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0;
    font-family: var(--font-heading);
    letter-spacing: 0.02em;
    line-height: 1.2;
}

.contact-card-content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
}

.contact-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
    border-radius: 12px;
    border-bottom: none;
    background: rgba(0, 0, 0, 0.01);
    transition: all 0.3s ease;
    margin-bottom: 0.5rem;
}

.contact-item:hover {
    background: rgba(196, 51, 60, 0.04);
    transform: translateX(4px);
}

.contact-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.contact-item-main {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
}

.contact-label {
    font-size: 0.875rem;
    color: var(--text-secondary);
    font-weight: 500;
}

.contact-value {
    font-size: 1.125rem;
    color: var(--text-primary);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-value:hover {
    color: var(--primary-color);
}

.contact-address {
    font-size: 1.0625rem;
    color: var(--text-primary);
    line-height: 1.7;
    margin: 0;
}

.contact-email {
    font-size: 1.125rem;
    word-break: break-all;
}

/* Contact Card Actions */
.contact-card-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.contact-action-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, var(--primary-color) 0%, #c4333c 100%);
    color: white;
    text-decoration: none;
    border-radius: 12px;
    font-size: 0.9375rem;
    font-weight: 600;
    transition: all 0.3s ease;
    font-family: var(--font-heading);
    box-shadow: 0 4px 12px rgba(196, 51, 60, 0.25);
}

.contact-action-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(196, 51, 60, 0.35);
    background: linear-gradient(135deg, #c4333c 0%, var(--primary-color) 100%);
}

.contact-action-primary svg {
    width: 18px;
    height: 18px;
}

.contact-action-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: white;
    color: var(--text-primary);
    text-decoration: none;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    font-size: 0.9375rem;
    font-weight: 600;
    transition: all 0.3s ease;
    font-family: var(--font-heading);
}

.contact-action-secondary:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(196, 51, 60, 0.15);
}

.contact-action-secondary svg {
    width: 16px;
    height: 16px;
}

.contact-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    color: var(--text-secondary);
    font-size: 0.8125rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--font-family);
}

.contact-action-btn:hover {
    background: rgba(196, 51, 60, 0.08);
    border-color: rgba(196, 51, 60, 0.2);
    color: var(--primary-color);
    transform: translateY(-1px);
}

.contact-action-btn.copied {
    background: rgba(16, 185, 129, 0.1);
    border-color: rgba(16, 185, 129, 0.3);
    color: #10b981;
}

.contact-action-btn svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

/* Management Section */
.contacts-management-section {
    padding: 40px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
    overflow: hidden;
}

.contacts-management-section::before {
    content: '';
    position: absolute;
    top: 20%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(196, 51, 60, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.management-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
    position: relative;
    z-index: 1;
}

.management-card {
    background: white;
    border-radius: 24px;
    padding: 2.25rem;
    box-shadow:
        0 4px 24px rgba(0, 0, 0, 0.06),
        0 2px 8px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.management-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--accent-blue) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.management-card:hover::before {
    transform: scaleX(1);
}

.management-card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.1),
        0 4px 16px rgba(0, 0, 0, 0.06);
}

.management-card-header {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
}

.management-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, rgba(196, 51, 60, 0.12) 0%, rgba(37, 99, 235, 0.12) 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    flex-shrink: 0;
    border: 2px solid rgba(196, 51, 60, 0.15);
    box-shadow:
        0 4px 12px rgba(196, 51, 60, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
}

.management-icon svg {
    width: 28px;
    height: 28px;
}

.management-card:hover .management-icon {
    transform: scale(1.08);
    box-shadow:
        0 6px 20px rgba(196, 51, 60, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.management-info {
    flex: 1;
    min-width: 0;
}

.management-name {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
    font-family: var(--font-heading);
    line-height: 1.4;
    word-break: break-word;
}

.management-position {
    font-size: 0.9375rem;
    color: var(--text-secondary);
    font-weight: 500;
    margin: 0;
}

.management-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.management-email {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-primary);
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 500;
    transition: all 0.3s ease;
    flex: 1;
    min-width: 0;
    word-break: break-all;
}

.management-email:hover {
    color: var(--primary-color);
}

.management-email svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.management-email:hover svg {
    transform: translateX(2px);
}

.management-copy-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    color: var(--text-secondary);
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.management-copy-btn:hover {
    background: rgba(196, 51, 60, 0.08);
    border-color: rgba(196, 51, 60, 0.2);
    color: var(--primary-color);
    transform: scale(1.1);
}

.management-copy-btn.copied {
    background: rgba(16, 185, 129, 0.1);
    border-color: rgba(16, 185, 129, 0.3);
    color: #10b981;
}

.management-copy-btn svg {
    width: 16px;
    height: 16px;
}

/* Programs Contacts Section */
.programs-contacts-section {
    padding: 40px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.programs-contacts-section::before {
    content: '';
    position: absolute;
    bottom: -20%;
    right: -5%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.programs-contacts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
    position: relative;
    z-index: 1;
}

.program-contact-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow:
        0 4px 20px rgba(0, 0, 0, 0.06),
        0 2px 8px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    min-width: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    backdrop-filter: blur(10px);
}

.program-contact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--accent-blue) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.program-contact-card:hover::before {
    transform: scaleX(1);
}

.program-contact-card:hover {
    transform: translateY(-2px);
    box-shadow:
        0 4px 24px rgba(0, 0, 0, 0.08),
        0 2px 8px rgba(0, 0, 0, 0.04);
}

.program-contact-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
    min-width: 0;
}

.program-contact-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, rgba(196, 51, 60, 0.12) 0%, rgba(37, 99, 235, 0.12) 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    flex-shrink: 0;
    border: 2px solid rgba(196, 51, 60, 0.15);
    box-shadow:
        0 4px 12px rgba(196, 51, 60, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
}

.program-contact-card:hover .program-contact-icon {
    transform: scale(1.08) rotate(-2deg);
    box-shadow:
        0 6px 20px rgba(196, 51, 60, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.program-contact-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0;
    font-family: var(--font-heading);
    line-height: 1.3;
    word-break: break-word;
    overflow-wrap: break-word;
    flex: 1;
    min-width: 0;
}

.program-contact-content {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.program-contact-phone,
.program-contact-mobile {
    padding: 0.625rem 0.875rem;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.01);
    transition: all 0.3s ease;
}

.program-contact-phone:hover,
.program-contact-mobile:hover {
    background: rgba(196, 51, 60, 0.05);
    transform: translateX(4px);
}

.program-contact-phone {
    font-size: 1rem;
    color: var(--text-primary);
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    word-break: break-word;
    overflow-wrap: break-word;
}

.program-contact-phone::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23c4333c' stroke-width='2'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    flex-shrink: 0;
}

.program-contact-mobile {
    font-size: 1rem;
    color: var(--text-primary);
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    word-break: break-word;
    overflow-wrap: break-word;
}

.program-contact-mobile::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23c4333c' stroke-width='2'%3E%3Crect x='5' y='2' width='14' height='20' rx='2' ry='2'/%3E%3Cline x1='12' y1='18' x2='12.01' y2='18'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    flex-shrink: 0;
}

.program-contact-person {
    font-size: 0.9375rem;
    color: var(--text-primary);
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.875rem 0;
    letter-spacing: 0.01em;
}

.program-contact-person::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    flex-shrink: 0;
}

.program-contact-email {
    font-size: 0.9375rem;
    color: var(--text-secondary);
    font-weight: 500;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.875rem;
    transition: all 0.3s ease;
}

.program-contact-email:hover {
    background: rgba(196, 51, 60, 0.05);
    transform: translateX(4px);
}

.program-contact-email::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23c4333c' stroke-width='2'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpolyline points='22,6 12,13 2,6'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    flex-shrink: 0;
}

.program-contact-email a,
.program-contact-mobile a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.program-contact-email a:hover {
    color: var(--primary-color);
}

.program-contact-mobile a:hover {
    color: var(--primary-color);
}

.program-contact-content {
    gap: 0.25rem;
}

.program-contact-content .program-contact-person:not(:first-child) {
    margin-top: 0.625rem;
    padding-top: 0.625rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

/* Bank Details Section */
.bank-details-section {
    padding: 40px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
    overflow: hidden;
}

.bank-details-section::before {
    content: '';
    position: absolute;
    top: 10%;
    right: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(196, 51, 60, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.bank-details-card {
    background: linear-gradient(135deg, rgba(196, 51, 60, 0.04) 0%, rgba(37, 99, 235, 0.04) 100%);
    border-radius: 24px;
    padding: 3.5rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.08),
        0 4px 16px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    margin-top: 3rem;
    position: relative;
    z-index: 1;
    backdrop-filter: blur(10px);
}

.bank-details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.bank-detail-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1.5rem;
    background: white;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow:
        0 2px 8px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

.bank-detail-item:hover {
    transform: translateY(-2px);
    box-shadow:
        0 4px 16px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    border-color: rgba(196, 51, 60, 0.15);
}

.bank-detail-label {
    font-size: 0.875rem;
    color: var(--text-secondary);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.bank-detail-value {
    font-size: 1.0625rem;
    color: var(--text-primary);
    font-weight: 600;
    word-break: break-word;
    overflow-wrap: break-word;
}

/* Contacts Map Section */
.contacts-map-section {
    padding: 40px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.contacts-map-section::before {
    content: '';
    position: absolute;
    top: -20%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.contact-card-decoration {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(60px);
    opacity: 0.4;
    z-index: 0;
}

.contact-card-decoration-1 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(196, 51, 60, 0.15) 0%, transparent 70%);
    top: 10%;
    right: -5%;
    animation: floatDecoration 20s ease-in-out infinite;
}

.contact-card-decoration-2 {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.12) 0%, transparent 70%);
    bottom: 15%;
    left: -8%;
    animation: floatDecoration 25s ease-in-out infinite reverse;
}

@keyframes floatDecoration {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(30px, -30px) scale(1.1);
    }
}

.map-wrapper {
    margin-top: 3rem;
    position: relative;
    z-index: 1;
}

.map-container {
    border-radius: 24px;
    overflow: hidden;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.1),
        0 4px 16px rgba(0, 0, 0, 0.06);
    margin-bottom: 2rem;
    position: relative;
}

.map-container::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    pointer-events: none;
}

.map-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.map-info-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: white;
    border-radius: 16px;
    box-shadow:
        0 4px 16px rgba(0, 0, 0, 0.06),
        0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.map-info-card:hover {
    transform: translateY(-2px);
    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.1),
        0 4px 12px rgba(0, 0, 0, 0.06);
}

.map-info-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, rgba(196, 51, 60, 0.1) 0%, rgba(37, 99, 235, 0.1) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    flex-shrink: 0;
}

.map-info-icon svg {
    width: 24px;
    height: 24px;
}

.map-info-content h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
    font-family: var(--font-heading);
}

.map-info-content p {
    font-size: 0.9375rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0;
}

/* Contacts Additional Info Section */
.contacts-additional-section {
    padding: 40px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.contacts-additional-section::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(196, 51, 60, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.additional-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
    position: relative;
    z-index: 1;
}

.additional-info-card {
    background: white;
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow:
        0 4px 24px rgba(0, 0, 0, 0.06),
        0 2px 8px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.additional-info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--accent-blue) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.additional-info-card:hover::before {
    transform: scaleX(1);
}

.additional-info-card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.1),
        0 4px 16px rgba(0, 0, 0, 0.06);
}

.additional-info-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-blue) 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-bottom: 1.5rem;
    box-shadow:
        0 8px 24px rgba(196, 51, 60, 0.3),
        0 4px 12px rgba(37, 99, 235, 0.2);
    transition: all 0.3s ease;
}

.additional-info-icon svg {
    width: 28px;
    height: 28px;
}

.additional-info-card:hover .additional-info-icon {
    transform: scale(1.05) rotate(2deg);
    box-shadow:
        0 12px 32px rgba(196, 51, 60, 0.4),
        0 6px 16px rgba(37, 99, 235, 0.3);
}

.additional-info-card h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 1rem;
    font-family: var(--font-heading);
    letter-spacing: 0.02em;
}

.additional-info-card p {
    font-size: 0.9375rem;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.additional-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.additional-info-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9375rem;
    color: var(--text-primary);
    padding: 0.5rem 0;
    position: relative;
    padding-left: 1.5rem;
}

.additional-info-list li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 1rem;
}

/* Working Hours Section */
.working-hours-section {
    padding: 40px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
    overflow: hidden;
}

.working-hours-section::before {
    content: '';
    position: absolute;
    bottom: -30%;
    right: -5%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(196, 51, 60, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.working-hours-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
    position: relative;
    z-index: 1;
}

.working-hours-card {
    background: white;
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow:
        0 4px 24px rgba(0, 0, 0, 0.06),
        0 2px 8px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.working-hours-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--accent-blue) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.working-hours-card:hover::before {
    transform: scaleX(1);
}

.working-hours-card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.1),
        0 4px 16px rgba(0, 0, 0, 0.06);
}

.working-hours-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-blue) 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-bottom: 1.5rem;
    box-shadow:
        0 8px 24px rgba(196, 51, 60, 0.3),
        0 4px 12px rgba(37, 99, 235, 0.2);
    transition: all 0.3s ease;
}

.working-hours-icon svg {
    width: 32px;
    height: 32px;
}

.working-hours-card:hover .working-hours-icon {
    transform: scale(1.05) rotate(2deg);
    box-shadow:
        0 12px 32px rgba(196, 51, 60, 0.4),
        0 6px 16px rgba(37, 99, 235, 0.3);
}

.working-hours-card h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
    font-family: var(--font-heading);
    letter-spacing: 0.02em;
}

.working-hours-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.working-hours-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: var(--bg-light);
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.working-hours-item .day {
    font-size: 0.9375rem;
    color: var(--text-secondary);
    font-weight: 500;
}

.working-hours-item .time {
    font-size: 1rem;
    color: var(--text-primary);
    font-weight: 700;
    font-family: var(--font-heading);
}

.working-hours-note {
    font-size: 0.875rem;
    color: var(--text-secondary);
    font-style: italic;
    margin: 0;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.contact-methods-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.contact-method-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem;
    background: var(--bg-light);
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
}

.contact-method-item:hover {
    background: rgba(196, 51, 60, 0.05);
    border-color: rgba(196, 51, 60, 0.15);
}

.contact-method-item svg {
    color: var(--primary-color);
    flex-shrink: 0;
}

.contact-method-item span {
    font-size: 0.9375rem;
    color: var(--text-primary);
    font-weight: 500;
}

.working-hours-text {
    font-size: 0.9375rem;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.working-hours-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    padding: 0.75rem 1.5rem;
    background: rgba(196, 51, 60, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(196, 51, 60, 0.15);
}

.working-hours-link:hover {
    background: var(--primary-color);
    color: white;
    transform: translateX(4px);
}

.working-hours-link svg {
    transition: transform 0.2s ease;
}

.working-hours-link:hover svg {
    transform: translateX(4px);
}

/* Responsive */
@media (max-width: 1024px) {
    .contacts-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .programs-contacts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    .contacts-section,
    .contacts-management-section,
    .programs-contacts-section,
    .bank-details-section,
    .contacts-map-section,
    .working-hours-section,
    .contacts-additional-section {
        padding: 30px 0;
    }

    .additional-info-grid {
        grid-template-columns: 1fr;
    }

    .map-info {
        grid-template-columns: 1fr;
    }

    .working-hours-grid {
        grid-template-columns: 1fr;
    }

    .contacts-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .contact-card {
        padding: 2rem;
    }

    .management-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .programs-contacts-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .bank-details-card {
        padding: 2rem;
    }

    .bank-details-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    /* Contact Page Improvements */
    .contact-card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .contact-card-icon {
        width: 56px;
        height: 56px;
    }

    .contact-card-icon svg {
        width: 28px;
        height: 28px;
    }

    .management-icon {
        width: 48px;
        height: 48px;
    }

    .management-icon svg {
        width: 24px;
        height: 24px;
    }

    .program-contact-icon {
        width: 48px;
        height: 48px;
    }

    .program-contact-icon svg {
        width: 20px;
        height: 20px;
    }

    .working-hours-icon {
        width: 56px;
        height: 56px;
    }

    .working-hours-icon svg {
        width: 28px;
        height: 28px;
    }

    .additional-info-icon {
        width: 48px;
        height: 48px;
    }

    .additional-info-icon svg {
        width: 24px;
        height: 24px;
    }

    .map-info-icon {
        width: 40px;
        height: 40px;
    }

    .map-info-icon svg {
        width: 20px;
        height: 20px;
    }

    .contact-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .contact-action-btn {
        width: 100%;
        justify-content: center;
    }

    .contact-card-actions {
        flex-direction: column;
    }

    .contact-action-primary,
    .contact-action-secondary {
        width: 100%;
        justify-content: center;
    }

    .management-card-header {
        flex-direction: column;
        gap: 1rem;
    }

    .management-contact {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
    }

    .management-email {
        width: 100%;
    }

    .section-description {
        font-size: 1rem;
        padding: 0 1rem;
    }
}

/* ============================================
   Awards Page
   ============================================ */

.awards-section {
    padding: 40px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 50%, #f1f5f9 100%);
    position: relative;
}

.awards-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.award-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow:
        0 4px 24px rgba(0, 0, 0, 0.08),
        0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
}

.award-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--accent-blue) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    z-index: 1;
}

.award-card:hover::before {
    transform: scaleX(1);
}

.award-card:hover {
    transform: translateY(-8px);
    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.12),
        0 4px 16px rgba(0, 0, 0, 0.08);
}

.award-image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 140%;
    /* 5:7 aspect ratio for awards */
    overflow: hidden;
    background: linear-gradient(135deg, rgba(196, 51, 60, 0.05) 0%, rgba(37, 99, 235, 0.05) 100%);
}

.award-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.award-card:hover .award-image {
    transform: scale(1.05);
}

.award-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.award-card:hover .award-overlay {
    opacity: 1;
}

.award-view-btn {
    width: 64px;
    height: 64px;
    background: white;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.award-view-btn:hover {
    transform: scale(1.1);
    background: var(--primary-color);
    color: white;
    box-shadow: 0 6px 24px rgba(196, 51, 60, 0.4);
}

.award-view-btn svg {
    width: 24px;
    height: 24px;
}

/* Lightbox Modal */
.lightbox-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding: 2rem;
}

.lightbox-modal.active {
    opacity: 1;
    visibility: visible;
}

.lightbox-content {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-image {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    animation: lightboxFadeIn 0.3s ease;
}

@keyframes lightboxFadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.lightbox-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10001;
    backdrop-filter: blur(10px);
}

.lightbox-close:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    transform: rotate(90deg);
}

.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10001;
    backdrop-filter: blur(10px);
}

.lightbox-prev {
    left: 2rem;
}

.lightbox-next {
    right: 2rem;
}

.lightbox-prev:hover,
.lightbox-next:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-50%) scale(1.1);
}

.lightbox-prev:active,
.lightbox-next:active {
    transform: translateY(-50%) scale(0.95);
}

/* Responsive */
@media (max-width: 1024px) {
    .awards-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .lightbox-prev {
        left: 1rem;
    }

    .lightbox-next {
        right: 1rem;
    }

    .lightbox-close {
        top: 1rem;
        right: 1rem;
    }
}

@media (max-width: 768px) {
    .awards-section {
        padding: 30px 0;
    }

    .awards-gallery {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .award-image-wrapper {
        padding-top: 120%;
    }

    .lightbox-modal {
        padding: 1rem;
    }

    .lightbox-content {
        max-width: 95vw;
        max-height: 95vh;
    }

    .lightbox-image {
        max-height: 85vh;
    }

    .lightbox-prev,
    .lightbox-next {
        width: 44px;
        height: 44px;
    }

    .lightbox-close {
        width: 40px;
        height: 40px;
        top: 0.5rem;
        right: 0.5rem;
    }

    .lightbox-prev {
        left: 0.5rem;
    }

    .lightbox-next {
        right: 0.5rem;
    }
}
