/* National Network Page Styles */
:root {
    --primary-color: #2c3e50;
    --secondary-color: #3498db;
    --accent-color: #e74c3c;
    --success-color: #27ae60;
    --warning-color: #f39c12;
    --purple-color: #9b59b6;
    --background-dark: #1a1a1a;
    --text-primary: #ffffff;
    --text-secondary: #b0b0b0;
    --text-muted: #888888;
    --border-color: rgba(255, 255, 255, 0.1);
    --gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --gradient-secondary: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    --gradient-accent: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    --gradient-success: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    --gradient-warning: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    --gradient-purple: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    
    --font-primary: 'Inter', sans-serif;
    --font-display: 'Playfair Display', serif;
    
    --space-xs: 0.5rem;
    --space-sm: 0.75rem;
    --space-md: 1rem;
    --space-lg: 1.5rem;
    --space-xl: 2rem;
    --space-xxl: 3rem;
    
    --border-radius: 8px;
    --border-radius-lg: 12px;
    --border-radius-xl: 16px;
    
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.15);
    --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.2);
    --shadow-xl: 0 16px 64px rgba(0, 0, 0, 0.25);
}

/* Page Hero */
.page-hero {
    position: relative;
    height: 60vh;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-section {
    padding: 80px 0 60px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23d32f2f" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23d32f2f" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%23d32f2f" opacity="0.05"/><circle cx="10" cy="60" r="0.5" fill="%23d32f2f" opacity="0.05"/><circle cx="90" cy="40" r="0.5" fill="%23d32f2f" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 40px;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 3rem;
    font-weight: 800;
    color: #d32f2f;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 1rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* System Page Filter Section */
.system-filter-section {
    background: #ffffff;
    padding: 60px 0;
    border-bottom: 1px solid #e9ecef;
}

.system-filter-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 24px;
}

.system-filter-header {
    text-align: center;
    margin-bottom: 40px;
}

.system-filter-title {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 12px;
}

.system-filter-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    margin: 0;
}

.system-filter-controls {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 0;
}

