:root {
    --bg-page: #0a0a0a;
    --bg-card: #1a1a1a;
    --bg-subtle: #111111;
    --bg-section: #1f1f1f;
    --bg-hero: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0f1419 100%);

    --text-primary: #ffffff;
    --text-secondary: #e0e0e0;
    --text-light: #a0a0a0;
    --text-muted: #666666;

    --border-light: #333333;
    --border-medium: #444444;
    --border-strong: #555555;

    --accent-primary: #afca23;
    --accent-secondary: #aeaeac;
    --accent-success: #00ff88;
    --accent-warning: #ffeb3b;

    --gradient-primary: linear-gradient(135deg, #afca23 0%, #6ea315 100%);
    --gradient-secondary: linear-gradient(135deg, #aeaeac 0%, #d1d1d1 100%);
    --gradient-success: linear-gradient(135deg, #66f408 0%, #4fb006 100%);

    --spacing-xs: 8px;
    --spacing-small: 16px;
    --spacing-medium: 24px;
    --spacing-large: 32px;
    --spacing-xl: 48px;
    --spacing-giant: 64px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    background: #050505;
    overflow-x: hidden;
}

body {
    background:
        linear-gradient(180deg, #050505 0%, #0a0a0a 40%, #050505 100%);
}

html {
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #afca23 #050505;
}

body {
    min-height: 100vh;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    /* background: var(--bg-page); */
    background:
        radial-gradient(circle at 80% 8%, rgba(175, 202, 35, 0.16), transparent 28%),
        radial-gradient(circle at 12% 38%, rgba(175, 202, 35, 0.08), transparent 26%),
        radial-gradient(circle at 85% 72%, rgba(175, 202, 35, 0.05), transparent 30%),
        linear-gradient(180deg, #0a0a0a 0%, #080808 45%, #050505 100%);
    color: var(--text-primary);
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #050505;
}

::-webkit-scrollbar-thumb {
    background: var(--accent-primary);
    border-radius: 999px;

    box-shadow:
        0 0 10px rgba(175, 202, 35, .5),
        0 0 20px rgba(175, 202, 35, .3);
}

::-webkit-scrollbar-thumb:hover {
    box-shadow:
        0 0 15px rgba(175, 202, 35, .8),
        0 0 30px rgba(175, 202, 35, .5);
}

img {
    max-width: 100%;
    height: auto;
}

.hero-logo img,
.coach-media img,
.shop-item,
.footer-logo-bg img {
    content-visibility: auto;
}

/* HERO START */

h1 span {
    color: var(--accent-primary);
}

a {
    color: inherit;
    text-decoration: none;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 16px;
}

.navbar {
    max-width: 1180px;
    margin: 0 auto;
    padding: 14px 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(20, 20, 20, 0.62);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.logo {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.logo span {
    color: var(--accent-primary);
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 26px;
    font-size: 14px;
    color: var(--text-secondary);
}

.nav-links a {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nav-links a {
    transition: 0.25s ease;
}

.nav-links a:hover {
    color: var(--accent-primary);
}

.nav-cta {
    padding: 10px 18px;
    border-radius: 999px;
    background: var(--gradient-primary);
    color: #101010 !important;
    font-weight: 800;
}

.menu-btn {
    display: none;
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.menu-btn span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text-primary);
    margin: 5px auto;
    transition: 0.25s ease;
}

.hero {
    min-height: 100vh;
    padding: 150px 24px 80px;
    background: var(--bg-hero);
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-xl);
    align-items: center;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    top: -300px;
    right: -200px;

    background:
        radial-gradient(circle,
            rgba(175, 202, 35, .25) 0%,
            rgba(175, 202, 35, .1) 30%,
            transparent 70%);

    filter: blur(40px);
}

.hero::after {
    content: "";
    position: absolute;

    width: 700px;
    height: 700px;

    left: -200px;
    bottom: -250px;

    background:
        radial-gradient(circle,
            rgba(102, 244, 8, .18),
            transparent 70%);

    filter: blur(40px);
}

.hero-glow {
    position: absolute;
    width: 540px;
    height: 540px;
    top: 12%;
    right: 8%;
    background: radial-gradient(circle, rgba(175, 202, 35, 0.22), transparent 65%);
    filter: blur(12px);
    animation: floatGlow 6s ease-in-out infinite;
}

.hero-logo img {
    width: 124px;
    height: 124px;
    margin-bottom: 24px;
}

.tactical-lines {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.tactical-lines span {
    position: absolute;
    height: 2px;

    background:
        linear-gradient(90deg,
            transparent,
            #afca23,
            transparent);
}

.tactical-lines span:nth-child(1) {
    width: 450px;
    top: 12%;
    left: -180px;
    transform: rotate(-25deg);
}

.tactical-lines span:nth-child(2) {
    width: 500px;
    top: 18%;
    right: -220px;
    transform: rotate(35deg);
}

.tactical-lines span:nth-child(3) {
    width: 400px;
    bottom: 12%;
    left: -160px;
    transform: rotate(40deg);
}

.tactical-lines span:nth-child(4) {
    width: 450px;
    bottom: 8%;
    right: -180px;
    transform: rotate(-35deg);
}

.hero-content,
.hero-visual {
    position: relative;
    z-index: 2;
    max-width: 590px;
}

.hero-content {
    justify-self: end;
}

.eyebrow {
    display: inline-flex;
    padding: 9px 14px;
    margin-bottom: 22px;
    border: 1px solid rgba(175, 202, 35, 0.35);
    border-radius: 999px;
    background: rgba(175, 202, 35, 0.08);
    color: var(--accent-primary);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

h1 {
    font-size: clamp(42px, 6vw, 82px);
    line-height: 0.95;
    letter-spacing: -0.07em;
    margin-bottom: 24px;
}

.hero-text {
    max-width: 560px;
    color: var(--text-secondary);
    font-size: clamp(17px, 2vw, 20px);
    line-height: 1.7;
}

.hero-actions {
    display: flex;
    gap: 14px;
    margin-top: 34px;
    flex-wrap: wrap;
}

.btn {
    padding: 15px 22px;
    border-radius: 999px;
    font-weight: 800;
    transition: 0.25s ease;
}

.btn-primary {
    background: var(--gradient-primary);
    color: #101010;
    box-shadow: 0 14px 40px rgba(175, 202, 35, 0.25);
}

.btn-secondary {
    border: 1px solid var(--border-medium);
    background: rgba(255, 255, 255, 0.04);
    color: var(--text-secondary);
}

.btn:hover {
    transform: translateY(-3px);
}

.pitch-card {
    position: relative;
    width: min(100%, 520px);
    aspect-ratio: 1 / 1.05;
    border-radius: 34px;
    background:
        radial-gradient(circle at 50% 35%, rgba(175, 202, 35, 0.16), transparent 35%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}

.pitch-lines {
    position: absolute;
    inset: 28px;
    border: 2px solid rgba(255, 255, 255, 0.16);
    border-radius: 24px;
}

.pitch-lines::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    background: rgba(255, 255, 255, 0.13);
}

.pitch-lines::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    border: 2px solid rgba(255, 255, 255, 0.13);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.player,
.ball,
.radar,
.path,
.tag {
    position: absolute;
}

.player {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--accent-secondary);
    box-shadow: 0 0 22px rgba(255, 255, 255, 0.25);
}

.player-main {
    width: 30px;
    height: 30px;
    left: 47%;
    top: 58%;
    background: var(--accent-primary);
    box-shadow: 0 0 38px rgba(175, 202, 35, 0.8);
}

.player-one {
    left: 27%;
    top: 33%;
}

.player-two {
    right: 25%;
    top: 28%;
}

.player-three {
    right: 29%;
    bottom: 24%;
}

.ball {
    width: 16px;
    height: 16px;
    left: 58%;
    top: 47%;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
}

.radar {
    left: 47%;
    top: 58%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(175, 202, 35, 0.45);
    border-radius: 50%;
    animation: radarPulse 2.8s infinite;
}

.radar-one {
    width: 120px;
    height: 120px;
}

.radar-two {
    width: 210px;
    height: 210px;
    animation-delay: 0.8s;
}

.path {
    height: 2px;
    background: linear-gradient(90deg, var(--accent-primary), transparent);
    transform-origin: left center;
}

.path-one {
    width: 145px;
    left: 51%;
    top: 60%;
    transform: rotate(-38deg);
}

.path-two {
    width: 120px;
    left: 53%;
    top: 60%;
    transform: rotate(25deg);
}

.path-three {
    width: 95px;
    left: 48%;
    top: 58%;
    transform: rotate(-118deg);
}

.tag {
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    color: #101010;
    background: var(--gradient-primary);
}

.tag-scan {
    left: 16%;
    top: 20%;
}

.tag-decide {
    right: 13%;
    top: 42%;
}

.tag-do {
    left: 43%;
    bottom: 14%;
}

@keyframes radarPulse {
    0% {
        opacity: 0.9;
        transform: translate(-50%, -50%) scale(0.5);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.35);
    }
}

@keyframes floatGlow {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(24px);
    }
}

@media (max-width: 1024px) {
    .hero {
        min-height: 100svh;
        padding: 120px 16px 48px;
        background:
            radial-gradient(circle at 50% 18%, rgba(175, 202, 35, 0.18), transparent 34%),
            radial-gradient(circle at 50% 70%, rgba(175, 202, 35, 0.08), transparent 38%),
            linear-gradient(180deg, #050505 0%, #090909 45%, #050505 100%);
        overflow: hidden;
    }

    .hero::before,
    .hero::after,
    .hero-glow {
        filter: none;
        opacity: 0.45;
    }

    .hero::before {
        width: 360px;
        height: 360px;
        top: -120px;
        right: -120px;
        background: radial-gradient(circle, rgba(175, 202, 35, 0.14), transparent 70%);
    }

    .hero::after {
        width: 320px;
        height: 320px;
        left: -120px;
        bottom: -120px;
        background: radial-gradient(circle, rgba(102, 244, 8, 0.10), transparent 70%);
    }

    .hero-logo img {
        width: 150px;
        height: 150px;
        margin-bottom: 22px;
    }

    /* .pitch-card {
        display: none;
    } */

    /* .hero {
        background:
            radial-gradient(ellipse at top,
                rgba(175, 202, 35, 0.12) 0%,
                rgba(175, 202, 35, 0.04) 20%,
                transparent 45%),
            linear-gradient(180deg,
                #050505 0%,
                #0a0a0a 30%,
                #0f0f0f 100%);
    }

    .hero::before {
        content: "";
        position: absolute;
        top: -150px;
        left: 50%;
        transform: translateX(-50%);

        width: 120%;
        height: 350px;

        background:
            radial-gradient(ellipse at center,
                rgba(255, 255, 255, 0.18) 0%,
                rgba(255, 255, 255, 0.08) 20%,
                transparent 65%);

        filter: blur(28px);
        pointer-events: none;
    }

    .hero::after {
        content: "";
        position: absolute;
        inset: 0;

        background:
            linear-gradient(to bottom,
                rgba(0, 0, 0, 0.15),
                rgba(0, 0, 0, 0.4));

        pointer-events: none;
    } */

    .navbar {
        border-radius: 26px;
    }

    .menu-btn {
        display: block;
    }

    .nav-links {
        position: absolute;
        top: 78px;
        left: 16px;
        right: 16px;
        padding: 22px;
        border-radius: 24px;
        background: rgba(18, 18, 18, 0.92);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        border: 1px solid rgba(255, 255, 255, 0.08);
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
        transform: translateY(-15px);
        opacity: 0;
        pointer-events: none;
        transition: 0.25s ease;
    }

    .nav-links.active {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    .nav-cta {
        text-align: center;
    }

    .hero {
        grid-template-columns: 1fr;
        padding-top: 135px;
        text-align: center;
    }

    .hero-content {
        justify-self: center;
    }

    .hero-text {
        margin: 0 auto;
    }

    .hero-actions {
        justify-content: center;
    }

    .hero-visual {
        justify-self: center;
        width: 100%;
    }

    .pitch-card {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .site-header {
        padding: 10px;
    }

    .navbar {
        padding: 12px 14px;
    }

    .logo {
        font-size: 16px;
    }

    .hero {
        padding: 120px 16px 56px;
    }

    .hero-actions {
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }

    .pitch-card {
        border-radius: 24px;
    }

    .tag {
        font-size: 10px;
        padding: 6px 9px;
    }

    .tactical-lines {
        display: none;
    }
}

/* HERO END */

/* TRAININGS START */

.training-section {
    position: relative;
    padding: 110px 24px;
    /* background:
        radial-gradient(circle at 20% 20%, rgba(175, 202, 35, 0.12), transparent 28%),
        radial-gradient(circle at 80% 60%, rgba(102, 244, 8, 0.08), transparent 32%),
        #0a0a0a; */
    background: transparent;
    overflow: hidden;
}

.section-header {
    max-width: 760px;
    margin: 0 auto 56px;
    text-align: center;
}

.section-kicker {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--accent-primary);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.section-header h2 {
    font-size: clamp(36px, 5vw, 66px);
    line-height: 1;
    letter-spacing: -0.06em;
    margin-bottom: 18px;
}

.section-header h2 span,
.section-header h2 {
    color: var(--text-primary);
}

.section-header p {
    color: var(--text-light);
    font-size: 17px;
    line-height: 1.7;
}

.training-grid {
    max-width: 1250px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.training-card {
    position: relative;
    min-height: 520px;
    padding: 34px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    overflow: hidden;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
    transition: 0.35s ease;
}

.training-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, transparent, rgba(175, 202, 35, 0.12), transparent);
    transform: translateX(-120%);
    transition: 0.7s ease;
}

.training-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--gradient-primary);
}

.training-card:hover::before {
    transform: translateX(120%);
}

.training-card:hover {
    transform: translateY(-12px);
    border-color: rgba(175, 202, 35, 0.45);
    box-shadow:
        0 30px 100px rgba(0, 0, 0, 0.5),
        0 0 45px rgba(175, 202, 35, 0.12);
}

.training-card.featured {
    background:
        radial-gradient(circle at top, rgba(175, 202, 35, 0.18), transparent 38%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    border-color: rgba(175, 202, 35, 0.35);
}

.card-icon {
    position: relative;
    z-index: 2;
    width: 62px;
    height: 62px;
    margin-bottom: 28px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    color: var(--accent-primary);
    font-size: 38px;
    font-weight: 900;
    background: rgba(175, 202, 35, 0.08);
    border: 1px solid rgba(175, 202, 35, 0.25);
    box-shadow: 0 0 35px rgba(175, 202, 35, 0.14);
}

.training-card h3 {
    position: relative;
    z-index: 2;
    font-size: 25px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    margin-bottom: 18px;
}

.training-card p {
    position: relative;
    z-index: 2;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 40px;
}

.training-card ul {
    position: relative;
    z-index: 2;
    list-style: none;
    display: grid;
    gap: 15px;
}

.training-card li {
    color: var(--text-primary);
    font-weight: 700;
    font-size: 15px;
    display: flex;
    gap: 11px;
    align-items: flex-start;
}

.training-card li::before {
    content: "ϟ";
    color: var(--accent-primary);
    font-weight: 900;
}

/* Scroll Animation */
.reveal-left,
.reveal-right,
.reveal-up {
    opacity: 0;
    transition: 0.8s ease;
}

.reveal-left {
    transform: translateX(-80px);
}

.reveal-right {
    transform: translateX(80px);
}

.reveal-up {
    transform: translateY(70px);
}

.reveal-left.active,
.reveal-right.active,
.reveal-up.active {
    opacity: 1;
    transform: translate(0, 0);
}

/* Tablet */
@media (max-width: 1050px) {
    .training-grid {
        grid-template-columns: 1fr;
        max-width: 680px;
    }

    .training-card {
        min-height: auto;
    }
}

/* Mobile */
@media (max-width: 560px) {
    .training-section {
        padding: 80px 16px;
    }

    .section-header {
        margin-bottom: 34px;
    }

    .training-card {
        padding: 26px;
        border-radius: 24px;
    }

    .card-icon {
        width: 54px;
        height: 54px;
        font-size: 32px;
    }

    .training-card h3 {
        font-size: 21px;
    }

    .training-card p,
    .training-card li {
        font-size: 14px;
    }
}

/* TRAININGS END */

/* COACHES START */

.coaches-section {
    position: relative;
    padding: 110px 24px;
    /* background:
        radial-gradient(circle at 15% 20%, rgba(175, 202, 35, 0.10), transparent 26%),
        radial-gradient(circle at 85% 70%, rgba(102, 244, 8, 0.07), transparent 30%),
        #070707; */
    background: transparent;
    overflow: hidden;
}

.coaches-section::before {
    content: "";
    position: absolute;

    width: 700px;
    height: 700px;

    top: -250px;
    right: -150px;

    border-radius: 50%;

    background:
        radial-gradient(circle,
            rgba(175, 202, 35, .08),
            transparent 70%);

    filter: blur(34px);

    pointer-events: none;
}

.coaches-section::after {
    content: "";
    position: absolute;

    width: 500px;
    height: 500px;

    bottom: -200px;
    left: -100px;

    border-radius: 50%;

    background:
        radial-gradient(circle,
            rgba(175, 202, 35, .05),
            transparent 70%);

    filter: blur(34px);

    pointer-events: none;
}

.coach-list {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    gap: 42px;
}

.coach-card {
    position: relative;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 42px;
    align-items: center;
    padding: 28px;
    border-radius: 34px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025));
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
    overflow: hidden;
    transition: 0.35s ease;
}

.coach-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background:
        linear-gradient(120deg, transparent, rgba(175, 202, 35, 0.10), transparent);
    transform: translateX(-120%);
    transition: 0.75s ease;
}

.coach-card:hover::after {
    transform: translateX(120%);
}

.coach-card:hover {
    transform: translateY(-8px);
    border-color: rgba(175, 202, 35, 0.36);
}

.coach-card-reverse {
    grid-template-columns: 1.1fr 0.9fr;
}

.coach-card-reverse .coach-media {
    order: 2;
}

.coach-card-reverse .coach-content {
    order: 1;
}

.coach-media {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    min-height: 420px;
    background: var(--bg-card);
}

.coach-media img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    display: block;
    filter: saturate(1.05) contrast(1.05);
    transition: 0.5s ease;
}

.coach-card:hover .coach-media img {
    transform: scale(1.04);
}

.coach-content {
    position: relative;
    z-index: 3;
    padding: 12px;
}

.coach-label {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--accent-secondary);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.coach-content h3 {
    color: var(--accent-primary);
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1;
    letter-spacing: -0.06em;
    margin-bottom: 18px;
}

.coach-content p {
    max-width: 620px;
    color: var(--text-secondary);
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 30px;
}

.coach-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 30px;
}

