/* ========================================
   CSS Variables - Color Themes
   ======================================== */

:root {
    /* Default Theme - Professional Blue */
    --primary-color: #2563eb;
    --primary-dark: #1e40af;
    --primary-light: #3b82f6;
    --secondary-color: #0ea5e9;
    --accent-color: #f59e0b;
    --text-primary: #1f2937;
    --text-secondary: #6b7280;
    --text-light: #ffffff;
    --bg-primary: #ffffff;
    --bg-secondary: #f9fafb;
    --bg-dark: #111827;
    --border-color: #e5e7eb;
    --shadow: rgba(0, 0, 0, 0.1);
    --shadow-lg: rgba(0, 0, 0, 0.15);
    --gradient-start: #2563eb;
    --gradient-end: #0ea5e9;
}

[data-theme="ocean"] {
    --primary-color: #0891b2;
    --primary-dark: #0e7490;
    --primary-light: #06b6d4;
    --secondary-color: #0284c7;
    --accent-color: #14b8a6;
    --gradient-start: #0891b2;
    --gradient-end: #14b8a6;
}

[data-theme="forest"] {
    --primary-color: #059669;
    --primary-dark: #047857;
    --primary-light: #10b981;
    --secondary-color: #0d9488;
    --accent-color: #f59e0b;
    --gradient-start: #059669;
    --gradient-end: #0d9488;
}

[data-theme="sunset"] {
    --primary-color: #dc2626;
    --primary-dark: #b91c1c;
    --primary-light: #ef4444;
    --secondary-color: #ea580c;
    --accent-color: #f59e0b;
    --gradient-start: #dc2626;
    --gradient-end: #ea580c;
}

[data-theme="midnight"] {
    --primary-color: #7c3aed;
    --primary-dark: #6d28d9;
    --primary-light: #8b5cf6;
    --secondary-color: #2563eb;
    --accent-color: #ec4899;
    --gradient-start: #7c3aed;
    --gradient-end: #ec4899;
}

[data-theme="royal"] {
    --primary-color: #6366f1;
    --primary-dark: #4f46e5;
    --primary-light: #818cf8;
    --secondary-color: #8b5cf6;
    --accent-color: #a855f7;
    --gradient-start: #6366f1;
    --gradient-end: #8b5cf6;
}

[data-theme="sakura"] {
    --primary-color: #ec4899;
    --primary-dark: #db2777;
    --primary-light: #f472b6;
    --secondary-color: #f43f5e;
    --accent-color: #fb7185;
    --gradient-start: #ec4899;
    --gradient-end: #f43f5e;
}

[data-theme="aurora"] {
    --primary-color: #06b6d4;
    --primary-dark: #0891b2;
    --primary-light: #22d3ee;
    --secondary-color: #8b5cf6;
    --accent-color: #ec4899;
    --gradient-start: #06b6d4;
    --gradient-end: #8b5cf6;
}

[data-theme="tropical"] {
    --primary-color: #10b981;
    --primary-dark: #059669;
    --primary-light: #34d399;
    --secondary-color: #06b6d4;
    --accent-color: #f59e0b;
    --gradient-start: #10b981;
    --gradient-end: #06b6d4;
}

[data-theme="fire"] {
    --primary-color: #ef4444;
    --primary-dark: #dc2626;
    --primary-light: #f87171;
    --secondary-color: #f97316;
    --accent-color: #fb923c;
    --gradient-start: #ef4444;
    --gradient-end: #f97316;
}

[data-theme="golden"] {
    --primary-color: #f59e0b;
    --primary-dark: #d97706;
    --primary-light: #fbbf24;
    --secondary-color: #eab308;
    --accent-color: #facc15;
    --gradient-start: #f59e0b;
    --gradient-end: #eab308;
}

[data-theme="nebula"] {
    --primary-color: #8b5cf6;
    --primary-dark: #7c3aed;
    --primary-light: #a78bfa;
    --secondary-color: #06b6d4;
    --accent-color: #ec4899;
    --gradient-start: #8b5cf6;
    --gradient-end: #ec4899;
}

/* Sobrios y Elegantes */

[data-theme="slate"] {
    --primary-color: #64748b;
    --primary-dark: #475569;
    --primary-light: #94a3b8;
    --secondary-color: #334155;
    --accent-color: #94a3b8;
    --gradient-start: #64748b;
    --gradient-end: #334155;
}

[data-theme="graphite"] {
    --primary-color: #52525b;
    --primary-dark: #3f3f46;
    --primary-light: #71717a;
    --secondary-color: #27272a;
    --accent-color: #a1a1aa;
    --gradient-start: #52525b;
    --gradient-end: #27272a;
}