/* Study Finder button style */
.study-finder .system-filter-container{ max-width: 860px; }
.study-finder-box{ background:#8f2743; border-radius:6px; padding:24px; box-shadow:0 12px 40px rgba(0,0,0,.25); }
.study-finder-header{ text-align:center; margin-bottom:16px; }
.study-finder-kicker{ color:#fff; font-weight:800; letter-spacing:.08em; }
.study-choice{ width:100%; display:flex; align-items:center; justify-content:space-between; background:rgba(255,255,255,.06); color:#fff; border:1px solid rgba(255,255,255,.25); border-radius:4px; padding:16px 18px; font-weight:700; cursor:pointer; transition:all .2s }
.study-choice:hover{ background:rgba(255,255,255,.12); transform:translateY(-1px) }
.choice-caret{ font-size:20px; opacity:.9 }

.system-filter-group {
    display: flex;
    flex-direction: column;
}

.system-filter-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.system-filter-select {
    padding: 12px 16px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 1rem;
    background: #ffffff;
    transition: all 0.3s ease;
    appearance: none;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%236c757d" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6,9 12,15 18,9"></polyline></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 40px;
}

.system-filter-select:focus {
    outline: none;
    border-color: #d32f2f;
    box-shadow: 0 0 0 3px rgba(211, 47, 47, 0.1);
}

.system-filter-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.system-search-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: linear-gradient(135deg, #d32f2f 0%, #b71c1c 100%);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(211, 47, 47, 0.3);
}

.system-search-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(211, 47, 47, 0.4);
}

.system-clear-btn {
    padding: 14px 24px;
    background: #ffffff;
    color: #6c757d;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.system-clear-btn:hover {
    background: #f8f9fa;
    border-color: #d32f2f;
    color: #d32f2f;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-stats {
        gap: 40px;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .system-filter-controls {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .system-filter-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .system-search-btn,
    .system-clear-btn {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .hero-stats {
        gap: 30px;
        flex-direction: column;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .system-filter-container {
        padding: 0 16px;
    }
    
    .system-filter-title {
        font-size: 1.5rem;
    }
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: var(--text-primary);
    max-width: 800px;
    padding: 0 var(--space-lg);
}

.hero-title {
    font-family: var(--font-display);
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: var(--space-lg);
    color: #ffffff;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.7), 0 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.25rem;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.6;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6), 0 1px 2px rgba(0, 0, 0, 0.4);
}

/* Info Section */
.info-section {
    padding: var(--space-xxl) 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%);
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 12px;
}

.section-title {
    text-align: center;
    margin-bottom: var(--space-xl);
}

.section-title h2 {
    font-family: var(--font-display);
    font-size: 2.5rem;
    font-weight: 700;
    color: #d32f2f;
    margin-bottom: var(--space-md);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.section-intro {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.section-intro p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #e5e7eb;
    margin-bottom: var(--space-lg);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* Network Overview */
.network-overview {
    padding: var(--space-xxl) 0;
    background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%);
}

.overview-content {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: var(--space-xl);
    align-items: center;
}

.overview-text h3 {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 700;
    color: #60a5fa;
    margin-bottom: var(--space-lg);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.overview-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #e5e7eb;
    margin-bottom: var(--space-lg);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.overview-image {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    transition: transform 0.3s ease;
}

.overview-image:hover {
    transform: scale(1.02);
}

.overview-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
    filter: brightness(1.1) contrast(1.1);
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    padding: var(--space-xl);
    color: white;
}

.overlay-content h4 {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: var(--space-sm);
}

.overlay-content p {
    font-size: 1rem;
    opacity: 0.9;
    margin: 0;
}

/* Network Navigation */
.network-nav {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(26, 26, 26, 0.9) 100%);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-color);
    padding: var(--space-lg) 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.network-tabs {
    display: flex;
    justify-content: center;
    gap: var(--space-md);
    flex-wrap: wrap;
}

.tab-link {
    background: transparent;
    border: 2px solid var(--border-color);
    color: var(--text-primary);
    padding: var(--space-md) var(--space-xl);
    border-radius: var(--border-radius);
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.tab-link:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--secondary-color);
    transform: translateY(-2px);
}

.tab-link.active {
    background: var(--gradient-primary);
    border-color: transparent;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
    box-shadow: var(--shadow-md);
}

/* Content Sections */
.content-section {
    padding: var(--space-xxl) 0;
    display: none;
    position: relative;
    z-index: 1;
}

.content-section:first-of-type {
    display: block;
}

.section-header {
    text-align: center;
    margin-bottom: var(--space-xxl);
}

.section-header h2 {
    font-family: var(--font-display);
    font-size: 2.25rem;
    font-weight: 700;
    color: #fbbf24;
    margin-bottom: var(--space-md);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.section-header p {
    font-size: 1.1rem;
    color: #e5e7eb;
    max-width: 600px;
    margin: 0 auto var(--space-lg);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* View List Button */
.view-list-btn-container {
    display: flex;
    justify-content: center;
    margin-top: var(--space-xl);
    margin-bottom: var(--space-lg);
}

.view-list-btn {
    display: inline-flex;
    align-items: center;
    gap: var(--space-md);
    padding: var(--space-md) var(--space-xxl);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.08) 100%);
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-radius: 50px;
    color: var(--text-primary);
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(15px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.view-list-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.view-list-btn:hover::before {
    left: 100%;
}

.view-list-btn:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 100%);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.view-list-btn:active {
    transform: translateY(-1px) scale(0.98);
}

.view-list-btn .btn-icon {
    font-size: 1.3rem;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.view-list-btn:hover .btn-icon {
    transform: scale(1.15) rotate(5deg);
}

.view-list-btn .btn-text {
    font-size: 1.05rem;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.view-list-btn .btn-arrow {
    font-size: 1.3rem;
    transition: transform 0.3s ease;
    font-weight: 700;
}

.view-list-btn:hover .btn-arrow {
    transform: translateX(6px);
}

/* Theme Colors */
/* Tab Content Themes */
.theme-blue {
    background: linear-gradient(180deg, #0f0f0f 0%, #1e40af 30%, #1e40af 70%, #0f0f0f 100%);
    position: relative;
}

.theme-blue::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, transparent 20%, transparent 80%, rgba(0, 0, 0, 0.4) 100%);
    pointer-events: none;
}

.theme-red {
    background: linear-gradient(180deg, #0f0f0f 0%, #b91c1c 30%, #b91c1c 70%, #0f0f0f 100%);
    position: relative;
}

.theme-red::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, transparent 20%, transparent 80%, rgba(0, 0, 0, 0.4) 100%);
    pointer-events: none;
}

.theme-green {
    background: linear-gradient(180deg, #0f0f0f 0%, #047857 30%, #047857 70%, #0f0f0f 100%);
    position: relative;
}

.theme-green::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, transparent 20%, transparent 80%, rgba(0, 0, 0, 0.4) 100%);
    pointer-events: none;
}

.theme-purple {
    background: linear-gradient(180deg, #0f0f0f 0%, #6d28d9 30%, #6d28d9 70%, #0f0f0f 100%);
    position: relative;
}

.theme-purple::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, transparent 20%, transparent 80%, rgba(0, 0, 0, 0.4) 100%);
    pointer-events: none;
}


/* Regions Grid */
.regions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--space-xl);
    margin-top: var(--space-xxl);
}