.coach-stats div {
    padding: 24px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.coach-stats strong {
    display: block;
    color: var(--accent-primary);
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1;
    margin-bottom: 10px;
}

.coach-stats span {
    color: var(--text-primary);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.coach-credentials {
    list-style: none;
    display: grid;
    gap: 13px;
}

.coach-credentials li {
    color: var(--text-primary);
    font-weight: 700;
    display: flex;
    gap: 12px;
    align-items: center;
}

.coach-credentials li::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--accent-primary);
    box-shadow: 0 0 16px rgba(175, 202, 35, 0.7);
}

/* Responsive */
@media (max-width: 950px) {

    .coach-card,
    .coach-card-reverse {
        grid-template-columns: 1fr;
    }

    .coach-card-reverse .coach-media,
    .coach-card-reverse .coach-content {
        order: initial;
    }

    .coach-media,
    .coach-media img {
        min-height: 460px;
    }
}

@media (max-width: 560px) {
    .coaches-section {
        padding: 80px 16px;
    }

    .coach-list {
        gap: 26px;
    }

    .coach-card {
        padding: 16px;
        border-radius: 26px;
    }

    .coach-media,
    .coach-media img {
        min-height: 360px;
        border-radius: 20px;
    }

    .coach-content {
        padding: 8px;
    }

    .coach-stats {
        grid-template-columns: 1fr;
    }

    .coach-stats div {
        padding: 20px;
    }
}

