/* Architecture Studio High-End Overrides */
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
h1, h2, .section-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-weight: 400;
}
.hero-title-elegant {
    font-size: 5.5rem;
    line-height: 1.05;
    margin-bottom: 25px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-weight: 400;
}
.hero-subtitle-elegant {
    font-size: 1.25rem;
    line-height: 1.6;
    color: rgba(255,255,255,0.9);
    font-weight: 300;
    max-width: 600px;
    margin-bottom: 40px;
}
.hero-line-art {
    display: inline-block;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 40px;
    padding: 0 40px;
    margin: 0 15px;
    font-weight: 300;
    position: relative;
    background: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 2px,
      rgba(255, 255, 255, 0.1) 2px,
      rgba(255, 255, 255, 0.1) 4px
    );
}
.btn-elegant {
    background: #ffffff !important;
    color: #3f4b59 !important;
    border: none;
    padding: 20px 45px;
    font-size: 0.95rem;
    letter-spacing: 2px;
    transition: background 0.4s ease;
}
.btn-elegant:hover {
    background: #f7dfa4 !important;
}
.section-title {
    font-size: 3.5rem;
    letter-spacing: -1px;
    margin-bottom: 60px;
}
.section-subtitle {
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.hero-section {
    position: relative;
    height: 56.25vw !important; /* 16:9 aspect ratio */
    min-height: 500px;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('img/hero-nuevo.jpg') no-repeat top center / 100vw auto !important;
    border-radius: 0 !important;
    margin: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    overflow: hidden !important;
    color: #ffffff !important;
}
.hero-content {
    border-radius: 0;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    text-align: center;
    transform: translateY(-50px);
}
.btn-cta-main {
    border-radius: 0 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.9rem;
    padding: 18px 40px;
}

/* Glassmorphism Section */
.glass-section {
    position: relative;
    z-index: 10;
    margin-top: -150px;
    padding: 0 5%;
}
.glass-container {
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 40px;
    padding: 80px;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.08);
}
.glass-label {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: #1e293b;
    display: block;
    margin-bottom: 20px;
}
.glass-title {
    font-size: 4.5rem;
    line-height: 1;
    color: #1e293b;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.glass-intro p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #64748b;
    margin-bottom: 40px;
}
.btn-glass {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #3f4b59;
    border: 1px solid #3f4b59;
    padding: 15px 35px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 30px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}
.btn-glass:hover {
    background: #b5cbe4;
    border-color: #b5cbe4;
    color: #1e293b;
}
.glass-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    grid-auto-rows: minmax(280px, auto);
}
.glass-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 250px;
}
.glass-card h3 {
    font-size: 1.5rem;
    color: #1e293b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 1.1;
    margin: 0 0 20px 0;
}
.glass-card p {
    font-size: 0.95rem;
    color: #64748b;
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 1024px) {
    .glass-container {
        grid-template-columns: 1fr;
        padding: 40px;
    }
}
@media (max-width: 600px) {
    .glass-grid {
        grid-template-columns: 1fr;
    }
}

/* Map Showcase Layout */
.map-layout {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 60px;
    align-items: center;
    text-align: left;
}
.poi-list {
    display: flex;
    flex-direction: column;
    border-left: 2px solid rgba(0,0,0,0.1);
    padding-left: 0;
}
.poi-item {
    padding: 20px 0 20px 30px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}
.poi-item::before {
    content: '';
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
    height: 0;
    width: 2px;
    background: #1e293b;
    transition: height 0.3s ease;
}
body {
    background: url('img/Isometrico%20derecho%20bahia.png') center center / cover fixed !important;
}
.body-blur-overlay {
    position: fixed;
    top: 0; left: 0; width: 100vw; height: 100vh;
    backdrop-filter: blur(60px);
    -webkit-backdrop-filter: blur(60px);
    background: rgba(255, 255, 255, 0.65);
    z-index: -1;
    pointer-events: none;
}

