/* ============================================
   Location Landing Pages - Austin Spanish Academy
   Shared CSS for all location pages
   Version: 1.0.0
   ============================================ */

/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Open+Sans:wght@400;500;600;700&display=swap');

/* Hide WordPress-injected empty paragraphs BEFORE the landing page content */
.theme-content > p:first-child,
.theme-content > p:empty,
.theme-content > p:first-child br {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
}

/* Base Reset for Landing Page */
.loc-landing * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Force body to hide horizontal overflow */
body:has(.loc-landing) {
    overflow-x: hidden !important;
}

.loc-landing {
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
    color: #1F2937;
    line-height: 1.6;
    overflow-x: hidden;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.loc-landing section {
    width: 100% !important;
    float: none !important;
    clear: both !important;
}

.loc-landing h1,
.loc-landing h2,
.loc-landing h3,
.loc-landing h4 {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
}

/* ============================================
   HERO SECTION
   ============================================ */
.loc-hero {
    background: linear-gradient(135deg, #1A365D 0%, #2d4a6f 50%, #3d5a7f 100%) !important;
    min-height: 80vh;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative;
    overflow: hidden;
    padding: 80px 20px !important;
    width: 100% !important;
}

.loc-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 80%, rgba(0, 160, 176, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(0, 180, 216, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.loc-hero-container {
    max-width: 1500px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 55% 45% !important;
    gap: 40px !important;
    align-items: center !important;
    position: relative;
    z-index: 1;
    width: 100% !important;
    padding: 0 40px !important;
}

.loc-hero-content {
    color: #ffffff !important;
}

.loc-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: rgba(0, 160, 176, 0.2) !important;
    border: 1px solid rgba(0, 160, 176, 0.4) !important;
    color: #5EEAD4 !important;
    padding: 8px 16px !important;
    border-radius: 50px !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    margin-bottom: 24px !important;
}

.loc-hero-title {
    font-size: clamp(1.875rem, 3.5vw, 2.75rem) !important;
    margin-bottom: 16px !important;
    color: #ffffff !important;
}

.loc-hero-title .accent {
    color: #00A0B0 !important;
}

.loc-hero-subtitle {
    font-size: clamp(1rem, 1.8vw, 1.25rem) !important;
    font-weight: 400 !important;
    color: rgba(255, 255, 255, 0.9) !important;
    margin-bottom: 24px !important;
    line-height: 1.7 !important;
}

.loc-hero-features {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
    margin-bottom: 32px !important;
}

.loc-hero-feature {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    padding: 10px 16px !important;
    border-radius: 50px !important;
    font-size: 0.9rem !important;
    color: #ffffff !important;
}

.loc-hero-feature-icon {
    font-size: 1.2rem !important;
}

.loc-hero-buttons {
    display: flex !important;
    gap: 16px !important;
    flex-wrap: wrap !important;
}

.loc-btn-primary {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    background: #00A0B0 !important;
    color: #ffffff !important;
    padding: 16px 32px !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 1.05rem !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0, 160, 176, 0.3) !important;
}

.loc-btn-primary:hover {
    background: #008B9A !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(0, 160, 176, 0.4) !important;
    color: #ffffff !important;
}

.loc-btn-secondary {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    background: transparent !important;
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
    color: #ffffff !important;
    padding: 14px 28px !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 1.05rem !important;
    transition: all 0.3s ease !important;
}

.loc-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
}

/* Hero Visual - Image Collage */
.loc-hero-visual {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: relative;
}

.loc-image-collage {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 450px;
    overflow: visible;
}

.loc-image-main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 280px;
    height: 280px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
    border: 4px solid #ffffff;
    z-index: 3;
}

.loc-image-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block !important;
}

.loc-image-float {
    position: absolute;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border: 3px solid rgba(255, 255, 255, 0.8);
}

.loc-image-float img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block !important;
}

