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

body {
    font-family: 'Vazir', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #1a1a1a;
    color: #e0e0e0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    line-height: 1.6;
    padding: 0 20px;
    position: relative;
    overflow-x: hidden;
}

.bg-animation-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    background: radial-gradient(ellipse at 30% 40%, rgba(26, 115, 232, 0.04), transparent 60%),
                radial-gradient(ellipse at 70% 60%, rgba(26, 115, 232, 0.03), transparent 50%),
                #1a1a1a;
}

#particlesCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bg-circle {
    position: absolute;
    border-radius: 50%;
    animation: floatCircle 20s infinite ease-in-out alternate;
    z-index: 0;
}

.bg-circle-1 { width: 400px; height: 400px; top: -100px; right: -80px; background: radial-gradient(circle, rgba(26, 115, 232, 0.06), transparent 70%); animation-duration: 25s; }
.bg-circle-2 { width: 350px; height: 350px; bottom: -80px; left: -60px; background: radial-gradient(circle, rgba(26, 115, 232, 0.05), transparent 70%); animation-duration: 22s; animation-delay: -3s; }
.bg-circle-3 { width: 250px; height: 250px; top: 30%; left: 70%; background: radial-gradient(circle, rgba(26, 115, 232, 0.04), transparent 70%); animation-duration: 18s; animation-delay: -6s; }
.bg-circle-4 { width: 300px; height: 300px; top: 60%; right: 10%; background: radial-gradient(circle, rgba(26, 115, 232, 0.03), transparent 70%); animation-duration: 24s; animation-delay: -9s; }
.bg-circle-5 { width: 200px; height: 200px; top: 15%; left: 10%; background: radial-gradient(circle, rgba(26, 115, 232, 0.05), transparent 70%); animation-duration: 16s; animation-delay: -2s; }
.bg-circle-6 { width: 280px; height: 280px; bottom: 20%; right: 25%; background: radial-gradient(circle, rgba(26, 115, 232, 0.04), transparent 70%); animation-duration: 21s; animation-delay: -7s; }
.bg-circle-7 { width: 180px; height: 180px; top: 45%; left: 45%; background: radial-gradient(circle, rgba(26, 115, 232, 0.03), transparent 70%); animation-duration: 19s; animation-delay: -4s; }
.bg-circle-8 { width: 220px; height: 220px; bottom: 5%; left: 30%; background: radial-gradient(circle, rgba(26, 115, 232, 0.04), transparent 70%); animation-duration: 23s; animation-delay: -11s; }

@keyframes floatCircle {
    0% { transform: translate(0, 0) scale(1) rotate(0deg); }
    33% { transform: translate(40px, -30px) scale(1.05) rotate(8deg); }
    66% { transform: translate(-30px, 25px) scale(0.95) rotate(-5deg); }
    100% { transform: translate(20px, -15px) scale(1.02) rotate(3deg); }
}

.wave {
    position: absolute;
    width: 200%;
    height: 100px;
    background: repeating-linear-gradient(90deg, transparent 0px, rgba(26, 115, 232, 0.02) 50px, transparent 100px);
    animation: waveMove 15s infinite linear;
    z-index: 0;
    opacity: 0.3;
}
.wave-1 { top: 15%; animation-duration: 18s; animation-delay: -2s; height: 60px; }
.wave-2 { top: 45%; animation-duration: 22s; animation-delay: -6s; height: 80px; opacity: 0.2; }
.wave-3 { top: 75%; animation-duration: 20s; animation-delay: -10s; height: 50px; opacity: 0.25; }

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

