body {
    font-family: 'Inter', system-ui, sans-serif;
    color: #1E2A32;
    background-color: #FFFFFF;
}

h1, h2, h3, .gt-heading {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.gt-hover-lift {
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
.gt-hover-lift:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 35px -12px rgba(0,0,0,0.08);
}

.gt-section {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.gt-section.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Mapa y logos */
.gt-map-container {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 20px 35px -12px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}
.gt-map-container iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
    border: 0;
    display: block;
}

.gt-partner-logo {
    max-height: 60px;
    width: auto;
    filter: grayscale(0%);
    transition: all 0.3s ease;
    opacity: 0.8;
}
.gt-partner-logo:hover {
    opacity: 1;
    transform: scale(1.05);
}

/* Degradados */
.gt-hero-gradient {
    background: linear-gradient(135deg, #F5F7F8 0%, #FFFFFF 100%);
}
.gt-guide-gradient {
    background: linear-gradient(120deg, #0093AD 0%, #007a8f 100%);
}
.gt-cta-gradient {
    background: linear-gradient(120deg, #1E2A32 0%, #2A3A44 100%);
}

/* Botones */
.gt-btn-glow {
    box-shadow: 0 0 15px rgba(32,165,55,0.3);
}
.gt-btn-glow:hover {
    box-shadow: 0 0 25px rgba(32,165,55,0.5);
}