.loc-image-float.top-left {
    top: 0;
    left: 0;
    width: 140px;
    height: 100px;
    z-index: 2;
    animation: loc-float-1 6s ease-in-out infinite;
}

.loc-image-float.top-right {
    top: 20px;
    right: 0;
    width: 120px;
    height: 90px;
    z-index: 1;
    animation: loc-float-2 7s ease-in-out infinite;
}

.loc-image-float.bottom-left {
    bottom: 20px;
    left: 10px;
    width: 130px;
    height: 95px;
    z-index: 2;
    animation: loc-float-3 5s ease-in-out infinite;
}

.loc-image-float.bottom-right {
    bottom: 0;
    right: 10px;
    width: 140px;
    height: 105px;
    z-index: 1;
    animation: loc-float-4 6.5s ease-in-out infinite;
}

@keyframes loc-float-1 {
    0%, 100% { transform: translateY(0) rotate(-2deg); }
    50% { transform: translateY(-10px) rotate(2deg); }
}

@keyframes loc-float-2 {
    0%, 100% { transform: translateY(0) rotate(2deg); }
    50% { transform: translateY(-8px) rotate(-2deg); }
}

@keyframes loc-float-3 {
    0%, 100% { transform: translateY(0) rotate(1deg); }
    50% { transform: translateY(-12px) rotate(-1deg); }
}

@keyframes loc-float-4 {
    0%, 100% { transform: translateY(0) rotate(-1deg); }
    50% { transform: translateY(-6px) rotate(3deg); }
}

/* Stats Badge floating over images */
.loc-stats-badge {
    position: absolute;
    bottom: 60px;
    right: -20px;
    background: linear-gradient(135deg, #00A0B0 0%, #00B4D8 100%);
    color: white;
    padding: 16px 24px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 160, 176, 0.4);
    z-index: 10;
    text-align: center;
}

.loc-stats-badge-number {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    display: block;
    line-height: 1;
}

.loc-stats-badge-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.9;
}

/* ============================================
   SECTION HEADER (shared)
   ============================================ */
.loc-section-header {
    text-align: center !important;
    margin-bottom: 48px !important;
}

.loc-section-header h2 {
    font-size: clamp(1.75rem, 3vw, 2.5rem) !important;
    color: #1A365D !important;
    margin-bottom: 16px !important;
}

.loc-section-header p {
    font-size: 1.125rem !important;
    color: #6B7280 !important;
    max-width: 700px !important;
    margin: 0 auto !important;
}

/* ============================================
   HOW WE SERVE SECTION
   ============================================ */
.loc-how-serve {
    padding: 100px 20px !important;
    background: linear-gradient(180deg, #F8FAFC 0%, #FFFFFF 100%) !important;
    width: 100% !important;
}

.loc-how-serve-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.loc-serve-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 40px !important;
}

.loc-serve-card {
    background: #ffffff !important;
    border-radius: 24px !important;
    padding: 40px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06) !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
    transition: all 0.3s ease !important;
    position: relative;
    overflow: hidden;
}

.loc-serve-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
}

.loc-serve-card.online::before {
    background: linear-gradient(90deg, #00A0B0, #00B4D8);
}

.loc-serve-card.inperson::before {
    background: linear-gradient(90deg, #1A365D, #3d5a7f);
}

.loc-serve-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1) !important;
}

.loc-serve-icon {
    width: 72px !important;
    height: 72px !important;
    border-radius: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 2rem !important;
    margin-bottom: 24px !important;
}