.floating-supplements {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.supplement-icon {
    position: absolute;
    font-size: 2.5rem;
    color: rgba(26, 115, 232, 0.08);
    animation: floatIcon 20s infinite ease-in-out alternate;
    pointer-events: none;
}
.s1 { top: 12%; left: 8%; animation-duration: 22s; animation-delay: -3s; }
.s2 { top: 25%; right: 12%; animation-duration: 25s; animation-delay: -7s; }
.s3 { top: 55%; left: 5%; animation-duration: 18s; animation-delay: -5s; }
.s4 { bottom: 20%; right: 8%; animation-duration: 24s; animation-delay: -11s; }
.s5 { top: 40%; left: 20%; animation-duration: 20s; animation-delay: -9s; }
.s6 { bottom: 35%; right: 20%; animation-duration: 26s; animation-delay: -13s; }

@keyframes floatIcon {
    0% { transform: translate(0, 0) rotate(0deg) scale(1); }
    50% { transform: translate(30px, -25px) rotate(15deg) scale(1.1); }
    100% { transform: translate(-25px, 20px) rotate(-10deg) scale(0.9); }
}

.light-beam {
    position: absolute;
    width: 2px;
    background: linear-gradient(180deg, transparent, rgba(26, 115, 232, 0.08), transparent);
    animation: lightBeam 8s infinite ease-in-out alternate;
    z-index: 0;
}
.light-beam-1 { height: 300px; left: 15%; top: 10%; animation-duration: 10s; animation-delay: -2s; }
.light-beam-2 { height: 400px; right: 20%; top: 5%; animation-duration: 12s; animation-delay: -5s; width: 1px; }
.light-beam-3 { height: 250px; left: 50%; top: 20%; animation-duration: 9s; animation-delay: -8s; width: 1.5px; }

@keyframes lightBeam {
    0% { opacity: 0.2; transform: scaleY(0.5) rotate(5deg); }
    50% { opacity: 0.6; transform: scaleY(1.2) rotate(-3deg); }
    100% { opacity: 0.3; transform: scaleY(0.8) rotate(2deg); }
}

/* ============================================================
   HEADER - MOBILE: LOGO TOP, BUTTONS CENTER
   ============================================================ */

.header {
    position: sticky;
    top: env(safe-area-inset-top, 0);
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: clamp(14px, 2.5vw, 26px) clamp(18px, 3.5vw, 38px);
    background: rgba(42, 42, 42, 0.65);
    backdrop-filter: blur(25px) saturate(1.6);
    -webkit-backdrop-filter: blur(25px) saturate(1.6);
    border-radius: clamp(20px, 3.2vw, 30px);
    margin: clamp(12px, 2vw, 24px) 0 clamp(10px, 1.5vw, 16px) 0;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%;
    flex-wrap: nowrap;
    gap: clamp(10px, 2vw, 20px);
    min-height: clamp(64px, 10vw, 90px);
}

.glass-header {
    background: rgba(42, 42, 42, 0.65);
    backdrop-filter: blur(25px) saturate(1.6);
    -webkit-backdrop-filter: blur(25px) saturate(1.6);
}

/* ===== DESKTOP: space-between ===== */
@media (min-width: 769px) {
    .header {
        justify-content: space-between;
        gap: 0;
        flex-wrap: nowrap;
    }
    
    .logo {
        flex-shrink: 0;
    }
    
    .nav {
        flex-shrink: 0;
    }
}

/* ===== TABLET: 3 items in a row ===== */
@media (max-width: 768px) and (min-width: 500px) {
    .header {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        padding: clamp(12px, 2vw, 18px) clamp(14px, 2.5vw, 22px);
        min-height: clamp(58px, 8vw, 72px);
        border-radius: clamp(18px, 2.5vw, 24px);
        gap: clamp(8px, 1.5vw, 14px);
    }
    
    .logo {
        flex-shrink: 0;
    }
    
    .nav {
        flex-shrink: 0;
        gap: clamp(8px, 1.5vw, 14px);
    }
}

/* ===== MOBILE (< 500px): LOGO TOP, BUTTONS CENTER ===== */
@media (max-width: 499px) {
    .header {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: clamp(8px, 1.5vw, 14px) clamp(10px, 2vw, 16px);
        min-height: clamp(50px, 9vw, 64px);
        border-radius: clamp(16px, 2.8vw, 22px);
        margin: clamp(8px, 1.2vw, 14px) 0;
        gap: clamp(6px, 1vw, 10px);
        transition: all 0.4s ease;
        flex-wrap: wrap;
    }
    
    /* LOGO - Top */
    .logo {
        order: -1;
        width: 100%;
        justify-content: center;
        padding: clamp(2px, 0.3vw, 4px) clamp(4px, 0.8vw, 8px);
        gap: clamp(6px, 1vw, 10px);
    }
    
    .logo-img-png {
        height: clamp(32px, 5vw, 42px);
        max-width: clamp(38px, 6vw, 48px);
    }
    
    .logo-text {
        font-size: clamp(1.1rem, 2.8vw, 1.5rem);
    }
    
    /* NAV - Center below logo */
    .nav {
        order: 0;
        width: 100%;
        justify-content: center;
        gap: clamp(8px, 1.5vw, 14px);
        flex-wrap: wrap;
    }
    
    .btn-header {
        padding: clamp(8px, 1.2vw, 12px) clamp(14px, 2.2vw, 20px);
        font-size: clamp(0.75rem, 1.2vw, 0.9rem);
        gap: clamp(6px, 0.9vw, 10px);
        min-height: clamp(38px, 5vw, 48px);
        border-radius: 40px;
    }
    
    .btn-header i {
        font-size: clamp(0.75rem, 1.1vw, 0.95rem);
    }
    
    .btn-header .btn-text {
        font-size: clamp(0.6rem, 0.9vw, 0.75rem);
    }
    
    .instagram-svg {
        width: clamp(18px, 2.4vw, 24px);
        height: clamp(18px, 2.4vw, 24px);
    }
    
    /* ===== SCROLLED STATE ===== */
    .header.scrolled {
        padding: clamp(5px, 0.8vw, 8px) clamp(8px, 1.2vw, 12px);
        min-height: clamp(42px, 7vw, 52px);
        background: rgba(18, 18, 18, 0.92);
        backdrop-filter: blur(30px) saturate(1.8);
        border-radius: clamp(14px, 2vw, 18px);
        box-shadow: 0 4px 35px rgba(0, 0, 0, 0.7);
        border-color: rgba(255, 255, 255, 0.04);
        margin-top: clamp(4px, 0.6vw, 8px);
        gap: clamp(4px, 0.6vw, 8px);
    }
    
    .header.scrolled .logo-img-png {
        height: clamp(24px, 4vw, 32px);
        max-width: clamp(28px, 5vw, 38px);
    }
    
    .header.scrolled .logo-text {
        font-size: clamp(0.85rem, 2.2vw, 1.1rem);
    }
    
    .header.scrolled .logo {
        padding: clamp(2px, 0.3vw, 4px) clamp(4px, 0.6vw, 8px);
        gap: clamp(4px, 0.6vw, 8px);
    }
    
    .header.scrolled .btn-header {
        padding: clamp(5px, 0.8vw, 8px) clamp(10px, 1.5vw, 14px);
        border-radius: 30px;
        font-size: clamp(0.55rem, 0.8vw, 0.7rem);
        gap: clamp(3px, 0.4vw, 5px);
        min-height: clamp(30px, 4.5vw, 38px);
        min-width: clamp(32px, 4.5vw, 40px);
        justify-content: center;
    }
    
    .header.scrolled .btn-header i {
        font-size: clamp(0.7rem, 1.6vw, 0.85rem);
    }
    
    .header.scrolled .btn-header .btn-text {
        opacity: 0;
        transform: scale(0.6);
        width: 0;
        overflow: hidden;
        margin: 0;
        padding: 0;
        position: absolute;
    }
    
    .header.scrolled .instagram-svg {
        width: clamp(14px, 2vw, 18px);
        height: clamp(14px, 2vw, 18px);
    }
    
    .header:not(.scrolled) .btn-header .btn-text {
        opacity: 1;
        transform: scale(1);
        width: auto;
        position: relative;
        display: inline-block;
    }
}

/* ===== EXTRA SMALL (< 360px) ===== */
@media (max-width: 360px) {
    .header {
        padding: 8px 6px;
        min-height: 44px;
        border-radius: 12px;
        gap: 4px;
    }
    .logo-text {
        font-size: 0.85rem;
    }
    .logo-img-png {
        height: 28px;
        max-width: 32px;
    }
    .logo {
        gap: 4px;
        padding: 2px 4px;
    }
    .btn-header {
        padding: 4px 8px;
        font-size: 0.6rem;
        gap: 3px;
        min-height: 28px;
        min-width: 30px;
        border-radius: 30px;
    }
    .btn-header i {
        font-size: 0.7rem;
    }
    .btn-header .btn-text {
        font-size: 0.45rem;
    }
    .instagram-svg {
        width: 16px;
        height: 16px;
    }
    
    .header.scrolled {
        min-height: 36px;
        padding: 5px 6px;
        gap: 3px;
    }
    
    .header.scrolled .logo-img-png {
        height: 18px;
        max-width: 22px;
    }
    
    .header.scrolled .logo-text {
        font-size: 0.65rem;
    }
    
    .header.scrolled .btn-header {
        padding: 3px 5px;
        min-height: 22px;
        min-width: 24px;
    }
    
    .header.scrolled .btn-header i {
        font-size: 0.55rem;
    }
    
    .header.scrolled .instagram-svg {
        width: 12px;
        height: 12px;
    }
}

/* ============================================================
   LOGO
   ============================================================ */
.logo {
    display: flex;
    align-items: center;
    gap: clamp(10px, 1.8vw, 18px);
    flex-shrink: 0;
    padding: clamp(4px, 0.6vw, 6px) clamp(8px, 1.2vw, 14px);
    border-radius: clamp(14px, 1.8vw, 20px);
    background: rgba(255, 255, 255, 0.04);
    transition: all 0.4s ease;
}

.logo-img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(3px, 0.4vw, 5px);
    border-radius: clamp(12px, 1.4vw, 16px);
    background: linear-gradient(135deg, rgba(26, 115, 232, 0.15), rgba(26, 115, 232, 0.02));
    transition: all 0.4s ease;
}