.ambient-section {
    height: 70vh;
    width: 100%;
    position: relative;
    clip-path: inset(0);
}
.parallax-bg {
    position: fixed;
    top: 0; 
    left: 0; 
    width: 100vw; 
    height: 100vh;
    background-position: center;
    background-size: cover;
    z-index: -1;
    animation: slowZoom 25s linear infinite alternate;
}
@keyframes slowZoom {
    0% { transform: scale(1); }
    100% { transform: scale(1.1); }
}
.poi-item.active::before, .poi-item:hover::before {
    height: 100%;
}
.poi-item h4 {
    margin: 0 0 5px 0;
    font-size: 1.1rem;
    color: #64748b;
    font-weight: 400;
}
.poi-item.active h4 {
    color: #1e293b;
    font-weight: 600;
}
.poi-item span {
    font-size: 0.85rem;
    color: #94a3b8;
}
.map-showcase {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    height: 700px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}
.map-showcase iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.map-overlay-card {
    position: absolute;
    top: 40px;
    left: 40px;
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 20px;
    width: 300px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.map-overlay-card h3 {
    margin: 0 0 10px 0;
    font-size: 1.2rem;
    color: #1e293b;
}
.map-overlay-card p {
    font-size: 0.9rem;
    color: #64748b;
    margin: 0 0 15px 0;
    line-height: 1.5;
}
.map-overlay-card small {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1e293b;
}
@media (max-width: 1024px) {
    .map-layout {
        grid-template-columns: 1fr;
    }
    .poi-list {
        border-left: none;
        border-top: 2px solid rgba(0,0,0,0.1);
        flex-direction: row;
        overflow-x: auto;
    }
    .poi-item {
        padding: 20px 30px 20px 0;
        flex: 0 0 auto;
    }
    .poi-item::before {
        left: 50%;
        top: -2px;
        transform: translateX(-50%);
        height: 2px;
        width: 0;
    }
    .poi-item.active::before, .poi-item:hover::before {
        height: 2px;
        width: 100%;
    }
}

/* Planos Tabs Layout */
.tabs-container {
    max-width: 1200px;
    margin: 0 auto;
}
.tabs-header {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.tab-btn {
    background: none;
    border: none;
    padding: 0 0 20px 0;
    font-size: 1.2rem;
    color: #334155;
    cursor: pointer;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    transition: color 0.3s ease;
}
.tab-btn.active {
    color: #1e293b;
    font-weight: 600;
}
.tab-btn::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 2px;
    background: #1e293b;
    transition: width 0.3s ease;
}
.tab-btn.active::after, .tab-btn:hover::after {
    width: 100%;
}
.tab-content-area {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.tab-content-area.expanded {
    max-height: 1000px;
}
.tab-pane {
    display: none;
    animation: fadeUp 0.5s ease forwards;
}
.tab-pane.active {
    display: block;
}
.tab-pane iframe {
    width: 100%;
    height: 700px;
    border: none;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Variables Específicas Comercial */
:root {
    --accent: var(--pastel-green-text);
    --accent-hover: var(--pastel-green-dark);
    --border-color: rgba(0,0,0,0.05);
    --transition: all 0.3s ease;
}

/* Overrides para integrar con styles.css */
body {
    overflow-x: hidden;
}

/* Layout General */
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

#sector {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
    padding: 80px 0;
}

.text-center { text-align: center; }
.mt-2 { margin-top: 2rem; }
.text-dark { color: var(--text-dark) !important; }

/* Navigation is handled by styles.css */

/* Sections */
.section {
    padding: 100px 20px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: -0.5px;
}

.section-subtitle {
    text-align: center;
    color: #94a3b8;
    margin-bottom: 50px;
    font-size: 1.1rem;
}

.dark-bg { background-color: var(--bg-darker); }
.light-bg { background-color: var(--bg-light); color: var(--text-dark); }

/* Hero */
.hero-section {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 160px 0 80px; /* espaciado superior para el navbar */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url('img/hero_bg.png') no-repeat center center/cover;
}

.hero-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 60px;
}

.hero-content h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.hero-content p {
    font-size: 1.2rem;
    color: #f1f5f9;
    max-width: 600px;
    margin: 0 auto 40px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.stats-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.stat-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    padding: 20px 40px;
    border-radius: 16px;
}

.stat-card h3 {
    font-size: 2.5rem;
    color: var(--pastel-green-text);
    margin-bottom: 5px;
}

.stat-card p {
    color: var(--text-main);
    font-weight: 600;
    margin: 0;
}

.poi-map {
    width: 100%;
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid rgba(255,255,255,0.05);
}

.poi-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* POI Grid */
.poi-container {
    margin-bottom: 60px;
    background: #fcf8ee;
    padding: 40px 5%;
    border-radius: 15px;
}
.poi-title {
    text-align: center;
    font-size: 1.5rem;
    color: var(--text-main);
    margin-bottom: 30px;
    font-weight: 600;
}
.poi-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
}
.poi-card {
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    cursor: pointer;
}
.poi-card:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: #0f172a;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.15);
}
.poi-card svg {
    transition: all 0.3s ease;
}
.poi-card:hover svg {
    color: #0f172a;
    transform: scale(1.15);
}
.poi-dist {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 3px;
}
.poi-dist.accent {
    color: var(--accent);
}
.poi-name {
    font-size: 0.6rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

/* Features Sector */
.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 200px);
    justify-content: center;
    gap: 80px;
    margin-bottom: 50px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 992px) {
    .features-grid {
        grid-template-columns: repeat(2, 200px);
        gap: 40px;
    }
}