.loc-serve-card.online .loc-serve-icon {
    background: linear-gradient(135deg, #E6F7F8 0%, rgba(0, 160, 176, 0.15) 100%) !important;
}

.loc-serve-card.inperson .loc-serve-icon {
    background: linear-gradient(135deg, #E8EDF5 0%, rgba(26, 54, 93, 0.15) 100%) !important;
}

.loc-serve-card h3 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #1A365D !important;
    margin-bottom: 12px !important;
}

.loc-serve-card p {
    color: #6B7280 !important;
    font-size: 1rem !important;
    line-height: 1.7 !important;
    margin-bottom: 20px !important;
}

.loc-serve-features {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.loc-serve-feature {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    font-size: 0.95rem !important;
    color: #4B5563 !important;
}

.loc-serve-feature-check {
    color: #00A0B0 !important;
    font-weight: bold !important;
}

/* ============================================
   LOCAL CONTEXT SECTION
   ============================================ */
.loc-context {
    padding: 100px 20px !important;
    background: #ffffff !important;
    width: 100% !important;
}

.loc-context-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.loc-context-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 60px !important;
    align-items: center !important;
}

.loc-context-image {
    border-radius: 24px !important;
    overflow: hidden !important;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1) !important;
}

.loc-context-image img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

.loc-context-content h2 {
    font-size: clamp(1.75rem, 3vw, 2.25rem) !important;
    color: #1A365D !important;
    margin-bottom: 20px !important;
}

.loc-context-content p {
    color: #4B5563 !important;
    font-size: 1.05rem !important;
    line-height: 1.8 !important;
    margin-bottom: 16px !important;
}

.loc-context-highlight {
    background: linear-gradient(135deg, #E6F7F8 0%, rgba(0, 160, 176, 0.1) 100%) !important;
    border-left: 4px solid #00A0B0 !important;
    padding: 20px 24px !important;
    border-radius: 0 12px 12px 0 !important;
    margin: 24px 0 !important;
}

.loc-context-highlight p {
    margin: 0 !important;
    color: #1A365D !important;
    font-weight: 500 !important;
}

/* ============================================
   PROGRAMS SECTION
   ============================================ */
.loc-programs {
    padding: 100px 20px !important;
    background: linear-gradient(180deg, #1A365D 0%, #2d4a6f 100%) !important;
    width: 100% !important;
    position: relative;
    overflow: hidden;
}

.loc-programs::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 30% 20%, rgba(0, 160, 176, 0.1) 0%, transparent 40%),
        radial-gradient(circle at 70% 80%, rgba(0, 180, 216, 0.08) 0%, transparent 40%);
    pointer-events: none;
}

.loc-programs-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    position: relative;
    z-index: 1;
}

.loc-programs .loc-section-header h2 {
    color: #ffffff !important;
}

.loc-programs .loc-section-header p {
    color: rgba(255, 255, 255, 0.8) !important;
}

.loc-programs-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
}

.loc-program-card {
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 16px !important;
    padding: 20px 16px !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    display: block !important;
}

.loc-program-card:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    transform: translateY(-6px) !important;
    border-color: #00A0B0 !important;
}

.loc-program-icon {
    width: 64px !important;
    height: 64px !important;
    margin: 0 auto 12px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    border: 2px solid #00A0B0 !important;
    box-shadow: 0 4px 12px rgba(0, 160, 176, 0.3) !important;
    display: block !important;
}

.loc-program-icon img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.loc-program-card h4,
.loc-program-card .loc-program-title {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 4px !important;
    display: block !important;
}

.loc-program-card p,
.loc-program-card .loc-program-description {
    font-size: 0.8rem !important;
    color: rgba(255, 255, 255, 0.7) !important;
    margin-bottom: 10px !important;
    display: block !important;
}

.loc-program-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    color: #5EEAD4 !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
}

/* ============================================
   WHY CHOOSE US SECTION
   ============================================ */
.loc-why-us {
    padding: 100px 20px !important;
    background: linear-gradient(180deg, #F8FAFC 0%, #FFFFFF 100%) !important;
    width: 100% !important;
}

.loc-why-us-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.loc-why-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 24px !important;
}

.loc-why-card {
    background: #ffffff !important;
    border-radius: 20px !important;
    padding: 32px 24px !important;
    text-align: center !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06) !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
    transition: all 0.3s ease !important;
}

.loc-why-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1) !important;
    border-color: #00A0B0 !important;
}

