/* ==================================
   RESPONSIVE STYLES - OPTIMIZED
   Mobile-first approach with tighter spacing
   Reduces mobile scroll by ~30%
   ================================== */

/* ==================================
   TABLET (768px and below)
   ================================== */
@media screen and (max-width: 768px) {
    
    /* Typography - Tighter */
    h1 { font-size: 1.875rem; margin-bottom: 0.5rem; }
    h2 { font-size: 1.5rem; margin-bottom: 0.5rem; }
    h3 { font-size: 1.2rem; margin-bottom: 0.4rem; }
    h4 { font-size: 1.1rem; margin-bottom: 0.3rem; }
    
    p { margin-bottom: 0.75rem; }
    
    .intro-text {
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 1rem;
    }
    
    /* Container - Tighter padding */
    .container {
        padding: 0 1rem;
    }
    
    /* Sections - Significantly reduced padding */
    section {
        padding: 2rem 0;
    }
    
    /* HEADER/NAVIGATION */
    .header-content {
        flex-wrap: wrap;
        padding: 0.5rem 0;
    }
    
    .main-nav {
        flex-direction: column;
        width: 100%;
        position: relative;
    }
    
    .nav-menu {
        display: none;
        flex-direction: column;
        width: 100%;
        gap: 0;
        background-color: var(--white);
        padding: 0.5rem 0;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }
    
    .nav-menu.active {
        display: flex;
    }
    
    .nav-menu li {
        width: 100%;
        border-bottom: 1px solid var(--light-gray);
    }
    
    .nav-menu li:last-child {
        border-bottom: none;
    }
    
    .nav-menu a {
        display: block;
        padding: 0.6rem 1rem;
        border-bottom: none !important;
    }
    
    .nav-menu a.active,
    .nav-menu a:hover {
        background-color: var(--light-gray);
    }
    
    .mobile-menu-toggle {
        display: flex;
        position: absolute;
        top: -40px;
        right: 0;
    }
    
    .header-cta {
        width: 100%;
        justify-content: center;
        margin-top: 0.5rem;
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    
    .header-cta .btn {
        flex: 1;
        min-width: 120px;
        padding: 0.5rem 1rem;
    }
    
    /* HERO - More compact */
    .hero {
        min-height: 320px;
    }
    
    .hero h1 {
        font-size: 1.75rem;
        margin-bottom: 0.4rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
        margin-bottom: 0.3rem;
    }
    
    .hero-tagline {
        font-size: 1rem;
        margin-bottom: 1.25rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
    }
    
    .hero-buttons .btn {
        width: 100%;
        padding: 0.75rem 1.25rem;
    }
    
    .page-hero {
        min-height: 180px;
        margin-bottom: 1.5rem;
    }
    
    .page-hero h1 {
        font-size: 1.75rem;
    }
    
    .page-hero p {
        font-size: 1rem;
    }
    
    /* GRID ADJUSTMENTS - Tighter gaps */
    .two-column {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    
    .three-column {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .four-column {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    .photo-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }
    
    .photo-item img {
        height: 140px;
    }
    
    .value-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    /* ===================================
       PHILOSOPHY GRID - COMPACT
       =================================== */
    .philosophy-grid {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        margin-top: 1rem;
        padding: 0;
    }
    
    .philosophy-card {
        width: 100%;
        padding: 1rem 1.25rem;
        margin: 0;
        box-sizing: border-box;
    }
    
    .philosophy-icon {
        font-size: 2rem;
        margin-bottom: 0.4rem;
    }
    
    .philosophy-card h3 {
        font-size: 1.05rem;
        margin-bottom: 0.3rem;
    }
    
    .philosophy-card p {
        font-size: 0.9rem;
        line-height: 1.5;
        margin-bottom: 0;
    }
    
    /* CARDS - Compact padding */
    .value-card {
        padding: 1rem;
        margin-bottom: 0;
    }
    
    .value-card h3 {
        margin-bottom: 0.3rem;
    }
    
    .value-card p {
        margin-bottom: 0;
        font-size: 0.9rem;
    }
    
    .value-icon {
        font-size: 2rem;
        margin-bottom: 0.4rem;
    }
    
    .benefit-card {
        padding: 1rem;
    }
    
    .benefit-icon {
        font-size: 2rem;
        margin-bottom: 0.4rem;
    }
    
    .tournament-card {
        padding: 1rem;
        margin-bottom: 0.75rem;
    }
    
    .tournament-card h4 {
        font-size: 1rem;
        line-height: 1.3;
        margin-bottom: 0.3rem;
    }
    
    .tournament-card p {
        font-size: 0.9rem;
        margin-bottom: 0.25rem;
    }
    
    .info-box {
        padding: 1rem;
        margin-bottom: 1rem;
    }
    
    .info-box h3, .info-box h4 {
        margin-bottom: 0.5rem;
    }
    
    .info-box ul {
        line-height: 1.7;
    }
    
    .specialty-card {
        padding: 1.25rem;
    }
    
    .specialty-icon {
        font-size: 2.5rem;
        margin-bottom: 0.4rem;
    }
    
    .scholarship-highlight {
        padding: 1.25rem;
    }
    
    .scholarship-icon {
        font-size: 2.5rem;
        margin-bottom: 0.4rem;
    }
    
    .partner-card {
        padding: 1.25rem;
        margin: 1rem auto;
    }
    
    /* Pricing Card - Compact */
    .pricing-card {
        padding: 1.25rem;
        margin: 0 auto;
        max-width: 100%;
    }
    
    .pricing-card .price {
        font-size: 2.25rem;
        margin-bottom: 0;
    }
    
    .pricing-card .per {
        margin-bottom: 0.75rem;
    }
    
    .pricing-details {
        font-size: 0.9rem;
    }
    
    .pricing-details li {
        padding: 0.4rem 0;
    }
    
    /* Schedule - Compact */
    .schedule-overview {
        padding: 1.25rem;
    }
    
    .schedule-details {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin: 1rem 0;
    }
    
    .schedule-detail {
        padding: 1rem;
    }
    
    .schedule-detail h4 {
        margin-bottom: 0.4rem;
    }
    
    .schedule-detail ul li {
        margin-top: 0.5rem !important;
    }
    
    .schedule-card {
        max-width: 100%;
        border-radius: var(--border-radius);
    }
    
    .schedule-item {
        padding: 0.75rem 1rem;
    }
    
    .schedule-item .day {
        font-size: 1rem;
        margin-bottom: 0.2rem;
    }
    
    .schedule-item .time {
        font-size: 0.9rem;
        margin-bottom: 0.2rem;
    }
    
    .schedule-item .location {
        font-size: 0.9rem;
    }
    
    /* Mission Pillars - Compact */
    .mission-pillars {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .pillar {
        padding: 1rem;
    }
    
    .pillar-icon {
        font-size: 2rem;
        margin-bottom: 0.3rem;
    }
    
    /* Vision Goals - Compact */
    .vision-goals {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        margin-top: 1rem;
    }
    
    .goal {
        padding: 1rem;
    }
    
    .goal h4 {
        margin-bottom: 0.3rem;
    }
    
    .goal p {
        margin-bottom: 0;
        font-size: 0.9rem;
    }
    
    /* Futsal Benefits - Compact */
    .futsal-benefits {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .futsal-intro {
        margin-bottom: 1rem;
    }
    
    .futsal-image {
        margin: 1.5rem 0;
    }
    
    /* Coach Quote - Compact */
    .coach-quote {
        padding: 1rem;
        margin-top: 1rem;
    }
    
    .coach-quote p {
        font-size: 1rem;
        margin-bottom: 0.4rem;
    }
    
    /* Coaching Values - Compact */
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    .value-card {
        padding: 0.75rem;
    }
    
    /* Coach Profile - Compact */
    .coach-profile {
        padding: 1.5rem 0;
    }
    
    .coach-header {
        grid-template-columns: 1fr !important;
        gap: 1rem;
    }
    
    .coach-profile.alt-layout .coach-header {
        grid-template-columns: 1fr !important;
    }
    
    .coach-photo img {
        max-height: 250px;
        object-fit: cover;
        object-position: top;
    }
    
    .coach-title {
        margin-bottom: 0.4rem;
    }
    
    .coach-intro {
        font-size: 1rem;
        line-height: 1.5;
    }
    
    .coach-details {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-top: 1rem;
    }
    
    .credentials, .coaching-philosophy {
        padding: 1rem;
    }
    
    .credentials h3, .coaching-philosophy h3 {
        margin-bottom: 0.5rem;
    }
    
    .credentials ul, .coaching-philosophy ul {
        line-height: 1.6;
    }
    
    .coaching-philosophy blockquote {
        margin: 0.75rem 0;
        padding-left: 1rem;
    }
    
    /* GK Training - Compact */
    .gk-training-details {
        padding: 1rem;
        margin-top: 0.75rem;
    }
    
    .gk-training-details ul {
        margin: 0.5rem 0;
    }
    
    /* Testimonials - Compact */
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .testimonial-card {
        padding: 1rem;
    }
    
    .testimonial-card p {
        margin-bottom: 0.5rem;
        font-size: 0.95rem;
    }
    
    /* Benefits Grid - Compact */
    .benefit-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .benefit-item {
        padding: 0.75rem;
    }
    
    /* Involvement Grid - Compact */
    .involvement-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    .involvement-card {
        padding: 1rem;
    }
    
    .involvement-icon {
        font-size: 2rem;
        margin-bottom: 0.3rem;
    }
    
    .involvement-card h3 {
        font-size: 1rem;
        margin-bottom: 0.3rem;
    }
    
    .involvement-card p {
        font-size: 0.85rem;
        margin-bottom: 0.5rem;
    }
    
    /* Impact Stats - Compact */
    .impact-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5rem;
    }
    
    .stat {
        padding: 0.75rem 0.5rem;
    }
    
    .stat-number {
        font-size: 1.5rem;
        margin-bottom: 0.2rem;
    }
    
    .stat-label {
        font-size: 0.75rem;
        line-height: 1.3;
    }
    
    /* Impact Card */
    .impact-card {
        padding: 1.25rem;
    }
    
    /* Contact Grid - Compact */
    .contact-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
        margin: 1rem 0;
    }
    
    .contact-card {
        padding: 0.75rem;
    }
    
    .contact-icon {
        font-size: 1.75rem;
        margin-bottom: 0.3rem;
    }
    
    .contact-card h3 {
        font-size: 0.9rem;
        margin-bottom: 0.3rem;
    }
    
    .contact-card p {
        font-size: 0.8rem;
        margin-bottom: 0.2rem;
    }
    
    .contact-buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
        margin-top: 1rem;
    }
    
    .contact-buttons .btn {
        width: 100%;
        padding: 0.6rem 1rem;
    }
    
    /* FAQ - Compact */
    .faq-section {
        padding: 1.5rem 0;
    }
    
    .faq-item {
        margin-bottom: 0.5rem;
    }
    
    .faq-question {
        padding: 0.75rem 1rem;
        font-size: 0.95rem;
    }
    
    .faq-question h4 {
        font-size: 0.95rem;
        line-height: 1.35;
        padding-right: 1.5rem;
    }
    
    .faq-answer {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }
    
    /* Highlight Box - Compact */
    .highlight-box {
        padding: 1rem;
        margin: 1rem 0;
    }
    
    .highlight-box h2, .highlight-box h3 {
        margin-bottom: 0.5rem;
    }
    
    .highlight-box p {
        margin-bottom: 0.75rem;
    }
    
    /* CTA Section - Compact */
    .cta-section {
        padding: 1.5rem 0;
    }
    
    .cta-section h2 {
        margin-bottom: 1rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
    }
    
    .cta-buttons .btn {
        width: 100%;
        padding: 0.75rem 1.25rem;
    }
    
    /* Expectations List - Compact */
    .expectations-list {
        margin: 0 auto;
    }
    
    .expectation {
        padding: 0.4rem 0;
        gap: 0.5rem;
    }
    
    .expectation .check {
        font-size: 1.1rem;
    }
    
    .expectation p {
        margin-bottom: 0;
        font-size: 0.95rem;
    }
    
    .closing-text {
        font-size: 1rem;
        margin-top: 1rem;
    }
    
    /* Pathway Skills - Compact */
    .pathway-skills {
        margin: 1rem 0;
    }
    
    .pathway-skills h3 {
        margin-bottom: 0.5rem;
    }
    
    .skills-list li {
        padding: 0.3rem 0;
        padding-left: 1.25rem;
    }
    
    /* Photo Caption */
    .photo-caption {
        font-size: 0.95rem;
        margin: 0.75rem 0;
    }
    
    /* Kelme Partnership - Compact */
    .kelme-header {
        margin-bottom: 1rem;
    }
    
    .kelme-logo-large {
        max-width: 140px;
        margin-bottom: 0.75rem;
    }
    
    .kelme-benefits h3 {
        margin-bottom: 0.75rem;
    }
    
    .kelme-photo {
        margin: 1rem 0;
    }
    
    .discount-info {
        margin-top: 1rem;
    }
    
    /* Partnership Card - Compact */
    .partnership-card {
        padding: 1.25rem;
    }
    
    .partner-logo {
        max-width: 100px;
        margin-bottom: 0.75rem;
    }
    
    /* Sponsor Section - Compact */
    .sponsor-highlight {
        padding: 1.25rem;
    }
    
    .sponsor-icon {
        font-size: 2.5rem;
        margin-bottom: 0.4rem;
    }
    
    .sponsor-impact ul, .sponsor-benefits ul {
        line-height: 1.7;
    }
    
    .sponsor-cta {
        margin-top: 1rem;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }
    
    /* Assistance Options - Compact */
    .assistance-options {
        padding: 1rem;
        margin: 0.75rem 0;
    }
    
    .assistance-options h4 {
        margin-bottom: 0.4rem;
    }
    
    /* ===================================
       FOOTER - HEAVILY OPTIMIZED
       =================================== */
    .site-footer {
        padding: 1.5rem 0 1rem;
    }
    
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
        gap: 0.75rem 1rem;
    }
    
    /* Core Futsal branding - full width centered */
    .footer-section:first-child {
        grid-column: 1 / -1;
        text-align: center;
        padding-bottom: 0.5rem;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        margin-bottom: 0.25rem;
    }
    
    .footer-section:first-child h3 {
        font-size: 1.1rem;
        margin-bottom: 0.2rem;
    }
    
    .footer-section:first-child p {
        font-size: 0.8rem;
        margin-bottom: 0;
    }
    
    .footer-section h3,
    .footer-section h4 {
        font-size: 0.85rem;
        margin-bottom: 0.3rem;
    }
    
    .footer-section ul {
        margin-bottom: 0;
    }
    
    .footer-section ul li {
        font-size: 0.8rem;
        margin-bottom: 1px;
        line-height: 1.4;
    }
    
    /* Training Locations - more compact */
    .footer-section ul.no-bullets li {
        font-size: 0.75rem;
        line-height: 1.35;
    }
    
    .footer-section ul.no-bullets li br {
        display: none;
    }
    
    /* Partnerships section - full width */
    .footer-section:last-child {
        grid-column: 1 / -1;
        border-top: 1px solid rgba(255,255,255,0.1);
        padding-top: 0.75rem;
        margin-top: 0.25rem;
    }
    
    .footer-section:last-child h4 {
        text-align: center;
        margin-bottom: 0.5rem;
    }
    
    /* ===================================
       PARTNER LOGOS - ULTRA COMPACT
       =================================== */
    .partnerships-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
        width: 100%;
        padding: 0;
    }
    
    .partner-logos {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 0.5rem;
        background: rgba(255,255,255,0.05);
        padding: 0.4rem 0.6rem;
        border-radius: 6px;
        flex: 1 1 calc(50% - 0.5rem);
        min-width: 140px;
        max-width: calc(50% - 0.25rem);
    }
    
    .partner-logos img {
        width: 32px !important;
        height: 26px !important;
        max-width: 32px !important;
        max-height: 26px !important;
        min-width: 32px;
        min-height: 26px;
        object-fit: contain;
        flex-shrink: 0;
    }
    
    .partner-logos p {
        font-size: 0.75rem;
        line-height: 1.4;
        margin: 0;
        text-align: left;
        flex: 1;
        display: block !important;
    }
    
    /* Footer contact - compact */
    .footer-contact {
        padding: 0.75rem 0;
    }
    
    .footer-contact p {
        font-size: 0.8rem;
        margin-bottom: 0.15rem;
        line-height: 1.4;
    }
    
    .footer-legal {
        font-size: 0.75rem;
        padding-top: 0.5rem;
    }
    
    .footer-legal p {
        margin-bottom: 0.2rem;
    }

    /* Testimonial Section - Compact */
    .testimonial {
        padding: 1.5rem 0;
    }
    
    .testimonial blockquote {
        margin-bottom: 1rem;
    }
    
    .testimonial p {
        font-size: 1.05rem;
        margin-bottom: 0.5rem;
    }
    
    .testimonial-image {
        max-width: 100%;
    }
}