@media (max-width: 600px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

.feature-card {
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.4s ease;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    justify-content: space-between;
    min-height: 380px;
    min-width: 0;
    word-break: normal;
    overflow-wrap: normal;
    background: #ffffff !important;
    color: #3f4b59 !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Unified Brand Colors for feature section */
#proyectos {
    background-color: #3f4b59;
    padding: 80px 0;
}
#proyectos .section-title {
    color: #f7dfa4 !important;
}
#proyectos p.section-subtitle {
    color: #fcf8ee !important;
}

.feature-card h3 {
    color: #1e293b !important;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.5px;
    word-break: keep-all;
    overflow-wrap: normal;
}
.feature-card p {
    color: #64748b !important;
    font-size: 0.95rem;
    margin: 0;
    padding: 0;
    line-height: 1.4;
}
.feature-card .feature-icon {
    display: none; /* Hide icons to match the clean reference image */
}

/* High Contrast CTA Button */
.btn-cta-main {
    background-color: #0f172a;
    color: #ffffff !important;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #0f172a;
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.3);
}
.btn-cta-main:hover {
    background-color: #ffffff;
    color: #0f172a !important;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.4);
    transform: translateY(-2px);
}

.feature-card:hover {
    transform: translateY(-10px) scale(1.02);
}

.feature-icon {
    background: #ffffff;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon svg {
    width: 32px;
    height: 32px;
}

/* text styles moved to section above */

/* Images & Wrappers */
.image-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.main-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.image-wrapper:hover .main-image {
    transform: scale(1.02);
}

.image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
}

/* Availability Map */
.availability-map {
    background: #1e293b;
    border: 1px solid #334155;
    border-radius: 16px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.interactive-placeholder {
    color: #64748b;
    font-size: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

/* Planos */
.plans-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
}

.plan-card {
    border-radius: 20px;
    border: 1px solid transparent;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 35px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 15px;
}

/* Color Variations for the 5 plan cards */
.plan-card:nth-child(1) {
    background: var(--pastel-blue-bg);
    border-color: var(--pastel-blue-dark);
}
.plan-card:nth-child(1) .plan-icon {
    color: var(--pastel-blue-text);
    box-shadow: 0 10px 20px rgba(39, 89, 107, 0.15);
}
.plan-card:nth-child(1) .plan-link {
    color: var(--pastel-blue-text);
}
.plan-card:nth-child(1):hover {
    box-shadow: 0 20px 40px rgba(39, 89, 107, 0.2);
}

.plan-card:nth-child(2) {
    background: var(--pastel-green-bg);
    border-color: var(--pastel-green-dark);
}
.plan-card:nth-child(2) .plan-icon {
    color: var(--pastel-green-text);
    box-shadow: 0 10px 20px rgba(61, 97, 37, 0.15);
}
.plan-card:nth-child(2) .plan-link {
    color: var(--pastel-green-text);
}
.plan-card:nth-child(2):hover {
    box-shadow: 0 20px 40px rgba(61, 97, 37, 0.2);
}

.plan-card:nth-child(3) {
    background: var(--pastel-yellow-bg);
    border-color: var(--pastel-yellow-dark);
}
.plan-card:nth-child(3) .plan-icon {
    color: var(--pastel-yellow-text);
    box-shadow: 0 10px 20px rgba(143, 75, 22, 0.15);
}
.plan-card:nth-child(3) .plan-link {
    color: var(--pastel-yellow-text);
}
.plan-card:nth-child(3):hover {
    box-shadow: 0 20px 40px rgba(143, 75, 22, 0.2);
}

.plan-card:nth-child(4) {
    background: var(--pastel-purple-bg);
    border-color: var(--pastel-purple-dark);
}
.plan-card:nth-child(4) .plan-icon {
    color: var(--pastel-purple-text);
    box-shadow: 0 10px 20px rgba(98, 41, 164, 0.15);
}
.plan-card:nth-child(4) .plan-link {
    color: var(--pastel-purple-text);
}
.plan-card:nth-child(4):hover {
    box-shadow: 0 20px 40px rgba(98, 41, 164, 0.2);
}

.plan-card:nth-child(5) {
    background: var(--pastel-blue-bg);
    border-color: var(--pastel-blue-dark);
}
.plan-card:nth-child(5) .plan-icon {
    color: var(--pastel-blue-text);
    box-shadow: 0 10px 20px rgba(39, 89, 107, 0.15);
}
.plan-card:nth-child(5) .plan-link {
    color: var(--pastel-blue-text);
}
.plan-card:nth-child(5):hover {
    box-shadow: 0 20px 40px rgba(39, 89, 107, 0.2);
}

.plan-card:hover {
    transform: translateY(-10px) scale(1.02);
}

.plan-card .feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.plan-card .plan-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    transition: transform 0.3s ease;
}