.loc-why-icon {
    width: 64px !important;
    height: 64px !important;
    margin: 0 auto 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 16px !important;
    background: linear-gradient(135deg, #E6F7F8 0%, rgba(0, 160, 176, 0.15) 100%) !important;
    font-size: 1.75rem !important;
}

.loc-why-card h4 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    color: #1A365D !important;
    margin-bottom: 10px !important;
}

.loc-why-card p {
    font-size: 0.9rem !important;
    color: #6B7280 !important;
    line-height: 1.6 !important;
}

/* ============================================
   TESTIMONIALS SECTION
   ============================================ */
.loc-testimonials {
    padding: 100px 20px !important;
    background: linear-gradient(135deg, #00A0B0 0%, #008B9A 100%) !important;
    width: 100% !important;
    position: relative;
    overflow: hidden;
}

.loc-testimonials::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 50%);
}

.loc-testimonials-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    position: relative;
    z-index: 1;
}

/* Testimonial cards grid - 3 columns on desktop, stacked on mobile */
.loc-testimonials-container .loc-section-header {
    margin-bottom: 40px !important;
}

.loc-testimonials-container {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
}

/* Section header spans full width */
.loc-testimonials-container > .loc-section-header {
    grid-column: 1 / -1 !important;
}

@media (min-width: 900px) {
    .loc-testimonials-container {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 24px !important;
    }
}

.loc-testimonials .loc-section-header h2 {
    color: #ffffff !important;
}

.loc-testimonials .loc-section-header p {
    color: rgba(255, 255, 255, 0.9) !important;
}

.loc-testimonial-card {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 16px !important;
    padding: 24px 20px !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    box-sizing: border-box !important;
}

.loc-testimonial-stars {
    color: #FFD700 !important;
    font-size: 1.25rem !important;
    margin-bottom: 14px !important;
    letter-spacing: 4px !important;
    text-align: center !important;
}

.loc-testimonial-quote {
    font-size: 0.9rem !important;
    color: #ffffff !important;
    line-height: 1.6 !important;
    font-style: italic !important;
    margin: 0 0 16px 0 !important;
    flex-grow: 1 !important;
    padding: 0 !important;
}

.loc-testimonial-quote::before {
    content: none !important;
}

.loc-testimonial-author {
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    color: #ffffff !important;
    margin: 0 0 2px 0 !important;
}

.loc-testimonial-source {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
    margin: 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

/* ============================================
   FAQ SECTION
   ============================================ */
.loc-faq {
    padding: 100px 20px !important;
    background: #ffffff !important;
    width: 100% !important;
}

.loc-faq-container {
    max-width: 900px !important;
    margin: 0 auto !important;
}

.loc-faq-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
}

.loc-faq-item {
    background: #F9FAFB !important;
    border-radius: 16px !important;
    padding: 28px 32px !important;
    border-left: 4px solid #00A0B0 !important;
    transition: all 0.3s ease !important;
}

.loc-faq-item:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06) !important;
}

.loc-faq-item h4 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    color: #1A365D !important;
    margin-bottom: 12px !important;
}

.loc-faq-item p {
    font-size: 1rem !important;
    color: #6B7280 !important;
    line-height: 1.7 !important;
}

/* ============================================
   CTA SECTION
   ============================================ */