/* COACHES END */

.training-section::before,
.coaches-section::before {
    content: "";
    position: absolute;
    top: -140px;
    left: 0;
    width: 100%;
    height: 280px;
    background: linear-gradient(180deg,
            rgba(10, 10, 10, 0.95),
            rgba(10, 10, 10, 0));
    pointer-events: none;
    z-index: 0;
}

.training-section::after,
.coaches-section::after {
    content: "";
    position: absolute;
    bottom: -140px;
    left: 0;
    width: 100%;
    height: 280px;
    background: linear-gradient(180deg,
            rgba(10, 10, 10, 0),
            rgba(7, 7, 7, 0.95));
    pointer-events: none;
    z-index: 0;
}

.section-header,
.training-grid,
.coach-list {
    position: relative;
    z-index: 2;
}

/* PRICING START */

.pricing-section {
    position: relative;
    padding: 110px 24px;
    background: transparent;
    overflow: hidden;
}

.pricing-section::before {
    content: "";
    position: absolute;
    width: 780px;
    height: 780px;
    right: -240px;
    top: 8%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(175, 202, 35, 0.08), transparent 70%);
    filter: blur(36px);
    pointer-events: none;
}

.pricing-grid {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto 34px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 26px;
    align-items: stretch;
}

.pricing-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 540px;
    padding: 34px;
    border-radius: 30px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
    border: 1px solid rgba(255, 255, 255, 0.11);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    overflow: hidden;
    transition: 0.35s ease;
}

