/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #8b9dc3;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(30, 58, 138, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    transition: all 0.3s ease;
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.nav-logo h2 {
    color: #3b5998;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 0;
}

.nav-tagline {
    color: #8b9dc3;
    font-size: 0.8rem;
    margin: 0;
    font-weight: 400;
    opacity: 0.9;
}

.nav-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    list-style: none;
    gap: 2rem;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    /* Firefox fallback for gap */
    margin: 0 -1rem;
}

.nav-menu li {
    margin: 0 1rem;
}

.nav-link {
    text-decoration: none;
    color: #8b9dc3;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #FFBF00;
}

.cta-button {
    background: #FFBF00;
    color: #3b5998 !important;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background: #b8941f;
    transform: translateY(-2px);
}

.hamburger {
    display: none;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
}

.bar {
    width: 25px;
    height: 3px;
    background: #8b9dc3;
    margin: 3px 0;
    transition: 0.3s;
}

.teamchokelab-nav, .alliance-nav {
    background: #fff;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-bottom: 1px solid #e0e0e0;
}

.teamchokelab-nav-container, .alliance-nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.teamchokelab-logo h1 {
    color: #000000;
    font-weight: 700;
    font-size: 1.8rem;
    margin: 0;
    letter-spacing: -0.5px;
}

.teamchokelab-logo h1 a {
    color: #000000;
    text-decoration: none;
}

.alliance-logo h1 {
    color: #000000;
    font-weight: 700;
    font-size: 1.8rem;
    margin: 0;
    letter-spacing: -0.5px;
}

.alliance-logo h1 a {
    color: #000000 !important;
    text-decoration: none !important;
}

/* Make the H1 link black on all states */
h1 a,
h1 a:visited,
h1 a:active,
h1 a:focus {
    color: #000 !important;
    text-decoration: none;
}
h1 a:hover { 
    color: #000; 
}

/* Force phone links to stay white in all states */
.phone-link,
.phone-link:visited,
.phone-link:hover,
.phone-link:focus,
.phone-link:active {
    color: white !important;
    text-decoration: none;
}

/* Override any red phone number styling */
a[href^="tel:"] {
    color: white !important;
}

/* Specific override for footer phone numbers */
.footer-section a[href^="tel:"],
.footer-section .phone-link {
    color: white !important;
}

/* Footer phone link: force white on all states */
footer a[href^="tel:"],
footer a[href^="tel:"]:visited,
footer a[href^="tel:"]:hover,
footer a[href^="tel:"]:focus,
footer a[href^="tel:"]:active{
  color:#fff !important;
  text-decoration:none;
}

/* If you use an icon next to it */
footer .fa-phone,
footer .icon-phone,
footer svg.phone-icon { 
  color:#fff !important; 
  fill:#fff !important; 
}

/* Exact match for specific phone number */
a[href="tel:+19735550123"],
a[href="tel:+19735550123"]:visited,
a[href="tel:+19735550123"]:hover,
a[href="tel:+19735550123"]:focus,
a[href="tel:+19735550123"]:active {
    color: #fff !important;
    text-decoration: none;
}

/* Header phone links */
header a[href^="tel:"],
header a[href^="tel:"]:visited,
header a[href^="tel:"]:hover,
header a[href^="tel:"]:focus,
header a[href^="tel:"]:active {
    color: #fff !important;
}

/* Hero Section Styles */
.hero { 
    position: relative; 
    min-height: clamp(420px, 60vh, 720px); 
}

.hero video {
    position: absolute; 
    inset: 0; 
    width: 100%; 
    height: 100%;
    object-fit: cover; 
    object-position: center;
    display: block;
}

.hero__overlay { 
    position: absolute; 
    inset: 0; 
    background: rgba(0,0,0,.35); 
}

.hero__content { 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; 
    color: #fff; 
    text-align: center;
    width: 100%;
    padding: 0 20px;
}

.hero__content h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.hero__content p {
    font-size: 1.25rem;
    font-weight: 300;
    opacity: 0.9;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

@media (max-width: 768px) {
    .hero__content h1 {
        font-size: 2.5rem;
    }
    
    .hero__content p {
        font-size: 1.1rem;
    }
}

.teamchokelab-menu, .alliance-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.teamchokelab-menu-item, .alliance-menu-item {
    position: relative;
    margin: 0 1.5rem;
}

.teamchokelab-link, .alliance-link {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    padding: 1rem 0;
    transition: color 0.3s ease;
    display: block;
}

.teamchokelab-link:hover, .alliance-link:hover {
    color: #007cba;
}

.teamchokelab-dropdown:hover .teamchokelab-submenu, .alliance-dropdown:hover .alliance-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.teamchokelab-submenu, .alliance-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 200px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    padding: 0.5rem 0;
    z-index: 1001;
}