.plan-card:hover .plan-icon {
    transform: scale(1.1);
}

.plan-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-main);
    margin: 0;
}

.plan-card .plan-link {
    font-size: 0.95rem;
    font-weight: 700;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.plan-card:hover .plan-link {
    opacity: 1;
    transform: scale(1.05);
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    border: none;
    font-family: var(--font-main);
    font-size: 0.9rem;
}

.btn-primary {
    background: var(--accent);
    color: #fff;
}

.btn-primary:hover {
    background: var(--accent-hover);
}

.btn-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn-outline {
    background: transparent;
    border: 1px solid #cbd5e1;
    color: #475569;
}

.btn-outline:hover {
    background: #f1f5f9;
    color: var(--text-dark);
    border-color: #94a3b8;
}

/* Footer */
.footer {
    background: #020617;
    padding: 60px 20px;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.footer-logo {
    color: var(--accent);
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.footer p {
    color: #64748b;
    font-size: 0.9rem;
}

/* Animations & Faders */
.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.fader-element {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-up.appear, .fader-element.appear {
    opacity: 1;
    transform: translateY(0);
}

.delay-1 { transition-delay: 0.2s; }
.delay-2 { transition-delay: 0.4s; }
.delay-3 { transition-delay: 0.6s; }

/* Responsive */
@media (max-width: 768px) {
    .top-bar {
        flex-direction: column;
        padding: 10px 5%;
        gap: 8px;
        font-size: 0.75rem;
    }
    .top-bar-left, .top-bar-right {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }
    .navbar {
        padding: 15px 20px;
        flex-direction: column;
        gap: 15px;
    }
    .right-nav ul {
        flex-direction: row;
        gap: 15px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .right-nav a:not(.btn-contacto) {
        font-size: 0.85rem;
    }
    .btn-contacto {
        font-size: 0.85rem;
        padding: 8px 18px;
    }
    .nav-links {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .hero-content h1 {
        font-size: 2rem;
    }
    .hero-content p {
        font-size: 1rem;
    }
    .section-title {
        font-size: 1.8rem;
    }
    .section-subtitle {
        font-size: 1rem;
    }
    .feature-card {
        padding: 20px 10px;
        border-radius: 16px;
    }
    .feature-icon {
        width: 45px;
        height: 45px;
        margin-bottom: 15px;
    }
    .feature-icon svg {
        width: 20px;
        height: 20px;
    }
    .feature-card h3 {
        font-size: 0.9rem;
        margin-bottom: 10px;
    }
    .feature-card p {
        font-size: 0.75rem;
        line-height: 1.4;
    }
    .plan-card {
        padding: 25px 15px;
    }
    .stats-grid {
        flex-direction: column;
        gap: 20px;
    }
    .poi-map {
        height: 65vh;
    }
    .poi-grid {
        gap: 15px;
    }
    .poi-card {
        width: 100px;
        height: 100px;
        padding: 15px;
    }
    .poi-dist {
        font-size: 1.2rem;
    }
    .poi-name {
        font-size: 0.55rem;
    }
}

/* PDF Modal */
.pdf-modal { display: none; position: fixed; z-index: 2000; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.9); backdrop-filter: blur(5px); }
.pdf-modal.show { display: flex; align-items: center; justify-content: center; }
.pdf-modal-content { position: relative; width: 90%; height: 90%; background: #fff; border-radius: 12px; overflow: hidden; }
.pdf-modal-content iframe { width: 100%; height: 100%; border: none; }
.close-modal { position: absolute; top: 10px; right: 20px; color: #333; font-size: 40px; font-weight: bold; cursor: pointer; z-index: 2001; }
.close-modal:hover { color: #000; text-decoration: none; cursor: pointer; }