.logo-img-png {
    height: clamp(42px, 6vw, 60px);
    width: auto;
    max-width: clamp(48px, 7vw, 70px);
    border-radius: clamp(10px, 1.2vw, 14px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.logo-img {
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    border-radius: clamp(8px, 1vw, 12px);
    background: rgba(255, 255, 255, 0.05);
    padding: clamp(2px, 0.3vw, 4px);
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: block;
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.3));
}

.logo-img:hover {
    transform: scale(1.08) rotate(-3deg);
    filter: drop-shadow(0 4px 25px rgba(26, 115, 232, 0.3));
}

.logo-text {
    font-size: clamp(1.4rem, 3.5vw, 2.6rem);
    font-weight: 900;
    letter-spacing: clamp(0.3px, 0.8vw, 1.5px);
    background: linear-gradient(135deg, #f5f5f5 20%, #b8c8d8 80%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    white-space: nowrap;
    text-shadow: 0 0 60px rgba(255, 255, 255, 0.05);
}

.logo-text .fit {
    background: linear-gradient(135deg, #1a73e8, #4a8af4, #1a73e8);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: shimmerLogo 3.5s ease-in-out infinite;
    font-weight: 900;
}

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

/* ============================================================
   NAV BUTTONS
   ============================================================ */
.nav {
    display: flex;
    gap: clamp(10px, 2vw, 20px);
    flex-wrap: nowrap;
    align-items: center;
    flex-shrink: 0;
}

.btn-header {
    background: rgba(26, 115, 232, 0.2);
    color: #ffffff;
    padding: clamp(10px, 1.8vw, 16px) clamp(18px, 3.5vw, 32px);
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
    font-size: clamp(0.9rem, 1.6vw, 1.15rem);
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: 1px solid rgba(26, 115, 232, 0.25);
    display: inline-flex;
    align-items: center;
    gap: clamp(8px, 1.2vw, 14px);
    white-space: nowrap;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    min-height: clamp(42px, 5.5vw, 58px);
}

.glass-btn {
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.glass-btn::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.glass-btn:hover::before {
    opacity: 1;
}

.glass-btn::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 60px;
    padding: 1.5px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), transparent 50%, rgba(255, 255, 255, 0.08));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.btn-header i {
    font-size: clamp(0.9rem, 1.4vw, 1.2rem);
    color: #4a8af4;
    transition: all 0.3s ease;
}

.btn-header:hover i {
    color: #7aafff;
    transform: scale(1.1);
}

.btn-header .btn-text {
    transition: all 0.4s ease;
    font-size: clamp(0.75rem, 1.2vw, 0.95rem);
}

.btn-phone {
    background: rgba(26, 115, 232, 0.25);
    border-color: rgba(26, 115, 232, 0.3);
    box-shadow: 0 4px 25px rgba(26, 115, 232, 0.2);
}

.btn-phone:hover {
    background: rgba(26, 115, 232, 0.4);
    box-shadow: 0 8px 35px rgba(26, 115, 232, 0.4);
    transform: translateY(-4px) scale(1.04);
    border-color: rgba(26, 115, 232, 0.5);
}

.btn-instagram {
    background: linear-gradient(135deg, rgba(240, 148, 51, 0.12), rgba(225, 48, 108, 0.12), rgba(188, 24, 136, 0.12));
    border-color: rgba(225, 48, 108, 0.15);
    gap: clamp(8px, 1.2vw, 14px);
}

.btn-instagram:hover {
    background: linear-gradient(135deg, rgba(240, 148, 51, 0.25), rgba(225, 48, 108, 0.25), rgba(188, 24, 136, 0.25));
    box-shadow: 0 8px 35px rgba(225, 48, 108, 0.3);
    border-color: rgba(225, 48, 108, 0.35);
    transform: translateY(-4px) scale(1.04);
}

.instagram-svg {
    width: clamp(22px, 2.8vw, 32px);
    height: clamp(22px, 2.8vw, 32px);
    transition: all 0.4s ease;
    flex-shrink: 0;
}

.btn-instagram:hover .instagram-svg {
    transform: scale(1.12) rotate(-5deg);
}

.btn-header:hover {
    transform: translateY(-4px) scale(1.04);
}

/* ============================================================
   PACKAGES PAGE & COACHES
   ============================================================ */
.packages-page {
    position: relative;
    z-index: 10;
    flex: 1;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 10px 0 30px 0;
}

.page-title {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 300;
    margin: 20px 0 5px 0;
    color: #cccccc;
    letter-spacing: 1px;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.highlight-blue {
    font-weight: 700;
    color: #1a73e8;
    text-shadow: 0 0 30px rgba(26, 115, 232, 0.3);
    background: linear-gradient(145deg, #1a73e8, #4a8af4);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.sub-title {
    text-align: center;
    color: #999;
    font-size: 1.1rem;
    margin-bottom: 35px;
    font-weight: 300;
}

.coaches-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
    margin-bottom: 40px;
}

.coach-card {
    flex: 1 1 280px;
    max-width: 420px;
    min-width: 240px;
    background: rgba(44, 44, 44, 0.9);
    backdrop-filter: blur(4px);
    border-radius: 25px;
    overflow: hidden;
    border: 2px solid #4fc3f7;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    position: relative;
}

.coach-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.7), 0 0 0 2px #4fc3f7 inset;
}