.pricing-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(175, 202, 35, 0.09), transparent);
    transform: translateX(-130%);
    transition: 0.8s ease;
    pointer-events: none;
}

.pricing-card:hover::after {
    transform: translateX(130%);
}

.pricing-card:hover {
    transform: translateY(-10px);
    border-color: rgba(175, 202, 35, 0.36);
}

.pricing-card-featured {
    border-color: rgba(175, 202, 35, 0.45);
    background:
        radial-gradient(circle at top, rgba(175, 202, 35, 0.13), transparent 38%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
}

.best-badge {
    display: inline-flex;
    padding: 8px 13px;
    margin-bottom: 22px;
    border-radius: 999px;
    background: var(--gradient-primary);
    color: #101010;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.pricing-label {
    display: block;
    margin-bottom: 14px;
    color: var(--accent-primary);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.pricing-card h3 {
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.05em;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.pricing-desc {
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 28px;
}

.price-block {
    margin-bottom: 22px;
}

.price-block strong {
    display: block;
    color: var(--accent-primary);
    font-size: clamp(24px, 3vw, 36px);
    line-height: 1;
    text-shadow: 0 0 28px rgba(175, 202, 35, 0.28);
}

.price-block span {
    display: block;
    margin-top: 8px;
    color: var(--text-primary);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.price-row {
    display: flex;
    align-items: flex-end;
    gap: 14px;
}

.price-row small {
    color: var(--text-muted);
    font-size: 22px;
    font-weight: 900;
    text-decoration: line-through;
    margin-bottom: 6px;
}

.pricing-card ul,
.elite-program ul {
    list-style: none;
    display: grid;
    gap: 14px;
    margin: 30px 0;
}

.pricing-card li,
.elite-program li {
    color: var(--text-primary);
    font-weight: 700;
    display: flex;
    gap: 11px;
    align-items: flex-start;
}

.pricing-card li::before,
.elite-program li::before {
    content: "ϟ";
    color: var(--accent-primary);
    font-weight: 900;
}

.pricing-btn {
    position: relative;
    z-index: 2;
    display: inline-flex;
    width: 100%;
    margin-top: auto;
    justify-content: center;
    padding: 15px 20px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.045);
    color: var(--text-primary);
    font-weight: 900;
    transition: 0.25s ease;
}

.pricing-btn-primary,
.pricing-btn:hover {
    background: var(--gradient-primary);
    color: #101010;
    border-color: transparent;
}

.elite-program {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 26px auto 0;
    padding: 46px;
    border-radius: 34px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 34px;
    align-items: center;
    background:
        radial-gradient(circle at 15% 10%, rgba(175, 202, 35, 0.18), transparent 32%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
    border: 1px solid rgba(175, 202, 35, 0.38);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    overflow: hidden;
}

.elite-content h3 {
    color: var(--accent-primary);
    font-size: clamp(24px, 3vw, 48px);
    line-height: 1.05;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.elite-content p {
    color: var(--text-secondary);
    max-width: 660px;
    line-height: 1.7;
}

.elite-price-box {
    padding: 34px;
    border-radius: 26px;
    text-align: center;
    background: rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(175, 202, 35, 0.28);
}

.elite-price-box strong {
    color: var(--text-primary);
    font-size: clamp(48px, 8vw, 48px);
    line-height: 1;
    text-shadow: 0 0 35px rgba(175, 202, 35, 0.35);
}

.elite-price-box>span {
    color: var(--text-primary);
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 900;
}

.elite-price-box p {
    margin-top: 8px;
    color: var(--text-primary);
    font-weight: 900;
    text-transform: uppercase;
}

.year-price {
    margin-top: 28px;
    display: flex;
    justify-content: center;
    gap: 16px;
    align-items: flex-end;
}

.year-price small {
    color: var(--text-muted);
    font-size: 26px;
    font-weight: 900;
    text-decoration: line-through;
}

.year-price b {
    color: var(--accent-primary);
    font-size: 34px;
}

.elite-price-box em {
    display: block;
    margin-top: 8px;
    color: var(--text-primary);
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
}

/* Responsive */
@media (max-width: 1050px) {
    .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 680px;
    }

    .pricing-card {
        min-height: auto;
    }

    .elite-program {
        grid-template-columns: 1fr;
        max-width: 680px;
    }
}

@media (max-width: 560px) {
    .pricing-section {
        padding: 80px 16px;
    }

    .pricing-card {
        padding: 26px;
        border-radius: 24px;
    }

    .pricing-card h3 {
        font-size: 25px;
    }

    .elite-program {
        padding: 26px;
        border-radius: 26px;
    }

    .elite-price-box {
        padding: 24px;
    }

    .year-price {
        flex-direction: column;
        align-items: center;
        gap: 6px;
    }
}

.shop-card {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 34px auto 0;
    padding: 46px;
    border-radius: 34px;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 34px;
    align-items: center;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
    border: 1px solid rgba(175, 202, 35, 0.28);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    overflow: hidden;
}

.shop-card::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    background: radial-gradient(circle, rgba(175, 202, 35, 0.11), transparent 70%);
    filter: blur(34px);
    pointer-events: none;
}

.shop-images {
    position: relative;
    z-index: 2;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-item {
    position: relative;
    max-height: 330px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 28px 45px rgba(0, 0, 0, 0.55));
    transition: 0.35s ease;
}

.shop-shirt {
    transform: translateX(60px);
    z-index: 3;
}

.shop-bag {
    max-height: 220px;
    transform: translateY(35px);
    z-index: 4;
}

.shop-jacket {
    transform: translateX(-55px);
    z-index: 2;
}

.shop-card:hover .shop-shirt {
    transform: translateX(45px) translateY(-8px);
}

.shop-card:hover .shop-bag {
    transform: translateY(18px) scale(1.04);
}

.shop-card:hover .shop-jacket {
    transform: translateX(-42px) translateY(-8px);
}

.shop-content {
    position: relative;
    z-index: 2;
}

.shop-content h3 {
    color: var(--accent-primary);
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1.05;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.shop-content p {
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 26px;
}

/* Tablet */
@media (max-width: 1050px) {
    .shop-card {
        grid-template-columns: 1fr;
        max-width: 680px;
        text-align: center;
    }

    .shop-images {
        min-height: 320px;
    }
}

@media (max-width: 768px) {
    .shop-images {
        min-height: 240px;
    }

    .shop-item {
        max-height: 240px;
        width: 100px;
    }

    .shop-bag {
        max-height: 155px;
    }

    .shop-shirt {
        transform: translateX(34px);
    }

    .shop-bag {
        transform: translateY(24px);
    }

    .shop-jacket {
        transform: translateX(-30px);
    }

    .shop-card:hover .shop-shirt {
        transform: translateX(28px) translateY(-5px);
    }

    .shop-card:hover .shop-bag {
        transform: translateY(16px) scale(1.03);
    }

    .shop-card:hover .shop-jacket {
        transform: translateX(-25px) translateY(-5px);
    }
}

/* Mobile */
@media (max-width: 560px) {
    .shop-card {
        padding: 26px;
        border-radius: 26px;
    }
}

/* PRICING END */

/* REVIEWS START */

.reviews-section {
    position: relative;
    padding: 110px 24px;
    background: transparent;
    overflow: hidden;
}

.reviews-section::before {
    content: "";
    position: absolute;
    width: 760px;
    height: 760px;
    left: -260px;
    top: 10%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(175, 202, 35, 0.075), transparent 70%);
    filter: blur(36px);
    pointer-events: none;
}

.reviews-grid {
    position: relative;
    z-index: 2;
    max-width: 1250px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.15fr 1fr 1fr 1fr;
    gap: 24px;
    align-items: stretch;
}

.review-card {
    position: relative;
    min-height: 500px;
    padding: 34px 28px;
    border-radius: 30px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
    border: 1px solid rgba(255, 255, 255, 0.11);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    overflow: hidden;
    transition: 0.35s ease;
}

.review-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(175, 202, 35, 0.08), transparent);
    transform: translateX(-130%);
    transition: 0.8s ease;
    pointer-events: none;
}

.review-card::after {
    content: "“";
    position: absolute;
    right: 22px;
    bottom: -38px;
    font-size: 180px;
    line-height: 1;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.035);
    pointer-events: none;
}