.loc-cta {
    padding: 100px 20px !important;
    background: linear-gradient(135deg, #1A365D 0%, #2d4a6f 100%) !important;
    text-align: center !important;
    position: relative;
    overflow: hidden;
    width: 100% !important;
}

.loc-cta-container {
    max-width: 800px !important;
    margin: 0 auto !important;
    position: relative;
    z-index: 1;
}

.loc-cta h2 {
    font-size: clamp(1.75rem, 3vw, 2.5rem) !important;
    color: #ffffff !important;
    margin-bottom: 16px !important;
}

.loc-cta p {
    font-size: 1.125rem !important;
    color: rgba(255, 255, 255, 0.9) !important;
    margin-bottom: 32px !important;
    max-width: 600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.loc-cta-buttons {
    display: flex !important;
    gap: 16px !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
}

.loc-btn-white {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: #ffffff !important;
    color: #1A365D !important;
    padding: 16px 32px !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}

.loc-btn-white:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
    color: #1A365D !important;
}

.loc-btn-outline {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: transparent !important;
    color: #ffffff !important;
    padding: 16px 32px !important;
    border-radius: 12px !important;
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.loc-btn-outline:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
}

/* ============================================
   FOOTER
   ============================================ */
.loc-footer {
    background: #0f1f2e !important;
    padding: 40px 20px !important;
    text-align: center !important;
    width: 100% !important;
}

.loc-footer-content {
    max-width: 800px !important;
    margin: 0 auto !important;
}

.loc-footer-logo {
    color: #ffffff !important;
    font-family: 'Playfair Display', serif !important;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    margin-bottom: 16px !important;
}

.loc-footer p {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 0.9rem !important;
    margin-bottom: 12px !important;
}

.loc-footer-contact a {
    color: #00A0B0 !important;
    text-decoration: none !important;
}

.loc-footer-contact a:hover {
    text-decoration: underline !important;
}

.loc-footer-links {
    display: flex !important;
    justify-content: center !important;
    gap: 24px !important;
    flex-wrap: wrap !important;
    margin-top: 16px !important;
}

.loc-footer-links a {
    color: #00A0B0 !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    transition: color 0.2s ease !important;
}

.loc-footer-links a:hover {
    color: #00B4D8 !important;
}

/* ============================================
   RESPONSIVE STYLES
   ============================================ */
@media (max-width: 1024px) {
    .loc-hero-container {
        grid-template-columns: 1fr !important;
        text-align: center !important;
        gap: 48px !important;
    }

    .loc-hero-content {
        order: 1 !important;
    }

    .loc-hero-visual {
        order: 2 !important;
    }

    .loc-hero-subtitle {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .loc-hero-features {
        justify-content: center !important;
    }

    .loc-hero-buttons {
        justify-content: center !important;
    }

    .loc-image-collage {
        max-width: 400px;
        height: 380px;
    }

    .loc-image-main {
        width: 220px;
        height: 220px;
    }

    .loc-image-float.top-left,
    .loc-image-float.top-right,
    .loc-image-float.bottom-left,
    .loc-image-float.bottom-right {
        width: 100px;
        height: 75px;
    }

    .loc-serve-grid {
        grid-template-columns: 1fr !important;
    }

    .loc-context-grid {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }

    .loc-programs-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .loc-why-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .loc-hero {
        padding: 60px 20px !important;
        min-height: auto !important;
    }

    .loc-image-collage {
        max-width: 320px;
        height: 320px;
    }

    .loc-image-main {
        width: 180px;
        height: 180px;
    }

    .loc-image-float.top-left,
    .loc-image-float.top-right,
    .loc-image-float.bottom-left,
    .loc-image-float.bottom-right {
        width: 80px;
        height: 60px;
    }

    .loc-stats-badge {
        right: 0;
        bottom: 40px;
        padding: 12px 18px;
    }

    .loc-stats-badge-number {
        font-size: 1.5rem;
    }

    .loc-programs-grid {
        grid-template-columns: 1fr !important;
    }

    .loc-why-grid {
        grid-template-columns: 1fr !important;
    }

    .loc-cta-buttons {
        flex-direction: column !important;
        align-items: center !important;
    }

    .loc-btn-white,
    .loc-btn-outline {
        width: 100% !important;
        max-width: 300px !important;
        justify-content: center !important;
    }
}

@media (max-width: 480px) {
    .loc-hero-feature {
        font-size: 0.8rem !important;
        padding: 8px 12px !important;
    }

    .loc-serve-card {
        padding: 28px 24px !important;
    }

    .loc-testimonial-card {
        padding: 28px 24px !important;
    }

    .loc-testimonial-quote {
        font-size: 1.1rem !important;
    }
}
