@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
    --primary: #C8FF00;
    --primary-dark: #a8d600;
    --bg-dark: #0a0a0a;
    --bg-card: #141414;
    --bg-card-hover: #1a1a1a;
    --bg-glass: rgba(20, 20, 20, 0.7);
    --text-white: #ffffff;
    --text-gray: #a0a0a0;
    --text-light: #d0d0d0;
    --border-color: rgba(255, 255, 255, 0.08);
    --success: #00ff88;
    --warning: #ffcc00;
    --danger: #ff4444;
    --radius: 16px;
    --radius-sm: 8px;
    --radius-lg: 24px;
    --shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* LIGHT MODE */
[data-theme="light"] {
    --bg-dark: #f5f5f0;
    --bg-card: #ffffff;
    --bg-card-hover: #f0f0ea;
    --bg-glass: rgba(255, 255, 255, 0.85);
    --text-white: #1a1a1a;
    --text-gray: #6b6b6b;
    --text-light: #444444;
    --border-color: rgba(0, 0, 0, 0.1);
    --shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    --primary: #8ab800;
    --primary-dark: #739e00;
}

[data-theme="light"] .navbar.scrolled {
    background: rgba(245, 245, 240, 0.95);
}

[data-theme="light"] .hero-bg::after {
    background: linear-gradient(135deg, rgba(245, 245, 240, 0.9) 0%, rgba(245, 245, 240, 0.4) 100%);
}

[data-theme="light"] .hero {
    background: linear-gradient(135deg, rgba(245, 245, 240, 0.8), rgba(245, 245, 240, 0.3));
}

[data-theme="light"] .btn-outline {
    border-color: rgba(0, 0, 0, 0.2);
    color: var(--text-white);
}

[data-theme="light"] .footer {
    background: #1a1a1a;
    color: #fff;
}

[data-theme="light"] .footer,
[data-theme="light"] .footer h4,
[data-theme="light"] .footer a,
[data-theme="light"] .footer p,
[data-theme="light"] .footer-bottom p {
    color: #ccc;
}

[data-theme="light"] .footer h4 {
    color: #fff;
}

[data-theme="light"] .sport-card-overlay h3,
[data-theme="light"] .sport-card-overlay p {
    color: #fff;
}

[data-theme="light"] .hamburger span {
    background: var(--text-white);
}

[data-theme="light"] .nav-logo img {
    filter: invert(1);
}

[data-theme="light"] .footer .nav-logo img {
    filter: none;
}

[data-theme="light"] .calendar-nav button {
    color: var(--text-white);
    background: rgba(0, 0, 0, 0.05);
    border-color: var(--border-color);
}

[data-theme="light"] .form-control {
    background: var(--bg-card);
    color: var(--text-white);
    border-color: var(--border-color);
}

[data-theme="light"] .filter-select {
    background: var(--bg-card);
    color: var(--text-white);
    border-color: var(--border-color);
}

/* THEME TOGGLE BUTTON */
.theme-toggle {
    background: none;
    border: 2px solid var(--border-color);
    color: var(--text-white);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    transition: var(--transition);
}

.theme-toggle:hover {
    border-color: var(--primary);
    color: var(--primary);
}

/* TENNIS BALL CURSOR */
body {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='11' fill='%23c8e500' stroke='%23a0b800' stroke-width='1'/%3E%3Cpath d='M5 3.5C8 7 8 17 5 20.5' stroke='white' stroke-width='1.5' fill='none' opacity='0.6'/%3E%3Cpath d='M19 3.5C16 7 16 17 19 20.5' stroke='white' stroke-width='1.5' fill='none' opacity='0.6'/%3E%3C/svg%3E") 12 12, auto;
}

