body {
    margin: 0;
    padding: 0;
    background: linear-gradient(135deg, #181617 60%, #232323 100%);
    color: #f5f5f5;
    font-family: 'Montserrat', 'Playfair Display', Arial, sans-serif;
    letter-spacing: 0.01em;
    min-height: 100vh;
}

.container {
    max-width: 1100px;
    margin: 0 auto 48px auto;
    padding: 0 32px;
}

.card {
    border-radius: 36px;
    background: rgba(24, 22, 23, 0.65);
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.18), 0 1.5px 8px 0 rgba(224,185,115,0.04);
    border: 1.2px solid rgba(255,255,255,0.13);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 56px 48px;
    margin-bottom: 48px;
    position: relative;
}



.header-hero {
    position: relative;
    min-height: 100vh;
    width: 100vw;
    overflow: hidden;
    z-index: 1;
    background-image: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.65)), url('img/hero.jpg'); /* ← замените путь на свой */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.header-hero::after {
    content: "";
    position: absolute;

    * {
        box-sizing: border-box;
    }

    html,
    body {
        margin: 0;
        padding: 0;
        width: 100%;
        min-height: 100%;
        background: #111;
    }

    .header-hero {
        position: relative;
        width: 100%;
        min-height: 100vh;
        padding: 48px 64px;
        overflow: hidden;

        background-image:
            linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.75)),
            url("img/hero.jpg");

        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;

        border-radius: 0;
        box-shadow: none;
        margin: 0;
    }

    .header-hero nav,
    .header-hero .hero-content {
        position: relative;
        z-index: 2;
    }
    display: flex;
    gap: 44px;
    margin: 0;
    padding: 0;
}
.menu li a {
    color: #f5f5f5;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.08em;
    font-size: 1.08rem;
    transition: color 0.2s;
    padding: 2px 0;
    border-bottom: 1px solid transparent;
}
.menu li a:hover {
    color: #e0b973;
    border-bottom: 1px solid #e0b973;
}
.signup-btn {
    border: 1.2px solid #e0b973;
    padding: 12px 36px;
    border-radius: 24px;
    color: #e0b973;
    background: rgba(24,22,23,0.45);
    text-decoration: none;
    font-weight: 600;
    font-size: 1.08rem;
    letter-spacing: 0.08em;
    transition: background 0.2s, color 0.2s, border 0.2s;
    box-shadow: 0 2px 12px rgba(224,185,115,0.04);
    backdrop-filter: blur(2px);
}
.signup-btn:hover {
    background: #e0b973;
    color: #181617;
    border: 1.2px solid #fff;
}
.hero-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    width: 100vw;
    z-index: 2;
    min-height: 70vh;
}