.review-card:hover::before {
    transform: translateX(130%);
}

.review-card:hover {
    transform: translateY(-10px);
    border-color: rgba(175, 202, 35, 0.36);
}

.review-featured {
    border-color: rgba(175, 202, 35, 0.38);
    background:
        radial-gradient(circle at top left, rgba(175, 202, 35, 0.13), transparent 42%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
}

.stars {
    position: relative;
    z-index: 2;
    margin-bottom: 22px;
    color: var(--accent-warning);
    font-size: 23px;
    letter-spacing: 3px;
    text-shadow: 0 0 24px rgba(255, 235, 59, 0.18);
}

.review-card p {
    position: relative;
    z-index: 2;
    color: var(--text-secondary);
    font-size: 16px;
    line-height: 1.8;
    font-style: italic;
    margin-bottom: 34px;
}

.review-card h3 {
    position: relative;
    z-index: 2;
    color: var(--accent-primary);
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-top: auto;
}

/* Tablet */
@media (max-width: 1150px) {
    .reviews-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 820px;
    }

    .review-card {
        min-height: auto;
    }
}

/* Mobile */
@media (max-width: 650px) {
    .reviews-section {
        padding: 80px 16px;
    }

    .reviews-grid {
        grid-template-columns: 1fr;
        max-width: 520px;
        gap: 18px;
    }

    .review-card {
        padding: 26px;
        border-radius: 24px;
    }

    .stars {
        font-size: 20px;
    }

    .review-card p {
        font-size: 14px;
        line-height: 1.75;
    }

    .review-card h3 {
        font-size: 20px;
    }
}