a,
button,
[role="button"],
input,
select,
textarea,
.btn {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Ccircle cx='14' cy='14' r='13' fill='%23c8e500' stroke='%23a0b800' stroke-width='1'/%3E%3Cpath d='M6 4C9 8 9 20 6 24' stroke='white' stroke-width='1.5' fill='none' opacity='0.6'/%3E%3Cpath d='M22 4C19 8 19 20 22 24' stroke='white' stroke-width='1.5' fill='none' opacity='0.6'/%3E%3C/svg%3E") 14 14, pointer;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: 'Inter', sans-serif;
    background: var(--bg-dark);
    color: var(--text-white);
    line-height: 1.6;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

h1 {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
}

h2 {
    font-size: clamp(2rem, 4vw, 3rem);
}

h3 {
    font-size: clamp(1.2rem, 2vw, 1.5rem);
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

img {
    max-width: 100%;
    display: block;
}

ul {
    list-style: none;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

/* BUTTONS */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 50px;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    border: none;
    cursor: pointer;
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-primary {
    background: var(--primary);
    color: #000;
}

.btn-primary:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(200, 255, 0, 0.3);
}

.btn-outline {
    background: transparent;
    color: var(--text-white);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.btn-outline:hover {
    border-color: var(--primary);
    color: var(--primary);
}

.btn-sm {
    padding: 10px 24px;
    font-size: 0.85rem;
}

.btn-danger {
    background: var(--danger);
    color: #fff;
}

.btn-success {
    background: var(--success);
    color: #000;
}

/* NAVBAR */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 16px 0;
    transition: var(--transition);
}

.navbar.scrolled {
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border-color);
    padding: 10px 0;
}

.navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-logo img {
    height: 80px;
    transition: var(--transition);
}

.navbar.scrolled .nav-logo img {
    height: 55px;
}

.nav-logo {
    display: flex;
    align-items: center;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 32px;
}

.nav-links a {
    font-weight: 500;
    font-size: 0.95rem;
    position: relative;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary);
    transition: var(--transition);
}

.nav-links a:hover::after,
.nav-links a.active::after {
    width: 100%;
}

.nav-links a:hover {
    color: var(--primary);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 8px;
}

.hamburger span {
    width: 28px;
    height: 2px;
    background: var(--text-white);
    transition: var(--transition);
    border-radius: 2px;
}

/* HERO */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    background: linear-gradient(135deg, rgba(10, 10, 10, 0.8), rgba(10, 10, 10, 0.4));
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10, 10, 10, 0.85) 0%, rgba(10, 10, 10, 0.3) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(200, 255, 0, 0.1);
    border: 1px solid rgba(200, 255, 0, 0.3);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    color: var(--primary);
    margin-bottom: 24px;
    font-weight: 500;
}

.hero-badge .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary);
    animation: pulse 2s infinite;
}

.hero h1 {
    margin-bottom: 20px;
}

.hero h1 .accent {
    color: var(--primary);
}

.hero p {
    font-size: 1.15rem;
    color: var(--text-light);
    margin-bottom: 36px;
    max-width: 550px;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

/* SECTION STYLES */
.section {
    padding: 100px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 64px;
}

.section-header .label {
    display: inline-block;
    color: var(--primary);
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 12px;
}

.section-header h2 {
    margin-bottom: 16px;
}

.section-header p {
    color: var(--text-gray);
    max-width: 600px;
    margin: 0 auto;
    font-size: 1.05rem;
}

/* CARDS */
.card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    overflow: hidden;
    transition: var(--transition);
}

.card:hover {
    transform: translateY(-8px);
    border-color: rgba(200, 255, 0, 0.2);
    box-shadow: var(--shadow);
}

.card-img {
    height: 240px;
    overflow: hidden;
}

.card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.card:hover .card-img img {
    transform: scale(1.05);
}

.card-body {
    padding: 24px;
}

/* GRID */
.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}

/* ABOUT SECTION */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.about-img {
    border-radius: var(--radius);
    overflow: hidden;
    position: relative;
}

.about-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.stat-item {
    text-align: center;
}

.stat-item .number {
    font-family: 'Outfit', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary);
}

.stat-item .text {
    font-size: 0.85rem;
    color: var(--text-gray);
    margin-top: 4px;
}

/* SPORTS CARDS */
.sport-card {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    height: 400px;
    cursor: pointer;
}

.sport-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.sport-card:hover img {
    transform: scale(1.1);
}

.sport-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 32px;
}

.sport-card-overlay h3 {
    font-size: 1.8rem;
    margin-bottom: 8px;
}

.sport-card-overlay p {
    color: var(--text-gray);
    font-size: 0.9rem;
}