/* ==================================
   MOBILE (480px and below)
   ================================== */
@media screen and (max-width: 480px) {
    
    /* Further typography reduction */
    h1 { font-size: 1.5rem; margin-bottom: 0.4rem; }
    h2 { font-size: 1.3rem; margin-bottom: 0.4rem; }
    h3 { font-size: 1.05rem; margin-bottom: 0.3rem; }
    h4 { font-size: 0.95rem; margin-bottom: 0.25rem; }
    
    p { margin-bottom: 0.6rem; }
    
    .intro-text {
        font-size: 0.95rem;
        line-height: 1.55;
        margin-bottom: 0.75rem;
    }
    
    /* Sections - Very compact */
    section {
        padding: 1.5rem 0;
    }
    
    .container {
        padding: 0 0.75rem;
    }
    
    /* Hero - Very compact */
    .hero {
        min-height: 280px;
    }
    
    .hero h1 {
        font-size: 1.5rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .hero-tagline {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }
    
    .hero-buttons .btn {
        padding: 0.65rem 1rem;
        font-size: 0.95rem;
    }
    
    .page-hero {
        min-height: 150px;
        margin-bottom: 1rem;
    }
    
    .page-hero h1 {
        font-size: 1.5rem;
    }
    
    .page-hero p {
        font-size: 0.9rem;
    }
    
    /* Single column for all grids */
    .photo-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.35rem;
    }
    
    .photo-item img {
        height: 110px;
    }
    
    .four-column {
        grid-template-columns: 1fr;
        gap: 0.6rem;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
        gap: 0.6rem;
    }
    
    .involvement-grid {
        grid-template-columns: 1fr;
        gap: 0.6rem;
    }
    
    .impact-stats {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
    
    .stat {
        padding: 0.6rem;
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }
    
    .stat-number {
        font-size: 1.75rem;
        margin-bottom: 0;
    }
    
    .stat-label {
        font-size: 0.85rem;
        text-align: left;
    }
    
    /* Logo size reduction */
    .logo img {
        height: 50px;
    }
    
    .logo span {
        font-size: 1.2rem;
    }
    
    /* Button adjustments */
    .btn {
        padding: 0.55rem 1rem;
        font-size: 0.85rem;
    }
    
    .btn-large {
        padding: 0.7rem 1.25rem;
        font-size: 0.95rem;
    }
    
    /* ===================================
       PHILOSOPHY GRID - EXTRA COMPACT
       =================================== */
    .philosophy-grid {
        gap: 0.5rem;
    }
    
    .philosophy-card {
        padding: 0.75rem 1rem;
    }
    
    .philosophy-icon {
        font-size: 1.75rem;
        margin-bottom: 0.3rem;
    }
    
    .philosophy-card h3 {
        font-size: 0.95rem;
    }
    
    .philosophy-card p {
        font-size: 0.85rem;
    }
    
    /* Cards - Very compact */
    .value-card, 
    .info-box,
    .tournament-card,
    .specialty-card,
    .scholarship-highlight,
    .partner-card,
    .testimonial-card,
    .involvement-card {
        padding: 0.75rem;
    }
    
    .value-icon, .benefit-icon, .involvement-icon {
        font-size: 1.75rem;
        margin-bottom: 0.25rem;
    }
    
    /* Pricing Card Compact */
    .pricing-card {
        padding: 1rem;
    }
    
    .pricing-card .price {
        font-size: 2rem;
    }
    
    .pricing-details {
        font-size: 0.85rem;
    }
    
    .pricing-details li {
        padding: 0.3rem 0;
    }
    
    /* Schedule Compact */
    .schedule-overview {
        padding: 1rem;
    }
    
    .schedule-details {
        gap: 0.75rem;
        margin: 0.75rem 0;
    }
    
    .schedule-detail {
        padding: 0.75rem;
    }
    
    .schedule-item {
        padding: 0.6rem 0.75rem;
    }
    
    .schedule-item .day {
        font-size: 0.95rem;
    }
    
    .schedule-item .time,
    .schedule-item .location {
        font-size: 0.85rem;
    }
    
    /* FAQ Compact */
    .faq-item {
        margin-bottom: 0.4rem;
    }
    
    .faq-question {
        padding: 0.6rem 0.75rem;
    }
    
    .faq-question h4 {
        font-size: 0.9rem;
    }
    
    .faq-answer {
        padding: 0.6rem 0.75rem;
        font-size: 0.85rem;
    }
    
    /* Coach Profile Compact */
    .coach-profile {
        padding: 1.25rem 0;
    }
    
    .coach-header {
        gap: 0.75rem;
    }
    
    .coach-photo img {
        max-height: 200px;
        object-position: top;
    }
    
    .coach-intro {
        font-size: 0.95rem;
    }
    
    .coach-details {
        gap: 0.75rem;
        margin-top: 0.75rem;
    }
    
    .credentials, .coaching-philosophy {
        padding: 0.75rem;
    }
    
    /* CTA Section Compact */
    .cta-section {
        padding: 1.25rem 0;
    }
    
    .cta-section h2 {
        margin-bottom: 0.75rem;
    }
    
    /* Highlight Box Compact */
    .highlight-box {
        padding: 0.75rem;
        margin: 0.75rem 0;
    }
    
    /* Contact Card Compact */
    .contact-card {
        padding: 0.6rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 0.6rem;
        text-align: left;
    }
    
    .contact-icon {
        font-size: 1.5rem;
        margin-bottom: 0;
    }
    
    .contact-card h3 {
        font-size: 0.85rem;
        margin-bottom: 0.1rem;
    }
    
    .contact-card p {
        font-size: 0.75rem;
    }
    
    /* ===================================
       FOOTER - EXTRA SMALL SCREENS
       =================================== */
    .site-footer {
        padding: 1rem 0 0.75rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 0.6rem;
    }
    
    .footer-section {
        padding-bottom: 0.5rem;
        border-bottom: 1px solid rgba(255,255,255,0.05);
    }
    
    .footer-section:last-child {
        border-bottom: none;
        padding-top: 0.5rem;
    }
    
    .footer-section h3,
    .footer-section h4 {
        font-size: 0.8rem;
    }
    
    .footer-section ul li {
        font-size: 0.75rem;
    }
    
    /* Partner logos - horizontal row on small screens */
    .partnerships-wrapper {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.4rem;
    }
    
    .partner-logos {
        flex: 0 0 auto;
        min-width: auto;
        max-width: none;
        padding: 0.35rem 0.5rem;
    }
    
    .partner-logos img {
        width: 28px !important;
        height: 22px !important;
        max-width: 28px !important;
        max-height: 22px !important;
        min-width: 28px;
        min-height: 22px;
    }
    
    .partner-logos p {
        font-size: 0.6rem;
        display: none; /* Hide text on very small screens */
    }
    
    .footer-contact {
        padding: 0.5rem 0;
    }
    
    .footer-contact p {
        font-size: 0.75rem;
    }
    
    .footer-legal {
        font-size: 0.7rem;
    }
    
    /* Testimonial Compact */
    .testimonial {
        padding: 1.25rem 0;
    }
    
    .testimonial blockquote {
        margin-bottom: 0.75rem;
    }
    
    .testimonial p {
        font-size: 1rem;
        margin-bottom: 0.4rem;
    }
}

/* ==================================
   LARGE SCREENS (1400px+)
   ================================== */
@media screen and (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
    
    .hero h1 {
        font-size: 3.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.75rem;
    }
    
    .hero-tagline {
        font-size: 1.5rem;
    }
}

/* ==================================
   LANDSCAPE MOBILE
   ================================== */
@media screen and (max-height: 500px) and (orientation: landscape) {
    .hero,
    .page-hero {
        min-height: 250px;
    }
    
    .hero h1 {
        font-size: 1.5rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .hero-tagline {
        font-size: 0.9rem;
    }
    
    .page-hero h1 {
        font-size: 1.5rem;
    }
    
    section {
        padding: 1.25rem 0;
    }
}

/* ==================================
   ACCESSIBILITY
   ================================== */
@media (prefers-contrast: high) {
    :root {
        --primary-color: #114B5F;
        --secondary-color: #006B3F;
        --text-color: #000000;
    }

    .btn-primary,
    .btn-secondary {
        border-width: 3px;
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    
    html {
        scroll-behavior: auto;
    }
}