.region-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-lg);
    padding: var(--space-xl);
    text-align: center;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.region-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.region-card:hover::before {
    transform: scaleX(1);
}

.region-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: rgba(52, 152, 219, 0.3);
}

.region-icon {
    font-size: 3rem;
    margin-bottom: var(--space-lg);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.region-card h3 {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: var(--space-md);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.region-card p {
    color: #e5e7eb;
    line-height: 1.6;
    margin-bottom: var(--space-lg);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.region-features {
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
}

.feature-item {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    padding: var(--space-sm);
    background: rgba(255, 255, 255, 0.05);
    border-radius: var(--border-radius);
    transition: all 0.3s ease;
}

.feature-item:hover {
    background: rgba(52, 152, 219, 0.1);
    transform: translateX(4px);
}

.feature-icon {
    font-size: 1.2rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.feature-text {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-primary);
}

/* Centers Grid */
.centers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--space-xl);
    margin-top: var(--space-xxl);
}

.center-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-lg);
    padding: var(--space-xl);
    text-align: center;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.center-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--gradient-secondary);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.center-card:hover::before {
    transform: scaleX(1);
}

.center-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: rgba(231, 76, 60, 0.3);
}

.center-icon {
    font-size: 3rem;
    margin-bottom: var(--space-lg);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.center-card h3 {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: var(--space-md);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.center-card p {
    color: #e5e7eb;
    line-height: 1.6;
    margin-bottom: var(--space-lg);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.center-features {
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
}

/* Members Grid */
.members-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--space-xl);
    margin-top: var(--space-xxl);
}

.member-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-lg);
    padding: var(--space-xl);
    text-align: center;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.member-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--gradient-success);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.member-card:hover::before {
    transform: scaleX(1);
}

.member-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: rgba(39, 174, 96, 0.3);
}

.member-icon {
    font-size: 3rem;
    margin-bottom: var(--space-lg);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.member-card h3 {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: var(--space-md);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.member-card p {
    color: #e5e7eb;
    line-height: 1.6;
    margin-bottom: var(--space-lg);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.member-features {
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
}

/* Quality Grid */
.quality-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--space-xl);
    margin-top: var(--space-xxl);
}

.quality-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-lg);
    padding: var(--space-xl);
    text-align: center;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.quality-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--gradient-purple);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.quality-card:hover::before {
    transform: scaleX(1);
}