[data-theme="charcoal"] {
    --primary-color: #44403c;
    --primary-dark: #292524;
    --primary-light: #57534e;
    --secondary-color: #1c1917;
    --accent-color: #78716c;
    --gradient-start: #44403c;
    --gradient-end: #1c1917;
}

[data-theme="navy"] {
    --primary-color: #1e3a8a;
    --primary-dark: #1e40af;
    --primary-light: #3b82f6;
    --secondary-color: #1e293b;
    --accent-color: #60a5fa;
    --gradient-start: #1e3a8a;
    --gradient-end: #1e293b;
}

[data-theme="wine"] {
    --primary-color: #881337;
    --primary-dark: #6b0f1a;
    --primary-light: #9f1239;
    --secondary-color: #450a0a;
    --accent-color: #be123c;
    --gradient-start: #881337;
    --gradient-end: #450a0a;
}

[data-theme="espresso"] {
    --primary-color: #78350f;
    --primary-dark: #451a03;
    --primary-light: #92400e;
    --secondary-color: #1c1917;
    --accent-color: #a16207;
    --gradient-start: #78350f;
    --gradient-end: #451a03;
}

[data-theme="emerald"] {
    --primary-color: #047857;
    --primary-dark: #065f46;
    --primary-light: #059669;
    --secondary-color: #064e3b;
    --accent-color: #10b981;
    --gradient-start: #047857;
    --gradient-end: #064e3b;
}

[data-theme="steel"] {
    --primary-color: #475569;
    --primary-dark: #334155;
    --primary-light: #64748b;
    --secondary-color: #1e293b;
    --accent-color: #94a3b8;
    --gradient-start: #475569;
    --gradient-end: #1e293b;
}

[data-theme="plum"] {
    --primary-color: #6b21a8;
    --primary-dark: #581c87;
    --primary-light: #7e22ce;
    --secondary-color: #4c1d95;
    --accent-color: #a855f7;
    --gradient-start: #6b21a8;
    --gradient-end: #4c1d95;
}

[data-theme="teal"] {
    --primary-color: #0d9488;
    --primary-dark: #0f766e;
    --primary-light: #14b8a6;
    --secondary-color: #115e59;
    --accent-color: #2dd4bf;
    --gradient-start: #0d9488;
    --gradient-end: #115e59;
}

/* ========================================
   Global Styles
   ======================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-primary);
    background-color: var(--bg-primary);
    overflow-x: hidden;
}

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

/* ========================================
   Typography
   ======================================== */

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-primary);
}

h1 { font-size: 3rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 2rem; }
h4 { font-size: 1.5rem; }

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

/* ========================================
   Buttons
   ======================================== */

.btn {
    display: inline-block;
    padding: 1rem 2rem;
    border: none;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.btn-primary {
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    color: var(--text-light);
    box-shadow: 0 4px 15px var(--shadow);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px var(--shadow-lg);
}

.btn-secondary {
    background: var(--bg-primary);
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.btn-secondary:hover {
    background: var(--primary-color);
    color: var(--text-light);
}

/* ========================================
   Theme Selector
   ======================================== */

.theme-selector {
    position: fixed;
    top: 100px;
    right: 2rem;
    z-index: 1000;
}

.theme-toggle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--primary-color);
    color: var(--text-light);
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px var(--shadow);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme-toggle:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px var(--shadow-lg);
}

.theme-options {
    position: absolute;
    top: 60px;
    right: 0;
    background: var(--bg-primary);
    border-radius: 0.75rem;
    box-shadow: 0 8px 30px var(--shadow-lg);
    padding: 1rem;
    display: none;
    flex-direction: column;
    gap: 1rem;
    min-width: 220px;
    max-width: 250px;
    max-height: 70vh;
    overflow-y: auto;
    border: 1px solid var(--border-color);
}

.theme-options.active {
    display: flex;
}

.theme-category {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.theme-category-title {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-secondary);
    padding: 0.5rem 0.5rem 0.25rem;
    border-bottom: 2px solid var(--border-color);
}

.theme-option {
    padding: 0.625rem 1rem;
    background: var(--bg-secondary);
    border: 2px solid transparent;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 0.875rem;
    color: var(--text-primary);
    text-align: left;
    position: relative;
    overflow: hidden;
}

.theme-option::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, var(--gradient-start), var(--gradient-end));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.theme-option:hover {
    background: var(--primary-color);
    color: var(--text-light);
    transform: translateX(-5px);
    border-color: var(--primary-color);
}