/* --- Luxury Double-Ring Logo --- */
.logo-double-ring {
    position: relative;
    width: 400px;
    height: 400px;
    margin: 0 auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
.logo-double-ring::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 4.5px solid #fff;
    opacity: 0.92;
    pointer-events: none;
}
.logo-circle-inner {
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    width: 360px; height: 360px;
    border-radius: 50%;
    border: 1.5px solid #fff;
    opacity: 0.85;
    pointer-events: none;
}
.logo-title-wrap {
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    width: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
    pointer-events: none;
}
.logo-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    color: #fff;
    letter-spacing: 0.18em;
    font-weight: 700;
    background: rgba(24,22,23,0.12);
    padding: 0 24px;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 2px 24px 0 rgba(0,0,0,0.12);
    border-radius: 12px;
    margin-left: -32px;
    margin-right: -32px;
}
.logo-secondary {
    position: absolute;
    width: 100%;
    top: 18%;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 5;
    pointer-events: none;
}
.logo-country, .logo-city {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 0.92rem;
    letter-spacing: 0.22em;
    color: #e0b973;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.logo-name {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 1.02rem;
    letter-spacing: 0.12em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.logo-text {
    text-align: center;
    font-family: 'Playfair Display', serif;
    color: #fff;
}
.logo-text .country,
.logo-text .city {
    font-size: 1.08rem;
    letter-spacing: 0.18em;
    color: #e0b973;
    font-family: 'Montserrat', Arial, sans-serif;
}
.logo-text .academy {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 12px 0 8px 0;
    letter-spacing: 0.04em;
    color: #fff;
    font-family: 'Playfair Display', serif;
}
.logo-text .name {
    font-size: 1.08rem;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
    color: #fff;
    font-family: 'Montserrat', Arial, sans-serif;
}
.hero-desc {
    margin-top: 18px;
    font-size: 1.18rem;
    letter-spacing: 0.13em;
    color: #e0b973;
    text-align: center;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 500;
    text-shadow: 0 2px 12px rgba(0,0,0,0.18);
}

main {
    width: 100%;
    min-height: 60vh;
    margin: 0 auto;
    padding: 0;
}

.about h2, .programs h2, .values h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.1rem;
    font-weight: 700;
    margin-bottom: 24px;
    color: #fff;
    letter-spacing: 0.04em;
}
.about p, .programs .desc, .values .desc {
    color: #e0e0e0;
    font-size: 1.13rem;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 18px;
}
.about {
    text-align: center;
    background: rgba(30, 28, 29, 0.72);
    box-shadow: 0 2px 24px 0 rgba(224,185,115,0.04);
}
.learn-more {
    color: #e0b973;
    text-decoration: none;
    border-bottom: 1px dashed #e0b973;
    transition: color 0.2s, border 0.2s;
    font-size: 1.08rem;
    font-weight: 500;
}
.learn-more:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.programs {
    text-align: center;
    background: rgba(30, 28, 29, 0.68);
    box-shadow: 0 2px 24px 0 rgba(224,185,115,0.04);
}
.program-list {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
    margin-top: 32px;
}
.program {
    position: relative;
    background: rgba(24, 22, 23, 0.55);
    border-radius: 24px;
    padding: 44px 28px 44px 28px;
    min-width: 220px;
    max-width: 240px;
    flex: 1 1 220px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.13);
    transition: transform 0.2s, box-shadow 0.2s;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 1;
    border: 1px solid rgba(255,255,255,0.10);
    backdrop-filter: blur(2px);
}
.program::after {
    content: "";
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    background: rgba(24, 22, 23, 0.38);
    z-index: 2;
    border-radius: 24px;
}
.program > * {
    position: relative;
    z-index: 3;
}
.program:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 6px 24px rgba(224,185,115,0.12);
    border: 1.2px solid #e0b973;
}
.program .number {
    font-size: 1.3rem;
    color: #e0b973;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: 0.08em;
}
.program .title {
    font-size: 1.18rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #fff;
    letter-spacing: 0.04em;
}
.program .desc {
    color: #e0e0e0;
    font-size: 1.08rem;
    font-weight: 400;
}
.values {
    text-align: center;
    background: rgba(30, 28, 29, 0.68);
    box-shadow: 0 2px 24px 0 rgba(224,185,115,0.04);
}
.values-list {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
    margin-top: 32px;
}
.value {
    background: rgba(24, 22, 23, 0.55);
    border-radius: 24px;
    padding: 36px 22px;
    min-width: 180px;
    max-width: 200px;
    flex: 1 1 180px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
    border: 1px solid rgba(255,255,255,0.10);
    backdrop-filter: blur(2px);
}
.value .icon {
    font-size: 2rem;
    margin-bottom: 10px;
}
.value .title {
    font-size: 1.08rem;
    font-weight: 600;
    margin-bottom: 6px;
    color: #fff;
}
.value .desc {
    color: #e0e0e0;
    font-size: 0.97rem;
}