.coach-card.coach-male {
    border-color: #4fc3f7;
}

.coach-card.coach-female {
    border-color: #4fc3f7;
}

.coach-card:hover .coach-image {
    transform: scale(1.05);
}

.coach-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 220px;
    background: rgba(0, 0, 0, 0.3);
}

.coach-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.coach-overlay {
    position: absolute;
    top: 12px;
    right: 12px;
}

.coach-badge {
    display: inline-block;
    background: #4fc3f7;
    color: #1a1a1a;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(79, 195, 247, 0.3);
}

.coach-info {
    padding: 20px 20px 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.coach-icon {
    font-size: 2.2rem;
    color: #4fc3f7;
    margin-bottom: 6px;
    display: inline-block;
}

.coach-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #aac8e8;
    margin-bottom: 2px;
    letter-spacing: 0.5px;
}

.coach-name {
    font-size: 1.6rem;
    font-weight: 800;
    color: #eaeaea;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.coach-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 14px;
    width: 100%;
}

.coach-spec {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    color: #b0b0b0;
    background: rgba(255, 255, 255, 0.04);
    padding: 4px 12px;
    border-radius: 20px;
    border: 1px solid rgba(79, 195, 247, 0.1);
}

.coach-spec i {
    color: #4fc3f7;
    font-size: 0.75rem;
}