.theme-option:hover::before {
    opacity: 1;
}

.theme-options::-webkit-scrollbar {
    width: 6px;
}

.theme-options::-webkit-scrollbar-track {
    background: var(--bg-secondary);
    border-radius: 10px;
}

.theme-options::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;
}

.theme-options::-webkit-scrollbar-thumb:hover {
    background: var(--primary-dark);
}

/* ========================================
   Header / Navigation
   ======================================== */

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--bg-primary);
    box-shadow: 0 2px 10px var(--shadow);
    z-index: 999;
    transition: all 0.3s ease;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
}

.nav-logo a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.5rem;
    font-weight: 700;
}

.nav-logo a span {
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nav-logo-img {
    height: 70px;
    width: auto;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.6));
}

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

.nav-link {
    font-weight: 500;
    color: var(--text-primary);
    position: relative;
    transition: color 0.3s ease;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: width 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary-color);
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.nav-toggle span {
    width: 25px;
    height: 3px;
    background: var(--text-primary);
    border-radius: 3px;
    transition: all 0.3s ease;
}

/* ========================================
   Hero Section
   ======================================== */

.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    z-index: 0;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><rect width="100" height="100" fill="none"/><path d="M0 0L50 50L0 100L50 100L100 50L50 0Z" fill="rgba(255,255,255,0.05)"/></svg>');
    background-size: 100px 100px;
    opacity: 0.3;
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: var(--text-light);
    padding: 2rem;
}

.hero-logo {
    width: 200px;
    height: auto;
    margin: 0 auto 2rem;
    display: block;
    animation: fadeInUp 0.8s ease;
    filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.8));
}

.hero-title {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    animation: fadeInUp 0.8s ease;
}

.hero-subtitle {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.95;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    animation: fadeInUp 0.8s ease 0.2s backwards;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    animation: fadeInUp 0.8s ease 0.4s backwards;
}

.hero-features {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeInUp 0.8s ease 0.6s backwards;
}

.hero-feature {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
}

.hero-feature svg {
    width: 24px;
    height: 24px;
}

/* ========================================
   Section Styles
   ======================================== */

section {
    padding: 5rem 0;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title {
    margin-bottom: 1rem;
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle {
    color: var(--text-secondary);
    font-size: 1.125rem;
    max-width: 600px;
    margin: 0 auto;
}

/* ========================================
   Services Section
   ======================================== */

.services {
    background: var(--bg-secondary);
}

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

.service-card {
    background: var(--bg-primary);
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 4px 15px var(--shadow);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--gradient-start), var(--gradient-end));
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px var(--shadow-lg);
}

.service-card.featured {
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    color: var(--text-light);
}

.service-card.featured .service-title,
.service-card.featured .service-description,
.service-card.featured .service-list {
    color: var(--text-light);
}

.service-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: var(--accent-color);
    color: var(--text-light);
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    font-size: 0.875rem;
    font-weight: 600;
}

.service-icon {
    margin-bottom: 1.5rem;
    color: var(--primary-color);
}

.service-card.featured .service-icon {
    color: var(--text-light);
}

.service-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.service-description {
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
}

.service-list {
    list-style: none;
}

.service-list li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
}

.service-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: bold;
}

.service-card.featured .service-list li::before {
    color: var(--text-light);
}

/* ========================================
   About Section
   ======================================== */

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-description {
    margin-bottom: 1.5rem;
    color: var(--text-secondary);
    font-size: 1.125rem;
}

.about-values {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
}

.value-item h4 {
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.value-item p {
    color: var(--text-secondary);
}

.about-image {
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    border-radius: 1rem;
    padding: 3rem;
    color: var(--text-light);
}

.about-stats {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1.125rem;
    opacity: 0.9;
}

/* ========================================
   Fleet Section
   ======================================== */

.fleet {
    background: var(--bg-secondary);
}

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

.fleet-card {
    background: var(--bg-primary);
    padding: 2rem;
    border-radius: 1rem;
    text-align: center;
    box-shadow: 0 4px 15px var(--shadow);
    transition: all 0.3s ease;
}

.fleet-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px var(--shadow-lg);
}

.fleet-capacity {
    display: inline-block;
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    color: var(--text-light);
    padding: 1rem 2rem;
    border-radius: 2rem;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.fleet-card h3 {
    margin-bottom: 1rem;
}

.fleet-card p {
    color: var(--text-secondary);
}

/* ========================================
   Contact Section
   ======================================== */

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 4rem;
}