/* REVIEWS END */

/* POWERDAY START */

.powerday-section {
    position: relative;
    padding: 110px 24px;
    background: transparent;
    overflow: hidden;
}

.powerday-section::before {
    content: "";
    position: absolute;
    width: 780px;
    height: 780px;
    right: -260px;
    top: 10%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(175, 202, 35, 0.08), transparent 70%);
    filter: blur(36px);
    pointer-events: none;
}

.powerday-form {
    position: relative;
    z-index: 2;
    max-width: 860px;
    margin: 0 auto;
    padding: 42px;
    border-radius: 34px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.025));
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

.form-head {
    margin-bottom: 32px;
}

.form-badge {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(175, 202, 35, 0.1);
    border: 1px solid rgba(175, 202, 35, 0.28);
    color: var(--accent-primary);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.form-head h3 {
    font-size: clamp(30px, 5vw, 48px);
    line-height: 1;
    letter-spacing: -0.06em;
    margin-bottom: 10px;
}

.form-head p {
    color: var(--text-light);
    font-size: 17px;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.form-group {
    display: grid;
    gap: 9px;
}

.form-full {
    margin-top: 22px;
}

.form-group label {
    color: var(--text-primary);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.form-group input,
.form-group textarea {
    width: 100%;
    min-height: 54px;
    padding: 15px 16px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: rgba(0, 0, 0, 0.28);
    color: var(--text-primary);
    font: inherit;
    outline: none;
    transition: 0.25s ease;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(224, 224, 224, 0.38);
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: rgba(175, 202, 35, 0.65);
    box-shadow: 0 0 0 4px rgba(175, 202, 35, 0.08);
}

.privacy-check {
    margin-top: 24px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.5;
}

.privacy-check input {
    margin-top: 4px;
    accent-color: var(--accent-primary);
}

.form-submit {
    width: 100%;
    margin-top: 28px;
    padding: 17px 24px;
    border: 0;
    border-radius: 999px;
    background: var(--gradient-primary);
    color: #101010;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.25s ease;
}

.form-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 45px rgba(175, 202, 35, 0.22);
}

.form-submit:disabled {
    opacity: 0.65;
    cursor: not-allowed;
    transform: none;
}

.form-message {
    display: none;
    margin-top: 18px;
    padding: 14px 16px;
    border-radius: 14px;
    font-weight: 800;
    text-align: center;
}

.success-message {
    color: var(--accent-success);
    background: rgba(0, 255, 136, 0.08);
    border: 1px solid rgba(0, 255, 136, 0.22);
}

.error-message {
    color: #ff7777;
    background: rgba(255, 80, 80, 0.08);
    border: 1px solid rgba(255, 80, 80, 0.22);
}

@media (max-width: 760px) {
    .powerday-section {
        padding: 80px 16px;
    }

    .powerday-form {
        padding: 26px;
        border-radius: 26px;
    }

    .form-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

/* POWERDAY END */

/* CONTACT START */

.contact-section {
    position: relative;
    padding: 110px 24px;
    background: transparent;
    overflow: hidden;
}

.contact-section::before {
    content: "";
    position: absolute;
    width: 760px;
    height: 760px;
    left: -260px;
    top: 18%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(175, 202, 35, 0.075), transparent 70%);
    filter: blur(36px);
    pointer-events: none;
}

.contact-layout {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
    align-items: start;
}

.trial-form,
.info-card {
    border-radius: 34px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.025));
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

.trial-form {
    padding: 42px;
}

.single-form-grid {
    grid-template-columns: 1fr;
}

.contact-side {
    display: grid;
    gap: 28px;
}

.info-card {
    padding: 34px;
    overflow: hidden;
}

.info-card h3 {
    color: var(--accent-primary);
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    margin-bottom: 26px;
}

.contact-list {
    display: grid;
    gap: 16px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid transparent;
    transition: 0.25s ease;
}

.contact-item:hover {
    transform: translateX(6px);
    border-color: rgba(175, 202, 35, 0.32);
    background: rgba(175, 202, 35, 0.055);
}

.contact-icon {
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: rgba(175, 202, 35, 0.08);
    color: var(--accent-primary);
    font-size: 19px;
    font-weight: 900;
}

.contact-item strong {
    display: block;
    color: var(--text-primary);
    font-size: 15px;
    line-height: 1.35;
}

.contact-item small {
    display: block;
    margin-top: 3px;
    color: var(--text-light);
    font-size: 13px;
}

@media (max-width: 950px) {
    .contact-layout {
        grid-template-columns: 1fr;
        max-width: 720px;
    }
}

@media (max-width: 560px) {
    .contact-section {
        padding: 80px 16px;
    }

    .trial-form,
    .info-card {
        border-radius: 26px;
    }

    .trial-form,
    .info-card {
        padding: 26px;
    }

    .contact-item {
        padding: 12px;
        align-items: flex-start;
    }

    .contact-icon {
        width: 34px;
        height: 34px;
        font-size: 16px;
    }

    .contact-item strong {
        font-size: 14px;
        word-break: break-word;
    }
}

/* CONTACT END */

/* FOOTER START */

.elite-footer {
    position: relative;
    padding: 90px 24px 32px;
    background:
        linear-gradient(180deg, rgba(5, 5, 5, 0), #050505 20%, #030303 100%);
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-logo-bg {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 0;
}

.footer-logo-bg img {
    width: min(720px, 75vw);
    opacity: 0.1;
    filter: grayscale(1) brightness(2.4);
    transform: translateY(20px);
}

.elite-footer::before {
    content: "";
    position: absolute;
    width: 700px;
    height: 700px;
    left: 50%;
    bottom: -420px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(175, 202, 35, 0.08), transparent 70%);
    filter: blur(36px);
    pointer-events: none;
}

.footer-inner {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 0.7fr 1fr 0.7fr;
    gap: 42px;
}

.footer-brand h3,
.footer-col h4 {
    color: var(--accent-primary);
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.footer-brand h3 {
    text-transform: lowercase;
}

.footer-brand p {
    max-width: 330px;
    color: var(--text-light);
    line-height: 1.7;
}

.footer-col {
    display: flex;
    flex-direction: column;
}

.footer-col a {
    color: var(--text-light);
    margin-bottom: 12px;
    transition: 0.25s ease;
}

.footer-col a:hover {
    color: var(--accent-primary);
    transform: translateX(4px);
}

.footer-bottom {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 54px auto 0;
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
}

.footer-bottom p {
    color: var(--text-muted);
    font-size: 14px;
}

/* MODALS */

.modal {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: none;
}

.modal[aria-hidden="false"] {
    display: block;
}

.modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.78);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.modal-dialog {
    position: relative;
    z-index: 2;
    width: min(920px, calc(100% - 32px));
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    margin: 24px auto;
    padding: 38px;
    border-radius: 30px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.035)),
        #101010;
    border: 1px solid rgba(255, 255, 255, 0.13);
    box-shadow: 0 40px 120px rgba(0, 0, 0, 0.65);
}