.sport-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    font-size: 1.5rem;
}

/* COACH CARDS */
.coach-card {
    text-align: center;
}

.coach-card .card-img {
    height: 300px;
}

.coach-card .card-body h3 {
    margin-bottom: 4px;
}

.coach-card .specialty {
    color: var(--primary);
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 8px;
}

.coach-card .bio {
    color: var(--text-gray);
    font-size: 0.9rem;
    margin-bottom: 16px;
}

/* EVENT CARDS */
.event-card {
    display: flex;
    overflow: hidden;
}

.event-card .event-img {
    width: 300px;
    min-height: 250px;
    flex-shrink: 0;
}

.event-card .event-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-card .event-body {
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.event-date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary);
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 12px;
}

.event-body h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.event-body p {
    color: var(--text-gray);
    margin-bottom: 20px;
    font-size: 0.95rem;
}

.event-tags {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}

.event-tag {
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 500;
    background: rgba(200, 255, 0, 0.1);
    color: var(--primary);
    border: 1px solid rgba(200, 255, 0, 0.2);
}

/* FAMILY DEALS */
.deals-section {
    background: linear-gradient(135deg, #0f1a00 0%, #0a0a0a 100%);
    border: 1px solid rgba(200, 255, 0, 0.15);
    border-radius: var(--radius-lg);
    padding: 64px;
    margin: 0 24px;
    position: relative;
    overflow: hidden;
}

.deals-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(200, 255, 0, 0.08), transparent);
}

.deal-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    padding: 32px;
    text-align: center;
    transition: var(--transition);
    position: relative;
}

.deal-card:hover {
    border-color: var(--primary);
    transform: translateY(-4px);
}

.deal-card.featured {
    border-color: var(--primary);
    background: rgba(200, 255, 0, 0.05);
}

.deal-card.featured::before {
    content: 'EN POPÜLER';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary);
    color: #000;
    padding: 4px 20px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.deal-price {
    font-family: 'Outfit', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    color: var(--primary);
}

.deal-price span {
    font-size: 1rem;
    color: var(--text-gray);
    font-weight: 400;
}

.deal-card h3 {
    margin: 12px 0 8px;
}

.deal-card p {
    color: var(--text-gray);
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.deal-features {
    text-align: left;
    margin-bottom: 24px;
}

.deal-features li {
    padding: 8px 0;
    border-bottom: 1px solid var(--border-color);
    font-size: 0.9rem;
    color: var(--text-light);
    display: flex;
    align-items: center;
    gap: 8px;
}

.deal-features li::before {
    content: '✓';
    color: var(--primary);
    font-weight: 700;
}

/* TESTIMONIALS */
.testimonial-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    padding: 32px;
    position: relative;
}

.testimonial-card::before {
    content: '"';
    font-family: 'Outfit', sans-serif;
    font-size: 5rem;
    color: var(--primary);
    opacity: 0.3;
    position: absolute;
    top: 10px;
    left: 20px;
    line-height: 1;
}

.testimonial-card p {
    color: var(--text-light);
    font-size: 0.95rem;
    margin-bottom: 20px;
    padding-top: 32px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-author img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-author .name {
    font-weight: 600;
}

.testimonial-author .role {
    color: var(--text-gray);
    font-size: 0.85rem;
}

.stars {
    color: var(--primary);
    margin-bottom: 12px;
}

/* CALENDAR */
.calendar-container {
    background: var(--bg-card);
    border-radius: var(--radius);
    border: 1px solid var(--border-color);
    overflow: hidden;
}

.calendar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 32px;
    border-bottom: 1px solid var(--border-color);
}

.calendar-nav {
    display: flex;
    align-items: center;
    gap: 16px;
}

.calendar-nav button {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border-color);
    color: var(--text-white);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2rem;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
}

.calendar-nav button:hover {
    background: var(--primary);
    color: #000;
}

.calendar-filters {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.filter-select {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border-color);
    color: var(--text-white);
    padding: 10px 16px;
    border-radius: var(--radius-sm);
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    cursor: pointer;
}

.filter-select option {
    background: var(--bg-dark);
}

.calendar-grid {
    display: grid;
    grid-template-columns: 80px repeat(7, 1fr);
}

