/* Modal Styles */
.modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
}

.modal-content {
    position: relative;
    margin: 5% auto;
    padding: 20px;
    width: 90%;
    max-width: 500px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: #aaa;
}

.modal-close:hover {
    color: #000;
}

/* RSVP Admin Styles */
.rsvp-item {
    background: #f9f9f9;
    padding: 15px;
    margin: 10px 0;
    border-radius: 5px;
    border-left: 4px solid #8B4A6B;
}

.rsvp-list {
    max-height: 400px;
    overflow-y: auto;
    margin-top: 20px;
}

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

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fafafa;
}

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

/* Typography */
h1, h2, h3 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 1rem;
}

h1 {
    font-size: 3rem;
    font-weight: 700;
}

h2 {
    font-size: 2.5rem;
    font-weight: 400;
}

h3 {
    font-size: 1.5rem;
    font-weight: 400;
}

/* Navigation */
.navbar {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

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

.nav-logo {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #8B4A6B;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-link {
    text-decoration: none;
    color: #333;
    font-weight: 400;
    transition: color 0.3s ease;
    position: relative;
}

.nav-link:hover,
.nav-link.active {
    color: #8B4A6B;
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #8B4A6B;
}

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

.hamburger span {
    width: 25px;
    height: 3px;
    background: #333;
    margin: 3px 0;
    transition: 0.3s;
}

/* Hero Section */
.hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    min-height: 100vh;
    padding: 0 2rem;
    margin-top: 80px;
    gap: 4rem;
}

.hero-content {
    text-align: center;
}

.couple-names {
    font-size: 4rem;
    color: #8B4A6B;
    margin-bottom: 1rem;
}

.wedding-date {
    font-size: 1.5rem;
    color: #666;
    margin-bottom: 0.5rem;
}

.wedding-location {
    font-size: 1.2rem;
    color: #999;
    margin-bottom: 2rem;
}

.countdown {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
}

.countdown-item {
    text-align: center;
}

.countdown-number {
    display: block;
    font-size: 3rem;
    font-weight: 700;
    color: #8B4A6B;
    font-family: 'Playfair Display', serif;
}