.modal-dialog h2 {
    color: var(--accent-primary);
    font-size: clamp(30px, 5vw, 48px);
    letter-spacing: -0.05em;
    margin-bottom: 22px;
}

.modal-content {
    color: var(--text-secondary);
    line-height: 1.75;
}

.modal-content p {
    margin-bottom: 18px;
}

.modal-content strong {
    color: var(--text-primary);
}

.modal-content a {
    color: var(--accent-primary);
}

.modal-close {
    position: sticky;
    top: 0;
    margin-left: auto;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: var(--gradient-primary);
    color: #101010;
    font-size: 24px;
    font-weight: 900;
    cursor: pointer;
}

.modal-close::before {
    content: "×";
}

body.modal-open {
    overflow: hidden;
}

@media (max-width: 850px) {
    .footer-inner {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 560px) {
    .elite-footer {
        padding: 70px 16px 28px;
    }

    .footer-inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-logo-bg img {
        width: 130vw;
        opacity: 0.1;
    }

    .modal-dialog {
        padding: 26px;
        border-radius: 24px;
        margin: 16px auto;
        max-height: calc(100vh - 32px);
    }
}

/* FOOTER END */

@media (max-width: 768px) {

    .navbar,
    .training-card,
    .coach-card,
    .pricing-card,
    .elite-program,
    .shop-card,
    .review-card,
    .powerday-form,
    .trial-form,
    .info-card {
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .hero::before,
    .hero::after,
    .training-section::before,
    .training-section::after,
    .coaches-section::before,
    .coaches-section::after,
    .pricing-section::before,
    .reviews-section::before,
    .powerday-section::before,
    .contact-section::before,
    .elite-footer::before {
        filter: none !important;
        opacity: 0.25 !important;
    }

    .training-card,
    .coach-card,
    .pricing-card,
    .elite-program,
    .shop-card,
    .review-card,
    .powerday-form,
    .trial-form,
    .info-card {
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35) !important;
    }

    .reviews-section::before {
        display: none !important;
    }

    .review-card {
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        box-shadow: 0 14px 34px rgba(0, 0, 0, 0.32) !important;
        transition: none !important;
    }

    /* .review-card::before,
    .review-card::after {
        display: none !important;
    } */

    .review-card:hover {
        transform: none !important;
    }

    .stars {
        text-shadow: none !important;
    }

    .review-card p {
        line-height: 1.65;
    }

    .review-featured {
        background: linear-gradient(145deg,
                rgba(255, 255, 255, 0.07),
                rgba(255, 255, 255, 0.025)) !important;
    }

    .reveal-left,
    .reveal-right,
    .reveal-up {
        opacity: 0;
        transform: translateY(22px);
        transition: opacity 0.45s ease, transform 0.45s ease;
    }

    .reveal-left.active,
    .reveal-right.active,
    .reveal-up.active {
        opacity: 1;
        transform: translateY(0);
    }
}

/* PERFORMANCE OPTIMIZATION START
   Heavy backdrop-filter and huge blur effects were replaced by fake-glass backgrounds.
   This keeps the design close to the original but scrolls much smoother on MacBook Air / Safari / Chrome.
*/

/* Keep only the navbar as real glass on strong desktop screens */
@media (min-width: 1441px) {
    .navbar {
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
    }
}

/* Fake glass for all cards/forms. Much faster than backdrop-filter. */
.training-card,
.coach-card,
.pricing-card,
.elite-program,
.shop-card,
.review-card,
.powerday-form,
.trial-form,
.info-card,
.modal-dialog {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background:
        linear-gradient(145deg, rgba(255,255,255,0.085), rgba(255,255,255,0.028)) !important;
}

/* Featured cards keep a slightly stronger premium look without expensive blur. */
.training-card.featured,
.pricing-card-featured,
.review-featured,
.elite-program {
    background:
        radial-gradient(circle at top, rgba(175,202,35,0.10), transparent 38%),
        linear-gradient(145deg, rgba(255,255,255,0.09), rgba(255,255,255,0.03)) !important;
}

/* The mobile menu also uses fake glass for better performance. */
.nav-links {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

@media (min-width: 1441px) {
    .nav-links {
        backdrop-filter: blur(12px) !important;
        -webkit-backdrop-filter: blur(12px) !important;
    }
}

/* Reduce heavy paint costs from large shadows. */
.training-card,
.coach-card,
.pricing-card,
.elite-program,
.shop-card,
.review-card,
.powerday-form,
.trial-form,
.info-card {
    box-shadow: 0 18px 48px rgba(0,0,0,0.34) !important;
}

/* Disable expensive shine overlays on devices where hover is not useful. */
@media (hover: none), (max-width: 1440px) {
    .training-card::before,
    .coach-card::after,
    .pricing-card::after,
    .review-card::before {
        display: none !important;
    }

    .training-card:hover,
    .coach-card:hover,
    .pricing-card:hover,
    .review-card:hover,
    .shop-card:hover,
    .btn:hover,
    .contact-item:hover {
        transform: none !important;
    }
}

/* Extra smoothing for MacBook Air / laptop sizes. */
@media (max-width: 1440px) {
    .hero::before,
    .hero::after,
    .hero-glow,
    .coaches-section::before,
    .coaches-section::after,
    .pricing-section::before,
    .reviews-section::before,
    .powerday-section::before,
    .contact-section::before,
    .elite-footer::before,
    .shop-card::before {
        filter: none !important;
        opacity: 0.18 !important;
    }

    .coach-media img,
    .shop-item {
        transition: none !important;
    }
}

/* Keep mobile reveal animation simple and cheap. */
@media (max-width: 768px) {
    .reveal-left,
    .reveal-right,
    .reveal-up {
        opacity: 0;
        transform: translateY(22px);
        transition: opacity 0.4s ease, transform 0.4s ease;
    }

    .reveal-left.active,
    .reveal-right.active,
    .reveal-up.active {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Respect reduced-motion users and also helps on weaker devices. */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }
}

/* PERFORMANCE OPTIMIZATION END */