.calendar-day-header {
    padding: 16px;
    text-align: center;
    font-weight: 600;
    font-size: 0.85rem;
    border-bottom: 1px solid var(--border-color);
    background: rgba(255, 255, 255, 0.02);
    color: var(--text-gray);
}

.calendar-day-header.today {
    color: var(--primary);
}

.time-label {
    padding: 8px 12px;
    font-size: 0.8rem;
    color: var(--text-gray);
    border-right: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
}

.calendar-cell {
    border-right: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    min-height: 60px;
    padding: 4px;
    cursor: pointer;
    transition: var(--transition);
    position: relative;
}

.calendar-cell:hover {
    background: rgba(200, 255, 0, 0.03);
}

.calendar-cell:last-child {
    border-right: none;
}

.lesson-block {
    padding: 6px 8px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 500;
    margin-bottom: 2px;
    cursor: pointer;
    transition: var(--transition);
}

.lesson-block.approved {
    background: rgba(0, 255, 136, 0.15);
    color: var(--success);
    border-left: 3px solid var(--success);
}

.lesson-block.pending {
    background: rgba(255, 204, 0, 0.15);
    color: var(--warning);
    border-left: 3px solid var(--warning);
}

.lesson-block.rejected {
    background: rgba(255, 68, 68, 0.15);
    color: var(--danger);
    border-left: 3px solid var(--danger);
}

/* MODAL */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.modal-overlay.active {
    display: flex;
}

.modal {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    width: 100%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    border-bottom: 1px solid var(--border-color);
}

.modal-header h3 {
    font-size: 1.2rem;
}

.modal-close {
    background: none;
    border: none;
    color: var(--text-gray);
    font-size: 1.5rem;
    cursor: pointer;
    transition: var(--transition);
}

.modal-close:hover {
    color: var(--text-white);
}

.modal-body {
    padding: 24px;
}

.modal-footer {
    padding: 16px 24px;
    border-top: 1px solid var(--border-color);
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

/* FORM */
.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 0.9rem;
}

.form-control {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border-color);
    color: var(--text-white);
    padding: 12px 16px;
    border-radius: var(--radius-sm);
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    transition: var(--transition);
}

.form-control:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(200, 255, 0, 0.1);
}

textarea.form-control {
    min-height: 100px;
    resize: vertical;
}

/* LEGEND */
.legend {
    display: flex;
    gap: 20px;
    padding: 16px 32px;
    border-top: 1px solid var(--border-color);
    flex-wrap: wrap;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: var(--text-gray);
}

.legend-dot {
    width: 12px;
    height: 12px;
    border-radius: 3px;
}

.legend-dot.approved {
    background: var(--success);
}

.legend-dot.pending {
    background: var(--warning);
}

.legend-dot.rejected {
    background: var(--danger);
}

/* FOOTER */
.footer {
    background: #050505;
    border-top: 1px solid var(--border-color);
    padding: 64px 0 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
}

.footer-brand p {
    color: var(--text-gray);
    margin-top: 16px;
    font-size: 0.9rem;
    line-height: 1.8;
}

.footer-col h4 {
    margin-bottom: 20px;
    font-size: 1rem;
}

.footer-col a {
    display: block;
    color: var(--text-gray);
    font-size: 0.9rem;
    padding: 4px 0;
    transition: var(--transition);
}

.footer-col a:hover {
    color: var(--primary);
    padding-left: 4px;
}

.footer-bottom {
    border-top: 1px solid var(--border-color);
    margin-top: 48px;
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom p {
    color: var(--text-gray);
    font-size: 0.85rem;
}

.social-links {
    display: flex;
    gap: 12px;
}

.social-links a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: var(--transition);
}

.social-links a:hover {
    background: var(--primary);
    color: #000;
    border-color: var(--primary);
}

/* COACH PAGE */
.coach-detail {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 48px;
    align-items: start;
}

.coach-detail-img {
    border-radius: var(--radius);
    overflow: hidden;
}

.coach-detail-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.coach-detail-info h2 {
    margin-bottom: 8px;
}

.coach-schedule {
    margin-top: 24px;
}

.schedule-slot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    margin-bottom: 8px;
    transition: var(--transition);
}