.teamchokelab-submenu li, .alliance-submenu li {
    margin: 0;
}

.teamchokelab-submenu a, .alliance-submenu a {
    padding: 0.75rem 1.5rem;
    color: #666;
    font-size: 0.9rem;
    border-bottom: none;
}

.teamchokelab-submenu a:hover, .alliance-submenu a:hover {
    background: #f8f9fa;
    color: #007cba;
}

.teamchokelab-hamburger, .alliance-hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 0.5rem;
}

.teamchokelab-hamburger span, .alliance-hamburger span {
    width: 25px;
    height: 3px;
    background: #333;
    margin: 3px 0;
    transition: 0.3s;
    border-radius: 2px;
}

/* ALLIANCE HERO SECTION */
.alliance-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-top: 80px;
}

.alliance-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.alliance-hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.alliance-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.alliance-hero-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 2rem;
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 4rem;
    align-items: center;
    z-index: 1;
}

.alliance-hero-left {
    color: white;
}

.alliance-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    line-height: 1.1;
}

.alliance-hero-subtitle {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    color: #f0f0f0;
    font-weight: 500;
}

.alliance-hero-description {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #e0e0e0;
}

.alliance-cta-button {
    display: inline-block;
    background: #007cba;
    color: white;
    padding: 1rem 2rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.alliance-cta-button:hover {
    background: #005a87;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,124,186,0.3);
}

.alliance-hero-right {
    background: rgba(255, 255, 255, 0.95);
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    backdrop-filter: blur(10px);
}

.alliance-trial-form h3 {
    color: #1a1a1a;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.alliance-trial-form p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    font-size: 0.95rem;
    transition: border-color 0.3s ease;
    background: white;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #007cba;
}

.alliance-form-button {
    width: 100%;
    background: #007cba;
    color: white;
    padding: 1rem;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.alliance-form-button:hover {
    background: #005a87;
}

.btn-primary {
    background: #1e3a8a;
    color: white;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid #1e3a8a;
}

.btn-primary:hover {
    background: transparent;
    color: #1e3a8a;
}

.btn-secondary {
    background: transparent;
    color: white;
    padding: 1rem 2rem;
    text-decoration: none;
    border: 2px solid white;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: #D3D3D3;
    color: #1e3a8a;
}

.hero-stats {
    display: flex;
    gap: 2rem;
    justify-content: center;
}

.stat {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #f7f7f7;
}

.stat-label {
    font-size: 0.9rem;
    opacity: 0.8;
}

.hero-image {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-instructor-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.hero-placeholder {
    width: 100%;
    height: 400px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.placeholder-content {
    text-align: center;
    padding: 2rem;
}

.placeholder-content h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

/* Programs Section */
.programs {
    padding: 5rem 0;
    background: #ffffff;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 1rem;
}

.section-header p {
    font-size: 1.1rem;
    color: #1e3a8a;
    max-width: 600px;
    margin: 0 auto;
}

/* Testimonials section specific styling */
.testimonials .section-header h2 {
    color: #000000;
}

.testimonials .section-header p {
    color: #000000;
}

.programs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.program-card {
    background: #ffffff;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-align: center;
    border: 1px solid #f0f0f0;
}

.program-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.program-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.program-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.program-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1e3a8a;
    margin-bottom: 1rem;
}

.program-card p {
    color: #666;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-size: 1rem;
}

.program-link {
    color: #1e3a8a;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
    display: inline-block;
    padding: 0.75rem 1.5rem;
    border: 2px solid #1e3a8a;
    border-radius: 8px;
    margin-top: 1rem;
}

.program-link:hover {
    background: #1e3a8a;
    color: white;
    transform: translateY(-2px);
}

/* Instructor Section */
.instructor {
    padding: 5rem 0;
    background: #f8f9fa;
}

.instructor-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-top: 3rem;
}

.instructor-image {
    position: relative;
}


.instructor-info h3 {
    color: #3b5998;
    font-size: 2rem;
    margin-bottom: 20px;
}

.instructor-info p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #666;
}

.instructor-highlights {
    list-style: none;
    padding: 0;
}

.instructor-highlights li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-weight: 500;
    color: #333;
}

.instructor-highlights li:before {
    content: "✓";
    color: #FFBF00;
    font-weight: bold;
    margin-right: 10px;
}