.contact-info h3 {
    margin-bottom: 2rem;
}

.contact-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.contact-item svg {
    color: var(--primary-color);
    flex-shrink: 0;
}

.contact-item h4 {
    margin-bottom: 0.25rem;
    font-size: 1.125rem;
}

.contact-item p {
    color: var(--text-secondary);
}

.contact-hours {
    margin-top: 2rem;
    padding: 1.5rem;
    background: var(--bg-secondary);
    border-radius: 0.5rem;
}

.contact-hours h4 {
    margin-bottom: 0.5rem;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label {
    font-weight: 600;
    color: var(--text-primary);
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 0.875rem;
    border: 2px solid var(--border-color);
    border-radius: 0.5rem;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
}

.form-group textarea {
    resize: vertical;
}

/* ========================================
   Footer
   ======================================== */

.footer {
    background: var(--bg-dark);
    color: var(--text-light);
    padding: 4rem 0 0;
}

.footer-content {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr 1.3fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

/* Columna 1: Logo y Descripción */
.footer-about {
    padding-right: 1rem;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.footer-logo h3 {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0;
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.footer-logo-img {
    height: 80px;
    width: auto;
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.9));
}

.footer-description {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.footer-social {
    display: flex;
    gap: 0.75rem;
}

.social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
    transition: all 0.3s ease;
}

.social-link:hover {
    background: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Columnas 2-5: Listas */
.footer-section h4 {
    color: var(--text-light);
    margin-bottom: 1.25rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.65rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: var(--primary-color);
    transform: translateX(5px);
}

/* Columna 4: Contacto */
.contact-info-footer {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-item-footer {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    line-height: 1.5;
}

.contact-item-footer svg {
    flex-shrink: 0;
    margin-top: 0.15rem;
    color: var(--primary-color);
}

.contact-item-footer a {
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s ease;
}

.contact-item-footer a:hover {
    color: var(--primary-color);
}

/* Coverage Section - Full Width at Bottom */
.footer-coverage-section {
    margin-top: 3rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.coverage-title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
    color: var(--text-light);
}

.footer-provinces-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.75rem 1rem;
}

.footer-provinces-grid a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.2s ease;
    padding: 0.25rem 0;
    text-align: left;
}

.footer-provinces-grid a:hover {
    color: var(--primary-color);
    transform: translateX(3px);
}

/* Footer Bottom */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem 0;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-bottom-content p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
    margin: 0;
}

.footer-legal {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.footer-legal a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
    transition: color 0.3s ease;
}

.footer-legal a:hover {
    color: var(--primary-color);
}

.footer-legal .separator {
    color: rgba(255, 255, 255, 0.3);
}

/* ========================================
   Chatbot
   ======================================== */

.chatbot-toggle {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    color: var(--text-light);
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 20px var(--shadow-lg);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 998;
}

.chatbot-toggle:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 25px var(--shadow-lg);
}

.chatbot-container {
    position: fixed;
    bottom: 100px;
    right: 2rem;
    width: 400px;
    height: 600px;
    background: var(--bg-primary);
    border-radius: 1rem;
    box-shadow: 0 10px 40px var(--shadow-lg);
    display: none;
    flex-direction: column;
    z-index: 999;
    overflow: hidden;
}

.chatbot-container.active {
    display: flex;
}