.coach-btn {
    display: inline-block;
    background: #4fc3f7;
    color: #1a1a1a;
    padding: 8px 28px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(79, 195, 247, 0.3);
    margin-top: auto;
}

.coach-btn:hover {
    background: #29b6f6;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(79, 195, 247, 0.4);
}

.packages-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
    margin-top: 10px;
}

.package-card {
    flex: 1 1 280px;
    max-width: 420px;
    min-width: 240px;
    background-color: rgba(44, 44, 44, 0.9);
    backdrop-filter: blur(4px);
    border-radius: 25px;
    padding: 30px 20px 25px;
    border: 2px solid #4fc3f7;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.package-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.7), 0 0 0 2px #4fc3f7 inset;
}

.package-card .package-badge {
    background: #4fc3f7;
    color: #1a1a1a;
}

.package-card .btn-package {
    background: #4fc3f7;
    color: #1a1a1a;
}

.package-card .btn-package:hover {
    background: #29b6f6;
    box-shadow: 0 8px 25px rgba(79, 195, 247, 0.4);
}

.package-card .package-feature i {
    color: #4fc3f7;
}

.package-header {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(79, 195, 247, 0.15);
    margin-bottom: 15px;
}

.package-header .package-img-icon {
    width: 100%;
    max-width: 180px;
    height: auto;
    aspect-ratio: 16/10;
    margin: 0 auto 10px;
    border-radius: 14px;
    background: rgba(79, 195, 247, 0.08);
    border: 2px solid rgba(79, 195, 247, 0.15);
    transition: all 0.4s ease;
    padding: 12px;
    object-fit: contain;
}