.quality-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: rgba(155, 89, 182, 0.3);
}

.quality-icon {
    font-size: 3rem;
    margin-bottom: var(--space-lg);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.quality-card h3 {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: var(--space-md);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.quality-card p {
    color: #e5e7eb;
    line-height: 1.6;
    margin-bottom: var(--space-lg);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.quality-features {
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
}

/* Responsibility List */
.responsibility-list {
    list-style: none;
    padding: 0;
    margin: var(--space-lg) 0;
}

.responsibility-list li {
    padding: var(--space-sm) 0;
    color: #e5e7eb;
    position: relative;
    padding-left: var(--space-lg);
    line-height: 1.6;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.responsibility-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #60a5fa;
    font-weight: bold;
    font-size: 1.2rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* Filter Section */
.filter-section {
    background: linear-gradient(135deg, rgba(139, 0, 0, 0.95) 0%, rgba(178, 34, 34, 0.9) 100%);
    padding: var(--space-xxl) 0;
    margin: var(--space-xl) 0;
    border-radius: 0;
    position: relative;
    overflow: hidden;
}


.filter-container {
    position: relative;
    z-index: 2;
    text-align: center;
}

.filter-title {
    font-size: 2rem;
    font-weight: 700;
    color: white;
    margin-bottom: var(--space-xl);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
}

.filter-controls {
    display: flex;
    flex-direction: column;
    gap: var(--space-lg);
    margin-bottom: var(--space-xl);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.filter-group {
    position: relative;
}

.filter-select {
    width: 100%;
    padding: var(--space-md) var(--space-lg);
    background: rgba(139, 0, 0, 0.8);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    color: white;
    font-size: 1rem;
    font-weight: 500;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: left;
    min-height: 60px;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filter-select:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(139, 0, 0, 0.9);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}

.filter-select option {
    background: rgba(139, 0, 0, 0.95);
    color: white;
    padding: var(--space-sm);
    font-weight: 500;
}

.filter-select::after {
    content: '▼';
    position: absolute;
    right: var(--space-md);
    top: 50%;
    transform: translateY(-50%);
    color: white;
    pointer-events: none;
    font-size: 0.8rem;
}

.filter-actions {
    display: flex;
    gap: var(--space-md);
    justify-content: center;
    align-items: center;
}

.filter-btn, .clear-btn {
    padding: var(--space-md) var(--space-xl);
    border: none;
    border-radius: 0;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.filter-btn {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
}

.filter-btn:hover {
    background: linear-gradient(135deg, #ff5252 0%, #e53935 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
}

.clear-btn {
    background: transparent;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.clear-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

/* Search Results Page */
.search-results {
    padding: var(--space-xxl) 0;
    background: var(--background-dark);
    min-height: 60vh;
}

.results-header {
    text-align: center;
    margin-bottom: var(--space-xxl);
}

.results-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: var(--space-md);
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.results-header p {
    font-size: 1.2rem;
    color: var(--text-secondary);
    margin-bottom: var(--space-xl);
}

.results-actions {
    display: flex;
    gap: var(--space-md);
    justify-content: center;
    align-items: center;
}

.back-btn, .new-search-btn {
    padding: var(--space-md) var(--space-xl);
    border: none;
    border-radius: 0;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.back-btn {
    background: transparent;
    color: var(--text-primary);
    border: 2px solid var(--primary-color);
}

.back-btn:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-2px);
}

.new-search-btn {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(139, 0, 0, 0.3);
}

.new-search-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(139, 0, 0, 0.4);
}

.filter-summary {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: var(--space-lg);
    margin-bottom: var(--space-xl);
    backdrop-filter: blur(10px);
}

.filter-summary h3 {
    color: var(--text-primary);
    margin-bottom: var(--space-md);
    font-size: 1.2rem;
}

.filter-tags {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-sm);
}

.filter-tag {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: white;
    padding: var(--space-xs) var(--space-md);
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
}

.results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: var(--space-xl);
    margin-bottom: var(--space-xxl);
}

.result-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: var(--space-xl);
    backdrop-filter: blur(15px);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.result-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.result-card:hover::before {
    transform: scaleX(1);
}

.result-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.2);
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--space-lg);
}

.card-type {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: white;
    padding: var(--space-xs) var(--space-md);
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.card-location {
    color: var(--accent-color);
    font-weight: 600;
    font-size: 0.9rem;
}

.card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: var(--space-md);
    line-height: 1.3;
}

.card-description {
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: var(--space-lg);
}

.card-services {
    margin-bottom: var(--space-lg);
}

.card-services h4 {
    color: var(--text-primary);
    font-size: 1rem;
    margin-bottom: var(--space-sm);
    font-weight: 600;
}

.service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-xs);
}