.chatbot-header {
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    color: var(--text-light);
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chatbot-header h3 {
    color: var(--text-light);
    font-size: 1.25rem;
}

.chatbot-close {
    background: none;
    border: none;
    color: var(--text-light);
    cursor: pointer;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.chatbot-close:hover {
    transform: rotate(90deg);
}

.chatbot-messages {
    flex: 1;
    padding: 1.5rem;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.chatbot-message {
    padding: 1rem;
    border-radius: 1rem;
    max-width: 80%;
    animation: fadeIn 0.3s ease;
}

.chatbot-message.bot {
    background: var(--bg-secondary);
    align-self: flex-start;
}

.chatbot-message.user {
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    color: var(--text-light);
    align-self: flex-end;
}

.chatbot-message.loading {
    background: var(--bg-secondary);
    align-self: flex-start;
}

.chatbot-message.loading::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary-color);
    animation: pulse 1.5s ease-in-out infinite;
}

.chatbot-input-form {
    padding: 1rem;
    border-top: 1px solid var(--border-color);
    display: flex;
    gap: 0.5rem;
}

.chatbot-input-form input {
    flex: 1;
    padding: 0.875rem;
    border: 2px solid var(--border-color);
    border-radius: 2rem;
    font-size: 1rem;
    font-family: inherit;
}

.chatbot-input-form input:focus {
    outline: none;
    border-color: var(--primary-color);
}

.chatbot-input-form button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    color: var(--text-light);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.chatbot-input-form button:hover {
    transform: scale(1.1);
}

/* ========================================
   Animations
   ======================================== */

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

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

@keyframes pulse {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
}

/* ========================================
   Subpage Styles - Mudanzas Empresariales
   ======================================== */

.subpage-hero {
    min-height: 50vh;
    padding: 8rem 0 4rem;
}

.subpage-hero .hero-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.hero-badges {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.badge {
    padding: 0.5rem 1.5rem;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    color: var(--text-light);
    font-size: 0.95rem;
    font-weight: 500;
    backdrop-filter: blur(10px);
}

/* Service Introduction */
.service-intro {
    padding: 4rem 0;
}

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

.intro-text {
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
}

/* What's Included Section */
.bg-light {
    background: rgba(var(--primary-rgb), 0.05);
}

.whats-included {
    padding: 4rem 0;
}

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

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

.included-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    border-radius: 50%;
    color: var(--text-light);
}

.included-item h3 {
    font-size: 1.25rem;
    color: var(--text-primary);
    margin: 0;
}

.cta-center {
    text-align: center;
    margin-top: 3rem;
    padding: 2rem;
    background: var(--bg-primary);
    border-radius: 1rem;
}

.cta-text {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
}

/* Features Section */
.features-section {
    padding: 4rem 0;
}

.feature-block {
    margin-bottom: 4rem;
    padding: 3rem;
    background: var(--bg-primary);
    border-radius: 1rem;
    box-shadow: var(--shadow-md);
}

.feature-block:last-child {
    margin-bottom: 0;
}

.feature-content h2 {
    font-size: 2rem;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
}

.feature-content p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.feature-content p:last-child {
    margin-bottom: 0;
}

/* CTA Section */
.bg-gradient {
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
}

.cta-section {
    padding: 4rem 0;
    color: var(--text-light);
}

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

.cta-text-block {
    text-align: center;
}

.cta-text-block h2 {
    font-size: 1.5rem;
    color: var(--text-light);
    margin-bottom: 1.5rem;
    line-height: 1.4;
}

.btn-light {
    background: var(--text-light);
    color: var(--primary-color);
    border: 2px solid var(--text-light);
}

.btn-light:hover {
    background: transparent;
    color: var(--text-light);
}

/* Differential Section */
.differential-section {
    padding: 4rem 0;
    text-align: center;
}

.section-description {
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--text-secondary);
    max-width: 900px;
    margin: 1rem auto;
}

/* ========================================
   Responsive Design
   ======================================== */

@media (max-width: 968px) {
    .container {
        padding: 0 1.5rem;
    }

    .nav-menu {
        position: fixed;
        top: 70px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 70px);
        background: var(--bg-primary);
        transition: left 0.3s ease;
        padding: 2rem;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-list {
        flex-direction: column;
        gap: 1rem;
    }

    .nav-toggle {
        display: flex;
    }

    .nav-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(8px, 8px);
    }

    .nav-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .nav-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.125rem;
    }

    h2 {
        font-size: 2rem;
    }

    .about-content,
    .contact-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .services-grid,
    .fleet-grid {
        grid-template-columns: 1fr;
    }

    .theme-selector {
        top: 80px;
        right: 1rem;
    }

    .chatbot-container {
        width: calc(100% - 2rem);
        right: 1rem;
        bottom: 90px;
        height: 500px;
    }

    .chatbot-toggle {
        right: 1rem;
        bottom: 1rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .footer-provinces-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5rem;
    }

    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
    }

    /* Subpage responsive */
    .subpage-hero {
        padding: 6rem 0 3rem;
    }

    .feature-block {
        padding: 2rem;
    }

    .cta-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 640px) {
    html {
        font-size: 14px;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .hero-features {
        flex-direction: column;
        align-items: center;
    }

    .footer-content {
        grid-template-columns: 1fr;
    }

    .footer-provinces-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.4rem;
    }

    .footer-provinces-grid a {
        font-size: 0.8rem;
    }

    .chatbot-container {
        height: 450px;
    }
}

/* ========================================
   Print Styles
   ======================================== */

@media print {
    .header,
    .theme-selector,
    .chatbot-toggle,
    .chatbot-container,
    .hero-buttons,
    .contact-form {
        display: none !important;
    }
}