@media (max-width: 1100px) {
    .container {
        padding: 0 12px;
    }
    .header-hero {
        position: relative;
        min-height: 600px;
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        border-radius: 0 0 56px 56px;
        overflow: hidden;
        display: block;
        z-index: 1;
    }
    .card {
        padding: 32px 12px;
    }
    .program-list, .values-list {
        gap: 18px;
    }
}
@media (max-width: 700px) {
    .container {
        padding: 0 2vw;
    }
    .header-card {
        margin-top: 8px;
        margin-bottom: 16px;
        border-radius: 18px;
    }
    .header-hero {
        min-height: 180px;
        border-radius: 18px;
    }
    .logo-circle {
        width: 120px;
        height: 120px;
    }
    .card {
        padding: 18px 2vw;
        border-radius: 18px;
    }
    .program-list, .values-list {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    nav {
        flex-direction: column;
        gap: 12px;
        padding: 18px 2vw 0 2vw;
    }
}

    position: relative;
    background: linear-gradient(120deg, #181617 80%, #222 100%);
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
    position: relative;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: #181617;
    background-image: url("img/about-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
    content: "";
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    background: rgba(24, 22, 23, 0.30); /* уменьшено затемнение */
    z-index: 2;
}
.hero {
    width: 100%;
    background: none;
}
header > * {
    position: relative;
    z-index: 3;
}

nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 48px 0 48px;
    box-sizing: border-box;
}
.menu {
    list-style: none;
    display: flex;
    gap: 32px;
    margin: 0;
    padding: 0;
}
.menu li a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 1px;
    transition: color 0.2s;
}
.menu li a:hover {
    color: #e0b973;
}
.signup-btn {
    border: 1px solid #fff;
    padding: 10px 28px;
    border-radius: 24px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s, color 0.2s;
}
.signup-btn:hover {
    background: #e0b973;
    color: #181617;
}
.hero {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.logo-circle {
    border: 4px solid #fff;
    border-radius: 50%;
    width: 380px;
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    position: relative;
}
.logo-text {
    text-align: center;
    font-family: 'Playfair Display', serif;
}
.logo-text .country,
.logo-text .city {
    font-size: 1.1rem;
    letter-spacing: 0.2em;
    color: #e0b973;
}
.logo-text .academy {
    font-size: 2.1rem;
    font-weight: 700;
    margin: 12px 0 8px 0;
}
.logo-text .name {
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
}
.hero-desc {
    margin-top: 24px;
    font-size: 1.1rem;
    letter-spacing: 0.15em;
    color: #e0b973;
    text-align: center;
}
main {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 16px 0 16px;
}
.about {
    background: rgba(30, 28, 29, 0.85);
    border-radius: 24px;
    padding: 48px 32px;
    margin-bottom: 40px;
    text-align: center;
}
.about h2 {
    font-size: 2rem;
    margin-bottom: 18px;
    font-family: 'Playfair Display', serif;
}
.about p {
    color: #ccc;
    margin-bottom: 18px;
}
.learn-more {
    color: #e0b973;
    text-decoration: none;
    border-bottom: 1px dashed #e0b973;
    transition: color 0.2s;
}
.learn-more:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.programs {
    margin-bottom: 40px;
    text-align: center;
}
.programs h2 {
    font-size: 1.7rem;
    margin-bottom: 28px;
    font-family: 'Playfair Display', serif;
}
.program-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

.program {
    position: relative;
    background: rgba(24, 22, 23, 0.85);
    border-radius: 18px;
    padding: 32px 24px;
    min-width: 200px;
    max-width: 220px;
    flex: 1 1 200px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.15);
    transition: transform 0.2s, box-shadow 0.2s;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 1;
}
.program::after {
    content: "";
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    background: rgba(24, 22, 23, 0.60);
    z-index: 2;
    border-radius: 18px;
}
.program > * {
    position: relative;
    z-index: 3;
}
.program:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 6px 24px rgba(224,185,115,0.12);
}
.program .number {
    font-size: 1.5rem;
    color: #e0b973;
    font-weight: 700;
    margin-bottom: 8px;
}
.program .title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 8px;
}
.program .desc {
    color: #ccc;
    font-size: 1rem;
}
.values {
    margin-bottom: 40px;
    text-align: center;
}
.values h2 {
    font-size: 1.5rem;
    margin-bottom: 24px;
    font-family: 'Playfair Display', serif;
}
.values-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}
.value {
    background: rgba(24, 22, 23, 0.85);
    border-radius: 18px;
    padding: 28px 18px;
    min-width: 180px;
    max-width: 200px;
    flex: 1 1 180px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
}
.value .icon {
    font-size: 2rem;
    margin-bottom: 10px;
}
.value .title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 6px;
}
.value .desc {
    color: #ccc;
    font-size: 0.97rem;
}

@media (max-width: 900px) {
    .logo-circle {
        width: 260px;
        height: 260px;
    }
    .program-list, .values-list {
        flex-direction: column;
        align-items: center;
    }
    nav {
        flex-direction: column;
        gap: 18px;
        padding: 24px 12px 0 12px;
    }
}