.package-card:hover .package-header .package-img-icon {
    transform: scale(1.04);
    background: rgba(79, 195, 247, 0.15);
    border-color: rgba(79, 195, 247, 0.3);
}

.package-header h2 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #eaeaea;
    letter-spacing: 0.5px;
}

.package-badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 4px 16px;
    border-radius: 20px;
    margin-top: 6px;
    letter-spacing: 0.5px;
}

.package-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.package-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    color: #d0d0d0;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.package-feature:hover {
    background: rgba(79, 195, 247, 0.08);
}

.package-feature i {
    width: 24px;
    text-align: center;
    font-size: 1.1rem;
    color: #4fc3f7;
}

.package-duration {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    background: rgba(79, 195, 247, 0.08);
    border-radius: 12px;
    border: 1px solid rgba(79, 195, 247, 0.12);
    color: #e0e0e0;
    font-size: 1rem;
}

.package-duration i {
    color: #4fc3f7;
    font-size: 1.1rem;
}

.package-duration strong {
    color: #fff;
}

.package-desc {
    margin-top: 6px;
    padding: 10px 12px;
    color: #aaa;
    font-size: 0.9rem;
    line-height: 1.8;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.15);
}
.package-desc p {
    margin: 0;
}

.btn-package {
    display: block;
    text-align: center;
    padding: 12px 20px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: auto;
    border: none;
    cursor: pointer;
    font-family: inherit;
    letter-spacing: 0.3px;
}