.schedule-slot:hover {
    border-color: var(--primary);
}

.schedule-slot .day {
    font-weight: 600;
}

.schedule-slot .hours {
    color: var(--text-gray);
    font-size: 0.9rem;
}

/* ADMIN PANEL */
.admin-panel {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
}

.admin-header {
    padding: 24px;
    border-bottom: 1px solid var(--border-color);
}

.request-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    border-bottom: 1px solid var(--border-color);
    transition: var(--transition);
}

.request-item:hover {
    background: rgba(255, 255, 255, 0.02);
}

.request-info {
    flex: 1;
}

.request-info .student {
    font-weight: 600;
}

.request-info .details {
    color: var(--text-gray);
    font-size: 0.85rem;
    margin-top: 4px;
}

.request-actions {
    display: flex;
    gap: 8px;
}

/* PAGE HEADER */
.page-header {
    padding: 140px 0 60px;
    text-align: center;
    background: linear-gradient(135deg, rgba(200, 255, 0, 0.05), transparent);
}

.page-header h1 {
    margin-bottom: 12px;
}

.page-header p {
    color: var(--text-gray);
    font-size: 1.1rem;
}

/* CONTACT */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}

.contact-info-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    margin-bottom: 16px;
    transition: var(--transition);
}

.contact-info-card:hover {
    border-color: var(--primary);
}

.contact-icon {
    width: 50px;
    height: 50px;
    border-radius: var(--radius-sm);
    background: rgba(200, 255, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.map-placeholder {
    width: 100%;
    height: 300px;
    border-radius: var(--radius);
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-gray);
    margin-top: 16px;
}

/* ANIMATIONS */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.slide-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.slide-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.slide-right {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.slide-right.visible {
    opacity: 1;
    transform: translateX(0);
}

/* WHATSAPP BUTTON */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
    transition: var(--transition);
    text-decoration: none;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 24px rgba(37, 211, 102, 0.5);
}

/* NOTIFICATION TOAST */
.toast {
    position: fixed;
    bottom: 100px;
    right: 24px;
    z-index: 3000;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    padding: 16px 24px;
    box-shadow: var(--shadow);
    transform: translateX(120%);
    transition: var(--transition);
    max-width: 350px;
}

.toast.show {
    transform: translateX(0);
}

.toast.success {
    border-left: 4px solid var(--success);
}

.toast.warning {
    border-left: 4px solid var(--warning);
}

.toast.error {
    border-left: 4px solid var(--danger);
}

/* TABS */
.tabs {
    display: flex;
    gap: 4px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: var(--radius-sm);
    padding: 4px;
    margin-bottom: 24px;
}

.tab-btn {
    padding: 10px 24px;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 500;
    background: transparent;
    color: var(--text-gray);
    border: none;
    cursor: pointer;
    transition: var(--transition);
    font-family: 'Inter', sans-serif;
}

.tab-btn.active {
    background: var(--primary);
    color: #000;
    font-weight: 600;
}

.tab-btn:hover:not(.active) {
    color: var(--text-white);
}

/* RESPONSIVE */
@media(max-width:1024px) {
    .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-5 {
        grid-template-columns: repeat(3, 1fr);
    }

    .about-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }

    .event-card {
        flex-direction: column;
    }

    .event-card .event-img {
        width: 100%;
        height: 200px;
    }

    .deals-section {
        padding: 40px 24px;
        margin: 0;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .coach-detail {
        grid-template-columns: 1fr;
    }
}

@media(max-width:768px) {
    .nav-links {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(10, 10, 10, 0.98);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
    }

    .nav-links.active {
        display: flex;
    }

    .hamburger {
        display: flex;
    }

    .nav-actions .btn {
        display: none;
    }

    .grid-2,
    .grid-3,
    .grid-4,
    .grid-5 {
        grid-template-columns: 1fr;
    }

    .hero-content {
        padding: 0 8px;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .hero-buttons .btn {
        width: 100%;
        justify-content: center;
    }

    .section {
        padding: 64px 0;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .calendar-grid {
        font-size: 0.8rem;
    }

    .about-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .stat-item .number {
        font-size: 1.8rem;
    }
}