.service-tag {
    background: rgba(255, 255, 255, 0.1);
    color: var(--text-primary);
    padding: var(--space-xs) var(--space-sm);
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.card-contact {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: var(--space-lg);
}

.contact-item {
    color: var(--text-secondary);
    margin-bottom: var(--space-sm);
    font-size: 0.9rem;
    line-height: 1.5;
}

.contact-item strong {
    color: var(--text-primary);
    font-weight: 600;
}

.no-results {
    text-align: center;
    padding: var(--space-xxl) 0;
}

.no-results-content h3 {
    font-size: 2rem;
    color: var(--text-primary);
    margin-bottom: var(--space-lg);
}

.no-results-content p {
    color: var(--text-secondary);
    font-size: 1.1rem;
    margin-bottom: var(--space-xl);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .section-title h2 {
        font-size: 2rem;
    }
    
    .view-list-btn {
        padding: var(--space-sm) var(--space-xl);
        font-size: 0.95rem;
        gap: var(--space-sm);
    }
    
    .view-list-btn .btn-icon {
        font-size: 1.1rem;
    }
    
    .view-list-btn .btn-text {
        font-size: 0.95rem;
    }
    
    .view-list-btn .btn-arrow {
        font-size: 1.1rem;
    }
    
    .section-header h2 {
        font-size: 1.75rem;
    }
    
    .overview-content {
        grid-template-columns: 1fr;
        gap: var(--space-lg);
    }
    
    .overview-image img {
        height: 400px;
    }
    
    .network-tabs {
        flex-direction: column;
        align-items: center;
    }
    
    .tab-link {
        width: 100%;
        max-width: 300px;
    }
    
    .regions-grid,
    .centers-grid,
    .members-grid,
    .quality-grid {
        grid-template-columns: 1fr;
        gap: var(--space-lg);
    }
    
    .container {
        padding: 0 var(--space-md);
    }
    
    /* Filter responsive */
    .filter-title {
        font-size: 1.5rem;
        margin-bottom: var(--space-lg);
    }
    
    .filter-controls {
        max-width: 95%;
    }
    
    .filter-select {
        padding: var(--space-md) var(--space-lg);
        font-size: 1rem;
        min-height: 50px;
    }
    
    .filter-actions {
        flex-direction: column;
        gap: var(--space-sm);
    }
    
    .filter-btn, .clear-btn {
        width: 100%;
        padding: var(--space-md);
    }
    
    /* Results page responsive */
    .results-header h2 {
        font-size: 2rem;
    }
    
    .results-header p {
        font-size: 1rem;
    }
    
    .results-actions {
        flex-direction: column;
        gap: var(--space-sm);
    }
    
    .back-btn, .new-search-btn {
        width: 100%;
        padding: var(--space-md);
    }
    
    .results-grid {
        grid-template-columns: 1fr;
        gap: var(--space-lg);
    }
    
    .result-card {
        padding: var(--space-lg);
    }
    
    .card-title {
        font-size: 1.3rem;
    }
}

/* Search Layout */
.search-layout {
    background: #ffffff;
    min-height: 100vh;
    padding: 0;
    width: 100%;
}

.search-content {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 0;
    width: 100%;
    margin: 0;
    min-height: 100vh;
    background: #ffffff;
}

/* Left Sidebar */
.filters-sidebar {
    background: #ffffff;
    border-right: 1px solid #e5e5e5;
    padding: 0;
    height: auto;
    position: sticky;
    top: 0;
}

.filter-section {
    border-bottom: 1px solid #e5e5e5;
    transition: all 0.3s ease;
    background: #ffffff;
    margin: 0;
    padding: 0;
}

.filter-section:hover {
    background: #f8f8f8;
}

.filter-title {
    font-size: 12px;
    font-weight: 600;
    color: #2c2c2c;
    margin: 0;
    padding: 20px 24px 15px 24px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1.2;
    position: relative;
    background: #ffffff;
}

.filter-title:hover {
    background: #f8f8f8;
    color: #d32f2f;
}

.filter-title.collapsible {
    user-select: none;
}

.caret {
    font-size: 8px;
    color: #666666;
    transition: all 0.3s ease;
    font-weight: normal;
    background: #e0e0e0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-title:hover .caret {
    background: #d32f2f;
    color: #ffffff;
    transform: scale(1.1);
}

.filter-title.active .caret {
    transform: rotate(180deg);
    background: #d32f2f;
    color: #ffffff;
}

.filter-options {
    padding: 0 24px 20px 24px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    background: #ffffff;
}

.filter-options.collapsed {
    max-height: 0;
    padding: 0 24px;
    margin: 0;
    opacity: 0;
}

.filter-options:not(.collapsed) {
    max-height: 500px;
    opacity: 1;
}

.filter-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.filter-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    font-size: 14px;
    color: #2c2c2c;
    position: relative;
    padding: 8px 0;
    font-weight: 400;
    line-height: 1.4;
    border-radius: 0;
    transition: all 0.3s ease;
    background: transparent;
    border: 1px solid transparent;
}