.back-link {
    text-align: center;
    margin-top: 40px;
}

.btn-back {
    display: inline-block;
    background-color: transparent;
    color: #aaa;
    padding: 12px 30px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    border: 1px solid #4a4a4a;
}

.btn-back i {
    margin-left: 8px;
}

.btn-back:hover {
    background-color: #1a73e8;
    color: #fff;
    border-color: #1a73e8;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(26, 115, 232, 0.3);
}

.footer {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 25px 30px;
    margin-top: 20px;
    border-top: 1px solid #3a3a3a;
    color: #888888;
    font-size: 0.9rem;
    background-color: rgba(26, 26, 26, 0.85);
    backdrop-filter: blur(6px);
    border-radius: 40px 40px 0 0;
    letter-spacing: 0.3px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.footer-links {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
}

.footer-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #aaaaaa;
    font-size: 0.9rem;
    line-height: 1.8;
    padding: 4px 0;
    transition: color 0.3s ease;
    width: 100%;
}

.footer-list li a {
    color: #aaaaaa;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    width: 100%;
}

.footer-list li a:hover {
    color: #1a73e8;
    transform: translateX(-5px);
}

.footer-list li a i {
    color: #1a73e8;
    font-size: 1.1rem;
    width: 24px;
    text-align: center;
}

.footer-list li i:not(.fa-home) {
    color: #1a73e8;
    font-size: 1.1rem;
    width: 24px;
    text-align: center;
    flex-shrink: 0;
}

.footer-list li span {
    word-break: break-word;
}