.instructor-image {
    flex: 0 0 400px;
}

.instructor-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.instructor-image img:hover {
    transform: translateY(-5px);
}

/* Mobile responsiveness for instructor section */
@media (max-width: 768px) {
    .instructor-content {
        flex-direction: column;
        gap: 30px;
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .instructor-info h3 {
        font-size: 1.5rem;
    }
}

/* Testimonials Section */
.testimonials {
    padding: 5rem 0;
    background: #ffffff;
}

/* Google Reviews Styles */
.google-reviews-container {
    margin: 2rem 0;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.review-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.review-card:hover {
    transform: translateY(-5px);
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.reviewer-info h4 {
    color: #1e3a8a;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.review-stars {
    color: #FFBF00;
    font-size: 1.2rem;
    letter-spacing: 2px;
}

.review-date {
    color: #666;
    font-size: 0.9rem;
}

.review-text {
    color: #000000;
    line-height: 1.6;
    font-style: italic;
}

.google-reviews-footer {
    text-align: center;
    padding: 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.overall-rating {
    margin-bottom: 1.5rem;
}

.rating-number {
    font-size: 3rem;
    font-weight: 700;
    color: #1e3a8a;
    margin-right: 1rem;
}

.rating-stars {
    color: #FFBF00;
    font-size: 2rem;
    letter-spacing: 3px;
    margin: 0.5rem 0;
}

.review-count {
    color: #666;
    font-size: 1.1rem;
    display: block;
    margin-top: 0.5rem;
}

.view-all-reviews {
    display: inline-block;
    background: #1e3a8a;
    color: white;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.view-all-reviews:hover {
    background: #2d4373;
    transform: translateY(-2px);
}


/* Trial Section */
.trial {
    padding: 5rem 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('ze-cobra-ibjjf-champion-new-jersey.png');
    background-size: cover;
    background-position: center;
    color: white;
}

.trial-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.trial-info h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.trial-info p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.trial-benefits {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.benefit {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.benefit-icon {
    color: #27ae60;
    font-size: 1.2rem;
}

.trial-form {
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.trial-form h3 {
    color: #1e3a8a;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-align: center;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid #eee;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    font-family: 'Inter', sans-serif;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #FFBF00;
}

.form-disclaimer {
    font-size: 0.9rem;
    color: #666;
    text-align: center;
    margin-top: 1rem;
}



/* Footer */
.footer {
    background: #1e3a8a;
    color: white;
    padding: 3rem 0 1rem;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h3,
.footer-section h4 {
    margin-bottom: 1rem;
    color: white !important;
}

.footer-section p {
    color: white !important;
    line-height: 1.6;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section ul li a {
    color: white !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #FFBF00;
}

.footer-section a {
    color: white !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #FFBF00;
}

.footer-bottom {
    border-top: 1px solid #8b9dc3;
    padding-top: 1rem;
    text-align: center;
    color: #D3D3D3;
}

/* Remove old hero styles - now using new hero class above */

/* Contact/Location Section */
#contact {
    padding: 5rem 0;
    background: #f8f9fa;
}

.location-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
    margin-top: 3rem;
}

.location-info {
    background: white;
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.location-info h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 1.5rem;
}

.location-info p {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.location-info a {
    color: #1e3a8a;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.location-info a:hover {
    color: #FFBF00;
}

.hours {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #eee;
}

.hours h4 {
    color: #3b5998;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.location-map {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Footer Social Media Icons */
.footer-section .social-icons.horiz-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 1rem 0 0 0;
    gap: 0.75rem;
}

.footer-section .social-icons.horiz-list li {
    margin: 0;
}

.footer-section .social-icons.horiz-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #1a1a1a;
    border-radius: 50%;
    transition: all 0.3s ease;
    text-decoration: none;
}

.footer-section .social-icons.horiz-list a:hover {
    background: #007cba;
    transform: translateY(-2px);
}

.footer-section .icon-twitter::before {
    content: "𝕏";
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.footer-section .icon-facebook::before {
    content: "f";
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.footer-section .icon-instagram::before {
    content: "📷";
    font-size: 16px;
}


/* Remove old trial-form styles - now using new trial class above */

/* Staff Page Styles */
.staff-hero {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: white;
    padding: 8rem 0 4rem;
    text-align: center;
}

.staff-hero h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #FFBF00;
}

.staff-hero h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.staff-hero p {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto;
    opacity: 0.9;
    line-height: 1.6;
}

.head-instructor {
    padding: 6rem 0;
    background: white;
}

.instructor-profile {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    align-items: start;
}

.instructor-image {
    position: relative;
}

.instructor-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: block;
    max-width: 100%;
}

.image-placeholder {
    width: 100%;
    height: 400px;
    background: #f5f5f5;
    border: 2px dashed #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #666;
    font-size: 1.1rem;
}

.instructor-details h2 {
    font-size: 2.2rem;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.instructor-details p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: #444;
}

.accomplishments {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 8px;
    margin-top: 2rem;
}

.accomplishments h3 {
    font-size: 1.5rem;
    color: #1a1a1a;
    margin-bottom: 1rem;
    font-weight: 600;
}

.accomplishments ul {
    list-style: none;
    padding: 0;
}

.accomplishments li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
    font-size: 1rem;
    color: #555;
}

.accomplishments li:last-child {
    border-bottom: none;
}

.accomplishments li::before {
    content: "🥇";
    margin-right: 0.5rem;
}

.additional-staff {
    padding: 6rem 0;
    background: #f8f9fa;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-header h2 {
    font-size: 2.5rem;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.section-header p {
    font-size: 1.2rem;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.staff-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.staff-card {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.staff-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.staff-card .staff-image {
    margin-bottom: 1.5rem;
}

.staff-card .image-placeholder {
    height: 250px;
    margin-bottom: 1rem;
}

.staff-info h3 {
    font-size: 1.5rem;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.staff-rank {
    color: #FFBF00;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.staff-info p {
    color: #666;
    line-height: 1.6;
    font-size: 1rem;
}

.staff-trial-cta {
    padding: 6rem 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: white;
    text-align: center;
}

.trial-cta-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: #FFBF00;
}

.trial-cta-content p {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto 2rem;
    line-height: 1.6;
    opacity: 0.9;
}

/* Staff Page Responsive */
@media (max-width: 768px) {
    .staff-hero {
        padding: 6rem 0 3rem;
    }
    
    .staff-hero h1 {
        font-size: 2.5rem;
    }
    
    .staff-hero h2 {
        font-size: 1.5rem;
    }
    
    .instructor-profile {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .instructor-details h2 {
        font-size: 1.8rem;
    }
    
    .section-header h2 {
        font-size: 2rem;
    }
    
    .trial-cta-content h2 {
        font-size: 2rem;
    }
    
    .staff-grid {
        grid-template-columns: 1fr;
    }
}

/* Mobile Safety Guards - Prevent Accidental Content Hiding */
@media (max-width: 768px) {
    /* Never hide main page containers */
    .page, .site, main, .content, body, .container, section {
        display: block !important;
        visibility: visible !important;
    }
    
    /* Ensure images are responsive */
    img, video {
        max-width: 100%;
        height: auto;
    }
    
    /* Prevent overflow issues that can hide content */
    html, body {
        overflow-x: auto !important;
        overflow-y: auto !important;
    }
    
    /* Guard against overlay traps */
    .mobile-nav, .cookie-bar, .modal, .popup {
        pointer-events: auto;
    }
    
    /* Mobile navigation */
    .teamchokelab-menu {
        position: fixed;
        left: -100%;
        top: 80px;
        flex-direction: column;
        background-color: white;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
        padding: 2rem 0;
    }

    .teamchokelab-menu.active {
        left: 0;
    }

    .teamchokelab-hamburger {
        display: flex;
    }

    .teamchokelab-hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .teamchokelab-hamburger.active span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .teamchokelab-hamburger.active span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .alliance-hero-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem 1rem;
    }

    .alliance-hero-title {
        font-size: 2.5rem;
    }

    .alliance-hero-subtitle {
        font-size: 1.2rem;
    }

    .alliance-hero-description {
        font-size: 1rem;
    }

    .alliance-hero-right {
        order: -1;
        margin-bottom: 2rem;
    }

    .programs-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .contact-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .section-header h2 {
        font-size: 2rem;
    }
    
    .trial-info h2 {
        font-size: 2rem;
    }
    
    .contact-info h2 {
        font-size: 2rem;
    }
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Animation Classes */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Form Validation Styles */
.form-group input.error,
.form-group select.error,
.form-group textarea.error {
    border-color: #dc3545;
}

.error-message {
    color: #dc3545;
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

/* Loading State */
.btn-primary.loading {
    opacity: 0.7;
    cursor: not-allowed;
}

.btn-primary.loading::after {
    content: "";
    width: 16px;
    height: 16px;
    margin-left: 10px;
    border: 2px solid transparent;
    border-top: 2px solid #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    display: inline-block;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