.filter-checkbox:hover {
    background: #f8f8f8;
    color: #d32f2f;
    border-color: transparent;
    transform: translateX(4px);
}

.filter-checkbox input[type="checkbox"] {
    display: none;
}

.checkmark {
    width: 16px;
    height: 16px;
    border: 2px solid #d32f2f;
    border-radius: 0;
    position: relative;
    transition: all 0.3s ease;
    background: #ffffff;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-checkbox:hover .checkmark {
    border-color: #d32f2f;
    transform: scale(1.05);
}

.filter-checkbox input[type="checkbox"]:checked + .checkmark {
    background: #d32f2f;
    border-color: #d32f2f;
    transform: scale(1.05);
}

.filter-checkbox input[type="checkbox"]:checked + .checkmark::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 4px;
    width: 3px;
    height: 6px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.filter-dropdown {
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #d0d0d0;
    border-radius: 0;
    background: white;
    font-size: 13px;
    color: #2c2c2c;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 6px center;
    background-size: 12px;
    padding-right: 28px;
}

.filter-dropdown:focus {
    outline: none;
    border-color: #d32f2f;
    box-shadow: 0 0 0 1px #d32f2f;
}

.next-steps {
    padding: 20px 24px;
    border-top: 1px solid #e5e5e5;
    position: relative;
    background: #ffffff;
    margin-top: 10px;
}

.next-steps-title {
    font-size: 12px;
    font-weight: 600;
    color: #2c2c2c;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

.next-steps-title::before,
.next-steps-title::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 30px;
    height: 1px;
    background: #d0d0d0;
}

.next-steps-title::before {
    left: 0;
}

.next-steps-title::after {
    right: 0;
}

.btn-primary,
.btn-secondary {
    width: 100%;
    padding: 12px 16px;
    border: none;
    border-radius: 0;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 1.2;
    position: relative;
    overflow: hidden;
}

.btn-primary {
    background: #d32f2f;
    color: #ffffff;
}