.countdown-label {
    font-size: 0.9rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.placeholder-image {
    width: 400px;
    height: 500px;
    background: linear-gradient(135deg, #8B4A6B, #B8739C);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Page Header */
.page-header {
    background: linear-gradient(135deg, #8B4A6B, #B8739C);
    color: white;
    text-align: center;
    padding: 8rem 0 4rem;
    margin-top: 80px;
    position: relative;
    overflow: hidden;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('tulips.jpg') center/cover;
    opacity: 0.3;
    z-index: 0;
}

.page-header .container {
    position: relative;
    z-index: 1;
}

.page-header h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
}

.page-header p {
    font-size: 1.2rem;
    opacity: 0.9;
}

/* Sections */
section {
    padding: 4rem 0;
}

.our-story {
    background: white;
    text-align: center;
}

.story-content {
    max-width: 800px;
    margin: 0 auto;
}

.story-content p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #666;
}

/* Wedding Details */
.wedding-details {
    background: #f8f8f8;
    position: relative;
    overflow: hidden;
}

.wedding-details::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('margarita.jpg') center/cover;
    opacity: 0.3;
    z-index: 0;
}

.wedding-details .container {
    position: relative;
    z-index: 1;
}

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

.detail-card {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.detail-card h3 {
    color: #8B4A6B;
    margin-bottom: 1rem;
}

/* RSVP Section */
.rsvp-section {
    background: #8B4A6B;
    color: white;
    text-align: center;
}

.rsvp-button {
    background: white;
    color: #8B4A6B;
    border: none;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.rsvp-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Photo Gallery */
.gallery-categories {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.category-btn {
    background: transparent;
    border: 2px solid #8B4A6B;
    color: #8B4A6B;
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.category-btn.active,
.category-btn:hover {
    background: #8B4A6B;
    color: white;
}

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

.gallery-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
}

.photo-placeholder {
    width: 100%;
    height: 300px;
    background: linear-gradient(45deg, #8B4A6B, #B8739C);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.1rem;
}

.photo-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    padding: 2rem 1rem 1rem;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.gallery-item:hover .photo-overlay {
    transform: translateY(0);
}

.photo-upload {
    background: #f8f8f8;
    text-align: center;
}

.upload-button {
    background: #8B4A6B;
    color: white;
    border: none;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.upload-button:hover {
    background: #7A3F5B;
    transform: translateY(-2px);
}

/* Buenos Aires Guide */
.city-intro {
    background: white;
    padding: 4rem 0;
}

.intro-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.intro-content p {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.8;
}

.activities-guide {
    background: #f8f8f8;
}

.activity-category {
    margin-bottom: 4rem;
}

.activity-category h2 {
    color: #8B4A6B;
    font-size: 2rem;
    margin-bottom: 2rem;
    border-bottom: 2px solid #8B4A6B;
    padding-bottom: 0.5rem;
}

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

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

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

.activity-card h3 {
    color: #8B4A6B;
    margin-bottom: 0.5rem;
}

.location {
    color: #999;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.price-range, .activity-type {
    display: inline-block;
    background: #8B4A6B;
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    margin-top: 1rem;
}

.practical-info {
    background: white;
}

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

.info-card {
    background: #f8f8f8;
    padding: 1.5rem;
    border-radius: 10px;
    border-left: 4px solid #8B4A6B;
}

.info-card h3 {
    color: #8B4A6B;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

.recommendations {
    background: #8B4A6B;
    color: white;
}

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

.recommendation-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.recommendation-item h3 {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

/* Schedule Timeline */
.schedule-overview {
    background: white;
    text-align: center;
    padding: 2rem 0;
}

.weekend-overview h2 {
    color: #8B4A6B;
    margin-bottom: 0.5rem;
}

.timeline {
    max-width: 900px;
    margin: 0 auto;
}

.timeline-day {
    margin-bottom: 4rem;
    position: relative;
}

.day-header {
    text-align: center;
    margin-bottom: 2rem;
    padding: 2rem;
    background: linear-gradient(135deg, #8B4A6B, #B8739C);
    color: white;
    border-radius: 15px;
}

.wedding-day .day-header {
    background: linear-gradient(135deg, #D4AF37, #FFD700);
    color: #333;
}

.day-subtitle {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-top: 0.5rem;
}

.events-list {
    position: relative;
}

.events-list::before {
    content: '';
    position: absolute;
    left: 80px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #8B4A6B;
}

.event-item {
    display: flex;
    margin-bottom: 2rem;
    position: relative;
}

.event-item::before {
    content: '';
    position: absolute;
    left: 71px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: #8B4A6B;
    border-radius: 50%;
    border: 4px solid white;
    box-shadow: 0 0 0 3px #8B4A6B;
}

.event-item.highlight::before {
    background: #D4AF37;
    box-shadow: 0 0 0 3px #D4AF37;
}

.event-time {
    width: 80px;
    font-weight: 600;
    color: #8B4A6B;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.event-details {
    background: white;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-left: 2rem;
    flex: 1;
}

.event-item.highlight .event-details {
    border: 2px solid #D4AF37;
    box-shadow: 0 5px 25px rgba(212, 175, 55, 0.3);
}

.event-details h3 {
    color: #8B4A6B;
    margin-bottom: 0.5rem;
}

.event-item.highlight .event-details h3 {
    color: #D4AF37;
}

.event-location {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.event-description {
    color: #666;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.event-notes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.note {
    background: #f0f0f0;
    color: #666;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
}

.important-info {
    background: #f8f8f8;
}

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

.countdown-section {
    background: #8B4A6B;
    color: white;
    text-align: center;
}

/* San Telmo Specific Styles */
.neighborhood-intro {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 2rem;
    border-left: 4px solid #FF9800;
}

.san-telmo-gallery {
    margin-top: 2rem;
    padding: 1.5rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.gallery-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.gallery-img:hover {
    transform: scale(1.05);
}

/* Footer */
footer {
    background: #8B4A6B;
    color: white;
    text-align: center;
    padding: 2rem 0;
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 2rem;
    border-radius: 10px;
    max-width: 800px;
    max-height: 600px;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 2rem;
    cursor: pointer;
    color: #8B4A6B;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }
    
    .nav-menu {
        display: none;
    }
    
    .hero {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 2rem 1rem;
    }
    
    .couple-names {
        font-size: 2.5rem;
    }
    
    .countdown {
        gap: 1rem;
    }
    
    .countdown-number {
        font-size: 2rem;
    }
    
    .placeholder-image {
        width: 300px;
        height: 400px;
    }
    
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.8rem;
    }
    
    .page-header {
        padding: 6rem 0 3rem;
    }
    
    .page-header h1 {
        font-size: 2.5rem;
    }
    
    .container {
        padding: 0 15px;
    }
    
    .details-grid,
    .activity-grid,
    .info-grid,
    .info-cards,
    .recommendation-list {
        grid-template-columns: 1fr;
    }
    
    .gallery-categories {
        gap: 0.5rem;
    }
    
    .category-btn {
        padding: 0.6rem 1rem;
        font-size: 0.9rem;
    }
    
    .events-list::before {
        left: 60px;
    }
    
    .event-item::before {
        left: 51px;
    }
    
    .event-time {
        width: 60px;
        font-size: 1rem;
    }
    
    .event-details {
        margin-left: 1rem;
        padding: 1rem;
    }
    
    .timeline {
        padding: 0 1rem;
    }
}

@media (max-width: 480px) {
    .nav-container {
        padding: 1rem;
    }
    
    .hero {
        padding: 1rem;
        margin-top: 70px;
    }
    
    .couple-names {
        font-size: 2rem;
    }
    
    .countdown {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .countdown-item {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }
    
    .countdown-number {
        font-size: 1.5rem;
    }
    
    .placeholder-image {
        width: 250px;
        height: 300px;
        font-size: 1rem;
    }
    
    section {
        padding: 2rem 0;
    }
    
    .event-item {
        flex-direction: column;
    }
    
    .event-time {
        width: 100%;
        margin-bottom: 0.5rem;
        text-align: center;
        background: #8B4A6B;
        color: white;
        padding: 0.5rem;
        border-radius: 5px;
    }
    
    .event-details {
        margin-left: 0;
    }
    
    .events-list::before {
        display: none;
    }
    
    .event-item::before {
        display: none;
    }
}

/* Animation Classes */
.fade-in {
    opacity: 0;
    animation: fadeIn 0.6s ease forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.slide-up {
    transform: translateY(30px);
    opacity: 0;
    animation: slideUp 0.6s ease forwards;
}

@keyframes slideUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Utility Classes */
.text-center {
    text-align: center;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mt-2 {
    margin-top: 2rem;
}

.hidden {
    display: none;
}

/* Navigation Dropdown */
.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 0.5rem 0;
    min-width: 180px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1001;
    list-style: none;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-link {
    display: block;
    padding: 0.75rem 1.5rem;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-size: 0.9rem;
}

.dropdown-link:hover,
.dropdown-link.active {
    background-color: #8B4A6B;
    color: white;
}

/* Interactive Map Styles */
.map-section {
    background: white;
    padding: 4rem 0;
}

.map-container {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.map-controls {
    background: #f8f8f8;
    padding: 2rem;
    border-radius: 15px;
    height: fit-content;
    position: sticky;
    top: 120px;
}

.search-container {
    margin: 1.5rem 0;
}

.search-container input {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.search-container input:focus {
    outline: none;
    border-color: #8B4A6B;
}

#search-btn {
    width: 100%;
    background: #8B4A6B;
    color: white;
    border: none;
    padding: 0.75rem;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.3s ease;
}

#search-btn:hover {
    background: #7A3F5B;
}

.filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 1.5rem 0;
}

.filter-btn {
    background: white;
    border: 2px solid #8B4A6B;
    color: #8B4A6B;
    padding: 0.5rem 0.75rem;
    border-radius: 20px;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.filter-btn.active,
.filter-btn:hover {
    background: #8B4A6B;
    color: white;
}

.google-map-container {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

#google-map {
    width: 100%;
    height: 600px;
    border-radius: 15px;
}

.map-overlay {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    min-width: 160px;
}

.neighborhood-selector h4 {
    margin: 0 0 0.75rem 0;
    color: #8B4A6B;
    font-size: 0.9rem;
}

.quick-btn {
    display: block;
    width: 100%;
    background: transparent;
    border: 1px solid #8B4A6B;
    color: #8B4A6B;
    padding: 0.5rem 0.75rem;
    margin-bottom: 0.5rem;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.8rem;
    transition: all 0.3s ease;
}

.quick-btn:hover {
    background: #8B4A6B;
    color: white;
}

.quick-btn:last-child {
    margin-bottom: 0;
}

.map-legend h3 {
    color: #8B4A6B;
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
}

.legend-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.legend-color {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    margin-right: 0.75rem;
    border: 2px solid rgba(0, 0, 0, 0.1);
}

.legend-color.safe {
    background: #4CAF50;
}

.legend-color.church {
    background: #E91E63;
}

.legend-color.caution {
    background: #FF9800;
}

.interactive-map {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    overflow: hidden;
}

.buenos-aires-map {
    width: 100%;
    height: auto;
    max-height: 600px;
}

.neighborhood {
    stroke: #fff;
    stroke-width: 2;
    cursor: pointer;
    transition: all 0.3s ease;
}

.neighborhood:hover {
    stroke-width: 3;
    filter: brightness(1.1);
    transform: scale(1.02);
    transform-origin: center;
}

.safe-area {
    fill: #4CAF50;
    opacity: 0.8;
}

.safe-area:hover {
    fill: #45a049;
    opacity: 1;
}

.church-area {
    fill: #E91E63;
    opacity: 0.8;
}

.church-area:hover {
    fill: #d81b60;
    opacity: 1;
}

.caution-area {
    fill: #FF9800;
    opacity: 0.8;
}

.caution-area:hover {
    fill: #f57c00;
    opacity: 1;
}

.neighborhood.selected {
    stroke: #333;
    stroke-width: 4;
    filter: brightness(1.2);
}

.neighborhood-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    fill: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.river-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: italic;
    fill: #666;
    opacity: 0.8;
}

.city-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    fill: #666;
    opacity: 0.7;
}

/* Neighborhood Information Panels */
.neighborhood-info {
    margin-top: 3rem;
    animation: fadeInUp 0.5s ease;
}

.info-panel {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

.info-header {
    padding: 2rem;
    color: white;
    position: relative;
}

.safe-header {
    background: linear-gradient(135deg, #4CAF50, #45a049);
}

.church-header {
    background: linear-gradient(135deg, #E91E63, #d81b60);
}

.caution-header {
    background: linear-gradient(135deg, #FF9800, #f57c00);
}

.info-header h2 {
    margin: 0;
    font-size: 2rem;
}

.safety-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 0.5rem;
    backdrop-filter: blur(10px);
}

.info-content {
    padding: 2rem;
}

.church-info {
    background: #f8f8f8;
    padding: 1.5rem;
    border-radius: 10px;
    margin-bottom: 2rem;
    border-left: 4px solid #E91E63;
}

.church-info h3 {
    color: #E91E63;
    margin-bottom: 1rem;
}

.church-info p {
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.neighborhood-details h3,
.neighborhood-details h4 {
    color: #8B4A6B;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.neighborhood-details ul {
    list-style: none;
    padding-left: 0;
}

.neighborhood-details li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    padding-left: 1.5rem;
}

.neighborhood-details li:before {
    content: "•";
    color: #8B4A6B;
    font-weight: bold;
    position: absolute;
    left: 0;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Belgrano Photo Gallery */
.belgrano-gallery {
    margin: 2rem 0;
}

.belgrano-gallery h4 {
    color: #8B4A6B;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.photo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.photo-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.photo-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.photo-item img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
}

.photo-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    padding: 1rem 0.75rem 0.5rem;
    font-size: 0.85rem;
    font-weight: 500;
    text-align: center;
}

/* Palermo Photo Gallery */
.palermo-gallery {
    margin: 2rem 0;
}

.palermo-gallery h4 {
    color: #8B4A6B;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

/* Recoleta Photo Gallery */
.recoleta-gallery {
    margin: 2rem 0;
}

.recoleta-gallery h4 {
    color: #8B4A6B;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

/* Puerto Madero Photo Gallery */
.puerto-madero-gallery {
    margin: 2rem 0;
}

.puerto-madero-gallery h4 {
    color: #8B4A6B;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

/* San Nicolás Photo Gallery */
.san-nicolas-gallery {
    margin: 2rem 0;
}

.san-nicolas-gallery h4 {
    color: #8B4A6B;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

/* Responsive Map Styles */
@media (max-width: 968px) {
    .map-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .map-controls {
        position: static;
        order: -1;
    }
    
    .google-map-container {
        padding: 0;
    }
    
    #google-map {
        height: 400px;
    }
    
    .map-overlay {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 1rem;
        background: #f8f8f8;
        backdrop-filter: none;
    }
}

@media (max-width: 768px) {
    .dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        background: #f8f8f8;
        margin-top: 0.5rem;
        border-radius: 5px;
    }
    
    .neighborhood-label {
        font-size: 12px;
    }
    
    .info-content {
        padding: 1.5rem;
    }
    
    .info-header {
        padding: 1.5rem;
    }
    
    .info-header h2 {
        font-size: 1.5rem;
    }
}