.footer-copy {
    color: #666666;
    font-size: 0.8rem;
    margin-top: 5px;
    text-align: center;
    width: 100%;
    border-top: 1px solid #2a2a2a;
    padding-top: 15px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {
    .page-title {
        font-size: 2.2rem;
        margin: 15px 0 5px;
    }
    .sub-title {
        font-size: 1rem;
        margin-bottom: 25px;
    }
    .packages-container {
        gap: 20px;
    }
    .coaches-container {
        gap: 20px;
    }
    .package-card {
        flex: 1 1 45%;
        max-width: 280px;
        min-width: 200px;
    }
    .coach-card {
        flex: 1 1 45%;
        max-width: 280px;
        min-width: 200px;
    }
    .coach-image-wrapper {
        height: 180px;
    }
    .supplement-icon {
        font-size: 1.8rem !important;
    }
    .bg-circle {
        opacity: 0.4;
    }
    
    .footer {
        padding: 20px 18px;
        border-radius: 30px 30px 0 0;
        align-items: flex-start;
    }
    
    .footer-list li {
        font-size: 0.8rem;
        gap: 10px;
    }
    
    .footer-list li a {
        gap: 10px;
    }
    
    .footer-list li i,
    .footer-list li a i {
        font-size: 1rem;
        width: 20px;
    }
}

@media (max-width: 576px) {
    body {
        padding: 0 12px;
    }
    .page-title {
        font-size: 1.8rem;
        margin: 12px 0 4px;
    }
    .sub-title {
        font-size: 0.9rem;
        margin-bottom: 20px;
    }
    .packages-container {
        gap: 16px;
    }
    .coaches-container {
        gap: 16px;
    }
    .package-card {
        flex: 1 1 100%;
        max-width: 100%;
        min-width: 0;
        padding: 18px 14px 16px;
        border-radius: 20px;
    }
    .coach-card {
        flex: 1 1 100%;
        max-width: 100%;
        min-width: 0;
    }
    .coach-image-wrapper {
        height: 200px;
    }
    .package-header h2 {
        font-size: 1.3rem;
    }
    .coach-name {
        font-size: 1.3rem;
    }
    .coach-title {
        font-size: 0.95rem;
    }
    .package-header .package-img-icon {
        max-width: 140px;
        padding: 8px;
    }
    .package-feature {
        font-size: 0.85rem;
        padding: 6px 10px;
    }
    .package-duration {
        font-size: 0.9rem;
        padding: 8px 10px;
    }
    .package-desc {
        font-size: 0.8rem;
        padding: 8px 10px;
    }
    .btn-package {
        font-size: 0.85rem;
        padding: 10px 16px;
    }
    .coach-btn {
        font-size: 0.8rem;
        padding: 6px 20px;
    }
    .coach-spec {
        font-size: 0.7rem;
        padding: 3px 10px;
    }
    .back-link {
        margin-top: 30px;
    }
    .btn-back {
        padding: 10px 20px;
        font-size: 0.85rem;
    }
    
    .footer {
        padding: 16px 12px;
        border-radius: 20px 20px 0 0;
    }
    
    .footer-list {
        gap: 8px;
    }
    
    .footer-list li {
        font-size: 0.7rem;
        gap: 8px;
        line-height: 1.6;
    }
    
    .footer-list li a {
        gap: 8px;
    }
    
    .footer-list li i,
    .footer-list li a i {
        font-size: 0.9rem;
        width: 18px;
    }
    
    .footer-copy {
        font-size: 0.7rem;
        padding-top: 10px;
    }
}

@media (max-width: 500px) {
    .package-card:hover {
        transform: none !important;
        border-color: #4fc3f7 !important;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5) !important;
    }
    
    .coach-card:hover {
        transform: none !important;
        border-color: #4fc3f7 !important;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5) !important;
    }
    
    .coach-card:hover .coach-image {
        transform: none !important;
    }
    
    .package-card:hover .package-header .package-img-icon {
        transform: none !important;
    }
    
    .btn-package:hover {
        transform: none !important;
    }
    
    .coach-btn:hover {
        transform: none !important;
    }
    
    .btn-back {
        background: #1a73e8 !important;
        color: #ffffff !important;
        border-color: #1a73e8 !important;
    }
    
    .btn-back i {
        color: #ffffff !important;
    }
    
    .btn-back:hover {
        background: #0d5bbf !important;
        color: #ffffff !important;
        border-color: #0d5bbf !important;
        transform: translateY(-3px) !important;
        box-shadow: 0 8px 25px rgba(26, 115, 232, 0.5) !important;
    }
}

@media (max-width: 360px) {
    .header {
        padding: 8px 6px;
        min-height: 44px;
        border-radius: 12px;
        gap: 4px;
    }
    .logo-text {
        font-size: 0.85rem;
    }
    .logo-img-png {
        height: 28px;
        max-width: 32px;
    }
    .logo {
        gap: 4px;
        padding: 2px 4px;
    }
    .btn-header {
        padding: 4px 8px;
        font-size: 0.6rem;
        gap: 3px;
        min-height: 28px;
        min-width: 30px;
        border-radius: 30px;
    }
    .btn-header i {
        font-size: 0.7rem;
    }
    .btn-header .btn-text {
        font-size: 0.45rem;
    }
    .instagram-svg {
        width: 16px;
        height: 16px;
    }
    .page-title {
        font-size: 1.4rem;
    }
    .coach-image-wrapper {
        height: 160px;
    }
    .package-header .package-img-icon {
        max-width: 100px;
        padding: 6px;
    }
    .package-header h2 {
        font-size: 1.1rem;
    }
    .coach-name {
        font-size: 1.1rem;
    }
    .package-feature {
        font-size: 0.75rem;
        padding: 4px 8px;
    }
    .package-duration {
        font-size: 0.75rem;
        padding: 6px 8px;
    }
    .package-desc {
        font-size: 0.7rem;
        padding: 6px 8px;
    }
    .btn-package {
        font-size: 0.75rem;
        padding: 8px 12px;
    }
    .coach-btn {
        font-size: 0.7rem;
        padding: 5px 14px;
    }
    .btn-back {
        font-size: 0.75rem;
        padding: 8px 14px;
    }
}