.btn-primary:hover {
    background: #b71c1c;
    color: #ffffff;
}

.btn-secondary {
    background: transparent;
    color: #d32f2f;
    border: 1px solid #d32f2f;
}

.btn-secondary:hover {
    background: #d32f2f;
    color: #ffffff;
}

/* Main Results Area */
.results-main {
    background: #ffffff;
    padding: 40px;
    height: auto;
    position: relative;
}

.results-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding: 30px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 1px solid #e9ecef;
    position: relative;
    z-index: 1;
}

.results-info h2 {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
}

.active-filters {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}

.filter-tag {
    background: #d32f2f;
    color: white;
    padding: 6px 12px;
    border-radius: 0;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.filter-tag .remove {
    cursor: pointer;
    font-weight: bold;
    margin-left: 4px;
    font-size: 14px;
}

.clear-all {
    background: #666666;
    color: white;
    padding: 6px 12px;
    border-radius: 0;
    font-size: 12px;
    cursor: pointer;
    border: none;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.clear-all:hover {
    background: #555555;
}

.partnerships-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.partnership-card {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 320px;
}

.partnership-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    border-color: #007bff;
}

.partnership-image {
    width: 100%;
    height: 280px;
    overflow: hidden;
    background: #f8f9fa;
    position: relative;
}

.partnership-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.partnership-card:hover .partnership-image img {
    transform: scale(1.05);
}

.partnership-content {
    padding: 24px;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.partnership-name {
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.partnership-meta {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.partnership-type {
    background: #d32f2f;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.partnership-region {
    background: #f5f5f5;
    color: #666;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}

.partnership-description {
    color: #6c757d;
    line-height: 1.5;
    margin-bottom: 12px;
    font-size: 14px;
}

.partnership-instruments {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

.service-tag {
    background: #e8f5e8;
    color: #2e7d32;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 6px;
    margin-bottom: 6px;
    display: inline-block;
}

.partnership-services {
    margin: 12px 0;
    font-size: 14px;
}

.partnership-services strong {
    color: #2c3e50;
    margin-right: 8px;
}

.partnership-contact {
    border-top: 1px solid #e9ecef;
    padding-top: 12px;
    margin-top: auto;
}

.contact-item {
    margin-bottom: 6px;
    font-size: 14px;
    color: #6c757d;
    line-height: 1.4;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.contact-item strong {
    color: #2c3e50;
    font-weight: 600;
    display: inline-block;
    min-width: 80px;
}

.contact-item a {
    color: #007bff;
    text-decoration: none;
}

.contact-item a:hover {
    text-decoration: underline;
}

.no-results {
    text-align: center;
    padding: var(--space-xl);
}

.no-results-content h3 {
    font-size: 1.5rem;
    color: var(--color-text-secondary);
    margin-bottom: var(--space-sm);
}

.no-results-content p {
    color: var(--color-text-light);
    font-size: 1rem;
}

@media (max-width: 768px) {
    .search-content {
        grid-template-columns: 1fr;
        gap: var(--space-lg);
    }
    
    .filters-sidebar {
        position: static;
        order: 2;
    }
    
    .results-main {
        order: 1;
    }
    
    .partnerships-grid {
        grid-template-columns: 1fr;
        gap: var(--space-lg);
    }
    
    .results-header {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--space-sm);
    }
    
    .partnership-card {
        min-height: auto;
    }
    
    .partnership-image {
        height: 180px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .region-card,
    .center-card,
    .member-card,
    .quality-card {
        padding: var(--space-lg);
    }
    
    .region-icon,
    .center-icon,
    .member-icon,
    .quality-icon {
        font-size: 2.5rem;
    }
    
    .partnerships-grid {
        grid-template-columns: 1fr;
    }
    
    .results-header {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--space-sm);
    }
    
    .search-layout {
        padding: var(--space-md) 0;
    }
    
    .filters-sidebar,
    .results-main {
        padding: var(--space-md);
    }
}
